* bug fix : changed danger alert type's name to error
* updated show alert danger type to error
---------
Co-authored-by: Shubhendra <withshubh@gmail.com>
* set min and max width of the custom select dropdown in th table widget
* Removed unwanted console
---------
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
* Added data-cy for table header and subheader
* added data-cy for table operations
* added data-cy for table and text
* Added data-cy for delete icon and fields
* Updated and removed duplicate data-cy
* deleted unused files
* Updated data-cy for filter section
* bug fixed: app is getting crashed upon clicking columns in the table inspector for the widget inside listview
* bug fixed: not able to edit new added column and not able to see valdiation errors
* code enhancement
* Fix:Show popover in calnder in editor mode when clicked outside the editor
* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable
* Fix:Show popover in calnder in editor mode when clicked outside the editor
* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable
* Merge develop.
* Fix:Show popover in calnder in editor mode when clicked outside the editor, replace variable
* bug fixed
---------
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
* fetch table data with selected table when fetching tables
* refactored tooljet db operations and listrows
* create operation: dropdown should only show options which are not selected
* list operation: dropdown should only show options which are not selected
* update operation: dropdown should only show options which are not selected
* delete operation: dropdown should only show options which are not selected
* refactor: update op
* clean up
* style fixes
* throw error with descriptive error toast for empty where fields for delete op
* clean up
* default limit should be 1
* fixes codehinter onBlur issue
* init
* added feature to highlight the cell if it's value matches with searched tern
* reverting the unwanted changes
* removed unwanted changes
* added edge case for isEditable on click event
* minor bug fixes
* made changes to fix the edge case
* bug fixed: action button was not displaying in the column
* Modify data-cy for table
* Add data-cy for page rename elements
* Add data-cy for search on sidepanel
* Add data-cy for pagehandle elements
* Add data-cy for page events elements
* Add data-cy for options, icons and modal
* Add data-cy for v2 elements
* Add and modify data-cy
* fix and modify multiworkspace spec
* Add data-cy for workspace variable
* Fix user permission spec
* Add selectors and text for workspace variable
* Fix changes
* Add test cases for workspace varaible user permissions
* Modify workspace variable data-cy
* Add and modify data-cy for manage groups
* Fix and modify Manage groups spec
* Fix and modify single workspace spec
* Add missing data-cy for single workspace
* Fix and modify dashboard spec
* Add and modify data-cy for dashboard elements
* Fix and modify profile spec
* Add data-cy for avatar
* Fix and modify SSO onboarding spec
* Add data-cy for workspace name
* fix failing specs
* Add data-cy work edit workspace button
---------
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* bug fixed :when column name is changes, particular column data becomes empty when downloaded
* bug fixed
* refactored the code to improve readability by changing reduce function to map function