@sberbusiness/triplex-next 0.19.0 → 0.21.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/README.md +61 -23
- package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +39 -0
- package/chunks/CalendarViewItem-D879SDC1.js +101 -0
- package/chunks/Card.module--O3Bx82B.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +15 -0
- package/chunks/{Chip-Bq-4tQtK.js → Chip-M9mPbBOt.js} +15 -15
- package/chunks/Confirm.module-DtBiR4Fo.js +15 -0
- package/chunks/{DropdownListItem-ILfoWhzW.js → DropdownListItem-BdLTF7q1.js} +16 -16
- package/chunks/DropdownMobile.module-PpB3KA4H.js +23 -0
- package/chunks/Footer.module-Z4RIi8JP.js +9 -0
- package/chunks/FormFieldInput-C75omt8Y.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +9 -0
- package/chunks/HeaderTabs.module-ykRWLBUI.js +9 -0
- package/chunks/{HeaderTitle.module-DKHery9U.js → HeaderTitle.module-Cg-I_NJG.js} +2 -2
- package/chunks/IslandAccordion.module-DE-xutGt.js +25 -0
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +9 -0
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +12 -0
- package/chunks/LightBoxContent-BLPx_Tsf.js +56 -0
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +9 -0
- package/chunks/{ListItemControlsButton-BVv5SEQK.js → ListItemControlsButton-0bXNCLYU.js} +8 -8
- package/chunks/ListItemTail.module-DFYWneN6.js +12 -0
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +10 -0
- package/chunks/ModalWindow.module-DqMffIcE.js +17 -0
- package/chunks/Notification.module-CPSD8BYw.js +20 -0
- package/chunks/Overlay.module-B5Hl3baB.js +18 -0
- package/chunks/Page.module-BbrHHqMK.js +11 -0
- package/chunks/{RightBorderArrow-DphWOCKu.js → RightBorderArrow-1OX8NAL9.js} +6 -6
- package/chunks/SMSField.module-CPSjUBD-.js +16 -0
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +15 -0
- package/chunks/SliderExtendedRail-C_1LnK7I.js +40 -0
- package/chunks/StatusTracker.module-KkpUE8KY.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BrJJVBqL.js → SuggestFieldMobileDropdownHint-DNKfDfM3.js} +6 -6
- package/chunks/TableFooter.module-OEvn0oaX.js +14 -0
- package/chunks/TabsExtended.module-B3Ti-48x.js +16 -0
- package/chunks/TabsLine.module-BgCBcRYT.js +21 -0
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +19 -0
- package/chunks/TreeView.module-CmGHGs81.js +9 -0
- package/chunks/{UploadZoneInput-CPReFDxM.js → UploadZoneInput-CIib3dEF.js} +5 -5
- package/chunks/{constants-BJYXBm7r.js → constants-BamiEgAW.js} +9 -9
- package/chunks/{utils-Di6w1QBl.js → utils-Bt-cuXIX.js} +2 -2
- package/chunks/utils-C5IWf42V.js +24 -0
- package/chunks/{utils-hoF6QqvY.js → utils-d7-rkiPs.js} +10 -10
- package/chunks/utils-hbQGLR7K.js +73 -0
- package/chunks/{vendor-DE8Zvm0w.js → vendor-DaOifQgP.js} +5330 -5331
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +11 -11
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +8 -8
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +24 -23
- package/components/Chip/ChipDropdownArrow.js +2 -2
- 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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/Confirm/index.js +4 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensCore.js +8 -0
- package/components/DesignTokens/components/Pagination.js +2 -5
- package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +20 -20
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +3 -3
- 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 +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- 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 +68 -66
- package/components/FormField/FormFieldContext.js +4 -3
- package/components/FormField/components/FormFieldClear.js +2 -2
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +19 -19
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +32 -30
- package/components/FormField/components/FormFieldTextarea.js +13 -13
- 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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +75 -69
- package/components/IslandWidget/IslandWidget.js +20 -20
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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 +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +32 -32
- 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 +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +15 -15
- package/components/List/components/ListItemTable.js +8 -8
- 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 +7 -7
- 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 +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +12 -12
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- 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 +3 -3
- 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 +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +24 -16
- package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Portal/index.js +5 -0
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +9 -9
- 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 +3 -3
- 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/SegmentedControl/SegmentedControl.js +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +68 -64
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +18 -18
- package/components/StatusTracker/StatusTracker.js +3 -3
- 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/Step/Step.js +3 -3
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -17
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +6 -6
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- 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 +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +120 -156
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +21 -19
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +5 -5
- 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 +13 -13
- package/components/Tooltip/index.js +13 -5
- package/components/TopOverlay/TopOverlay.js +28 -28
- 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/Typography/Caption.js +21 -21
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +574 -560
- package/generated/refTokenTypes.js +1 -1
- package/helpers/less/colors.less +2 -0
- package/index.d.ts +231 -68
- package/index.js +618 -604
- package/package.json +6 -1
- package/styles/triplex-next.css +547 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BHNe1ozS.js +0 -39
- package/chunks/CalendarViewItem-DPBC-Z6J.js +0 -101
- package/chunks/Card.module-B5YIHmus.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CpX20kPI.js +0 -14
- package/chunks/Confirm.module-GA5Dzlmr.js +0 -15
- package/chunks/DropdownMobile.module-DclcWauT.js +0 -23
- package/chunks/Footer.module-DkDGszHy.js +0 -9
- package/chunks/FormFieldInput-ClOpQErr.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-BZz8z8Wm.js +0 -9
- package/chunks/HeaderTabs.module-C5oTxlpm.js +0 -9
- package/chunks/IslandAccordion.module-WbI4D8ty.js +0 -25
- package/chunks/IslandWidgetFooter.module-DTWh9cNJ.js +0 -9
- package/chunks/IslandWidgetHeader.module-BQRaj4yi.js +0 -12
- package/chunks/LightBoxContent-DwCwTnm8.js +0 -56
- package/chunks/LightBoxControls.module-Dd9isO-M.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D6dEk7jq.js +0 -8
- package/chunks/ListItemTail.module-Cl4qnsce.js +0 -12
- package/chunks/ListMasterFooter.module-DhaldysT.js +0 -10
- package/chunks/ModalWindow.module-0Ojlif30.js +0 -17
- package/chunks/Notification.module-PYfR2ux2.js +0 -20
- package/chunks/Overlay.module-DLlM4tJo.js +0 -18
- package/chunks/Page.module-g63XbdMj.js +0 -11
- package/chunks/SMSField.module-BtkXBfsB.js +0 -16
- package/chunks/SliderExtendedMarks.module-CmYXI7Bc.js +0 -15
- package/chunks/SliderExtendedRail-LPLejGxq.js +0 -40
- package/chunks/StatusTracker.module-DvCRrIA3.js +0 -24
- package/chunks/TableFooter.module--X6CLCIy.js +0 -14
- package/chunks/TabsExtended.module-R-jANZBU.js +0 -16
- package/chunks/TabsLine.module-B1pGQOOh.js +0 -21
- package/chunks/TooltipDesktop.module-DB_qJpGS.js +0 -19
- package/chunks/TreeView.module-DToAhAOL.js +0 -9
- package/chunks/utils-BumZpvr4.js +0 -73
- package/chunks/utils-C0IvyYX-.js +0 -24
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c as I } from "../../../chunks/vendor-
|
|
5
|
-
const c = "
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-DaOifQgP.js";
|
|
5
|
+
const c = "listSortableItemTarget__20c9697a", b = "dragging__b92d4709", S = "listSortableItemTargetContent__b55d2b72", T = "listSortableItemTargetIcon__793f3e17", t = {
|
|
6
6
|
listSortableItemTarget: c,
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
7
|
+
dragging: b,
|
|
8
|
+
listSortableItemTargetContent: S,
|
|
9
9
|
listSortableItemTargetIcon: T
|
|
10
10
|
}, d = m.forwardRef(
|
|
11
|
-
({ children:
|
|
11
|
+
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable",
|
|
14
|
+
className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
|
18
|
-
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children:
|
|
18
|
+
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children: r }),
|
|
19
19
|
!o && /* @__PURE__ */ e(n, { paletteIndex: 5, className: t.listSortableItemTargetIcon })
|
|
20
20
|
]
|
|
21
21
|
}
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-0bXNCLYU.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
|
|
|
6
6
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
7
|
import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
|
|
8
8
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.21.0", children: t });
|
|
10
10
|
o.Body = m;
|
|
11
11
|
o.ChipGroup = s;
|
|
12
12
|
o.Footer = p;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
const e = "
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const e = "listMasterChipGroup__c8d55818", c = {
|
|
5
5
|
listMasterChipGroup: e
|
|
6
6
|
}, l = p.forwardRef(
|
|
7
7
|
({ children: s, className: t, ...r }, i) => (
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-CoXWM3Nq.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor-
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-CoXWM3Nq.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-CoXWM3Nq.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import f, { useRef as o, useEffect as m } from "react";
|
|
3
|
-
import { c as w } from "../../../chunks/vendor-
|
|
4
|
-
const p = "
|
|
3
|
+
import { c as w } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const p = "listMasterHeader__0226d409", y = "sticky__7ca034aa", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
7
|
}, H = f.forwardRef(
|
|
@@ -13,10 +13,10 @@ const p = "listMasterHeader__54254a16", y = "sticky__dc760ebd", c = {
|
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
const
|
|
16
|
+
const u = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ d(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -27,7 +27,7 @@ const p = "listMasterHeader__54254a16", y = "sticky__dc760ebd", c = {
|
|
|
27
27
|
n
|
|
28
28
|
),
|
|
29
29
|
...l,
|
|
30
|
-
ref:
|
|
30
|
+
ref: u,
|
|
31
31
|
children: i
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as r } from "../../../chunks/vendor-
|
|
4
|
-
const c = "
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const c = "selectionControls__424675b0", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
@@ -9,7 +9,7 @@ const c = "selectionControls__cd75b7a8", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.21.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
5
|
-
loaderMiddleDots:
|
|
1
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
|
+
const a = "loaderMiddle__f398e060", e = "loaderMiddleDots__abf14e09", l = "dot__634a2839", i = "dot1__95295938", n = "dot2__1316326c", c = "dot3__d6a56955", r = "dot4__398d0e1a", _ = "line__1df5ba54", d = {
|
|
4
|
+
loaderMiddle: a,
|
|
5
|
+
loaderMiddleDots: e,
|
|
6
6
|
dot: l,
|
|
7
|
-
dot1:
|
|
8
|
-
dot2:
|
|
9
|
-
dot3:
|
|
7
|
+
dot1: i,
|
|
8
|
+
dot2: n,
|
|
9
|
+
dot3: c,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ s("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
14
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
15
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../chunks/vendor-
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "loaderSmall__1901a486", _ = "sm__32a4f1e1", p = "dot__634a2839", i = "md__46fb178e", N = "lg__c3947980", b = "neutral__d953abb1", S = "brand__818e57fb", f = "dot1__95295938", u = "dot2__1316326c", T = "dot3__d6a56955", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
|
-
dot:
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
8
|
+
dot: p,
|
|
9
|
+
md: i,
|
|
10
|
+
lg: N,
|
|
11
|
+
neutral: b,
|
|
12
12
|
brand: S,
|
|
13
13
|
dot1: f,
|
|
14
14
|
dot2: u,
|
|
@@ -2,24 +2,24 @@ import { jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
|
-
import { c as p } from "../../chunks/vendor-
|
|
5
|
+
import { c as p } from "../../chunks/vendor-DaOifQgP.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__14db0bae", B = "loaderSmallBackdrop__69b2d830", k = "loaderMiddleBackdrop__537b4fc9", e = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
10
|
loaderMiddleBackdrop: k
|
|
11
11
|
}, f = ({
|
|
12
|
-
className:
|
|
12
|
+
className: o,
|
|
13
13
|
size: a = t.MD,
|
|
14
|
-
type:
|
|
14
|
+
type: d,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[e.loaderSmallBackdrop]:
|
|
20
|
-
[e.loaderMiddleBackdrop]:
|
|
18
|
+
const m = p(o, e.loaderScreen, {
|
|
19
|
+
[e.loaderSmallBackdrop]: d === "small",
|
|
20
|
+
[e.loaderMiddleBackdrop]: d === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */ r("div", { className: m, ...c, children:
|
|
22
|
+
return /* @__PURE__ */ r("div", { className: m, ...c, children: d === "small" ? /* @__PURE__ */ r(s, { size: a, theme: l }) : /* @__PURE__ */ r("div", { className: e.loaderMiddleBackground, children: /* @__PURE__ */ r(n, {}) }) });
|
|
23
23
|
};
|
|
24
24
|
f.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../chunks/vendor-
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
2
|
+
import { c as o } from "../../chunks/vendor-DaOifQgP.js";
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-Bt-cuXIX.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { Marker as
|
|
3
|
-
import { c as
|
|
4
|
-
import { s as k } from "../../chunks/utils-
|
|
2
|
+
import { Marker as f } from "../Marker/Marker.js";
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { s as k } from "../../chunks/utils-Bt-cuXIX.js";
|
|
5
5
|
import { ETextSize as n, EFontType as i, ECaptionSize as _ } from "../Typography/enums.js";
|
|
6
6
|
import { Caption as M } from "../Typography/Caption.js";
|
|
7
7
|
import { Text as c } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
9
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
|
|
11
|
-
const x = "
|
|
11
|
+
const x = "markerStatus__03c3a257", T = "contentContainer__b2f28f14", u = "md__85c2029e", z = "markerContainer__5d4a1357", E = "lg__ff1d5c65", e = {
|
|
12
12
|
markerStatus: x,
|
|
13
13
|
contentContainer: T,
|
|
14
14
|
md: u,
|
|
@@ -25,9 +25,9 @@ const x = "markerStatus__96717f81", T = "contentContainer__e6cbd785", u = "md__d
|
|
|
25
25
|
size: r = a.MD,
|
|
26
26
|
...C
|
|
27
27
|
}) => {
|
|
28
|
-
const
|
|
29
|
-
return /* @__PURE__ */ s("div", { className:
|
|
30
|
-
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(
|
|
28
|
+
const S = d(e.markerStatus, D[r], k[m], l);
|
|
29
|
+
return /* @__PURE__ */ s("div", { className: S, "data-tx": "0.21.0", ...C, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(f, { status: m, size: r }) }),
|
|
31
31
|
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
32
32
|
/* @__PURE__ */ t(c, { size: h[r], children: p }),
|
|
33
33
|
o && (r === a.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as d, Fragment as L, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import $, { useState as k, useRef as B, useEffect as f } from "react";
|
|
3
3
|
import { Portal as F } from "../Portal/Portal.js";
|
|
4
|
-
import { c as N, C as j, F as
|
|
5
|
-
import { ModalWindowViewManager as
|
|
6
|
-
import { useToken as
|
|
7
|
-
import { s as n } from "../../chunks/ModalWindow.module-
|
|
4
|
+
import { c as N, C as j, F as q } from "../../chunks/vendor-DaOifQgP.js";
|
|
5
|
+
import { ModalWindowViewManager as A } from "./components/ModalWindowViewManager.js";
|
|
6
|
+
import { useToken as D } from "../ThemeProvider/useToken.js";
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-DqMffIcE.js";
|
|
8
8
|
import { EComponentSize as V } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as G } from "../../utils/classNameMaps.js";
|
|
10
10
|
const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidden"], I = G(n), J = $.forwardRef((w, a) => {
|
|
@@ -14,12 +14,12 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
14
14
|
containerClassName: h,
|
|
15
15
|
focusTrapProps: s,
|
|
16
16
|
onExited: c,
|
|
17
|
-
closeButton:
|
|
18
|
-
size:
|
|
17
|
+
closeButton: y,
|
|
18
|
+
size: v = V.MD,
|
|
19
19
|
className: M,
|
|
20
20
|
topPosition: x = 100,
|
|
21
21
|
...E
|
|
22
|
-
} = w, W = { "--modal-window-top": `${x}px` }, [b, m] = k(!1), o = B(null), { scopeClassName: O } =
|
|
22
|
+
} = w, W = { "--modal-window-top": `${x}px` }, [b, m] = k(!1), o = B(null), { scopeClassName: O } = D();
|
|
23
23
|
f(() => () => {
|
|
24
24
|
u(), p();
|
|
25
25
|
}, []), f(() => {
|
|
@@ -43,7 +43,7 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
43
43
|
typeof a == "function" ? a(e) : a && (a.current = e);
|
|
44
44
|
};
|
|
45
45
|
if (!b || !o.current) return null;
|
|
46
|
-
const g = N(O, n.modalWindowContainer, h), z = N(n.modalWindow, I[
|
|
46
|
+
const g = N(O, n.modalWindowContainer, h), z = N(n.modalWindow, I[v], M);
|
|
47
47
|
return /* @__PURE__ */ d(L, { children: [
|
|
48
48
|
/* @__PURE__ */ t(F, { container: o.current, children: /* @__PURE__ */ t(
|
|
49
49
|
j,
|
|
@@ -59,12 +59,12 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
59
59
|
mountOnEnter: !0,
|
|
60
60
|
unmountOnExit: !0,
|
|
61
61
|
children: /* @__PURE__ */ t(
|
|
62
|
-
|
|
62
|
+
q,
|
|
63
63
|
{
|
|
64
64
|
active: r,
|
|
65
65
|
...s,
|
|
66
66
|
focusTrapOptions: {
|
|
67
|
-
|
|
67
|
+
allowOutsideClick: !0,
|
|
68
68
|
preventScroll: !0,
|
|
69
69
|
...s == null ? void 0 : s.focusTrapOptions
|
|
70
70
|
},
|
|
@@ -80,7 +80,7 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
80
80
|
className: z,
|
|
81
81
|
children: /* @__PURE__ */ d("div", { className: n.modalWindowContentWrapper, children: [
|
|
82
82
|
C,
|
|
83
|
-
|
|
83
|
+
y
|
|
84
84
|
] })
|
|
85
85
|
}
|
|
86
86
|
)
|
|
@@ -89,7 +89,7 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
89
89
|
)
|
|
90
90
|
}
|
|
91
91
|
) }),
|
|
92
|
-
/* @__PURE__ */ t(
|
|
92
|
+
/* @__PURE__ */ t(A, {})
|
|
93
93
|
] });
|
|
94
94
|
});
|
|
95
95
|
J.displayName = "ModalWindow";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
3
|
import { Island as n } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as t } from "../../../enums/EComponentSize.js";
|
|
5
|
-
import { EIslandType as
|
|
6
|
-
const
|
|
7
|
-
modalWindowBody:
|
|
5
|
+
import { EIslandType as r } from "../../Island/enums.js";
|
|
6
|
+
const a = "modalWindowBody__8053b704", l = {
|
|
7
|
+
modalWindowBody: a
|
|
8
8
|
}, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
|
|
9
9
|
n,
|
|
10
10
|
{
|
|
11
11
|
className: i(l.modalWindowBody, d),
|
|
12
|
-
type:
|
|
12
|
+
type: r.TYPE_1,
|
|
13
13
|
size: t.MD,
|
|
14
14
|
...m,
|
|
15
15
|
children: o
|
|
@@ -6,7 +6,7 @@ import { Button as i } from "../../Button/Button.js";
|
|
|
6
6
|
import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { EButtonTheme as d } from "../../Button/enums.js";
|
|
9
|
-
const C = "
|
|
9
|
+
const C = "modalWindowClose__f96885c2", a = {
|
|
10
10
|
modalWindowClose: C
|
|
11
11
|
}, f = (t) => {
|
|
12
12
|
const e = n(null);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../../chunks/vendor-
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
3
|
import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
4
|
+
import { s as o } from "../../../chunks/ModalWindow.module-DqMffIcE.js";
|
|
5
5
|
import { Page as l } from "../../Page/Page.js";
|
|
6
6
|
const W = ({
|
|
7
7
|
isLoading: e,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
|
-
import { c as l } from "../../../chunks/vendor-
|
|
5
|
-
const t = "
|
|
4
|
+
import { c as l } from "../../../chunks/vendor-DaOifQgP.js";
|
|
5
|
+
const t = "modalWindowHeader__7d3895f5", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
|
-
}, o = ({ className:
|
|
7
|
+
}, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
|
|
8
8
|
o.Title = e.Title;
|
|
9
9
|
o.displayName = "ModalWindowHeader";
|
|
10
10
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import { useState as r, useRef as
|
|
3
|
-
import {
|
|
2
|
+
import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
|
|
3
|
+
import { g, i as W, p as a } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as R } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as R } from "../../../chunks/ModalWindow.module-DqMffIcE.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
|
-
const [d, c] = r(), [t, l] = r(), o =
|
|
7
|
+
const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
9
9
|
const e = o.current.getBoundingClientRect();
|
|
10
10
|
W(
|
|
@@ -16,7 +16,7 @@ const s = "modalWindowViewManagerNodeId", z = () => {
|
|
|
16
16
|
let e = document.querySelector(`#${s}`);
|
|
17
17
|
e || (e = document.createElement("div"), e.setAttribute("id", s), document.body.appendChild(e)), c(e);
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
h(() => {
|
|
20
20
|
w();
|
|
21
21
|
}, []), p(() => {
|
|
22
22
|
n();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import f, { useState as F, useContext as p, useEffect as w } from "react";
|
|
3
|
-
import { F as D } from "../../../chunks/vendor-
|
|
3
|
+
import { F as D } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { Dropdown as M } from "../../Dropdown/Dropdown.js";
|
|
5
5
|
import { MultiselectFieldDropdownHeader as v } from "./MultiselectFieldDropdownHeader.js";
|
|
6
6
|
import { MultiselectFieldDropdownContent as x } from "./MultiselectFieldDropdownContent.js";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { MultiselectFieldContext as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { c as l } from "../../../chunks/vendor-
|
|
3
|
+
import { MultiselectFieldContext as d } from "../MultiselectFieldContext.js";
|
|
4
|
+
import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
|
|
5
|
+
import { c as l } from "../../../chunks/vendor-DaOifQgP.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const C = "
|
|
7
|
+
const C = "multiselectFieldContentWrapper__b093a7a1", u = "multiselectFieldContent__a63897b4", _ = "loaderScreen__dc4d1b6d", F = "sm__4961d11f", b = "md__7bb020cb", f = "lg__2729dcd9", e = {
|
|
8
8
|
multiselectFieldContentWrapper: C,
|
|
9
9
|
multiselectFieldContent: u,
|
|
10
10
|
loaderScreen: _,
|
|
11
11
|
sm: F,
|
|
12
|
-
md:
|
|
13
|
-
lg:
|
|
14
|
-
},
|
|
12
|
+
md: b,
|
|
13
|
+
lg: f
|
|
14
|
+
}, x = a(e), h = ({
|
|
15
15
|
children: s,
|
|
16
16
|
className: o,
|
|
17
17
|
loading: n,
|
|
18
|
-
...
|
|
18
|
+
...r
|
|
19
19
|
}) => {
|
|
20
|
-
const { size:
|
|
21
|
-
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...
|
|
20
|
+
const { size: c } = m(d);
|
|
21
|
+
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...r, children: /* @__PURE__ */ i("div", { tabIndex: -1, className: l(e.multiselectFieldContent, x[c]), children: [
|
|
22
22
|
s,
|
|
23
23
|
n && /* @__PURE__ */ t(p, { type: "small", className: e.loaderScreen })
|
|
24
24
|
] }) });
|
|
@@ -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-DaOifQgP.js";
|
|
3
|
+
const i = "multiselectFieldFooter__46ec261b", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
const d = "
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
|
+
const d = "multiselectFieldHeader__58353339", c = {
|
|
4
4
|
multiselectFieldHeader: d
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -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-DaOifQgP.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-CPSD8BYw.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": "0.
|
|
27
|
+
"data-tx": "0.21.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-CPSD8BYw.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-CPSD8BYw.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-CPSD8BYw.js";
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-DaOifQgP.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-CPSD8BYw.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-CPSD8BYw.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-DaOifQgP.js";
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-CPSD8BYw.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-CPSD8BYw.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-CPSD8BYw.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|