asma-ui-core 3.19.0 → 3.20.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 +2 -0
- package/dist/components/custom/module/module-title/StyledModuleTitle.js +12 -0
- package/dist/components/custom/module/module-title/StyledModuleTitle.module.js +4 -0
- package/dist/components/custom/widget/icons/ChevronDownIcon.js +17 -0
- package/dist/components/custom/widget/icons/ChevronUpIcon.js +17 -0
- package/dist/components/custom/widget/widget/StyledWidget.js +69 -0
- package/dist/components/custom/widget/widget/StyledWidget.module.js +13 -0
- package/dist/components/custom/widget/widget-header/StyledWidgetHeader.js +15 -0
- package/dist/components/custom/widget/widget-header/StyledWidgetHeader.module.js +4 -0
- package/dist/components/custom/widget/widget-title/StyledWidgetTitle.js +11 -0
- package/dist/components/custom/widget/widget-title/StyledWidgetTitle.module.js +4 -0
- package/dist/components/data-display/ai-disclosure/StyledAIDisclosure.js +49 -0
- package/dist/components/data-display/ai-disclosure/StyledAIDisclosure.module.js +12 -0
- package/dist/components/data-display/badge/StyledBadge.js +28 -0
- package/dist/components/data-display/chip/StyledChip.js +62 -0
- package/dist/components/data-display/form-label/components/StyledFormLabel.js +12 -0
- package/dist/components/data-display/form-label/helpers/getStyles.js +16 -0
- package/dist/components/data-display/form-label/styles/StyledFormLabel.module.js +9 -0
- package/dist/components/data-display/interactive-chip/StyledInteractiveChip.js +47 -0
- package/dist/components/data-display/tooltip/StyledTooltip.js +38 -0
- package/dist/components/data-display/typography/StyledTypography.js +6 -0
- package/dist/components/feedback/dialog/StyledDialog.js +58 -0
- package/dist/components/feedback/dialog/StyledDialog.module.js +11 -0
- package/dist/components/feedback/dialog/StyledDialogActions.js +23 -0
- package/dist/components/feedback/dialog/StyledDialogActions.module.js +8 -0
- package/dist/components/feedback/dialog/StyledDialogContent.js +16 -0
- package/dist/components/feedback/dialog/StyledDialogContent.module.js +4 -0
- package/dist/components/feedback/dialog/StyledDialogTitle.js +15 -0
- package/dist/components/feedback/dialog/StyledDialogTitle.module.js +4 -0
- package/dist/components/feedback/empty-page/EmptyPageIcon.js +17 -0
- package/dist/components/feedback/empty-page/StyledEmptyPage.js +18 -0
- package/dist/components/feedback/filtered-empty-state/StyledFilteredEmptyState.js +60 -0
- package/dist/components/feedback/loading/StyledLoading.js +21 -0
- package/dist/components/feedback/minimizable-dialog/MinimizableDialog.js +228 -0
- package/dist/components/feedback/minimizable-dialog/MinimizableDialog.module.js +8 -0
- package/dist/components/feedback/minimizable-dialog/components/CloseBtn.js +23 -0
- package/dist/components/feedback/minimizable-dialog/components/FullscreenBtn.js +28 -0
- package/dist/components/feedback/minimizable-dialog/components/MinimizeBtn.js +41 -0
- package/dist/components/feedback/minimizable-dialog/stack/createDialogStack.js +67 -0
- package/dist/components/feedback/minimizable-dialog/v2/MinimizableDialogV2.js +129 -0
- package/dist/components/feedback/minimizable-dialog/v2/MinimizableDialogV2.module.js +9 -0
- package/dist/components/feedback/minimizable-dialog/v2/useControlledProps.js +13 -0
- package/dist/components/feedback/minimizable-dialog/v2/useTranslations.js +23 -0
- package/dist/components/feedback/snack-bar/SnackbarProvider.js +26 -0
- package/dist/components/feedback/snack-bar/StyledAlert.js +17 -0
- package/dist/components/feedback/snack-bar/StyledAlertSnackbar.js +29 -0
- package/dist/components/feedback/snack-bar/StyledSnackbar.js +10 -0
- package/dist/components/feedback/snack-bar/components/CheckOutlineIcon.js +17 -0
- package/dist/components/feedback/snack-bar/components/ErrorOutlineIcon.js +17 -0
- package/dist/components/feedback/snack-bar/components/InfoOutlineIcon.js +17 -0
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.js +74 -0
- package/dist/components/feedback/snack-bar/components/StyledDefaultSnackbar.module.js +21 -0
- package/dist/components/feedback/snack-bar/components/StyledInfoSnackbar.js +42 -0
- package/dist/components/feedback/snack-bar/components/WarningAmberOutlineIcon.js +17 -0
- package/dist/components/feedback/snack-bar/components/processMessageError.js +17 -0
- package/dist/components/feedback/snack-bar/components/processMessageInfo.js +17 -0
- package/dist/components/feedback/snack-bar/index.js +13 -0
- package/dist/components/feedback/snack-bar/message.js +13 -0
- package/dist/components/feedback/snack-bar/processAlertSnackBar.js +19 -0
- package/dist/components/feedback/snack-bar/processDefaultSnackbar.js +19 -0
- package/dist/components/feedback/snack-bar/processInfoSnackbar.js +19 -0
- package/dist/components/icons/IconTemplate.js +15 -0
- package/dist/components/icons/Icons.module.js +7 -0
- package/dist/components/icons/app-registration-icon/AppRegistrationIcon.js +18 -0
- package/dist/components/icons/app-registration-icon/index.js +1 -0
- package/dist/components/icons/archive-icon/ArchiveIcon.js +13 -0
- package/dist/components/icons/archive-icon/index.js +1 -0
- package/dist/components/icons/arrow-expand/ArrowExpand.js +18 -0
- package/dist/components/icons/arrow-expand/index.js +1 -0
- package/dist/components/icons/arrow-expand-icon/ArrowExpandIcon.js +17 -0
- package/dist/components/icons/arrow-expand-icon/index.js +1 -0
- package/dist/components/icons/arrow-left-icon/ArrowLeftIcon.js +17 -0
- package/dist/components/icons/arrow-left-icon/index.js +1 -0
- package/dist/components/icons/arrow-shrink/ArrowShrink.js +18 -0
- package/dist/components/icons/arrow-shrink/index.js +1 -0
- package/dist/components/icons/arrow-shrink-icon/ArrowShrinkIcon.js +18 -0
- package/dist/components/icons/arrow-shrink-icon/index.js +1 -0
- package/dist/components/icons/assignment/AssignmentIcon.js +13 -0
- package/dist/components/icons/assignment/index.js +1 -0
- package/dist/components/icons/assignment-outline-icon/AssignmentOutlineIcon.js +13 -0
- package/dist/components/icons/assignment-outline-icon/index.js +1 -0
- package/dist/components/icons/attach-file-icon/AttachFileIcon.js +15 -0
- package/dist/components/icons/attach-file-icon/index.js +1 -0
- package/dist/components/icons/back-icon/BackIcon.js +15 -0
- package/dist/components/icons/back-icon/index.js +1 -0
- package/dist/components/icons/backup-icon/BackupIcon.js +18 -0
- package/dist/components/icons/backup-icon/index.js +1 -0
- package/dist/components/icons/badge-icon/BadgeIcon.js +33 -0
- package/dist/components/icons/badge-icon/index.js +1 -0
- package/dist/components/icons/bell-icon/BellIcon.js +13 -0
- package/dist/components/icons/bell-icon/index.js +1 -0
- package/dist/components/icons/bell-outline-icon/BellOutlineIcon.js +13 -0
- package/dist/components/icons/bell-outline-icon/index.js +1 -0
- package/dist/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.js +13 -0
- package/dist/components/icons/calendar-blank-outline-icon/index.js +1 -0
- package/dist/components/icons/calendar-icon/CalendarIcon.js +13 -0
- package/dist/components/icons/calendar-icon/NewCalendarIcon.js +15 -0
- package/dist/components/icons/calendar-icon/index.js +2 -0
- package/dist/components/icons/calendar-range-icon/CalendarRangeIcon.js +17 -0
- package/dist/components/icons/calendar-range-icon/index.js +1 -0
- package/dist/components/icons/calendar-range-outline-icon/CalendarRangeOutlineIcon.js +17 -0
- package/dist/components/icons/calendar-range-outline-icon/index.js +1 -0
- package/dist/components/icons/cancel-outline-icon/CancelOutlineIcon.js +17 -0
- package/dist/components/icons/cancel-outline-icon/index.js +1 -0
- package/dist/components/icons/card-id-icon/CardIdIcon.js +15 -0
- package/dist/components/icons/card-id-icon/index.js +1 -0
- package/dist/components/icons/card-id-icon-outlined/CardIdIconOutlined.js +15 -0
- package/dist/components/icons/card-id-icon-outlined/index.js +1 -0
- package/dist/components/icons/check-circle-icon/CheckCircleIndex.js +17 -0
- package/dist/components/icons/check-circle-icon/index.js +1 -0
- package/dist/components/icons/check-fact-icon/CheckFactIcon.js +18 -0
- package/dist/components/icons/check-fact-icon/index.js +1 -0
- package/dist/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.js +18 -0
- package/dist/components/icons/check-fact-outline-icon/index.js +1 -0
- package/dist/components/icons/check-icon/CheckIcon.js +17 -0
- package/dist/components/icons/check-icon/index.js +1 -0
- package/dist/components/icons/check-outline-icon/CheckOutlineIcon.js +18 -0
- package/dist/components/icons/check-outline-icon/index.js +1 -0
- package/dist/components/icons/check-read-icon/CheckReadIcon.js +15 -0
- package/dist/components/icons/check-read-icon/index.js +1 -0
- package/dist/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.js +13 -0
- package/dist/components/icons/checkbox-checked-icon/index.js +1 -0
- package/dist/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.js +13 -0
- package/dist/components/icons/chevron-double-left-icon/index.js +1 -0
- package/dist/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.js +13 -0
- package/dist/components/icons/chevron-double-right-icon/index.js +1 -0
- package/dist/components/icons/chevron-down-icon/ChevronDownIcon.js +13 -0
- package/dist/components/icons/chevron-down-icon/index.js +1 -0
- package/dist/components/icons/chevron-left-icon/ChevronLeftIcon.js +13 -0
- package/dist/components/icons/chevron-left-icon/index.js +1 -0
- package/dist/components/icons/chevron-right-icon/ChevronRightIcon.js +13 -0
- package/dist/components/icons/chevron-right-icon/index.js +1 -0
- package/dist/components/icons/chevron-up-icon/ChevronUpIcon.js +13 -0
- package/dist/components/icons/chevron-up-icon/index.js +1 -0
- package/dist/components/icons/clock-outline-icon/ClockOutlineIcon.js +17 -0
- package/dist/components/icons/clock-outline-icon/index.js +1 -0
- package/dist/components/icons/close-icon/CloseIcon.js +13 -0
- package/dist/components/icons/close-icon/index.js +1 -0
- package/dist/components/icons/cloud-done-outline-icon/CloudDoneOutlineIcon.js +15 -0
- package/dist/components/icons/cloud-done-outline-icon/index.js +1 -0
- package/dist/components/icons/cloud-off-outline-icon/CloudOffOutlineIcon.js +15 -0
- package/dist/components/icons/cloud-off-outline-icon/index.js +1 -0
- package/dist/components/icons/consents-icon/ConsentsIcon.js +18 -0
- package/dist/components/icons/consents-icon/index.js +1 -0
- package/dist/components/icons/content-copy-icon/ContentCopyIcon.js +17 -0
- package/dist/components/icons/content-copy-icon/index.js +1 -0
- package/dist/components/icons/content-copy-outline-icon/ContentCopyOutlineIcon.js +17 -0
- package/dist/components/icons/content-copy-outline-icon/index.js +1 -0
- package/dist/components/icons/conversion-path/ConversionPathIcon.js +18 -0
- package/dist/components/icons/conversion-path/index.js +1 -0
- package/dist/components/icons/dashboard-view-icon/DashboardViewIcon.js +13 -0
- package/dist/components/icons/dashboard-view-icon/index.js +1 -0
- package/dist/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.js +13 -0
- package/dist/components/icons/dashboard-view-outline-icon/index.js +1 -0
- package/dist/components/icons/delete-outline-icon/DeleteOutlineIcon.js +13 -0
- package/dist/components/icons/delete-outline-icon/index.js +1 -0
- package/dist/components/icons/description-icon/DescriptionIcon.js +17 -0
- package/dist/components/icons/description-icon/index.js +1 -0
- package/dist/components/icons/description-outline-icon/DescriptionOutlineIcon.js +17 -0
- package/dist/components/icons/description-outline-icon/index.js +1 -0
- package/dist/components/icons/dns-icon/DnsIcon.js +17 -0
- package/dist/components/icons/dns-icon/index.js +1 -0
- package/dist/components/icons/dns-outline-icon/DnsOutlineIcon.js +17 -0
- package/dist/components/icons/dns-outline-icon/index.js +1 -0
- package/dist/components/icons/done-all-icon/DoneAllIcon.js +17 -0
- package/dist/components/icons/done-all-icon/index.js +1 -0
- package/dist/components/icons/dots-vertical-icon/DotsVerticalIcon.js +13 -0
- package/dist/components/icons/dots-vertical-icon/index.js +1 -0
- package/dist/components/icons/download-icon/DownloadIcon.js +13 -0
- package/dist/components/icons/download-icon/index.js +1 -0
- package/dist/components/icons/download-tray-icon/DownloadTrayIcon.js +18 -0
- package/dist/components/icons/download-tray-icon/index.js +1 -0
- package/dist/components/icons/downloading-icon/DownloadingIcon.js +18 -0
- package/dist/components/icons/downloading-icon/index.js +1 -0
- package/dist/components/icons/drag-horizontal-icon/DragHorizontalIcon.js +13 -0
- package/dist/components/icons/drag-horizontal-icon/index.js +1 -0
- package/dist/components/icons/draw-icon/DrawIcon.js +17 -0
- package/dist/components/icons/draw-icon/index.js +1 -0
- package/dist/components/icons/drop-down-icon/DropDownIcon.js +13 -0
- package/dist/components/icons/drop-down-icon/index.js +1 -0
- package/dist/components/icons/drop-up-icon/DropUpIcon.js +13 -0
- package/dist/components/icons/drop-up-icon/index.js +1 -0
- package/dist/components/icons/dvr-icon/DvrIcon.js +13 -0
- package/dist/components/icons/dvr-icon/index.js +1 -0
- package/dist/components/icons/dvr-icon-outline/DvrIconOutline.js +17 -0
- package/dist/components/icons/dvr-icon-outline/index.js +1 -0
- package/dist/components/icons/earth-icon/EarthIcon.js +13 -0
- package/dist/components/icons/earth-icon/index.js +1 -0
- package/dist/components/icons/edit-notes-icon/EditNotesIcon.js +16 -0
- package/dist/components/icons/edit-notes-icon/index.js +1 -0
- package/dist/components/icons/edit-square-icon/EditSquareIcon.js +18 -0
- package/dist/components/icons/edit-square-icon/index.js +1 -0
- package/dist/components/icons/empty-page-icon/EmptyPageIcon.js +17 -0
- package/dist/components/icons/empty-page-icon/index.js +1 -0
- package/dist/components/icons/envelope-icon/EnvelopeIcon.js +17 -0
- package/dist/components/icons/envelope-icon/index.js +1 -0
- package/dist/components/icons/error-outline-icon/ErrorOutlineIcon.js +14 -0
- package/dist/components/icons/error-outline-icon/index.js +1 -0
- package/dist/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.js +13 -0
- package/dist/components/icons/fast-check-outline-icon/index.js +1 -0
- package/dist/components/icons/file-doc-icon/FileDocIcon.js +41 -0
- package/dist/components/icons/file-doc-icon/index.js +1 -0
- package/dist/components/icons/file-image-icon/FileImageIcon.js +18 -0
- package/dist/components/icons/file-image-icon/index.js +1 -0
- package/dist/components/icons/file-pdf-icon/FilePdfIcon.js +13 -0
- package/dist/components/icons/file-pdf-icon/index.js +1 -0
- package/dist/components/icons/file-rtf-icon/FileRtfIcon.js +38 -0
- package/dist/components/icons/file-rtf-icon/index.js +1 -0
- package/dist/components/icons/file-xls-icon/FileXlsIcon.js +37 -0
- package/dist/components/icons/file-xls-icon/index.js +1 -0
- package/dist/components/icons/filter-icon/FilterIcon.js +13 -0
- package/dist/components/icons/filter-icon/index.js +1 -0
- package/dist/components/icons/filter-icon-off/FilterIconOff.js +17 -0
- package/dist/components/icons/filter-icon-off/index.js +1 -0
- package/dist/components/icons/find-replace-icon/FindReplaceIcon.js +14 -0
- package/dist/components/icons/find-replace-icon/index.js +1 -0
- package/dist/components/icons/find-replace-people-icon/FindReplacePeopleIcon.js +30 -0
- package/dist/components/icons/find-replace-people-icon/index.js +1 -0
- package/dist/components/icons/fingerprint-icon/FingerprintIcon.js +17 -0
- package/dist/components/icons/fingerprint-icon/index.js +1 -0
- package/dist/components/icons/form-icon/FormIcon.js +13 -0
- package/dist/components/icons/form-icon/index.js +1 -0
- package/dist/components/icons/format-list-bulleted-icon/FormatListBulletedIcon.js +17 -0
- package/dist/components/icons/format-list-bulleted-icon/index.js +1 -0
- package/dist/components/icons/format-list-bulleted-outline-icon/FormatListBulletedOutlineIcon.js +17 -0
- package/dist/components/icons/format-list-bulleted-outline-icon/index.js +1 -0
- package/dist/components/icons/graph-icon/GraphIcon.js +18 -0
- package/dist/components/icons/graph-icon/index.js +1 -0
- package/dist/components/icons/graph-outline-icon/GraphOutlineIcon.js +18 -0
- package/dist/components/icons/graph-outline-icon/index.js +1 -0
- package/dist/components/icons/hamburger-icon/HamburgerIcon.js +13 -0
- package/dist/components/icons/hamburger-icon/index.js +1 -0
- package/dist/components/icons/handyman-icon/HandymanIcon.js +18 -0
- package/dist/components/icons/handyman-icon/index.js +1 -0
- package/dist/components/icons/handyman-outline-icon/HandymanOutlineIcon.js +18 -0
- package/dist/components/icons/handyman-outline-icon/index.js +1 -0
- package/dist/components/icons/help-icon/HelpIcon.js +15 -0
- package/dist/components/icons/help-icon/index.js +1 -0
- package/dist/components/icons/help-outline-icon/HelpOutlineIcon.js +17 -0
- package/dist/components/icons/help-outline-icon/index.js +1 -0
- package/dist/components/icons/history-icon/HistoryIcon.js +16 -0
- package/dist/components/icons/history-icon/index.js +1 -0
- package/dist/components/icons/history-toggle-off-icon/HistoryToggleOffIcon.js +13 -0
- package/dist/components/icons/history-toggle-off-icon/index.js +1 -0
- package/dist/components/icons/inbox-outbox-icon/InboxOutboxIcon.js +13 -0
- package/dist/components/icons/inbox-outbox-icon/index.js +1 -0
- package/dist/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.js +13 -0
- package/dist/components/icons/inbox-outbox-outline-icon/index.js +1 -0
- package/dist/components/icons/indeterminate-icon/IndeterminateIcon.js +19 -0
- package/dist/components/icons/indeterminate-icon/index.js +1 -0
- package/dist/components/icons/index.js +163 -0
- package/dist/components/icons/info-outline-icon/InfoOutlineIcon.js +17 -0
- package/dist/components/icons/info-outline-icon/index.js +1 -0
- package/dist/components/icons/inheritance-pointer-icon/InheritancePointerIcon.js +18 -0
- package/dist/components/icons/inheritance-pointer-icon/index.js +1 -0
- package/dist/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.js +16 -0
- package/dist/components/icons/keyboard-capslock-icon/index.js +1 -0
- package/dist/components/icons/link-off-icon/LinkOffIcon.js +17 -0
- package/dist/components/icons/link-off-icon/index.js +1 -0
- package/dist/components/icons/link-outline-icon/LinkOutlineIcon.js +13 -0
- package/dist/components/icons/link-outline-icon/index.js +1 -0
- package/dist/components/icons/list-numbered-icon/ListNumberedIcon.js +13 -0
- package/dist/components/icons/list-numbered-icon/index.js +1 -0
- package/dist/components/icons/list-settings-line-icon/ListSettingsLineIcon.js +13 -0
- package/dist/components/icons/list-settings-line-icon/index.js +1 -0
- package/dist/components/icons/list-status-icon/ListStatusIcon.js +13 -0
- package/dist/components/icons/list-status-icon/index.js +1 -0
- package/dist/components/icons/loading-icon/LoadingIcon.js +13 -0
- package/dist/components/icons/loading-icon/index.js +1 -0
- package/dist/components/icons/location-icon/LocationIcon.js +17 -0
- package/dist/components/icons/location-icon/index.js +1 -0
- package/dist/components/icons/lock-icon/LockIcon.js +13 -0
- package/dist/components/icons/lock-icon/index.js +1 -0
- package/dist/components/icons/login-logout-icons/LoginIcon.js +16 -0
- package/dist/components/icons/login-logout-icons/LogoutIcon.js +16 -0
- package/dist/components/icons/login-logout-icons/index.js +2 -0
- package/dist/components/icons/manage-search-icon/ManageSearchIcon.js +17 -0
- package/dist/components/icons/manage-search-icon/index.js +1 -0
- package/dist/components/icons/message-processing-icon/MessageProcessingIcon.js +13 -0
- package/dist/components/icons/message-processing-icon/index.js +1 -0
- package/dist/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.js +13 -0
- package/dist/components/icons/message-processing-outline-icon/index.js +1 -0
- package/dist/components/icons/message-reply-icon/MessageReplyIcon.js +18 -0
- package/dist/components/icons/message-reply-icon/index.js +1 -0
- package/dist/components/icons/microsoft-outlook-icon/MicrosoftOutlookIcon.js +15 -0
- package/dist/components/icons/microsoft-outlook-icon/index.js +1 -0
- package/dist/components/icons/minimize-icon/MinimizeIcon.js +16 -0
- package/dist/components/icons/minimize-icon/index.js +1 -0
- package/dist/components/icons/new-window-icon/NewWindowIcon.js +20 -0
- package/dist/components/icons/new-window-icon/index.js +1 -0
- package/dist/components/icons/notes-icon/NotesIcon.js +18 -0
- package/dist/components/icons/notes-icon/index.js +1 -0
- package/dist/components/icons/outline-calendar-month/OutlineCalendarMonth.js +13 -0
- package/dist/components/icons/outline-calendar-month/index.js +1 -0
- package/dist/components/icons/outline-checkbox-icon/OutlineCheckboxIconBlank.js +15 -0
- package/dist/components/icons/outline-checkbox-icon/OutlineCheckboxIconChecked.js +15 -0
- package/dist/components/icons/outline-checkbox-icon/OutlineCheckboxIconIndeterminate.js +15 -0
- package/dist/components/icons/outline-checkbox-icon/index.js +3 -0
- package/dist/components/icons/outline-notifications-icon/OutlineNotificationsIcon.js +15 -0
- package/dist/components/icons/outline-notifications-icon/index.js +1 -0
- package/dist/components/icons/pdf-icon/PdfIcon.js +13 -0
- package/dist/components/icons/pdf-icon/index.js +1 -0
- package/dist/components/icons/pencil-outline-icon/PencilOutlineIcon.js +13 -0
- package/dist/components/icons/pencil-outline-icon/index.js +1 -0
- package/dist/components/icons/people-icon/PeopleIcon.js +13 -0
- package/dist/components/icons/people-icon/index.js +1 -0
- package/dist/components/icons/people-outline-icon/PeopleOutlineIcon.js +13 -0
- package/dist/components/icons/people-outline-icon/index.js +1 -0
- package/dist/components/icons/perm-media-icon/PermMediaIcon.js +13 -0
- package/dist/components/icons/perm-media-icon/index.js +1 -0
- package/dist/components/icons/perm-media-outline-icon/PermMediaOutline.js +13 -0
- package/dist/components/icons/perm-media-outline-icon/index.js +1 -0
- package/dist/components/icons/person-icon/PersonIcon.js +13 -0
- package/dist/components/icons/person-icon/index.js +1 -0
- package/dist/components/icons/person-outline-icon/PersonOutlineIcon.js +13 -0
- package/dist/components/icons/person-outline-icon/index.js +1 -0
- package/dist/components/icons/person-search-icon/PersonSearchIcon.js +22 -0
- package/dist/components/icons/person-search-icon/index.js +1 -0
- package/dist/components/icons/person-search-outline-icon/PersonSearchOutlineIcon.js +17 -0
- package/dist/components/icons/person-search-outline-icon/index.js +1 -0
- package/dist/components/icons/pin-icon/PinIcon.js +19 -0
- package/dist/components/icons/pin-icon/index.js +1 -0
- package/dist/components/icons/plus-icon/PlusIcon.js +18 -0
- package/dist/components/icons/plus-icon/index.js +1 -0
- package/dist/components/icons/plus-icon-circle/PlusIconCircle.js +18 -0
- package/dist/components/icons/plus-icon-circle/index.js +1 -0
- package/dist/components/icons/qnr-icon/QnrIcon.js +13 -0
- package/dist/components/icons/qnr-icon/index.js +1 -0
- package/dist/components/icons/refresh-icon/RefreshIcon.js +17 -0
- package/dist/components/icons/refresh-icon/index.js +1 -0
- package/dist/components/icons/remove-icon/RemoveIcon.js +17 -0
- package/dist/components/icons/remove-icon/index.js +1 -0
- package/dist/components/icons/repeat-outline-icon/RepeatOutlineIcon.js +15 -0
- package/dist/components/icons/repeat-outline-icon/index.js +1 -0
- package/dist/components/icons/replay-icon/ReplayIcon.js +14 -0
- package/dist/components/icons/replay-icon/index.js +1 -0
- package/dist/components/icons/report-box-icon/ReportBoxIcon.js +13 -0
- package/dist/components/icons/report-box-icon/index.js +1 -0
- package/dist/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.js +13 -0
- package/dist/components/icons/report-box-outline-icon/index.js +1 -0
- package/dist/components/icons/reset-settings-icon/ResetSettingsIcon.js +18 -0
- package/dist/components/icons/reset-settings-icon/index.js +1 -0
- package/dist/components/icons/rule-icon/RuleIcon.js +17 -0
- package/dist/components/icons/rule-icon/index.js +1 -0
- package/dist/components/icons/rule-outline-icon/RuleOutlineIcon.js +17 -0
- package/dist/components/icons/rule-outline-icon/index.js +1 -0
- package/dist/components/icons/save-icon/SaveIcon.js +18 -0
- package/dist/components/icons/save-icon/index.js +1 -0
- package/dist/components/icons/search-icon/SearchIcon.js +13 -0
- package/dist/components/icons/search-icon/index.js +1 -0
- package/dist/components/icons/send-icon/SendIcon.js +16 -0
- package/dist/components/icons/send-icon/index.js +1 -0
- package/dist/components/icons/settings-icon/SettingsIcon.js +13 -0
- package/dist/components/icons/settings-icon/index.js +1 -0
- package/dist/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.js +14 -0
- package/dist/components/icons/settings-menu-horizontal-icon/index.js +1 -0
- package/dist/components/icons/settings-note-icon/SettingsNoteIcon.js +21 -0
- package/dist/components/icons/settings-note-icon/index.js +1 -0
- package/dist/components/icons/settings-outline-icon/SettingsOutlineIcon.js +13 -0
- package/dist/components/icons/settings-outline-icon/index.js +1 -0
- package/dist/components/icons/share-icon/ShareIcon.js +16 -0
- package/dist/components/icons/share-icon/index.js +1 -0
- package/dist/components/icons/sms-icon/SmsIcon.js +30 -0
- package/dist/components/icons/sms-icon/index.js +1 -0
- package/dist/components/icons/sync-icon/SyncIcon.js +15 -0
- package/dist/components/icons/sync-icon/index.js +1 -0
- package/dist/components/icons/sync-saved_locally/SyncSavedLocallyIcon.js +16 -0
- package/dist/components/icons/sync-saved_locally/index.js +1 -0
- package/dist/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.js +14 -0
- package/dist/components/icons/text-box-check-outline-icon/index.js +1 -0
- package/dist/components/icons/timelapse-outline-icon/TimelapseOutlineIcon.js +16 -0
- package/dist/components/icons/timelapse-outline-icon/index.js +1 -0
- package/dist/components/icons/timer-icon/TimerIcon.js +15 -0
- package/dist/components/icons/timer-icon/index.js +1 -0
- package/dist/components/icons/today-icon/TodayIcon.js +15 -0
- package/dist/components/icons/today-icon/index.js +1 -0
- package/dist/components/icons/topic-icon/TopicIcon.js +13 -0
- package/dist/components/icons/topic-icon/index.js +1 -0
- package/dist/components/icons/tune-icon/TuneIcon.js +18 -0
- package/dist/components/icons/tune-icon/index.js +1 -0
- package/dist/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.js +14 -0
- package/dist/components/icons/unknown-document-outline-rounded-icon/index.js +1 -0
- package/dist/components/icons/unlock-icon/UnlockIcon.js +17 -0
- package/dist/components/icons/unlock-icon/index.js +1 -0
- package/dist/components/icons/upload-icon/UploadIcon.js +17 -0
- package/dist/components/icons/upload-icon/index.js +1 -0
- package/dist/components/icons/visibility-outline-icon/VisibilityOutlineIcon.js +15 -0
- package/dist/components/icons/visibility-outline-icon/index.js +1 -0
- package/dist/components/icons/wand-stars-icon/WandStarsIcon.js +18 -0
- package/dist/components/icons/wand-stars-icon/index.js +1 -0
- package/dist/components/icons/warning-circle-icon/CircleWarningOutlineIcon.js +25 -0
- package/dist/components/icons/warning-circle-icon/index.js +1 -0
- package/dist/components/icons/warning-icon/WarningAmberOutlineIcon.js +18 -0
- package/dist/components/icons/warning-icon/index.js +1 -0
- package/dist/components/icons/work-icon/WorkIcon.js +18 -0
- package/dist/components/icons/work-icon/index.js +1 -0
- package/dist/components/inputs/button/StyledButton.js +45 -0
- package/dist/components/inputs/button/StyledButton.module.js +16 -0
- package/dist/components/inputs/checkbox/StyledCheckbox.js +20 -0
- package/dist/components/inputs/checkbox/base-ui/StyledCheckbox.js +81 -0
- package/dist/components/inputs/checkbox/base-ui/StyledCheckbox.module.js +17 -0
- package/dist/components/inputs/dynamic-select/StyledDynamicSelect.js +17 -0
- package/dist/components/inputs/dynamic-select/components/DynamicInteractiveChipGroup.js +125 -0
- package/dist/components/inputs/dynamic-select/components/DynamicSelectAutocomplete.js +163 -0
- package/dist/components/inputs/dynamic-select/helpers/useWrap.js +24 -0
- package/dist/components/inputs/input-field/StyledInputField.js +77 -0
- package/dist/components/inputs/label/StyledLabel.js +13 -0
- package/dist/components/inputs/label/StyledLabel.module.js +4 -0
- package/dist/components/inputs/radio-button/StyledRadio.js +17 -0
- package/dist/components/inputs/radio-button/base-ui/StyledRadio.js +35 -0
- package/dist/components/inputs/radio-button/base-ui/StyledRadio.module.js +14 -0
- package/dist/components/inputs/radio-button/base-ui/StyledRadioGroup.js +31 -0
- package/dist/components/inputs/search-field/StyledSearchField.js +68 -0
- package/dist/components/inputs/select/StyledSelect.js +50 -0
- package/dist/components/inputs/select/StyledSelectItem.js +30 -0
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +151 -0
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.module.js +7 -0
- package/dist/components/inputs/slider/StyledSlider.js +56 -0
- package/dist/components/inputs/switch/base-ui/StyledSwitch.js +57 -0
- package/dist/components/inputs/switch/base-ui/StyledSwitch.module.js +9 -0
- package/dist/components/inputs/textarea/StyledTextarea.js +71 -0
- package/dist/components/inputs/textarea/StyledTextarea.module.js +11 -0
- package/dist/components/miscellaneous/StyledFormControl.js +23 -0
- package/dist/components/miscellaneous/StyledFormControlLabel.js +18 -0
- package/dist/components/miscellaneous/StyledFormGroup.js +6 -0
- package/dist/components/miscellaneous/StyledFormHelperText.js +6 -0
- package/dist/components/miscellaneous/StyledInputLabel.js +6 -0
- package/dist/components/navigation/drawer/StyledDrawer.js +6 -0
- package/dist/components/navigation/link/StyledLink.js +32 -0
- package/dist/components/navigation/link/StyledLink.module.js +10 -0
- package/dist/components/navigation/menu/StyledMenu.js +14 -0
- package/dist/components/navigation/menu/StyledMenuItem.js +22 -0
- package/dist/components/navigation/menu/StyledMenuList.js +6 -0
- package/dist/components/navigation/tabs/StyledTab.js +14 -0
- package/dist/components/navigation/tabs/StyledTabs.js +63 -0
- package/dist/components/utils/accordion/base-ui/StyledAccordion.js +26 -0
- package/dist/components/utils/accordion/base-ui/StyledAccordion.module.js +12 -0
- package/dist/components/utils/accordion/base-ui/StyledAccordionDetails.js +16 -0
- package/dist/components/utils/accordion/base-ui/StyledAccordionSummary.js +33 -0
- package/dist/components/utils/copy-wrapper/CopyButton.js +31 -0
- package/dist/components/utils/copy-wrapper/CopyWrapper.js +32 -0
- package/dist/components/utils/copy-wrapper/CopyWrapper.module.js +7 -0
- package/dist/components/utils/filter-menu/StyledFilterButton.js +21 -0
- package/dist/components/utils/filter-menu/StyledFilterMenu.js +63 -0
- package/dist/components/utils/popover/StyledPopover.js +17 -0
- package/dist/datetime/components/date-picker/StyledDatePicker.js +61 -0
- package/dist/datetime/components/date-picker/components/BaseDatePickerInput.js +138 -0
- package/dist/datetime/components/date-picker/components/DatePickerButton.js +20 -0
- package/dist/datetime/components/date-picker/components/DatePickerInputIndex.js +13 -0
- package/dist/datetime/components/date-picker/components/DatePickerInputRangeCompact.js +72 -0
- package/dist/datetime/components/date-picker/components/DatePickerInputRangeCompact.module.js +7 -0
- package/dist/datetime/components/date-picker/components/DatePickerInputSingle.js +33 -0
- package/dist/datetime/components/date-picker/components/HelperTextWithTooltip.js +39 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPicker.js +29 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPicker.module.js +34 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerCaption.js +30 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerFooter.js +88 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerSelectMonth.js +42 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerSelectPeriod.module.js +4 -0
- package/dist/datetime/components/date-picker/components/StyledCalendarPickerSelectYear.js +35 -0
- package/dist/datetime/components/date-picker/components/StyledDayPicker.js +93 -0
- package/dist/datetime/components/date-picker/helpers.js +31 -0
- package/dist/datetime/components/date-picker/hooks/useDatePickerMask.js +9 -0
- package/dist/datetime/components/date-picker/hooks/useDatePickerValidation.js +69 -0
- package/dist/datetime/components/time-picker/StyledTimePicker.js +71 -0
- package/dist/datetime/components/time-picker/StyledTimePicker.module.js +11 -0
- package/dist/datetime/components/time-picker/TimePickerInput.js +66 -0
- package/dist/datetime/components/time-picker/TimePickerPopper.js +73 -0
- package/dist/datetime/components/time-picker/components/HelperText.js +42 -0
- package/dist/datetime/components/time-picker/components/TimePickerBody.js +27 -0
- package/dist/datetime/components/time-picker/components/TimePickerColumn.js +24 -0
- package/dist/datetime/components/time-picker/helpers/getTimeFromValue.js +11 -0
- package/dist/datetime/helpers/cn.js +8 -0
- package/dist/datetime/helpers/date.helper.js +16 -0
- package/dist/datetime/hooks/useBackNavigationClose.hook.js +10 -0
- package/dist/datetime/hooks/useWindowWidthSize.hook.js +14 -0
- package/dist/datetime/shared-components/CheckIcon.js +18 -0
- package/dist/datetime/shared-components/ChevronLeftIcon.js +18 -0
- package/dist/datetime/shared-components/ChevronRightIcon.js +18 -0
- package/dist/datetime/shared-components/ClockOutlineIcon.js +18 -0
- package/dist/datetime/shared-components/CloseIcon.js +18 -0
- package/dist/datetime/shared-components/EraserIcon.js +21 -0
- package/dist/datetime/shared-components/ExpandIcon.js +18 -0
- package/dist/datetime/shared-components/OutlineCalendarMonth.js +18 -0
- package/dist/datetime/shared-components/OutlineErrorRounded.js +18 -0
- package/dist/datetime/shared-components/StyledFormControl.js +23 -0
- package/dist/datetime/shared-components/StyledInputField.js +47 -0
- package/dist/datetime/shared-components/StyledSelect.js +47 -0
- package/dist/datetime/shared-components/StyledSelectItem.js +13 -0
- package/dist/datetime/shared-components/StyledTooltip.js +36 -0
- package/dist/datetime/shared-components/button/StyledButton.js +45 -0
- package/dist/datetime/shared-components/button/StyledButton.module.js +16 -0
- package/dist/helpers/cn.js +8 -0
- package/dist/helpers/omit.js +4 -0
- package/dist/helpers/prepareForSlot.js +13 -0
- package/dist/hooks/useMediaQuery.hook.js +19 -0
- package/dist/hooks/useToggleMenuVisibility.hook.js +17 -0
- package/dist/index.js +500 -0
- package/dist/src/components/data-display/form-label/types.d.ts +2 -2
- package/dist/src/components/feedback/alert/index.d.ts +1 -0
- package/dist/src/components/feedback/minimizable-dialog/types.d.ts +4 -4
- package/dist/src/components/feedback/minimizable-dialog/v2/types.d.ts +2 -2
- package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +21 -0
- package/dist/src/components/feedback/snack-bar/StyledAlert.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +10 -0
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/CheckOutlineIcon.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/ErrorOutlineIcon.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/InfoOutlineIcon.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/StyledDefaultSnackbar.d.ts +7 -0
- package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +11 -0
- package/dist/src/components/feedback/snack-bar/components/WarningAmberOutlineIcon.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/components/types.d.ts +10 -0
- package/dist/src/components/feedback/snack-bar/index.d.ts +8 -0
- package/dist/src/components/feedback/snack-bar/message.d.ts +8 -0
- package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
- package/dist/src/components/feedback/snack-bar/processDefaultSnackbar.d.ts +6 -0
- package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +1 -0
- package/dist/src/components/icons/app-registration-icon/AppRegistrationIcon.d.ts +2 -0
- package/dist/src/components/icons/app-registration-icon/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-expand-icon/ArrowExpandIcon.d.ts +2 -0
- package/dist/src/components/icons/arrow-expand-icon/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-left-icon/ArrowLeftIcon.d.ts +2 -0
- package/dist/src/components/icons/arrow-left-icon/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-shrink-icon/ArrowShrinkIcon.d.ts +2 -0
- package/dist/src/components/icons/arrow-shrink-icon/index.d.ts +1 -0
- package/dist/src/components/icons/attach-file-icon/AttachFileIcon.d.ts +2 -0
- package/dist/src/components/icons/attach-file-icon/index.d.ts +1 -0
- package/dist/src/components/icons/back-icon/BackIcon.d.ts +2 -0
- package/dist/src/components/icons/back-icon/index.d.ts +1 -0
- package/dist/src/components/icons/backup-icon/BackupIcon.d.ts +2 -0
- package/dist/src/components/icons/backup-icon/index.d.ts +1 -0
- package/dist/src/components/icons/calendar-range-icon/CalendarRangeIcon.d.ts +2 -0
- package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -1
- package/dist/src/components/icons/calendar-range-outline-icon/CalendarRangeOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/calendar-range-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/cancel-outline-icon/CancelOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/cancel-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/card-id-icon/CardIdIcon.d.ts +2 -0
- package/dist/src/components/icons/card-id-icon/index.d.ts +1 -0
- package/dist/src/components/icons/card-id-icon-outlined/CardIdIconOutlined.d.ts +2 -0
- package/dist/src/components/icons/card-id-icon-outlined/index.d.ts +1 -0
- package/dist/src/components/icons/check-circle-icon/CheckCircleIndex.d.ts +2 -0
- package/dist/src/components/icons/check-circle-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-icon/CheckIcon.d.ts +2 -0
- package/dist/src/components/icons/check-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-read-icon/CheckReadIcon.d.ts +2 -0
- package/dist/src/components/icons/check-read-icon/index.d.ts +1 -0
- package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/cloud-done-outline-icon/CloudDoneOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/cloud-done-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/cloud-off-outline-icon/CloudOffOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/cloud-off-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-copy-icon/ContentCopyIcon.d.ts +2 -0
- package/dist/src/components/icons/content-copy-icon/index.d.ts +1 -0
- package/dist/src/components/icons/content-copy-outline-icon/ContentCopyOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/content-copy-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/conversion-path/ConversionPathIcon.d.ts +2 -0
- package/dist/src/components/icons/conversion-path/index.d.ts +1 -0
- package/dist/src/components/icons/description-icon/DescriptionIcon.d.ts +2 -0
- package/dist/src/components/icons/description-icon/index.d.ts +1 -0
- package/dist/src/components/icons/description-outline-icon/DescriptionOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/description-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dns-icon/DnsIcon.d.ts +2 -0
- package/dist/src/components/icons/dns-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dns-outline-icon/DnsOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/dns-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/done-all-icon/DoneAllIcon.d.ts +2 -0
- package/dist/src/components/icons/done-all-icon/index.d.ts +1 -0
- package/dist/src/components/icons/download-tray-icon/DownloadTrayIcon.d.ts +2 -0
- package/dist/src/components/icons/download-tray-icon/index.d.ts +1 -0
- package/dist/src/components/icons/downloading-icon/DownloadingIcon.d.ts +2 -0
- package/dist/src/components/icons/downloading-icon/index.d.ts +1 -0
- package/dist/src/components/icons/draw-icon/DrawIcon.d.ts +2 -0
- package/dist/src/components/icons/draw-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dvr-icon-outline/DvrIconOutline.d.ts +2 -0
- package/dist/src/components/icons/dvr-icon-outline/index.d.ts +1 -0
- package/dist/src/components/icons/edit-notes-icon/EditNotesIcon.d.ts +2 -0
- package/dist/src/components/icons/edit-notes-icon/index.d.ts +1 -0
- package/dist/src/components/icons/empty-page-icon/EmptyPageIcon.d.ts +2 -0
- package/dist/src/components/icons/empty-page-icon/index.d.ts +1 -0
- package/dist/src/components/icons/envelope-icon/EnvelopeIcon.d.ts +2 -0
- package/dist/src/components/icons/envelope-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-doc-icon/FileDocIcon.d.ts +2 -0
- package/dist/src/components/icons/file-doc-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-image-icon/FileImageIcon.d.ts +2 -0
- package/dist/src/components/icons/file-image-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-rtf-icon/FileRtfIcon.d.ts +2 -0
- package/dist/src/components/icons/file-rtf-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-xls-icon/FileXlsIcon.d.ts +2 -0
- package/dist/src/components/icons/file-xls-icon/index.d.ts +1 -0
- package/dist/src/components/icons/filter-icon-off/FilterIconOff.d.ts +1 -1
- package/dist/src/components/icons/fingerprint-icon/FingerprintIcon.d.ts +2 -0
- package/dist/src/components/icons/fingerprint-icon/index.d.ts +1 -0
- package/dist/src/components/icons/form-icon/FormIcon.d.ts +2 -0
- package/dist/src/components/icons/form-icon/index.d.ts +1 -0
- package/dist/src/components/icons/format-list-bulleted-icon/FormatListBulletedIcon.d.ts +2 -0
- package/dist/src/components/icons/format-list-bulleted-icon/index.d.ts +1 -0
- package/dist/src/components/icons/format-list-bulleted-outline-icon/FormatListBulletedOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/format-list-bulleted-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/graph-icon/GraphIcon.d.ts +2 -0
- package/dist/src/components/icons/graph-icon/index.d.ts +1 -0
- package/dist/src/components/icons/graph-outline-icon/GraphOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/graph-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/help-icon/HelpIcon.d.ts +2 -0
- package/dist/src/components/icons/help-icon/index.d.ts +1 -0
- package/dist/src/components/icons/help-outline-icon/HelpOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/help-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/history-icon/HistoryIcon.d.ts +2 -0
- package/dist/src/components/icons/history-icon/index.d.ts +1 -0
- package/dist/src/components/icons/history-toggle-off-icon/HistoryToggleOffIcon.d.ts +2 -0
- package/dist/src/components/icons/history-toggle-off-icon/index.d.ts +1 -0
- package/dist/src/components/icons/indeterminate-icon/IndeterminateIcon.d.ts +2 -0
- package/dist/src/components/icons/indeterminate-icon/index.d.ts +1 -0
- package/dist/src/components/icons/index.d.ts +83 -0
- package/dist/src/components/icons/info-outline-icon/InfoOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/info-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/inheritance-pointer-icon/InheritancePointerIcon.d.ts +2 -0
- package/dist/src/components/icons/inheritance-pointer-icon/index.d.ts +1 -0
- package/dist/src/components/icons/link-off-icon/LinkOffIcon.d.ts +2 -0
- package/dist/src/components/icons/link-off-icon/index.d.ts +1 -0
- package/dist/src/components/icons/location-icon/LocationIcon.d.ts +2 -0
- package/dist/src/components/icons/location-icon/index.d.ts +1 -0
- package/dist/src/components/icons/login-logout-icons/LoginIcon.d.ts +2 -0
- package/dist/src/components/icons/login-logout-icons/LogoutIcon.d.ts +2 -0
- package/dist/src/components/icons/login-logout-icons/index.d.ts +2 -0
- package/dist/src/components/icons/manage-search-icon/ManageSearchIcon.d.ts +2 -0
- package/dist/src/components/icons/manage-search-icon/index.d.ts +1 -0
- package/dist/src/components/icons/microsoft-outlook-icon/MicrosoftOutlookIcon.d.ts +2 -0
- package/dist/src/components/icons/microsoft-outlook-icon/index.d.ts +1 -0
- package/dist/src/components/icons/new-window-icon/NewWindowIcon.d.ts +2 -0
- package/dist/src/components/icons/new-window-icon/index.d.ts +1 -0
- package/dist/src/components/icons/notes-icon/NotesIcon.d.ts +2 -0
- package/dist/src/components/icons/notes-icon/index.d.ts +1 -0
- package/dist/src/components/icons/outline-checkbox-icon/OutlineCheckboxIconBlank.d.ts +2 -0
- package/dist/src/components/icons/outline-checkbox-icon/OutlineCheckboxIconChecked.d.ts +2 -0
- package/dist/src/components/icons/outline-checkbox-icon/OutlineCheckboxIconIndeterminate.d.ts +2 -0
- package/dist/src/components/icons/outline-checkbox-icon/index.d.ts +3 -0
- package/dist/src/components/icons/outline-notifications-icon/OutlineNotificationsIcon.d.ts +2 -0
- package/dist/src/components/icons/outline-notifications-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-search-icon/PersonSearchIcon.d.ts +2 -0
- package/dist/src/components/icons/person-search-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-search-outline-icon/PersonSearchOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/person-search-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/refresh-icon/RefreshIcon.d.ts +2 -0
- package/dist/src/components/icons/refresh-icon/index.d.ts +1 -0
- package/dist/src/components/icons/remove-icon/RemoveIcon.d.ts +2 -0
- package/dist/src/components/icons/remove-icon/index.d.ts +1 -0
- package/dist/src/components/icons/repeat-outline-icon/RepeatOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/repeat-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/reset-settings-icon/ResetSettingsIcon.d.ts +2 -0
- package/dist/src/components/icons/reset-settings-icon/index.d.ts +1 -0
- package/dist/src/components/icons/rule-icon/RuleIcon.d.ts +2 -0
- package/dist/src/components/icons/rule-icon/index.d.ts +1 -0
- package/dist/src/components/icons/rule-outline-icon/RuleOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/rule-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/save-icon/SaveIcon.d.ts +2 -0
- package/dist/src/components/icons/save-icon/index.d.ts +1 -0
- package/dist/src/components/icons/send-icon/SendIcon.d.ts +2 -0
- package/dist/src/components/icons/send-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-note-icon/SettingsNoteIcon.d.ts +2 -0
- package/dist/src/components/icons/settings-note-icon/index.d.ts +1 -0
- package/dist/src/components/icons/share-icon/ShareIcon.d.ts +2 -0
- package/dist/src/components/icons/share-icon/index.d.ts +1 -0
- package/dist/src/components/icons/sms-icon/SmsIcon.d.ts +2 -0
- package/dist/src/components/icons/sms-icon/index.d.ts +1 -0
- package/dist/src/components/icons/sync-icon/SyncIcon.d.ts +2 -0
- package/dist/src/components/icons/sync-icon/index.d.ts +1 -0
- package/dist/src/components/icons/sync-saved_locally/SyncSavedLocallyIcon.d.ts +2 -0
- package/dist/src/components/icons/sync-saved_locally/index.d.ts +1 -0
- package/dist/src/components/icons/timelapse-outline-icon/TimelapseOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/timelapse-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/timer-icon/TimerIcon.d.ts +2 -0
- package/dist/src/components/icons/timer-icon/index.d.ts +1 -0
- package/dist/src/components/icons/today-icon/TodayIcon.d.ts +2 -0
- package/dist/src/components/icons/today-icon/index.d.ts +1 -0
- package/dist/src/components/icons/tune-icon/TuneIcon.d.ts +2 -0
- package/dist/src/components/icons/tune-icon/index.d.ts +1 -0
- package/dist/src/components/icons/unlock-icon/UnlockIcon.d.ts +2 -0
- package/dist/src/components/icons/unlock-icon/index.d.ts +1 -0
- package/dist/src/components/icons/upload-icon/UploadIcon.d.ts +2 -0
- package/dist/src/components/icons/upload-icon/index.d.ts +1 -0
- package/dist/src/components/icons/visibility-outline-icon/VisibilityOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/visibility-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/wand-stars-icon/WandStarsIcon.d.ts +2 -0
- package/dist/src/components/icons/wand-stars-icon/index.d.ts +1 -0
- package/dist/src/components/icons/warning-circle-icon/CircleWarningOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/warning-circle-icon/index.d.ts +1 -0
- package/dist/src/components/inputs/checkbox/base-ui/StyledCheckbox.d.ts +2 -2
- package/dist/src/components/inputs/checkbox/index.d.ts +1 -1
- package/dist/src/components/inputs/dynamic-select/types.d.ts +6 -6
- package/dist/src/components/inputs/search-field/StyledSearchField.d.ts +1 -1
- package/dist/src/components/inputs/select-autocomplete/story/test-utils/perf.d.ts +2 -2
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
- package/dist/src/components/utils/accordion/base-ui/StyledAccordionDetails.d.ts +1 -1
- package/dist/src/components/utils/copy-wrapper/CopyButton.d.ts +1 -1
- package/dist/src/components/utils/copy-wrapper/index.d.ts +2 -1
- package/dist/src/components/utils/popover/StyledPopover.d.ts +1 -1
- package/dist/src/datetime/components/date-picker/StyledDatePicker.d.ts +2 -0
- package/dist/src/datetime/components/date-picker/components/BaseDatePickerInput.d.ts +27 -0
- package/dist/src/datetime/components/date-picker/components/DatePickerButton.d.ts +7 -0
- package/dist/src/datetime/components/date-picker/components/DatePickerInputIndex.d.ts +5 -0
- package/dist/src/datetime/components/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
- package/dist/src/datetime/components/date-picker/components/DatePickerInputSingle.d.ts +5 -0
- package/dist/src/datetime/components/date-picker/components/HelperTextWithTooltip.d.ts +5 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPicker.d.ts +7 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPickerCaption.d.ts +5 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPickerFooter.d.ts +12 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +2 -0
- package/dist/src/datetime/components/date-picker/components/StyledCalendarPickerSelectYear.d.ts +2 -0
- package/dist/src/datetime/components/date-picker/components/StyledDayPicker.d.ts +6 -0
- package/dist/src/datetime/components/date-picker/helpers.d.ts +11 -0
- package/dist/src/datetime/components/date-picker/hooks/useDatePickerMask.d.ts +4 -0
- package/dist/src/datetime/components/date-picker/hooks/useDatePickerValidation.d.ts +15 -0
- package/dist/src/datetime/components/date-picker/index.d.ts +1 -0
- package/dist/src/datetime/components/date-picker/types.d.ts +60 -0
- package/dist/src/datetime/components/time-picker/StyledTimePicker.d.ts +2 -0
- package/dist/src/datetime/components/time-picker/TimePickerInput.d.ts +10 -0
- package/dist/src/datetime/components/time-picker/TimePickerPopper.d.ts +6 -0
- package/dist/src/datetime/components/time-picker/components/HelperText.d.ts +8 -0
- package/dist/src/datetime/components/time-picker/components/TimePickerBody.d.ts +4 -0
- package/dist/src/datetime/components/time-picker/components/TimePickerColumn.d.ts +5 -0
- package/dist/src/datetime/components/time-picker/helpers/getTimeFromValue.d.ts +1 -0
- package/dist/src/datetime/components/time-picker/index.d.ts +1 -0
- package/dist/src/datetime/components/time-picker/types.d.ts +22 -0
- package/dist/src/datetime/helpers/cn.d.ts +2 -0
- package/dist/src/datetime/helpers/date.helper.d.ts +2 -0
- package/dist/src/datetime/helpers/index.d.ts +1 -0
- package/dist/src/datetime/hooks/useBackNavigationClose.hook.d.ts +4 -0
- package/dist/src/datetime/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
- package/dist/src/datetime/hooks/useWindowWidthSize.hook.d.ts +5 -0
- package/dist/src/datetime/shared-components/CheckIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/ChevronLeftIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/ChevronRightIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/ClockOutlineIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/CloseIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/EraserIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/ExpandIcon.d.ts +2 -0
- package/dist/src/datetime/shared-components/OutlineCalendarMonth.d.ts +2 -0
- package/dist/src/datetime/shared-components/OutlineErrorRounded.d.ts +2 -0
- package/dist/src/datetime/shared-components/StyledFormControl.d.ts +2 -0
- package/dist/src/datetime/shared-components/StyledInputField.d.ts +12 -0
- package/dist/src/datetime/shared-components/StyledSelect.d.ts +16 -0
- package/dist/src/datetime/shared-components/StyledSelectItem.d.ts +2 -0
- package/dist/src/datetime/shared-components/StyledTooltip.d.ts +2 -0
- package/dist/src/datetime/shared-components/button/StyledButton.d.ts +40 -0
- package/dist/src/datetime/shared-components/button/index.d.ts +1 -0
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/omit.d.ts +1 -0
- package/dist/src/index.d.ts +6 -0
- package/dist/src/table/components/Fetching.d.ts +3 -0
- package/dist/src/table/components/StyledTableIndex.d.ts +10 -0
- package/dist/src/table/components/TableBody.d.ts +10 -0
- package/dist/src/table/components/TableRow.d.ts +12 -0
- package/dist/src/table/components/TableRows.d.ts +10 -0
- package/dist/src/table/components/TableSkeleton.d.ts +4 -0
- package/dist/src/table/components/columns/action-column/actionColumn.d.ts +12 -0
- package/dist/src/table/components/columns/action-column/components/HeaderActionMenu.d.ts +5 -0
- package/dist/src/table/components/columns/action-column/components/RowActionMenu.d.ts +7 -0
- package/dist/src/table/components/columns/dndHandleColumn.d.ts +8 -0
- package/dist/src/table/components/columns/expandColumn.d.ts +2 -0
- package/dist/src/table/components/columns/helpers/useElementHeightPx.d.ts +4 -0
- package/dist/src/table/components/columns/helpers/useProxyHorizontalScrollSync.d.ts +6 -0
- package/dist/src/table/components/columns/selectColumn.d.ts +2 -0
- package/dist/src/table/components/columns/showTextColumn.d.ts +2 -0
- package/dist/src/table/components/table-footer/TableFooter.d.ts +9 -0
- package/dist/src/table/components/table-footer/TablePagination.d.ts +5 -0
- package/dist/src/table/components/table-footer/TableRowCountSelect.d.ts +5 -0
- package/dist/src/table/components/table-header/TableHeader.d.ts +12 -0
- package/dist/src/table/components/table-header/TableHeaderCell.d.ts +12 -0
- package/dist/src/table/context/RootContext.d.ts +9 -0
- package/dist/src/table/custom-features/expand-rows/ExpandRowsFeature.d.ts +2 -0
- package/dist/src/table/custom-features/expand-rows/index.d.ts +2 -0
- package/dist/src/table/custom-features/expand-rows/types.d.ts +15 -0
- package/dist/src/table/custom-features/focus-rows/FocusRowsFeature.d.ts +2 -0
- package/dist/src/table/custom-features/focus-rows/index.d.ts +1 -0
- package/dist/src/table/custom-features/focus-rows/types.d.ts +18 -0
- package/dist/src/table/custom-features/order-columns/OrderColumnsFeature.d.ts +2 -0
- package/dist/src/table/custom-features/order-columns/index.d.ts +1 -0
- package/dist/src/table/custom-features/order-columns/types.d.ts +8 -0
- package/dist/src/table/custom-features/order-columns/usePersistColumnOrder.d.ts +2 -0
- package/dist/src/table/custom-features/order-columns/usePersistedColumnOrder.d.ts +1 -0
- package/dist/src/table/custom-features/row-selection-tooltip/RowSelectionTooltipFeature.d.ts +2 -0
- package/dist/src/table/custom-features/row-selection-tooltip/index.d.ts +1 -0
- package/dist/src/table/custom-features/row-selection-tooltip/types.d.ts +8 -0
- package/dist/src/table/helpers/cn.d.ts +2 -0
- package/dist/src/table/helpers/getTableHeaderStyle.d.ts +10 -0
- package/dist/src/table/helpers/injectColumns.d.ts +4 -0
- package/dist/src/table/hooks/useColumnVirtualizer.d.ts +20 -0
- package/dist/src/table/hooks/usePersistedPageSize.d.ts +2 -0
- package/dist/src/table/hooks/useStyledTable.d.ts +7 -0
- package/dist/src/table/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
- package/dist/src/table/hooks/useTranslations.d.ts +9 -0
- package/dist/src/table/hooks/useWindowWidthSize.hook.d.ts +5 -0
- package/dist/src/table/index.d.ts +4 -0
- package/dist/src/table/shared-components/CheckIcon.d.ts +2 -0
- package/dist/src/table/shared-components/ChevronDownIcon.d.ts +2 -0
- package/dist/src/table/shared-components/ChevronLeftIcon.d.ts +2 -0
- package/dist/src/table/shared-components/ChevronRightIcon.d.ts +2 -0
- package/dist/src/table/shared-components/ChevronUpIcon.d.ts +2 -0
- package/dist/src/table/shared-components/CircleWarningOutlineIcon.d.ts +2 -0
- package/dist/src/table/shared-components/DotsHorizontalIcon.d.ts +2 -0
- package/dist/src/table/shared-components/DotsVerticalIcon.d.ts +2 -0
- package/dist/src/table/shared-components/DropDownIcon.d.ts +2 -0
- package/dist/src/table/shared-components/DropUpIcon.d.ts +2 -0
- package/dist/src/table/shared-components/FilterIcon.d.ts +2 -0
- package/dist/src/table/shared-components/LoadingIcon.d.ts +2 -0
- package/dist/src/table/shared-components/PinIcon.d.ts +2 -0
- package/dist/src/table/shared-components/StyledCheckbox.d.ts +16 -0
- package/dist/src/table/shared-components/StyledMenuItem.d.ts +2 -0
- package/dist/src/table/shared-components/button/StyledButton.d.ts +40 -0
- package/dist/src/table/shared-components/button/index.d.ts +1 -0
- package/dist/src/table/shared-components/menu-item/index.d.ts +2 -0
- package/dist/src/table/shared-components/tooltip/index.d.ts +2 -0
- package/dist/src/table/types.d.ts +121 -0
- package/dist/style.css +1 -2
- package/dist/table/components/Fetching.js +14 -0
- package/dist/table/components/StyledTable.module.js +57 -0
- package/dist/table/components/StyledTableIndex.js +178 -0
- package/dist/table/components/TableBody.js +33 -0
- package/dist/table/components/TableRow.js +160 -0
- package/dist/table/components/TableRows.js +13 -0
- package/dist/table/components/TableSkeleton.js +21 -0
- package/dist/table/components/TableSkeleton.module.js +4 -0
- package/dist/table/components/columns/action-column/actionColumn.js +31 -0
- package/dist/table/components/columns/action-column/components/HeaderActionMenu.js +139 -0
- package/dist/table/components/columns/action-column/components/HeaderActionMenu.module.js +9 -0
- package/dist/table/components/columns/action-column/components/RowActionMenu.js +113 -0
- package/dist/table/components/columns/action-column/components/TableActions.module.js +9 -0
- package/dist/table/components/columns/dndHandleColumn.js +38 -0
- package/dist/table/components/columns/expandColumn.js +36 -0
- package/dist/table/components/columns/helpers/useElementHeightPx.js +26 -0
- package/dist/table/components/columns/helpers/useProxyHorizontalScrollSync.js +30 -0
- package/dist/table/components/columns/selectColumn.js +59 -0
- package/dist/table/components/columns/showTextColumn.js +54 -0
- package/dist/table/components/table-footer/TableFooter.js +33 -0
- package/dist/table/components/table-footer/TablePagination.js +125 -0
- package/dist/table/components/table-footer/TablePagination.module.js +10 -0
- package/dist/table/components/table-footer/TableRowCountSelect.js +76 -0
- package/dist/table/components/table-header/TableHeader.js +78 -0
- package/dist/table/components/table-header/TableHeaderCell.js +72 -0
- package/dist/table/context/RootContext.js +21 -0
- package/dist/table/custom-features/expand-rows/ExpandRowsFeature.js +29 -0
- package/dist/table/custom-features/focus-rows/FocusRowsFeature.js +47 -0
- package/dist/table/custom-features/order-columns/OrderColumnsFeature.js +20 -0
- package/dist/table/custom-features/order-columns/usePersistColumnOrder.js +15 -0
- package/dist/table/custom-features/order-columns/usePersistedColumnOrder.js +15 -0
- package/dist/table/custom-features/row-selection-tooltip/RowSelectionTooltipFeature.js +6 -0
- package/dist/table/helpers/cn.js +8 -0
- package/dist/table/helpers/getTableHeaderStyle.js +27 -0
- package/dist/table/helpers/injectColumns.js +21 -0
- package/dist/table/hooks/useColumnVirtualizer.js +25 -0
- package/dist/table/hooks/usePersistedPageSize.js +20 -0
- package/dist/table/hooks/useStyledTable.js +72 -0
- package/dist/table/hooks/useToggleMenuVisibility.hook.js +17 -0
- package/dist/table/hooks/useTranslations.js +19 -0
- package/dist/table/hooks/useWindowWidthSize.hook.js +12 -0
- package/dist/table/index.js +7 -0
- package/dist/table/shared-components/CheckIcon.js +18 -0
- package/dist/table/shared-components/ChevronDownIcon.js +18 -0
- package/dist/table/shared-components/ChevronLeftIcon.js +18 -0
- package/dist/table/shared-components/ChevronRightIcon.js +18 -0
- package/dist/table/shared-components/CircleWarningOutlineIcon.js +26 -0
- package/dist/table/shared-components/DotsHorizontalIcon.js +18 -0
- package/dist/table/shared-components/DotsVerticalIcon.js +18 -0
- package/dist/table/shared-components/DropDownIcon.js +18 -0
- package/dist/table/shared-components/DropUpIcon.js +18 -0
- package/dist/table/shared-components/LoadingIcon.js +30 -0
- package/dist/table/shared-components/PinIcon.js +19 -0
- package/dist/table/shared-components/StyledCheckbox.js +79 -0
- package/dist/table/shared-components/StyledCheckbox.module.js +17 -0
- package/dist/table/shared-components/StyledMenuItem.js +21 -0
- package/dist/table/shared-components/button/StyledButton.js +45 -0
- package/dist/table/shared-components/button/StyledButton.module.js +16 -0
- package/dist/table/shared-components/menu-item/index.js +23 -0
- package/dist/table/shared-components/tooltip/index.js +27 -0
- package/dist/table/types.js +16 -0
- package/dist/tailwind.config.d.ts +179 -0
- package/dist/vite.config.d.ts +2 -0
- package/package.json +50 -15
- package/dist/asma-ui-core.es.js +0 -4
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { cn as c } from "../../../helpers/cn.js";
|
|
2
|
+
import { DotsVerticalIcon as de } from "../../icons/dots-vertical-icon/DotsVerticalIcon.js";
|
|
3
|
+
import { LoadingIcon as S } from "../../icons/loading-icon/LoadingIcon.js";
|
|
4
|
+
import { CloseIcon as O } from "../../icons/close-icon/CloseIcon.js";
|
|
5
|
+
import { MinimizeIcon as re } from "../../icons/minimize-icon/MinimizeIcon.js";
|
|
6
|
+
import { KeyboardCapslockIcon as ne } from "../../icons/keyboard-capslock-icon/KeyboardCapslockIcon.js";
|
|
7
|
+
import { StyledTooltip as h } from "../../data-display/tooltip/StyledTooltip.js";
|
|
8
|
+
import { StyledButton as i } from "../../inputs/button/StyledButton.js";
|
|
9
|
+
import { StyledMenu as ae } from "../../navigation/menu/StyledMenu.js";
|
|
10
|
+
import { StyledMenuItem as oe } from "../../navigation/menu/StyledMenuItem.js";
|
|
11
|
+
import T from "./MinimizableDialog.module.js";
|
|
12
|
+
import { useToggleMenuVisibility as se } from "../../../hooks/useToggleMenuVisibility.hook.js";
|
|
13
|
+
import { ArrowExpand as ce } from "../../icons/arrow-expand/ArrowExpand.js";
|
|
14
|
+
import { ArrowShrink as he } from "../../icons/arrow-shrink/ArrowShrink.js";
|
|
15
|
+
import V from "clsx";
|
|
16
|
+
import { useState as $ } from "react";
|
|
17
|
+
import { Fragment as z, jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
18
|
+
import { isArray as K, isFunction as L } from "lodash-es";
|
|
19
|
+
var Ge = ({ onCloseText: N = "", onMinimizeText: R = "", onExpandText: U = "", onFullScreenText: q = "", showCloseIcon: k = !0, showMinimizeIcon: H = !0, showExpandIcon: J = !0, showFullScreenIcon: Q = !0, title: u, label: p, children: v, open: W, onClose: I, className: y = "", primaryButtonText: g, primaryButtonLoading: x = !1, secondaryButtonText: o, onPrimaryButtonClick: m, onSecondaryButtonClick: f, dataTest: M, actionNode: X, extraActions: l, extraActionsText: s, btnContainerClassName: j, footerClassName: Y, footerInfo: C, locale: n = "en", enableFullscreen: Z = !0, fullScreenState: F, handleFullScreenState: _ }) => {
|
|
20
|
+
const [d, P] = $(!1), [G, A] = $(!1), { open: B, anchorEl: ee, handleOpen: te, handleClose: ie } = se();
|
|
21
|
+
if (!W) return null;
|
|
22
|
+
const a = F ?? G, b = a && !d, le = b ? {
|
|
23
|
+
right: "auto",
|
|
24
|
+
bottom: "auto",
|
|
25
|
+
left: "50%",
|
|
26
|
+
top: "50%",
|
|
27
|
+
transform: "translate(-50%, -50%)",
|
|
28
|
+
width: "min(1000px, calc(100vw - 32px))",
|
|
29
|
+
height: "95dvh"
|
|
30
|
+
} : void 0, w = g ?? x, D = w || o, E = () => {
|
|
31
|
+
P(!d);
|
|
32
|
+
};
|
|
33
|
+
return /* @__PURE__ */ t(z, { children: [
|
|
34
|
+
b && /* @__PURE__ */ e("div", { className: "fixed inset-0 z-[51] bg-[rgb(98,110,126)] bg-opacity-70" }),
|
|
35
|
+
/* @__PURE__ */ e("div", {
|
|
36
|
+
style: { zIndex: 51 },
|
|
37
|
+
className: c(T.dialog, !d && T.hidden),
|
|
38
|
+
children: /* @__PURE__ */ t("div", {
|
|
39
|
+
className: V("flex items-center justify-between", !d && "hidden"),
|
|
40
|
+
"data-testid": M,
|
|
41
|
+
children: [/* @__PURE__ */ e("div", {
|
|
42
|
+
className: "truncate text-lg font-semibold text-delta-800",
|
|
43
|
+
children: u
|
|
44
|
+
}), /* @__PURE__ */ t("div", {
|
|
45
|
+
className: "flex items-center gap-x-1",
|
|
46
|
+
children: [J && /* @__PURE__ */ e(h, {
|
|
47
|
+
title: n === "en" ? "Expand" : "Utvid",
|
|
48
|
+
children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(i, {
|
|
49
|
+
dataTest: "minimize-button",
|
|
50
|
+
variant: "text",
|
|
51
|
+
size: "small",
|
|
52
|
+
onClick: E,
|
|
53
|
+
endIcon: /* @__PURE__ */ e(ne, {
|
|
54
|
+
height: 20,
|
|
55
|
+
width: 20,
|
|
56
|
+
color: "text-gama-500"
|
|
57
|
+
}),
|
|
58
|
+
children: U
|
|
59
|
+
}) })
|
|
60
|
+
}), k && /* @__PURE__ */ e(h, {
|
|
61
|
+
title: n === "en" ? "Close" : "Lukk",
|
|
62
|
+
children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(i, {
|
|
63
|
+
dataTest: "close-button",
|
|
64
|
+
variant: "textGray",
|
|
65
|
+
size: "small",
|
|
66
|
+
onClick: I,
|
|
67
|
+
endIcon: /* @__PURE__ */ e(O, {
|
|
68
|
+
height: 20,
|
|
69
|
+
width: 20,
|
|
70
|
+
color: "text-delta-700"
|
|
71
|
+
}),
|
|
72
|
+
children: N
|
|
73
|
+
}) })
|
|
74
|
+
})]
|
|
75
|
+
})]
|
|
76
|
+
})
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ t("div", {
|
|
79
|
+
style: le,
|
|
80
|
+
className: c("fixed bottom-4 right-4 z-[51] rounded-lg bg-white shadow-[0_4px_40px_0px_rgba(34,33,51,0.4)] transition-all duration-300", y && !d && !a ? y : "", d && "!h-0 !w-0 opacity-0 duration-0", b && "fixed duration-0"),
|
|
81
|
+
"data-testid": M,
|
|
82
|
+
children: [/* @__PURE__ */ t("div", {
|
|
83
|
+
className: "flex flex-col gap-y-2 border-b-[1px] border-delta-200 p-4",
|
|
84
|
+
children: [/* @__PURE__ */ t("div", {
|
|
85
|
+
className: "flex items-center justify-between",
|
|
86
|
+
children: [p ? /* @__PURE__ */ e("div", {
|
|
87
|
+
className: "text-sm text-delta-700",
|
|
88
|
+
children: p
|
|
89
|
+
}) : /* @__PURE__ */ e("div", {
|
|
90
|
+
className: "text-2xl font-semibold text-delta-800",
|
|
91
|
+
children: u
|
|
92
|
+
}), /* @__PURE__ */ t("div", {
|
|
93
|
+
className: "flex items-center gap-x-1",
|
|
94
|
+
children: [
|
|
95
|
+
X,
|
|
96
|
+
H && /* @__PURE__ */ e(h, {
|
|
97
|
+
title: n === "en" ? "Minimize" : "Minimer",
|
|
98
|
+
children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(i, {
|
|
99
|
+
dataTest: "minimize-button",
|
|
100
|
+
variant: "textGray",
|
|
101
|
+
size: "small",
|
|
102
|
+
onClick: E,
|
|
103
|
+
endIcon: /* @__PURE__ */ e(re, {
|
|
104
|
+
height: 20,
|
|
105
|
+
width: 20,
|
|
106
|
+
color: "text-delta-700"
|
|
107
|
+
}),
|
|
108
|
+
children: R
|
|
109
|
+
}) })
|
|
110
|
+
}),
|
|
111
|
+
Z && Q && /* @__PURE__ */ e(h, {
|
|
112
|
+
title: a ? n === "en" ? "Exit full screen" : "Avslutt fullskjerm" : n === "en" ? "Full screen" : "Fullskjerm",
|
|
113
|
+
children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(i, {
|
|
114
|
+
dataTest: "fullscreen-button",
|
|
115
|
+
variant: "textGray",
|
|
116
|
+
size: "small",
|
|
117
|
+
onClick: (r) => {
|
|
118
|
+
F !== void 0 && _ ? _() : A(!G), r.detail !== 0 && r.currentTarget.blur();
|
|
119
|
+
},
|
|
120
|
+
endIcon: a ? /* @__PURE__ */ e(he, {
|
|
121
|
+
width: 20,
|
|
122
|
+
height: 20,
|
|
123
|
+
color: "text-delta-700"
|
|
124
|
+
}) : /* @__PURE__ */ e(ce, {
|
|
125
|
+
width: 20,
|
|
126
|
+
height: 20,
|
|
127
|
+
color: "text-delta-700"
|
|
128
|
+
}),
|
|
129
|
+
children: q
|
|
130
|
+
}) })
|
|
131
|
+
}),
|
|
132
|
+
k && /* @__PURE__ */ e(h, {
|
|
133
|
+
title: n === "en" ? "Close" : "Lukk",
|
|
134
|
+
children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(i, {
|
|
135
|
+
dataTest: "close-button",
|
|
136
|
+
variant: "textGray",
|
|
137
|
+
size: "small",
|
|
138
|
+
onClick: I,
|
|
139
|
+
endIcon: /* @__PURE__ */ e(O, {
|
|
140
|
+
height: 20,
|
|
141
|
+
width: 20,
|
|
142
|
+
color: "text-delta-700"
|
|
143
|
+
}),
|
|
144
|
+
children: N
|
|
145
|
+
}) })
|
|
146
|
+
})
|
|
147
|
+
]
|
|
148
|
+
})]
|
|
149
|
+
}), p && /* @__PURE__ */ e("div", {
|
|
150
|
+
className: "truncate text-2xl font-semibold text-delta-800",
|
|
151
|
+
children: u
|
|
152
|
+
})]
|
|
153
|
+
}), /* @__PURE__ */ t("div", {
|
|
154
|
+
className: V("flex flex-col", a && !d && "h-[87dvh]"),
|
|
155
|
+
children: [/* @__PURE__ */ e("div", {
|
|
156
|
+
className: "flex-grow overflow-y-auto",
|
|
157
|
+
children: typeof v == "function" ? v({ fullScreen: a }) : v
|
|
158
|
+
}), (K(l) && l.length || L(l)) && s || C ? /* @__PURE__ */ t("div", {
|
|
159
|
+
className: c("flex items-center justify-between border-0 border-t-[1px] border-solid border-delta-200 bg-white p-4", Y),
|
|
160
|
+
children: [
|
|
161
|
+
K(l) && l.length && s ? /* @__PURE__ */ t(z, { children: [/* @__PURE__ */ e(i, {
|
|
162
|
+
dataTest: "extra-actions-button",
|
|
163
|
+
variant: "textGray",
|
|
164
|
+
startIcon: /* @__PURE__ */ e(de, {
|
|
165
|
+
width: 24,
|
|
166
|
+
height: 24
|
|
167
|
+
}),
|
|
168
|
+
onClick: te,
|
|
169
|
+
children: s
|
|
170
|
+
}), /* @__PURE__ */ e(ae, {
|
|
171
|
+
open: B,
|
|
172
|
+
anchorEl: ee,
|
|
173
|
+
onClose: ie,
|
|
174
|
+
children: l.map((r) => /* @__PURE__ */ e(oe, {
|
|
175
|
+
className: r.className,
|
|
176
|
+
onClick: r.onClick,
|
|
177
|
+
children: r.label
|
|
178
|
+
}, r.label))
|
|
179
|
+
})] }) : s && L(l) && /* @__PURE__ */ e(i, {
|
|
180
|
+
dataTest: "extra-action-button",
|
|
181
|
+
variant: "text",
|
|
182
|
+
onClick: l,
|
|
183
|
+
children: s
|
|
184
|
+
}),
|
|
185
|
+
" ",
|
|
186
|
+
C,
|
|
187
|
+
D ? /* @__PURE__ */ t("div", {
|
|
188
|
+
className: c("flex justify-end gap-x-4", j),
|
|
189
|
+
children: [o && f && /* @__PURE__ */ e(i, {
|
|
190
|
+
dataTest: "cancel-button",
|
|
191
|
+
variant: "outlined",
|
|
192
|
+
onClick: f,
|
|
193
|
+
children: o
|
|
194
|
+
}), w && m && /* @__PURE__ */ e(i, {
|
|
195
|
+
dataTest: "save-button",
|
|
196
|
+
startIcon: x && /* @__PURE__ */ e(S, {
|
|
197
|
+
width: 24,
|
|
198
|
+
height: 24
|
|
199
|
+
}),
|
|
200
|
+
onClick: m,
|
|
201
|
+
children: g
|
|
202
|
+
})]
|
|
203
|
+
}) : null
|
|
204
|
+
]
|
|
205
|
+
}) : /* @__PURE__ */ e(z, { children: D ? /* @__PURE__ */ t("div", {
|
|
206
|
+
className: c("flex justify-end gap-x-4 border-t-[1px] border-delta-200 p-4", j),
|
|
207
|
+
children: [o && f && /* @__PURE__ */ e(i, {
|
|
208
|
+
dataTest: "cancel-button",
|
|
209
|
+
variant: "outlined",
|
|
210
|
+
onClick: f,
|
|
211
|
+
children: o
|
|
212
|
+
}), w && m && /* @__PURE__ */ e(i, {
|
|
213
|
+
dataTest: "save-button",
|
|
214
|
+
startIcon: x && /* @__PURE__ */ e(S, {
|
|
215
|
+
width: 24,
|
|
216
|
+
height: 24
|
|
217
|
+
}),
|
|
218
|
+
onClick: m,
|
|
219
|
+
children: g
|
|
220
|
+
})]
|
|
221
|
+
}) : null })]
|
|
222
|
+
})]
|
|
223
|
+
})
|
|
224
|
+
] });
|
|
225
|
+
};
|
|
226
|
+
export {
|
|
227
|
+
Ge as MinimizableDialog
|
|
228
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CloseIcon as l } from "../../../icons/close-icon/CloseIcon.js";
|
|
2
|
+
import { StyledTooltip as i } from "../../../data-display/tooltip/StyledTooltip.js";
|
|
3
|
+
import { StyledButton as n } from "../../../inputs/button/StyledButton.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
6
|
+
var f = ({ showCloseIcon: o, tooltipTitle: e, onClick: r }) => o ? /* @__PURE__ */ t(i, {
|
|
7
|
+
title: e,
|
|
8
|
+
placement: "top",
|
|
9
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(n, {
|
|
10
|
+
dataTest: "close-button",
|
|
11
|
+
variant: "textGray",
|
|
12
|
+
size: "small",
|
|
13
|
+
onClick: r,
|
|
14
|
+
endIcon: /* @__PURE__ */ t(l, {
|
|
15
|
+
height: 20,
|
|
16
|
+
width: 20,
|
|
17
|
+
color: "text-delta-700"
|
|
18
|
+
})
|
|
19
|
+
}) })
|
|
20
|
+
}) : null;
|
|
21
|
+
export {
|
|
22
|
+
f as CloseBtn
|
|
23
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { StyledTooltip as n } from "../../../data-display/tooltip/StyledTooltip.js";
|
|
2
|
+
import { StyledButton as d } from "../../../inputs/button/StyledButton.js";
|
|
3
|
+
import { ArrowExpand as a } from "../../../icons/arrow-expand/ArrowExpand.js";
|
|
4
|
+
import { ArrowShrink as m } from "../../../icons/arrow-shrink/ArrowShrink.js";
|
|
5
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
6
|
+
var x = ({ fullScreen: e, showFullScreenIcon: o, tooltipTitle: i, onClick: l }) => o ? /* @__PURE__ */ t(n, {
|
|
7
|
+
title: i,
|
|
8
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(d, {
|
|
9
|
+
dataTest: "fullscreen-button",
|
|
10
|
+
variant: "textGray",
|
|
11
|
+
size: "small",
|
|
12
|
+
onClick: (r) => {
|
|
13
|
+
l(), r.detail !== 0 && r.currentTarget.blur();
|
|
14
|
+
},
|
|
15
|
+
endIcon: e ? /* @__PURE__ */ t(m, {
|
|
16
|
+
width: 20,
|
|
17
|
+
height: 20,
|
|
18
|
+
color: "text-delta-700"
|
|
19
|
+
}) : /* @__PURE__ */ t(a, {
|
|
20
|
+
width: 20,
|
|
21
|
+
height: 20,
|
|
22
|
+
color: "text-delta-700"
|
|
23
|
+
})
|
|
24
|
+
}) })
|
|
25
|
+
}) : null;
|
|
26
|
+
export {
|
|
27
|
+
x as FullScreenBtn
|
|
28
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { MinimizeIcon as a } from "../../../icons/minimize-icon/MinimizeIcon.js";
|
|
2
|
+
import { KeyboardCapslockIcon as c } from "../../../icons/keyboard-capslock-icon/KeyboardCapslockIcon.js";
|
|
3
|
+
import { StyledTooltip as r } from "../../../data-display/tooltip/StyledTooltip.js";
|
|
4
|
+
import { StyledButton as o } from "../../../inputs/button/StyledButton.js";
|
|
5
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
6
|
+
var g = ({ visibility: l, tooltipTitle: i, onClick: e, type: n }) => {
|
|
7
|
+
if (!l) return null;
|
|
8
|
+
const m = n === "expand", d = n === "minimize";
|
|
9
|
+
return m ? /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(r, {
|
|
10
|
+
title: i,
|
|
11
|
+
placement: "top",
|
|
12
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(o, {
|
|
13
|
+
dataTest: "toggle-minimize-btn",
|
|
14
|
+
variant: "text",
|
|
15
|
+
size: "small",
|
|
16
|
+
onClick: e,
|
|
17
|
+
endIcon: /* @__PURE__ */ t(c, {
|
|
18
|
+
height: 20,
|
|
19
|
+
width: 20,
|
|
20
|
+
color: "text-gama-500"
|
|
21
|
+
})
|
|
22
|
+
}) })
|
|
23
|
+
}) }) : d ? /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(r, {
|
|
24
|
+
title: i,
|
|
25
|
+
placement: "top",
|
|
26
|
+
children: /* @__PURE__ */ t("div", { children: /* @__PURE__ */ t(o, {
|
|
27
|
+
dataTest: "toggle-minimize-btn",
|
|
28
|
+
variant: "textGray",
|
|
29
|
+
size: "small",
|
|
30
|
+
onClick: e,
|
|
31
|
+
endIcon: /* @__PURE__ */ t(a, {
|
|
32
|
+
height: 20,
|
|
33
|
+
width: 20,
|
|
34
|
+
color: "text-delta-700"
|
|
35
|
+
})
|
|
36
|
+
}) })
|
|
37
|
+
}) }) : null;
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
g as MinimizeBtn
|
|
41
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { createContext as b, useCallback as u, useContext as C, useState as E, useSyncExternalStore as P } from "react";
|
|
2
|
+
import { jsx as z } from "react/jsx-runtime";
|
|
3
|
+
var R = (c) => (window.addEventListener("resize", c), () => window.removeEventListener("resize", c));
|
|
4
|
+
function y() {
|
|
5
|
+
return P(R, () => window.innerWidth, () => 0);
|
|
6
|
+
}
|
|
7
|
+
var h = 16;
|
|
8
|
+
function G({ config: c, MAX_DIALOG_WIDTH: p = 600 }) {
|
|
9
|
+
const g = b(void 0), m = ({ children: d }) => {
|
|
10
|
+
const [l, w] = E([]), f = y(), a = u((e) => {
|
|
11
|
+
const n = [...e].sort((t, i) => t.order - i.order), o = n.length || 1, r = Math.min(p, (f - (o + 1) * h) / o);
|
|
12
|
+
return n.map((t, i) => ({
|
|
13
|
+
...t,
|
|
14
|
+
width: r,
|
|
15
|
+
position: { right: h + i * (r + h) }
|
|
16
|
+
}));
|
|
17
|
+
}, [f]), D = u((e, n) => {
|
|
18
|
+
const o = c[e]?.dependencies, r = c[e]?.order ?? 1 / 0, t = n ?? r;
|
|
19
|
+
w((i) => {
|
|
20
|
+
const k = i.find((s) => s.id === e), W = {
|
|
21
|
+
id: e,
|
|
22
|
+
open: !0,
|
|
23
|
+
width: 0,
|
|
24
|
+
position: { right: 0 },
|
|
25
|
+
dependencies: o,
|
|
26
|
+
order: t
|
|
27
|
+
};
|
|
28
|
+
return a((k ? i.map((s) => s.id === e ? {
|
|
29
|
+
...s,
|
|
30
|
+
open: !0,
|
|
31
|
+
dependencies: o
|
|
32
|
+
} : s) : [...i, W]).filter((s) => s.open));
|
|
33
|
+
});
|
|
34
|
+
}, [a]), v = u((e) => {
|
|
35
|
+
w((n) => {
|
|
36
|
+
const o = /* @__PURE__ */ new Set([e]);
|
|
37
|
+
let r;
|
|
38
|
+
do {
|
|
39
|
+
r = !1;
|
|
40
|
+
for (const t of n) t.dependencies?.some((i) => o.has(i)) && !o.has(t.id) && (o.add(t.id), r = !0);
|
|
41
|
+
} while (r);
|
|
42
|
+
return a(n.filter((t) => !o.has(t.id)));
|
|
43
|
+
});
|
|
44
|
+
}, [a]), x = u((e) => l.find((n) => n.id === e), [l]);
|
|
45
|
+
return /* @__PURE__ */ z(g.Provider, {
|
|
46
|
+
value: {
|
|
47
|
+
dialogs: l,
|
|
48
|
+
openDialog: D,
|
|
49
|
+
closeDialog: v,
|
|
50
|
+
getDialogState: x
|
|
51
|
+
},
|
|
52
|
+
children: d
|
|
53
|
+
});
|
|
54
|
+
};
|
|
55
|
+
function S() {
|
|
56
|
+
const d = C(g);
|
|
57
|
+
if (!d) throw new Error("useDialogStack must be used within DialogStackProvider");
|
|
58
|
+
return d;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
DialogStackProvider: m,
|
|
62
|
+
useDialogStack: S
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
export {
|
|
66
|
+
G as createDialogStack
|
|
67
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { cn as n } from "../../../../helpers/cn.js";
|
|
2
|
+
import { StyledTooltip as I } from "../../../data-display/tooltip/StyledTooltip.js";
|
|
3
|
+
import { useMobileMediaQuery as j } from "../../../../hooks/useMediaQuery.hook.js";
|
|
4
|
+
import { CloseBtn as b } from "../components/CloseBtn.js";
|
|
5
|
+
import { MinimizeBtn as z } from "../components/MinimizeBtn.js";
|
|
6
|
+
import { FullScreenBtn as B } from "../components/FullscreenBtn.js";
|
|
7
|
+
import r from "./MinimizableDialogV2.module.js";
|
|
8
|
+
import { useTranslations as D } from "./useTranslations.js";
|
|
9
|
+
import { useControlledProps as R } from "./useControlledProps.js";
|
|
10
|
+
import V from "clsx";
|
|
11
|
+
import { useRef as _ } from "react";
|
|
12
|
+
import { Fragment as $, jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
13
|
+
var X = (x) => {
|
|
14
|
+
const { showCloseIcon: p = !0, showMinimizeIcon: g = !0, showExpandIcon: y = !0, enableFullscreen: N = !0, title: a, label: c, children: w, open: C, onClose: f, classNameOverrides: m = {
|
|
15
|
+
maximized: "",
|
|
16
|
+
minimized: "",
|
|
17
|
+
fullscreen: ""
|
|
18
|
+
}, dataTest: F, actionNode: M, locale: S = "en", style: u } = x, s = j(), t = D(S), T = _(null), { minimized: i, setMinimized: h, fullScreen: o, setFullScreen: v } = R(x), d = o && !i, k = d ? {
|
|
19
|
+
right: "auto",
|
|
20
|
+
bottom: "auto",
|
|
21
|
+
left: "50%",
|
|
22
|
+
top: "50%",
|
|
23
|
+
transform: "translate(-50%, -50%)",
|
|
24
|
+
width: "min(1000px, calc(100vw - 32px))",
|
|
25
|
+
maxWidth: "min(1000px, calc(100vw - 32px))",
|
|
26
|
+
height: "95dvh"
|
|
27
|
+
} : void 0;
|
|
28
|
+
return C ? /* @__PURE__ */ l($, { children: [
|
|
29
|
+
/* @__PURE__ */ e("div", {
|
|
30
|
+
style: {
|
|
31
|
+
zIndex: 51,
|
|
32
|
+
...u
|
|
33
|
+
},
|
|
34
|
+
className: n(r["minimized-dialog"], !i && r.hidden, m.minimized),
|
|
35
|
+
children: /* @__PURE__ */ l("div", {
|
|
36
|
+
className: V("flex items-center justify-between", !i && "hidden"),
|
|
37
|
+
"data-testid": F,
|
|
38
|
+
children: [/* @__PURE__ */ e("div", {
|
|
39
|
+
className: "max-w-[303px] truncate pr-1 text-lg font-semibold text-delta-800",
|
|
40
|
+
children: /* @__PURE__ */ e(I, {
|
|
41
|
+
title: a,
|
|
42
|
+
placement: "top",
|
|
43
|
+
children: /* @__PURE__ */ e("div", {
|
|
44
|
+
className: "truncate",
|
|
45
|
+
children: a
|
|
46
|
+
})
|
|
47
|
+
})
|
|
48
|
+
}), /* @__PURE__ */ l("div", {
|
|
49
|
+
className: "flex items-center gap-x-1",
|
|
50
|
+
children: [/* @__PURE__ */ e(z, {
|
|
51
|
+
type: "expand",
|
|
52
|
+
visibility: y,
|
|
53
|
+
onClick: () => {
|
|
54
|
+
h(!i);
|
|
55
|
+
},
|
|
56
|
+
tooltipTitle: t.expand
|
|
57
|
+
}), /* @__PURE__ */ e(b, {
|
|
58
|
+
showCloseIcon: p,
|
|
59
|
+
onClick: f,
|
|
60
|
+
tooltipTitle: t.close
|
|
61
|
+
})]
|
|
62
|
+
})]
|
|
63
|
+
})
|
|
64
|
+
}),
|
|
65
|
+
d && /* @__PURE__ */ e("div", {
|
|
66
|
+
className: "fixed inset-0 z-[52] bg-[rgb(98,110,126)] bg-opacity-70",
|
|
67
|
+
onClick: () => {
|
|
68
|
+
v(!1);
|
|
69
|
+
}
|
|
70
|
+
}),
|
|
71
|
+
/* @__PURE__ */ l("div", {
|
|
72
|
+
style: {
|
|
73
|
+
zIndex: 51,
|
|
74
|
+
...u,
|
|
75
|
+
...k
|
|
76
|
+
},
|
|
77
|
+
ref: T,
|
|
78
|
+
className: n(r.dialog, i && r.hidden, !o && m.maximized, o && m.fullscreen, d && "fixed z-[53] duration-0"),
|
|
79
|
+
children: [/* @__PURE__ */ l("div", {
|
|
80
|
+
className: n("flex flex-col border-b-[1px] border-delta-200 px-4", s ? "py-3" : "py-4"),
|
|
81
|
+
children: [/* @__PURE__ */ l("div", {
|
|
82
|
+
className: "flex items-center justify-between",
|
|
83
|
+
children: [c ? /* @__PURE__ */ e("div", {
|
|
84
|
+
className: "text-sm text-delta-700",
|
|
85
|
+
children: c
|
|
86
|
+
}) : /* @__PURE__ */ e("div", {
|
|
87
|
+
className: n("font-semibold text-delta-800", s ? "line-clamp-2 text-xl" : "line-clamp-1 text-2xl"),
|
|
88
|
+
children: a
|
|
89
|
+
}), /* @__PURE__ */ l("div", {
|
|
90
|
+
className: "flex items-center gap-x-1",
|
|
91
|
+
children: [
|
|
92
|
+
M,
|
|
93
|
+
/* @__PURE__ */ e(z, {
|
|
94
|
+
visibility: g && !s,
|
|
95
|
+
type: "minimize",
|
|
96
|
+
onClick: () => {
|
|
97
|
+
h(!i);
|
|
98
|
+
},
|
|
99
|
+
tooltipTitle: t.minimize
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ e(B, {
|
|
102
|
+
showFullScreenIcon: N && !s,
|
|
103
|
+
fullScreen: o,
|
|
104
|
+
onClick: () => {
|
|
105
|
+
v(!o);
|
|
106
|
+
},
|
|
107
|
+
tooltipTitle: o ? t.exitFullscreen : t.fullscreen
|
|
108
|
+
}),
|
|
109
|
+
/* @__PURE__ */ e(b, {
|
|
110
|
+
showCloseIcon: p,
|
|
111
|
+
onClick: f,
|
|
112
|
+
tooltipTitle: t.close
|
|
113
|
+
})
|
|
114
|
+
]
|
|
115
|
+
})]
|
|
116
|
+
}), c && /* @__PURE__ */ e("div", {
|
|
117
|
+
className: n("font-semibold text-delta-800", s ? "line-clamp-2 text-xl" : "line-clamp-1 text-2xl"),
|
|
118
|
+
children: a
|
|
119
|
+
})]
|
|
120
|
+
}), /* @__PURE__ */ e("div", {
|
|
121
|
+
className: n(i && "hidden", "flex flex-grow flex-col overflow-y-auto"),
|
|
122
|
+
children: w
|
|
123
|
+
})]
|
|
124
|
+
})
|
|
125
|
+
] }) : null;
|
|
126
|
+
};
|
|
127
|
+
export {
|
|
128
|
+
X as MinimizableDialogV2
|
|
129
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { useState as t } from "react";
|
|
2
|
+
var p = ({ fullScreenState: i, handleFullScreenState: s, minimizedState: r, handleMinimizedState: n }) => {
|
|
3
|
+
const [l, o] = t(!1), [c, m] = t(!1);
|
|
4
|
+
return {
|
|
5
|
+
fullScreen: i ?? c,
|
|
6
|
+
setFullScreen: (e) => s ? s() : m(e),
|
|
7
|
+
minimized: r ?? l,
|
|
8
|
+
setMinimized: (e) => n ? n(e) : o(e)
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
p as useControlledProps
|
|
13
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { useMemo as l } from "react";
|
|
2
|
+
var n = {
|
|
3
|
+
en: {
|
|
4
|
+
close: "Close",
|
|
5
|
+
expand: "Expand",
|
|
6
|
+
minimize: "Minimize",
|
|
7
|
+
fullscreen: "Fullscreen",
|
|
8
|
+
exitFullscreen: "Exit fullscreen"
|
|
9
|
+
},
|
|
10
|
+
no: {
|
|
11
|
+
close: "Lukk",
|
|
12
|
+
expand: "Utvid",
|
|
13
|
+
minimize: "Minimer",
|
|
14
|
+
fullscreen: "Fullskjerm",
|
|
15
|
+
exitFullscreen: "Avslutt fullskjerm"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
function s(e = "en") {
|
|
19
|
+
return l(() => n[e] ?? n.en, [e]);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
s as useTranslations
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { StyledAlertSnackbar as o } from "./StyledAlertSnackbar.js";
|
|
2
|
+
import { StyledDefaultSnackbar as t } from "./components/StyledDefaultSnackbar.js";
|
|
3
|
+
import { StyledInfoSnackbar as a } from "./components/StyledInfoSnackbar.js";
|
|
4
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
5
|
+
import { SnackbarProvider as e } from "notistack";
|
|
6
|
+
var d = (r) => /* @__PURE__ */ i(e, {
|
|
7
|
+
...r,
|
|
8
|
+
Components: {
|
|
9
|
+
alert: o,
|
|
10
|
+
info: a,
|
|
11
|
+
default: t
|
|
12
|
+
},
|
|
13
|
+
autoHideDuration: 6e3,
|
|
14
|
+
anchorOrigin: {
|
|
15
|
+
vertical: "top",
|
|
16
|
+
horizontal: "right"
|
|
17
|
+
},
|
|
18
|
+
domRoot: document.body,
|
|
19
|
+
maxSnack: 3,
|
|
20
|
+
classes: { root: "min-w-fit flex justify-center" },
|
|
21
|
+
className: "w-fit min-w-fit max-w-fit",
|
|
22
|
+
children: r.children
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
d as SnackbarProvider
|
|
26
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CheckOutlineIcon as r } from "./components/CheckOutlineIcon.js";
|
|
2
|
+
import { Alert as e } from "@mui/material";
|
|
3
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
4
|
+
var m = (i) => /* @__PURE__ */ t(e, {
|
|
5
|
+
iconMapping: {
|
|
6
|
+
success: /* @__PURE__ */ t(r, {
|
|
7
|
+
height: 24,
|
|
8
|
+
width: 24,
|
|
9
|
+
fontSize: "inherit"
|
|
10
|
+
}),
|
|
11
|
+
...i.iconMapping
|
|
12
|
+
},
|
|
13
|
+
...i
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
m as StyledAlert
|
|
17
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { omit as d } from "../../../helpers/omit.js";
|
|
2
|
+
import { StyledAlert as f } from "./StyledAlert.js";
|
|
3
|
+
import { forwardRef as p } from "react";
|
|
4
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
5
|
+
import { SnackbarContent as S, useSnackbar as h } from "notistack";
|
|
6
|
+
var C = p((t, a) => {
|
|
7
|
+
const { id: o, message: e, severity: i, alertClassName: n, alertVariant: s, closeButton: l, ...c } = d(t, [
|
|
8
|
+
"anchorOrigin",
|
|
9
|
+
"autoHideDuration",
|
|
10
|
+
"hideIconVariant",
|
|
11
|
+
"iconVariant",
|
|
12
|
+
"persist"
|
|
13
|
+
]), { closeSnackbar: m } = h();
|
|
14
|
+
return /* @__PURE__ */ r(S, {
|
|
15
|
+
ref: a,
|
|
16
|
+
role: "alert",
|
|
17
|
+
...c,
|
|
18
|
+
children: /* @__PURE__ */ r(f, {
|
|
19
|
+
className: n,
|
|
20
|
+
severity: i,
|
|
21
|
+
variant: s,
|
|
22
|
+
onClose: l ? () => m(o) : void 0,
|
|
23
|
+
children: e
|
|
24
|
+
})
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
C as StyledAlertSnackbar
|
|
29
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Snackbar as t } from "@mui/material";
|
|
2
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
3
|
+
var d = ({ children: a, ...r }) => /* @__PURE__ */ o(t, {
|
|
4
|
+
autoHideDuration: r.autoHideDuration ?? 3e3,
|
|
5
|
+
...r,
|
|
6
|
+
children: a && /* @__PURE__ */ o("div", { children: a })
|
|
7
|
+
});
|
|
8
|
+
export {
|
|
9
|
+
d as StyledSnackbar
|
|
10
|
+
};
|