asma-ui-core 3.44.0 → 3.45.0
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/asma-ui-core.css +1 -1
- package/dist/components/custom/module/header-layout/ToolbarActionGroup.js +2 -2
- package/dist/components/custom/module/module-title/StyledModuleTitle.module.js +1 -1
- package/dist/components/custom/widget/widget/StyledWidget.module.js +8 -8
- package/dist/components/custom/widget/widget-title/StyledWidgetTitle.module.js +1 -1
- package/dist/components/data-display/ai-disclosure/StyledAIDisclosure.js +7 -5
- package/dist/components/data-display/badge/StyledBadge.js +53 -23
- package/dist/components/data-display/chip/StyledChip.js +62 -59
- package/dist/components/data-display/chip/chipPadding.js +44 -0
- package/dist/components/data-display/form-label/components/StyledFormLabel.js +18 -10
- package/dist/components/data-display/form-label/styles/StyledFormLabel.module.js +4 -4
- package/dist/components/data-display/interactive-chip/StyledInteractiveChip.js +35 -39
- package/dist/components/data-display/interactive-chip/StyledInteractiveChip.module.js +4 -0
- package/dist/components/data-display/tooltip/StyledTooltip.js +51 -33
- package/dist/components/data-display/typography/StyledTypography.js +62 -4
- package/dist/components/feedback/dialog/StyledDialog.js +102 -39
- package/dist/components/feedback/dialog/StyledDialog.module.js +2 -9
- package/dist/components/feedback/dialog/StyledDialogActions.js +16 -16
- package/dist/components/feedback/dialog/StyledDialogContent.js +18 -14
- package/dist/components/feedback/dialog/StyledDialogTitle.js +18 -13
- package/dist/components/feedback/empty-page/StyledEmptyPage.js +4 -4
- package/dist/components/feedback/filtered-empty-state/StyledFilteredEmptyState.js +7 -7
- package/dist/components/feedback/minimizable-dialog/MinimizableDialog.js +123 -114
- package/dist/components/feedback/minimizable-dialog/components/CloseBtn.js +6 -5
- package/dist/components/feedback/minimizable-dialog/components/FullscreenBtn.js +13 -12
- package/dist/components/feedback/minimizable-dialog/components/MinimizeBtn.js +15 -13
- package/dist/components/feedback/minimizable-dialog/v2/MinimizableDialogV2.js +67 -61
- package/dist/components/feedback/snack-bar/StyledAlert.js +95 -14
- package/dist/components/feedback/snack-bar/StyledSnackbar.js +34 -8
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.js +32 -33
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.module.js +16 -16
- package/dist/components/icons/check-icon/CheckIcon.js +8 -7
- package/dist/components/inputs/button/StyledButton.js +22 -18
- package/dist/components/inputs/button/StyledButton.module.js +5 -5
- package/dist/components/inputs/checkbox/base-ui/StyledCheckbox.js +61 -55
- package/dist/components/inputs/checkbox/base-ui/StyledCheckbox.module.js +12 -11
- package/dist/components/inputs/dynamic-select/components/DynamicInteractiveChipGroup.js +54 -50
- package/dist/components/inputs/dynamic-select/components/DynamicSelectAutocomplete.js +107 -99
- package/dist/components/inputs/field-styles.js +8 -0
- package/dist/components/inputs/input-field/StyledInputField.js +188 -83
- package/dist/components/inputs/input-field/StyledInputField.module.js +10 -0
- package/dist/components/inputs/label/StyledLabel.js +19 -11
- package/dist/components/inputs/label/StyledLabel.module.js +1 -1
- package/dist/components/inputs/radio-button/base-ui/RadioGroupContext.js +6 -0
- package/dist/components/inputs/radio-button/base-ui/StyledRadio.js +43 -28
- package/dist/components/inputs/radio-button/base-ui/StyledRadio.module.js +7 -6
- package/dist/components/inputs/radio-button/base-ui/StyledRadioGroup.js +37 -24
- package/dist/components/inputs/search-field/StyledSearchField.js +49 -43
- package/dist/components/inputs/select/StyledSelect.js +170 -45
- package/dist/components/inputs/select/StyledSelectItem.js +19 -23
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +228 -150
- package/dist/components/inputs/slider/StyledSlider.js +100 -52
- package/dist/components/inputs/slider/StyledSlider.module.js +10 -0
- package/dist/components/inputs/switch/base-ui/StyledSwitch.js +45 -38
- package/dist/components/inputs/switch/base-ui/StyledSwitch.module.js +4 -4
- package/dist/components/inputs/textarea/StyledTextarea.js +44 -43
- package/dist/components/inputs/textarea/StyledTextarea.module.js +1 -1
- package/dist/components/miscellaneous/FormControlContext.js +6 -0
- package/dist/components/miscellaneous/StyledFormControl.js +42 -21
- package/dist/components/miscellaneous/StyledFormControlLabel.js +29 -15
- package/dist/components/miscellaneous/StyledFormGroup.js +16 -4
- package/dist/components/miscellaneous/StyledFormHelperText.js +12 -4
- package/dist/components/miscellaneous/StyledInputLabel.js +20 -4
- package/dist/components/mui-compat/Avatar.js +34 -0
- package/dist/components/mui-compat/ClickAwayListener.js +42 -0
- package/dist/components/mui-compat/Container.js +24 -0
- package/dist/components/mui-compat/Fade.js +29 -0
- package/dist/components/mui-compat/Fade.module.js +9 -0
- package/dist/components/mui-compat/FormLabel.js +22 -0
- package/dist/components/mui-compat/Paper.js +44 -0
- package/dist/components/mui-compat/Popper.js +35 -0
- package/dist/components/mui-compat/Skeleton.js +27 -0
- package/dist/components/mui-compat/Stack.js +24 -0
- package/dist/components/navigation/drawer/StyledDrawer.js +45 -4
- package/dist/components/navigation/link/StyledLink.module.js +5 -5
- package/dist/components/navigation/listbox/Listbox.js +7 -7
- package/dist/components/navigation/menu/StyledMenu.js +28 -11
- package/dist/components/navigation/menu/StyledMenuItem.js +21 -19
- package/dist/components/navigation/menu/StyledMenuList.js +34 -4
- package/dist/components/navigation/tabs/StyledTab.js +28 -13
- package/dist/components/navigation/tabs/StyledTabs.js +115 -66
- package/dist/components/navigation/tabs/TabsContext.js +6 -0
- package/dist/components/utils/accordion/base-ui/AccordionContext.js +10 -0
- package/dist/components/utils/accordion/base-ui/StyledAccordion.js +28 -21
- package/dist/components/utils/accordion/base-ui/StyledAccordion.module.js +7 -7
- package/dist/components/utils/accordion/base-ui/StyledAccordionDetails.js +28 -14
- package/dist/components/utils/accordion/base-ui/StyledAccordionSummary.js +34 -27
- package/dist/components/utils/copy-wrapper/CopyButton.js +8 -7
- package/dist/components/utils/copy-wrapper/CopyWrapper.js +23 -20
- package/dist/components/utils/filter-menu/StyledFilterButton.js +14 -13
- package/dist/components/utils/filter-menu/StyledFilterMenu.js +16 -15
- package/dist/components/utils/popover/StyledPopover.js +51 -15
- package/dist/components/utils/virtual-list/VirtualList.js +46 -0
- package/dist/datetime/components/date-picker/StyledDatePicker.js +17 -17
- package/dist/datetime/components/date-picker/components/BaseDatePickerInput.js +98 -99
- package/dist/datetime/components/date-picker/components/DatePickerButton.js +11 -9
- package/dist/datetime/components/date-picker/components/StyledCalendarPicker.js +11 -11
- package/dist/datetime/components/date-picker/components/StyledCalendarPicker.module.js +20 -20
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerCaption.js +8 -7
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerFooter.js +13 -14
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerSelectMonth.js +17 -24
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerSelectYear.js +7 -8
- package/dist/datetime/components/date-picker/components/StyledDayPicker.js +4 -5
- package/dist/datetime/components/date-picker/helpers.js +7 -7
- package/dist/datetime/components/date-picker/hooks/useDatePickerMask.js +3 -7
- package/dist/datetime/components/time-picker/StyledTimePicker.js +25 -25
- package/dist/datetime/components/time-picker/StyledTimePicker.module.js +6 -6
- package/dist/datetime/components/time-picker/TimePickerInput.js +56 -50
- package/dist/datetime/components/time-picker/TimePickerPopper.js +22 -19
- package/dist/datetime/components/time-picker/components/TimePickerColumn.js +12 -12
- package/dist/datetime/components/time-picker/helpers/getTimeFromValue.js +3 -3
- package/dist/datetime/helpers/cn.js +4 -5
- package/dist/datetime/hooks/useWindowWidthSize.hook.js +1 -1
- package/dist/helpers/arrays.js +4 -0
- package/dist/helpers/classOverride.js +12 -0
- package/dist/helpers/cn.js +4 -5
- package/dist/helpers/inputMask.js +58 -0
- package/dist/helpers/sx.js +46 -0
- package/dist/hooks/useFocusTrap.hook.js +34 -0
- package/dist/hooks/useTopLayer.hook.js +25 -0
- package/dist/index.js +185 -175
- package/dist/src/api-surface.test.d.ts +1 -0
- package/dist/src/components/custom/module/header-layout/DynamicToolbar.d.ts +10 -0
- package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +4 -0
- package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +8 -0
- package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +4 -0
- package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +4 -0
- package/dist/src/components/data-display/ai-disclosure/StyledAIDisclosure.d.ts +7 -0
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +40 -2
- package/dist/src/components/data-display/chip/StyledChip.d.ts +74 -5
- package/dist/src/components/data-display/chip/chipPadding.d.ts +3 -0
- package/dist/src/components/data-display/form-label/types.d.ts +11 -0
- package/dist/src/components/data-display/interactive-chip/StyledInteractiveChip.d.ts +22 -4
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +43 -1
- package/dist/src/components/data-display/typography/StyledTypography.d.ts +32 -1
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +60 -4
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +12 -2
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +12 -2
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +10 -2
- package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +6 -0
- package/dist/src/components/feedback/filtered-empty-state/StyledFilteredEmptyState.d.ts +7 -0
- package/dist/src/components/feedback/loading/StyledLoading.d.ts +9 -0
- package/dist/src/components/feedback/minimizable-dialog/v2/types.d.ts +13 -0
- package/dist/src/components/feedback/minimizable-dialog/v2/useControlledProps.d.ts +4 -2
- package/dist/src/components/feedback/minimizable-dialog/v2/useTranslations.d.ts +17 -12
- package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +1 -1
- package/dist/src/components/feedback/snack-bar/StyledAlert.d.ts +41 -2
- package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +1 -1
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +25 -2
- package/dist/src/components/feedback/snack-bar/components/StyledDefaultSnackbar.d.ts +10 -1
- package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +1 -1
- package/dist/src/components/feedback/snack-bar/components/types.d.ts +1 -1
- package/dist/src/components/inputs/button/StyledButton.d.ts +15 -1
- package/dist/src/components/inputs/checkbox/base-ui/StyledCheckbox.d.ts +33 -4
- package/dist/src/components/inputs/dynamic-select/StyledDynamicSelect.d.ts +16 -0
- package/dist/src/components/inputs/dynamic-select/types.d.ts +25 -14
- package/dist/src/components/inputs/field-styles.d.ts +27 -0
- package/dist/src/components/inputs/input-field/StyledInputField.d.ts +85 -10
- package/dist/src/components/inputs/input-field/index.d.ts +1 -1
- package/dist/src/components/inputs/label/StyledLabel.d.ts +13 -0
- package/dist/src/components/inputs/radio-button/base-ui/RadioGroupContext.d.ts +10 -0
- package/dist/src/components/inputs/radio-button/base-ui/StyledRadio.d.ts +60 -5
- package/dist/src/components/inputs/radio-button/base-ui/StyledRadioGroup.d.ts +30 -7
- package/dist/src/components/inputs/search-field/StyledSearchField.d.ts +9 -1
- package/dist/src/components/inputs/select/StyledSelect.d.ts +70 -16
- package/dist/src/components/inputs/select/StyledSelectItem.d.ts +14 -2
- package/dist/src/components/inputs/select/index.d.ts +0 -1
- package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +120 -17
- package/dist/src/components/inputs/slider/StyledSlider.d.ts +66 -3
- package/dist/src/components/inputs/switch/base-ui/StyledSwitch.d.ts +44 -4
- package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +19 -0
- package/dist/src/components/miscellaneous/FormControlContext.d.ts +14 -0
- package/dist/src/components/miscellaneous/StyledFormControl.d.ts +27 -2
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +21 -2
- package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +11 -2
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +12 -2
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +20 -2
- package/dist/src/components/mui-compat/Avatar.d.ts +6 -0
- package/dist/src/components/mui-compat/ClickAwayListener.d.ts +19 -0
- package/dist/src/components/mui-compat/Container.d.ts +6 -0
- package/dist/src/components/mui-compat/Fade.d.ts +21 -0
- package/dist/src/components/mui-compat/FormLabel.d.ts +6 -0
- package/dist/src/components/mui-compat/Paper.d.ts +6 -0
- package/dist/src/components/mui-compat/Popper.d.ts +29 -0
- package/dist/src/components/mui-compat/Skeleton.d.ts +7 -0
- package/dist/src/components/mui-compat/Stack.d.ts +7 -0
- package/dist/src/components/mui-compat/index.d.ts +9 -0
- package/dist/src/components/mui-compat/types.d.ts +46 -0
- package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +33 -2
- package/dist/src/components/navigation/link/StyledLink.d.ts +13 -0
- package/dist/src/components/navigation/menu/StyledMenu.d.ts +33 -2
- package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +35 -2
- package/dist/src/components/navigation/menu/StyledMenuList.d.ts +16 -2
- package/dist/src/components/navigation/menu/index.d.ts +0 -1
- package/dist/src/components/navigation/tabs/StyledTab.d.ts +27 -3
- package/dist/src/components/navigation/tabs/StyledTabs.d.ts +22 -7
- package/dist/src/components/navigation/tabs/TabsContext.d.ts +11 -0
- package/dist/src/components/utils/accordion/base-ui/AccordionContext.d.ts +10 -0
- package/dist/src/components/utils/accordion/base-ui/StyledAccordion.d.ts +9 -3
- package/dist/src/components/utils/accordion/base-ui/StyledAccordionDetails.d.ts +5 -0
- package/dist/src/components/utils/accordion/base-ui/StyledAccordionSummary.d.ts +16 -4
- package/dist/src/components/utils/copy-wrapper/CopyWrapper.d.ts +6 -1
- package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +4 -0
- package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +8 -2
- package/dist/src/components/utils/popover/StyledPopover.d.ts +39 -2
- package/dist/src/components/utils/virtual-list/VirtualList.d.ts +32 -0
- package/dist/src/components/utils/virtual-list/index.d.ts +1 -0
- package/dist/src/datetime/components/date-picker/StyledDatePicker.d.ts +11 -0
- package/dist/src/datetime/components/date-picker/components/DatePickerButton.d.ts +2 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPicker.d.ts +1 -1
- package/dist/src/datetime/components/date-picker/components/StyledDayPicker.d.ts +1 -1
- package/dist/src/datetime/components/date-picker/hooks/useDatePickerMask.d.ts +1 -2
- package/dist/src/datetime/components/date-picker/hooks/useDatePickerValidation.d.ts +7 -5
- package/dist/src/datetime/components/time-picker/StyledTimePicker.d.ts +10 -0
- package/dist/src/datetime/components/time-picker/TimePickerInput.d.ts +1 -1
- package/dist/src/datetime/components/time-picker/TimePickerPopper.d.ts +1 -1
- package/dist/src/datetime/components/time-picker/types.d.ts +1 -2
- package/dist/src/datetime/hooks/useToggleMenuVisibility.hook.d.ts +6 -4
- package/dist/src/datetime/shared-components/StyledFormControl.d.ts +1 -2
- package/dist/src/datetime/shared-components/StyledInputField.d.ts +1 -12
- package/dist/src/datetime/shared-components/StyledSelect.d.ts +1 -16
- package/dist/src/datetime/shared-components/StyledSelectItem.d.ts +1 -2
- package/dist/src/datetime/shared-components/StyledTooltip.d.ts +1 -2
- package/dist/src/helpers/applyImportantPadding.d.ts +8 -0
- package/dist/src/helpers/arrays.d.ts +2 -0
- package/dist/src/helpers/arrays.test.d.ts +1 -0
- package/dist/src/helpers/classOverride.d.ts +21 -0
- package/dist/src/helpers/classOverride.test.d.ts +1 -0
- package/dist/src/helpers/inputMask.d.ts +40 -0
- package/dist/src/helpers/inputMask.test.d.ts +1 -0
- package/dist/src/helpers/sx.d.ts +2 -0
- package/dist/src/helpers/sx.test.d.ts +1 -0
- package/dist/src/hooks/useFocusTrap.hook.d.ts +10 -0
- package/dist/src/hooks/useTopLayer.hook.d.ts +49 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/src/table/components/columns/helpers/useElementHeightPx.d.ts +6 -3
- package/dist/src/table/components/columns/helpers/useProxyHorizontalScrollSync.d.ts +9 -6
- package/dist/src/table/hooks/useToggleMenuVisibility.hook.d.ts +6 -4
- package/dist/src/table/hooks/useTranslations.d.ts +15 -8
- package/dist/src/table/shared-components/StyledCheckbox.d.ts +7 -4
- package/dist/src/table/shared-components/StyledMenuItem.d.ts +18 -2
- package/dist/src/table/shared-components/menu-item/index.d.ts +13 -2
- package/dist/src/table/shared-components/tooltip/index.d.ts +5 -1
- package/dist/src/table/types.d.ts +1 -1
- package/dist/table/components/Fetching.js +4 -4
- package/dist/table/components/StyledTable.module.js +48 -48
- package/dist/table/components/TableRow.js +7 -7
- package/dist/table/components/TableSkeleton.js +6 -6
- package/dist/table/components/columns/action-column/actionColumn.js +14 -11
- package/dist/table/components/columns/action-column/components/HeaderActionMenu.js +52 -49
- package/dist/table/components/columns/action-column/components/RowActionMenu.js +40 -36
- package/dist/table/components/columns/expandColumn.js +12 -9
- package/dist/table/components/table-footer/TablePagination.js +28 -25
- package/dist/table/components/table-footer/TableRowCountSelect.js +31 -28
- package/dist/table/components/table-header/TableHeaderCell.js +54 -45
- package/dist/table/custom-features/focus-rows/FocusRowsFeature.js +29 -25
- package/dist/table/helpers/cn.js +4 -5
- package/dist/table/hooks/useColumnVirtualizer.js +1 -1
- package/dist/table/hooks/usePersistedPageSize.js +6 -6
- package/dist/table/hooks/useTranslations.js +6 -4
- package/dist/table/hooks/useWindowWidthSize.hook.js +1 -1
- package/dist/table/shared-components/StyledCheckbox.js +54 -55
- package/dist/table/shared-components/StyledCheckbox.module.js +9 -9
- package/dist/table/shared-components/StyledMenuItem.js +14 -17
- package/dist/table/shared-components/button/StyledButton.module.js +8 -8
- package/dist/table/shared-components/menu-item/index.js +15 -16
- package/dist/table/shared-components/tooltip/index.js +4 -23
- package/package.json +9 -18
- package/src/styles/components-colors/inputVariables.css +59 -57
- package/src/styles/index.css +38 -0
- package/dist/components/feedback/dialog/StyledDialogActions.module.js +0 -8
- package/dist/components/feedback/dialog/StyledDialogContent.module.js +0 -4
- package/dist/components/feedback/dialog/StyledDialogTitle.module.js +0 -4
- package/dist/components/icons/arrow-expand/ArrowExpand.js +0 -18
- package/dist/components/icons/arrow-expand/index.js +0 -1
- package/dist/components/icons/arrow-shrink/ArrowShrink.js +0 -18
- package/dist/components/icons/arrow-shrink/index.js +0 -1
- package/dist/components/inputs/checkbox/StyledCheckbox.js +0 -20
- package/dist/components/inputs/radio-button/StyledRadio.js +0 -17
- package/dist/datetime/components/date-picker/components/HelperTextWithTooltip.js +0 -39
- package/dist/datetime/shared-components/ExpandIcon.js +0 -18
- package/dist/datetime/shared-components/StyledFormControl.js +0 -23
- package/dist/datetime/shared-components/StyledInputField.js +0 -47
- package/dist/datetime/shared-components/StyledSelect.js +0 -47
- package/dist/datetime/shared-components/StyledSelectItem.js +0 -13
- package/dist/datetime/shared-components/StyledTooltip.js +0 -32
- package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +0 -2
- package/dist/src/components/icons/arrow-expand/index.d.ts +0 -1
- package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +0 -2
- package/dist/src/components/icons/arrow-shrink/index.d.ts +0 -1
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +0 -4
- package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +0 -4
- package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +0 -4
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +0 -5
- package/dist/src/components/utils/accordion/StyledAccordion.d.ts +0 -2
- package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +0 -2
- package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +0 -8
- package/dist/src/datetime/components/date-picker/components/HelperTextWithTooltip.d.ts +0 -5
package/dist/index.js
CHANGED
|
@@ -184,83 +184,92 @@ import { LoadCurrentIcon as Ue } from "./components/icons/load-current-icon/Load
|
|
|
184
184
|
import { RotateAutoIcon as Ge } from "./components/icons/rotate-auto-icon/RotateAutoIcon.js";
|
|
185
185
|
import { MoveUpIcon as Xe } from "./components/icons/move-up-icon/MoveUpIcon.js";
|
|
186
186
|
import { StyledChip as Ke } from "./components/data-display/chip/StyledChip.js";
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
187
|
+
import { StyledCheckbox as Ze } from "./components/inputs/checkbox/base-ui/StyledCheckbox.js";
|
|
188
|
+
import { StyledRadio as Je } from "./components/inputs/radio-button/base-ui/StyledRadio.js";
|
|
189
|
+
import { StyledInteractiveChip as $e } from "./components/data-display/interactive-chip/StyledInteractiveChip.js";
|
|
190
|
+
import { StyledTooltip as rn } from "./components/data-display/tooltip/StyledTooltip.js";
|
|
191
|
+
import { StyledTypography as tn } from "./components/data-display/typography/StyledTypography.js";
|
|
192
|
+
import { StyledFormLabel as nn } from "./components/data-display/form-label/components/StyledFormLabel.js";
|
|
193
|
+
import { StyledAIDisclosure as fn } from "./components/data-display/ai-disclosure/StyledAIDisclosure.js";
|
|
194
|
+
import { StyledButton as ln } from "./components/inputs/button/StyledButton.js";
|
|
195
|
+
import { StyledDialog as an } from "./components/feedback/dialog/StyledDialog.js";
|
|
196
|
+
import { StyledDialogActions as un } from "./components/feedback/dialog/StyledDialogActions.js";
|
|
197
|
+
import { StyledDialogContent as sn } from "./components/feedback/dialog/StyledDialogContent.js";
|
|
198
|
+
import { StyledDialogTitle as Cn } from "./components/feedback/dialog/StyledDialogTitle.js";
|
|
199
|
+
import { StyledEmptyPage as gn } from "./components/feedback/empty-page/StyledEmptyPage.js";
|
|
200
|
+
import { StyledFilteredEmptyState as hn } from "./components/feedback/filtered-empty-state/StyledFilteredEmptyState.js";
|
|
201
|
+
import { StyledLoading as kn } from "./components/feedback/loading/StyledLoading.js";
|
|
202
|
+
import { StyledAlert as Tn } from "./components/feedback/snack-bar/StyledAlert.js";
|
|
203
|
+
import { SnackbarProvider as Fn } from "./components/feedback/snack-bar/SnackbarProvider.js";
|
|
204
|
+
import { StyledSnackbar as Rn } from "./components/feedback/snack-bar/StyledSnackbar.js";
|
|
205
|
+
import { processAlertSnackBar as vn } from "./components/feedback/snack-bar/processAlertSnackBar.js";
|
|
206
|
+
import { processDefaultSnackbar as Bn } from "./components/feedback/snack-bar/processDefaultSnackbar.js";
|
|
207
|
+
import { processInfoSnackbar as xn } from "./components/feedback/snack-bar/processInfoSnackbar.js";
|
|
208
|
+
import { message as Hn } from "./components/feedback/snack-bar/message.js";
|
|
209
|
+
import { closeSnackbar as Wn, enqueueSnackbar as Un, useSnackbar as Vn } from "./components/feedback/snack-bar/index.js";
|
|
210
|
+
import { StyledInputField as zn } from "./components/inputs/input-field/StyledInputField.js";
|
|
211
|
+
import { StyledSearchField as qn } from "./components/inputs/search-field/StyledSearchField.js";
|
|
212
|
+
import { StyledTextarea as Qn } from "./components/inputs/textarea/StyledTextarea.js";
|
|
213
|
+
import { StyledFormHelperText as jn } from "./components/miscellaneous/StyledFormHelperText.js";
|
|
214
|
+
import { StyledSelect as Yn } from "./components/inputs/select/StyledSelect.js";
|
|
215
|
+
import { StyledSelectItem as op } from "./components/inputs/select/StyledSelectItem.js";
|
|
216
|
+
import { StyledSelectAutocomplete as mp } from "./components/inputs/select-autocomplete/StyledSelectAutocomplete.js";
|
|
217
|
+
import { StyledSlider as ip } from "./components/inputs/slider/StyledSlider.js";
|
|
218
|
+
import { StyledSwitch as np } from "./components/inputs/switch/base-ui/StyledSwitch.js";
|
|
219
|
+
import { StyledRadioGroup as fp } from "./components/inputs/radio-button/base-ui/StyledRadioGroup.js";
|
|
220
|
+
import { StyledLabel as lp } from "./components/inputs/label/StyledLabel.js";
|
|
221
|
+
import { StyledDynamicSelect as ap } from "./components/inputs/dynamic-select/StyledDynamicSelect.js";
|
|
222
|
+
import { StyledPopover as up } from "./components/utils/popover/StyledPopover.js";
|
|
223
|
+
import { StyledFormControl as sp } from "./components/miscellaneous/StyledFormControl.js";
|
|
224
|
+
import { StyledDrawer as Cp } from "./components/navigation/drawer/StyledDrawer.js";
|
|
225
|
+
import { StyledDatePicker as gp } from "./datetime/components/date-picker/StyledDatePicker.js";
|
|
226
|
+
import { PopupState as hp, bindPopover as bp, bindPopper as kp, bindTrigger as Lp, usePopupState as Tp } from "./hooks/usePopupState.js";
|
|
227
|
+
import { ClickAwayListener as Fp } from "./components/mui-compat/ClickAwayListener.js";
|
|
228
|
+
import { Paper as Rp } from "./components/mui-compat/Paper.js";
|
|
229
|
+
import { Stack as vp } from "./components/mui-compat/Stack.js";
|
|
230
|
+
import { Container as Bp } from "./components/mui-compat/Container.js";
|
|
231
|
+
import { Avatar as xp } from "./components/mui-compat/Avatar.js";
|
|
232
|
+
import { Skeleton as Hp } from "./components/mui-compat/Skeleton.js";
|
|
233
|
+
import { FormLabel as Wp } from "./components/mui-compat/FormLabel.js";
|
|
234
|
+
import { Fade as Vp } from "./components/mui-compat/Fade.js";
|
|
235
|
+
import { Popper as zp } from "./components/mui-compat/Popper.js";
|
|
236
|
+
import { StyledTimePicker as qp } from "./datetime/components/time-picker/StyledTimePicker.js";
|
|
237
|
+
import { setMidnightTime as Qp, setZeroTime as Zp } from "./datetime/helpers/date.helper.js";
|
|
238
|
+
import { StyledFormControlLabel as Jp } from "./components/miscellaneous/StyledFormControlLabel.js";
|
|
239
|
+
import { StyledInputLabel as $p } from "./components/miscellaneous/StyledInputLabel.js";
|
|
240
|
+
import { StyledFormGroup as rf } from "./components/miscellaneous/StyledFormGroup.js";
|
|
241
|
+
import { StyledMenuList as tf } from "./components/navigation/menu/StyledMenuList.js";
|
|
242
|
+
import { StyledMenu as nf } from "./components/navigation/menu/StyledMenu.js";
|
|
243
|
+
import { StyledMenuItem as ff } from "./components/navigation/menu/StyledMenuItem.js";
|
|
244
|
+
import { StyledLink as lf } from "./components/navigation/link/StyledLink.js";
|
|
245
|
+
import { StyledTab as af } from "./components/navigation/tabs/StyledTab.js";
|
|
246
|
+
import { StyledTabs as uf } from "./components/navigation/tabs/StyledTabs.js";
|
|
247
|
+
import { Listbox as sf } from "./components/navigation/listbox/Listbox.js";
|
|
248
|
+
import { StyledAccordion as Cf } from "./components/utils/accordion/base-ui/StyledAccordion.js";
|
|
249
|
+
import { StyledAccordionSummary as gf } from "./components/utils/accordion/base-ui/StyledAccordionSummary.js";
|
|
250
|
+
import { StyledAccordionDetails as hf } from "./components/utils/accordion/base-ui/StyledAccordionDetails.js";
|
|
251
|
+
import { ACTIONS_COLUMN_ID as kf, DND_HANDLE_COLUMN_ID as Lf, EXPAND_COLUMN_ID as Tf, INTERNAL_COLUMN_IDS as Pf, SELECT_COLUMN_ID as Ff, SHOW_FULL_TEXT_ID as Af, isCustomAction as Rf } from "./table/types.js";
|
|
252
|
+
import { RowDragHandleCell as vf } from "./table/components/columns/dndHandleColumn.js";
|
|
253
|
+
import { StyledTable as Bf } from "./table/components/StyledTableIndex.js";
|
|
254
|
+
import { createColumnHelper as xf } from "./table/index.js";
|
|
255
|
+
import { DynamicToolbarLayoutContext as Hf, useDynamicToolbarLayout as Ef } from "./components/custom/module/header-layout/DynamicToolbarLayoutContext.js";
|
|
256
|
+
import { StyledFilterButton as Uf } from "./components/utils/filter-menu/StyledFilterButton.js";
|
|
257
|
+
import { StyledFilterMenu as Gf } from "./components/utils/filter-menu/StyledFilterMenu.js";
|
|
258
|
+
import { CopyButton as Xf } from "./components/utils/copy-wrapper/CopyButton.js";
|
|
259
|
+
import { CopyWrapper as Kf } from "./components/utils/copy-wrapper/CopyWrapper.js";
|
|
260
|
+
import { VirtualList as Zf } from "./components/utils/virtual-list/VirtualList.js";
|
|
261
|
+
import { StyledWidgetTitle as Jf } from "./components/custom/widget/widget-title/StyledWidgetTitle.js";
|
|
262
|
+
import { StyledWidgetHeader as $f } from "./components/custom/widget/widget-header/StyledWidgetHeader.js";
|
|
263
|
+
import { StyledWidget as rc } from "./components/custom/widget/widget/StyledWidget.js";
|
|
264
|
+
import { StyledModuleTitle as tc } from "./components/custom/module/module-title/StyledModuleTitle.js";
|
|
265
|
+
import { ACTION_GAP_PX as ec, MORE_BUTTON_PX as nc, estimateToolbarActionWidth as pc, planBulkToolbarActions as fc, planToolbarActions as cc, resolveToolbarActionWidth as lc } from "./components/custom/module/header-layout/planToolbarActions.js";
|
|
266
|
+
import { DynamicToolbar as ac } from "./components/custom/module/header-layout/DynamicToolbar.js";
|
|
267
|
+
import { MinimizableDialog as uc } from "./components/feedback/minimizable-dialog/MinimizableDialog.js";
|
|
268
|
+
import { MinimizableDialogV2 as sc } from "./components/feedback/minimizable-dialog/v2/MinimizableDialogV2.js";
|
|
269
|
+
import { createDialogStack as Cc } from "./components/feedback/minimizable-dialog/stack/createDialogStack.js";
|
|
261
270
|
export {
|
|
262
|
-
|
|
263
|
-
|
|
271
|
+
kf as ACTIONS_COLUMN_ID,
|
|
272
|
+
ec as ACTION_GAP_PX,
|
|
264
273
|
Gi as AppRegistrationIcon,
|
|
265
274
|
wo as ArchiveIcon,
|
|
266
275
|
Xi as ArrowExpandIcon,
|
|
@@ -269,7 +278,7 @@ export {
|
|
|
269
278
|
j as AssignmentIcon,
|
|
270
279
|
Y as AssignmentOutlineIcon,
|
|
271
280
|
wt as AttachFileIcon,
|
|
272
|
-
|
|
281
|
+
xp as Avatar,
|
|
273
282
|
_m as BackIcon,
|
|
274
283
|
Mi as BackupIcon,
|
|
275
284
|
tm as BadgeIcon,
|
|
@@ -296,22 +305,22 @@ export {
|
|
|
296
305
|
s as ChevronRightIcon,
|
|
297
306
|
Uo as ChevronUpIcon,
|
|
298
307
|
Ui as CircleWarningOutlineIcon,
|
|
299
|
-
|
|
308
|
+
Fp as ClickAwayListener,
|
|
300
309
|
Lm as ClockOutlineIcon,
|
|
301
310
|
Go as CloseIcon,
|
|
302
311
|
At as CloudDoneOutlineIcon,
|
|
303
312
|
Mt as CloudIcon,
|
|
304
313
|
Ji as CloudOffOutlineIcon,
|
|
305
314
|
Zr as ConsentsIcon,
|
|
306
|
-
|
|
315
|
+
Bp as Container,
|
|
307
316
|
St as ContentCopyIcon,
|
|
308
317
|
Dt as ContentCopyOutlineIcon,
|
|
309
318
|
yt as ContentCutIcon,
|
|
310
319
|
Ot as ContentPasteIcon,
|
|
311
320
|
ri as ConversionPathIcon,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
321
|
+
Xf as CopyButton,
|
|
322
|
+
Kf as CopyWrapper,
|
|
323
|
+
Lf as DND_HANDLE_COLUMN_ID,
|
|
315
324
|
F as DashboardViewIcon,
|
|
316
325
|
R as DashboardViewOutlineIcon,
|
|
317
326
|
cr as DeleteOutlineIcon,
|
|
@@ -330,16 +339,16 @@ export {
|
|
|
330
339
|
Ao as DropUpIcon,
|
|
331
340
|
yr as DvrIcon,
|
|
332
341
|
Ai as DvrIconOutline,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
342
|
+
ac as DynamicToolbar,
|
|
343
|
+
Hf as DynamicToolbarLayoutContext,
|
|
344
|
+
Tf as EXPAND_COLUMN_ID,
|
|
336
345
|
Er as EarthIcon,
|
|
337
346
|
ye as EditNotesIcon,
|
|
338
347
|
em as EditSquareIcon,
|
|
339
348
|
tr as EmptyPageIcon,
|
|
340
349
|
Si as EnvelopeIcon,
|
|
341
350
|
Or as ErrorOutlineIcon,
|
|
342
|
-
|
|
351
|
+
Vp as Fade,
|
|
343
352
|
Pr as FastCheckOutlineIcon,
|
|
344
353
|
Pi as FileDocIcon,
|
|
345
354
|
De as FileImageIcon,
|
|
@@ -352,7 +361,7 @@ export {
|
|
|
352
361
|
yo as FindReplacePeopleIcon,
|
|
353
362
|
yi as FingerprintIcon,
|
|
354
363
|
Dm as FormIcon,
|
|
355
|
-
|
|
364
|
+
Wp as FormLabel,
|
|
356
365
|
tt as FormatListBulletedIcon,
|
|
357
366
|
et as FormatListBulletedOutlineIcon,
|
|
358
367
|
ti as GraphIcon,
|
|
@@ -367,7 +376,7 @@ export {
|
|
|
367
376
|
de as HistoryToggleOffIcon,
|
|
368
377
|
Me as HubIcon,
|
|
369
378
|
we as HubIconFilled,
|
|
370
|
-
|
|
379
|
+
Pf as INTERNAL_COLUMN_IDS,
|
|
371
380
|
Jo as InboxOutboxIcon,
|
|
372
381
|
$o as InboxOutboxOutlineIcon,
|
|
373
382
|
Pe as IndeterminateIcon,
|
|
@@ -380,21 +389,21 @@ export {
|
|
|
380
389
|
_r as ListSettingsLineIcon,
|
|
381
390
|
Mr as ListStatusIcon,
|
|
382
391
|
wr as ListViewOutlineIcon,
|
|
383
|
-
|
|
392
|
+
sf as Listbox,
|
|
384
393
|
Ue as LoadCurrentIcon,
|
|
385
394
|
Po as LoadingIcon,
|
|
386
395
|
Om as LocationIcon,
|
|
387
396
|
Sr as LockIcon,
|
|
388
397
|
Mm as LoginIcon,
|
|
389
398
|
wm as LogoutIcon,
|
|
390
|
-
|
|
399
|
+
nc as MORE_BUTTON_PX,
|
|
391
400
|
Ae as ManageSearchIcon,
|
|
392
401
|
mo as MessageProcessingIcon,
|
|
393
402
|
io as MessageProcessingOutlineIcon,
|
|
394
403
|
rm as MessageReplyIcon,
|
|
395
404
|
Am as MicrosoftOutlookIcon,
|
|
396
|
-
|
|
397
|
-
|
|
405
|
+
uc as MinimizableDialog,
|
|
406
|
+
sc as MinimizableDialogV2,
|
|
398
407
|
Jr as MinimizeIcon,
|
|
399
408
|
Xe as MoveUpIcon,
|
|
400
409
|
z as NewCalendarIcon,
|
|
@@ -405,7 +414,7 @@ export {
|
|
|
405
414
|
Kt as OutlineCheckboxIconChecked,
|
|
406
415
|
Jt as OutlineCheckboxIconIndeterminate,
|
|
407
416
|
Gt as OutlineNotificationsIcon,
|
|
408
|
-
|
|
417
|
+
Rp as Paper,
|
|
409
418
|
T as PdfIcon,
|
|
410
419
|
Gr as PencilOutlineIcon,
|
|
411
420
|
B as PeopleIcon,
|
|
@@ -419,8 +428,8 @@ export {
|
|
|
419
428
|
Sm as PinIcon,
|
|
420
429
|
pm as PlusIcon,
|
|
421
430
|
cm as PlusIconCircle,
|
|
422
|
-
|
|
423
|
-
|
|
431
|
+
zp as Popper,
|
|
432
|
+
hp as PopupState,
|
|
424
433
|
k as QnrIcon,
|
|
425
434
|
bt as RefreshIcon,
|
|
426
435
|
di as RemoveIcon,
|
|
@@ -431,11 +440,11 @@ export {
|
|
|
431
440
|
Ie as ResetSettingsIcon,
|
|
432
441
|
Ee as RocketLaunchIcon,
|
|
433
442
|
Ge as RotateAutoIcon,
|
|
434
|
-
|
|
443
|
+
vf as RowDragHandleCell,
|
|
435
444
|
It as RuleIcon,
|
|
436
445
|
dt as RuleOutlineIcon,
|
|
437
|
-
|
|
438
|
-
|
|
446
|
+
Ff as SELECT_COLUMN_ID,
|
|
447
|
+
Af as SHOW_FULL_TEXT_ID,
|
|
439
448
|
Ii as SaveIcon,
|
|
440
449
|
Lo as SearchIcon,
|
|
441
450
|
Nt as SendIcon,
|
|
@@ -444,65 +453,65 @@ export {
|
|
|
444
453
|
Lt as SettingsNoteIcon,
|
|
445
454
|
ao as SettingsOutlineIcon,
|
|
446
455
|
Ki as ShareIcon,
|
|
447
|
-
|
|
456
|
+
Hp as Skeleton,
|
|
448
457
|
te as SmsIcon,
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
458
|
+
Fn as SnackbarProvider,
|
|
459
|
+
vp as Stack,
|
|
460
|
+
fn as StyledAIDisclosure,
|
|
461
|
+
Cf as StyledAccordion,
|
|
462
|
+
hf as StyledAccordionDetails,
|
|
463
|
+
gf as StyledAccordionSummary,
|
|
464
|
+
Tn as StyledAlert,
|
|
456
465
|
f as StyledBadge,
|
|
457
|
-
|
|
458
|
-
|
|
466
|
+
ln as StyledButton,
|
|
467
|
+
Ze as StyledCheckbox,
|
|
459
468
|
Ke as StyledChip,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
469
|
+
gp as StyledDatePicker,
|
|
470
|
+
an as StyledDialog,
|
|
471
|
+
un as StyledDialogActions,
|
|
472
|
+
sn as StyledDialogContent,
|
|
473
|
+
Cn as StyledDialogTitle,
|
|
474
|
+
Cp as StyledDrawer,
|
|
475
|
+
ap as StyledDynamicSelect,
|
|
476
|
+
gn as StyledEmptyPage,
|
|
477
|
+
Uf as StyledFilterButton,
|
|
478
|
+
Gf as StyledFilterMenu,
|
|
479
|
+
hn as StyledFilteredEmptyState,
|
|
480
|
+
sp as StyledFormControl,
|
|
481
|
+
Jp as StyledFormControlLabel,
|
|
482
|
+
rf as StyledFormGroup,
|
|
483
|
+
jn as StyledFormHelperText,
|
|
484
|
+
nn as StyledFormLabel,
|
|
485
|
+
zn as StyledInputField,
|
|
486
|
+
$p as StyledInputLabel,
|
|
487
|
+
$e as StyledInteractiveChip,
|
|
488
|
+
lp as StyledLabel,
|
|
489
|
+
lf as StyledLink,
|
|
490
|
+
kn as StyledLoading,
|
|
491
|
+
nf as StyledMenu,
|
|
492
|
+
ff as StyledMenuItem,
|
|
493
|
+
tf as StyledMenuList,
|
|
494
|
+
tc as StyledModuleTitle,
|
|
495
|
+
up as StyledPopover,
|
|
496
|
+
Je as StyledRadio,
|
|
497
|
+
fp as StyledRadioGroup,
|
|
498
|
+
qn as StyledSearchField,
|
|
499
|
+
Yn as StyledSelect,
|
|
500
|
+
mp as StyledSelectAutocomplete,
|
|
501
|
+
op as StyledSelectItem,
|
|
502
|
+
ip as StyledSlider,
|
|
503
|
+
Rn as StyledSnackbar,
|
|
504
|
+
np as StyledSwitch,
|
|
505
|
+
af as StyledTab,
|
|
506
|
+
Bf as StyledTable,
|
|
507
|
+
uf as StyledTabs,
|
|
508
|
+
Qn as StyledTextarea,
|
|
509
|
+
qp as StyledTimePicker,
|
|
510
|
+
rn as StyledTooltip,
|
|
511
|
+
tn as StyledTypography,
|
|
512
|
+
rc as StyledWidget,
|
|
513
|
+
$f as StyledWidgetHeader,
|
|
514
|
+
Jf as StyledWidgetTitle,
|
|
506
515
|
Xt as SyncIcon,
|
|
507
516
|
Zi as SyncSavedLocallyIcon,
|
|
508
517
|
Nr as TextBoxCheckOutlineIcon,
|
|
@@ -514,6 +523,7 @@ export {
|
|
|
514
523
|
Ar as UnknownDocumentOutlineRoundedIcon,
|
|
515
524
|
Km as UnlockIcon,
|
|
516
525
|
Oi as UploadIcon,
|
|
526
|
+
Zf as VirtualList,
|
|
517
527
|
re as VisibilityOffOutlineIcon,
|
|
518
528
|
$i as VisibilityOutlineIcon,
|
|
519
529
|
ce as WandStarsIcon,
|
|
@@ -521,28 +531,28 @@ export {
|
|
|
521
531
|
Ne as WidgetIcon,
|
|
522
532
|
_e as WidgetIconFilled,
|
|
523
533
|
ym as WorkIcon,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
534
|
+
bp as bindPopover,
|
|
535
|
+
kp as bindPopper,
|
|
536
|
+
Lp as bindTrigger,
|
|
537
|
+
Wn as closeSnackbar,
|
|
528
538
|
m as cn,
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
539
|
+
xf as createColumnHelper,
|
|
540
|
+
Cc as createDialogStack,
|
|
541
|
+
Un as enqueueSnackbar,
|
|
542
|
+
pc as estimateToolbarActionWidth,
|
|
543
|
+
Rf as isCustomAction,
|
|
544
|
+
Hn as message,
|
|
535
545
|
i as omit,
|
|
536
|
-
|
|
537
|
-
|
|
546
|
+
fc as planBulkToolbarActions,
|
|
547
|
+
cc as planToolbarActions,
|
|
538
548
|
n as prepareForSlot,
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
549
|
+
vn as processAlertSnackBar,
|
|
550
|
+
Bn as processDefaultSnackbar,
|
|
551
|
+
xn as processInfoSnackbar,
|
|
552
|
+
lc as resolveToolbarActionWidth,
|
|
553
|
+
Qp as setMidnightTime,
|
|
554
|
+
Zp as setZeroTime,
|
|
555
|
+
Ef as useDynamicToolbarLayout,
|
|
556
|
+
Tp as usePopupState,
|
|
557
|
+
Vn as useSnackbar
|
|
548
558
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -6,6 +6,16 @@ export type { DynamicToolbarAction } from './planToolbarActions';
|
|
|
6
6
|
export type { ToolbarSlot } from './ToolbarRows';
|
|
7
7
|
export type { ToolbarLocale } from './useTranslations';
|
|
8
8
|
export { useDynamicToolbarLayout } from './DynamicToolbarLayoutContext';
|
|
9
|
+
/**
|
|
10
|
+
* @figmaNode none — bespoke **responsive orchestration** layout (no single DS component). It measures
|
|
11
|
+
* slots and plans which actions fit (inline vs overflow "More"), then renders rows composed entirely
|
|
12
|
+
* of aligned primitives: title via `StyledWidgetTitle` (Section title 18/28 delta-800), helper
|
|
13
|
+
* `text-sm delta-700`, actions via `StyledButton`/`StyledFilterMenu`/Menu, and the search slot. It
|
|
14
|
+
* owns only layout (flex/gap) — no colours of its own; token-clean/theme-safe.
|
|
15
|
+
*
|
|
16
|
+
* VRT: story frames are skipped in the harness (ResizeObserver-driven width planning makes captures
|
|
17
|
+
* oscillate — see visual-tests/PARITY.md); behaviour is covered by the interaction suite.
|
|
18
|
+
*/
|
|
9
19
|
export interface DynamicToolbarProps {
|
|
10
20
|
title?: ToolbarSlot;
|
|
11
21
|
helperText?: ToolbarSlot;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @figmaNode none — DS **Page title** typography (Roboto SemiBold 24/32, `delta-800`). Top-level
|
|
4
|
+
* module/page `<h1>` heading (once per page); theme-safe via the delta token layer.
|
|
5
|
+
*/
|
|
2
6
|
export declare const StyledModuleTitle: React.FC<{
|
|
3
7
|
dataTest: string;
|
|
4
8
|
children: ReactNode;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @figmaNode wXrXt5uKNNzV2DnQCgyYZH#36956-172116 (Design-System · "Widget")
|
|
4
|
+
*
|
|
5
|
+
* Widget card: `bg/widget` white, radius 8, padding 16, gap 16, DS **Container** shadow
|
|
6
|
+
* (#22213326 = `0 0 4 rgba(34,33,51,.15)`). Header (title via `StyledWidgetTitle` = Section title
|
|
7
|
+
* 18/28 delta-800) + content (composes aligned `StyledLoading`/`StyledEmptyPage`) + optional footer
|
|
8
|
+
* (aligned `StyledButton` view-more + `StyledLink`).
|
|
9
|
+
*/
|
|
2
10
|
export interface StyledWidgetProps {
|
|
3
11
|
title: string;
|
|
4
12
|
titleNode?: ReactNode;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @figmaNode none — layout wrapper (padding 16, space-between): DS `StyledWidgetTitle` (Section title
|
|
4
|
+
* 18/28 delta-800) + right-aligned actions slot. No colours of its own.
|
|
5
|
+
*/
|
|
2
6
|
export declare const StyledWidgetHeader: React.FC<{
|
|
3
7
|
actions?: ReactNode;
|
|
4
8
|
title?: string;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @figmaNode none — DS **Section title** typography (Roboto SemiBold 18/28, `delta-800`). Widget/
|
|
3
|
+
* widget-header heading; theme-safe via the delta token layer.
|
|
4
|
+
*/
|
|
1
5
|
export declare const StyledWidgetTitle: import('node_modules/@types/react').ForwardRefExoticComponent<{
|
|
2
6
|
className?: string;
|
|
3
7
|
} & {
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { FunctionComponent } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @figmaNode none — bespoke "AI" disclosure watermark (no Design-System component). Token-clean and
|
|
4
|
+
* theme-safe: container/watermark border `delta-700`, label = Small 12/16 (ls 0.24px), watermark pill
|
|
5
|
+
* = 10px SemiBold uppercase in a `delta-700` 12-radius border. Tooltip via the aligned `StyledTooltip`.
|
|
6
|
+
*/
|
|
2
7
|
export declare const StyledAIDisclosure: FunctionComponent<{
|
|
8
|
+
/** @figmaProp none — the disclosure label (Small 12/16) */
|
|
3
9
|
label?: string;
|
|
10
|
+
/** @figmaProp none — optional tooltip body (via StyledTooltip) */
|
|
4
11
|
tooltip?: string;
|
|
5
12
|
}>;
|
|
@@ -1,8 +1,46 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CSSProperties, ElementType, HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
type StyledBadgeSize = 'medium' | 'small';
|
|
3
|
+
/**
|
|
4
|
+
* @figmaNode wXrXt5uKNNzV2DnQCgyYZH#15181-43817
|
|
5
|
+
* Figma "Badge". Number badge = solid gama-500 pill, white Helper-Semibold 14px (h20/px6/r20);
|
|
6
|
+
* `dot` variant = 8px dot (Unread/Filters). `color` selects the badge palette (primary→teal number
|
|
7
|
+
* badge, error→soft error-100/error-600); other colors are app extensions with no Figma type.
|
|
8
|
+
*/
|
|
9
|
+
interface BadgeProps extends Omit<HTMLAttributes<HTMLSpanElement>, 'color'> {
|
|
10
|
+
/** @figmaProp Badge content (the number/label) */
|
|
11
|
+
badgeContent?: ReactNode;
|
|
12
|
+
/** @figmaProp Type/colour = primary→number badge (gama-500) | error→error-100/600 | others = app */
|
|
13
|
+
color?: string;
|
|
14
|
+
max?: number;
|
|
15
|
+
showZero?: boolean;
|
|
16
|
+
/** @figmaProp Type = dot→"Unread/Filters" (8px) | standard→number badge */
|
|
17
|
+
variant?: 'standard' | 'dot';
|
|
18
|
+
invisible?: boolean;
|
|
19
|
+
anchorOrigin?: {
|
|
20
|
+
vertical: 'top' | 'bottom';
|
|
21
|
+
horizontal: 'left' | 'right';
|
|
22
|
+
};
|
|
23
|
+
overlap?: 'rectangular' | 'circular';
|
|
24
|
+
component?: ElementType;
|
|
25
|
+
classes?: Record<string, string>;
|
|
26
|
+
slots?: Record<string, unknown>;
|
|
27
|
+
slotProps?: {
|
|
28
|
+
badge?: {
|
|
29
|
+
className?: string;
|
|
30
|
+
style?: CSSProperties;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
sx?: unknown;
|
|
34
|
+
}
|
|
3
35
|
type StyledBadgeProps = BadgeProps & {
|
|
4
36
|
dataTest: string;
|
|
5
37
|
size?: StyledBadgeSize;
|
|
6
38
|
};
|
|
7
|
-
|
|
39
|
+
/**
|
|
40
|
+
* Native, MUI-free reimplementation of the previous `Badge` passthrough. Reproduces MUI v9 badge
|
|
41
|
+
* metrics/positioning via Tailwind, this library's custom `primary` green, and the `small` size.
|
|
42
|
+
* The established styling API `sx={{ '& .MuiBadge-badge': {...} }}` is preserved by extracting that
|
|
43
|
+
* slot and applying `resolveSx` to the badge span (DEC-007 slot-sx). Signature unchanged (DEC-003).
|
|
44
|
+
*/
|
|
45
|
+
export declare const StyledBadge: ({ color, dataTest, size, badgeContent, max, showZero, variant, invisible, anchorOrigin, children, className, sx, overlap: _overlap, classes: _classes, slots: _slots, slotProps, component: _component, ...props }: StyledBadgeProps) => JSX.Element;
|
|
8
46
|
export {};
|