* Add transformations feature to table columns
* Make table transformations listen to current state
* Move column transformation to below "key" in column properties
* Properly exposed currentData and currentPageData of table alongwith transformations
* bug fixed - all fx code blocks are getting active when fxActive is true
* removed consoles
* added error handling mechanism for fxActiveFields
created a function to improve readability of onFxPress callback function
* hotfix : action button event is not getting triggered
* removing .then for setExposedvariables and setExposedVariable
* bump version
* Revert "bump version"
This reverts commit 5e9df4825f.
* bump version
* adding .then to onComponentOptionChanged function in global filters
* making on search event fire upon searching
* fixed lint issues
* events should be synced for multi-edit
* remove console
* removes db constrainsts for layouts and handles corrupeted apps created from prev migrations
* Revert "removes db constrainsts for layouts and handles corrupeted apps created from prev migrations"
This reverts commit 10a307118b.
* removing constrainsts fro CE
* bumped the patched version ~ 2.26.3
* fixes: import/export general styles for components
* fixes: viewer crash on adding plugin as gds due to accessing camalised data
* fixes: plugin queries gds
* preserve duplicate search params on restapi
* preserve duplicate params in query manager params fields
* fixes: edge cases where undo of some components crashes thew widget
---------
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
* Fixed Number Input Field Issue
* Fixed Number Input Field Issue
* Fixed Number Input Field Issue
* fixed not showing the value 0 in control component
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* preview the query upon clicking run button as well
* reverting back prev changes
* preview query is updating whenever query is executed
* avoiding unwanted changes
* update preview query only when query is executed by run button
* Update the executeRunQueryFromRunButton to shouldSetPreviewData
* setting previewData to null if already present and clicked on run button again
* setting preview data to empty string on click of preview button
* when query fails, set preview loading to false and set preview data with error data
* When queryPreviewData is null, display empty string to avoid displaying null on the preview panel
* Fixed undo app name issue
* removed useEffect
* calling the function after the component is mounted
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* drag positioning is mis matched while dragging column header
* column header position is not proper while dropping it to the destination when re-ordering its position : fixed
* making the width of dragging header to 60px to make user experience better because if destination column width is smaller than the dragging column width , at such cases user experince is bad
* show error message in codehinter preview if any
* check type error in run time
* on component will unmount stage , sets resolvedValue and resolvingError to null
* show border danger for invalid field values
* shifted function declaration up before calling it
* tooltip in general properties was always showing red-border : fixed
fixed: all props showing red border
* tooltip codehinter is empty string in the first render
* checking syntax error is any
* [Refactor]7380 - Improve performance by preventing states used as prop when not necessary
* Fix selected component being returned as undefined in sidebar inspector
* reduce Container re-render
* reduce Container re-render and bug fix
* Remove ununsed state
* initial commit
* Clean code
* Fix selecting component
* Refactor code
* Refactor code
* Resolve code comments
* Fix Subcontainer not being able to have drag ability for childrens
* Resolve code comments
* Fix cypress maximum state update issue
* Fixes editor render on canvas click, on hover and component click
* Fix extra renders on dragging components
* remove commit
* Remove console
* Fix editing version being undefined
* Fix
* Fix events being not updated
* Fix bugs
* Fix version not changing
* Remove console
* remove editor old