iguazio.dashboard-react-controls 3.2.21 → 3.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ActionsMenu/ActionsMenu.d.ts +17 -10
- package/dist/components/ActionsMenu/ActionsMenu.d.ts.map +1 -1
- package/dist/components/Backdrop/Backdrop.d.ts +8 -7
- package/dist/components/Backdrop/Backdrop.d.ts.map +1 -1
- package/dist/components/BlockerSpy/BlockerSpy.d.ts +4 -3
- package/dist/components/BlockerSpy/BlockerSpy.d.ts.map +1 -1
- package/dist/components/Button/Button.d.ts +16 -15
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.stories.d.ts +69 -7
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/ChipForm/ChipForm.d.ts +20 -12
- package/dist/components/ChipForm/ChipForm.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.d.ts +21 -20
- package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts +22 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.stories.d.ts.map +1 -1
- package/dist/components/CopyToClipboard/CopyToClipboard.d.ts +11 -10
- package/dist/components/CopyToClipboard/CopyToClipboard.d.ts.map +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +5 -4
- package/dist/components/ErrorMessage/ErrorMessage.d.ts.map +1 -1
- package/dist/components/FormCheckBox/FormCheckBox.d.ts +13 -12
- package/dist/components/FormCheckBox/FormCheckBox.d.ts.map +1 -1
- package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts +8 -1
- package/dist/components/FormCheckBox/FormCheckbox.stories.d.ts.map +1 -1
- package/dist/components/FormChipCell/FormChip/FormChip.d.ts +24 -23
- package/dist/components/FormChipCell/FormChip/FormChip.d.ts.map +1 -1
- package/dist/components/FormChipCell/FormChipCell.d.ts +30 -29
- package/dist/components/FormChipCell/FormChipCell.d.ts.map +1 -1
- package/dist/components/FormChipCell/FormChipCellView.d.ts +29 -28
- package/dist/components/FormChipCell/FormChipCellView.d.ts.map +1 -1
- package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts +16 -7
- package/dist/components/FormChipCell/HiddenChipsBlock/HiddenChipsBlock.d.ts.map +1 -1
- package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts +26 -18
- package/dist/components/FormChipCell/NewChipForm/NewChipForm.d.ts.map +1 -1
- package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts +5 -4
- package/dist/components/FormChipCell/NewChipInput/NewChipInput.d.ts.map +1 -1
- package/dist/components/FormCombobox/FormCombobox.d.ts +44 -39
- package/dist/components/FormCombobox/FormCombobox.d.ts.map +1 -1
- package/dist/components/FormCombobox/FormCombobox.stories.d.ts +58 -6
- package/dist/components/FormCombobox/FormCombobox.stories.d.ts.map +1 -1
- package/dist/components/FormInput/FormInput.d.ts +77 -1
- package/dist/components/FormInput/FormInput.d.ts.map +1 -1
- package/dist/components/FormInput/FormInput.stories.d.ts +86 -8
- package/dist/components/FormInput/FormInput.stories.d.ts.map +1 -1
- package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts +12 -11
- package/dist/components/FormInput/InputNumberButtons/InputNumberButtons.d.ts.map +1 -1
- package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts +41 -37
- package/dist/components/FormKeyValueTable/FormKeyValueTable.d.ts.map +1 -1
- package/dist/components/FormOnChange/FormOnChange.d.ts +4 -3
- package/dist/components/FormOnChange/FormOnChange.d.ts.map +1 -1
- package/dist/components/FormRadio/FormRadio.d.ts +10 -9
- package/dist/components/FormRadio/FormRadio.d.ts.map +1 -1
- package/dist/components/FormRadio/FormRadio.stories.d.ts +8 -1
- package/dist/components/FormRadio/FormRadio.stories.d.ts.map +1 -1
- package/dist/components/FormSelect/FormSelect.d.ts +44 -34
- package/dist/components/FormSelect/FormSelect.d.ts.map +1 -1
- package/dist/components/FormSelect/FormSelect.stories.d.ts +36 -4
- package/dist/components/FormSelect/FormSelect.stories.d.ts.map +1 -1
- package/dist/components/FormTextarea/FormTextarea.d.ts +31 -30
- package/dist/components/FormTextarea/FormTextarea.d.ts.map +1 -1
- package/dist/components/FormTextarea/FormTextarea.stories.d.ts +26 -3
- package/dist/components/FormTextarea/FormTextarea.stories.d.ts.map +1 -1
- package/dist/components/FormToggle/FormToggle.d.ts +14 -13
- package/dist/components/FormToggle/FormToggle.d.ts.map +1 -1
- package/dist/components/LoadButton/LoadButton.d.ts +8 -7
- package/dist/components/LoadButton/LoadButton.d.ts.map +1 -1
- package/dist/components/LoadButton/LoadButton.stories.d.ts +29 -3
- package/dist/components/LoadButton/LoadButton.stories.d.ts.map +1 -1
- package/dist/components/Loader/Loader.d.ts +14 -1
- package/dist/components/Loader/Loader.d.ts.map +1 -1
- package/dist/components/Loader/LoaderForSuspenseFallback.d.ts +2 -1
- package/dist/components/Loader/LoaderForSuspenseFallback.d.ts.map +1 -1
- package/dist/components/Modal/Modal.d.ts +19 -18
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/PopUpDialog/PopUpDialog.d.ts +22 -20
- package/dist/components/PopUpDialog/PopUpDialog.d.ts.map +1 -1
- package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts +5 -4
- package/dist/components/ReadOnlyChips/ReadOnlyChips.d.ts.map +1 -1
- package/dist/components/RoundedIcon/RoundedIcon.d.ts +15 -14
- package/dist/components/RoundedIcon/RoundedIcon.d.ts.map +1 -1
- package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts +13 -2
- package/dist/components/RoundedIcon/RoundedIcon.stories.d.ts.map +1 -1
- package/dist/components/TableCell/TableCell.d.ts +20 -19
- package/dist/components/TableCell/TableCell.d.ts.map +1 -1
- package/dist/components/TabsSlider/TabsSlider.d.ts +18 -12
- package/dist/components/TabsSlider/TabsSlider.d.ts.map +1 -1
- package/dist/components/Tip/Tip.d.ts +7 -6
- package/dist/components/Tip/Tip.d.ts.map +1 -1
- package/dist/components/Tip/Tip.stories.d.ts +6 -1
- package/dist/components/Tip/Tip.stories.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +17 -16
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +16 -2
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
- package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts +6 -5
- package/dist/components/TooltipTemplate/ProducerTooltipTemplate.d.ts.map +1 -1
- package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts +6 -5
- package/dist/components/TooltipTemplate/TextTooltipTemplate.d.ts.map +1 -1
- package/dist/components/Wizard/Wizard.d.ts +16 -15
- package/dist/components/Wizard/Wizard.d.ts.map +1 -1
- package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts +13 -6
- package/dist/components/Wizard/WizardSteps/WizardSteps.d.ts.map +1 -1
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts +7 -6
- package/dist/elements/ActionsMenuItem/ActionsMenuItem.d.ts.map +1 -1
- package/dist/elements/FormActionButton/FormActionButton.d.ts +13 -12
- package/dist/elements/FormActionButton/FormActionButton.d.ts.map +1 -1
- package/dist/elements/FormRowActions/FormRowActions.d.ts +14 -13
- package/dist/elements/FormRowActions/FormRowActions.d.ts.map +1 -1
- package/dist/elements/OptionsMenu/OptionsMenu.d.ts +7 -6
- package/dist/elements/OptionsMenu/OptionsMenu.d.ts.map +1 -1
- package/dist/elements/SelectOption/SelectOption.d.ts +20 -10
- package/dist/elements/SelectOption/SelectOption.d.ts.map +1 -1
- package/dist/elements/TableHead/TableHead.d.ts +8 -7
- package/dist/elements/TableHead/TableHead.d.ts.map +1 -1
- package/dist/elements/TableLinkCell/TableLinkCell.d.ts +15 -14
- package/dist/elements/TableLinkCell/TableLinkCell.d.ts.map +1 -1
- package/dist/elements/TableTypeCell/TableTypeCell.d.ts +5 -4
- package/dist/elements/TableTypeCell/TableTypeCell.d.ts.map +1 -1
- package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts +4 -3
- package/dist/elements/ValidationTemplate/ValidationTemplate.d.ts.map +1 -1
- package/dist/hooks/useDetails.hook.d.ts +35 -29
- package/dist/hooks/useDetails.hook.d.ts.map +1 -1
- package/dist/hooks/useDetailsHeader.hook.d.ts +59 -44
- package/dist/hooks/useDetailsHeader.hook.d.ts.map +1 -1
- package/dist/hooks/useFormTable.hook.d.ts +5 -5
- package/dist/hooks/useTable.hook.d.ts +42 -32
- package/dist/hooks/useTable.hook.d.ts.map +1 -1
- package/dist/images/activeFilter.svg +6 -0
- package/dist/images/activeFilter.svg.mjs +6 -0
- package/dist/images/activeFilter.svg.mjs.map +1 -0
- package/dist/images/calendar-chevron.svg +3 -0
- package/dist/images/calendar-chevron.svg.mjs +6 -0
- package/dist/images/calendar-chevron.svg.mjs.map +1 -0
- package/dist/images/check.svg +3 -0
- package/dist/images/check.svg.mjs +6 -0
- package/dist/images/check.svg.mjs.map +1 -0
- package/dist/images/clock.svg.mjs +6 -0
- package/dist/images/clock.svg.mjs.map +1 -0
- package/dist/images/double-check.svg +3 -0
- package/dist/images/filter-2.svg +5 -0
- package/dist/images/filter-2.svg.mjs +6 -0
- package/dist/images/filter-2.svg.mjs.map +1 -0
- package/dist/images/refresh-2.svg +3 -0
- package/dist/images/refresh-2.svg.mjs +6 -0
- package/dist/images/refresh-2.svg.mjs.map +1 -0
- package/dist/images/search2-icon.svg +3 -0
- package/dist/images/select.svg +3 -0
- package/dist/images/select.svg.mjs +6 -0
- package/dist/images/select.svg.mjs.map +1 -0
- package/dist/images/sort-arrow.svg +3 -0
- package/dist/images/sort-arrow.svg.mjs +6 -0
- package/dist/images/sort-arrow.svg.mjs.map +1 -0
- package/dist/nextGenComponents/components/Badge/Badge.d.ts +13 -0
- package/dist/nextGenComponents/components/Badge/Badge.d.ts.map +1 -0
- package/dist/nextGenComponents/components/Badge/Badge.mjs +23 -0
- package/dist/nextGenComponents/components/Badge/Badge.mjs.map +1 -0
- package/dist/nextGenComponents/components/Badge/index.d.ts +3 -0
- package/dist/nextGenComponents/components/Badge/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/Badge/index.mjs +6 -0
- package/dist/nextGenComponents/components/Badge/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/BadgeCell/BadgeCell.d.ts +13 -0
- package/dist/nextGenComponents/components/BadgeCell/BadgeCell.d.ts.map +1 -0
- package/dist/nextGenComponents/components/BadgeCell/BadgeCell.mjs +109 -0
- package/dist/nextGenComponents/components/BadgeCell/BadgeCell.mjs.map +1 -0
- package/dist/nextGenComponents/components/BadgeCell/index.d.ts +3 -0
- package/dist/nextGenComponents/components/BadgeCell/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/BadgeCell/index.mjs +5 -0
- package/dist/nextGenComponents/components/BadgeCell/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.d.ts +10 -0
- package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.d.ts.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.mjs +103 -0
- package/dist/nextGenComponents/components/CustomRangePicker/CustomRangePicker.mjs.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.d.ts +14 -0
- package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.d.ts.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.mjs +115 -0
- package/dist/nextGenComponents/components/CustomRangePicker/DateTimePickerPanel.mjs.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.d.ts +14 -0
- package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.d.ts.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.mjs +109 -0
- package/dist/nextGenComponents/components/CustomRangePicker/MaskedInput.mjs.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.d.ts +8 -0
- package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.d.ts.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.mjs +109 -0
- package/dist/nextGenComponents/components/CustomRangePicker/TimePickerInput.mjs.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/index.d.ts +2 -0
- package/dist/nextGenComponents/components/CustomRangePicker/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/CustomRangePicker/index.mjs +5 -0
- package/dist/nextGenComponents/components/CustomRangePicker/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.d.ts +29 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.mjs +223 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.mjs.map +1 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.utils.d.ts +11 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.utils.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.utils.mjs +17 -0
- package/dist/nextGenComponents/components/DataTable/DataTable.utils.mjs.map +1 -0
- package/dist/nextGenComponents/components/DataTable/checkboxColumn.d.ts +4 -0
- package/dist/nextGenComponents/components/DataTable/checkboxColumn.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DataTable/checkboxColumn.mjs +30 -0
- package/dist/nextGenComponents/components/DataTable/checkboxColumn.mjs.map +1 -0
- package/dist/nextGenComponents/components/DataTable/index.d.ts +2 -0
- package/dist/nextGenComponents/components/DataTable/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DataTable/index.mjs +5 -0
- package/dist/nextGenComponents/components/DataTable/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.d.ts +11 -0
- package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.mjs +53 -0
- package/dist/nextGenComponents/components/DetailsPanel/DetailsPanel.mjs.map +1 -0
- package/dist/nextGenComponents/components/DetailsPanel/index.d.ts +2 -0
- package/dist/nextGenComponents/components/DetailsPanel/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/DetailsPanel/index.mjs +5 -0
- package/dist/nextGenComponents/components/DetailsPanel/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.d.ts +8 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.d.ts.map +1 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.mjs +20 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/EllipsisTooltip.mjs.map +1 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/index.d.ts +2 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/index.mjs +5 -0
- package/dist/nextGenComponents/components/EllipsisTooltip/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/FilterPopover/FilterPopover.d.ts +11 -0
- package/dist/nextGenComponents/components/FilterPopover/FilterPopover.d.ts.map +1 -0
- package/dist/nextGenComponents/components/FilterPopover/FilterPopover.mjs +160 -0
- package/dist/nextGenComponents/components/FilterPopover/FilterPopover.mjs.map +1 -0
- package/dist/nextGenComponents/components/FilterPopover/index.d.ts +2 -0
- package/dist/nextGenComponents/components/FilterPopover/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/FilterPopover/index.mjs +5 -0
- package/dist/nextGenComponents/components/FilterPopover/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/Loader/Loader.d.ts +16 -0
- package/dist/nextGenComponents/components/Loader/Loader.d.ts.map +1 -0
- package/dist/nextGenComponents/components/Loader/Loader.mjs +62 -0
- package/dist/nextGenComponents/components/Loader/Loader.mjs.map +1 -0
- package/dist/nextGenComponents/components/Loader/index.d.ts +3 -0
- package/dist/nextGenComponents/components/Loader/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/Loader/index.mjs +5 -0
- package/dist/nextGenComponents/components/Loader/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.d.ts +15 -0
- package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.d.ts.map +1 -0
- package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.mjs +113 -0
- package/dist/nextGenComponents/components/MultiSelectField/MultiSelectField.mjs.map +1 -0
- package/dist/nextGenComponents/components/MultiSelectField/index.d.ts +3 -0
- package/dist/nextGenComponents/components/MultiSelectField/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/MultiSelectField/index.mjs +6 -0
- package/dist/nextGenComponents/components/MultiSelectField/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/PaginationControls/PaginationControls.d.ts +17 -0
- package/dist/nextGenComponents/components/PaginationControls/PaginationControls.d.ts.map +1 -0
- package/dist/nextGenComponents/components/PaginationControls/PaginationControls.mjs +106 -0
- package/dist/nextGenComponents/components/PaginationControls/PaginationControls.mjs.map +1 -0
- package/dist/nextGenComponents/components/PaginationControls/index.d.ts +3 -0
- package/dist/nextGenComponents/components/PaginationControls/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/PaginationControls/index.mjs +5 -0
- package/dist/nextGenComponents/components/PaginationControls/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/RefreshButton/RefreshButton.d.ts +5 -0
- package/dist/nextGenComponents/components/RefreshButton/RefreshButton.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RefreshButton/RefreshButton.mjs +20 -0
- package/dist/nextGenComponents/components/RefreshButton/RefreshButton.mjs.map +1 -0
- package/dist/nextGenComponents/components/RefreshButton/index.d.ts +2 -0
- package/dist/nextGenComponents/components/RefreshButton/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RefreshButton/index.mjs +5 -0
- package/dist/nextGenComponents/components/RefreshButton/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.d.ts +8 -0
- package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.mjs +58 -0
- package/dist/nextGenComponents/components/RowActions/ActionMenu/ActionMenu.mjs.map +1 -0
- package/dist/nextGenComponents/components/RowActions/RowActions.d.ts +8 -0
- package/dist/nextGenComponents/components/RowActions/RowActions.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RowActions/RowActions.mjs +19 -0
- package/dist/nextGenComponents/components/RowActions/RowActions.mjs.map +1 -0
- package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.d.ts +9 -0
- package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.mjs +27 -0
- package/dist/nextGenComponents/components/RowActions/SingleActionButton/SingleActionButton.mjs.map +1 -0
- package/dist/nextGenComponents/components/RowActions/index.d.ts +5 -0
- package/dist/nextGenComponents/components/RowActions/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/RowActions/index.mjs +9 -0
- package/dist/nextGenComponents/components/RowActions/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/StatsCard/StatsCard.d.ts +47 -0
- package/dist/nextGenComponents/components/StatsCard/StatsCard.d.ts.map +1 -0
- package/dist/nextGenComponents/components/StatsCard/StatsCard.mjs +75 -0
- package/dist/nextGenComponents/components/StatsCard/StatsCard.mjs.map +1 -0
- package/dist/nextGenComponents/components/StatsCard/index.d.ts +2 -0
- package/dist/nextGenComponents/components/StatsCard/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/StatsCard/index.mjs +5 -0
- package/dist/nextGenComponents/components/StatsCard/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.d.ts +4 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.d.ts.map +1 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.mjs +106 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/TimeFilterDropdown.mjs.map +1 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/index.d.ts +2 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/index.mjs +5 -0
- package/dist/nextGenComponents/components/TimeFilterDropdown/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/index.d.ts +39 -0
- package/dist/nextGenComponents/components/index.d.ts.map +1 -0
- package/dist/nextGenComponents/components/index.mjs +103 -0
- package/dist/nextGenComponents/components/index.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/button.d.ts +14 -0
- package/dist/nextGenComponents/components/ui/button.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/button.mjs +56 -0
- package/dist/nextGenComponents/components/ui/button.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/calendar.d.ts +29 -0
- package/dist/nextGenComponents/components/ui/calendar.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/calendar.mjs +157 -0
- package/dist/nextGenComponents/components/ui/calendar.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/card.d.ts +9 -0
- package/dist/nextGenComponents/components/ui/card.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/card.mjs +50 -0
- package/dist/nextGenComponents/components/ui/card.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/checkbox.d.ts +8 -0
- package/dist/nextGenComponents/components/ui/checkbox.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/checkbox.mjs +33 -0
- package/dist/nextGenComponents/components/ui/checkbox.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/collapsible.d.ts +6 -0
- package/dist/nextGenComponents/components/ui/collapsible.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/collapsible.mjs +8 -0
- package/dist/nextGenComponents/components/ui/collapsible.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/dialog.d.ts +27 -0
- package/dist/nextGenComponents/components/ui/dialog.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/dialog.mjs +135 -0
- package/dist/nextGenComponents/components/ui/dialog.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/nextGenComponents/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/dropdown-menu.mjs +131 -0
- package/dist/nextGenComponents/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/input.d.ts +4 -0
- package/dist/nextGenComponents/components/ui/input.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/input.mjs +33 -0
- package/dist/nextGenComponents/components/ui/input.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/pagination.d.ts +25 -0
- package/dist/nextGenComponents/components/ui/pagination.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/pagination.mjs +93 -0
- package/dist/nextGenComponents/components/ui/pagination.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/popover.d.ts +7 -0
- package/dist/nextGenComponents/components/ui/popover.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/popover.mjs +24 -0
- package/dist/nextGenComponents/components/ui/popover.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/scroll-area.d.ts +6 -0
- package/dist/nextGenComponents/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/scroll-area.mjs +39 -0
- package/dist/nextGenComponents/components/ui/scroll-area.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/select.d.ts +14 -0
- package/dist/nextGenComponents/components/ui/select.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/select.mjs +117 -0
- package/dist/nextGenComponents/components/ui/select.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/separator.d.ts +5 -0
- package/dist/nextGenComponents/components/ui/separator.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/separator.mjs +25 -0
- package/dist/nextGenComponents/components/ui/separator.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/tabs.d.ts +8 -0
- package/dist/nextGenComponents/components/ui/tabs.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/tabs.mjs +56 -0
- package/dist/nextGenComponents/components/ui/tabs.mjs.map +1 -0
- package/dist/nextGenComponents/components/ui/tooltip.d.ts +8 -0
- package/dist/nextGenComponents/components/ui/tooltip.d.ts.map +1 -0
- package/dist/nextGenComponents/components/ui/tooltip.mjs +24 -0
- package/dist/nextGenComponents/components/ui/tooltip.mjs.map +1 -0
- package/dist/nextGenComponents/constants/index.d.ts +41 -0
- package/dist/nextGenComponents/constants/index.d.ts.map +1 -0
- package/dist/nextGenComponents/constants/index.mjs +49 -0
- package/dist/nextGenComponents/constants/index.mjs.map +1 -0
- package/dist/nextGenComponents/hooks/useClickOutside.d.ts +3 -0
- package/dist/nextGenComponents/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/nextGenComponents/hooks/useClickOutside.mjs +22 -0
- package/dist/nextGenComponents/hooks/useClickOutside.mjs.map +1 -0
- package/dist/nextGenComponents/index.d.ts +4 -0
- package/dist/nextGenComponents/index.d.ts.map +1 -0
- package/dist/nextGenComponents/index.mjs +126 -0
- package/dist/nextGenComponents/index.mjs.map +1 -0
- package/dist/nextGenComponents/lib/utils.d.ts +3 -0
- package/dist/nextGenComponents/lib/utils.d.ts.map +1 -0
- package/dist/nextGenComponents/lib/utils.mjs +7 -0
- package/dist/nextGenComponents/lib/utils.mjs.map +1 -0
- package/dist/nextGenComponents/stores/tableStore.d.ts +28 -0
- package/dist/nextGenComponents/stores/tableStore.d.ts.map +1 -0
- package/dist/nextGenComponents/stores/tableStore.mjs +58 -0
- package/dist/nextGenComponents/stores/tableStore.mjs.map +1 -0
- package/dist/nextGenComponents/types/table/filter.d.ts +21 -0
- package/dist/nextGenComponents/types/table/filter.d.ts.map +1 -0
- package/dist/nextGenComponents/types/table/rowAction.d.ts +13 -0
- package/dist/nextGenComponents/types/table/rowAction.d.ts.map +1 -0
- package/dist/nextGenComponents/types/table/timeFilter.d.ts +23 -0
- package/dist/nextGenComponents/types/table/timeFilter.d.ts.map +1 -0
- package/dist/nextGenComponents/utils/date.utils.d.ts +24 -0
- package/dist/nextGenComponents/utils/date.utils.d.ts.map +1 -0
- package/dist/nextGenComponents/utils/date.utils.mjs +79 -0
- package/dist/nextGenComponents/utils/date.utils.mjs.map +1 -0
- package/dist/nextGenComponents/utils/tableFilters.utils.d.ts +7 -0
- package/dist/nextGenComponents/utils/tableFilters.utils.d.ts.map +1 -0
- package/dist/nextGenComponents/utils/tableFilters.utils.mjs +7 -0
- package/dist/nextGenComponents/utils/tableFilters.utils.mjs.map +1 -0
- package/dist/reducers/notificationReducer.d.ts +1 -1
- package/dist/types.d.ts +148 -31
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/chips.util.d.ts +2 -2
- package/dist/utils/chips.util.d.ts.map +1 -1
- package/dist/utils/common.util.d.ts +1 -1
- package/dist/utils/common.util.d.ts.map +1 -1
- package/dist/utils/datetime.util.d.ts +3 -3
- package/dist/utils/datetime.util.d.ts.map +1 -1
- package/dist/utils/generateChipsList.util.d.ts +1 -1
- package/dist/utils/notification.util.d.ts +1 -1
- package/dist/utils/notification.util.d.ts.map +1 -1
- package/dist/utils/proxyServerConfig.util.d.ts +4 -4
- package/package.json +35 -8
|
@@ -6,62 +6,75 @@ export function useDetailsHeader({ handleCancel, handleShowWarning, isDetailsPop
|
|
|
6
6
|
}): {
|
|
7
7
|
DetailsHeaderContainer: {
|
|
8
8
|
({ actionButton, actionsMenu, applyChanges, applyChangesRef, cancelChanges, commonDetailsStore, getCloseDetailsLink, getDefaultCloseDetailsLink, handleActionClick, handleCancelClick, handleRefresh, headerRef, isDetailsPopUp, isDetailsScreen, location, navigate, pageData, params, renderCustomElements, renderStatus, renderTitle, selectedItem, showAllVersions, tab, viewMode, withActionMenu, withToggleViewBtn }: {
|
|
9
|
-
actionButton?:
|
|
9
|
+
actionButton?: null | undefined;
|
|
10
10
|
actionsMenu: any;
|
|
11
11
|
applyChanges: any;
|
|
12
12
|
applyChangesRef: any;
|
|
13
13
|
cancelChanges: any;
|
|
14
14
|
commonDetailsStore: any;
|
|
15
|
-
getCloseDetailsLink?:
|
|
15
|
+
getCloseDetailsLink?: null | undefined;
|
|
16
16
|
getDefaultCloseDetailsLink: any;
|
|
17
17
|
handleActionClick: any;
|
|
18
18
|
handleCancelClick: any;
|
|
19
|
-
handleRefresh?:
|
|
19
|
+
handleRefresh?: null | undefined;
|
|
20
20
|
headerRef: any;
|
|
21
|
-
isDetailsPopUp?: boolean;
|
|
21
|
+
isDetailsPopUp?: boolean | undefined;
|
|
22
22
|
isDetailsScreen: any;
|
|
23
23
|
location: any;
|
|
24
24
|
navigate: any;
|
|
25
25
|
pageData: any;
|
|
26
26
|
params: any;
|
|
27
|
-
renderCustomElements?:
|
|
28
|
-
renderStatus?:
|
|
27
|
+
renderCustomElements?: null | undefined;
|
|
28
|
+
renderStatus?: null | undefined;
|
|
29
29
|
renderTitle: any;
|
|
30
30
|
selectedItem: any;
|
|
31
|
-
showAllVersions?:
|
|
32
|
-
tab?: string;
|
|
33
|
-
viewMode?: string;
|
|
34
|
-
withActionMenu?: boolean;
|
|
35
|
-
withToggleViewBtn?: boolean;
|
|
36
|
-
}): JSX.Element;
|
|
31
|
+
showAllVersions?: null | undefined;
|
|
32
|
+
tab?: string | undefined;
|
|
33
|
+
viewMode?: string | undefined;
|
|
34
|
+
withActionMenu?: boolean | undefined;
|
|
35
|
+
withToggleViewBtn?: boolean | undefined;
|
|
36
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
37
37
|
propTypes: {
|
|
38
|
-
actionButton:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
38
|
+
actionButton: PropTypes.Requireable<PropTypes.InferProps<{
|
|
39
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
40
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
41
|
+
label: PropTypes.Validator<string>;
|
|
42
|
+
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
43
|
+
tooltip: PropTypes.Requireable<string>;
|
|
44
|
+
variant: PropTypes.Requireable<string>;
|
|
45
|
+
}>>;
|
|
46
|
+
actionsMenu: PropTypes.Validator<NonNullable<NonNullable<((...args: any[]) => any) | (NonNullable<PropTypes.InferProps<{
|
|
47
|
+
label: PropTypes.Validator<string>;
|
|
48
|
+
icon: PropTypes.Requireable<object>;
|
|
49
|
+
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
50
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
51
|
+
className: PropTypes.Requireable<string>;
|
|
52
|
+
}>>[] | null | undefined)[] | null | undefined>>>;
|
|
53
|
+
applyChanges: PropTypes.Validator<(...args: any[]) => any>;
|
|
54
|
+
applyChangesRef: PropTypes.Validator<object>;
|
|
55
|
+
cancelChanges: PropTypes.Validator<(...args: any[]) => any>;
|
|
56
|
+
commonDetailsStore: PropTypes.Validator<object>;
|
|
57
|
+
getCloseDetailsLink: PropTypes.Requireable<(...args: any[]) => any>;
|
|
58
|
+
getDefaultCloseDetailsLink: PropTypes.Validator<(...args: any[]) => any>;
|
|
59
|
+
handleActionClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
60
|
+
handleCancelClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
61
|
+
handleRefresh: PropTypes.Requireable<(...args: any[]) => any>;
|
|
62
|
+
headerRef: PropTypes.Validator<object>;
|
|
63
|
+
isDetailsPopUp: PropTypes.Requireable<boolean>;
|
|
64
|
+
isDetailsScreen: PropTypes.Validator<boolean>;
|
|
65
|
+
location: PropTypes.Validator<object>;
|
|
66
|
+
navigate: PropTypes.Validator<(...args: any[]) => any>;
|
|
67
|
+
pageData: PropTypes.Validator<object>;
|
|
68
|
+
params: PropTypes.Validator<object>;
|
|
69
|
+
renderCustomElements: PropTypes.Requireable<(...args: any[]) => any>;
|
|
70
|
+
renderStatus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
71
|
+
renderTitle: PropTypes.Validator<(...args: any[]) => any>;
|
|
72
|
+
selectedItem: PropTypes.Validator<object>;
|
|
73
|
+
showAllVersions: PropTypes.Requireable<(...args: any[]) => any>;
|
|
74
|
+
tab: PropTypes.Requireable<string>;
|
|
75
|
+
viewMode: PropTypes.Requireable<string>;
|
|
76
|
+
withActionMenu: PropTypes.Requireable<boolean>;
|
|
77
|
+
withToggleViewBtn: PropTypes.Requireable<boolean>;
|
|
65
78
|
};
|
|
66
79
|
};
|
|
67
80
|
actionButton: any;
|
|
@@ -69,12 +82,14 @@ export function useDetailsHeader({ handleCancel, handleShowWarning, isDetailsPop
|
|
|
69
82
|
handleActionClick: (event: any, handler: any) => Promise<void>;
|
|
70
83
|
handleBackClick: () => void;
|
|
71
84
|
handleCancelClick: () => void;
|
|
72
|
-
headerRef:
|
|
73
|
-
location: import("react-router
|
|
74
|
-
navigate: import("react-router
|
|
75
|
-
params: Readonly<import("react-router
|
|
85
|
+
headerRef: React.MutableRefObject<undefined>;
|
|
86
|
+
location: import("react-router").Location<any>;
|
|
87
|
+
navigate: import("react-router").NavigateFunction;
|
|
88
|
+
params: Readonly<import("react-router").Params<string>>;
|
|
76
89
|
showAllVersions: any;
|
|
77
|
-
viewMode: string;
|
|
90
|
+
viewMode: string | undefined;
|
|
78
91
|
withToggleViewBtn: any;
|
|
79
92
|
};
|
|
93
|
+
import PropTypes from 'prop-types';
|
|
94
|
+
import React from 'react';
|
|
80
95
|
//# sourceMappingURL=useDetailsHeader.hook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDetailsHeader.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useDetailsHeader.hook.jsx"],"names":[],"mappings":"AA0OO
|
|
1
|
+
{"version":3,"file":"useDetailsHeader.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useDetailsHeader.hook.jsx"],"names":[],"mappings":"AA0OO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDN;sBAvQqB,YAAY;kBADS,OAAO"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export function useFormTable(formState: any, exitEditModeTriggerItem: any, onExitEditModeCallback: any): {
|
|
2
2
|
addNewRow: (event: any, fields: any, fieldsPath: any, newItem: any) => void;
|
|
3
3
|
applyChanges: (event: any, index: any) => void;
|
|
4
|
-
applyOrDiscardOrDelete: (event?:
|
|
5
|
-
bottomScrollRef: import("react").MutableRefObject<
|
|
4
|
+
applyOrDiscardOrDelete: (event?: null) => void;
|
|
5
|
+
bottomScrollRef: import("react").MutableRefObject<null>;
|
|
6
6
|
deleteRow: (event: any, fieldsPath: any, index: any) => void;
|
|
7
7
|
discardChanges: (event: any, fieldsPath: any, index: any) => void;
|
|
8
8
|
discardOrDelete: (event: any, fieldsPath: any, index: any) => void;
|
|
9
|
-
editingItem:
|
|
10
|
-
editingItemRef: import("react").MutableRefObject<
|
|
9
|
+
editingItem: null;
|
|
10
|
+
editingItemRef: import("react").MutableRefObject<null>;
|
|
11
11
|
enterEditMode: (event: any, fields: any, fieldsPath: any, index: any) => void;
|
|
12
12
|
exitEditMode: () => void;
|
|
13
13
|
getTableArrayErrors: (fieldsPath: any) => any;
|
|
14
|
-
isCurrentRowEditing: (rowPath: any) =>
|
|
14
|
+
isCurrentRowEditing: (rowPath: any) => null;
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=useFormTable.hook.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export function useTable({ ref, selectedItem, skipTableWrapper, tableClassName }: {
|
|
2
2
|
ref: any;
|
|
3
3
|
selectedItem: any;
|
|
4
|
-
skipTableWrapper?: boolean;
|
|
5
|
-
tableClassName?: string;
|
|
4
|
+
skipTableWrapper?: boolean | undefined;
|
|
5
|
+
tableClassName?: string | undefined;
|
|
6
6
|
}): {
|
|
7
7
|
TableContainer: {
|
|
8
8
|
({ children, hideActionsMenu, mainRowItemsCount, pageData, renderDetails, selectedItem, sortProps, tableBodyRef, tableClass, tableContentRef, tableHeadRef, tableHeaders, tablePanelRef, tableRef, tableStore, tableWrapperClass, virtualizationConfig }: {
|
|
9
9
|
children: any;
|
|
10
|
-
hideActionsMenu?: boolean;
|
|
11
|
-
mainRowItemsCount?: number;
|
|
12
|
-
pageData?:
|
|
13
|
-
renderDetails?:
|
|
14
|
-
selectedItem?: {};
|
|
15
|
-
sortProps?:
|
|
10
|
+
hideActionsMenu?: boolean | undefined;
|
|
11
|
+
mainRowItemsCount?: number | undefined;
|
|
12
|
+
pageData?: null | undefined;
|
|
13
|
+
renderDetails?: null | undefined;
|
|
14
|
+
selectedItem?: {} | undefined;
|
|
15
|
+
sortProps?: null | undefined;
|
|
16
16
|
tableBodyRef: any;
|
|
17
17
|
tableClass: any;
|
|
18
18
|
tableContentRef: any;
|
|
@@ -20,39 +20,47 @@ export function useTable({ ref, selectedItem, skipTableWrapper, tableClassName }
|
|
|
20
20
|
tableHeaders: any;
|
|
21
21
|
tablePanelRef: any;
|
|
22
22
|
tableRef: any;
|
|
23
|
-
tableStore?:
|
|
23
|
+
tableStore?: null | undefined;
|
|
24
24
|
tableWrapperClass: any;
|
|
25
25
|
virtualizationConfig?: {
|
|
26
26
|
tableBodyPaddingTop: number;
|
|
27
27
|
startIndex: number;
|
|
28
28
|
endIndex: number;
|
|
29
|
-
};
|
|
30
|
-
}): JSX.Element;
|
|
29
|
+
} | undefined;
|
|
30
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
31
31
|
propTypes: {
|
|
32
|
-
children:
|
|
33
|
-
hideActionsMenu:
|
|
34
|
-
mainRowItemsCount:
|
|
35
|
-
pageData:
|
|
36
|
-
renderDetails: any
|
|
37
|
-
selectedItem:
|
|
38
|
-
sortProps:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
32
|
+
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
33
|
+
hideActionsMenu: PropTypes.Requireable<boolean>;
|
|
34
|
+
mainRowItemsCount: PropTypes.Requireable<number>;
|
|
35
|
+
pageData: PropTypes.Requireable<object>;
|
|
36
|
+
renderDetails: PropTypes.Requireable<(...args: any[]) => any>;
|
|
37
|
+
selectedItem: PropTypes.Requireable<object>;
|
|
38
|
+
sortProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
39
|
+
selectedColumnName: PropTypes.Validator<string>;
|
|
40
|
+
getSortingIcon: PropTypes.Validator<(...args: any[]) => any>;
|
|
41
|
+
sortTable: PropTypes.Validator<(...args: any[]) => any>;
|
|
42
|
+
}>>;
|
|
43
|
+
tableBodyRef: PropTypes.Validator<object>;
|
|
44
|
+
tableClass: PropTypes.Validator<string>;
|
|
45
|
+
tableContentRef: PropTypes.Validator<object>;
|
|
46
|
+
tableHeadRef: PropTypes.Validator<object>;
|
|
47
|
+
tableHeaders: PropTypes.Validator<(object | null | undefined)[]>;
|
|
48
|
+
tablePanelRef: PropTypes.Validator<object>;
|
|
49
|
+
tableRef: PropTypes.Validator<object>;
|
|
50
|
+
tableStore: PropTypes.Requireable<object>;
|
|
51
|
+
tableWrapperClass: PropTypes.Validator<string>;
|
|
52
|
+
virtualizationConfig: PropTypes.Requireable<PropTypes.InferProps<{
|
|
53
|
+
startIndex: PropTypes.Validator<number>;
|
|
54
|
+
endIndex: PropTypes.Validator<number>;
|
|
55
|
+
tableBodyPaddingTop: PropTypes.Validator<number>;
|
|
56
|
+
}>>;
|
|
49
57
|
};
|
|
50
58
|
};
|
|
51
59
|
tableBodyRef: any;
|
|
52
60
|
tableClass: string;
|
|
53
|
-
tableContentRef:
|
|
54
|
-
tableHeadRef:
|
|
55
|
-
tablePanelRef:
|
|
61
|
+
tableContentRef: React.MutableRefObject<null>;
|
|
62
|
+
tableHeadRef: React.MutableRefObject<null>;
|
|
63
|
+
tablePanelRef: React.MutableRefObject<null>;
|
|
56
64
|
tableRef: any;
|
|
57
65
|
tableStore: any;
|
|
58
66
|
tableWrapperClass: string;
|
|
@@ -61,6 +69,8 @@ export function useTableScroll({ content, selectedItem, isAllVersions, tableId }
|
|
|
61
69
|
content: any;
|
|
62
70
|
selectedItem: any;
|
|
63
71
|
isAllVersions: any;
|
|
64
|
-
tableId?: string;
|
|
72
|
+
tableId?: string | undefined;
|
|
65
73
|
}): void;
|
|
74
|
+
import PropTypes from 'prop-types';
|
|
75
|
+
import React from 'react';
|
|
66
76
|
//# sourceMappingURL=useTable.hook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTable.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useTable.hook.jsx"],"names":[],"mappings":"AAoHO
|
|
1
|
+
{"version":3,"file":"useTable.hook.d.ts","sourceRoot":"","sources":["../../src/lib/hooks/useTable.hook.jsx"],"names":[],"mappings":"AAoHO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EN;AAEM;;;;;SA8EN;sBA5PqB,YAAY;kBAD6B,OAAO"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z" fill="#869CFF"/>
|
|
3
|
+
<path d="M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z" fill="#7F7989"/>
|
|
4
|
+
<path d="M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z" fill="#7F7989"/>
|
|
5
|
+
<path d="M7.77778 15.6667H12.2222V18H7.77778V15.6667Z" fill="#7F7989"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 21, height: 18, viewBox: "0 0 21 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z", fill: "#869CFF" }), /* @__PURE__ */ e.createElement("path", { d: "M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M7.77778 15.6667H12.2222V18H7.77778V15.6667Z", fill: "#7F7989" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=activeFilter.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activeFilter.svg.mjs","sources":["../../src/lib/images/activeFilter.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgActiveFilter = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 21, height: 18, viewBox: \"0 0 21 18\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M21 4C21 6.20914 19.2091 8 17 8C14.7909 8 13 6.20914 13 4C13 1.79086 14.7909 0 17 0C19.2091 0 21 1.79086 21 4Z\", fill: \"#869CFF\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M11 4H0V6.33333H11.4706C11.1676 5.61607 11 4.8276 11 4Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5898 9.83333C15.9379 9.91719 16.2978 9.9707 16.6667 9.9909V12.1667H3.33333V9.83333H15.5898Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.77778 15.6667H12.2222V18H7.77778V15.6667Z\", fill: \"#7F7989\" }));\nexport default SvgActiveFilter;\n"],"names":["SvgActiveFilter","props","React"],"mappings":";AACK,MAACA,IAAkB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,kHAAkH,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,2DAA2D,MAAM,WAAW,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,mGAAmG,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,gDAAgD,MAAM,UAAS,CAAE,CAAC;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 7, height: 12, viewBox: "0 0 7 12", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M1 1L6 6L1 11", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
3
|
+
export {
|
|
4
|
+
o as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=calendar-chevron.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-chevron.svg.mjs","sources":["../../src/lib/images/calendar-chevron.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgCalendarChevron = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 7, height: 12, viewBox: \"0 0 7 12\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1L6 6L1 11\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nexport default SvgCalendarChevron;\n"],"names":["SvgCalendarChevron","props","React"],"mappings":";AACK,MAACA,IAAqB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,GAAG,QAAQ,IAAI,SAAS,YAAY,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,iBAAiB,QAAQ,gBAAgB,aAAa,KAAK,eAAe,SAAS,gBAAgB,SAAS,CAAC;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 15, viewBox: "0 0 20 15", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M6.35197 11.8356L1.60932 7.17294L0 8.75513L6.35197 15L19.9999 1.58218L18.3906 0L6.35197 11.8356Z", fill: "#49AF53" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=check.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check.svg.mjs","sources":["../../src/lib/images/check.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgCheck = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 20, height: 15, viewBox: \"0 0 20 15\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.35197 11.8356L1.60932 7.17294L0 8.75513L6.35197 15L19.9999 1.58218L18.3906 0L6.35197 11.8356Z\", fill: \"#49AF53\" }));\nexport default SvgCheck;\n"],"names":["SvgCheck","props","React"],"mappings":";AACK,MAACA,IAAW,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,oGAAoG,MAAM,UAAS,CAAE,CAAC;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M5.994 0C2.682 0 0 2.688 0 6C0 9.312 2.682 12 5.994 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 5.994 0ZM6 10.8C3.348 10.8 1.2 8.652 1.2 6C1.2 3.348 3.348 1.2 6 1.2C8.652 1.2 10.8 3.348 10.8 6C10.8 8.652 8.652 10.8 6 10.8Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M6.50003 3H5.40002V6.6L8.55002 8.49L9.20003 7.602L6.50003 6V3Z", fill: "white" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=clock.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clock.svg.mjs","sources":["../../src/lib/images/clock.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgClock = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 12, height: 12, viewBox: \"0 0 12 12\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.994 0C2.682 0 0 2.688 0 6C0 9.312 2.682 12 5.994 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 5.994 0ZM6 10.8C3.348 10.8 1.2 8.652 1.2 6C1.2 3.348 3.348 1.2 6 1.2C8.652 1.2 10.8 3.348 10.8 6C10.8 8.652 8.652 10.8 6 10.8Z\", fill: \"white\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.50003 3H5.40002V6.6L8.55002 8.49L9.20003 7.602L6.50003 6V3Z\", fill: \"white\" }));\nexport default SvgClock;\n"],"names":["SvgClock","props","React"],"mappings":";AACK,MAACA,IAAW,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,iOAAiO,MAAM,QAAO,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,kEAAkE,MAAM,SAAS,CAAC;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.65 12.025L0 6.375L1.425 4.975L7.075 10.625L5.65 12.025ZM11.3 12.025L5.65 6.375L7.05 4.95L11.3 9.2L20.5 0L21.9 1.425L11.3 12.025ZM11.3 6.375L9.875 4.975L14.825 0.025L16.25 1.425L11.3 6.375Z" fill="#7E768A"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 5H22V7.33333H2V5Z" fill="#7F7989"/>
|
|
3
|
+
<path d="M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z" fill="#7F7989"/>
|
|
4
|
+
<path d="M14.2222 16.6667H9.77778V19H14.2222V16.6667Z" fill="#7F7989"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M2 5H22V7.33333H2V5Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z", fill: "#7F7989" }), /* @__PURE__ */ e.createElement("path", { d: "M14.2222 16.6667H9.77778V19H14.2222V16.6667Z", fill: "#7F7989" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=filter-2.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-2.svg.mjs","sources":["../../src/lib/images/filter-2.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgFilter2 = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: 24, height: 24, viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2 5H22V7.33333H2V5Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.33333 10.8333H18.6667V13.1667H5.33333V10.8333Z\", fill: \"#7F7989\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M14.2222 16.6667H9.77778V19H14.2222V16.6667Z\", fill: \"#7F7989\" }));\nexport default SvgFilter2;\n"],"names":["SvgFilter2","props","React"],"mappings":";AACK,MAACA,IAAa,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,OAAO,8BAA8B,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,wBAAwB,MAAM,WAAW,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,qDAAqD,MAAM,UAAS,CAAE,GAAmB,gBAAAA,EAAM,cAAc,QAAQ,EAAE,GAAG,gDAAgD,MAAM,WAAW,CAAC;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<path d="M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z" fill="#7F7989"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 16 16", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z", fill: "#7F7989" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=refresh-2.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refresh-2.svg.mjs","sources":["../../src/lib/images/refresh-2.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgRefresh2 = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 24, height: 24, viewBox: \"0 0 16 16\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.6485 2.35C12.1976 0.9 10.2064 0 7.995 0C3.57223 0 0 3.58 0 8C0 12.42 3.57223 16 7.995 16C11.7273 16 14.8393 13.45 15.7298 10H13.6485C12.828 12.33 10.6066 14 7.995 14C4.68293 14 1.99124 11.31 1.99124 8C1.99124 4.69 4.68293 2 7.995 2C9.65603 2 11.137 2.69 12.2176 3.78L8.99562 7H16V0L13.6485 2.35Z\", fill: \"#7F7989\" }));\nexport default SvgRefresh2;\n"],"names":["SvgRefresh2","props","React"],"mappings":";AACK,MAACA,IAAc,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,+SAA+S,MAAM,UAAS,CAAE,CAAC;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.2857 12.5714H13.3714L13.0286 12.2286C14.1714 10.9714 14.8571 9.25714 14.8571 7.42857C14.8571 3.31429 11.5429 0 7.42857 0C3.31429 0 0 3.31429 0 7.42857C0 11.5429 3.31429 14.8571 7.42857 14.8571C9.25714 14.8571 10.9714 14.1714 12.2286 13.0286L12.5714 13.3714V14.2857L18.2857 20L20 18.2857L14.2857 12.5714ZM7.42857 12.5714C4.57143 12.5714 2.28571 10.2857 2.28571 7.42857C2.28571 4.57143 4.57143 2.28571 7.42857 2.28571C10.2857 2.28571 12.5714 4.57143 12.5714 7.42857C12.5714 10.2857 10.2857 12.5714 7.42857 12.5714Z" fill="#7E768A"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 6, viewBox: "0 0 13 6", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M6.0625 6L0.000322908 -1.05734e-06L12.1247 -7.59139e-08L6.0625 6Z", fill: "#7F7989" }));
|
|
3
|
+
export {
|
|
4
|
+
l as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=select.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.svg.mjs","sources":["../../src/lib/images/select.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgSelect = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 13, height: 6, viewBox: \"0 0 13 6\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.0625 6L0.000322908 -1.05734e-06L12.1247 -7.59139e-08L6.0625 6Z\", fill: \"#7F7989\" }));\nexport default SvgSelect;\n"],"names":["SvgSelect","props","React"],"mappings":";AACK,MAACA,IAAY,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,GAAG,SAAS,YAAY,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,qEAAqE,MAAM,UAAS,CAAE,CAAC;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none">
|
|
2
|
+
<path d="M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z" fill="#7F7989"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const L = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 8, height: 8, viewBox: "0 0 8 8", fill: "none", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z", fill: "#7F7989" }));
|
|
3
|
+
export {
|
|
4
|
+
L as default
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=sort-arrow.svg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-arrow.svg.mjs","sources":["../../src/lib/images/sort-arrow.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgSortArrow = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: 8, height: 8, viewBox: \"0 0 8 8\", fill: \"none\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.78527 4.11091L7.07816 3.40381L4.39618 6.08579L4.39618 1.90735e-06H3.39618L3.39618 6.09283L0.707107 3.40376L0 4.11087L3.88909 7.99995L3.89261 7.99643L3.89618 8L7.78527 4.11091Z\", fill: \"#7F7989\" }));\nexport default SvgSortArrow;\n"],"names":["SvgSortArrow","props","React"],"mappings":";AACK,MAACA,IAAe,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,GAAG,QAAQ,GAAG,SAAS,WAAW,MAAM,QAAQ,GAAGD,EAAK,GAAoB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,sLAAsL,MAAM,UAAS,CAAE,CAAC;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
export declare const getBadgeColor: () => {
|
|
3
|
+
readonly bg: "bg-[rgba(164,76,197,0.16)]";
|
|
4
|
+
readonly text: "text-[#A44CC5]";
|
|
5
|
+
};
|
|
6
|
+
export type BadgeProps = {
|
|
7
|
+
label: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
};
|
|
11
|
+
declare const Badge: ({ label, className, children }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default Badge;
|
|
13
|
+
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAMtC,eAAO,MAAM,aAAa;;;CAEzB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,KAAK,GAAI,gCAAgC,UAAU,4CAgBxD,CAAA;AAED,eAAe,KAAK,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { cn as a } from "../../lib/utils.mjs";
|
|
3
|
+
const s = { bg: "bg-[rgba(164,76,197,0.16)]", text: "text-[#A44CC5]" }, d = () => s, i = ({ label: e, className: n, children: o }) => {
|
|
4
|
+
const t = d();
|
|
5
|
+
return /* @__PURE__ */ r(
|
|
6
|
+
"span",
|
|
7
|
+
{
|
|
8
|
+
"data-testid": "badge",
|
|
9
|
+
className: a(
|
|
10
|
+
"inline-flex items-center gap-1 rounded px-2 py-0.5 text-xs font-medium whitespace-nowrap leading-normal",
|
|
11
|
+
t.bg,
|
|
12
|
+
t.text,
|
|
13
|
+
n
|
|
14
|
+
),
|
|
15
|
+
children: o ?? e
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
d as getBadgeColor
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=Badge.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.mjs","sources":["../../../../src/lib/nextGenComponents/components/Badge/Badge.tsx"],"sourcesContent":["import { type ReactNode } from 'react'\n\nimport { cn } from '@/lib/utils'\n\nconst BADGE_COLOR = { bg: 'bg-[rgba(164,76,197,0.16)]', text: 'text-[#A44CC5]' } as const\n\nexport const getBadgeColor = () => {\n return BADGE_COLOR\n}\n\nexport type BadgeProps = {\n label: string\n className?: string\n children?: ReactNode\n}\n\nconst Badge = ({ label, className, children }: BadgeProps) => {\n const color = getBadgeColor()\n\n return (\n <span\n data-testid=\"badge\"\n className={cn(\n 'inline-flex items-center gap-1 rounded px-2 py-0.5 text-xs font-medium whitespace-nowrap leading-normal',\n color.bg,\n color.text,\n className\n )}\n >\n {children ?? label}\n </span>\n )\n}\n\nexport default Badge\n"],"names":["BADGE_COLOR","getBadgeColor","Badge","label","className","children","color","jsx","cn"],"mappings":";;AAIA,MAAMA,IAAc,EAAE,IAAI,8BAA8B,MAAM,iBAAA,GAEjDC,IAAgB,MACpBD,GASHE,IAAQ,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,UAAAC,QAA2B;AAC5D,QAAMC,IAAQL,EAAA;AAEd,SACE,gBAAAM;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,eAAY;AAAA,MACZ,WAAWC;AAAA,QACT;AAAA,QACAF,EAAM;AAAA,QACNA,EAAM;AAAA,QACNF;AAAA,MAAA;AAAA,MAGD,UAAAC,KAAYF;AAAA,IAAA;AAAA,EAAA;AAGnB;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type BadgeItem = {
|
|
2
|
+
key: string;
|
|
3
|
+
value?: string;
|
|
4
|
+
};
|
|
5
|
+
export type BadgeCellProps = {
|
|
6
|
+
badges: BadgeItem[];
|
|
7
|
+
delimiter?: string;
|
|
8
|
+
maxVisible?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const BadgeCell: ({ badges, delimiter, maxVisible, className }: BadgeCellProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
12
|
+
export default BadgeCell;
|
|
13
|
+
//# sourceMappingURL=BadgeCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeCell.d.ts","sourceRoot":"","sources":["../../../../src/lib/nextGenComponents/components/BadgeCell/BadgeCell.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,SAAS,EAAE,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAWD,QAAA,MAAM,SAAS,GAAI,8CAAoD,cAAc,mDAsJpF,CAAA;AAED,eAAe,SAAS,CAAA"}
|