* Remove unnecessary setting of columnSizes in table inpector
* Rough implementation of autogeneration of table columns
* Use custom mapping for autogeneration of table columns
* Use setTimeout to prevent race conditions while storing autogenerated columns
* Autogenerate columns only on new tables
* Do not generate columns that were deleted previously
* Autogenerate columns only in edit mode
* Re-render Inspector whenever app definition is updated
* Refactor table column auto-generation
* Remove unnecessary console.log
* Add Number data type support for table column auto-generation
* Remove unnecessary console.log
* Ensure that column key is stored in deletion history if it is available
* Hide Apps tab for Admin
* Made users tab active is apps is not visible
* Add loading for groups, fix format issues
Co-authored-by: Dmytro Danylov <icdmytro.danylov@americanwell.com>
* init
* adds server side filtering ability
* clean up
* fixes: on clearing filters, the event should triggered with latest update
* fixes: handle multi-filters
* debounce the fireEvent
* adding support for download data in excel
* adding pop-over to display various download options
* made the download options bold on hover
* update the theme.scss
* made the parent container width fixed
* added does not contains filter
* added isEmpty and isNotEmpty filter
* added contains filter logic in custom-filter.js
* converting row value to string for comparison in equal and not equal filters
* exposed active filters
* adds onFilterChanged event
* default value for filters should be an empty array
* remove column id from exposed filter variables
* making datepicker consistent with the dark theme
* removed * selector
* made range date picker calender consistent with the dark theme
* added hover effect on calendar day in range date picker
* removed unwanted border around the calendar container in range date picker
* made the months change arrow consistent with the dark theme in range date picker
* removed wrapperClassName from date picker component
* made the suggested changes and removed left and right border around DateRangePicker_picker class
* chore: apply primary-color in more places, ensure svg use currentColor too
* fix: remove hard-coded colors to use defaults
* fix: those images were intruducing noise when switch to dark-mode
* fix: setup colors for rc-slider
* fix: empty all predefined-colors to use defaults
* Use primary-rgb-darker
* added localStorage support for query panel component
* fixed typos
* added queryManagerPreference in localStorage
* adding support for backward compatibility
* removed JSON parse from if statement
* [RadioButton]: Default value not working #3997
* Add setValue of RadioButton to its csa dependency
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* added loading, disable, hidden states in the properties
* added onfocus and unfocus events
* added new csa
* added text color prop
* changed placeholder text
* bug fixed
* changed the type of action for visibility,loading and disable to toggle
* changed the default text color to black
* cleanup code
* reverting change - moving register action back to it's original space, out of useeffect
* removed unwanted loading action
* bug fix: app was crashing due to added array dependencies for blur and focus actions
* Removed mounting and unmounting of EventManager based on loadingDataSources
* Fixed lost defintion when try to add query and come back again
* Uncommented confirmation dialog on unsaved query
* Updated restapi url text-color to black
* Commented unsaved changes popup
* adding back button in data source management
* reverting back changes made in the height and width of close svg
* changed the height and width of the back svg
* removed inline styles and used classes fot the same
* Created Icon Widget
* Installed tabler icons
* Updated visibility logic for icon widget
* Added doc for icon widget
* Updated hidden field & moved hidden logic to cx
* Dark theme for icon widget & updated visibility
* Moved visibility logic to useEffect
* Updated visibility CSA label
* Removed resolveWidgetFieldValuekey usage in the Icon widget
* Moved register action to useEffect
* Removed registerActions on useEffect
* Add setIconVisibility to dependency array of registerAction
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>