@sberbusiness/triplex-next 1.28.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +41 -0
- package/chunks/{CalendarViewItem-83koObqy.js → CalendarViewItem-DZix7Wi3.js} +23 -23
- package/chunks/Card.module-C57O8DQ9.js +18 -0
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +15 -0
- package/chunks/{Chip-BQ_gYzxq.js → Chip-D73o-tIk.js} +18 -18
- package/chunks/Confirm.module-CUcXlA0E.js +15 -0
- package/chunks/{DropdownListItem-CVJjluxY.js → DropdownListItem-PhDNj_sI.js} +22 -22
- package/chunks/DropdownMobile.module-DL87iBcj.js +23 -0
- package/chunks/Footer.module-DZzX_hiB.js +9 -0
- package/chunks/{FormFieldInput-BTVRGCId.js → FormFieldInput-Du3nMTry.js} +24 -24
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +9 -0
- package/chunks/HeaderTabs.module-D5xnWADy.js +9 -0
- package/chunks/{HeaderTitle.module-Bh2WjxIN.js → HeaderTitle.module-mufXm8bf.js} +2 -2
- package/chunks/IslandAccordion.module-cWQkjySQ.js +25 -0
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +9 -0
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +13 -0
- package/chunks/{LightBoxContent-BV0_QYb_.js → LightBoxContent-oXmUc0O4.js} +6 -6
- package/chunks/LightBoxControls.module-BOBUS8MF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +9 -0
- package/chunks/{ListItemControlsButton-_-tEvYQM.js → ListItemControlsButton-Cn_qKgVF.js} +8 -8
- package/chunks/ListItemTail.module-D7OEUQSH.js +12 -0
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +10 -0
- package/chunks/ModalWindow.module-B7YcXJ55.js +17 -0
- package/chunks/Notification.module-OkzyDWlc.js +20 -0
- package/chunks/Overlay.module-CBlckNkR.js +18 -0
- package/chunks/Page.module-BkDd7q7x.js +11 -0
- package/chunks/SMSField.module-BBRpa0-4.js +16 -0
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +15 -0
- package/chunks/{SliderExtendedRail-Dp8PruYh.js → SliderExtendedRail-Cr47EmrH.js} +8 -8
- package/chunks/StatusTracker.module-B6VeAoHW.js +24 -0
- package/chunks/{StepperStepArrowBorder-BhxHSVsg.js → StepperStepArrowBorder-C6up4LVv.js} +8 -8
- package/chunks/{SuggestFieldMobileDropdownHint-Dj6gWOOm.js → SuggestFieldMobileDropdownHint-BZyaIt1i.js} +2 -2
- package/chunks/TableFooter.module-Exx3Pc8E.js +14 -0
- package/chunks/TabsExtended.module-D8onFEnM.js +16 -0
- package/chunks/TabsLine.module-BvYF3ue-.js +21 -0
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +19 -0
- package/chunks/TreeView.module-ClEsZNDe.js +9 -0
- package/chunks/{UploadZoneInput-Bhz9sU72.js → UploadZoneInput-BbaamBLA.js} +8 -8
- package/chunks/{constants-CAK3AnS2.js → constants-DG4U-QtS.js} +8 -8
- package/chunks/utils-2vVjLvvg.js +24 -0
- package/chunks/{utils-JveQLn3C.js → utils-BTk2T8x6.js} +2 -2
- package/chunks/{utils-CWZKt6QH.js → utils-Bk10DX0W.js} +15 -15
- package/chunks/{utils-m2ZY7x9c.js → utils-DgpN6CSa.js} +8 -8
- package/chunks/{vendor-DudMBGKr.js → vendor-82AnkPpo.js} +47 -44
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +25 -25
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +47 -22
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +120 -114
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/Checkbox/Checkbox.js +20 -20
- package/components/Checkbox/CheckboxXGroup.js +10 -10
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +8 -8
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +142 -142
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +12 -12
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +89 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +83 -78
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/index.js +138 -135
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +6 -6
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +22 -22
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +27 -27
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +21 -21
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +13 -13
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +9 -9
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +27 -27
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +13 -13
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +15 -15
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +9 -9
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +22 -17
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +28 -25
- package/components/List/components/ListItemTable.js +21 -20
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +6 -6
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +9 -9
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +22 -22
- package/components/MonthYearRange/MonthYearRange.js +15 -15
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +34 -31
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +27 -27
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +14 -14
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +34 -34
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +3 -3
- package/components/StatusTracker/StatusTracker.js +15 -11
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +9 -9
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +11 -11
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +29 -25
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +26 -26
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +4 -4
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +24 -19
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +11 -11
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +20 -20
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +27 -27
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +13 -13
- package/components/Typography/Title.js +11 -11
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +643 -575
- package/index.d.ts +508 -93
- package/index.js +666 -598
- package/package.json +25 -1
- package/styles/triplex-next.css +541 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-NldQtvco.js +0 -41
- package/chunks/Card.module-c3-33ce8.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DmQ81avO.js +0 -15
- package/chunks/Confirm.module-NvQ6x492.js +0 -15
- package/chunks/DropdownMobile.module-BzplQxLc.js +0 -23
- package/chunks/Footer.module-C5auaCMC.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CmVwh8YX.js +0 -9
- package/chunks/HeaderTabs.module-BTcgQwsE.js +0 -9
- package/chunks/IslandAccordion.module-B-19rXcD.js +0 -25
- package/chunks/IslandWidgetFooter.module-BO73Tgxq.js +0 -9
- package/chunks/IslandWidgetHeader.module-Df2VlDhN.js +0 -12
- package/chunks/LightBoxControls.module-DbEH8RB1.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DX1kP1BM.js +0 -9
- package/chunks/ListItemTail.module-BKoqbpG6.js +0 -12
- package/chunks/ListMasterFooter.module-Dbk-k1aZ.js +0 -10
- package/chunks/ModalWindow.module-Dt8kEFNo.js +0 -17
- package/chunks/Notification.module-B9uJ73NL.js +0 -20
- package/chunks/Overlay.module-D6x0Rc2c.js +0 -18
- package/chunks/Page.module-Dp-a8BZr.js +0 -11
- package/chunks/SMSField.module-C2BQO6iZ.js +0 -16
- package/chunks/SliderExtendedMarks.module-DI6EJLUh.js +0 -15
- package/chunks/StatusTracker.module-CF7eqrdv.js +0 -24
- package/chunks/TableFooter.module-BBF-DJGA.js +0 -14
- package/chunks/TabsExtended.module-C4CTakbs.js +0 -16
- package/chunks/TabsLine.module-CQy-1q2X.js +0 -21
- package/chunks/TooltipDesktop.module-BsYuxr3t.js +0 -19
- package/chunks/TreeView.module-BkeBRmgo.js +0 -9
- package/chunks/utils-BeYLwFL4.js +0 -24
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import T, { useState as C, useEffect as v } from "react";
|
|
3
3
|
import { DatePickerExtended as y } from "../DatePickerExtended/DatePickerExtended.js";
|
|
4
|
-
import { dateFormatYYYYMMDD as F, globalLimitRange as
|
|
4
|
+
import { dateFormatYYYYMMDD as F, globalLimitRange as R } from "../../consts/DateConst.js";
|
|
5
5
|
import { MonthYearPickerUtils as p } from "./utils.js";
|
|
6
|
-
import { DropdownMobileInput as
|
|
7
|
-
import { ECalendarPickType as
|
|
8
|
-
import { MonthYearFieldContext as
|
|
9
|
-
import { MonthYearFieldTarget as
|
|
10
|
-
const
|
|
6
|
+
import { DropdownMobileInput as S } from "../Dropdown/mobile/DropdownMobileInput.js";
|
|
7
|
+
import { ECalendarPickType as V } from "../Calendar/enums.js";
|
|
8
|
+
import { MonthYearFieldContext as w } from "./MonthYearFieldContext.js";
|
|
9
|
+
import { MonthYearFieldTarget as x } from "./MonthYearFieldTarget.js";
|
|
10
|
+
const E = T.forwardRef((s, u) => {
|
|
11
11
|
const {
|
|
12
|
-
size:
|
|
13
|
-
status:
|
|
12
|
+
size: d,
|
|
13
|
+
status: m,
|
|
14
14
|
value: n,
|
|
15
|
-
label:
|
|
15
|
+
label: c,
|
|
16
16
|
placeholder: i,
|
|
17
17
|
format: r = F,
|
|
18
|
-
limitRange: t =
|
|
18
|
+
limitRange: t = R,
|
|
19
19
|
onChange: l,
|
|
20
20
|
onClear: f,
|
|
21
21
|
targetProps: g,
|
|
22
22
|
...P
|
|
23
|
-
} = s, [o, h] =
|
|
23
|
+
} = s, [o, h] = C(p.getPickerValues(n, r, t));
|
|
24
24
|
v(() => {
|
|
25
25
|
const e = p.getPickerValues(n, r, t);
|
|
26
26
|
e.inputString !== o.inputString && h(e);
|
|
27
27
|
}, [n, r, t]);
|
|
28
28
|
const k = () => {
|
|
29
29
|
const { inputProps: e, ...M } = g || {};
|
|
30
|
-
return /* @__PURE__ */ a(
|
|
31
|
-
|
|
30
|
+
return /* @__PURE__ */ a(w.Provider, { value: { onChange: l }, children: /* @__PURE__ */ a(
|
|
31
|
+
x,
|
|
32
32
|
{
|
|
33
|
-
size:
|
|
34
|
-
status:
|
|
35
|
-
label:
|
|
33
|
+
size: d,
|
|
34
|
+
status: m,
|
|
35
|
+
label: c,
|
|
36
36
|
onClear: f,
|
|
37
37
|
inputProps: {
|
|
38
38
|
value: o.inputString,
|
|
@@ -43,7 +43,7 @@ const b = C.forwardRef((s, m) => {
|
|
|
43
43
|
...M
|
|
44
44
|
}
|
|
45
45
|
) });
|
|
46
|
-
}, Y = () => /* @__PURE__ */ a(
|
|
46
|
+
}, Y = () => /* @__PURE__ */ a(S, { value: o.inputString, placeholder: i, readOnly: !0 }), D = (e) => {
|
|
47
47
|
l(e.format(r));
|
|
48
48
|
};
|
|
49
49
|
return /* @__PURE__ */ a(
|
|
@@ -52,17 +52,17 @@ const b = C.forwardRef((s, m) => {
|
|
|
52
52
|
renderTarget: k,
|
|
53
53
|
renderDropdownHeaderTarget: Y,
|
|
54
54
|
pickedDate: o.calendarDate,
|
|
55
|
-
pickType:
|
|
55
|
+
pickType: V.MONTH_YEAR,
|
|
56
56
|
format: r,
|
|
57
57
|
limitRange: t,
|
|
58
58
|
onDateChange: D,
|
|
59
59
|
...P,
|
|
60
|
-
ref:
|
|
60
|
+
ref: u
|
|
61
61
|
}
|
|
62
62
|
);
|
|
63
63
|
});
|
|
64
|
-
|
|
64
|
+
E.displayName = "MonthYearField";
|
|
65
65
|
export {
|
|
66
|
-
|
|
66
|
+
E as MonthYearField
|
|
67
67
|
};
|
|
68
68
|
//# sourceMappingURL=MonthYearField.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as M, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import N from "react";
|
|
3
3
|
import c from "moment";
|
|
4
4
|
import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
|
-
import { c as d } from "../../chunks/vendor-
|
|
5
|
+
import { c as d } from "../../chunks/vendor-82AnkPpo.js";
|
|
6
6
|
import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
|
|
7
7
|
import { EMonthYearRangeShiftUnit as E } from "./enums.js";
|
|
8
|
-
const F = "
|
|
8
|
+
const F = "monthYearRange__2bb5a505", j = "monthYearRangeButton__fe0fbbd0", w = "separator__2d268f05", l = {
|
|
9
9
|
monthYearRange: F,
|
|
10
10
|
monthYearRangeButton: j,
|
|
11
11
|
separator: w
|
|
12
|
-
}, y =
|
|
12
|
+
}, y = N.forwardRef(
|
|
13
13
|
({
|
|
14
14
|
className: R,
|
|
15
15
|
value: p,
|
|
@@ -22,12 +22,12 @@ const F = "monthYearRange__62f3a4e2", j = "monthYearRangeButton__bfe9de25", w =
|
|
|
22
22
|
renderButtonForward: g,
|
|
23
23
|
renderButtonBack: h,
|
|
24
24
|
...S
|
|
25
|
-
},
|
|
26
|
-
const [t, r] = p,
|
|
25
|
+
}, b) => {
|
|
26
|
+
const [t, r] = p, k = d(l.monthYearRange, R), _ = (e) => {
|
|
27
27
|
!e || !r || e <= r ? o([e, r]) : o([e, ""]);
|
|
28
|
-
},
|
|
28
|
+
}, x = (e) => {
|
|
29
29
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
30
|
-
},
|
|
30
|
+
}, B = () => {
|
|
31
31
|
if (!t || !r)
|
|
32
32
|
return;
|
|
33
33
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -35,7 +35,7 @@ const F = "monthYearRange__62f3a4e2", j = "monthYearRangeButton__bfe9de25", w =
|
|
|
35
35
|
e.subtract(s, m).format(a),
|
|
36
36
|
n.subtract(s, m).format(a)
|
|
37
37
|
]);
|
|
38
|
-
},
|
|
38
|
+
}, I = () => {
|
|
39
39
|
if (!t || !r)
|
|
40
40
|
return;
|
|
41
41
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -44,27 +44,27 @@ const F = "monthYearRange__62f3a4e2", j = "monthYearRangeButton__bfe9de25", w =
|
|
|
44
44
|
n.add(s, m).format(a)
|
|
45
45
|
]);
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */
|
|
47
|
+
return /* @__PURE__ */ M("div", { className: k, ...S, ref: b, children: [
|
|
48
48
|
!f && h({
|
|
49
49
|
children: /* @__PURE__ */ i(v, { paletteIndex: 5 }),
|
|
50
50
|
className: d(l.monthYearRangeButton),
|
|
51
51
|
disabled: !(t && r),
|
|
52
|
-
onClick:
|
|
52
|
+
onClick: B
|
|
53
53
|
}),
|
|
54
54
|
u({
|
|
55
|
-
onChange:
|
|
55
|
+
onChange: _,
|
|
56
56
|
value: t
|
|
57
57
|
}),
|
|
58
58
|
/* @__PURE__ */ i(V, { className: l.separator, paletteIndex: 5 }),
|
|
59
59
|
Y({
|
|
60
|
-
onChange:
|
|
60
|
+
onChange: x,
|
|
61
61
|
value: r
|
|
62
62
|
}),
|
|
63
63
|
!f && g({
|
|
64
64
|
children: /* @__PURE__ */ i(C, { paletteIndex: 5 }),
|
|
65
65
|
className: d(l.monthYearRangeButton),
|
|
66
66
|
disabled: !(t && r),
|
|
67
|
-
onClick:
|
|
67
|
+
onClick: I
|
|
68
68
|
})
|
|
69
69
|
] });
|
|
70
70
|
}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { SelectExtendedField as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import p, { useRef as s } from "react";
|
|
3
|
+
import { SelectExtendedField as a } from "../SelectExtendedField/SelectExtendedField.js";
|
|
4
4
|
import "../SelectExtendedField/components/SelectExtendedFieldDropdown.js";
|
|
5
|
-
import { SelectExtendedFieldTarget as
|
|
6
|
-
import { MultiselectFieldContext as
|
|
7
|
-
import { MultiselectFieldDropdown as
|
|
8
|
-
import { EComponentSize as
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
({ children:
|
|
5
|
+
import { SelectExtendedFieldTarget as n } from "../SelectExtendedField/components/SelectExtendedFieldTarget.js";
|
|
6
|
+
import { MultiselectFieldContext as u } from "./MultiselectFieldContext.js";
|
|
7
|
+
import { MultiselectFieldDropdown as F } from "./components/MultiselectFieldDropdown.js";
|
|
8
|
+
import { EComponentSize as x } from "../../enums/EComponentSize.js";
|
|
9
|
+
const R = Object.assign(
|
|
10
|
+
p.forwardRef(
|
|
11
|
+
({ children: i, className: l, size: o = x.MD, onMouseDown: e, ...d }, m) => {
|
|
12
|
+
const t = s(!1), c = (f) => {
|
|
13
|
+
t.current = !0, e == null || e(f);
|
|
14
|
+
};
|
|
15
|
+
return /* @__PURE__ */ r(u.Provider, { value: { size: o, mouseUsedRef: t }, children: /* @__PURE__ */ r(a, { className: l, onMouseDown: c, ref: m, ...d, children: i }) });
|
|
16
|
+
}
|
|
12
17
|
),
|
|
13
18
|
{
|
|
14
|
-
Dropdown:
|
|
15
|
-
Target:
|
|
19
|
+
Dropdown: F,
|
|
20
|
+
Target: n
|
|
16
21
|
}
|
|
17
22
|
);
|
|
18
|
-
|
|
23
|
+
R.displayName = "MultiselectField";
|
|
19
24
|
export {
|
|
20
|
-
|
|
25
|
+
R as MultiselectField
|
|
21
26
|
};
|
|
22
27
|
//# sourceMappingURL=MultiselectField.js.map
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { EComponentSize as
|
|
1
|
+
import e from "react";
|
|
2
|
+
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
3
3
|
const o = {
|
|
4
|
-
size:
|
|
5
|
-
|
|
4
|
+
size: t.MD,
|
|
5
|
+
mouseUsedRef: { current: !1 }
|
|
6
|
+
}, n = e.createContext(o);
|
|
6
7
|
export {
|
|
7
8
|
n as MultiselectFieldContext,
|
|
8
9
|
o as initialMultiselectFieldContext
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { g as
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import d, { useContext as s, useEffect as a } from "react";
|
|
3
|
+
import { g as u } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
8
|
-
import { EDropdownWidth as
|
|
7
|
+
import "../../../chunks/DropdownListItem-PhDNj_sI.js";
|
|
8
|
+
import { EDropdownWidth as f } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -17,38 +17,41 @@ import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
|
17
17
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
|
-
import { Dropdown as
|
|
21
|
-
import { MultiselectFieldDropdownHeader as
|
|
22
|
-
import { MultiselectFieldDropdownContent as
|
|
23
|
-
import { MultiselectFieldDropdownFooter as
|
|
24
|
-
import { MultiselectFieldContext as
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
({ children:
|
|
28
|
-
const { size:
|
|
29
|
-
return
|
|
30
|
-
|
|
20
|
+
import { Dropdown as F } from "../../Dropdown/Dropdown.js";
|
|
21
|
+
import { MultiselectFieldDropdownHeader as D } from "./MultiselectFieldDropdownHeader.js";
|
|
22
|
+
import { MultiselectFieldDropdownContent as M } from "./MultiselectFieldDropdownContent.js";
|
|
23
|
+
import { MultiselectFieldDropdownFooter as w } from "./MultiselectFieldDropdownFooter.js";
|
|
24
|
+
import { MultiselectFieldContext as x } from "../MultiselectFieldContext.js";
|
|
25
|
+
const O = Object.assign(
|
|
26
|
+
d.forwardRef(
|
|
27
|
+
({ children: m, focusTrapProps: t, opened: e, targetRef: n, mobileViewProps: r, ...p }, l) => {
|
|
28
|
+
const { size: c, mouseUsedRef: o } = s(x);
|
|
29
|
+
return a(() => {
|
|
30
|
+
e || (o.current = !1);
|
|
31
|
+
}, [e, o]), /* @__PURE__ */ i(
|
|
32
|
+
F,
|
|
31
33
|
{
|
|
32
|
-
width:
|
|
34
|
+
width: f.MIN_TARGET,
|
|
33
35
|
mobileViewProps: {
|
|
34
|
-
...
|
|
35
|
-
className:
|
|
36
|
+
...r,
|
|
37
|
+
className: r == null ? void 0 : r.className
|
|
36
38
|
},
|
|
37
|
-
targetRef:
|
|
38
|
-
opened:
|
|
39
|
-
size:
|
|
39
|
+
targetRef: n,
|
|
40
|
+
opened: e,
|
|
41
|
+
size: c,
|
|
40
42
|
...p,
|
|
41
|
-
ref:
|
|
42
|
-
children: /* @__PURE__ */
|
|
43
|
-
|
|
43
|
+
ref: l,
|
|
44
|
+
children: /* @__PURE__ */ i(
|
|
45
|
+
u.FocusTrap,
|
|
44
46
|
{
|
|
45
47
|
...t,
|
|
46
48
|
focusTrapOptions: {
|
|
47
49
|
clickOutsideDeactivates: !0,
|
|
48
50
|
preventScroll: !0,
|
|
51
|
+
returnFocusOnDeactivate: !o.current,
|
|
49
52
|
...t == null ? void 0 : t.focusTrapOptions
|
|
50
53
|
},
|
|
51
|
-
children: /* @__PURE__ */
|
|
54
|
+
children: /* @__PURE__ */ i("div", { role: "presentation", children: m })
|
|
52
55
|
}
|
|
53
56
|
)
|
|
54
57
|
}
|
|
@@ -56,13 +59,13 @@ const w = Object.assign(
|
|
|
56
59
|
}
|
|
57
60
|
),
|
|
58
61
|
{
|
|
59
|
-
Header:
|
|
60
|
-
Content:
|
|
61
|
-
Footer:
|
|
62
|
+
Header: D,
|
|
63
|
+
Content: M,
|
|
64
|
+
Footer: w
|
|
62
65
|
}
|
|
63
66
|
);
|
|
64
|
-
|
|
67
|
+
O.displayName = "MultiselectFieldDropdown";
|
|
65
68
|
export {
|
|
66
|
-
|
|
69
|
+
O as MultiselectFieldDropdown
|
|
67
70
|
};
|
|
68
71
|
//# sourceMappingURL=MultiselectFieldDropdown.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsxs as c, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
3
|
import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { c as
|
|
4
|
+
import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
|
|
5
|
+
import { c as d } from "../../../chunks/vendor-82AnkPpo.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__6ce9dfe1", f = "loaderScreen__b818fbe0", C = "sm__3539a052", u = "md__fb335a3d", x = "lg__561c7928", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
11
|
-
md:
|
|
9
|
+
loaderScreen: f,
|
|
10
|
+
sm: C,
|
|
11
|
+
md: u,
|
|
12
12
|
lg: x
|
|
13
|
-
}, F =
|
|
13
|
+
}, F = a(e), j = ({
|
|
14
14
|
children: t,
|
|
15
15
|
className: o,
|
|
16
16
|
loading: s,
|
|
@@ -21,7 +21,7 @@ const _ = "multiselectFieldContent__48f6463c", C = "loaderScreen__07537dce", u =
|
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
24
|
-
className:
|
|
24
|
+
className: d(e.multiselectFieldContent, F[n], o),
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as s } from "../../../chunks/vendor-
|
|
3
|
-
const i = "
|
|
2
|
+
import { c as s } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const i = "multiselectFieldFooter__04c69d88", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
5
|
-
},
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const i = "multiselectFieldHeader__27cdadf0", c = {
|
|
4
|
+
multiselectFieldHeader: i
|
|
5
|
+
}, a = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className:
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "../../chunks/vendor-
|
|
2
|
+
import { c as l } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
3
|
import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-OkzyDWlc.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "1.
|
|
27
|
+
"data-tx": "1.30.0",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-OkzyDWlc.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
5
|
-
import { c as e } from "../../../chunks/vendor-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-82AnkPpo.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
8
8
|
export {
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-OkzyDWlc.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-Du3nMTry.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as m } from "../../chunks/vendor-
|
|
3
|
+
import { c as m } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "orderedList__a35fe786", f = {
|
|
6
6
|
orderedList: c
|
|
7
7
|
}, L = Object.assign(
|
|
8
8
|
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
@@ -15,7 +15,7 @@ const c = "orderedList__6fcb17d6", f = {
|
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
17
|
...d,
|
|
18
|
-
"data-tx": "1.
|
|
18
|
+
"data-tx": "1.30.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as i } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
|
-
import { Text as
|
|
7
|
+
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__08c65d2e", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
|
-
},
|
|
11
|
+
}, c = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
13
|
-
|
|
13
|
+
d,
|
|
14
14
|
{
|
|
15
|
-
className:
|
|
16
|
-
size:
|
|
15
|
+
className: i(p.orderedListItem, t),
|
|
16
|
+
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "1.
|
|
19
|
+
"data-tx": "1.30.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
c.displayName = "OrderedListItem";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
c as OrderedListItem
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { c as u } from "../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-CBlckNkR.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as t } from "../../chunks/vendor-
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
3
|
+
import { c as t } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-CBlckNkR.js";
|
|
5
5
|
const f = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
|
|
7
7
|
"div",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { EOverlayDirection as r } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-CBlckNkR.js";
|
|
6
6
|
const P = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-BkDd7q7x.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const d = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, t) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
+
import { c as d } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const f = "
|
|
8
|
+
const f = "bodyPage__b9482016", P = "verticalMargin24__94fcaaa9", v = "verticalMargin16__5a5862e7", o = {
|
|
9
9
|
bodyPage: f,
|
|
10
10
|
verticalMargin24: P,
|
|
11
11
|
verticalMargin16: v
|