asma-ui-datetime 0.0.0 → 0.0.1
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/CHANGELOG.md +2 -2
- package/Readme.md +1 -1
- package/dist/asma-ui-table.es.js +20 -0
- package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +1 -1
- package/dist/src/index.d.ts +2 -42
- package/dist/src/shared-components/CheckIcon.d.ts +2 -0
- package/dist/src/shared-components/ChevronLeftIcon.d.ts +2 -0
- package/dist/src/shared-components/ChevronRightIcon.d.ts +2 -0
- package/dist/src/shared-components/ClockOutlineIcon.d.ts +2 -0
- package/dist/src/shared-components/CloseIcon.d.ts +2 -0
- package/dist/src/shared-components/EraserIcon.d.ts +2 -0
- package/dist/src/shared-components/ExpandIcon.d.ts +2 -0
- package/dist/src/{components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts → shared-components/OutlineCalendarMonth.d.ts} +1 -1
- package/dist/src/shared-components/StyledButton.d.ts +2 -0
- package/dist/tailwind.config.d.ts +167 -67
- package/package.json +12 -27
- package/dist/asma-core-ui.es.js +0 -47
- package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +0 -5
- package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +0 -16
- package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +0 -5
- package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +0 -2
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +0 -5
- package/dist/src/components/data-display/badge/index.d.ts +0 -1
- package/dist/src/components/data-display/chip/StyledChip.d.ts +0 -5
- package/dist/src/components/data-display/chip/index.d.ts +0 -1
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +0 -2
- package/dist/src/components/data-display/tooltip/index.d.ts +0 -1
- package/dist/src/components/data-display/typography/StyledTypography.d.ts +0 -2
- package/dist/src/components/data-display/typography/index.d.ts +0 -1
- package/dist/src/components/feedback/alert/StyledAlert.d.ts +0 -2
- package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +0 -2
- package/dist/src/components/feedback/alert/index.d.ts +0 -2
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +0 -10
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +0 -2
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +0 -2
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +0 -2
- package/dist/src/components/feedback/dialog/index.d.ts +0 -4
- package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +0 -20
- package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +0 -32
- package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +0 -11
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +0 -2
- package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +0 -12
- package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +0 -3
- package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +0 -3
- package/dist/src/components/feedback/snack-bar/components/types.d.ts +0 -10
- package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +0 -2
- package/dist/src/components/feedback/snack-bar/index.d.ts +0 -6
- package/dist/src/components/feedback/snack-bar/message.d.ts +0 -17
- package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +0 -1
- package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +0 -1
- package/dist/src/components/icons/IconTemplate.d.ts +0 -3
- package/dist/src/components/icons/Icons.d.ts +0 -5
- package/dist/src/components/icons/Icons.types.d.ts +0 -12
- package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +0 -3
- package/dist/src/components/icons/archive-icon/index.d.ts +0 -1
- package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +0 -3
- package/dist/src/components/icons/assignment/index.d.ts +0 -1
- package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/assignment-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +0 -2
- package/dist/src/components/icons/badge-icon/index.d.ts +0 -1
- package/dist/src/components/icons/bell-icon/BellIcon.d.ts +0 -3
- package/dist/src/components/icons/bell-icon/index.d.ts +0 -1
- package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/bell-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +0 -3
- package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +0 -2
- package/dist/src/components/icons/calendar-icon/index.d.ts +0 -2
- package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +0 -3
- package/dist/src/components/icons/calendar-range-icon/index.d.ts +0 -1
- package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +0 -2
- package/dist/src/components/icons/check-fact-icon/index.d.ts +0 -1
- package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/check-icon/CheckIcon.d.ts +0 -3
- package/dist/src/components/icons/check-icon/index.d.ts +0 -1
- package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +0 -2
- package/dist/src/components/icons/check-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +0 -3
- package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-down-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-left-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-right-icon/index.d.ts +0 -1
- package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +0 -3
- package/dist/src/components/icons/chevron-up-icon/index.d.ts +0 -1
- package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/clock-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/close-icon/CloseIcon.d.ts +0 -3
- package/dist/src/components/icons/close-icon/index.d.ts +0 -1
- package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +0 -2
- package/dist/src/components/icons/consents-icon/index.d.ts +0 -1
- package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +0 -3
- package/dist/src/components/icons/dashboard-view-icon/index.d.ts +0 -1
- package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/delete-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +0 -3
- package/dist/src/components/icons/dots-vertical-icon/index.d.ts +0 -1
- package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +0 -3
- package/dist/src/components/icons/download-icon/index.d.ts +0 -1
- package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +0 -3
- package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +0 -1
- package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +0 -3
- package/dist/src/components/icons/drop-down-icon/index.d.ts +0 -1
- package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +0 -3
- package/dist/src/components/icons/drop-up-icon/index.d.ts +0 -1
- package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +0 -3
- package/dist/src/components/icons/dvr-icon/index.d.ts +0 -1
- package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +0 -3
- package/dist/src/components/icons/earth-icon/index.d.ts +0 -1
- package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +0 -2
- package/dist/src/components/icons/edit-square-icon/index.d.ts +0 -1
- package/dist/src/components/icons/empty-page-icon/EmptyPageIcon.d.ts +0 -3
- package/dist/src/components/icons/empty-page-icon/index.d.ts +0 -1
- package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/error-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +0 -3
- package/dist/src/components/icons/file-pdf-icon/index.d.ts +0 -1
- package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +0 -3
- package/dist/src/components/icons/filter-icon/index.d.ts +0 -1
- package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +0 -3
- package/dist/src/components/icons/find-replace-icon/index.d.ts +0 -1
- package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +0 -6
- package/dist/src/components/icons/find-replace-people-icon/index.d.ts +0 -1
- package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +0 -3
- package/dist/src/components/icons/hamburger-icon/index.d.ts +0 -1
- package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +0 -2
- package/dist/src/components/icons/handyman-icon/index.d.ts +0 -1
- package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +0 -2
- package/dist/src/components/icons/handyman-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +0 -3
- package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +0 -1
- package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/index.d.ts +0 -82
- package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +0 -2
- package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +0 -1
- package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/link-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +0 -3
- package/dist/src/components/icons/list-numbered-icon/index.d.ts +0 -1
- package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +0 -3
- package/dist/src/components/icons/list-settings-line-icon/index.d.ts +0 -1
- package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +0 -3
- package/dist/src/components/icons/list-status-icon/index.d.ts +0 -1
- package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +0 -3
- package/dist/src/components/icons/loading-icon/index.d.ts +0 -1
- package/dist/src/components/icons/lock-icon/LockIcon.d.ts +0 -3
- package/dist/src/components/icons/lock-icon/index.d.ts +0 -1
- package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +0 -3
- package/dist/src/components/icons/message-processing-icon/index.d.ts +0 -1
- package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +0 -2
- package/dist/src/components/icons/message-reply-icon/index.d.ts +0 -1
- package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +0 -2
- package/dist/src/components/icons/minimize-icon/index.d.ts +0 -1
- package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +0 -3
- package/dist/src/components/icons/outline-calendar-month/index.d.ts +0 -1
- package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +0 -3
- package/dist/src/components/icons/pdf-icon/index.d.ts +0 -1
- package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/pencil-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +0 -3
- package/dist/src/components/icons/people-icon/index.d.ts +0 -1
- package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/people-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +0 -3
- package/dist/src/components/icons/perm-media-icon/index.d.ts +0 -1
- package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +0 -3
- package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/person-icon/PersonIcon.d.ts +0 -3
- package/dist/src/components/icons/person-icon/index.d.ts +0 -1
- package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/person-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/pin-icon/PinIcon.d.ts +0 -2
- package/dist/src/components/icons/pin-icon/index.d.ts +0 -1
- package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +0 -2
- package/dist/src/components/icons/plus-icon/index.d.ts +0 -1
- package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +0 -2
- package/dist/src/components/icons/plus-icon-circle/index.d.ts +0 -1
- package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +0 -3
- package/dist/src/components/icons/qnr-icon/index.d.ts +0 -1
- package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +0 -3
- package/dist/src/components/icons/replay-icon/index.d.ts +0 -1
- package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +0 -3
- package/dist/src/components/icons/report-box-icon/index.d.ts +0 -1
- package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/report-box-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/search-icon/SearchIcon.d.ts +0 -3
- package/dist/src/components/icons/search-icon/index.d.ts +0 -1
- package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +0 -3
- package/dist/src/components/icons/settings-icon/index.d.ts +0 -1
- package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +0 -3
- package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +0 -1
- package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/settings-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +0 -3
- package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +0 -1
- package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +0 -3
- package/dist/src/components/icons/topic-icon/index.d.ts +0 -1
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +0 -3
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +0 -1
- package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +0 -2
- package/dist/src/components/icons/warning-icon/index.d.ts +0 -1
- package/dist/src/components/icons/work-icon/WorkIcon.d.ts +0 -2
- package/dist/src/components/icons/work-icon/index.d.ts +0 -1
- package/dist/src/components/inputs/button/StyledButton.d.ts +0 -40
- package/dist/src/components/inputs/button/index.d.ts +0 -1
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +0 -5
- package/dist/src/components/inputs/checkbox/index.d.ts +0 -1
- package/dist/src/components/inputs/input-field/index.d.ts +0 -2
- package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +0 -2
- package/dist/src/components/inputs/label/StyledLabel.d.ts +0 -9
- package/dist/src/components/inputs/label/index.d.ts +0 -1
- 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/radio-button/index.d.ts +0 -2
- package/dist/src/components/inputs/rich-input/RichInput.d.ts +0 -13
- package/dist/src/components/inputs/rich-input/index.d.ts +0 -1
- package/dist/src/components/inputs/select/index.d.ts +0 -3
- package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +0 -2
- package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +0 -12
- package/dist/src/components/inputs/select-autocomplete/index.d.ts +0 -1
- package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +0 -2
- package/dist/src/components/inputs/slider/StyledSlider.d.ts +0 -5
- package/dist/src/components/inputs/slider/index.d.ts +0 -1
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +0 -5
- package/dist/src/components/inputs/switch/index.d.ts +0 -1
- package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +0 -58
- package/dist/src/components/inputs/textarea/index.d.ts +0 -1
- package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +0 -1
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +0 -2
- package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +0 -3
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +0 -2
- package/dist/src/components/miscellaneous/StyledFormLabel.d.ts +0 -2
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +0 -2
- package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +0 -3
- package/dist/src/components/navigation/drawer/index.d.ts +0 -1
- package/dist/src/components/navigation/link/StyledLink.d.ts +0 -20
- package/dist/src/components/navigation/link/index.d.ts +0 -1
- package/dist/src/components/navigation/menu/StyledMenu.d.ts +0 -2
- package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +0 -2
- package/dist/src/components/navigation/menu/StyledMenuList.d.ts +0 -2
- package/dist/src/components/navigation/menu/index.d.ts +0 -4
- package/dist/src/components/navigation/tabs/StyledTab.d.ts +0 -3
- package/dist/src/components/navigation/tabs/StyledTabs.d.ts +0 -3
- package/dist/src/components/navigation/tabs/index.d.ts +0 -2
- package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +0 -5
- package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +0 -2
- package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +0 -2
- package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +0 -2
- package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +0 -2
- package/dist/src/components/table/StyledTable.d.ts +0 -18
- package/dist/src/components/table/components/TableBody.d.ts +0 -9
- package/dist/src/components/table/components/TableFooter.d.ts +0 -9
- package/dist/src/components/table/components/TableHeader.d.ts +0 -10
- package/dist/src/components/table/components/TableHeaderCell.d.ts +0 -10
- package/dist/src/components/table/components/TableNoRowsOverlay.d.ts +0 -5
- package/dist/src/components/table/components/TablePagination.d.ts +0 -6
- package/dist/src/components/table/components/TableRow.d.ts +0 -10
- package/dist/src/components/table/components/TableRows.d.ts +0 -9
- package/dist/src/components/table/components/TableSkeleton.d.ts +0 -4
- package/dist/src/components/table/components/columns/action-column/actionColumn.d.ts +0 -21
- package/dist/src/components/table/components/columns/action-column/components/HeaderActionMenu.d.ts +0 -5
- package/dist/src/components/table/components/columns/action-column/components/RowActionMenu.d.ts +0 -12
- package/dist/src/components/table/components/columns/expandColumn.d.ts +0 -11
- package/dist/src/components/table/components/columns/selectColumn.d.ts +0 -9
- package/dist/src/components/table/helpers/getTableHeaderStyle.d.ts +0 -10
- package/dist/src/components/table/helpers/injectColumns.d.ts +0 -4
- package/dist/src/components/table/hooks/useStyledTable.d.ts +0 -6
- package/dist/src/components/table/index.d.ts +0 -3
- package/dist/src/components/table/story/components/styled-flex-table/generateActions.d.ts +0 -6
- package/dist/src/components/table/story/components/styled-flex-table/useColumns.d.ts +0 -5
- package/dist/src/components/table/story/components/styled-table/RenderSubRows.d.ts +0 -5
- package/dist/src/components/table/story/components/styled-table/getRowActions.d.ts +0 -23
- package/dist/src/components/table/story/components/styled-table/useTableColumns.d.ts +0 -10
- package/dist/src/components/table/story/components/styled-table/useTableSubRowsColumns.d.ts +0 -5
- package/dist/src/components/table/story/service/Templates.query.d.ts +0 -5
- package/dist/src/components/table/story/service/types.d.ts +0 -9
- package/dist/src/components/table/story/service/useFetchTemplates.d.ts +0 -4
- package/dist/src/components/table/types.d.ts +0 -65
- 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 -2
- package/dist/src/components/utils/accordion/index.d.ts +0 -3
- package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +0 -18
- package/dist/src/components/utils/popover/StyledPopover.d.ts +0 -2
- package/dist/src/components/utils/popover/index.d.ts +0 -1
- package/dist/src/helpers/index.d.ts +0 -2
- package/dist/src/helpers/reflections.helper.d.ts +0 -1
- package/tw-configs/twConfigs.json +0 -113
- /package/dist/src/components/{pickers/date-picker → date-picker}/StyledDatePicker.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/DatePickerInputIndex.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/DatePickerInputRange.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/DatePickerInputRangeCompact.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/DatePickerInputSingle.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/StyledCalendarPicker.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/StyledCalendarPickerCaption.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/StyledCalendarPickerFooter.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/StyledCalendarPickerSelectMonth.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/components/StyledCalendarPickerSelectYear.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/helpers.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/index.d.ts +0 -0
- /package/dist/src/components/{pickers/date-picker → date-picker}/types.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/StyledTimePicker.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/TimePickerInput.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/TimePickerPopper.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/components/HelperText.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/components/TimePickerBody.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/components/TimePickerColumn.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/helpers/getTimeFromValue.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/index.d.ts +0 -0
- /package/dist/src/components/{pickers/time-picker → time-picker}/types.d.ts +0 -0
- /package/dist/src/{components/miscellaneous → shared-components}/StyledFormControl.d.ts +0 -0
- /package/dist/src/{components/inputs/input-field → shared-components}/StyledInputField.d.ts +0 -0
- /package/dist/src/{components/inputs/select → shared-components}/StyledSelect.d.ts +0 -0
- /package/dist/src/{components/inputs/select → shared-components}/StyledSelectItem.d.ts +0 -0
|
@@ -1,73 +1,116 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
mode: string;
|
|
3
|
-
important: true;
|
|
4
2
|
content: string[];
|
|
5
3
|
theme: {
|
|
6
4
|
fontFamily: {
|
|
7
|
-
sans: string[];
|
|
8
5
|
roboto: string[];
|
|
9
6
|
};
|
|
10
7
|
extend: {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
8
|
+
screens: {
|
|
9
|
+
[x: number]: string;
|
|
10
|
+
length: number;
|
|
11
|
+
toString: (() => string) & (() => string);
|
|
12
|
+
toLocaleString: (() => string) & (() => string);
|
|
13
|
+
pop(): string | undefined;
|
|
14
|
+
push(...items: string[]): number;
|
|
15
|
+
concat(...items: ConcatArray<string>[]): string[];
|
|
16
|
+
concat(...items: (string | ConcatArray<string>)[]): string[];
|
|
17
|
+
join(separator?: string | undefined): string;
|
|
18
|
+
reverse(): string[];
|
|
19
|
+
shift(): string | undefined;
|
|
20
|
+
slice(start?: number | undefined, end?: number | undefined): string[];
|
|
21
|
+
sort(compareFn?: ((a: string, b: string) => number) | undefined): string[] & Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
|
|
22
|
+
splice(start: number, deleteCount?: number | undefined): string[];
|
|
23
|
+
splice(start: number, deleteCount: number, ...items: string[]): string[];
|
|
24
|
+
unshift(...items: string[]): number;
|
|
25
|
+
indexOf(searchElement: string, fromIndex?: number | undefined): number;
|
|
26
|
+
lastIndexOf(searchElement: string, fromIndex?: number | undefined): number;
|
|
27
|
+
every<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[];
|
|
28
|
+
every(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
29
|
+
some(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
30
|
+
forEach(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any): void;
|
|
31
|
+
map<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any): U[];
|
|
32
|
+
filter<S_1 extends string>(predicate: (value: string, index: number, array: string[]) => value is S_1, thisArg?: any): S_1[];
|
|
33
|
+
filter(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
|
|
34
|
+
reduce(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
35
|
+
reduce(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
36
|
+
reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: string[]) => U_1, initialValue: U_1): U_1;
|
|
37
|
+
reduceRight(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
38
|
+
reduceRight(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
39
|
+
reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: string[]) => U_2, initialValue: U_2): U_2;
|
|
40
|
+
find<S_2 extends string>(predicate: (value: string, index: number, obj: string[]) => value is S_2, thisArg?: any): S_2 | undefined;
|
|
41
|
+
find(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
|
|
42
|
+
findIndex(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): number;
|
|
43
|
+
fill(value: string, start?: number | undefined, end?: number | undefined): string[] & Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
|
|
44
|
+
copyWithin(target: number, start: number, end?: number | undefined): string[] & Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
|
|
45
|
+
entries(): IterableIterator<[number, string]>;
|
|
46
|
+
keys(): IterableIterator<number>;
|
|
47
|
+
values(): IterableIterator<string>;
|
|
48
|
+
includes(searchElement: string, fromIndex?: number | undefined): boolean;
|
|
49
|
+
flatMap<U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This | undefined): U_3[];
|
|
50
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
51
|
+
at(index: number): string | undefined;
|
|
52
|
+
findLast<S_3 extends string>(predicate: (value: string, index: number, array: string[]) => value is S_3, thisArg?: any): S_3 | undefined;
|
|
53
|
+
findLast(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string | undefined;
|
|
54
|
+
findLastIndex(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): number;
|
|
55
|
+
[Symbol.iterator](): IterableIterator<string>;
|
|
56
|
+
[Symbol.unscopables]: {
|
|
57
|
+
[x: number]: boolean | undefined;
|
|
58
|
+
length?: boolean | undefined;
|
|
59
|
+
toString?: boolean | undefined;
|
|
60
|
+
toLocaleString?: boolean | undefined;
|
|
61
|
+
pop?: boolean | undefined;
|
|
62
|
+
push?: boolean | undefined;
|
|
63
|
+
concat?: boolean | undefined;
|
|
64
|
+
join?: boolean | undefined;
|
|
65
|
+
reverse?: boolean | undefined;
|
|
66
|
+
shift?: boolean | undefined;
|
|
67
|
+
slice?: boolean | undefined;
|
|
68
|
+
sort?: boolean | undefined;
|
|
69
|
+
splice?: boolean | undefined;
|
|
70
|
+
unshift?: boolean | undefined;
|
|
71
|
+
indexOf?: boolean | undefined;
|
|
72
|
+
lastIndexOf?: boolean | undefined;
|
|
73
|
+
every?: boolean | undefined;
|
|
74
|
+
some?: boolean | undefined;
|
|
75
|
+
forEach?: boolean | undefined;
|
|
76
|
+
map?: boolean | undefined;
|
|
77
|
+
filter?: boolean | undefined;
|
|
78
|
+
reduce?: boolean | undefined;
|
|
79
|
+
reduceRight?: boolean | undefined;
|
|
80
|
+
find?: boolean | undefined;
|
|
81
|
+
findIndex?: boolean | undefined;
|
|
82
|
+
fill?: boolean | undefined;
|
|
83
|
+
copyWithin?: boolean | undefined;
|
|
84
|
+
entries?: boolean | undefined;
|
|
85
|
+
keys?: boolean | undefined;
|
|
86
|
+
values?: boolean | undefined;
|
|
87
|
+
includes?: boolean | undefined;
|
|
88
|
+
flatMap?: boolean | undefined;
|
|
89
|
+
flat?: boolean | undefined;
|
|
90
|
+
at?: boolean | undefined;
|
|
91
|
+
findLast?: boolean | undefined;
|
|
92
|
+
findLastIndex?: boolean | undefined;
|
|
93
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
94
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
95
|
+
};
|
|
96
|
+
sm: string;
|
|
97
|
+
md: string;
|
|
98
|
+
lg: string;
|
|
99
|
+
xl: string;
|
|
100
|
+
"2xl": string;
|
|
101
|
+
} | {
|
|
102
|
+
[x: string]: string | import("tailwindcss/types/config").Screen | import("tailwindcss/types/config").Screen[];
|
|
103
|
+
sm: string;
|
|
104
|
+
md: string;
|
|
105
|
+
lg: string;
|
|
106
|
+
xl: string;
|
|
107
|
+
"2xl": string;
|
|
108
|
+
} | {
|
|
109
|
+
sm: string;
|
|
110
|
+
md: string;
|
|
111
|
+
lg: string;
|
|
112
|
+
xl: string;
|
|
113
|
+
"2xl": string;
|
|
71
114
|
};
|
|
72
115
|
boxShadow: {
|
|
73
116
|
ash: string;
|
|
@@ -131,12 +174,69 @@ declare const _default: {
|
|
|
131
174
|
};
|
|
132
175
|
};
|
|
133
176
|
};
|
|
177
|
+
colors: {
|
|
178
|
+
inherit: string;
|
|
179
|
+
"textcolor-component": string;
|
|
180
|
+
"color-active-component": string;
|
|
181
|
+
"alpha-100": string;
|
|
182
|
+
"alpha-500": string;
|
|
183
|
+
"alpha-600": string;
|
|
184
|
+
"alpha-700": string;
|
|
185
|
+
"beta-100": string;
|
|
186
|
+
"beta-500": string;
|
|
187
|
+
"beta-600": string;
|
|
188
|
+
"beta-700": string;
|
|
189
|
+
"gama-25": string;
|
|
190
|
+
"gama-50": string;
|
|
191
|
+
"gama-100": string;
|
|
192
|
+
"gama-200": string;
|
|
193
|
+
"gama-300": string;
|
|
194
|
+
"gama-400": string;
|
|
195
|
+
"gama-500": string;
|
|
196
|
+
"gama-600": string;
|
|
197
|
+
"gama-700": string;
|
|
198
|
+
"gama-800": string;
|
|
199
|
+
"delta-10": string;
|
|
200
|
+
"delta-50": string;
|
|
201
|
+
"delta-100": string;
|
|
202
|
+
"delta-200": string;
|
|
203
|
+
"delta-300": string;
|
|
204
|
+
"delta-400": string;
|
|
205
|
+
"delta-500": string;
|
|
206
|
+
"delta-600": string;
|
|
207
|
+
"delta-700": string;
|
|
208
|
+
"delta-800": string;
|
|
209
|
+
"delta-900": string;
|
|
210
|
+
"delta-9000": string;
|
|
211
|
+
"sigma-700": string;
|
|
212
|
+
"theta-100": string;
|
|
213
|
+
"theta-200": string;
|
|
214
|
+
"theta-300": string;
|
|
215
|
+
"theta-400": string;
|
|
216
|
+
"theta-500": string;
|
|
217
|
+
"theta-600": string;
|
|
218
|
+
"theta-700": string;
|
|
219
|
+
"theta-800": string;
|
|
220
|
+
"theta-hover": string;
|
|
221
|
+
"btn-bg": string;
|
|
222
|
+
"btn-bg-active": string;
|
|
223
|
+
"btn-bg-hover": string;
|
|
224
|
+
"btn-bg-disabled": string;
|
|
225
|
+
"btn-bg-danger": string;
|
|
226
|
+
"btn-bg-danger-active": string;
|
|
227
|
+
"btn-task-status-bg": string;
|
|
228
|
+
"btn-bg-mini-action": string;
|
|
229
|
+
"btn-bg-mini-action-hover": string;
|
|
230
|
+
"chat-ticket-message-bg": string;
|
|
231
|
+
"colors-topbar-text": string;
|
|
232
|
+
"custom-grey-01": string;
|
|
233
|
+
"custom-grey-02": string;
|
|
234
|
+
"custom-grey-03": string;
|
|
235
|
+
"custom-grey-04": string;
|
|
236
|
+
"custom-grey-06": string;
|
|
237
|
+
};
|
|
134
238
|
};
|
|
135
239
|
};
|
|
136
|
-
darkMode: "media";
|
|
137
|
-
corePlugins: {
|
|
138
|
-
preflight: false;
|
|
139
|
-
};
|
|
140
240
|
plugins: any[];
|
|
141
241
|
};
|
|
142
242
|
export default _default;
|
package/package.json
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.1",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
|
-
"dist/**/*"
|
|
10
|
-
"dist/style.css",
|
|
11
|
-
"tw-configs/**/*"
|
|
9
|
+
"dist/**/*"
|
|
12
10
|
],
|
|
13
11
|
"keywords": [],
|
|
14
12
|
"author": "asma-team",
|
|
@@ -27,39 +25,25 @@
|
|
|
27
25
|
"storybook:no-browser": "storybook dev -p 6006 --no-open",
|
|
28
26
|
"storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
29
27
|
"storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
30
|
-
"build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build"
|
|
31
|
-
"test-storybook": "test-storybook",
|
|
32
|
-
"changeset:pre-beta": "changeset pre enter beta",
|
|
33
|
-
"changeset:pre-exit": "changeset pre exit",
|
|
34
|
-
"changeset:version": "changeset version",
|
|
35
|
-
"changeset:publish": "changeset publish",
|
|
36
|
-
"changeset:status": "changeset status"
|
|
28
|
+
"build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build"
|
|
37
29
|
},
|
|
38
30
|
"license": "UNLICENSED",
|
|
39
31
|
"dependencies": {
|
|
40
32
|
"@emotion/react": "^11.11.1",
|
|
41
33
|
"@emotion/styled": "^11.11.0",
|
|
42
|
-
"@fontsource/material-icons": "^5.0.4",
|
|
43
34
|
"@fontsource/roboto": "^5.0.4",
|
|
44
|
-
"@iconify/react": "^4.1.1",
|
|
45
35
|
"@mui/material": "^5.13.7",
|
|
46
|
-
"@tanstack/react-table": "^8.10.0",
|
|
47
36
|
"clsx": "^1.2.1",
|
|
48
|
-
"date-fns": "^
|
|
37
|
+
"date-fns": "^3.6.0",
|
|
49
38
|
"lodash-es": "^4.17.21",
|
|
50
|
-
"material-ui-popup-state": "^5.
|
|
39
|
+
"material-ui-popup-state": "^5.1.2",
|
|
51
40
|
"node": "18.17.0",
|
|
52
|
-
"notistack": "^3.0.1",
|
|
53
41
|
"react": "^18.2.0",
|
|
54
|
-
"react-day-picker": "^8.
|
|
55
|
-
"react-dom": "^18.2.0"
|
|
56
|
-
"react-quill": "^2.0.0",
|
|
57
|
-
"sass": "^1.77.5",
|
|
58
|
-
"vite-plugin-css-injected-by-js": "^3.5.1"
|
|
42
|
+
"react-day-picker": "^8.10.1",
|
|
43
|
+
"react-dom": "^18.2.0"
|
|
59
44
|
},
|
|
60
45
|
"devDependencies": {
|
|
61
46
|
"@changesets/cli": "^2.26.2",
|
|
62
|
-
"@faker-js/faker": "^8.0.2",
|
|
63
47
|
"@rollup/plugin-terser": "^0.4.3",
|
|
64
48
|
"@storybook/addon-a11y": "^7.6.9",
|
|
65
49
|
"@storybook/addon-essentials": "^7.6.9",
|
|
@@ -83,9 +67,9 @@
|
|
|
83
67
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
84
68
|
"@typescript-eslint/parser": "^5.59.0",
|
|
85
69
|
"@vitejs/plugin-react": "^4.0.0",
|
|
70
|
+
"asma-core-ui": "3.1.0-3",
|
|
86
71
|
"autoprefixer": "^10.4.14",
|
|
87
72
|
"axe-playwright": "^1.2.3",
|
|
88
|
-
"axios": "^1.6.8",
|
|
89
73
|
"eslint": "^8.38.0",
|
|
90
74
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
91
75
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
@@ -93,6 +77,7 @@
|
|
|
93
77
|
"postcss": "^8.4.24",
|
|
94
78
|
"prop-types": "^15.8.1",
|
|
95
79
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
80
|
+
"sass": "^1.77.5",
|
|
96
81
|
"storybook": "^7.6.9",
|
|
97
82
|
"storybook-addon-themes": "^6.1.0",
|
|
98
83
|
"tailwind-scrollbar": "^3.1.0",
|
|
@@ -100,6 +85,7 @@
|
|
|
100
85
|
"typescript": "^5.0.2",
|
|
101
86
|
"typescript-plugin-css-modules": "^5.0.1",
|
|
102
87
|
"vite": "^4.3.9",
|
|
88
|
+
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
103
89
|
"vite-plugin-dts": "^3.1.1",
|
|
104
90
|
"vite-tsconfig-paths": "^4.2.0"
|
|
105
91
|
},
|
|
@@ -107,6 +93,7 @@
|
|
|
107
93
|
"@emotion/react": "^11.*",
|
|
108
94
|
"@emotion/styled": "^11.*",
|
|
109
95
|
"@mui/material": "^5.*",
|
|
96
|
+
"asma-core-ui": "^3.*",
|
|
110
97
|
"immer": "^9.*",
|
|
111
98
|
"react": "^18.*",
|
|
112
99
|
"react-dom": "^18.*"
|
|
@@ -118,8 +105,6 @@
|
|
|
118
105
|
"exports": {
|
|
119
106
|
".": {
|
|
120
107
|
"import": "./dist/asma-ui-datetime.es.js"
|
|
121
|
-
}
|
|
122
|
-
"./dist/style.css": "./dist/style.css",
|
|
123
|
-
"./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
|
|
108
|
+
}
|
|
124
109
|
}
|
|
125
110
|
}
|