@sberbusiness/triplex-next 1.12.0 → 1.14.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 +4 -4
- package/chunks/AlertProcessSpoiler-DALLbh4Y.js +39 -0
- package/chunks/{CalendarViewItem-DM6giHDZ.js → CalendarViewItem-DE57LdxF.js} +28 -28
- package/chunks/Card.module-D18ujhsr.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
- package/chunks/{Chip-DAuhowke.js → Chip-CBP_avtm.js} +11 -11
- package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
- package/chunks/{DropdownListItem-Dd97YDii.js → DropdownListItem-C6I9gVRb.js} +13 -13
- package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
- package/chunks/Footer.module-BlHDTNCR.js +9 -0
- package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
- package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
- package/chunks/{HeaderTitle.module-B5-wunmu.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
- package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
- package/chunks/LightBoxContent-Bi0IQWNc.js +56 -0
- package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
- package/chunks/{ListItemControlsButton-CzGamwTx.js → ListItemControlsButton--Ek4l8AX.js} +13 -13
- package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
- package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
- package/chunks/Notification.module-8g0up3Mn.js +21 -0
- package/chunks/Overlay.module-CJZIns4Y.js +18 -0
- package/chunks/Page.module-Cq-KMJ_J.js +11 -0
- package/chunks/{RightBorderArrow-DCUUrij3.js → RightBorderArrow-BqzM7D6K.js} +12 -12
- package/chunks/SMSField.module-Dpw_velC.js +16 -0
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
- package/chunks/{SliderExtendedRail-BGydR8-k.js → SliderExtendedRail-BxflNPkW.js} +11 -11
- package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-B1y2_WeW.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
- package/chunks/TableFooter.module-BXib8bAF.js +14 -0
- package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
- package/chunks/TabsLine.module-DY1bt47O.js +21 -0
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
- package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
- package/chunks/UploadZoneInput--oJn7HTT.js +33 -0
- package/chunks/utils-6FIQkvvy.js +36 -0
- package/chunks/utils-B5Py99ZO.js +73 -0
- package/chunks/utils-BX1E8zy3.js +24 -0
- package/chunks/utils-Cyb1tecG.js +20 -0
- package/chunks/{utils-BxluXyQN.js → utils-DPkyEvqV.js} +10 -10
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +11 -11
- package/components/AmountField/AmountField.js +7 -7
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +45 -44
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +12 -12
- 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 +18 -18
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- 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 +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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 +12 -12
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +37 -36
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/DesignTokens/DesignTokensComponents.js +106 -104
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- 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 +2 -2
- 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 +11 -11
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- 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 +56 -50
- package/components/FormField/components/FormFieldClear.js +18 -18
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +10 -10
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +34 -37
- package/components/FormField/index.js +16 -15
- 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 +3 -3
- 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 +47 -48
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- 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 +3 -3
- package/components/IslandWidget/IslandWidget.js +7 -7
- 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 +4 -4
- package/components/LightBox/LightBox.js +20 -20
- 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 +11 -11
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -11
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +33 -33
- package/components/List/List.js +5 -5
- 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 +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +5 -5
- 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 +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
- 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 +13 -13
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +20 -20
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +5 -5
- 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 +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
- 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 +29 -29
- 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 +12 -12
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +37 -37
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +23 -23
- 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 +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +4 -4
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +30 -29
- 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 +30 -30
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- 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 +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- 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 +36 -35
- package/components/TopOverlay/TopOverlay.js +22 -22
- 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 +5 -5
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +16 -16
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +554 -549
- package/consts/DateConst.js +6 -6
- package/index.d.ts +59 -23
- package/index.js +598 -593
- package/package.json +7 -3
- package/styles/triplex-next.css +534 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-2ISgLMAv.js +0 -39
- package/chunks/Card.module-B3p3ckTi.js +0 -17
- package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +0 -11
- package/chunks/Confirm.module-C8vukyYR.js +0 -15
- package/chunks/DropdownMobile.module-CCITYoi5.js +0 -23
- package/chunks/Footer.module-CvMg6tX7.js +0 -9
- package/chunks/FormFieldInput-CkbWg1jd.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +0 -9
- package/chunks/HeaderTabs.module-BByuDFWD.js +0 -9
- package/chunks/IslandAccordion.module-xj0cP0m9.js +0 -25
- package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +0 -9
- package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +0 -9
- package/chunks/LightBoxContent-CkXwpIcr.js +0 -56
- package/chunks/LightBoxControls.module-CzUVzNt3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +0 -8
- package/chunks/ListItemTail.module-nXIzaumG.js +0 -12
- package/chunks/ListMasterFooter.module-DSwVh_Ga.js +0 -10
- package/chunks/ModalWindow.module-Cve8WlGX.js +0 -17
- package/chunks/Notification.module-CPxgLCeP.js +0 -21
- package/chunks/Overlay.module-CUGc7krZ.js +0 -18
- package/chunks/Page.module-F4pO41fd.js +0 -11
- package/chunks/SMSField.module-DsbfVxJI.js +0 -16
- package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +0 -15
- package/chunks/StatusTracker.module-BfU9IGap.js +0 -24
- package/chunks/TableFooter.module-B85spOme.js +0 -14
- package/chunks/TabsExtended.module-D5Cengc4.js +0 -16
- package/chunks/TabsLine.module-BIWiErhn.js +0 -21
- package/chunks/TooltipDesktop.module-BHooJ0zu.js +0 -19
- package/chunks/TreeView.module-BlFF2oGU.js +0 -9
- package/chunks/UploadZoneInput-BERiqnOn.js +0 -35
- package/chunks/utils-7DZsULe6.js +0 -73
- package/chunks/utils-BSFj4o72.js +0 -24
- package/chunks/utils-Bn_7-Ayu.js +0 -36
- package/chunks/utils-x7NpEaSu.js +0 -20
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.14.0", ref: t, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-hEx6xNDd.js";
|
|
7
7
|
const b = Object.assign(
|
|
8
8
|
d.forwardRef(function({ children: e, className: r, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as d } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-hEx6xNDd.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as t } from "../../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as t } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-hEx6xNDd.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
const u = "
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const u = "headerSubheader__f74b39c9", c = "withoutPaddings__a1a74742", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
|
-
withoutPaddings:
|
|
6
|
+
withoutPaddings: c
|
|
7
7
|
}, n = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
5
|
+
import { c as d } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-msmMm_BI.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-msmMm_BI.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-msmMm_BI.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
5
|
+
import { c as l } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-D2Le-Vmd.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: e, className: t, ...r }, o) {
|
|
9
9
|
return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-D2Le-Vmd.js";
|
|
5
5
|
const m = s.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-D2Le-Vmd.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,94 +1,93 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as M, useState as
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsxs as f, Fragment as H, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as M, useState as h, useId as N } from "react";
|
|
3
|
+
import { c as R, h as S } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as L } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as j } from "../Button/ButtonIcon.js";
|
|
6
6
|
import { EButtonIconShape as k } from "../Button/enums.js";
|
|
7
7
|
import { Tooltip as l } from "../Tooltip/Tooltip.js";
|
|
8
|
-
import { TooltipMobileHeader as
|
|
9
|
-
import { MobileView as
|
|
10
|
-
import { getDataHTMLAttributes as
|
|
11
|
-
import { getAriaHTMLAttributes as
|
|
12
|
-
const
|
|
13
|
-
helpBoxButton:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
focusTrapProps: t,
|
|
8
|
+
import { TooltipMobileHeader as _ } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
|
|
9
|
+
import { MobileView as z } from "../MobileView/MobileView.js";
|
|
10
|
+
import { getDataHTMLAttributes as C } from "../../utils/html/DataAttributes.js";
|
|
11
|
+
import { getAriaHTMLAttributes as D } from "../../utils/html/AriaAttributes.js";
|
|
12
|
+
const Q = "helpBoxButton__7a25151d", V = {
|
|
13
|
+
helpBoxButton: Q
|
|
14
|
+
}, X = ({
|
|
15
|
+
children: x,
|
|
16
|
+
className: T,
|
|
17
|
+
focusTrapProps: o,
|
|
19
18
|
mobileHeaderContent: c,
|
|
20
19
|
isOpen: i,
|
|
21
20
|
onShow: n,
|
|
22
21
|
tooltipSize: I,
|
|
23
|
-
preferPlace:
|
|
22
|
+
preferPlace: v,
|
|
24
23
|
toggle: r,
|
|
25
24
|
tooltipAriaAttributes: s,
|
|
26
25
|
tooltipDataAttributes: p,
|
|
27
|
-
...
|
|
26
|
+
...F
|
|
28
27
|
}) => {
|
|
29
|
-
const
|
|
30
|
-
i === void 0 &&
|
|
31
|
-
},
|
|
32
|
-
|
|
33
|
-
}, E = (
|
|
34
|
-
|
|
28
|
+
const m = M(null), [O, b] = h(!!i), [d, u] = h(null), B = N(), a = i ?? O, g = (e) => {
|
|
29
|
+
i === void 0 && b(e), e || u(null), r == null || r(e);
|
|
30
|
+
}, y = (e) => {
|
|
31
|
+
u(e), n == null || n(e);
|
|
32
|
+
}, E = (e) => /* @__PURE__ */ t(
|
|
33
|
+
z,
|
|
35
34
|
{
|
|
36
|
-
fallback: /* @__PURE__ */
|
|
37
|
-
|
|
35
|
+
fallback: /* @__PURE__ */ t(
|
|
36
|
+
S.FocusTrap,
|
|
38
37
|
{
|
|
39
38
|
active: a,
|
|
40
|
-
...
|
|
39
|
+
...o,
|
|
41
40
|
focusTrapOptions: {
|
|
42
41
|
clickOutsideDeactivates: !0,
|
|
43
|
-
initialFocus: `[id='${
|
|
42
|
+
initialFocus: `[id='${B}']`,
|
|
44
43
|
preventScroll: !0,
|
|
45
|
-
...
|
|
44
|
+
...o == null ? void 0 : o.focusTrapOptions
|
|
46
45
|
},
|
|
47
|
-
containerElements: [
|
|
46
|
+
containerElements: [e]
|
|
48
47
|
}
|
|
49
48
|
),
|
|
50
49
|
children: null
|
|
51
50
|
}
|
|
52
51
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
54
|
-
/* @__PURE__ */
|
|
52
|
+
return /* @__PURE__ */ f(H, { children: [
|
|
53
|
+
/* @__PURE__ */ f(
|
|
55
54
|
l,
|
|
56
55
|
{
|
|
57
|
-
id:
|
|
56
|
+
id: B,
|
|
58
57
|
tabIndex: -1,
|
|
59
58
|
role: "dialog",
|
|
60
59
|
toggleType: "hover",
|
|
61
60
|
size: I,
|
|
62
|
-
preferPlace:
|
|
61
|
+
preferPlace: v,
|
|
63
62
|
isOpen: a,
|
|
64
|
-
toggle:
|
|
65
|
-
onShow:
|
|
66
|
-
targetRef:
|
|
67
|
-
...!!s &&
|
|
68
|
-
...!!p &&
|
|
63
|
+
toggle: g,
|
|
64
|
+
onShow: y,
|
|
65
|
+
targetRef: m,
|
|
66
|
+
...!!s && D(s),
|
|
67
|
+
...!!p && C(p),
|
|
69
68
|
children: [
|
|
70
|
-
/* @__PURE__ */
|
|
69
|
+
/* @__PURE__ */ t(l.Target, { children: /* @__PURE__ */ t(
|
|
71
70
|
j,
|
|
72
71
|
{
|
|
73
|
-
className:
|
|
72
|
+
className: R(V.helpBoxButton, T),
|
|
74
73
|
"aria-label": "Подсказка",
|
|
75
74
|
shape: k.CIRCLE,
|
|
76
|
-
ref:
|
|
77
|
-
...
|
|
78
|
-
children: /* @__PURE__ */
|
|
75
|
+
ref: m,
|
|
76
|
+
...F,
|
|
77
|
+
children: /* @__PURE__ */ t(L, { paletteIndex: 5 })
|
|
79
78
|
}
|
|
80
79
|
) }),
|
|
81
|
-
c && /* @__PURE__ */
|
|
82
|
-
/* @__PURE__ */
|
|
83
|
-
/* @__PURE__ */
|
|
80
|
+
c && /* @__PURE__ */ t(_, { children: c }),
|
|
81
|
+
/* @__PURE__ */ t(l.Body, { children: x }),
|
|
82
|
+
/* @__PURE__ */ t(l.XButton, { "aria-label": "Закрыть" })
|
|
84
83
|
]
|
|
85
84
|
}
|
|
86
85
|
),
|
|
87
|
-
a &&
|
|
86
|
+
a && d && E(d)
|
|
88
87
|
] });
|
|
89
88
|
};
|
|
90
|
-
|
|
89
|
+
X.displayName = "HelpBox";
|
|
91
90
|
export {
|
|
92
|
-
|
|
91
|
+
X as HelpBox
|
|
93
92
|
};
|
|
94
93
|
//# sourceMappingURL=HelpBox.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-BX1E8zy3.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import { c as t } from "../../../chunks/vendor-
|
|
4
|
-
const l = "
|
|
3
|
+
import { c as t } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const l = "islandBody__43b234f5", n = {
|
|
5
5
|
islandBody: l
|
|
6
6
|
}, f = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const l = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const l = "islandFooter__1ec3988f", n = {
|
|
5
5
|
islandFooter: l
|
|
6
|
-
}, f =
|
|
6
|
+
}, f = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
8
|
f as IslandFooter
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const t = "islandHeader__a7cdabe4", l = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
}, m = d.forwardRef(({ children:
|
|
6
|
+
}, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...e, children: a }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandHeader
|
|
9
9
|
};
|
|
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
|
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
|
-
import { c as f } from "../../chunks/vendor-
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
11
|
+
import { c as f } from "../../chunks/vendor-DucOfXwy.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-DpgAGmIN.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
e.forwardRef(
|
|
17
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.14.0", ref: a, children: t }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-DpgAGmIN.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-DpgAGmIN.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import w, { useState as z, useContext as F, useRef as M, useEffect as T } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as Y, CrossStrokeSrvIcon24 as H } from "@sberbusiness/icons-next";
|
|
4
|
-
import { a as W, c as n } from "../../../chunks/vendor-
|
|
4
|
+
import { a as W, c as n } from "../../../chunks/vendor-DucOfXwy.js";
|
|
5
5
|
import { Island as y } from "../../Island/Island.js";
|
|
6
6
|
import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
7
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-DpgAGmIN.js";
|
|
8
8
|
import { IslandAccordionContent as q } from "./IslandAccordionContent.js";
|
|
9
9
|
import { IslandAccordionFooter as B } from "./IslandAccordionFooter.js";
|
|
10
10
|
import { createSizeToClassNameMap as X } from "../../../utils/classNameMaps.js";
|
|
@@ -70,7 +70,7 @@ const L = {
|
|
|
70
70
|
}),
|
|
71
71
|
onClick: O,
|
|
72
72
|
disabled: e,
|
|
73
|
-
"data-tx": "1.
|
|
73
|
+
"data-tx": "1.14.0",
|
|
74
74
|
children: [
|
|
75
75
|
l && d && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(G, { step: d, status: l, position: J.XFirst, children: e ? void 0 : k }) }),
|
|
76
76
|
/* @__PURE__ */ i("div", { className: t.titleWrapper, children: [
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as n, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as p } from "react";
|
|
3
3
|
import { Island as W } from "../Island/Island.js";
|
|
4
|
-
import { EIslandType as
|
|
4
|
+
import { EIslandType as g } from "../Island/enums.js";
|
|
5
5
|
import "../Island/components/IslandBody.js";
|
|
6
6
|
import "../Island/components/IslandHeader.js";
|
|
7
7
|
import "../Island/components/IslandFooter.js";
|
|
8
|
-
import { IslandWidgetHeader as
|
|
8
|
+
import { IslandWidgetHeader as f } from "./components/IslandWidgetHeader.js";
|
|
9
9
|
import { IslandWidgetBody as x } from "./components/IslandWidgetBody.js";
|
|
10
10
|
import { IslandWidgetFooter as c } from "./components/IslandWidgetFooter.js";
|
|
11
11
|
import { IslandWidgetExtraFooter as E } from "./components/IslandWidgetExtraFooter.js";
|
|
12
12
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
13
|
-
import { c as F } from "../../chunks/vendor-
|
|
13
|
+
import { c as F } from "../../chunks/vendor-DucOfXwy.js";
|
|
14
14
|
import { IslandWidgetContext as h } from "./IslandWidgetContext.js";
|
|
15
|
-
const _ = "
|
|
15
|
+
const _ = "islandWidget__b23a33cd", y = "islandWidgetWithExtraFooter__9915688b", o = {
|
|
16
16
|
islandWidget: _,
|
|
17
17
|
islandWidgetWithExtraFooter: y
|
|
18
18
|
}, u = Object.assign(
|
|
@@ -25,10 +25,10 @@ const _ = "islandWidget__a4126f5b", y = "islandWidgetWithExtraFooter__5a795bf9",
|
|
|
25
25
|
className: F(o.islandWidget, i, {
|
|
26
26
|
[o.islandWidgetWithExtraFooter]: s
|
|
27
27
|
}),
|
|
28
|
-
"data-tx": "1.
|
|
28
|
+
"data-tx": "1.14.0",
|
|
29
29
|
...d,
|
|
30
30
|
ref: a,
|
|
31
|
-
children: /* @__PURE__ */ m(W, { type:
|
|
31
|
+
children: /* @__PURE__ */ m(W, { type: g.TYPE_1, size: I.MD, children: [
|
|
32
32
|
e({}),
|
|
33
33
|
r({}),
|
|
34
34
|
t ? t({}) : null
|
|
@@ -38,7 +38,7 @@ const _ = "islandWidget__a4126f5b", y = "islandWidgetWithExtraFooter__5a795bf9",
|
|
|
38
38
|
}
|
|
39
39
|
),
|
|
40
40
|
{
|
|
41
|
-
Header:
|
|
41
|
+
Header: f,
|
|
42
42
|
Body: x,
|
|
43
43
|
Footer: c,
|
|
44
44
|
ExtraFooter: E
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as d, useEffect as i } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetContext as l } from "../IslandWidgetContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__3de70d2c", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
8
|
+
}, E = ({
|
|
9
|
+
children: e,
|
|
10
|
+
className: r,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
14
|
const { setHasExtraFooter: s } = d(l);
|
|
15
15
|
return i(() => {
|
|
16
16
|
s(t);
|
|
17
|
-
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(
|
|
17
|
+
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
E.displayName = "IslandWidgetExtraFooter";
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
E as IslandWidgetExtraFooter
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=IslandWidgetExtraFooter.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-DhoYKy6M.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as a } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
|
+
import { s as a } from "../../../chunks/IslandWidgetHeader.module-BFXzve-T.js";
|
|
4
4
|
import { IslandWidgetHeaderContent as o } from "./IslandWidgetHeaderContent.js";
|
|
5
5
|
import { IslandWidgetHeaderDescription as m } from "./IslandWidgetHeaderDescription.js";
|
|
6
6
|
const e = ({ children: t, className: r, ...s }) => /* @__PURE__ */ d("div", { ...s, className: i(r, a.islandWidgetHeader), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-BFXzve-T.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../../chunks/vendor-
|
|
3
|
-
import { s as t } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as a } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
|
+
import { s as t } from "../../../chunks/IslandWidgetHeader.module-BFXzve-T.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: e,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__05ab3314", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
7
|
}, c = i.forwardRef(
|
|
8
|
-
({ children: e, className:
|
|
8
|
+
({ children: e, className: a, ...t }, s) => {
|
|
9
9
|
const [d, o] = p(!1);
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper,
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: d, setHasExtraFooter: o }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, a), ...t, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
13
|
c.displayName = "IslandWidgetWrapper";
|