engine
engine copied to clipboard
feat(react-ui-lib): add pre-defined data grid date ranges
Added a new dataGridRanges object with predefined date ranges such as yesterday, today, tomorrow, this week, last week, next week, this month, last month, next month, this year, last year, and next year to the DataGridQueryFilter component.
Added the temporal-polyfill package to support date manipulations (react-ui-lib).