* fix: increase color picker zIndex on open
* fix: setEditor ready to true post page switch is reset
* fix: disable state on multiselect
* fix: pass customResolvables for the listView items. The issue is happening when we have a special charatcter before the listItem like * {{listItem.name}}
* fix: rerender post modal close
* add conditional equality check for exposed variables in controlled-component to render
* fix: correct default value prop of input
* fix: update slug message on api call
---------
Co-authored-by: Vijaykant Yadav <vjy239@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: Kartik Gupta <gupta.kartik18kg@gmail.com>
* fix: increase color picker zIndex on open
* fix: stringify icon name before render
* added json.stringify for message in alert when it is a object
---------
Co-authored-by: Kartik Gupta <gupta.kartik18kg@gmail.com>
* fix: increase color picker zIndex on open
* fix: reset query hints on query run
* fix: reset variables hints
* fix: fetch values from state directly to prevent cacheing
* fix : not able to close both legacy dropdown and multiselect when clicking on menu dropdown icon
* fix
* fix : remove some unwanted code
* fix : dont need to explicitly close
* fix : multiselect icon not switching
* add consume state directly from store instead of param when currentState store initialises
* add consume state directly from store instead of param when currentState store initialises
* commit: Added suggestion from the currentState to add all the hints to the resolved store. This is added because the hints were missing for few of the component values
* fix: rerender component on visibility change
* fix: remove unused logs
* fix: remove duplicate hook call
* Fix: Update reference resolution logic for query variables (#10434)
* Fix: Update reference resolution logic for query variables
* Fix: Update reference resolution logic for query variables
this fix extends changes in commit 8e3f2ec474 to queries as well along with components
* fix: rerender component on visibility change (#10493)
* fix: rerender component on visibility change
* fix: remove unused logs
* fix: remove duplicate hook call
* fix: reset hints when component option changes (#10425)
* fix : multiple close events getting triggered in modal
* fix: removed extra event trigger from component unmount
* chore: added extra log for debugging
* fix: reset hints related to an option whenever a component option changes
* refactor: remove resolvestate functions with duplicate logic
* refactor: remove unused logs
* refactor: remove unused code
* fix: correct wrong function call for resetting keys
---------
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
* fix: removed already declared variables
* fix: resolving the variables. This is fixed by moving the flushComponents function to component. The flush will happen after making sure the re-render reaches the component
* fix: replacing the value with object type is causing an issue. Checked if the resolvedValue is an object type and if so, the value is resolved with the data from currentState without replace
* chore: removed the commented lines
* Revert "fix : Exposed actions become unavailable on reload (#10379)"
This reverts commit 0070c22042.
* fix: flush componenttorerender after rendering parent
---------
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: stepinfwd <stepinfwd@gmail.com>