* adds background color to password input editor
* fix lint and add default
* add ,
* adds default color #fff
* add default value for background color in config
* delete space
* adds default in definitions obj
* fix lint
* bug fixed : table widget is not consistent with the dark theme
* bug fixed : dropdown in filter is not consistent with the dark theme
* fixed dark theme for dropdown and multiselect column in table
* making generateColumns re-render with change in applied theme
* made badge and multibadge consistent withthe dark theme
* made text column consistent with the dark theme
* show or hide pagination footer only if client or server side pagination is enabled
* Display pagination only if serverside or client side pagination is turned on
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* fixes: button bg color
* fixes: loader color
* container default bg color
* listview bg color
* fixes darkmode fro text widget
* default color for star rating
* fix :: resizing columns lead to sorting bugfix
* table width set to 100% always
* fix :: if filter is applied- download filtered data only
* add option to change number of results per page - client side pagination
* style fix
* removing space
* added option to show total records in serverside pagination , disableing navigation buttons
* number type
* name update
* updating position and conditional adding of new properties
* fix :: name change , only visible on clientside pagination
* fix :: removing scrollbar table
* updated with for borderless table
* fix :: removing scrollbar on 100 % width
* fix :: sort bug
* remove rowsper page on server side pagination
* update fix:: enable next and prev buttons - pagination
* fix :: name change , default set to true for server side pagination buttons
* Have enablePrevButton and enableNextButton fallback to true
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* column reordering using dnd
* fix :: drag handler area made as whole header
* setting drag item close to cursor
* removing padding
* style fix :: sort and dragger
* removing width :: making draggable element width same as th row width
* temperory fix :: table drag attachment to cursor
* fix :: resizing columns lead to sorting bugfix
* table width set to 100% always
* fix :: if filter is applied- download filtered data only
* add option to change number of results per page - client side pagination
* style fix
* removing space
* number type
* fix :: name change , only visible on clientside pagination
* fix :: removing scrollbar table
* updated with for borderless table
* fix :: removing scrollbar on 100 % width
* fix :: sort bug
* remove rowsper page on server side pagination
* Enhancement :: table events :: onHover (#4104)
* adding over event
* added event to utils
* changed to mouseover
* fix :: limiting multiple hover triggers
* fix case :: when row is hovered and cursor moved out and in to same row , trigger event
* attaching ref to mouseover event
* restricting hover only if hover event is added
* using check for events
* code bugfix
* optimize
* fix :: filter download
* revert :: lock files frontend
* 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