@astral/ui 4.18.4 → 4.18.5
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/components/Accordion/styles.d.ts +2 -8
- package/components/AddressAutocomplete/AddressAutocomplete.d.ts +2 -38
- package/components/AddressAutocomplete/AddressAutocomplete.js +1 -1
- package/components/AddressAutocomplete/index.d.ts +2 -1
- package/components/AddressAutocomplete/index.js +1 -1
- package/components/AddressAutocomplete/public.d.ts +2 -1
- package/components/AddressAutocomplete/public.js +1 -1
- package/components/AddressAutocomplete/types.d.ts +24 -0
- package/components/AddressAutocomplete/types.js +1 -0
- package/components/AddressAutocomplete/useLogic/useLogic.d.ts +1 -1
- package/components/Alert/Alert.js +1 -1
- package/components/Alert/constants.js +1 -1
- package/components/Alert/styles.d.ts +4 -16
- package/components/AsyncAutocomplete/AsyncAutocomplete.d.ts +2 -121
- package/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -0
- package/components/AsyncAutocomplete/index.d.ts +2 -1
- package/components/AsyncAutocomplete/index.js +1 -1
- package/components/AsyncAutocomplete/public.d.ts +2 -1
- package/components/AsyncAutocomplete/public.js +1 -1
- package/components/AsyncAutocomplete/types.d.ts +66 -0
- package/components/AsyncAutocomplete/types.js +1 -0
- package/components/AsyncAutocomplete/useLogic/useLogic.d.ts +1 -1
- package/components/AutoSaveIndicator/styles.d.ts +4 -16
- package/components/Autocomplete/Autocomplete.d.ts +14 -85
- package/components/Autocomplete/Autocomplete.js +3 -3
- package/components/Autocomplete/index.d.ts +1 -1
- package/components/Autocomplete/public.d.ts +1 -1
- package/components/Autocomplete/types.d.ts +49 -0
- package/components/Autocomplete/useLogic/useLogic.d.ts +1 -1
- package/components/Avatar/types.d.ts +1 -1
- package/components/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/components/BackdropStack/hooks/useBackdropStackToggle/useBackdropStackToggle.d.ts +1 -1
- package/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.d.ts +1 -1
- package/components/Badge/Badge.d.ts +1 -1
- package/components/Banner/constants.js +1 -1
- package/components/BottomDrawer/BottomDrawer.d.ts +1 -1
- package/components/BottomDrawer/styles.d.ts +3 -9
- package/components/BulletListItem/BulletListItem.d.ts +1 -1
- package/components/BulletListItem/BulletListItem.js +1 -1
- package/components/Button/Button.d.ts +3 -43
- package/components/Button/Button.js +1 -1
- package/components/Button/constants.js +1 -1
- package/components/Button/types.d.ts +25 -0
- package/components/Button/useLogic/useLogic.d.ts +1 -1
- package/components/CardGridInfinite/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/components/CardGridInfinite/constants.js +1 -1
- package/components/CardGridInfinite/styles.js +1 -1
- package/components/CardGridInfinite/useLogic/useLogic.js +1 -1
- package/components/Checkbox/Icon/Icon.js +1 -1
- package/components/Checkbox/constants.js +1 -1
- package/components/Checkbox/useLogic/useLogic.js +1 -1
- package/components/CheckboxField/constants.js +1 -1
- package/components/Chevron/Chevron.d.ts +1 -1
- package/components/CodeField/styles.d.ts +2 -8
- package/components/Collapse/Collapse.d.ts +1 -1
- package/components/CollapsibleTypography/CollapsibleTypography.d.ts +2 -8
- package/components/CollapsibleTypography/styles.d.ts +2 -8
- package/components/ConfigProvider/ConfigProvider.d.ts +1 -1
- package/components/ConfigProvider/ConfigProvider.js +1 -1
- package/components/ConfirmAction/ConfirmAction.d.ts +1 -37
- package/components/ConfirmAction/constants.js +1 -1
- package/components/ConfirmAction/index.d.ts +2 -1
- package/components/ConfirmAction/index.js +1 -1
- package/components/ConfirmAction/public.d.ts +2 -1
- package/components/ConfirmAction/public.js +1 -1
- package/components/ConfirmAction/styles.d.ts +2 -8
- package/components/ConfirmAction/types.d.ts +37 -0
- package/components/ConfirmAction/types.js +1 -0
- package/components/ConfirmAction/useLogic/useLogic.d.ts +1 -1
- package/components/ConfirmDialog/ConfirmDialog.d.ts +1 -36
- package/components/ConfirmDialog/index.d.ts +1 -0
- package/components/ConfirmDialog/public.d.ts +1 -0
- package/components/ConfirmDialog/types.d.ts +36 -0
- package/components/ConfirmDialog/types.js +1 -0
- package/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/components/ContentState/ContentState.js +2 -1
- package/components/ContentState/types.d.ts +1 -1
- package/components/CopyTypography/CopyTypography.d.ts +1 -23
- package/components/CopyTypography/CopyTypography.js +1 -1
- package/components/CopyTypography/constants.js +1 -1
- package/components/CopyTypography/index.d.ts +2 -1
- package/components/CopyTypography/public.d.ts +2 -1
- package/components/CopyTypography/styles.d.ts +2 -8
- package/components/CopyTypography/types.d.ts +23 -0
- package/components/CopyTypography/types.js +1 -0
- package/components/CopyTypography/useLogic/useLogic.d.ts +2 -2
- package/components/Counter/Counter.d.ts +1 -1
- package/components/DashboardLayout/DashboardLayout.d.ts +2 -13
- package/components/DashboardLayout/Header/Header.js +1 -1
- package/components/DashboardLayout/Header/constants.js +1 -1
- package/components/DashboardLayout/Main/constants.js +1 -1
- package/components/DashboardLayout/constants.js +1 -1
- package/components/DashboardLayout/index.d.ts +2 -1
- package/components/DashboardLayout/public.d.ts +2 -1
- package/components/DashboardLayout/types.d.ts +13 -0
- package/components/DashboardLayout/types.js +1 -0
- package/components/DashboardLayoutSkeleton/DashboardLayoutSkeleton.js +1 -1
- package/components/DashboardSidebar/DashboardSidebar.js +2 -1
- package/components/DashboardSidebar/constants.js +1 -1
- package/components/DashboardSidebar/useLogic/useLogic.js +2 -1
- package/components/DashboardSidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +1 -1
- package/components/DashboardSidebarPopover/SidebarPopoverItem/constants.js +1 -1
- package/components/DashboardSidebarPopover/styles.d.ts +2 -8
- package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +2 -2
- package/components/DataGrid/Body/Body.js +1 -1
- package/components/DataGrid/Cell/Cell.js +1 -1
- package/components/DataGrid/DataGrid.js +2 -1
- package/components/DataGrid/NoData/NoData.d.ts +1 -1
- package/components/DataGrid/NoData/NoData.js +1 -1
- package/components/DataGrid/Row/Row.js +1 -1
- package/components/DataGrid/Row/constants.js +1 -1
- package/components/DataGrid/Row/useLogic/useLogic.js +1 -1
- package/components/DataGrid/constants.js +1 -1
- package/components/DataGrid/types.d.ts +1 -1
- package/components/DataGrid/useLogic/useLogic.js +2 -1
- package/components/DataGridInfinite/DataGridInfinite.js +2 -1
- package/components/DataGridInfinite/NoData/NoData.js +1 -1
- package/components/DataGridInfinite/useLogic/useLogic.js +2 -1
- package/components/DataGridPagination/styles.d.ts +2 -8
- package/components/DataGridPaginationContainer/styles.d.ts +2 -8
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +2 -8
- package/components/DatePicker/DatePicker.d.ts +10 -103
- package/components/DatePicker/DatePicker.js +1 -1
- package/components/DatePicker/DatePickerPopover/DatePickerPopover.d.ts +1 -1
- package/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.d.ts +1 -1
- package/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.d.ts +1 -1
- package/components/DatePicker/constants.js +1 -1
- package/components/DatePicker/index.d.ts +2 -1
- package/components/DatePicker/public.d.ts +2 -1
- package/components/DatePicker/types/props.d.ts +60 -0
- package/components/DatePicker/types/props.js +1 -0
- package/components/DatePicker/useLogic/useLogic.d.ts +1 -1
- package/components/DateRangePicker/DateRangePicker.d.ts +6 -72
- package/components/DateRangePicker/index.d.ts +2 -1
- package/components/DateRangePicker/index.js +1 -1
- package/components/DateRangePicker/public.d.ts +2 -1
- package/components/DateRangePicker/public.js +1 -1
- package/components/DateRangePicker/types.d.ts +44 -0
- package/components/DateRangePicker/useLogic/useLogic.d.ts +1 -1
- package/components/Description/Value/styles.d.ts +4 -16
- package/components/Description/constants.js +1 -1
- package/components/DescriptionCell/constants.js +1 -1
- package/components/DescriptionCell/useLogic/useLogic.js +1 -1
- package/components/DescriptionList/styles.d.ts +2 -8
- package/components/Dialog/Dialog.d.ts +1 -1
- package/components/DialogActions/DialogActions.d.ts +1 -1
- package/components/DialogContent/DialogContent.d.ts +1 -1
- package/components/DialogContentText/DialogContentText.d.ts +1 -1
- package/components/DialogContentText/styles.d.ts +1 -1
- package/components/DialogTitle/DialogTitle.d.ts +1 -1
- package/components/Divider/Divider.d.ts +1 -1
- package/components/EmailField/EmailField.js +1 -1
- package/components/EmailOrPhoneField/EmailOrPhoneField.js +1 -1
- package/components/ErrorBoundary/ErrorBoundary.js +2 -1
- package/components/ExpansionPanel/Summary/Summary.js +1 -1
- package/components/ExpansionPanel/constants.js +1 -1
- package/components/Fab/Fab.d.ts +1 -1
- package/components/Fieldset/styles.d.ts +4 -16
- package/components/Filename/Filename.js +1 -1
- package/components/Filename/styles.d.ts +2 -8
- package/components/FlowButton/styles.d.ts +2 -8
- package/components/FormControl/FormControl.d.ts +1 -1
- package/components/FormControlLabel/types.d.ts +1 -1
- package/components/FormHelperText/FormHelperText.d.ts +1 -1
- package/components/FormLabel/FormLabel.d.ts +1 -1
- package/components/GuidTypography/GuidTypography.js +1 -1
- package/components/HintIcon/constants.js +1 -1
- package/components/InfiniteDataList/NoData/NoData.js +1 -1
- package/components/InfiniteDataList/constants.js +1 -1
- package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +1 -1
- package/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +1 -1
- package/components/InfiniteTreeList/constants.js +1 -1
- package/components/JsonViewer/NodeValue/styles.d.ts +6 -24
- package/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -16
- package/components/LegacyNotification/constants.js +1 -1
- package/components/Link/Link.d.ts +1 -1
- package/components/Link/styles.d.ts +1 -1
- package/components/List/List.d.ts +1 -1
- package/components/ListItem/styles.d.ts +1 -1
- package/components/ListItem/types.d.ts +1 -1
- package/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
- package/components/ListItemButton/ListItemButton.d.ts +1 -1
- package/components/ListItemIcon/ListItemIcon.d.ts +1 -1
- package/components/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
- package/components/ListItemText/ListItemText.d.ts +1 -1
- package/components/ListSubheader/ListSubheader.d.ts +1 -1
- package/components/Loader/Loader.js +1 -1
- package/components/Loader/constants.js +1 -1
- package/components/Menu/Menu.d.ts +1 -1
- package/components/MenuGroup/styles.d.ts +2 -8
- package/components/MenuItem/MenuItem.d.ts +1 -1
- package/components/MenuList/types.d.ts +1 -1
- package/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -8
- package/components/MenuOrganization/OrganizationGroup/styles.d.ts +2 -8
- package/components/MenuOrganization/constants.js +1 -1
- package/components/MenuOrganization/styles.d.ts +2 -8
- package/components/MinimalisticPagination/styles.d.ts +2 -8
- package/components/NavMenu/Item/ItemButton/styles.d.ts +2 -8
- package/components/NotFoundPage/constants.js +1 -1
- package/components/NotFoundPage/styles.d.ts +4 -16
- package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +1 -1
- package/components/Notification/NotificationStackContainer/useLogic/useLogic.js +1 -1
- package/components/Notification/NotificationTemplate/styles.d.ts +4 -16
- package/components/Notification/constants.js +1 -1
- package/components/NotificationList/ListItem/styles.d.ts +4 -16
- package/components/OverflowTypography/OverflowTypography.d.ts +340 -41
- package/components/OverflowTypography/index.d.ts +1 -0
- package/components/OverflowTypography/public.d.ts +1 -0
- package/components/OverflowTypography/styles.d.ts +4 -16
- package/components/OverflowTypography/types.d.ts +32 -0
- package/components/OverflowTypography/types.js +1 -0
- package/components/OverflowTypography/useLogic/useLogic.d.ts +1 -1
- package/components/PageContent/PageContent.js +1 -1
- package/components/PageContent/PageContentHeader/Title/styles.d.ts +2 -8
- package/components/PageContent/constants.js +1 -1
- package/components/PageContent/useLogic/useLogic.js +1 -1
- package/components/PageHeader/HeaderContent/Description/styles.d.ts +2 -8
- package/components/PageHeader/HeaderContent/HeaderContent.js +1 -1
- package/components/PageHeader/PageHeader.js +1 -1
- package/components/PageHeader/Title/styles.d.ts +2 -8
- package/components/PageHeader/constants.js +1 -1
- package/components/PageHeader/hooks/usePageTitle/usePageTitle.js +1 -1
- package/components/PageHeader/useLogic/useLogic.js +1 -1
- package/components/PageLayout/PageLayout.js +1 -1
- package/components/PageLayoutContainer/PageLayoutContainer.js +1 -1
- package/components/PageLayoutContainer/constants.js +1 -1
- package/components/PageLayoutLoader/PageLayoutLoader.js +1 -1
- package/components/PagePinnableAside/PagePinnableAside.js +1 -1
- package/components/PagePinnableAside/constants.js +2 -1
- package/components/Pagination/PaginationItem/styles.d.ts +2 -8
- package/components/Paper/Paper.d.ts +1 -1
- package/components/PasswordField/PasswordField.js +1 -1
- package/components/PdfViewer/PdfDocument/PdfDocument.js +1 -1
- package/components/PdfViewer/PdfViewer.js +1 -1
- package/components/PdfViewer/constants.js +1 -1
- package/components/PinButton/PinButton.js +1 -1
- package/components/PinButton/constants.js +1 -1
- package/components/PinButton/styles.d.ts +2 -8
- package/components/Popover/Popover.d.ts +1 -1
- package/components/ProductSwitcher/Content/styles.d.ts +2 -8
- package/components/Profile/MenuList/MenuList.d.ts +1 -1
- package/components/Profile/constants.js +1 -1
- package/components/Profile/types.d.ts +2 -1
- package/components/Radio/constants.js +1 -1
- package/components/Radio/useLogic/useLogic.js +1 -1
- package/components/RadioCard/RadioCard.js +1 -1
- package/components/RadioCard/constants.js +1 -1
- package/components/Select/Select.d.ts +1 -71
- package/components/Select/index.d.ts +1 -0
- package/components/Select/public.d.ts +1 -0
- package/components/Select/types.d.ts +49 -0
- package/components/Select/types.js +1 -0
- package/components/Select/useLogic/useLogic.d.ts +1 -1
- package/components/Select/useLogic/useLogic.js +2 -1
- package/components/SideDialog/SideDialog.d.ts +1 -1
- package/components/SideDialog/styles.d.ts +1 -1
- package/components/SideDialogActions/types.d.ts +1 -1
- package/components/SideDialogContent/types.d.ts +1 -1
- package/components/SideDialogContentText/types.d.ts +1 -1
- package/components/SideDialogTitle/SideDialogTitle.d.ts +1 -1
- package/components/SideDialogTitle/styles.d.ts +1 -1
- package/components/Skeleton/Skeleton.d.ts +1 -1
- package/components/StaticCalendar/StaticDaysCalendar/constants.js +1 -1
- package/components/StepSlider/StepSlider.d.ts +1 -1
- package/components/StepSlider/StepSlider.js +1 -1
- package/components/Stepper/StepButton/StepButton.d.ts +1 -1
- package/components/Stepper/StepConnector/index.d.ts +1 -1
- package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
- package/components/Stepper/StepLabel/StepLabel.d.ts +1 -1
- package/components/Stepper/Stepper.d.ts +1 -1
- package/components/Stepper/constants.js +1 -1
- package/components/StepperWizard/StepperWizard.d.ts +1 -13
- package/components/StepperWizard/StepperWizard.js +1 -1
- package/components/StepperWizard/index.d.ts +2 -2
- package/components/StepperWizard/public.d.ts +2 -2
- package/components/StepperWizard/types.d.ts +12 -0
- package/components/StepperWizard/useLogic/useLogic.d.ts +3 -3
- package/components/SvgIcon/SvgIcon.js +1 -1
- package/components/SvgIcon/constants.js +1 -1
- package/components/Switch/Switch.d.ts +1 -1
- package/components/Tabs/Tab/Tab.d.ts +1 -1
- package/components/Tabs/Tabs.d.ts +1 -1
- package/components/Tag/constants.js +1 -1
- package/components/Tag/useLogic/useLogic.js +1 -1
- package/components/TagBadge/TagBadge.js +1 -1
- package/components/TagsList/TagsList.d.ts +1 -28
- package/components/TagsList/types.d.ts +28 -0
- package/components/TagsList/useLogic/useLogic.d.ts +1 -1
- package/components/TextField/TextField.d.ts +1 -1
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/constants.js +1 -1
- package/components/ToggleButton/types.d.ts +1 -1
- package/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/components/Tooltip/Tooltip.d.ts +1 -1
- package/components/Tooltip/constants.js +1 -1
- package/components/Tooltip/styles.d.ts +1 -1
- package/components/Tree/MultipleTreeList/TreeItem/TreeItem.d.ts +1 -42
- package/components/Tree/MultipleTreeList/TreeItem/index.d.ts +1 -0
- package/components/Tree/MultipleTreeList/TreeItem/types.d.ts +43 -0
- package/components/Tree/MultipleTreeList/TreeItem/types.js +1 -0
- package/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/components/Tree/MultipleTreeList/types.d.ts +1 -1
- package/components/Tree/MultipleTreeList/useLogic/useLogic.js +1 -1
- package/components/Tree/TreeItem/TreeItem.d.ts +1 -70
- package/components/Tree/TreeItem/constants.js +1 -1
- package/components/Tree/TreeItem/index.d.ts +2 -1
- package/components/Tree/TreeItem/index.js +1 -1
- package/components/Tree/TreeItem/styles.d.ts +4 -16
- package/components/Tree/TreeItem/types.d.ts +70 -0
- package/components/Tree/TreeItem/types.js +1 -0
- package/components/Tree/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/components/Tree/TreeList/TreeItem/TreeItem.d.ts +1 -48
- package/components/Tree/TreeList/TreeItem/index.d.ts +1 -0
- package/components/Tree/TreeList/TreeItem/types.d.ts +49 -0
- package/components/Tree/TreeList/TreeItem/types.js +1 -0
- package/components/Tree/TreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/components/Tree/TreeList/TreeList.js +1 -1
- package/components/Tree/TreeList/constants.js +1 -1
- package/components/Tree/TreeList/types.d.ts +1 -1
- package/components/Tree/TreeList/useLogic/useLogic.js +1 -1
- package/components/TreeAutocomplete/Input/Input.d.ts +1 -5
- package/components/TreeAutocomplete/Input/index.d.ts +1 -0
- package/components/TreeAutocomplete/Input/types.d.ts +5 -0
- package/components/TreeAutocomplete/Input/types.js +1 -0
- package/components/TreeAutocomplete/Input/useLogic/useLogic.d.ts +1 -1
- package/components/TreeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -47
- package/components/TreeAutocomplete/OptionsModal/index.d.ts +1 -0
- package/components/TreeAutocomplete/OptionsModal/types.d.ts +47 -0
- package/components/TreeAutocomplete/OptionsModal/types.js +1 -0
- package/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +2 -3
- package/components/TreeLikeAsyncAutocomplete/OptionsModal/useLogic/hooks/useSelectedTreeView/useSelectedTreeView.js +3 -1
- package/components/TreeLikeAutocomplete/Input/Input.d.ts +1 -15
- package/components/TreeLikeAutocomplete/Input/index.d.ts +1 -0
- package/components/TreeLikeAutocomplete/Input/types.d.ts +15 -0
- package/components/TreeLikeAutocomplete/Input/types.js +1 -0
- package/components/TreeLikeAutocomplete/Input/useLogic/useLogic.d.ts +2 -4
- package/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -52
- package/components/TreeLikeAutocomplete/OptionsModal/index.d.ts +1 -0
- package/components/TreeLikeAutocomplete/OptionsModal/types.d.ts +52 -0
- package/components/TreeLikeAutocomplete/OptionsModal/types.js +1 -0
- package/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +1 -1
- package/components/TreeLikeList/TreeItem/types.d.ts +1 -1
- package/components/TreeLikeList/types.d.ts +1 -1
- package/components/Typography/Typography.d.ts +7 -58
- package/components/Typography/index.d.ts +1 -1
- package/components/Typography/index.js +0 -1
- package/components/Typography/public.d.ts +1 -1
- package/components/Typography/public.js +0 -1
- package/components/Typography/types.d.ts +31 -0
- package/components/WelcomeScreen/styles.d.ts +4 -16
- package/components/declaration/mui-material.d.ts +5 -2
- package/components/fileUploading/FileInfo/styles.d.ts +2 -8
- package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/HintPlaceholder.js +1 -1
- package/components/fileUploading/FileUploaderDropzone/LimitMaxFilePlaceholder/LimitMaxFilePlaceholder.js +1 -1
- package/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +1 -1
- package/components/fileUploading/FileUploaderFile/FileUploaderFile.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +1 -1
- package/components/fileUploading/PreviewFileUploaderFile/PreviewFileUploaderFile.js +1 -1
- package/components/fileUploading/constants.js +1 -1
- package/components/fileUploading/hooks/useFileUploader/useFileUploader.js +3 -1
- package/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +3 -1
- package/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +1 -1
- package/components/hooks/useClickAwayEffect/useClickAwayEffect.d.ts +1 -1
- package/components/hooks/useEscapeClickEffect/useEscapeClickEffect.d.ts +1 -1
- package/components/hooks/useFocusAwayEffect/useFocusAwayEffect.d.ts +1 -1
- package/components/hooks/useInputPopover/useInputPopover.d.ts +1 -1
- package/components/index.d.ts +57 -8
- package/components/index.js +57 -8
- package/components/personalDataSecurity/PersonalData/PersonalData.d.ts +1 -1
- package/components/placeholders/LoadingPlaceholder/constants.js +1 -1
- package/components/placeholders/Placeholder/styles.d.ts +4 -16
- package/components/styled/mixins/list/list.js +1 -1
- package/components/styled/mixins/transitions/easeOutBackTransition.js +1 -1
- package/components/styled/mixins/transitions/fadeDropDownTransition.js +1 -1
- package/components/styled/styled.d.ts +1 -2
- package/components/theme/baseTheme/baseTheme.js +2 -2
- package/components/theme/types.d.ts +121 -1
- package/components/theme/types.js +117 -1
- package/components/transitions/Slide/Slide.d.ts +1 -1
- package/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.d.ts +2 -1
- package/components/utils/date/checkIsDateInRange/checkIsDateInRange.d.ts +1 -1
- package/components/utils/date/checkIsDateInRange/checkIsDateInRange.js +1 -1
- package/hook-form/EditableText/EditingForm/styles.d.ts +2 -8
- package/hook-form/EditableText/styles.d.ts +2 -8
- package/hook-form/EditableText/useLogic/useLogic.d.ts +1 -1
- package/hook-form/EditableText/useLogic/useLogic.js +1 -1
- package/hook-form/Form/Form.js +1 -1
- package/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.d.ts +1 -1
- package/hook-form/FormFileUploader/FormFileUploader.d.ts +1 -1
- package/hook-form/FormFileUploader/FormFileUploader.js +1 -1
- package/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +1 -1
- package/hook-form/FormPageLayout/FormPageLayout.js +1 -1
- package/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +1 -1
- package/hook-form/FormPageLayoutBase/constants.js +1 -1
- package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.d.ts +2 -2
- package/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +1 -1
- package/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +1 -1
- package/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +1 -1
- package/node/components/Accordion/styles.d.ts +2 -8
- package/node/components/AddressAutocomplete/AddressAutocomplete.d.ts +2 -38
- package/node/components/AddressAutocomplete/index.d.ts +2 -1
- package/node/components/AddressAutocomplete/public.d.ts +2 -1
- package/node/components/AddressAutocomplete/types.d.ts +24 -0
- package/node/components/AddressAutocomplete/types.js +2 -0
- package/node/components/AddressAutocomplete/useLogic/useLogic.d.ts +1 -1
- package/node/components/Alert/Alert.js +2 -2
- package/node/components/Alert/constants.js +7 -7
- package/node/components/Alert/styles.d.ts +4 -16
- package/node/components/AsyncAutocomplete/AsyncAutocomplete.d.ts +2 -121
- package/node/components/AsyncAutocomplete/AsyncAutocomplete.js +1 -0
- package/node/components/AsyncAutocomplete/index.d.ts +2 -1
- package/node/components/AsyncAutocomplete/public.d.ts +2 -1
- package/node/components/AsyncAutocomplete/types.d.ts +66 -0
- package/node/components/AsyncAutocomplete/types.js +2 -0
- package/node/components/AsyncAutocomplete/useLogic/useLogic.d.ts +1 -1
- package/node/components/AutoSaveIndicator/styles.d.ts +4 -16
- package/node/components/Autocomplete/Autocomplete.d.ts +14 -85
- package/node/components/Autocomplete/Autocomplete.js +2 -2
- package/node/components/Autocomplete/index.d.ts +1 -1
- package/node/components/Autocomplete/public.d.ts +1 -1
- package/node/components/Autocomplete/types.d.ts +49 -0
- package/node/components/Autocomplete/useLogic/useLogic.d.ts +1 -1
- package/node/components/Avatar/types.d.ts +1 -1
- package/node/components/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/node/components/BackdropStack/hooks/useBackdropStackToggle/useBackdropStackToggle.d.ts +1 -1
- package/node/components/BackdropStack/services/BackdropStackManager/BackdropStackManager.d.ts +1 -1
- package/node/components/Badge/Badge.d.ts +1 -1
- package/node/components/Banner/constants.js +2 -2
- package/node/components/BottomDrawer/BottomDrawer.d.ts +1 -1
- package/node/components/BottomDrawer/styles.d.ts +3 -9
- package/node/components/BulletListItem/BulletListItem.d.ts +1 -1
- package/node/components/BulletListItem/BulletListItem.js +2 -2
- package/node/components/Button/Button.d.ts +3 -43
- package/node/components/Button/Button.js +2 -2
- package/node/components/Button/constants.js +3 -3
- package/node/components/Button/types.d.ts +25 -0
- package/node/components/Button/useLogic/useLogic.d.ts +1 -1
- package/node/components/CardGridInfinite/NoDataPlaceholder/NoDataPlaceholder.js +2 -2
- package/node/components/CardGridInfinite/constants.js +4 -4
- package/node/components/CardGridInfinite/styles.js +2 -2
- package/node/components/CardGridInfinite/useLogic/useLogic.js +2 -2
- package/node/components/Checkbox/Icon/Icon.js +2 -2
- package/node/components/Checkbox/constants.js +12 -12
- package/node/components/Checkbox/useLogic/useLogic.js +2 -2
- package/node/components/CheckboxField/constants.js +2 -2
- package/node/components/Chevron/Chevron.d.ts +1 -1
- package/node/components/CodeField/styles.d.ts +2 -8
- package/node/components/Collapse/Collapse.d.ts +1 -1
- package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +2 -8
- package/node/components/CollapsibleTypography/styles.d.ts +2 -8
- package/node/components/ConfigProvider/ConfigProvider.d.ts +1 -1
- package/node/components/ConfigProvider/ConfigProvider.js +3 -3
- package/node/components/ConfirmAction/ConfirmAction.d.ts +1 -37
- package/node/components/ConfirmAction/constants.js +2 -2
- package/node/components/ConfirmAction/index.d.ts +2 -1
- package/node/components/ConfirmAction/public.d.ts +2 -1
- package/node/components/ConfirmAction/styles.d.ts +2 -8
- package/node/components/ConfirmAction/types.d.ts +37 -0
- package/node/components/ConfirmAction/types.js +2 -0
- package/node/components/ConfirmAction/useLogic/useLogic.d.ts +1 -1
- package/node/components/ConfirmDialog/ConfirmDialog.d.ts +1 -36
- package/node/components/ConfirmDialog/index.d.ts +1 -0
- package/node/components/ConfirmDialog/public.d.ts +1 -0
- package/node/components/ConfirmDialog/types.d.ts +36 -0
- package/node/components/ConfirmDialog/types.js +2 -0
- package/node/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/node/components/ContentState/ContentState.js +5 -4
- package/node/components/ContentState/types.d.ts +1 -1
- package/node/components/CopyTypography/CopyTypography.d.ts +1 -23
- package/node/components/CopyTypography/CopyTypography.js +3 -3
- package/node/components/CopyTypography/constants.js +3 -3
- package/node/components/CopyTypography/index.d.ts +2 -1
- package/node/components/CopyTypography/public.d.ts +2 -1
- package/node/components/CopyTypography/styles.d.ts +2 -8
- package/node/components/CopyTypography/types.d.ts +23 -0
- package/node/components/CopyTypography/types.js +2 -0
- package/node/components/CopyTypography/useLogic/useLogic.d.ts +2 -2
- package/node/components/Counter/Counter.d.ts +1 -1
- package/node/components/DashboardLayout/DashboardLayout.d.ts +2 -13
- package/node/components/DashboardLayout/Header/Header.js +2 -2
- package/node/components/DashboardLayout/Header/constants.js +3 -3
- package/node/components/DashboardLayout/Main/constants.js +3 -3
- package/node/components/DashboardLayout/constants.js +2 -2
- package/node/components/DashboardLayout/index.d.ts +2 -1
- package/node/components/DashboardLayout/public.d.ts +2 -1
- package/node/components/DashboardLayout/types.d.ts +13 -0
- package/node/components/DashboardLayout/types.js +2 -0
- package/node/components/DashboardLayoutSkeleton/DashboardLayoutSkeleton.js +2 -2
- package/node/components/DashboardSidebar/DashboardSidebar.js +3 -2
- package/node/components/DashboardSidebar/constants.js +2 -2
- package/node/components/DashboardSidebar/useLogic/useLogic.js +5 -4
- package/node/components/DashboardSidebarPopover/SidebarPopoverItem/SidebarPopoverItem.js +2 -2
- package/node/components/DashboardSidebarPopover/SidebarPopoverItem/constants.js +2 -2
- package/node/components/DashboardSidebarPopover/styles.d.ts +2 -8
- package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +3 -3
- package/node/components/DataGrid/Body/Body.js +2 -2
- package/node/components/DataGrid/Cell/Cell.js +2 -2
- package/node/components/DataGrid/DataGrid.js +3 -2
- package/node/components/DataGrid/NoData/NoData.d.ts +1 -1
- package/node/components/DataGrid/NoData/NoData.js +2 -2
- package/node/components/DataGrid/Row/Row.js +4 -4
- package/node/components/DataGrid/Row/constants.js +2 -2
- package/node/components/DataGrid/Row/useLogic/useLogic.js +4 -4
- package/node/components/DataGrid/constants.js +5 -5
- package/node/components/DataGrid/types.d.ts +1 -1
- package/node/components/DataGrid/useLogic/useLogic.js +6 -5
- package/node/components/DataGridInfinite/DataGridInfinite.js +3 -2
- package/node/components/DataGridInfinite/NoData/NoData.js +2 -2
- package/node/components/DataGridInfinite/useLogic/useLogic.js +3 -2
- package/node/components/DataGridPagination/styles.d.ts +2 -8
- package/node/components/DataGridPaginationContainer/styles.d.ts +2 -8
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +2 -8
- package/node/components/DatePicker/DatePicker.d.ts +10 -103
- package/node/components/DatePicker/DatePickerPopover/DatePickerPopover.d.ts +1 -1
- package/node/components/DatePicker/MonthPicker/hooks/useMonthsGrid/useMonthsGrid.d.ts +1 -1
- package/node/components/DatePicker/YearPicker/hooks/useYearsGrid/useYearsGrid.d.ts +1 -1
- package/node/components/DatePicker/constants.js +10 -10
- package/node/components/DatePicker/index.d.ts +2 -1
- package/node/components/DatePicker/public.d.ts +2 -1
- package/node/components/DatePicker/types/props.d.ts +60 -0
- package/node/components/DatePicker/types/props.js +2 -0
- package/node/components/DatePicker/useLogic/useLogic.d.ts +1 -1
- package/node/components/DateRangePicker/DateRangePicker.d.ts +6 -72
- package/node/components/DateRangePicker/index.d.ts +2 -1
- package/node/components/DateRangePicker/public.d.ts +2 -1
- package/node/components/DateRangePicker/types.d.ts +44 -0
- package/node/components/DateRangePicker/useLogic/useLogic.d.ts +1 -1
- package/node/components/Description/Value/styles.d.ts +4 -16
- package/node/components/Description/constants.js +2 -2
- package/node/components/DescriptionCell/constants.js +4 -4
- package/node/components/DescriptionCell/useLogic/useLogic.js +2 -2
- package/node/components/DescriptionList/styles.d.ts +2 -8
- package/node/components/Dialog/Dialog.d.ts +1 -1
- package/node/components/DialogActions/DialogActions.d.ts +1 -1
- package/node/components/DialogContent/DialogContent.d.ts +1 -1
- package/node/components/DialogContentText/DialogContentText.d.ts +1 -1
- package/node/components/DialogContentText/styles.d.ts +1 -1
- package/node/components/DialogTitle/DialogTitle.d.ts +1 -1
- package/node/components/Divider/Divider.d.ts +1 -1
- package/node/components/EmailField/EmailField.js +2 -2
- package/node/components/EmailOrPhoneField/EmailOrPhoneField.js +2 -2
- package/node/components/ErrorBoundary/ErrorBoundary.js +4 -3
- package/node/components/ExpansionPanel/Summary/Summary.js +2 -2
- package/node/components/ExpansionPanel/constants.js +6 -6
- package/node/components/Fab/Fab.d.ts +1 -1
- package/node/components/Fieldset/styles.d.ts +4 -16
- package/node/components/Filename/Filename.js +2 -2
- package/node/components/Filename/styles.d.ts +2 -8
- package/node/components/FlowButton/styles.d.ts +2 -8
- package/node/components/FormControl/FormControl.d.ts +1 -1
- package/node/components/FormControlLabel/types.d.ts +1 -1
- package/node/components/FormHelperText/FormHelperText.d.ts +1 -1
- package/node/components/FormLabel/FormLabel.d.ts +1 -1
- package/node/components/GuidTypography/GuidTypography.js +3 -3
- package/node/components/HintIcon/constants.js +2 -2
- package/node/components/InfiniteDataList/NoData/NoData.js +2 -2
- package/node/components/InfiniteDataList/constants.js +2 -2
- package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +2 -2
- package/node/components/InfiniteTreeList/NoDataPlaceholder/NoDataPlaceholder.js +2 -2
- package/node/components/InfiniteTreeList/constants.js +3 -3
- package/node/components/JsonViewer/NodeValue/styles.d.ts +6 -24
- package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +4 -16
- package/node/components/LegacyNotification/constants.js +4 -4
- package/node/components/Link/Link.d.ts +1 -1
- package/node/components/Link/styles.d.ts +1 -1
- package/node/components/List/List.d.ts +1 -1
- package/node/components/ListItem/styles.d.ts +1 -1
- package/node/components/ListItem/types.d.ts +1 -1
- package/node/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
- package/node/components/ListItemButton/ListItemButton.d.ts +1 -1
- package/node/components/ListItemIcon/ListItemIcon.d.ts +1 -1
- package/node/components/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -1
- package/node/components/ListItemText/ListItemText.d.ts +1 -1
- package/node/components/ListSubheader/ListSubheader.d.ts +1 -1
- package/node/components/Loader/Loader.js +2 -2
- package/node/components/Loader/constants.js +2 -2
- package/node/components/Menu/Menu.d.ts +1 -1
- package/node/components/MenuGroup/styles.d.ts +2 -8
- package/node/components/MenuItem/MenuItem.d.ts +1 -1
- package/node/components/MenuList/types.d.ts +1 -1
- package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +2 -8
- package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +2 -8
- package/node/components/MenuOrganization/constants.js +3 -3
- package/node/components/MenuOrganization/styles.d.ts +2 -8
- package/node/components/MinimalisticPagination/styles.d.ts +2 -8
- package/node/components/NavMenu/Item/ItemButton/styles.d.ts +2 -8
- package/node/components/NotFoundPage/constants.js +2 -2
- package/node/components/NotFoundPage/styles.d.ts +4 -16
- package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +3 -3
- package/node/components/Notification/NotificationStackContainer/useLogic/useLogic.js +2 -2
- package/node/components/Notification/NotificationTemplate/styles.d.ts +4 -16
- package/node/components/Notification/constants.js +8 -8
- package/node/components/NotificationList/ListItem/styles.d.ts +4 -16
- package/node/components/OverflowTypography/OverflowTypography.d.ts +340 -41
- package/node/components/OverflowTypography/index.d.ts +1 -0
- package/node/components/OverflowTypography/public.d.ts +1 -0
- package/node/components/OverflowTypography/styles.d.ts +4 -16
- package/node/components/OverflowTypography/types.d.ts +32 -0
- package/node/components/OverflowTypography/types.js +2 -0
- package/node/components/OverflowTypography/useLogic/useLogic.d.ts +1 -1
- package/node/components/PageContent/PageContent.js +2 -2
- package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +2 -8
- package/node/components/PageContent/constants.js +5 -5
- package/node/components/PageContent/useLogic/useLogic.js +2 -2
- package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +2 -8
- package/node/components/PageHeader/HeaderContent/HeaderContent.js +2 -2
- package/node/components/PageHeader/PageHeader.js +2 -2
- package/node/components/PageHeader/Title/styles.d.ts +2 -8
- package/node/components/PageHeader/constants.js +5 -5
- package/node/components/PageHeader/hooks/usePageTitle/usePageTitle.js +2 -2
- package/node/components/PageHeader/useLogic/useLogic.js +2 -2
- package/node/components/PageLayout/PageLayout.js +2 -2
- package/node/components/PageLayoutContainer/PageLayoutContainer.js +2 -2
- package/node/components/PageLayoutContainer/constants.js +2 -2
- package/node/components/PageLayoutLoader/PageLayoutLoader.js +2 -2
- package/node/components/PagePinnableAside/PagePinnableAside.js +2 -2
- package/node/components/PagePinnableAside/constants.js +4 -3
- package/node/components/Pagination/PaginationItem/styles.d.ts +2 -8
- package/node/components/Paper/Paper.d.ts +1 -1
- package/node/components/PasswordField/PasswordField.js +2 -2
- package/node/components/PdfViewer/PdfDocument/PdfDocument.js +2 -2
- package/node/components/PdfViewer/PdfViewer.js +2 -2
- package/node/components/PdfViewer/constants.js +5 -5
- package/node/components/PinButton/PinButton.js +2 -2
- package/node/components/PinButton/constants.js +2 -2
- package/node/components/PinButton/styles.d.ts +2 -8
- package/node/components/Popover/Popover.d.ts +1 -1
- package/node/components/ProductSwitcher/Content/styles.d.ts +2 -8
- package/node/components/Profile/MenuList/MenuList.d.ts +1 -1
- package/node/components/Profile/constants.js +2 -2
- package/node/components/Profile/types.d.ts +2 -1
- package/node/components/Radio/constants.js +8 -8
- package/node/components/Radio/useLogic/useLogic.js +2 -2
- package/node/components/RadioCard/RadioCard.js +2 -2
- package/node/components/RadioCard/constants.js +3 -3
- package/node/components/Select/Select.d.ts +1 -71
- package/node/components/Select/index.d.ts +1 -0
- package/node/components/Select/public.d.ts +1 -0
- package/node/components/Select/types.d.ts +49 -0
- package/node/components/Select/types.js +2 -0
- package/node/components/Select/useLogic/useLogic.d.ts +1 -1
- package/node/components/Select/useLogic/useLogic.js +5 -4
- package/node/components/SideDialog/SideDialog.d.ts +1 -1
- package/node/components/SideDialog/styles.d.ts +1 -1
- package/node/components/SideDialogActions/types.d.ts +1 -1
- package/node/components/SideDialogContent/types.d.ts +1 -1
- package/node/components/SideDialogContentText/types.d.ts +1 -1
- package/node/components/SideDialogTitle/SideDialogTitle.d.ts +1 -1
- package/node/components/SideDialogTitle/styles.d.ts +1 -1
- package/node/components/Skeleton/Skeleton.d.ts +1 -1
- package/node/components/StaticCalendar/StaticDaysCalendar/constants.js +5 -5
- package/node/components/StepSlider/StepSlider.d.ts +1 -1
- package/node/components/StepSlider/StepSlider.js +2 -2
- package/node/components/Stepper/StepButton/StepButton.d.ts +1 -1
- package/node/components/Stepper/StepConnector/index.d.ts +1 -1
- package/node/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
- package/node/components/Stepper/StepLabel/StepLabel.d.ts +1 -1
- package/node/components/Stepper/Stepper.d.ts +1 -1
- package/node/components/Stepper/constants.js +2 -2
- package/node/components/StepperWizard/StepperWizard.d.ts +1 -13
- package/node/components/StepperWizard/index.d.ts +2 -2
- package/node/components/StepperWizard/public.d.ts +2 -2
- package/node/components/StepperWizard/types.d.ts +12 -0
- package/node/components/StepperWizard/useLogic/useLogic.d.ts +3 -3
- package/node/components/SvgIcon/SvgIcon.js +2 -2
- package/node/components/SvgIcon/constants.js +2 -2
- package/node/components/Switch/Switch.d.ts +1 -1
- package/node/components/Tabs/Tab/Tab.d.ts +1 -1
- package/node/components/Tabs/Tabs.d.ts +1 -1
- package/node/components/Tag/constants.js +14 -14
- package/node/components/Tag/useLogic/useLogic.js +2 -2
- package/node/components/TagBadge/TagBadge.js +2 -2
- package/node/components/TagsList/TagsList.d.ts +1 -28
- package/node/components/TagsList/types.d.ts +28 -0
- package/node/components/TagsList/useLogic/useLogic.d.ts +1 -1
- package/node/components/TextField/TextField.d.ts +1 -1
- package/node/components/TextField/TextField.js +2 -2
- package/node/components/TextField/constants.js +2 -2
- package/node/components/ToggleButton/types.d.ts +1 -1
- package/node/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/node/components/Tooltip/Tooltip.d.ts +1 -1
- package/node/components/Tooltip/constants.js +2 -2
- package/node/components/Tooltip/styles.d.ts +1 -1
- package/node/components/Tree/MultipleTreeList/TreeItem/TreeItem.d.ts +1 -42
- package/node/components/Tree/MultipleTreeList/TreeItem/index.d.ts +1 -0
- package/node/components/Tree/MultipleTreeList/TreeItem/types.d.ts +43 -0
- package/node/components/Tree/MultipleTreeList/TreeItem/types.js +2 -0
- package/node/components/Tree/MultipleTreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/node/components/Tree/MultipleTreeList/types.d.ts +1 -1
- package/node/components/Tree/MultipleTreeList/useLogic/useLogic.js +2 -2
- package/node/components/Tree/TreeItem/TreeItem.d.ts +1 -70
- package/node/components/Tree/TreeItem/constants.js +3 -3
- package/node/components/Tree/TreeItem/index.d.ts +2 -1
- package/node/components/Tree/TreeItem/index.js +3 -1
- package/node/components/Tree/TreeItem/styles.d.ts +4 -16
- package/node/components/Tree/TreeItem/types.d.ts +70 -0
- package/node/components/Tree/TreeItem/types.js +2 -0
- package/node/components/Tree/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/node/components/Tree/TreeList/TreeItem/TreeItem.d.ts +1 -48
- package/node/components/Tree/TreeList/TreeItem/index.d.ts +1 -0
- package/node/components/Tree/TreeList/TreeItem/types.d.ts +49 -0
- package/node/components/Tree/TreeList/TreeItem/types.js +2 -0
- package/node/components/Tree/TreeList/TreeItem/useLogic/useLogic.d.ts +1 -1
- package/node/components/Tree/TreeList/TreeList.js +2 -2
- package/node/components/Tree/TreeList/constants.js +2 -2
- package/node/components/Tree/TreeList/types.d.ts +1 -1
- package/node/components/Tree/TreeList/useLogic/useLogic.js +4 -4
- package/node/components/TreeAutocomplete/Input/Input.d.ts +1 -5
- package/node/components/TreeAutocomplete/Input/index.d.ts +1 -0
- package/node/components/TreeAutocomplete/Input/types.d.ts +5 -0
- package/node/components/TreeAutocomplete/Input/types.js +2 -0
- package/node/components/TreeAutocomplete/Input/useLogic/useLogic.d.ts +1 -1
- package/node/components/TreeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -47
- package/node/components/TreeAutocomplete/OptionsModal/index.d.ts +1 -0
- package/node/components/TreeAutocomplete/OptionsModal/types.d.ts +47 -0
- package/node/components/TreeAutocomplete/OptionsModal/types.js +2 -0
- package/node/components/TreeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +2 -3
- package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/useLogic/hooks/useSelectedTreeView/useSelectedTreeView.js +6 -4
- package/node/components/TreeLikeAutocomplete/Input/Input.d.ts +1 -15
- package/node/components/TreeLikeAutocomplete/Input/index.d.ts +1 -0
- package/node/components/TreeLikeAutocomplete/Input/types.d.ts +15 -0
- package/node/components/TreeLikeAutocomplete/Input/types.js +2 -0
- package/node/components/TreeLikeAutocomplete/Input/useLogic/useLogic.d.ts +2 -4
- package/node/components/TreeLikeAutocomplete/OptionsModal/OptionsModal.d.ts +1 -52
- package/node/components/TreeLikeAutocomplete/OptionsModal/index.d.ts +1 -0
- package/node/components/TreeLikeAutocomplete/OptionsModal/types.d.ts +52 -0
- package/node/components/TreeLikeAutocomplete/OptionsModal/types.js +2 -0
- package/node/components/TreeLikeAutocomplete/OptionsModal/useLogic/useLogic.d.ts +1 -1
- package/node/components/TreeLikeList/TreeItem/types.d.ts +1 -1
- package/node/components/TreeLikeList/types.d.ts +1 -1
- package/node/components/Typography/Typography.d.ts +7 -58
- package/node/components/Typography/index.d.ts +1 -1
- package/node/components/Typography/index.js +0 -1
- package/node/components/Typography/public.d.ts +1 -1
- package/node/components/Typography/public.js +0 -1
- package/node/components/Typography/types.d.ts +31 -0
- package/node/components/WelcomeScreen/styles.d.ts +4 -16
- package/node/components/fileUploading/FileInfo/styles.d.ts +2 -8
- package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/HintPlaceholder.js +2 -2
- package/node/components/fileUploading/FileUploaderDropzone/LimitMaxFilePlaceholder/LimitMaxFilePlaceholder.js +2 -2
- package/node/components/fileUploading/FileUploaderFile/Actions/useLogic/useLogic.js +2 -2
- package/node/components/fileUploading/FileUploaderFile/FileUploaderFile.js +2 -2
- package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/useLogic/useLogic.js +2 -2
- package/node/components/fileUploading/PreviewFileUploaderFile/PreviewFileUploaderFile.js +2 -2
- package/node/components/fileUploading/constants.js +4 -4
- package/node/components/fileUploading/hooks/useFileUploader/useFileUploader.js +6 -4
- package/node/components/fileUploading/hooks/usePreviewFileUploader/usePreviewFileUploader.js +6 -4
- package/node/components/fileUploading/hooks/useSyncFiles/useSyncFiles.js +2 -2
- package/node/components/hooks/useClickAwayEffect/useClickAwayEffect.d.ts +1 -1
- package/node/components/hooks/useEscapeClickEffect/useEscapeClickEffect.d.ts +1 -1
- package/node/components/hooks/useFocusAwayEffect/useFocusAwayEffect.d.ts +1 -1
- package/node/components/hooks/useInputPopover/useInputPopover.d.ts +1 -1
- package/node/components/index.d.ts +57 -8
- package/node/components/index.js +105 -31
- package/node/components/personalDataSecurity/PersonalData/PersonalData.d.ts +1 -1
- package/node/components/placeholders/LoadingPlaceholder/constants.js +2 -2
- package/node/components/placeholders/Placeholder/styles.d.ts +4 -16
- package/node/components/styled/mixins/list/list.js +1 -1
- package/node/components/styled/mixins/transitions/easeOutBackTransition.js +1 -1
- package/node/components/styled/mixins/transitions/fadeDropDownTransition.js +1 -1
- package/node/components/styled/styled.d.ts +1 -2
- package/node/components/theme/baseTheme/baseTheme.js +5 -5
- package/node/components/theme/types.d.ts +121 -1
- package/node/components/theme/types.js +119 -0
- package/node/components/transitions/Slide/Slide.d.ts +1 -1
- package/node/components/utils/date/buildDaysCalendarGrid/buildDaysCalendarGrid.d.ts +2 -1
- package/node/components/utils/date/checkIsDateInRange/checkIsDateInRange.d.ts +1 -1
- package/node/components/utils/date/checkIsDateInRange/checkIsDateInRange.js +2 -2
- package/node/hook-form/EditableText/EditingForm/styles.d.ts +2 -8
- package/node/hook-form/EditableText/styles.d.ts +2 -8
- package/node/hook-form/EditableText/useLogic/useLogic.d.ts +1 -1
- package/node/hook-form/EditableText/useLogic/useLogic.js +2 -2
- package/node/hook-form/Form/Form.js +2 -2
- package/node/hook-form/FormAddressAutocomplete/FormAddressAutocomplete.d.ts +1 -1
- package/node/hook-form/FormFileUploader/FormFileUploader.d.ts +1 -1
- package/node/hook-form/FormFileUploader/FormFileUploader.js +2 -2
- package/node/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +2 -2
- package/node/hook-form/FormPageLayout/FormPageLayout.js +2 -2
- package/node/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +2 -2
- package/node/hook-form/FormPageLayoutBase/constants.js +5 -5
- package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.d.ts +2 -2
- package/node/hook-form/FormPreviewFileUploader/FormPreviewFileUploader.js +2 -2
- package/node/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +2 -2
- package/node/hook-form/hooks/useFormFieldProps/useFormFieldProps.js +2 -2
- package/package.json +1 -1
- package/components/fileUploading/index.d.ts +0 -8
- package/components/fileUploading/index.js +0 -8
- package/components/hooks/index.d.ts +0 -24
- package/components/hooks/index.js +0 -24
- package/components/placeholders/index.d.ts +0 -4
- package/components/placeholders/index.js +0 -4
- package/components/theme/index.d.ts +0 -9
- package/components/theme/index.js +0 -9
- package/components/theme/typography.d.ts +0 -122
- package/components/theme/typography.js +0 -117
- package/components/transitions/index.d.ts +0 -4
- package/components/transitions/index.js +0 -4
- package/components/types/index.d.ts +0 -6
- package/components/types/index.js +0 -6
- package/components/utils/index.d.ts +0 -18
- package/components/utils/index.js +0 -18
- package/node/components/fileUploading/index.d.ts +0 -8
- package/node/components/fileUploading/index.js +0 -21
- package/node/components/hooks/index.d.ts +0 -24
- package/node/components/hooks/index.js +0 -51
- package/node/components/placeholders/index.d.ts +0 -4
- package/node/components/placeholders/index.js +0 -12
- package/node/components/theme/index.d.ts +0 -9
- package/node/components/theme/index.js +0 -25
- package/node/components/theme/typography.d.ts +0 -122
- package/node/components/theme/typography.js +0 -121
- package/node/components/transitions/index.d.ts +0 -4
- package/node/components/transitions/index.js +0 -11
- package/node/components/types/index.d.ts +0 -6
- package/node/components/types/index.js +0 -22
- package/node/components/utils/index.d.ts +0 -18
- package/node/components/utils/index.js +0 -34
|
@@ -6,7 +6,8 @@ const react_1 = require("react");
|
|
|
6
6
|
const DashboardSidebarSkeleton_1 = require("../DashboardSidebarSkeleton");
|
|
7
7
|
const NavMenu_1 = require("../NavMenu");
|
|
8
8
|
const PinButton_1 = require("../PinButton");
|
|
9
|
-
const
|
|
9
|
+
const classNames_1 = require("../utils/classNames");
|
|
10
|
+
const getInertProps_1 = require("../utils/getInertProps");
|
|
10
11
|
const constants_1 = require("./constants");
|
|
11
12
|
const SidebarNav_1 = require("./SidebarNav");
|
|
12
13
|
const styles_1 = require("./styles");
|
|
@@ -19,5 +20,5 @@ exports.DashboardSidebar = (0, react_1.forwardRef)((props, ref) => {
|
|
|
19
20
|
if (isLoading) {
|
|
20
21
|
return (0, jsx_runtime_1.jsx)(DashboardSidebarSkeleton_1.DashboardSidebarSkeleton, {});
|
|
21
22
|
}
|
|
22
|
-
return ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { "$isPinned": isPinned, "$alertHeight": alertHeight, children: (0, jsx_runtime_1.jsx)(styles_1.SidebarRoot, { ref: ref, "$isPinned": isPinned, "$collapsedIn": collapsedIn, className: (0,
|
|
23
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { "$isPinned": isPinned, "$alertHeight": alertHeight, children: (0, jsx_runtime_1.jsx)(styles_1.SidebarRoot, { ref: ref, "$isPinned": isPinned, "$collapsedIn": collapsedIn, className: (0, classNames_1.classNames)(className, constants_1.dashboardSidebarClassnames.root), onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, ...(0, getInertProps_1.getInertProps)(isMobile && !isPinned), children: (0, jsx_runtime_1.jsxs)(styles_1.StyledPaper, { variant: "outlined", children: [(0, jsx_runtime_1.jsxs)(styles_1.SidebarContent, { "$collapsedIn": collapsedIn, "$isPinned": isPinned, "$hasHeader": Boolean(header), children: [header && (0, jsx_runtime_1.jsx)(styles_1.SidebarHeader, { children: header }), (0, jsx_runtime_1.jsx)(SidebarNav_1.SidebarNav, { menu: (0, jsx_runtime_1.jsx)(NavMenu_1.NavMenu, { collapsedIn: collapsedIn, items: menu.items }) })] }), (0, jsx_runtime_1.jsx)(styles_1.Footer, { children: (0, jsx_runtime_1.jsx)(PinButton_1.PinButton, { isPinned: isPinned, collapsedIn: collapsedIn, onClick: onTogglePin }) })] }) }) }));
|
|
23
24
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dashboardSidebarClassnames = void 0;
|
|
4
|
-
const
|
|
4
|
+
const createUIKitClassname_1 = require("../utils/createUIKitClassname");
|
|
5
5
|
exports.dashboardSidebarClassnames = {
|
|
6
|
-
root: (0,
|
|
6
|
+
root: (0, createUIKitClassname_1.createUIKitClassname)('dashboard-layout-sidebar'),
|
|
7
7
|
};
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
5
|
const DashboardContext_1 = require("../../DashboardContext");
|
|
6
|
-
const
|
|
6
|
+
const Header_1 = require("../../DashboardLayout/Header");
|
|
7
|
+
const Main_1 = require("../../DashboardLayout/Main");
|
|
7
8
|
const DashboardSidebarProvider_1 = require("../../DashboardSidebarProvider");
|
|
8
9
|
const useViewportType_1 = require("../../hooks/useViewportType");
|
|
9
10
|
const useTheme_1 = require("../../theme/hooks/useTheme");
|
|
@@ -56,9 +57,9 @@ const useLogic = (props) => {
|
|
|
56
57
|
}
|
|
57
58
|
const handleMouseEnter = () => onToggleSidebar(false);
|
|
58
59
|
//Основные элементы DashboardLayout
|
|
59
|
-
const mainElement = document.querySelector(`.${
|
|
60
|
-
const pageAlertElement = document.querySelector(`.${
|
|
61
|
-
const headerElement = document.querySelector(`.${
|
|
60
|
+
const mainElement = document.querySelector(`.${Main_1.dashboardLayoutMainClassnames.main}`);
|
|
61
|
+
const pageAlertElement = document.querySelector(`.${Main_1.dashboardLayoutMainClassnames.alert}`);
|
|
62
|
+
const headerElement = document.querySelector(`.${Header_1.dashboardLayoutHeaderClassnames.root}`);
|
|
62
63
|
if (mainElement) {
|
|
63
64
|
mainElement.addEventListener('mouseenter', handleMouseEnter);
|
|
64
65
|
}
|
|
@@ -5,13 +5,13 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const forwardRefWithGeneric_1 = require("../../forwardRefWithGeneric");
|
|
6
6
|
const Tooltip_1 = require("../../Tooltip");
|
|
7
7
|
const Typography_1 = require("../../Typography");
|
|
8
|
-
const
|
|
8
|
+
const getInertProps_1 = require("../../utils/getInertProps");
|
|
9
9
|
const constants_1 = require("./constants");
|
|
10
10
|
const styles_1 = require("./styles");
|
|
11
11
|
const useLogic_1 = require("./useLogic");
|
|
12
12
|
const SidebarPopoverItemInner = ({ icon, title, description, component, isDisabled, disabledReason, onClick, ...props }, ref) => {
|
|
13
13
|
const Component = component ?? 'div';
|
|
14
14
|
const { handleItemClick } = (0, useLogic_1.useLogic)({ onClick });
|
|
15
|
-
return ((0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(Tooltip_1.Tooltip, { withoutContainer: !isDisabled, title: isDisabled && disabledReason, placement: "bottom", children: (0, jsx_runtime_1.jsx)(styles_1.Item, { onClick: handleItemClick, ...(0,
|
|
15
|
+
return ((0, jsx_runtime_1.jsx)("li", { children: (0, jsx_runtime_1.jsx)(Tooltip_1.Tooltip, { withoutContainer: !isDisabled, title: isDisabled && disabledReason, placement: "bottom", children: (0, jsx_runtime_1.jsx)(styles_1.Item, { onClick: handleItemClick, ...(0, getInertProps_1.getInertProps)(isDisabled), "$isDisabled": isDisabled, children: (0, jsx_runtime_1.jsx)(Component, { ref: ref, ...props, className: constants_1.sidebarPopoverItemClassnames.content, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$hasDescription": Boolean(description), children: [icon && (0, jsx_runtime_1.jsx)(styles_1.IconWrapper, { children: icon }), (0, jsx_runtime_1.jsxs)(styles_1.ItemWrapper, { children: [(0, jsx_runtime_1.jsx)(Typography_1.Typography, { variant: "subtitle1", children: title }), description && ((0, jsx_runtime_1.jsx)(Typography_1.Typography, { color: "textSecondary", variant: "body1", children: description }))] })] }) }) }) }) }));
|
|
16
16
|
};
|
|
17
17
|
exports.SidebarPopoverItem = (0, forwardRefWithGeneric_1.forwardRefWithGeneric)(SidebarPopoverItemInner);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sidebarPopoverItemClassnames = void 0;
|
|
4
|
-
const
|
|
4
|
+
const createUIKitClassname_1 = require("../../utils/createUIKitClassname");
|
|
5
5
|
exports.sidebarPopoverItemClassnames = {
|
|
6
|
-
content: (0,
|
|
6
|
+
content: (0, createUIKitClassname_1.createUIKitClassname)('sidebar-popover-item__content'),
|
|
7
7
|
};
|
|
@@ -3,17 +3,11 @@ export declare const Wrapper: import("@emotion/styled/dist/declarations/src/type
|
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
4
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
6
|
-
export declare const Title: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
7
|
-
children?: import("react").ReactNode;
|
|
8
|
-
align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
|
|
9
|
-
gutterBottom?: boolean | undefined;
|
|
10
|
-
noWrap?: boolean | undefined;
|
|
11
|
-
paragraph?: boolean | undefined;
|
|
12
|
-
} & {
|
|
6
|
+
export declare const Title: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../Typography/types").TypographyPropsBase & {
|
|
13
7
|
color?: import("../Typography").TypographyColor | undefined;
|
|
14
8
|
variant?: import("../Typography").TypographyVariant | undefined;
|
|
15
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
16
|
-
component?:
|
|
10
|
+
component?: import("../Typography/types").ComponentProp | undefined;
|
|
17
11
|
isUpperCase?: boolean | undefined;
|
|
18
12
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
19
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DashboardSidebarSkeleton = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const
|
|
5
|
+
const constants_1 = require("../DashboardSidebar/constants");
|
|
6
6
|
const Skeleton_1 = require("../Skeleton");
|
|
7
|
-
const
|
|
7
|
+
const classNames_1 = require("../utils/classNames");
|
|
8
8
|
const styles_1 = require("./styles");
|
|
9
9
|
const useLogic_1 = require("./useLogic");
|
|
10
10
|
const DashboardSidebarSkeleton = () => {
|
|
11
11
|
const { isPinned } = (0, useLogic_1.useLogic)();
|
|
12
|
-
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isPinned": isPinned, className: (0,
|
|
12
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isPinned": isPinned, className: (0, classNames_1.classNames)(constants_1.dashboardSidebarClassnames.root), children: [(0, jsx_runtime_1.jsx)(Skeleton_1.Skeleton, { shapeSize: isPinned ? 'medium' : 'small', height: 40, variant: "rounded" }), (0, jsx_runtime_1.jsxs)(styles_1.ListWrapper, { "$isPinned": isPinned, children: [(0, jsx_runtime_1.jsxs)(styles_1.ItemWrapper, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.Skeleton, { height: 20, width: 20, variant: "rounded", shapeSize: "small" }), (0, jsx_runtime_1.jsx)(styles_1.SkeletonDescription, { height: 14, width: 174, variant: "rounded", "$isPinned": isPinned })] }), (0, jsx_runtime_1.jsxs)(styles_1.ItemWrapper, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.Skeleton, { height: 20, width: 20, variant: "rounded", shapeSize: "small" }), (0, jsx_runtime_1.jsx)(styles_1.SkeletonDescription, { height: 14, width: 174, variant: "rounded", "$isPinned": isPinned })] }), (0, jsx_runtime_1.jsxs)(styles_1.ItemWrapper, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.Skeleton, { height: 20, width: 20, variant: "rounded", shapeSize: "small" }), (0, jsx_runtime_1.jsx)(styles_1.SkeletonDescription, { height: 14, width: 174, variant: "rounded", "$isPinned": isPinned })] }), isPinned && ((0, jsx_runtime_1.jsxs)(styles_1.ItemWrapper, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.Skeleton, { height: 20, width: 20, variant: "rounded", shapeSize: "small" }), (0, jsx_runtime_1.jsx)(styles_1.SkeletonDescription, { height: 14, width: 174, variant: "rounded", "$isPinned": isPinned })] }))] })] }));
|
|
13
13
|
};
|
|
14
14
|
exports.DashboardSidebarSkeleton = DashboardSidebarSkeleton;
|
|
@@ -5,7 +5,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const ConfigProvider_1 = require("../../ConfigProvider");
|
|
7
7
|
const ContentState_1 = require("../../ContentState");
|
|
8
|
-
const
|
|
8
|
+
const classNames_1 = require("../../utils/classNames");
|
|
9
9
|
const constants_1 = require("../constants");
|
|
10
10
|
const Row_1 = require("../Row");
|
|
11
11
|
const RowContext_1 = require("../Row/RowContext");
|
|
@@ -21,7 +21,7 @@ const Body = (props) => {
|
|
|
21
21
|
const isSelected = Boolean(selectedRows?.find((selectedRow) => selectedRow[keyId] === rowId));
|
|
22
22
|
return ((0, jsx_runtime_1.jsx)(RowContext_1.RowContextProvider, { children: (0, jsx_runtime_1.jsx)(Row_1.Row, { row: row, selectedRows: selectedRows, options: options, keyId: keyId, level: INITIAL_LEVEL, nestedChildren: children, isSelected: isSelected, ...rowProps }, rowId) }, rowId));
|
|
23
23
|
});
|
|
24
|
-
return ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: (0,
|
|
24
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { className: (0, classNames_1.classNames)(constants_1.dataGridClassnames.body, {
|
|
25
25
|
[constants_1.dataGridClassnames.bodyEmpty]: isNoData,
|
|
26
26
|
}), "$minDisplayRows": minDisplayRows, children: (0, jsx_runtime_1.jsx)(ContentState_1.ContentState, { ...contentStateProps, errorState: {
|
|
27
27
|
imgAlt: 'Что-то пошло не так',
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Cell = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const OverflowTypography_1 = require("../../OverflowTypography");
|
|
6
|
-
const
|
|
6
|
+
const getInertProps_1 = require("../../utils/getInertProps");
|
|
7
7
|
const styles_1 = require("./styles");
|
|
8
8
|
const useLogic_1 = require("./useLogic");
|
|
9
9
|
const Cell = (props) => {
|
|
10
10
|
const { formattedValue, hasStartAdornment } = (0, useLogic_1.useLogic)(props);
|
|
11
11
|
const { className, startAdornment, row, cell, isDisabled } = props;
|
|
12
12
|
const { renderCell, align = 'left' } = cell;
|
|
13
|
-
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isDisabled": isDisabled, "$align": align, "$hasStartAdornment": hasStartAdornment, className: className, ...(0,
|
|
13
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { "$isDisabled": isDisabled, "$align": align, "$hasStartAdornment": hasStartAdornment, className: className, ...(0, getInertProps_1.getInertProps)(isDisabled), children: [startAdornment && startAdornment, renderCell?.(row), !renderCell && ((0, jsx_runtime_1.jsx)(OverflowTypography_1.OverflowTypography, { rowsCount: 2, children: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: formattedValue }) }))] }));
|
|
14
14
|
};
|
|
15
15
|
exports.Cell = Cell;
|
|
@@ -4,7 +4,8 @@ exports.DataGrid = void 0;
|
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const ConfigProvider_1 = require("../ConfigProvider");
|
|
7
|
-
const
|
|
7
|
+
const classNames_1 = require("../utils/classNames");
|
|
8
|
+
const getInertProps_1 = require("../utils/getInertProps");
|
|
8
9
|
const Body_1 = require("./Body");
|
|
9
10
|
const constants_1 = require("./constants");
|
|
10
11
|
const DataGridContext_1 = require("./DataGridContext");
|
|
@@ -29,6 +30,6 @@ const DataGrid = (props) => {
|
|
|
29
30
|
}
|
|
30
31
|
return null;
|
|
31
32
|
}, [noDataPlaceholder, noDataOptions, isLoading]);
|
|
32
|
-
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { isLoading: isLoading, children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { "$maxHeight": maxHeight, "$isAllowHorizontalScroll": isAllowHorizontalScroll, className: (0,
|
|
33
|
+
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { isLoading: isLoading, children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { "$maxHeight": maxHeight, "$isAllowHorizontalScroll": isAllowHorizontalScroll, className: (0, classNames_1.classNames)(constants_1.dataGridClassnames.root, className), children: [(0, jsx_runtime_1.jsxs)(TableContainer, { "$isAllowHorizontalScroll": isAllowHorizontalScroll, ...(0, getInertProps_1.getInertProps)(isDataGridDisabled), children: [headPreAddon, !isHideHead && ((0, jsx_runtime_1.jsx)(Head_1.Head, { ...headProps, sorting: sorting, onSort: onSort })), (0, jsx_runtime_1.jsx)(Body_1.Body, { ...bodyProps, activeRowId: activeRowId, keyId: keyId, selectedRows: selectedRows, minDisplayRows: minDisplayRows, rows: renderRows, columns: columns, variant: variant, emptyCellValue: emptyCellValue, isInitialExpanded: isInitialExpanded, expandedLevel: expandedLevel, initialVisibleChildrenCount: initialVisibleChildrenCount, moreButtonColumnPosition: moreButtonColumnPosition, isVisibleCollapseButton: isVisibleCollapseButton, isLoading: isLoading, isError: isError, errorMsg: errorMsg, noDataPlaceholder: renderedPlaceholder(), onRowClick: onRowClick, onRetry: onRetry })] }), (0, jsx_runtime_1.jsx)(Loader_1.Loader, { ...loaderProps }), footer && footer] }) }));
|
|
33
34
|
};
|
|
34
35
|
exports.DataGrid = DataGrid;
|
|
@@ -5,9 +5,9 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const Button_1 = require("../../Button");
|
|
7
7
|
const ConfigProvider_1 = require("../../ConfigProvider");
|
|
8
|
-
const
|
|
8
|
+
const Placeholder_1 = require("../../placeholders/Placeholder");
|
|
9
9
|
const NoData = ({ title = 'Нет\u00a0данных', imgAlt = title, action, size = 'small', }) => {
|
|
10
10
|
const { imagesMap: { noDataImgSrc }, } = (0, react_1.useContext)(ConfigProvider_1.ConfigContext);
|
|
11
|
-
return ((0, jsx_runtime_1.jsx)(
|
|
11
|
+
return ((0, jsx_runtime_1.jsx)(Placeholder_1.Placeholder, { title: title, imgSrc: noDataImgSrc, size: size, Actions: action ? ((0, jsx_runtime_1.jsx)(Button_1.Button, { onClick: action.onClick, "aria-label": action.text, children: action.text })) : undefined, imgAlt: imgAlt }));
|
|
12
12
|
};
|
|
13
13
|
exports.NoData = NoData;
|
|
@@ -6,13 +6,13 @@ const react_1 = require("react");
|
|
|
6
6
|
const Checkbox_1 = require("../../Checkbox");
|
|
7
7
|
const personalDataSecurity_1 = require("../../personalDataSecurity");
|
|
8
8
|
const Tooltip_1 = require("../../Tooltip");
|
|
9
|
-
const utils_1 = require("../../utils");
|
|
10
9
|
const checkIsDeepEqual_1 = require("../../utils/checkIsDeepEqual");
|
|
10
|
+
const getInertProps_1 = require("../../utils/getInertProps");
|
|
11
11
|
const constants_1 = require("./constants");
|
|
12
12
|
const NestedChildren_1 = require("./NestedChildren");
|
|
13
13
|
const styles_1 = require("./styles");
|
|
14
14
|
const useLogic_1 = require("./useLogic");
|
|
15
|
-
const
|
|
15
|
+
const utils_1 = require("./utils");
|
|
16
16
|
const RowComponent = (props) => {
|
|
17
17
|
const { isOpen, isShowConnector, childrenColumns, rowId, handleToggle, checkboxProps, rowProps, tooltipProps, nestedChildrenProps, disabled, isRenderCollapseButton, } = (0, useLogic_1.useLogic)(props);
|
|
18
18
|
const { className, row, options, variant, isSelectable, gridColumns, isInitialExpanded, expandedLevel, level, nestedChildren, initialVisibleChildrenCount, moreButtonColumnPosition, isVisibleCollapseButton, columns, emptyCellValue, selectedRows, activeRowId, keyId, onSelectRow, onRowClick,
|
|
@@ -24,7 +24,7 @@ const RowComponent = (props) => {
|
|
|
24
24
|
if (!isRenderCollapseButton && (!isSelectable || isNotSelectable)) {
|
|
25
25
|
return null;
|
|
26
26
|
}
|
|
27
|
-
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isRenderCollapseButton && ((0, jsx_runtime_1.jsx)(styles_1.CollapseCell, { children: (0, jsx_runtime_1.jsx)(styles_1.CollapseButton, { variant: "text", onClick: handleToggle, children: (0, jsx_runtime_1.jsx)(styles_1.ChevronIcon, { "$isActive": isOpen }) }) })), isSelectable && !isNotSelectable && ((0, jsx_runtime_1.jsx)(styles_1.CheckboxCell, { ...(0,
|
|
27
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isRenderCollapseButton && ((0, jsx_runtime_1.jsx)(styles_1.CollapseCell, { children: (0, jsx_runtime_1.jsx)(styles_1.CollapseButton, { variant: "text", onClick: handleToggle, children: (0, jsx_runtime_1.jsx)(styles_1.ChevronIcon, { "$isActive": isOpen }) }) })), isSelectable && !isNotSelectable && ((0, jsx_runtime_1.jsx)(styles_1.CheckboxCell, { ...(0, getInertProps_1.getInertProps)(disabled), onClick: (event) => event.stopPropagation(), children: (0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { ...checkboxProps }) }))] }));
|
|
28
28
|
};
|
|
29
29
|
const hidePersonalDataClassname = (0, personalDataSecurity_1.useHidePersonalData)();
|
|
30
30
|
const renderCells = (0, react_1.useCallback)(() => {
|
|
@@ -33,7 +33,7 @@ const RowComponent = (props) => {
|
|
|
33
33
|
: undefined;
|
|
34
34
|
return columns?.map((cell, index) => {
|
|
35
35
|
const cellId = `${rowId}-${index}`;
|
|
36
|
-
const isDisabledCell = (0,
|
|
36
|
+
const isDisabledCell = (0, utils_1.checkIsDisabled)(disabled, availableCellsByIndex, index);
|
|
37
37
|
const isFirstCell = !index;
|
|
38
38
|
return ((0, jsx_runtime_1.jsx)(styles_1.CellStyled, { "$level": isFirstCell ? level : 0, row: row, cell: cell, emptyCellValue: emptyCellValue, startAdornment: isFirstCell && renderStartAdornment(), isDisabled: isDisabledCell, className: cell.isHidePersonalData ? hidePersonalDataClassname : '' }, cellId));
|
|
39
39
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dataGridClassnames = exports.DISABLE_ROW_ATTR = void 0;
|
|
4
|
-
const
|
|
4
|
+
const createUIKitClassname_1 = require("../../utils/createUIKitClassname");
|
|
5
5
|
exports.DISABLE_ROW_ATTR = 'data-row-disable';
|
|
6
6
|
exports.dataGridClassnames = {
|
|
7
|
-
hidden: (0,
|
|
7
|
+
hidden: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__row_hidden'),
|
|
8
8
|
};
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
|
-
const
|
|
5
|
+
const redirectToLink_1 = require("../../../utils/redirectToLink");
|
|
6
6
|
const DataGridContext_1 = require("../../DataGridContext");
|
|
7
7
|
const enums_1 = require("../../enums");
|
|
8
8
|
const constants_1 = require("../constants");
|
|
9
9
|
const RowContext_1 = require("../RowContext");
|
|
10
|
-
const
|
|
10
|
+
const utils_1 = require("./utils");
|
|
11
11
|
const useLogic = ({ keyId, columns, row, nestedChildren, level, variant, activeRowId, options, isInitialExpanded = false, expandedLevel, isSelectable, selectedRows, onSelectRow, onRowClick, isVisibleCollapseButton, }) => {
|
|
12
12
|
const isDefaultExpanded = isInitialExpanded && level <= expandedLevel - 1 && nestedChildren?.length;
|
|
13
13
|
const { checkIsOpened, toggleOpenItems } = (0, react_1.useContext)(DataGridContext_1.DataGridContext);
|
|
@@ -26,7 +26,7 @@ const useLogic = ({ keyId, columns, row, nestedChildren, level, variant, activeR
|
|
|
26
26
|
const isChecked = isSelectable &&
|
|
27
27
|
Boolean(selectedRows?.find((selectedRow) => selectedRow[keyId] === rowId));
|
|
28
28
|
const isShowConnector = Object.is(variant, enums_1.Variant.Tree);
|
|
29
|
-
const childrenColumns = (0, react_1.useMemo)(() => (0,
|
|
29
|
+
const childrenColumns = (0, react_1.useMemo)(() => (0, utils_1.mergeColumnsOptions)(columns, options?.childrenColumns), [columns, options]);
|
|
30
30
|
const handleToggle = (event) => {
|
|
31
31
|
event.stopPropagation();
|
|
32
32
|
toggleOpenItems(rowId);
|
|
@@ -54,7 +54,7 @@ const useLogic = ({ keyId, columns, row, nestedChildren, level, variant, activeR
|
|
|
54
54
|
return undefined;
|
|
55
55
|
}
|
|
56
56
|
if (href) {
|
|
57
|
-
return (0,
|
|
57
|
+
return (0, redirectToLink_1.redirectToLink)(href, target);
|
|
58
58
|
}
|
|
59
59
|
onRowClick?.(row);
|
|
60
60
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dataGridClassnames = exports.INITIAL_OPENED_NESTED_CHILDREN_COUNT_BY_DEFAULT = exports.EXPANDED_LEVEL_BY_DEFAULT = exports.MIN_DISPLAY_ROWS_BY_DEFAULT = exports.TREE_LINE_WIDTH = exports.ROOT_ACTION_CELL_WIDTH = exports.MIN_ROW_HEIGHT = void 0;
|
|
4
|
-
const
|
|
4
|
+
const createUIKitClassname_1 = require("../utils/createUIKitClassname");
|
|
5
5
|
exports.MIN_ROW_HEIGHT = 44;
|
|
6
6
|
exports.ROOT_ACTION_CELL_WIDTH = 32;
|
|
7
7
|
exports.TREE_LINE_WIDTH = exports.ROOT_ACTION_CELL_WIDTH / 2;
|
|
@@ -9,8 +9,8 @@ exports.MIN_DISPLAY_ROWS_BY_DEFAULT = 10;
|
|
|
9
9
|
exports.EXPANDED_LEVEL_BY_DEFAULT = 1;
|
|
10
10
|
exports.INITIAL_OPENED_NESTED_CHILDREN_COUNT_BY_DEFAULT = 2;
|
|
11
11
|
exports.dataGridClassnames = {
|
|
12
|
-
header: (0,
|
|
13
|
-
root: (0,
|
|
14
|
-
body: (0,
|
|
15
|
-
bodyEmpty: (0,
|
|
12
|
+
header: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__header'),
|
|
13
|
+
root: (0, createUIKitClassname_1.createUIKitClassname)('data-grid'),
|
|
14
|
+
body: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__body'),
|
|
15
|
+
bodyEmpty: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__body_empty'),
|
|
16
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type CSSProperties, type ReactNode } from 'react';
|
|
2
|
-
import { type Target } from '../utils';
|
|
2
|
+
import { type Target } from '../utils/redirectToLink';
|
|
3
3
|
import { type Variant } from './enums';
|
|
4
4
|
import type { NoDataProps } from './NoData';
|
|
5
5
|
export type AlignVariant = 'left' | 'center' | 'right';
|
|
@@ -3,9 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
5
|
const useFirstMountState_1 = require("../../hooks/useFirstMountState");
|
|
6
|
-
const
|
|
6
|
+
const prop_1 = require("../../utils/prop");
|
|
7
|
+
const uniqueBy_1 = require("../../utils/uniqueBy");
|
|
7
8
|
const enums_1 = require("../enums");
|
|
8
|
-
const
|
|
9
|
+
const utils_1 = require("./utils");
|
|
9
10
|
const useLogic = ({ keyId, columns, rows = [], variant, tree, subrows, selectedRows = [], isLoading, isDisabled, onSelectRow, isHideSelectAll, isHideHeaderIfNoData = false, }) => {
|
|
10
11
|
const isFirstRender = (0, useFirstMountState_1.useFirstMountState)();
|
|
11
12
|
const isSelectable = Boolean(onSelectRow);
|
|
@@ -25,8 +26,8 @@ const useLogic = ({ keyId, columns, rows = [], variant, tree, subrows, selectedR
|
|
|
25
26
|
prevRowsRef.current = rows;
|
|
26
27
|
}
|
|
27
28
|
}, [rows, isLoading]);
|
|
28
|
-
const gridColumns = (0,
|
|
29
|
-
const isAllowHorizontalScroll = (0,
|
|
29
|
+
const gridColumns = (0, utils_1.getGridTemplateColumns)(columns);
|
|
30
|
+
const isAllowHorizontalScroll = (0, utils_1.getIsAllowHorizontalScroll)(columns);
|
|
30
31
|
const uncheckedRowsCount = (0, react_1.useMemo)(() => {
|
|
31
32
|
return availableRows.filter((row) => !selectedRows.find((selectedRow) => selectedRow[keyId] === row[keyId])).length;
|
|
32
33
|
}, [availableRows, selectedRows, keyId]);
|
|
@@ -42,7 +43,7 @@ const useLogic = ({ keyId, columns, rows = [], variant, tree, subrows, selectedR
|
|
|
42
43
|
return;
|
|
43
44
|
}
|
|
44
45
|
if (event.target.checked) {
|
|
45
|
-
const mergedSelectedRows = (0,
|
|
46
|
+
const mergedSelectedRows = (0, uniqueBy_1.uniqueBy)([...selectedRows, ...availableRows], (0, prop_1.prop)(keyId));
|
|
46
47
|
return onSelectRow(mergedSelectedRows);
|
|
47
48
|
}
|
|
48
49
|
const filteredRows = selectedRows.filter((selectedRow) => !rows.find((row) => row[keyId] === selectedRow[keyId]));
|
|
@@ -14,7 +14,8 @@ const Row_1 = require("../DataGrid/Row");
|
|
|
14
14
|
const styles_1 = require("../DataGrid/styles");
|
|
15
15
|
const Loader_1 = require("../Loader");
|
|
16
16
|
const ScrollToTopButton_1 = require("../ScrollToTopButton");
|
|
17
|
-
const
|
|
17
|
+
const classNames_1 = require("../utils/classNames");
|
|
18
|
+
const getInertProps_1 = require("../utils/getInertProps");
|
|
18
19
|
const constants_2 = require("./constants");
|
|
19
20
|
const EndData_1 = require("./EndData");
|
|
20
21
|
const ErrorMessage_1 = require("./ErrorMessage");
|
|
@@ -30,7 +31,7 @@ const DataGridInfinite = (props) => {
|
|
|
30
31
|
const { moreButtonColumnPosition = 1, isVisibleCollapseButton = true } = subrows || {};
|
|
31
32
|
const { isInitialExpanded = false, expandedLevel = constants_1.EXPANDED_LEVEL_BY_DEFAULT, initialVisibleChildrenCount = constants_1.INITIAL_OPENED_NESTED_CHILDREN_COUNT_BY_DEFAULT, } = treeRenderConfig || {};
|
|
32
33
|
const TableContainer = isDisabled ? styles_2.DisabledDataGridWrapper : styles_2.DataGridWrapper;
|
|
33
|
-
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { "$maxHeight": maxHeight, className: (0,
|
|
34
|
+
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { "$maxHeight": maxHeight, className: (0, classNames_1.classNames)(constants_1.dataGridClassnames.root, className), children: [headPreAddon, (0, jsx_runtime_1.jsxs)(TableContainer, { ...(0, getInertProps_1.getInertProps)(isDataGridDisabled), children: [!isHideHead && ((0, jsx_runtime_1.jsx)(Head_1.Head, { ...headProps, onSort: onSort, sorting: sorting, columns: columns })), (0, jsx_runtime_1.jsx)(ContentState_1.ContentState, { isLoading: isLoading && !isNoData, loadingTitle: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0434\u0430\u043D\u043D\u044B\u0445", isError: isError && !isNoData, errorState: {
|
|
34
35
|
imgAlt: 'Что-то пошло не так',
|
|
35
36
|
errorList: [errorMsg || ''],
|
|
36
37
|
imgSrc: imagesMap.defaultErrorImgSrc,
|
|
@@ -4,11 +4,11 @@ exports.NoData = void 0;
|
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const ConfigProvider_1 = require("../../ConfigProvider");
|
|
7
|
-
const
|
|
7
|
+
const Placeholder_1 = require("../../placeholders/Placeholder");
|
|
8
8
|
const constants_1 = require("./constants");
|
|
9
9
|
const NoData = () => {
|
|
10
10
|
const { imagesMap } = (0, react_1.useContext)(ConfigProvider_1.ConfigContext);
|
|
11
11
|
const { noDataImgSrc } = imagesMap;
|
|
12
|
-
return (0, jsx_runtime_1.jsx)(
|
|
12
|
+
return (0, jsx_runtime_1.jsx)(Placeholder_1.Placeholder, { title: constants_1.NO_DATA_TEXT, imgSrc: noDataImgSrc });
|
|
13
13
|
};
|
|
14
14
|
exports.NoData = NoData;
|
|
@@ -5,7 +5,8 @@ const react_1 = require("react");
|
|
|
5
5
|
const enums_1 = require("../../DataGrid/enums");
|
|
6
6
|
const utils_1 = require("../../DataGrid/useLogic/utils");
|
|
7
7
|
const useToggle_1 = require("../../hooks/useToggle");
|
|
8
|
-
const
|
|
8
|
+
const prop_1 = require("../../utils/prop");
|
|
9
|
+
const uniqueBy_1 = require("../../utils/uniqueBy");
|
|
9
10
|
const constants_1 = require("../constants");
|
|
10
11
|
const useLogic = ({ keyId, columns, rows, variant, tree, subrows, selectedRows = [], isLoading, isDisabled, isEndReached, onEndReached, onSelectRow, isHideSelectAll, isHideHeaderIfNoData = false, }) => {
|
|
11
12
|
const virtuoso = (0, react_1.useRef)(null);
|
|
@@ -35,7 +36,7 @@ const useLogic = ({ keyId, columns, rows, variant, tree, subrows, selectedRows =
|
|
|
35
36
|
return;
|
|
36
37
|
}
|
|
37
38
|
if (event.target.checked) {
|
|
38
|
-
const mergedSelectedRows = (0,
|
|
39
|
+
const mergedSelectedRows = (0, uniqueBy_1.uniqueBy)([...selectedRows, ...availableRows], (0, prop_1.prop)(keyId));
|
|
39
40
|
return onSelectRow(mergedSelectedRows);
|
|
40
41
|
}
|
|
41
42
|
const filteredRows = selectedRows.filter((selectedRow) => !rows.find((row) => row[keyId] === selectedRow[keyId]));
|
|
@@ -3,17 +3,11 @@ export declare const PaginationWrapper: import("@emotion/styled/dist/declaration
|
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
4
|
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
-
export declare const Range: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
7
|
-
children?: import("react").ReactNode;
|
|
8
|
-
align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
|
|
9
|
-
gutterBottom?: boolean | undefined;
|
|
10
|
-
noWrap?: boolean | undefined;
|
|
11
|
-
paragraph?: boolean | undefined;
|
|
12
|
-
} & {
|
|
6
|
+
export declare const Range: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../Typography/types").TypographyPropsBase & {
|
|
13
7
|
color?: import("../Typography").TypographyColor | undefined;
|
|
14
8
|
variant?: import("../Typography").TypographyVariant | undefined;
|
|
15
9
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
16
|
-
component?:
|
|
10
|
+
component?: import("../Typography/types").ComponentProp | undefined;
|
|
17
11
|
isUpperCase?: boolean | undefined;
|
|
18
12
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
19
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Range: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
|
|
5
|
-
gutterBottom?: boolean | undefined;
|
|
6
|
-
noWrap?: boolean | undefined;
|
|
7
|
-
paragraph?: boolean | undefined;
|
|
8
|
-
} & {
|
|
2
|
+
export declare const Range: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../Typography/types").TypographyPropsBase & {
|
|
9
3
|
color?: import("../Typography").TypographyColor | undefined;
|
|
10
4
|
variant?: import("../Typography").TypographyVariant | undefined;
|
|
11
5
|
colorIntensity?: import("../Typography").Intensity | undefined;
|
|
12
|
-
component?:
|
|
6
|
+
component?: import("../Typography/types").ComponentProp | undefined;
|
|
13
7
|
isUpperCase?: boolean | undefined;
|
|
14
8
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
15
9
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -2,17 +2,11 @@
|
|
|
2
2
|
export declare const HeadButton: import("@emotion/styled/dist/declarations/src/types").StyledComponent<Omit<import("../../../StaticCalendar/StaticCalendarButton/useLogic").UseLogicParams, "ref"> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
4
|
}, {}, {}>;
|
|
5
|
-
export declare const HeadText: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
6
|
-
children?: import("react").ReactNode;
|
|
7
|
-
align?: "inherit" | "center" | "left" | "right" | "justify" | undefined;
|
|
8
|
-
gutterBottom?: boolean | undefined;
|
|
9
|
-
noWrap?: boolean | undefined;
|
|
10
|
-
paragraph?: boolean | undefined;
|
|
11
|
-
} & {
|
|
5
|
+
export declare const HeadText: import("@emotion/styled/dist/declarations/src/types").StyledComponent<import("../../../Typography/types").TypographyPropsBase & {
|
|
12
6
|
color?: import("../../../Typography").TypographyColor | undefined;
|
|
13
7
|
variant?: import("../../../Typography").TypographyVariant | undefined;
|
|
14
8
|
colorIntensity?: import("../../../Typography").Intensity | undefined;
|
|
15
|
-
component?:
|
|
9
|
+
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
16
10
|
isUpperCase?: boolean | undefined;
|
|
17
11
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
18
12
|
theme?: import("@emotion/react").Theme | undefined;
|