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
package/dist/types.d.ts
CHANGED
|
@@ -1,32 +1,149 @@
|
|
|
1
|
-
export const BUTTON_VARIANTS:
|
|
2
|
-
export const CHIP:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
|
|
1
|
+
export const BUTTON_VARIANTS: PropTypes.Requireable<string>;
|
|
2
|
+
export const CHIP: PropTypes.Requireable<PropTypes.InferProps<{
|
|
3
|
+
delimiter: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
4
|
+
id: PropTypes.Requireable<string>;
|
|
5
|
+
value: PropTypes.Validator<string>;
|
|
6
|
+
}>>;
|
|
7
|
+
export const CHIP_INPUT_LIST: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
8
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
9
|
+
icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
10
|
+
id: PropTypes.Validator<string>;
|
|
11
|
+
label: PropTypes.Validator<string>;
|
|
12
|
+
subLabel: PropTypes.Requireable<string>;
|
|
13
|
+
ui: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
14
|
+
}> | null | undefined)[]>;
|
|
15
|
+
export const DENSITY_OPTIONS: PropTypes.Requireable<string>;
|
|
16
|
+
export const CHIP_OPTIONS: PropTypes.Requireable<PropTypes.InferProps<{
|
|
17
|
+
background: PropTypes.Requireable<string>;
|
|
18
|
+
boldValue: PropTypes.Requireable<boolean>;
|
|
19
|
+
borderColor: PropTypes.Requireable<string>;
|
|
20
|
+
density: PropTypes.Requireable<string>;
|
|
21
|
+
font: PropTypes.Requireable<string>;
|
|
22
|
+
borderRadius: PropTypes.Requireable<string>;
|
|
23
|
+
}>>;
|
|
24
|
+
export const CHIPS: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
25
|
+
delimiter: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
26
|
+
id: PropTypes.Requireable<string>;
|
|
27
|
+
value: PropTypes.Validator<string>;
|
|
28
|
+
}> | null | undefined)[]>;
|
|
29
|
+
export const VISIBLE_CHIPS_MAX_LENGTH: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
30
|
+
export const POP_UP_CUSTOM_POSITION: PropTypes.Requireable<PropTypes.InferProps<{
|
|
31
|
+
element: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
32
|
+
position: PropTypes.Requireable<string>;
|
|
33
|
+
autoHorizontalPosition: PropTypes.Requireable<boolean>;
|
|
34
|
+
autoVerticalPosition: PropTypes.Requireable<boolean>;
|
|
35
|
+
}>>;
|
|
36
|
+
export const MODAL_SIZES: PropTypes.Requireable<string>;
|
|
37
|
+
export const CONFIRM_DIALOG_CANCEL_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
+
handler: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
|
+
label: PropTypes.Validator<string>;
|
|
40
|
+
variant: PropTypes.Validator<string>;
|
|
41
|
+
}>>;
|
|
42
|
+
export const CONFIRM_DIALOG_MESSAGE: PropTypes.Requireable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>;
|
|
43
|
+
export const CONFIRM_DIALOG_SUBMIT_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
|
|
44
|
+
handler: PropTypes.Validator<(...args: any[]) => any>;
|
|
45
|
+
label: PropTypes.Validator<string>;
|
|
46
|
+
variant: PropTypes.Validator<string>;
|
|
47
|
+
}>>;
|
|
48
|
+
export const WIZARD_STEPS_CONFIG: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
49
|
+
id: PropTypes.Validator<string>;
|
|
50
|
+
label: PropTypes.Validator<string>;
|
|
51
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
52
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
53
|
+
nextIsDisabled: PropTypes.Requireable<boolean>;
|
|
54
|
+
}> | null | undefined)[]>;
|
|
55
|
+
export const INPUT_LINK: PropTypes.Requireable<PropTypes.InferProps<{
|
|
56
|
+
show: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
57
|
+
url: PropTypes.Requireable<string>;
|
|
58
|
+
}>>;
|
|
59
|
+
export const SELECT_OPTION: PropTypes.Requireable<PropTypes.InferProps<{
|
|
60
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
61
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
62
|
+
icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
63
|
+
id: PropTypes.Validator<string>;
|
|
64
|
+
label: PropTypes.Validator<NonNullable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>>;
|
|
65
|
+
labelHtml: PropTypes.Requireable<string>;
|
|
66
|
+
status: PropTypes.Requireable<string>;
|
|
67
|
+
subLabel: PropTypes.Requireable<string>;
|
|
68
|
+
}>>;
|
|
69
|
+
export const SELECT_OPTIONS: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
70
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
71
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
72
|
+
icon: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
73
|
+
id: PropTypes.Validator<string>;
|
|
74
|
+
label: PropTypes.Validator<NonNullable<NonNullable<string | PropTypes.ReactElementLike | null | undefined>>>;
|
|
75
|
+
labelHtml: PropTypes.Requireable<string>;
|
|
76
|
+
status: PropTypes.Requireable<string>;
|
|
77
|
+
subLabel: PropTypes.Requireable<string>;
|
|
78
|
+
}> | null | undefined)[]>;
|
|
79
|
+
export const INPUT_VALIDATION_RULES: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
80
|
+
name: PropTypes.Validator<string>;
|
|
81
|
+
label: PropTypes.Validator<string>;
|
|
82
|
+
pattern: PropTypes.Validator<NonNullable<NonNullable<RegExp | ((...args: any[]) => any) | null | undefined>>>;
|
|
83
|
+
isValid: PropTypes.Requireable<boolean>;
|
|
84
|
+
}> | null | undefined)[]>;
|
|
85
|
+
export const COMBOBOX_SUGGESTION_LIST: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
86
|
+
customDelimiter: PropTypes.Requireable<string>;
|
|
87
|
+
id: PropTypes.Validator<string>;
|
|
88
|
+
label: PropTypes.Validator<string>;
|
|
89
|
+
}> | null | undefined)[]>;
|
|
90
|
+
export const COMBOBOX_VALIDATION_RULES: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
91
|
+
name: PropTypes.Validator<string>;
|
|
92
|
+
label: PropTypes.Validator<string>;
|
|
93
|
+
isValid: PropTypes.Requireable<boolean>;
|
|
94
|
+
}> | null | undefined)[]>;
|
|
95
|
+
export const COMBOBOX_SELECT_OPTIONS: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
96
|
+
className: PropTypes.Requireable<string>;
|
|
97
|
+
id: PropTypes.Validator<string>;
|
|
98
|
+
label: PropTypes.Validator<string>;
|
|
99
|
+
}> | null | undefined)[]>;
|
|
100
|
+
export const FORM_TABLE_EDITING_ITEM: PropTypes.Requireable<PropTypes.InferProps<{
|
|
101
|
+
data: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
102
|
+
ui: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
103
|
+
isNew: PropTypes.Requireable<boolean>;
|
|
104
|
+
index: PropTypes.Validator<number>;
|
|
105
|
+
fieldsPath: PropTypes.Validator<string>;
|
|
106
|
+
}>>>;
|
|
107
|
+
}>>;
|
|
108
|
+
export const SORT_PROPS: PropTypes.Requireable<PropTypes.InferProps<{
|
|
109
|
+
selectedColumnName: PropTypes.Validator<string>;
|
|
110
|
+
getSortingIcon: PropTypes.Validator<(...args: any[]) => any>;
|
|
111
|
+
sortTable: PropTypes.Validator<(...args: any[]) => any>;
|
|
112
|
+
}>>;
|
|
113
|
+
export const ALLOW_SORT_BY: PropTypes.Requireable<NonNullable<string | number | (string | null | undefined)[] | null | undefined>>;
|
|
114
|
+
export const DEFAULT_SORT_BY: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
115
|
+
export const EXCLUDE_SORT_BY: PropTypes.Requireable<NonNullable<string | number | (string | null | undefined)[] | null | undefined>>;
|
|
116
|
+
export const DENSITY: PropTypes.Requireable<string>;
|
|
117
|
+
export const VIRTUALIZATION_CONFIG: PropTypes.Requireable<PropTypes.InferProps<{
|
|
118
|
+
startIndex: PropTypes.Validator<number>;
|
|
119
|
+
endIndex: PropTypes.Validator<number>;
|
|
120
|
+
tableBodyPaddingTop: PropTypes.Validator<number>;
|
|
121
|
+
}>>;
|
|
122
|
+
export const SLIDER_TABS: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
123
|
+
id: PropTypes.Validator<string>;
|
|
124
|
+
label: PropTypes.Validator<string>;
|
|
125
|
+
tip: PropTypes.Requireable<string>;
|
|
126
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
127
|
+
}> | null | undefined)[]>;
|
|
128
|
+
export const DETAILS_MENU: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
129
|
+
id: PropTypes.Validator<string>;
|
|
130
|
+
label: PropTypes.Validator<string>;
|
|
131
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
132
|
+
}> | null | undefined)[]>;
|
|
133
|
+
export const ACTION_BUTTON: PropTypes.Requireable<PropTypes.InferProps<{
|
|
134
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
135
|
+
hidden: PropTypes.Requireable<boolean>;
|
|
136
|
+
label: PropTypes.Validator<string>;
|
|
137
|
+
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
138
|
+
tooltip: PropTypes.Requireable<string>;
|
|
139
|
+
variant: PropTypes.Requireable<string>;
|
|
140
|
+
}>>;
|
|
141
|
+
export const ACTIONS_MENU: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | (NonNullable<PropTypes.InferProps<{
|
|
142
|
+
label: PropTypes.Validator<string>;
|
|
143
|
+
icon: PropTypes.Requireable<object>;
|
|
144
|
+
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
145
|
+
disabled: PropTypes.Requireable<boolean>;
|
|
146
|
+
className: PropTypes.Requireable<string>;
|
|
147
|
+
}>>[] | null | undefined)[] | null | undefined>>;
|
|
148
|
+
import PropTypes from 'prop-types';
|
|
32
149
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"AAmCA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/lib/types.js"],"names":[],"mappings":"AAmCA,4DAME;AAEF;;;;IAIE;AAEF;;;;;;;0BASC;AAED,4DAKE;AAEF;;;;;;;IAgBE;AAEF;;;;0BAA4C;AAE5C,8GAGE;AAEF;;;;;IAKE;AAEF,wDAAgG;AAEhG;;;;IAIE;AACF,gIAAgG;AAChG;;;;IAIE;AAEF;;;;;;0BAQC;AAED;;;IAGE;AAEF;;;;;;;;;IASE;AAEF;;;;;;;;;0BAA8D;AAE9D;;;;;0BAOC;AAED;;;;0BAMC;AAED;;;;0BAMC;AAED;;;;0BAMC;AAED;;;;;;;IAQE;AAEF;;;;IAIE;AAEF,mIAIE;AAEF,qGAAwF;AAExF,qIAIE;AAEF,oDAA+E;AAE/E;;;;IAIE;AAEF;;;;;0BAOC;AAED;;;;0BAMC;AAED;;;;;;;IAOE;AAUF;;;;;;iDAGE;sBAzOoB,YAAY"}
|
|
@@ -6,8 +6,8 @@ export function getChipOptions(variant: any): {
|
|
|
6
6
|
density: string;
|
|
7
7
|
font: string;
|
|
8
8
|
borderRadius: string;
|
|
9
|
-
};
|
|
10
|
-
export function cutChips(chips: any[], maxLength: any, delimiter: any): {
|
|
9
|
+
} | undefined;
|
|
10
|
+
export function cutChips(chips: any[] | undefined, maxLength: any, delimiter: any): {
|
|
11
11
|
visibleChips: {
|
|
12
12
|
value: any;
|
|
13
13
|
delimiter: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chips.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/chips.util.js"],"names":[],"mappings":"AAqFO;;;;;;;;
|
|
1
|
+
{"version":3,"file":"chips.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/chips.util.js"],"names":[],"mappings":"AAqFO;;;;;;;;cAAiF;AAEjF;;;;;;;;;;;;;;;EAkBN;AAEM;;;EAQN"}
|
|
@@ -7,7 +7,7 @@ export function getErrorDetail(error: Error): string;
|
|
|
7
7
|
export function getErrorMsg(error: Error, defaultError: string): string;
|
|
8
8
|
export function getTransitionEndEventName(): string;
|
|
9
9
|
export function getScssVariableValue(variableName: any): string;
|
|
10
|
-
export function getViewMode(search: any): string;
|
|
10
|
+
export function getViewMode(search: any): string | undefined;
|
|
11
11
|
export function performDetailsActionHelper(changes: any, dispatch: any, filtersWasHandled?: boolean): Promise<boolean>;
|
|
12
12
|
export function copyToClipboard(textToCopy: any, dispatch: any): void;
|
|
13
13
|
export function roundFloats(value: any, precision: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/common.util.js"],"names":[],"mappings":"AAgCO,kEAEN;AAEM,kFAcN;AAEM,qGAcN;AAEM,2DAGJ;AAGI,uFAQN;AAYM,sCAHI,KAAK,GACH,MAAM,CAUlB;AASM,mCAJI,KAAK,gBACL,MAAM,GACJ,MAAM,CAoBlB;AAOM,6CAFM,MAAM,CAiBlB;AAEM,gEAEN;AAEM,
|
|
1
|
+
{"version":3,"file":"common.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/common.util.js"],"names":[],"mappings":"AAgCO,kEAEN;AAEM,kFAcN;AAEM,qGAcN;AAEM,2DAGJ;AAGI,uFAQN;AAYM,sCAHI,KAAK,GACH,MAAM,CAUlB;AASM,mCAJI,KAAK,gBACL,MAAM,GACJ,MAAM,CAoBlB;AAOM,6CAFM,MAAM,CAiBlB;AAEM,gEAEN;AAEM,6DAEN;AAEM,uHAqBN;AAEM,sEAwBN;AAEM,6DAWN;AAEM,6DAEN"}
|
|
@@ -12,7 +12,7 @@ export function getFormatTime(time: any): {
|
|
|
12
12
|
hour: any;
|
|
13
13
|
minute: any;
|
|
14
14
|
};
|
|
15
|
-
export function getTimeElapsedByDate(creationDate: any):
|
|
16
|
-
export function getDateAndTimeByFormat(date: any, dateFormat: any):
|
|
17
|
-
export function sortListByDate(list: any[], field: any, isAscending?: boolean): any[];
|
|
15
|
+
export function getTimeElapsedByDate(creationDate: any): string;
|
|
16
|
+
export function getDateAndTimeByFormat(date: any, dateFormat: any): string;
|
|
17
|
+
export function sortListByDate(list: any[] | undefined, field: any, isAscending?: boolean): any[];
|
|
18
18
|
//# sourceMappingURL=datetime.util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/datetime.util.js"],"names":[],"mappings":"AAqBA,6CASC;AAED,qCAAmD;AAE5C;;;;;;;yBA8BN;AAEM;;;EAYN;AAEM,
|
|
1
|
+
{"version":3,"file":"datetime.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/datetime.util.js"],"names":[],"mappings":"AAqBA,6CASC;AAED,qCAAmD;AAE5C;;;;;;;yBA8BN;AAEM;;;EAYN;AAEM,gEAyBN;AAEM,2EAEN;AAEM,kGAON"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function showErrorNotification(dispatch: any, error: any, defaultErrorMsg: any, customErrorMsg: any, retryCallback?:
|
|
1
|
+
export function showErrorNotification(dispatch: any, error: any, defaultErrorMsg: any, customErrorMsg: any, retryCallback?: null, showNotificationCallback?: null): void;
|
|
2
2
|
//# sourceMappingURL=notification.util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/notification.util.js"],"names":[],"mappings":"AAwBO,
|
|
1
|
+
{"version":3,"file":"notification.util.d.ts","sourceRoot":"","sources":["../../src/lib/utils/notification.util.js"],"names":[],"mappings":"AAwBO,yKAsBN"}
|
|
@@ -7,21 +7,21 @@ export function mlrunProxyConfig(env: any): {
|
|
|
7
7
|
'x-v3io-session-key': any;
|
|
8
8
|
'x-remote-user': string;
|
|
9
9
|
};
|
|
10
|
-
};
|
|
10
|
+
} | undefined;
|
|
11
11
|
'/nuclio': {
|
|
12
12
|
target: any;
|
|
13
13
|
changeOrigin: boolean;
|
|
14
14
|
rewrite: (path: any) => any;
|
|
15
|
-
};
|
|
15
|
+
} | undefined;
|
|
16
16
|
'/iguazio': {
|
|
17
17
|
target: any;
|
|
18
18
|
changeOrigin: boolean;
|
|
19
19
|
rewrite: (path: any) => any;
|
|
20
|
-
};
|
|
20
|
+
} | undefined;
|
|
21
21
|
'/function-catalog': {
|
|
22
22
|
target: any;
|
|
23
23
|
changeOrigin: boolean;
|
|
24
24
|
rewrite: (path: any) => any;
|
|
25
|
-
};
|
|
25
|
+
} | undefined;
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=proxyServerConfig.util.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iguazio.dashboard-react-controls",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.23",
|
|
4
4
|
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -24,7 +24,12 @@
|
|
|
24
24
|
"./reducers/*": "./dist/reducers/*",
|
|
25
25
|
"./images/*": "./dist/images/*",
|
|
26
26
|
"./scss/*": "./dist/scss/*",
|
|
27
|
-
"./index.css": "./dist/index.css"
|
|
27
|
+
"./index.css": "./dist/index.css",
|
|
28
|
+
"./nextGenComponents": {
|
|
29
|
+
"import": "./dist/nextGenComponents/index.mjs",
|
|
30
|
+
"types": "./dist/nextGenComponents/index.d.ts"
|
|
31
|
+
},
|
|
32
|
+
"./nextGenComponents/*": "./dist/nextGenComponents/*"
|
|
28
33
|
},
|
|
29
34
|
"files": [
|
|
30
35
|
"dist",
|
|
@@ -40,6 +45,28 @@
|
|
|
40
45
|
"MLRun",
|
|
41
46
|
"mlrun"
|
|
42
47
|
],
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
50
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
51
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
52
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
53
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
54
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
55
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
56
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
57
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
58
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
59
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
60
|
+
"@tanstack/react-table": "^8.21.3",
|
|
61
|
+
"@tanstack/react-virtual": "^3.13.19",
|
|
62
|
+
"class-variance-authority": "^0.7.1",
|
|
63
|
+
"clsx": "^2.1.1",
|
|
64
|
+
"date-fns": "^4.1.0",
|
|
65
|
+
"lucide-react": "^0.552.0",
|
|
66
|
+
"react-day-picker": "^9.13.0",
|
|
67
|
+
"tailwind-merge": "^3.3.1",
|
|
68
|
+
"zustand": "^5.0.8"
|
|
69
|
+
},
|
|
43
70
|
"peerDependencies": {
|
|
44
71
|
"@reduxjs/toolkit": "*",
|
|
45
72
|
"classnames": "*",
|
|
@@ -68,8 +95,8 @@
|
|
|
68
95
|
"@storybook/manager-webpack5": "^6.5.16",
|
|
69
96
|
"@storybook/react": "^8.6.17",
|
|
70
97
|
"@storybook/testing-library": "0.2.2",
|
|
71
|
-
"@types/react": "18.3.
|
|
72
|
-
"@types/react-dom": "18.3.
|
|
98
|
+
"@types/react": "18.3.28",
|
|
99
|
+
"@types/react-dom": "18.3.7",
|
|
73
100
|
"@vitejs/plugin-react": "^4.3.4",
|
|
74
101
|
"classnames": "^2.3.1",
|
|
75
102
|
"cross-env": "^7.0.3",
|
|
@@ -117,10 +144,10 @@
|
|
|
117
144
|
"picomatch@4": "4.0.4"
|
|
118
145
|
},
|
|
119
146
|
"scripts": {
|
|
120
|
-
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
|
|
121
|
-
"lint:fix": "eslint \"src/**/*.{js,jsx}\" --fix",
|
|
122
|
-
"prettier": "prettier --check \"src/**/*.{js,jsx,scss}\"",
|
|
123
|
-
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,scss}\"",
|
|
147
|
+
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --quiet",
|
|
148
|
+
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
149
|
+
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx,scss}\"",
|
|
150
|
+
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,scss}\"",
|
|
124
151
|
"build-storybook": "build-storybook",
|
|
125
152
|
"storybook": "start-storybook -p 6006",
|
|
126
153
|
"start": "vite",
|