forked from geosolutions-it/MapStore2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geosolutions-it#9706: Allow time range filtering for Attribute Table …
…quick filter (geosolutions-it#9743) * geosolutions-it#9706: handle the advanced filter in attribute table with different operators * geosolutions-it#9706: Allow time range filtering for Attribute Table quick filter and allow additional filter operators for other attributes Description: - adding filter operators dropdown list in attribute table that includes range operator for time/date attributes - creating a custom picker for range - write unit tests - Edit in style * geosolutions-it#9706: fix test failure by remove unused variable * geosolutions-it#9706: fix test failure by remove unused action in featuregrid file * geosolutions-it#9706: resolve review comments Desciption: - remove expression from filter inputs and make validation for the inputs - Add cursor style to 'Start' & 'End' tabs - Add validation for ranges - Replace 2 icons with one icon for date-time filter - Fix style issues - Fixed 'Start', 'End' tabs in scroll - improve style of operator - reset date/time if user change operator from range operator to another * geosolutions-it#9706: fix test case in AttributeFilter file * geosolutions-it#9706: Allow time range filtering for Attribute Table quick filter * Description: - Add date-time icon and use it - replcae inline if - using omit instead of reduce - fix some style issues in date/time pickers in range component * geosolutions-it#9706: Allow time range filtering for Attribute Table quick filter * Description: - Fix FE test failure * geosolutions-it#9706: resolve reviewer comments [improve UI of pickers] Description: - Improve UI of pickers by using popover component in dateTime/Date/Hours pickers - Enable update popover position in case of scroll the container conponent - write unit tests due to changes - Rename range date-time picker by 'RangedDateTimePicker' * geosolutions-it#9706: resolve reviewer comments Description: - Handle highlight selected hours component - Fix not alignment in dateTime picker - Fix not alignment selected date in calendar for date/ dateTime pickers - Minimize calendar row height to improve showing date picker UI - Create a util function 'getLocalTimePart' to get time part for local time * geosolutions-it#9706: resolve FE test failure * geosolutions-it#9706: resolve reviewer comments Description: - Add placeholder for time picker - Add translations for the added time placeholder - Fix crash app bug due to entering invalid date in input texts of date/time Pickers * geosolutions-it#9706: hide input tooltip when user open pickers * Time filter refactor * unit test --------- Co-authored-by: Suren <[email protected]>
- Loading branch information
1 parent
35be6c1
commit 93ea6ea
Showing
43 changed files
with
2,527 additions
and
862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.