* 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