asma-core-ui 3.1.2 → 3.1.3
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-core-ui.es.js +21 -2
- package/dist/index.d.ts +1 -864
- package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
- package/dist/src/components/custom/widget/icons/ChevronDownIcon.d.ts +2 -0
- package/dist/src/components/custom/widget/icons/ChevronUpIcon.d.ts +2 -0
- package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +26 -0
- package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +7 -0
- package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +2 -0
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +5 -0
- package/dist/src/components/data-display/badge/index.d.ts +1 -0
- package/dist/src/components/data-display/chip/StyledChip.d.ts +6 -0
- package/dist/src/components/data-display/chip/index.d.ts +1 -0
- package/dist/src/components/data-display/form-label/components/StyledFormLabel.d.ts +3 -0
- package/dist/src/components/data-display/form-label/helpers/getStyles.d.ts +4 -0
- package/dist/src/components/data-display/form-label/index.d.ts +1 -0
- package/dist/src/components/data-display/form-label/types.d.ts +9 -0
- package/dist/src/components/data-display/interactive-chip/StyledInteractiveChip.d.ts +8 -0
- package/dist/src/components/data-display/interactive-chip/index.d.ts +1 -0
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -0
- package/dist/src/components/data-display/tooltip/index.d.ts +1 -0
- package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
- package/dist/src/components/data-display/typography/index.d.ts +1 -0
- package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -0
- package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
- package/dist/src/components/feedback/alert/index.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +11 -0
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
- package/dist/src/components/feedback/dialog/index.d.ts +4 -0
- package/dist/src/components/feedback/empty-page/EmptyPageIcon.d.ts +2 -0
- package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +6 -0
- package/dist/src/components/feedback/loading/StyledLoading.d.ts +8 -0
- package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +3 -0
- package/dist/src/components/feedback/minimizable-dialog/MinimizableDialogV2.d.ts +26 -0
- package/dist/src/components/feedback/minimizable-dialog/components/CloseBtn.d.ts +7 -0
- package/dist/src/components/feedback/minimizable-dialog/components/MinimizeBtn.d.ts +8 -0
- package/dist/src/components/feedback/minimizable-dialog/index.d.ts +3 -0
- package/dist/src/components/feedback/minimizable-dialog/types.d.ts +36 -0
- package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +32 -0
- package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +11 -0
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +12 -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/components-styled/InfoMessages.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/index.d.ts +6 -0
- package/dist/src/components/feedback/snack-bar/message.d.ts +17 -0
- package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
- package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +1 -0
- package/dist/src/components/icons/IconTemplate.d.ts +3 -0
- package/dist/src/components/icons/Icons.types.d.ts +12 -0
- package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +3 -0
- package/dist/src/components/icons/archive-icon/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +2 -0
- package/dist/src/components/icons/arrow-expand/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +2 -0
- package/dist/src/components/icons/arrow-shrink/index.d.ts +1 -0
- package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +3 -0
- package/dist/src/components/icons/assignment/index.d.ts +1 -0
- package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/assignment-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -0
- package/dist/src/components/icons/badge-icon/index.d.ts +1 -0
- package/dist/src/components/icons/bell-icon/BellIcon.d.ts +3 -0
- package/dist/src/components/icons/bell-icon/index.d.ts +1 -0
- package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/bell-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -0
- package/dist/src/components/icons/calendar-icon/index.d.ts +2 -0
- package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -0
- package/dist/src/components/icons/check-fact-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-icon/CheckIcon.d.ts +3 -0
- package/dist/src/components/icons/check-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +3 -0
- package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-down-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-left-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-right-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-up-icon/index.d.ts +1 -0
- package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/close-icon/CloseIcon.d.ts +3 -0
- package/dist/src/components/icons/close-icon/index.d.ts +1 -0
- package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -0
- package/dist/src/components/icons/consents-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +3 -0
- package/dist/src/components/icons/dashboard-view-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/delete-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +3 -0
- package/dist/src/components/icons/dots-vertical-icon/index.d.ts +1 -0
- package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +3 -0
- package/dist/src/components/icons/download-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +3 -0
- package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +3 -0
- package/dist/src/components/icons/drop-down-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +3 -0
- package/dist/src/components/icons/drop-up-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +3 -0
- package/dist/src/components/icons/dvr-icon/index.d.ts +1 -0
- package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +3 -0
- package/dist/src/components/icons/earth-icon/index.d.ts +1 -0
- package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -0
- package/dist/src/components/icons/edit-square-icon/index.d.ts +1 -0
- package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/error-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +3 -0
- package/dist/src/components/icons/file-pdf-icon/index.d.ts +1 -0
- package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +3 -0
- package/dist/src/components/icons/filter-icon/index.d.ts +1 -0
- package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +3 -0
- package/dist/src/components/icons/find-replace-icon/index.d.ts +1 -0
- package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +6 -0
- package/dist/src/components/icons/find-replace-people-icon/index.d.ts +1 -0
- package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +3 -0
- package/dist/src/components/icons/hamburger-icon/index.d.ts +1 -0
- package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -0
- package/dist/src/components/icons/handyman-icon/index.d.ts +1 -0
- package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/handyman-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
- package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +1 -0
- package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/index.d.ts +81 -0
- package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -0
- package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +1 -0
- package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/link-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +3 -0
- package/dist/src/components/icons/list-numbered-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
- package/dist/src/components/icons/list-settings-line-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
- package/dist/src/components/icons/list-status-icon/index.d.ts +1 -0
- package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +3 -0
- package/dist/src/components/icons/loading-icon/index.d.ts +1 -0
- package/dist/src/components/icons/lock-icon/LockIcon.d.ts +3 -0
- package/dist/src/components/icons/lock-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +3 -0
- package/dist/src/components/icons/message-processing-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -0
- package/dist/src/components/icons/message-reply-icon/index.d.ts +1 -0
- package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -0
- package/dist/src/components/icons/minimize-icon/index.d.ts +1 -0
- package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +3 -0
- package/dist/src/components/icons/outline-calendar-month/index.d.ts +1 -0
- package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +3 -0
- package/dist/src/components/icons/pdf-icon/index.d.ts +1 -0
- package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/pencil-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +3 -0
- package/dist/src/components/icons/people-icon/index.d.ts +1 -0
- package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/people-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +3 -0
- package/dist/src/components/icons/perm-media-icon/index.d.ts +1 -0
- package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +3 -0
- package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-icon/PersonIcon.d.ts +3 -0
- package/dist/src/components/icons/person-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/person-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -0
- package/dist/src/components/icons/pin-icon/index.d.ts +1 -0
- package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -0
- package/dist/src/components/icons/plus-icon/index.d.ts +1 -0
- package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -0
- package/dist/src/components/icons/plus-icon-circle/index.d.ts +1 -0
- package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +3 -0
- package/dist/src/components/icons/qnr-icon/index.d.ts +1 -0
- package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +3 -0
- package/dist/src/components/icons/replay-icon/index.d.ts +1 -0
- package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
- package/dist/src/components/icons/report-box-icon/index.d.ts +1 -0
- package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/report-box-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/search-icon/SearchIcon.d.ts +3 -0
- package/dist/src/components/icons/search-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +3 -0
- package/dist/src/components/icons/topic-icon/index.d.ts +1 -0
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
- package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/warning-icon/index.d.ts +1 -0
- package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -0
- package/dist/src/components/icons/work-icon/index.d.ts +1 -0
- package/dist/src/components/inputs/button/StyledButton.d.ts +40 -0
- package/dist/src/components/inputs/button/index.d.ts +1 -0
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +5 -0
- package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
- package/dist/src/components/inputs/input-field/StyledInputField.d.ts +15 -0
- package/dist/src/components/inputs/input-field/index.d.ts +2 -0
- package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +2 -0
- package/dist/src/components/inputs/label/StyledLabel.d.ts +9 -0
- package/dist/src/components/inputs/label/index.d.ts +1 -0
- package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +4 -0
- package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +4 -0
- package/dist/src/components/inputs/radio-button/index.d.ts +2 -0
- package/dist/src/components/inputs/rich-input/RichInput.d.ts +13 -0
- package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
- package/dist/src/components/inputs/search-field/StyledSearchField.d.ts +3 -0
- package/dist/src/components/inputs/search-field/index.d.ts +1 -0
- package/dist/src/components/inputs/select/StyledSelect.d.ts +18 -0
- package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -0
- package/dist/src/components/inputs/select/index.d.ts +3 -0
- package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +2 -0
- package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +14 -0
- package/dist/src/components/inputs/select-autocomplete/index.d.ts +1 -0
- package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +2 -0
- package/dist/src/components/inputs/slider/StyledSlider.d.ts +5 -0
- package/dist/src/components/inputs/slider/index.d.ts +1 -0
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
- package/dist/src/components/inputs/switch/index.d.ts +1 -0
- package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +58 -0
- package/dist/src/components/inputs/textarea/index.d.ts +1 -0
- package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
- package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
- package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +3 -0
- package/dist/src/components/navigation/drawer/index.d.ts +1 -0
- package/dist/src/components/navigation/link/StyledLink.d.ts +21 -0
- package/dist/src/components/navigation/link/index.d.ts +1 -0
- package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
- package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
- package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
- package/dist/src/components/navigation/menu/index.d.ts +4 -0
- package/dist/src/components/navigation/tabs/StyledTab.d.ts +3 -0
- package/dist/src/components/navigation/tabs/StyledTabs.d.ts +3 -0
- package/dist/src/components/navigation/tabs/index.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +13 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +8 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +7 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +11 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/helpers.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/index.d.ts +1 -0
- package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/types.d.ts +46 -0
- package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +3 -0
- package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +9 -0
- package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +7 -0
- package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +7 -0
- package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +5 -0
- package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +6 -0
- package/dist/src/components/pickers/time-picker/helpers/getTimeFromValue.d.ts +1 -0
- package/dist/src/components/pickers/time-picker/index.d.ts +1 -0
- package/dist/src/components/pickers/time-picker/types.d.ts +14 -0
- package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -0
- package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -0
- package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -0
- package/dist/src/components/utils/accordion/index.d.ts +3 -0
- package/dist/src/components/utils/copy-wrapper/CopyButton.d.ts +9 -0
- package/dist/src/components/utils/copy-wrapper/CopyWrapper.d.ts +8 -0
- package/dist/src/components/utils/copy-wrapper/index.d.ts +2 -0
- package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +12 -0
- package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +26 -0
- package/dist/src/components/utils/filter-menu/index.d.ts +2 -0
- package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
- package/dist/src/components/utils/popover/index.d.ts +1 -0
- package/dist/src/helpers/cn.d.ts +2 -0
- package/dist/src/helpers/date.helper.d.ts +2 -0
- package/dist/src/helpers/index.d.ts +3 -0
- package/dist/src/helpers/prepareForSlot.d.ts +5 -0
- package/dist/src/helpers/reflections.helper.d.ts +1 -0
- package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
- package/dist/src/hooks/useWindowWidthSize.hook.d.ts +5 -0
- package/dist/src/index.d.ts +41 -0
- package/dist/tailwind.config.d.ts +155 -0
- package/dist/vite.config.d.ts +2 -0
- package/package.json +1 -1
- package/dist/style.css +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,864 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { AccordionDetailsProps } from '@mui/material';
|
|
4
|
-
import { AccordionProps } from '@mui/material';
|
|
5
|
-
import { AccordionSummaryProps } from '@mui/material';
|
|
6
|
-
import type { AlertColor } from '@mui/material';
|
|
7
|
-
import { AnchorHTMLAttributes } from 'react';
|
|
8
|
-
import { AutocompleteProps } from '@mui/material';
|
|
9
|
-
import { Avatar } from '@mui/material';
|
|
10
|
-
import { BadgeProps } from '@mui/material';
|
|
11
|
-
import { ChangeEvent } from 'react';
|
|
12
|
-
import { CheckboxProps } from '@mui/material';
|
|
13
|
-
import { ChipProps } from '@mui/material';
|
|
14
|
-
import { ChipTypeMap } from '@mui/material';
|
|
15
|
-
import { ClickAwayListener } from '@mui/material';
|
|
16
|
-
import { ComponentProps } from 'react';
|
|
17
|
-
import { Container } from '@mui/material';
|
|
18
|
-
import type { CSSProperties } from 'react';
|
|
19
|
-
import { DialogActionsProps } from '@mui/material';
|
|
20
|
-
import { DialogContentProps } from '@mui/material';
|
|
21
|
-
import type { DialogProps } from '@mui/material/Dialog';
|
|
22
|
-
import type { DialogTitleProps } from '@mui/material/DialogTitle/DialogTitle';
|
|
23
|
-
import { DrawerProps } from '@mui/material';
|
|
24
|
-
import { Fade } from '@mui/material';
|
|
25
|
-
import { FC } from 'react';
|
|
26
|
-
import { FormControlLabelProps } from '@mui/material';
|
|
27
|
-
import { FormControlProps } from '@mui/material';
|
|
28
|
-
import { FormGroupProps } from '@mui/material';
|
|
29
|
-
import { FormHelperTextProps } from '@mui/material';
|
|
30
|
-
import { FormLabel } from '@mui/material';
|
|
31
|
-
import { ForwardRefExoticComponent } from 'react';
|
|
32
|
-
import { InputLabelProps } from '@mui/material';
|
|
33
|
-
import { MenuItemProps } from '@mui/material';
|
|
34
|
-
import { MenuListProps } from '@mui/material';
|
|
35
|
-
import { MenuProps } from '@mui/material';
|
|
36
|
-
import type { MouseEvent as MouseEvent_2 } from 'react';
|
|
37
|
-
import type { MouseEventHandler } from 'react';
|
|
38
|
-
import { Paper } from '@mui/material';
|
|
39
|
-
import { PopoverProps } from '@mui/material';
|
|
40
|
-
import { Popper } from '@mui/material';
|
|
41
|
-
import { PropsWithChildren } from 'react';
|
|
42
|
-
import { PropsWithoutRef } from 'react';
|
|
43
|
-
import { RadioGroupProps } from '@mui/material';
|
|
44
|
-
import { RadioProps } from '@mui/material';
|
|
45
|
-
import { default as React_2 } from 'react';
|
|
46
|
-
import { ReactNode } from 'react';
|
|
47
|
-
import { RefAttributes } from 'react';
|
|
48
|
-
import { SelectChangeEvent } from '@mui/material';
|
|
49
|
-
import { SelectProps } from '@mui/material';
|
|
50
|
-
import { Skeleton } from '@mui/material';
|
|
51
|
-
import { SliderProps } from '@mui/material';
|
|
52
|
-
import type { SnackbarProviderProps } from 'notistack';
|
|
53
|
-
import { Stack } from '@mui/material';
|
|
54
|
-
import type { SVGProps } from 'react';
|
|
55
|
-
import { SwitchProps as SwitchProps_2 } from '@mui/material';
|
|
56
|
-
import { TabProps } from '@mui/material';
|
|
57
|
-
import { TabsProps } from '@mui/material';
|
|
58
|
-
import { TextFieldProps } from '@mui/material';
|
|
59
|
-
import { TooltipProps } from '@mui/material';
|
|
60
|
-
import { TypographyProps } from '@mui/material';
|
|
61
|
-
|
|
62
|
-
export declare const ArchiveIcon: React.FC<IIcon>;
|
|
63
|
-
|
|
64
|
-
export declare const AssignmentIcon: React.FC<IIcon>;
|
|
65
|
-
|
|
66
|
-
export declare const AssignmentOutlineIcon: React.FC<IIcon>;
|
|
67
|
-
|
|
68
|
-
export { Avatar }
|
|
69
|
-
|
|
70
|
-
export declare function BadgeIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
71
|
-
|
|
72
|
-
export declare const BellIcon: React.FC<IIcon>;
|
|
73
|
-
|
|
74
|
-
export declare const BellOutlineIcon: React.FC<IIcon>;
|
|
75
|
-
|
|
76
|
-
declare type buttonStandartVariantsProps = {
|
|
77
|
-
variant?: 'contained' | 'outlined' | 'text' | 'textGray' | 'textWhite' | 'large' | 'small' | 'medium' | 'error' | 'common';
|
|
78
|
-
error?: boolean;
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export declare const CalendarBlankOutlineIcon: React.FC<IIcon>;
|
|
82
|
-
|
|
83
|
-
export declare const CalendarIcon: React.FC<IIcon>;
|
|
84
|
-
|
|
85
|
-
export declare const CalendarRangeIcon: React.FC<IIcon>;
|
|
86
|
-
|
|
87
|
-
export declare const CheckBoxCheckedIcon: React.FC<IIcon>;
|
|
88
|
-
|
|
89
|
-
export declare function CheckFactIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
90
|
-
|
|
91
|
-
export declare function CheckFactOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
92
|
-
|
|
93
|
-
export declare const CheckIcon: React.FC<IIcon>;
|
|
94
|
-
|
|
95
|
-
export declare function CheckOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
96
|
-
|
|
97
|
-
export declare const ChevronDoubleLeftIcon: React.FC<IIcon>;
|
|
98
|
-
|
|
99
|
-
export declare const ChevronDoubleRightIcon: React.FC<IIcon>;
|
|
100
|
-
|
|
101
|
-
export declare const ChevronDownIcon: React.FC<IIcon>;
|
|
102
|
-
|
|
103
|
-
export declare const ChevronLeftIcon: React.FC<IIcon>;
|
|
104
|
-
|
|
105
|
-
export declare const ChevronRightIcon: React.FC<IIcon>;
|
|
106
|
-
|
|
107
|
-
export declare const ChevronUpIcon: React.FC<IIcon>;
|
|
108
|
-
|
|
109
|
-
export { ClickAwayListener }
|
|
110
|
-
|
|
111
|
-
export declare const CloseIcon: React.FC<IIcon>;
|
|
112
|
-
|
|
113
|
-
declare type commonProps = {
|
|
114
|
-
refLink?: React_2.Ref<HTMLButtonElement>;
|
|
115
|
-
size?: 'large' | 'small' | 'medium';
|
|
116
|
-
startIcon?: ReactNode;
|
|
117
|
-
endIcon?: ReactNode;
|
|
118
|
-
dataTest: string;
|
|
119
|
-
};
|
|
120
|
-
|
|
121
|
-
declare type conditionalProps = variantTextGrayProps | variantTextWhiteProps | buttonStandartVariantsProps;
|
|
122
|
-
|
|
123
|
-
export declare function ConsentsIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
124
|
-
|
|
125
|
-
export { Container }
|
|
126
|
-
|
|
127
|
-
export declare const CopyButton: FC<{
|
|
128
|
-
className?: string;
|
|
129
|
-
contentToCopy: string;
|
|
130
|
-
locale: 'en' | 'no';
|
|
131
|
-
messageInfo: (info: ReactNode, options?: MessageProps) => () => void;
|
|
132
|
-
text?: string;
|
|
133
|
-
}>;
|
|
134
|
-
|
|
135
|
-
export declare const CopyWrapper: FC<PropsWithChildren<{
|
|
136
|
-
className?: string;
|
|
137
|
-
contentToCopy: string;
|
|
138
|
-
locale: 'en' | 'no';
|
|
139
|
-
messageInfo: (info: ReactNode, options?: MessageProps) => () => void;
|
|
140
|
-
}>>;
|
|
141
|
-
|
|
142
|
-
export declare const DashboardViewIcon: React.FC<IIcon>;
|
|
143
|
-
|
|
144
|
-
export declare const DashboardViewOutlineIcon: React.FC<IIcon>;
|
|
145
|
-
|
|
146
|
-
export declare const DeleteOutlineIcon: React.FC<IIcon>;
|
|
147
|
-
|
|
148
|
-
export declare const DotsVerticalIcon: React.FC<IIcon>;
|
|
149
|
-
|
|
150
|
-
export declare const DownloadIcon: React.FC<IIcon>;
|
|
151
|
-
|
|
152
|
-
export declare const DragHorizontalIcon: React.FC<IIcon>;
|
|
153
|
-
|
|
154
|
-
export declare const DropDownIcon: React.FC<IIcon>;
|
|
155
|
-
|
|
156
|
-
export declare const DropUpIcon: React.FC<IIcon>;
|
|
157
|
-
|
|
158
|
-
export declare const DvrIcon: React.FC<IIcon>;
|
|
159
|
-
|
|
160
|
-
export declare const EarthIcon: React.FC<IIcon>;
|
|
161
|
-
|
|
162
|
-
export declare function EditSquareIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
163
|
-
|
|
164
|
-
export declare const ErrorOutlineIcon: React_2.FC<IIcon>;
|
|
165
|
-
|
|
166
|
-
export { Fade }
|
|
167
|
-
|
|
168
|
-
export declare const FastCheckOutlineIcon: React.FC<IIcon>;
|
|
169
|
-
|
|
170
|
-
export declare const FilePdfIcon: React.FC<IIcon>;
|
|
171
|
-
|
|
172
|
-
export declare const FilterIcon: React.FC<IIcon>;
|
|
173
|
-
|
|
174
|
-
export declare const FindReplaceIcon: React.FC<IIcon>;
|
|
175
|
-
|
|
176
|
-
export declare const FindReplacePeopleIcon: React.FC<{
|
|
177
|
-
color?: string;
|
|
178
|
-
size?: string;
|
|
179
|
-
className?: string;
|
|
180
|
-
}>;
|
|
181
|
-
|
|
182
|
-
export { FormLabel }
|
|
183
|
-
|
|
184
|
-
export declare const HamburgerIcon: React.FC<IIcon>;
|
|
185
|
-
|
|
186
|
-
export declare function HandymanIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
187
|
-
|
|
188
|
-
export declare function HandymanOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
189
|
-
|
|
190
|
-
export declare type IFloatingWindowProps = {
|
|
191
|
-
fullScreen: boolean;
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
declare type IFormLabelSize = 'md' | 'base' | 'lg' | 'xl';
|
|
195
|
-
|
|
196
|
-
export declare interface IIcon {
|
|
197
|
-
width?: number;
|
|
198
|
-
height?: number;
|
|
199
|
-
className?: string;
|
|
200
|
-
onClick?: (event: React.MouseEvent<SVGSVGElement, MouseEvent>) => void;
|
|
201
|
-
color?: string;
|
|
202
|
-
vFlip?: boolean;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
export declare interface IIconTemplate extends IIcon {
|
|
206
|
-
icon: string;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
export declare type IMinimizableDialogProps = {
|
|
210
|
-
onCloseText?: string;
|
|
211
|
-
onMinimizeText?: string;
|
|
212
|
-
onExpandText?: string;
|
|
213
|
-
onFullScreenText?: string;
|
|
214
|
-
open: boolean;
|
|
215
|
-
onClose: () => void;
|
|
216
|
-
actionNode?: React.ReactNode;
|
|
217
|
-
showCloseIcon?: boolean;
|
|
218
|
-
showMinimizeIcon?: boolean;
|
|
219
|
-
showExpandIcon?: boolean;
|
|
220
|
-
showFullScreenIcon?: boolean;
|
|
221
|
-
title: ReactNode;
|
|
222
|
-
label?: ReactNode;
|
|
223
|
-
children?: React.ReactNode | ((props: IFloatingWindowProps) => ReactNode);
|
|
224
|
-
className?: string;
|
|
225
|
-
primaryButtonText?: string;
|
|
226
|
-
secondaryButtonText?: string;
|
|
227
|
-
onPrimaryButtonClick?: () => void;
|
|
228
|
-
onSecondaryButtonClick?: () => void;
|
|
229
|
-
extraActions?: {
|
|
230
|
-
label: string;
|
|
231
|
-
className?: string;
|
|
232
|
-
onClick: () => void;
|
|
233
|
-
}[] | (() => void);
|
|
234
|
-
extraActionsText?: string;
|
|
235
|
-
btnContainerClassName?: string;
|
|
236
|
-
footerClassName?: string;
|
|
237
|
-
footerInfo?: ReactNode;
|
|
238
|
-
enableFullscreen?: boolean;
|
|
239
|
-
dataTest: string;
|
|
240
|
-
};
|
|
241
|
-
|
|
242
|
-
export declare const InboxOutboxIcon: React.FC<IIcon>;
|
|
243
|
-
|
|
244
|
-
export declare const InboxOutboxOutlineIcon: React.FC<IIcon>;
|
|
245
|
-
|
|
246
|
-
export declare interface IStyledDialogProps extends DialogProps {
|
|
247
|
-
onCloseText?: ReactNode;
|
|
248
|
-
showCloseIcon?: boolean;
|
|
249
|
-
dataTest: string;
|
|
250
|
-
dialogLabel?: ReactNode;
|
|
251
|
-
dialogTitle?: ReactNode;
|
|
252
|
-
dialogHeaderNode?: ReactNode;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
declare type IStyledFormLabel = {
|
|
256
|
-
title: ReactNode;
|
|
257
|
-
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
258
|
-
className?: string;
|
|
259
|
-
dataTest?: string;
|
|
260
|
-
size?: IFormLabelSize;
|
|
261
|
-
};
|
|
262
|
-
|
|
263
|
-
export declare const KeyboardCapslockIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
264
|
-
|
|
265
|
-
export declare const LinkOutlineIcon: React.FC<IIcon>;
|
|
266
|
-
|
|
267
|
-
export declare const ListNumberedIcon: React.FC<IIcon>;
|
|
268
|
-
|
|
269
|
-
export declare const ListSettingsLineIcon: React.FC<IIcon>;
|
|
270
|
-
|
|
271
|
-
export declare const ListStatusIcon: React.FC<IIcon>;
|
|
272
|
-
|
|
273
|
-
export declare const LoadingIcon: React.FC<IIcon>;
|
|
274
|
-
|
|
275
|
-
export declare const LockIcon: React.FC<IIcon>;
|
|
276
|
-
|
|
277
|
-
export { MenuProps }
|
|
278
|
-
|
|
279
|
-
export declare const MessageProcessingIcon: React.FC<IIcon>;
|
|
280
|
-
|
|
281
|
-
export declare const MessageProcessingOutlineIcon: React.FC<IIcon>;
|
|
282
|
-
|
|
283
|
-
declare type MessageProps = SnackbarProviderProps & {
|
|
284
|
-
severity?: AlertColor
|
|
285
|
-
persist?: boolean
|
|
286
|
-
closeButton?: boolean
|
|
287
|
-
className?: string
|
|
288
|
-
id?: string
|
|
289
|
-
type?: 'loading'
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
export declare function MessageReplyIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
293
|
-
|
|
294
|
-
export declare const MinimizableDialog: React_2.FC<IMinimizableDialogProps>;
|
|
295
|
-
|
|
296
|
-
export declare const MinimizableDialogV2: React_2.FC<{
|
|
297
|
-
onCloseText?: string;
|
|
298
|
-
onMinimizeText?: string;
|
|
299
|
-
onExpandText?: string;
|
|
300
|
-
open: boolean;
|
|
301
|
-
onClose: () => void;
|
|
302
|
-
actionNode?: React_2.ReactNode;
|
|
303
|
-
showCloseIcon?: boolean;
|
|
304
|
-
showMinimizeIcon?: boolean;
|
|
305
|
-
showExpandIcon?: boolean;
|
|
306
|
-
showFullScreenIcon?: boolean;
|
|
307
|
-
title: ReactNode;
|
|
308
|
-
label?: ReactNode;
|
|
309
|
-
children?: React_2.ReactNode;
|
|
310
|
-
classNameOverrides?: {
|
|
311
|
-
maximized?: string;
|
|
312
|
-
minimized?: string;
|
|
313
|
-
};
|
|
314
|
-
tooltipOverrides?: {
|
|
315
|
-
maximized?: string;
|
|
316
|
-
minimized?: string;
|
|
317
|
-
close?: string;
|
|
318
|
-
};
|
|
319
|
-
dataTest: string;
|
|
320
|
-
}>;
|
|
321
|
-
|
|
322
|
-
export declare const MinimizeIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
323
|
-
|
|
324
|
-
export declare const NewCalendarIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
325
|
-
|
|
326
|
-
export declare const omit: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Omit<T, K>;
|
|
327
|
-
|
|
328
|
-
export declare const OutlineCalendarMonth: React.FC<IIcon>;
|
|
329
|
-
|
|
330
|
-
export { Paper }
|
|
331
|
-
|
|
332
|
-
export declare const PdfIcon: React.FC<IIcon>;
|
|
333
|
-
|
|
334
|
-
export declare const PencilOutlineIcon: React.FC<IIcon>;
|
|
335
|
-
|
|
336
|
-
export declare const PeopleIcon: React.FC<IIcon>;
|
|
337
|
-
|
|
338
|
-
export declare const PeopleOutlineIcon: React.FC<IIcon>;
|
|
339
|
-
|
|
340
|
-
export declare const PermMediaIcon: React.FC<IIcon>;
|
|
341
|
-
|
|
342
|
-
export declare const PermMediaOutline: React.FC<IIcon>;
|
|
343
|
-
|
|
344
|
-
export declare const PersonIcon: React.FC<IIcon>;
|
|
345
|
-
|
|
346
|
-
export declare const PersonOutlineIcon: React.FC<IIcon>;
|
|
347
|
-
|
|
348
|
-
export declare function PinIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
349
|
-
|
|
350
|
-
export declare function PlusIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
351
|
-
|
|
352
|
-
export declare function PlusIconCircle(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
353
|
-
|
|
354
|
-
export { Popper }
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
* When inserting a component from a third-party library into a slot, you may encounter this warning: "React does not recognize the ownerState prop on a DOM element." This is because the custom component isn't prepared to receive the ownerState like a built-in library component would be.
|
|
358
|
-
*/
|
|
359
|
-
export declare function prepareForSlot<ComponentType extends React.ElementType>(Component: ComponentType): ForwardRefExoticComponent<PropsWithoutRef<ComponentProps<ComponentType>> & RefAttributes<HTMLElement>>;
|
|
360
|
-
|
|
361
|
-
export declare const QnrIcon: React.FC<IIcon>;
|
|
362
|
-
|
|
363
|
-
export declare const ReplayIcon: React_2.FC<IIcon>;
|
|
364
|
-
|
|
365
|
-
export declare const ReportBoxIcon: React.FC<IIcon>;
|
|
366
|
-
|
|
367
|
-
export declare const ReportBoxOutlineIcon: React.FC<IIcon>;
|
|
368
|
-
|
|
369
|
-
export declare const SearchIcon: React.FC<IIcon>;
|
|
370
|
-
|
|
371
|
-
export { SelectChangeEvent }
|
|
372
|
-
|
|
373
|
-
export declare const setMidnightTime: (date: Date) => Date;
|
|
374
|
-
|
|
375
|
-
export declare const SettingsIcon: React.FC<IIcon>;
|
|
376
|
-
|
|
377
|
-
export declare const SettingsMenuHorizontalIcon: React_2.FC<IIcon>;
|
|
378
|
-
|
|
379
|
-
export declare const SettingsOutlineIcon: React.FC<IIcon>;
|
|
380
|
-
|
|
381
|
-
export declare const setZeroTime: (date: Date) => Date;
|
|
382
|
-
|
|
383
|
-
export { Skeleton }
|
|
384
|
-
|
|
385
|
-
export { Stack }
|
|
386
|
-
|
|
387
|
-
export declare const StyledAccordion: (props: AccordionProps) => JSX.Element;
|
|
388
|
-
|
|
389
|
-
export declare const StyledAccordionDetails: (props: AccordionDetailsProps) => JSX.Element;
|
|
390
|
-
|
|
391
|
-
export declare const StyledAccordionSummary: (props: AccordionSummaryProps) => JSX.Element;
|
|
392
|
-
|
|
393
|
-
export declare const StyledBadge: React.FC<BadgeProps & {
|
|
394
|
-
dataTest: string;
|
|
395
|
-
}>;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* Developer: daria.bogatiriov@carasent.com
|
|
399
|
-
*
|
|
400
|
-
* @remarks for icon button add only startIcon prop
|
|
401
|
-
* @remarks for error button no textGray variant
|
|
402
|
-
*
|
|
403
|
-
* Custom props:
|
|
404
|
-
* @param variant - 'contained' | 'outlined' | 'text' | 'textGray'
|
|
405
|
-
* @param size - 'large' | 'small' | 'medium'
|
|
406
|
-
* @param startIcon - ReactNode
|
|
407
|
-
* @param endIcon - ReactNode
|
|
408
|
-
* @param error - boolean
|
|
409
|
-
* @param refLink - ref to component
|
|
410
|
-
* @param dataTest - data-test tag
|
|
411
|
-
*/
|
|
412
|
-
export declare const StyledButton: ({ variant, className, size, children, refLink, startIcon, endIcon, dataTest, error, ...otherProps }: StyledButtonProps) => JSX.Element;
|
|
413
|
-
|
|
414
|
-
export declare type StyledButtonProps = React_2.ButtonHTMLAttributes<HTMLButtonElement> & commonProps & conditionalProps;
|
|
415
|
-
|
|
416
|
-
export declare type StyledButtonType = 'contained' | 'outlined' | 'text' | 'textGray';
|
|
417
|
-
|
|
418
|
-
export declare const StyledCheckbox: React.FC<CheckboxProps & {
|
|
419
|
-
dataTest: string;
|
|
420
|
-
}>;
|
|
421
|
-
|
|
422
|
-
export declare const StyledChip: React.FC<ChipProps & {
|
|
423
|
-
dataTest: string;
|
|
424
|
-
readOnly?: boolean;
|
|
425
|
-
}>;
|
|
426
|
-
|
|
427
|
-
export declare const StyledDialog: React.FC<IStyledDialogProps>;
|
|
428
|
-
|
|
429
|
-
export declare const StyledDialogActions: (props: DialogActionsProps) => JSX.Element;
|
|
430
|
-
|
|
431
|
-
export declare const StyledDialogContent: ({ children, classes, className, ...rest }: DialogContentProps) => JSX.Element;
|
|
432
|
-
|
|
433
|
-
export declare const StyledDialogTitle: ({ children, ...rest }: DialogTitleProps) => JSX.Element | null;
|
|
434
|
-
|
|
435
|
-
export declare const StyledDrawer: FC<DrawerProps>;
|
|
436
|
-
|
|
437
|
-
export declare const StyledEmptyPage: FC<{
|
|
438
|
-
emptyText: string;
|
|
439
|
-
isEmpty?: boolean;
|
|
440
|
-
className?: string;
|
|
441
|
-
}>;
|
|
442
|
-
|
|
443
|
-
export declare const StyledFilterButton: React.FC<StyledButtonProps & StyledFilterMenuProps>;
|
|
444
|
-
|
|
445
|
-
export declare const StyledFilterMenu: React_2.FC<StyledFilterMenuProps_2>;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* Custom props:
|
|
449
|
-
* @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
|
|
450
|
-
*/
|
|
451
|
-
declare type StyledFilterMenuProps = {
|
|
452
|
-
filterIsActive: boolean;
|
|
453
|
-
label?: string;
|
|
454
|
-
};
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* Custom props:
|
|
458
|
-
* @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
|
|
459
|
-
* @param popoverContent
|
|
460
|
-
*/
|
|
461
|
-
declare type StyledFilterMenuProps_2 = {
|
|
462
|
-
dataTest: string;
|
|
463
|
-
filterIsActive: boolean;
|
|
464
|
-
popoverContent: ((props: {
|
|
465
|
-
isOpen: boolean;
|
|
466
|
-
onClose: () => void;
|
|
467
|
-
}) => ReactNode) | ReactNode;
|
|
468
|
-
disabled?: boolean;
|
|
469
|
-
size?: 'small' | 'large' | 'medium';
|
|
470
|
-
variant?: 'contained' | 'outlined' | 'text' | 'textGray';
|
|
471
|
-
popoverProps?: Omit<PopoverProps, 'open' | 'anchorEl' | 'onClose'>;
|
|
472
|
-
anchorNode?: (props: {
|
|
473
|
-
isOpen: boolean;
|
|
474
|
-
onClose: () => void;
|
|
475
|
-
}) => ReactNode;
|
|
476
|
-
label?: string;
|
|
477
|
-
};
|
|
478
|
-
|
|
479
|
-
export declare const StyledFormControl: (props: FormControlProps) => JSX.Element;
|
|
480
|
-
|
|
481
|
-
export declare const StyledFormControlLabel: (props: FormControlLabelProps) => JSX.Element;
|
|
482
|
-
|
|
483
|
-
export declare const StyledFormGroup: React.FC<FormGroupProps>;
|
|
484
|
-
|
|
485
|
-
export declare const StyledFormHelperText: (props: FormHelperTextProps) => JSX.Element;
|
|
486
|
-
|
|
487
|
-
export declare const StyledFormLabel: React.FC<IStyledFormLabel>;
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
*
|
|
491
|
-
* @inputRef
|
|
492
|
-
* inputRef to get Node of Input Element inside
|
|
493
|
-
*
|
|
494
|
-
* type='mui-input' is temporary, remove it after deleting antd from all projects. Antd lib overwrites styles for type[text]
|
|
495
|
-
*/
|
|
496
|
-
export declare const StyledInputField: React.FC<TextFieldProps & {
|
|
497
|
-
allowClear?: boolean;
|
|
498
|
-
onClear?: () => void;
|
|
499
|
-
readOnly?: boolean;
|
|
500
|
-
dataTest: string;
|
|
501
|
-
}>;
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
*
|
|
505
|
-
* @inputRef
|
|
506
|
-
* inputRef to get Node of Input Element inside
|
|
507
|
-
*
|
|
508
|
-
* type='mui-input' is temporary, remove it after deleting antd from all projects. Antd lib overwrites styles for type[text]
|
|
509
|
-
*/
|
|
510
|
-
declare const StyledInputField_2: React.FC<
|
|
511
|
-
TextFieldProps & {
|
|
512
|
-
allowClear?: boolean
|
|
513
|
-
onClear?: () => void
|
|
514
|
-
readOnly?: boolean
|
|
515
|
-
dataTest: string
|
|
516
|
-
}
|
|
517
|
-
> = ({ allowClear, onClear, readOnly, disabled, dataTest, ...props }) => (
|
|
518
|
-
<TextField
|
|
519
|
-
{...props}
|
|
520
|
-
data-test={dataTest}
|
|
521
|
-
disabled={disabled || readOnly}
|
|
522
|
-
type={props.type || 'mui-input'}
|
|
523
|
-
InputProps={
|
|
524
|
-
allowClear && props.value
|
|
525
|
-
? {
|
|
526
|
-
endAdornment: (
|
|
527
|
-
<div
|
|
528
|
-
className='z-40 hover:bg-gama-100 duration-300 absolute right-4 p-[2px] rounded-full flex items-center justify-center'
|
|
529
|
-
onClick={(e) => {
|
|
530
|
-
e.stopPropagation()
|
|
531
|
-
e.preventDefault()
|
|
532
|
-
onClear?.()
|
|
533
|
-
}}
|
|
534
|
-
>
|
|
535
|
-
<CloseIcon width={18} height={18} />
|
|
536
|
-
</div>
|
|
537
|
-
),
|
|
538
|
-
}
|
|
539
|
-
: props.InputProps
|
|
540
|
-
}
|
|
541
|
-
sx={{
|
|
542
|
-
'& input:-webkit-autofill, & .MuiInputBase-root:has(> input:-webkit-autofill)': {
|
|
543
|
-
backgroundColor: '#e8f0fe !important',
|
|
544
|
-
},
|
|
545
|
-
'& input': {
|
|
546
|
-
backgroundColor: 'transparent',
|
|
547
|
-
},
|
|
548
|
-
'& .MuiInputBase-root': {
|
|
549
|
-
backgroundColor: 'transparent',
|
|
550
|
-
},
|
|
551
|
-
'& .MuiInputBase-colorPrimary fieldset': {
|
|
552
|
-
borderColor: 'var(--colors-delta-500) !important',
|
|
553
|
-
},
|
|
554
|
-
'& .MuiInputBase-colorPrimary.Mui-focused fieldset': {
|
|
555
|
-
borderColor: 'var(--colors-gama-400) !important',
|
|
556
|
-
},
|
|
557
|
-
'& .MuiInputBase-colorPrimary.Mui-focused::after': {
|
|
558
|
-
borderColor: 'var(--colors-gama-400) !important',
|
|
559
|
-
},
|
|
560
|
-
'& .MuiInputBase-colorPrimary.Mui-focused:hover fieldset': {
|
|
561
|
-
borderColor: 'var(--colors-gama-400) !important',
|
|
562
|
-
},
|
|
563
|
-
'& .MuiInputBase-colorPrimary:hover fieldset': {
|
|
564
|
-
borderColor: 'var(--colors-gama-300) !important',
|
|
565
|
-
borderWidth: '2px !important',
|
|
566
|
-
},
|
|
567
|
-
'& .MuiInputBase-colorPrimary.Mui-disabled:hover fieldset': {
|
|
568
|
-
borderWidth: '1px !important',
|
|
569
|
-
},
|
|
570
|
-
'& .MuiInputBase-colorPrimary.Mui-error fieldset': {
|
|
571
|
-
borderColor: 'var(--colors-error-500) !important',
|
|
572
|
-
},
|
|
573
|
-
'& .MuiInputBase-colorPrimary.Mui-error:hover fieldset': {
|
|
574
|
-
borderColor: 'var(--colors-error-500) !important',
|
|
575
|
-
},
|
|
576
|
-
'& .MuiInputBase-colorPrimary.Mui-focused.Mui-error fieldset': {
|
|
577
|
-
borderColor: '#d3302f !important',
|
|
578
|
-
},
|
|
579
|
-
'& .MuiInputBase-colorPrimary.Mui-disabled fieldset': {
|
|
580
|
-
borderColor: 'var(--colors-delta-300) !important',
|
|
581
|
-
},
|
|
582
|
-
'& label.Mui-focused': {
|
|
583
|
-
color: 'var(--colors-gama-500) !important',
|
|
584
|
-
},
|
|
585
|
-
'& label': {
|
|
586
|
-
color: 'var(--colors-delta-500) !important',
|
|
587
|
-
},
|
|
588
|
-
'& label.Mui-focused.Mui-error': {
|
|
589
|
-
color: '#d3302f !important',
|
|
590
|
-
},
|
|
591
|
-
'& label.Mui-disabled': {
|
|
592
|
-
color: 'var(--colors-gray-300) !important',
|
|
593
|
-
},
|
|
594
|
-
'& .MuiOutlinedInput-input::placeholder': {
|
|
595
|
-
color: 'var(--colors-delta-500) !important',
|
|
596
|
-
opacity: '1 !important',
|
|
597
|
-
},
|
|
598
|
-
'& .MuiOutlinedInput-input.Mui-disabled': {
|
|
599
|
-
WebkitTextFillColor: 'var(--colors-delta-300) !important',
|
|
600
|
-
},
|
|
601
|
-
...(readOnly && {
|
|
602
|
-
'& .MuiOutlinedInput-input.Mui-disabled': {
|
|
603
|
-
WebkitTextFillColor: 'var(--colors-delta-800) !important',
|
|
604
|
-
},
|
|
605
|
-
'& .MuiInputBase-colorPrimary.Mui-disabled': {
|
|
606
|
-
backgroundColor: 'var(--colors-delta-10) !important',
|
|
607
|
-
},
|
|
608
|
-
'& .MuiInputBase-colorPrimary.Mui-disabled fieldset': {
|
|
609
|
-
borderColor: 'var(--colors-delta-200) !important',
|
|
610
|
-
},
|
|
611
|
-
'& label.Mui-disabled': {
|
|
612
|
-
color: 'var(--colors-gray-800) !important',
|
|
613
|
-
},
|
|
614
|
-
}),
|
|
615
|
-
...props.sx,
|
|
616
|
-
}}
|
|
617
|
-
/>
|
|
618
|
-
);
|
|
619
|
-
|
|
620
|
-
export declare const StyledInputLabel: (props: InputLabelProps) => JSX.Element;
|
|
621
|
-
|
|
622
|
-
export declare const StyledInteractiveChip: FC<StyledInteractiveChipProps>;
|
|
623
|
-
|
|
624
|
-
export declare interface StyledInteractiveChipProps extends ComponentProps<typeof StyledChip> {
|
|
625
|
-
type?: 'checkbox' | 'radio';
|
|
626
|
-
checked?: (CheckboxProps | RadioProps)['checked'];
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
export declare const StyledLabel: FC<StyledLabelProps>;
|
|
630
|
-
|
|
631
|
-
export declare type StyledLabelProps = {
|
|
632
|
-
children: ReactNode;
|
|
633
|
-
onClick?: (event: MouseEvent_2<HTMLDivElement>) => void;
|
|
634
|
-
className?: string;
|
|
635
|
-
dataTest: string;
|
|
636
|
-
style?: CSSProperties;
|
|
637
|
-
};
|
|
638
|
-
|
|
639
|
-
/**
|
|
640
|
-
* Developer: bularga.alexandru@carasent.com
|
|
641
|
-
*
|
|
642
|
-
* Custom props:
|
|
643
|
-
* @param content - content of the link - deprecated, has conflicts with HTMLAnchorElement content option
|
|
644
|
-
* @param contentNode - content of the link
|
|
645
|
-
* @param disabled = disabled
|
|
646
|
-
* @param size - 'large' | 'small'
|
|
647
|
-
* @param refLink - ref to component
|
|
648
|
-
* @param dataTest - data-test tag
|
|
649
|
-
*/
|
|
650
|
-
export declare const StyledLink: React_2.FC<StyledLinkProps>;
|
|
651
|
-
|
|
652
|
-
export declare type StyledLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
653
|
-
disabled?: boolean;
|
|
654
|
-
size?: 'small' | 'large' | 'xs';
|
|
655
|
-
reflink?: React_2.Ref<HTMLAnchorElement>;
|
|
656
|
-
dataTest?: string;
|
|
657
|
-
content?: ReactNode;
|
|
658
|
-
contentNode?: ReactNode;
|
|
659
|
-
};
|
|
660
|
-
|
|
661
|
-
export declare const StyledLoading: FC<StyledLoadingProps>;
|
|
662
|
-
|
|
663
|
-
declare type StyledLoadingProps = {
|
|
664
|
-
isLoading: boolean;
|
|
665
|
-
className?: string;
|
|
666
|
-
size?: 'small' | 'medium' | 'large';
|
|
667
|
-
};
|
|
668
|
-
|
|
669
|
-
export declare const StyledMenu: (props: MenuProps) => JSX.Element;
|
|
670
|
-
|
|
671
|
-
export declare const StyledMenuItem: (props: MenuItemProps) => JSX.Element;
|
|
672
|
-
|
|
673
|
-
export declare const StyledMenuList: (props: MenuListProps) => JSX.Element;
|
|
674
|
-
|
|
675
|
-
export declare const StyledModuleTitle: React.FC<{
|
|
676
|
-
dataTest: string;
|
|
677
|
-
children: ReactNode;
|
|
678
|
-
}>;
|
|
679
|
-
|
|
680
|
-
export declare const StyledPopover: (props: PopoverProps) => JSX.Element;
|
|
681
|
-
|
|
682
|
-
export declare const StyledRadio: ({ dataTest, ...props }: RadioProps & {
|
|
683
|
-
dataTest: string;
|
|
684
|
-
}) => JSX.Element;
|
|
685
|
-
|
|
686
|
-
export declare const StyledRadioGroup: ({ dataTest, ...props }: RadioGroupProps & {
|
|
687
|
-
dataTest: string;
|
|
688
|
-
}) => JSX.Element;
|
|
689
|
-
|
|
690
|
-
export declare const StyledSearchField: FC<ComponentProps<typeof StyledInputField_2>>;
|
|
691
|
-
|
|
692
|
-
/**
|
|
693
|
-
*
|
|
694
|
-
* @usage
|
|
695
|
-
* use StyleSelect only inside StyledFormControl
|
|
696
|
-
*
|
|
697
|
-
* @size
|
|
698
|
-
* control the size through StyledFormControl
|
|
699
|
-
*
|
|
700
|
-
* @inputRef
|
|
701
|
-
* inputRef to get Node of Input Element inside
|
|
702
|
-
*
|
|
703
|
-
*/
|
|
704
|
-
export declare const StyledSelect: React.FC<SelectProps & {
|
|
705
|
-
allowClear?: boolean;
|
|
706
|
-
dataTest: string;
|
|
707
|
-
}>;
|
|
708
|
-
|
|
709
|
-
/**
|
|
710
|
-
*
|
|
711
|
-
* @inputRef
|
|
712
|
-
* inputRef to get Node of Input Element inside
|
|
713
|
-
*
|
|
714
|
-
*/
|
|
715
|
-
export declare function StyledSelectAutocomplete<T, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>({ dataTest, autoHeight, getOptionLabel, wrapperClassName, ...props }: AutocompleteProps<T, Multiple, DisableClearable, FreeSolo, ChipComponent> & {
|
|
716
|
-
dataTest: string;
|
|
717
|
-
autoHeight?: boolean;
|
|
718
|
-
getOptionLabel?: (option: T) => string;
|
|
719
|
-
wrapperClassName?: string;
|
|
720
|
-
}): JSX.Element;
|
|
721
|
-
|
|
722
|
-
export declare const StyledSelectItem: (item: MenuItemProps) => JSX.Element;
|
|
723
|
-
|
|
724
|
-
export declare const StyledSlider: ({ dataTest, ...props }: StyledSliderProps) => JSX.Element;
|
|
725
|
-
|
|
726
|
-
export declare interface StyledSliderProps extends SliderProps {
|
|
727
|
-
dataTest: string;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
export declare const StyledSwitch: ({ dataTest, ...props }: SwitchProps_2 & {
|
|
731
|
-
dataTest: string;
|
|
732
|
-
}) => JSX.Element;
|
|
733
|
-
|
|
734
|
-
export declare const StyledTab: FC<TabProps>;
|
|
735
|
-
|
|
736
|
-
export declare const StyledTabs: FC<TabsProps>;
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* Developer: bularga.alexandru@carasent.com
|
|
740
|
-
*
|
|
741
|
-
* Custom props:
|
|
742
|
-
* @param variant - 'not_editable' | 'view_only' | 'active'
|
|
743
|
-
* @param error - boolean
|
|
744
|
-
* @param errorMessage - string
|
|
745
|
-
* @param minRows - number
|
|
746
|
-
* @param maxRows - number
|
|
747
|
-
* @param counter - number
|
|
748
|
-
* @param maxLength - number
|
|
749
|
-
* @param refLink - ref to component
|
|
750
|
-
* @param dataTest - data-test tag
|
|
751
|
-
*
|
|
752
|
-
*/
|
|
753
|
-
export declare const StyledTextarea: React_2.FC<StyledTextAreaProps>;
|
|
754
|
-
|
|
755
|
-
declare type StyledTextAreaProps = React_2.TextareaHTMLAttributes<HTMLTextAreaElement> & TextareaCommonProps & TextareaConditionalProps;
|
|
756
|
-
|
|
757
|
-
export declare const StyledTooltip: (props: TooltipProps) => JSX.Element;
|
|
758
|
-
|
|
759
|
-
export declare const StyledTypography: (props: TypographyProps) => JSX.Element;
|
|
760
|
-
|
|
761
|
-
export declare const StyledWidget: React.FC<PropsWithChildren<StyledWidgetProps>>;
|
|
762
|
-
|
|
763
|
-
export declare const StyledWidgetHeader: React_2.FC<{
|
|
764
|
-
actions?: ReactNode;
|
|
765
|
-
title?: string;
|
|
766
|
-
containerClassname?: string;
|
|
767
|
-
actionsClassname?: string;
|
|
768
|
-
}>;
|
|
769
|
-
|
|
770
|
-
export declare type StyledWidgetProps = {
|
|
771
|
-
title: string;
|
|
772
|
-
icon?: ReactNode;
|
|
773
|
-
link?: {
|
|
774
|
-
content: string;
|
|
775
|
-
href?: string;
|
|
776
|
-
onClick?: () => void;
|
|
777
|
-
hide?: boolean;
|
|
778
|
-
};
|
|
779
|
-
viewMore?: {
|
|
780
|
-
viewMoreText: string;
|
|
781
|
-
viewLessText: string;
|
|
782
|
-
onClick?: () => void;
|
|
783
|
-
hide?: boolean;
|
|
784
|
-
disabled?: boolean;
|
|
785
|
-
};
|
|
786
|
-
/**
|
|
787
|
-
* @param {string} persistKey - Unique key to persist expanded state
|
|
788
|
-
*/
|
|
789
|
-
persistKey?: string;
|
|
790
|
-
isLoading: boolean;
|
|
791
|
-
isEmpty: boolean;
|
|
792
|
-
emptyText: string;
|
|
793
|
-
};
|
|
794
|
-
|
|
795
|
-
export declare const StyledWidgetTitle: React.FC<React.PropsWithChildren>;
|
|
796
|
-
|
|
797
|
-
export declare type SwitchProps = SwitchProps_2;
|
|
798
|
-
|
|
799
|
-
declare type TextAreaActiveProps = {
|
|
800
|
-
variant?: 'active';
|
|
801
|
-
minRows?: number;
|
|
802
|
-
maxRows?: number;
|
|
803
|
-
disabled?: boolean;
|
|
804
|
-
placeholder?: string;
|
|
805
|
-
onChange?: (e: ChangeEvent<HTMLTextAreaElement>) => void;
|
|
806
|
-
error?: boolean;
|
|
807
|
-
errorMessage?: string;
|
|
808
|
-
maxLength?: number;
|
|
809
|
-
counter?: boolean;
|
|
810
|
-
refLink?: React_2.RefObject<HTMLTextAreaElement> | null | undefined;
|
|
811
|
-
counterLimit?: number;
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
declare type TextareaCommonProps = {
|
|
815
|
-
id?: string;
|
|
816
|
-
value?: string;
|
|
817
|
-
label?: ReactNode;
|
|
818
|
-
labelClassName?: string;
|
|
819
|
-
description?: ReactNode;
|
|
820
|
-
containerClassName?: string;
|
|
821
|
-
className?: string;
|
|
822
|
-
dataTest?: string;
|
|
823
|
-
};
|
|
824
|
-
|
|
825
|
-
declare type TextareaConditionalProps = TextAreaActiveProps | TextAreaNotEditableProps;
|
|
826
|
-
|
|
827
|
-
declare type TextAreaNotEditableProps = {
|
|
828
|
-
variant?: 'not_editable' | 'view_only';
|
|
829
|
-
minRows?: never;
|
|
830
|
-
maxRows?: never;
|
|
831
|
-
disabled?: never;
|
|
832
|
-
placeholder?: never;
|
|
833
|
-
error?: never;
|
|
834
|
-
errorMessage?: never;
|
|
835
|
-
onChange?: never;
|
|
836
|
-
maxLength?: never;
|
|
837
|
-
counter?: never;
|
|
838
|
-
refLink?: never;
|
|
839
|
-
counterLimit?: never;
|
|
840
|
-
};
|
|
841
|
-
|
|
842
|
-
export declare const TextBoxCheckOutlineIcon: React_2.FC<IIcon>;
|
|
843
|
-
|
|
844
|
-
export { TextFieldProps }
|
|
845
|
-
|
|
846
|
-
export declare const TopicIcon: React.FC<IIcon>;
|
|
847
|
-
|
|
848
|
-
export declare const UnknownDocumentOutlineRoundedIcon: React_2.FC<IIcon>;
|
|
849
|
-
|
|
850
|
-
declare type variantTextGrayProps = {
|
|
851
|
-
variant?: 'textGray';
|
|
852
|
-
error?: never;
|
|
853
|
-
};
|
|
854
|
-
|
|
855
|
-
declare type variantTextWhiteProps = {
|
|
856
|
-
variant?: 'textWhite';
|
|
857
|
-
error?: never;
|
|
858
|
-
};
|
|
859
|
-
|
|
860
|
-
export declare function WarningAmberOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
861
|
-
|
|
862
|
-
export declare function WorkIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
|
|
863
|
-
|
|
864
|
-
export { }
|
|
1
|
+
export * from './src/index'
|