Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid remove listctrl dep #645

Merged
merged 16 commits into from
Dec 8, 2021
Merged

Grid remove listctrl dep #645

merged 16 commits into from
Dec 8, 2021

Conversation

basejump
Copy link
Member

@basejump basejump commented Dec 8, 2021

No description provided.

@basejump basejump changed the base branch from master to dev December 8, 2021 04:58
@basejump basejump merged commit 7255373 into dev Dec 8, 2021
@basejump basejump deleted the grid_remove_listctrl_dep branch December 8, 2021 11:00
@basejump basejump restored the grid_remove_listctrl_dep branch December 8, 2021 18:59
@basejump basejump deleted the grid_remove_listctrl_dep branch December 8, 2021 18:59
basejump added a commit that referenced this pull request Dec 15, 2021
* update ky, fix ag to svelte example, RestDataApi will look for q and do stringify if its an object

* Fixed quick search

* Fixed search

* refactor select2 so uses same fomratter for displayFields

* comment out select tests since we dont support

* get tests working for jest and ts. revamp truthy and empty

* add jest to the checks

* remove the setup for now

* get jest tests working and move critical tests in, all tests are in __tests__

* Select fixes (#643)

* Fixed select with complex dataApiParams

* Lint fix

* esm to get mockserver working with imports

* reverted ts, to slow.

* fix and cleanup the listctrl dep (#644)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#645)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#646)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* fixed foo bar

* Grid fixes (#648)

* Fixed cors issue for grids

* Grid actions without listCtrl import

* Custom toolbar actions

* Fixed typo

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>
basejump added a commit that referenced this pull request Dec 28, 2021
* update ky, fix ag to svelte example, RestDataApi will look for q and do stringify if its an object

* Fixed quick search

* Fixed search

* refactor select2 so uses same fomratter for displayFields

* comment out select tests since we dont support

* get tests working for jest and ts. revamp truthy and empty

* add jest to the checks

* remove the setup for now

* get jest tests working and move critical tests in, all tests are in __tests__

* Select fixes (#643)

* Fixed select with complex dataApiParams

* Lint fix

* esm to get mockserver working with imports

* reverted ts, to slow.

* fix and cleanup the listctrl dep (#644)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#645)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#646)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* fixed foo bar

* Grid fixes (#648)

* Fixed cors issue for grids

* Grid actions without listCtrl import

* Custom toolbar actions

* Fixed typo

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Datastore (#647)

* added mixer and batch of tests

* added getter

* added ky type

* get common stuff out on datastore

* rename

* removed grails from demo to cut down on noise

* fix session store

* working demos

* working grids, select2 is broken

* mostly working now

* renames

* simplify

* out of chaos comes order

* det names in order

* fix oageView sub, add unsun for destroy

* rm pwd

* lint fix

* added chip and fixed setting current item

* fix bad comma

* added chip css

* hack to fix sub on addJson

* add go to AppState and apiUrl

* redo api to standardize key instead of endpoint

* add some logging

* more logging

* remove pocs

* Restrict apply grids (#651)

* grids adde restrict search

* gridList restrictSearch

* Fixed grid toolbar (#652)

* TEmp quick fix (#653)

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>
basejump added a commit that referenced this pull request Feb 3, 2022
* update ky, fix ag to svelte example, RestDataApi will look for q and do stringify if its an object

* Fixed quick search

* Fixed search

* refactor select2 so uses same fomratter for displayFields

* comment out select tests since we dont support

* get tests working for jest and ts. revamp truthy and empty

* add jest to the checks

* remove the setup for now

* get jest tests working and move critical tests in, all tests are in __tests__

* Select fixes (#643)

* Fixed select with complex dataApiParams

* Lint fix

* esm to get mockserver working with imports

* reverted ts, to slow.

* fix and cleanup the listctrl dep (#644)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#645)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#646)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* fixed foo bar

* Grid fixes (#648)

* Fixed cors issue for grids

* Grid actions without listCtrl import

* Custom toolbar actions

* Fixed typo

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Datastore (#647)

* added mixer and batch of tests

* added getter

* added ky type

* get common stuff out on datastore

* rename

* removed grails from demo to cut down on noise

* fix session store

* working demos

* working grids, select2 is broken

* mostly working now

* renames

* simplify

* out of chaos comes order

* det names in order

* fix oageView sub, add unsun for destroy

* rm pwd

* lint fix

* added chip and fixed setting current item

* fix bad comma

* added chip css

* hack to fix sub on addJson

* add go to AppState and apiUrl

* redo api to standardize key instead of endpoint

* add some logging

* more logging

* remove pocs

* Restrict apply grids (#651)

* grids adde restrict search

* gridList restrictSearch

* Fixed grid toolbar (#652)

* TEmp quick fix (#653)

* Ds grid (#654)

* fix open on memdata, dont blow up if no config is found, fix tailwind warning

* Fixed editting grid (#655)

* fix bad squigly

* tests passing again

* remove bad case

* flush out forms and bad camel case on StoreHolder

* z-index on selects

* fix select2 ability to have special key

* fixes grid flash on insert 9ci/rcm-ui#102

* Edit modal errors 9ci/rcm#110 (#656)

* Edit modal errors 9ci/rcm#110

* see if this works

Co-authored-by: Joshua B <joshdev@9ci.com>

* Fixed typo for error handler (#657)

* change to html5 date inputs

* remove placeholder until we figure it out

* Swal fix (#658)

* Remove swal from grids

* Fixed typo

* Added ctx to gridz directive (#660)

* Fixed export to excel 9ci/rcm-ui#118 (#659)

* Svelte select (#661)

* Fix Date Formatting (#662)

* Added ability to change restrict search (#663)

* Added ability to specify qSearch and q for select (#664)

* Added ability to specify qSearch and q for select

* Added XXX

* change for more detailed format on selects

* Fixed gridId genaration (#666)

* yakit move (#667)

move to  @yakit/core, @yakit/ui, @yakit/svelte

* Added ability to set deafult sorting (#668)

* forms and crudQuery (#671)

* add tile comps and import text-editor from f7.

* Grid edit popover (#672)

* popover edit, formify from config with yup validation and examples.

* on submit

* edit example is working

* create new popup working but failing on save

* popover working for new

* moved create form into core

* fix tests

* fix where editSchema get setup

* add example for rest select in dynamic

* added showLink formatter and fixed for type=date on schema forms

* fixed sort reset and turned off multiSort by default

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>
basejump added a commit that referenced this pull request Feb 3, 2022
* update ky, fix ag to svelte example, RestDataApi will look for q and do stringify if its an object

* Fixed quick search

* Fixed search

* refactor select2 so uses same fomratter for displayFields

* comment out select tests since we dont support

* get tests working for jest and ts. revamp truthy and empty

* add jest to the checks

* remove the setup for now

* get jest tests working and move critical tests in, all tests are in __tests__

* Select fixes (#643)

* Fixed select with complex dataApiParams

* Lint fix

* esm to get mockserver working with imports

* reverted ts, to slow.

* fix and cleanup the listctrl dep (#644)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#645)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Grid remove listctrl dep (#646)

* fix and cleanup the listctrl dep

* should have a property that we pass to GRidCtrl for contextMenuClickAction

* pass everything through with the gridOpts

* fixed showSearchForm

* more clean up

* cleanup to get rid of extendFilters

* removed a bunch of console logs

* add init search to config

* Filtering refactoring

* get sort squared away

* more lodash cleanup

* fix for es6

* rename to restrictSearch

* add start of the DataQuery class

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* fixed foo bar

* Grid fixes (#648)

* Fixed cors issue for grids

* Grid actions without listCtrl import

* Custom toolbar actions

* Fixed typo

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>

* Datastore (#647)

* added mixer and batch of tests

* added getter

* added ky type

* get common stuff out on datastore

* rename

* removed grails from demo to cut down on noise

* fix session store

* working demos

* working grids, select2 is broken

* mostly working now

* renames

* simplify

* out of chaos comes order

* det names in order

* fix oageView sub, add unsun for destroy

* rm pwd

* lint fix

* added chip and fixed setting current item

* fix bad comma

* added chip css

* hack to fix sub on addJson

* add go to AppState and apiUrl

* redo api to standardize key instead of endpoint

* add some logging

* more logging

* remove pocs

* Restrict apply grids (#651)

* grids adde restrict search

* gridList restrictSearch

* Fixed grid toolbar (#652)

* TEmp quick fix (#653)

* Ds grid (#654)

* fix open on memdata, dont blow up if no config is found, fix tailwind warning

* Fixed editting grid (#655)

* fix bad squigly

* tests passing again

* remove bad case

* flush out forms and bad camel case on StoreHolder

* z-index on selects

* fix select2 ability to have special key

* fixes grid flash on insert 9ci/rcm-ui#102

* Edit modal errors 9ci/rcm#110 (#656)

* Edit modal errors 9ci/rcm#110

* see if this works

Co-authored-by: Joshua B <joshdev@9ci.com>

* Fixed typo for error handler (#657)

* change to html5 date inputs

* remove placeholder until we figure it out

* Swal fix (#658)

* Remove swal from grids

* Fixed typo

* Added ctx to gridz directive (#660)

* Fixed export to excel 9ci/rcm-ui#118 (#659)

* Svelte select (#661)

* Fix Date Formatting (#662)

* Added ability to change restrict search (#663)

* Added ability to specify qSearch and q for select (#664)

* Added ability to specify qSearch and q for select

* Added XXX

* change for more detailed format on selects

* Fixed gridId genaration (#666)

* yakit move (#667)

move to  @yakit/core, @yakit/ui, @yakit/svelte

* Added ability to set deafult sorting (#668)

* forms and crudQuery (#671)

* add tile comps and import text-editor from f7.

* Grid edit popover (#672)

* popover edit, formify from config with yup validation and examples.

* on submit

* edit example is working

* create new popup working but failing on save

* popover working for new

* moved create form into core

* fix tests

* fix where editSchema get setup

* add example for rest select in dynamic

* added showLink formatter and fixed for type=date on schema forms

* fixed sort reset and turned off multiSort by default

* edit and create working, form mods, styling for grid check boxes. Add tests for create-form

Co-authored-by: alexeyzvegintcev <alexey.zvegintcev@sysgears.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants