@sberbusiness/triplex-next 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-B4-vQnzw.js +41 -0
- package/chunks/{CalendarViewItem-5MWTfOXg.js → CalendarViewItem-5_px9kHt.js} +9 -9
- package/chunks/Card.module-Dx8nOFB3.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Bjimmb7-.js +15 -0
- package/chunks/Chip-D-_oIu-h.js +77 -0
- package/chunks/Confirm.module-CLPl_MFI.js +15 -0
- package/chunks/{DropdownListItem-kVq_Shxy.js → DropdownListItem-C7Maa_Sz.js} +21 -21
- package/chunks/DropdownMobile.module-CaYNuqHU.js +23 -0
- package/chunks/Footer.module-B8adM4Do.js +9 -0
- package/chunks/{FormFieldInput-DB9UpgIs.js → FormFieldInput-BgrEEHVa.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-Cdc1sffY.js +9 -0
- package/chunks/HeaderTabs.module-DmDFhCmD.js +9 -0
- package/chunks/{HeaderTitle.module-Ckh2V8ux.js → HeaderTitle.module-fEjlMYZ7.js} +2 -2
- package/chunks/IslandAccordion.module-CNo4iFh8.js +25 -0
- package/chunks/IslandWidgetFooter.module-DZ6hXw2D.js +9 -0
- package/chunks/IslandWidgetHeader.module-CEVaTpbx.js +13 -0
- package/chunks/{LightBoxContent-CK07PlB9.js → LightBoxContent-DdWEYnjf.js} +12 -12
- package/chunks/LightBoxControls.module-CnAa2Vmk.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js +9 -0
- package/chunks/{ListItemControlsButton-27xRORri.js → ListItemControlsButton-BrWqPMvQ.js} +13 -13
- package/chunks/ListItemTail.module-ZBSoUByF.js +12 -0
- package/chunks/ListMasterFooter.module-CeZvln77.js +10 -0
- package/chunks/ModalWindow.module-lrXOmH_L.js +17 -0
- package/chunks/Notification.module-ZlSN0MGm.js +20 -0
- package/chunks/Overlay.module-BlvGry2e.js +18 -0
- package/chunks/Page.module-BkU_qm35.js +11 -0
- package/chunks/SMSField.module-DQdb4DNu.js +16 -0
- package/chunks/SliderExtendedMarks.module-BWYZDQtm.js +15 -0
- package/chunks/{SliderExtendedRail-D7nuFyRp.js → SliderExtendedRail-B7cZIw4b.js} +16 -16
- package/chunks/StatusTracker.module-C645B9ye.js +24 -0
- package/chunks/{StepperStepArrowBorder-D9rM6XEL.js → StepperStepArrowBorder-BDDBpgah.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-CSrNs8VF.js → SuggestFieldMobileDropdownHint-o1c16I20.js} +6 -6
- package/chunks/TableFooter.module-Bw739QXw.js +14 -0
- package/chunks/TabsExtended.module-DwTyq4mg.js +16 -0
- package/chunks/TabsLine.module-6sKjO9lB.js +21 -0
- package/chunks/TooltipDesktop.module-D1eY6eNm.js +19 -0
- package/chunks/TreeView.module-B4d0aSMp.js +9 -0
- package/chunks/{UploadZoneInput-Bjnmk93x.js → UploadZoneInput-DRnwuj7v.js} +11 -11
- package/chunks/{constants-1ccyxiKh.js → constants-BbgGoE1H.js} +11 -11
- package/chunks/{utils-DfVeTN89.js → utils-BG289Tpd.js} +6 -6
- package/chunks/utils-Cev1dXzE.js +73 -0
- package/chunks/utils-DmWZdfw8.js +28 -0
- package/chunks/utils-XC0joCai.js +24 -0
- package/chunks/{vendor-DudMBGKr.js → vendor-C_uS77iF.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +6 -6
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +48 -23
- package/components/Badge/Badge.js +14 -14
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +16 -16
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +123 -117
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +7 -7
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +11 -11
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/CheckboxTreeExtended/index.js +3 -1
- 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 +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- 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 +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
- package/components/CollapsableTree/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- 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 +4 -4
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +8 -8
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +2 -2
- package/components/FormField/components/FormFieldMaskedInput.js +11 -11
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +27 -27
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +6 -6
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- 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 +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +11 -11
- 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 +65 -58
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +22 -22
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +2 -2
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +9 -9
- package/components/ListMaster/components/SelectionControls.js +10 -10
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +17 -18
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +22 -22
- package/components/MonthYearRange/MonthYearRange.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- 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 +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +9 -9
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +8 -8
- 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/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- 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 +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +15 -11
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +13 -13
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +29 -25
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +9 -9
- package/components/Table/index.js +25 -17
- 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 +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +21 -21
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- 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 +15 -15
- package/components/TopOverlay/TopOverlay.js +19 -19
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +22 -22
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +632 -572
- package/index.d.ts +435 -67
- package/index.js +653 -593
- package/package.json +21 -1
- package/styles/triplex-next.css +538 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-kutiygyc.js +0 -41
- package/chunks/Card.module-BdHlvmcC.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CtU7nxR-.js +0 -15
- package/chunks/Chip-BOBB8hDQ.js +0 -77
- package/chunks/Confirm.module-DX-8Qawd.js +0 -15
- package/chunks/DropdownMobile.module-DxT1Mh6q.js +0 -23
- package/chunks/Footer.module-DBFjyD0W.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BIMH5ZRB.js +0 -9
- package/chunks/HeaderTabs.module-D62rOoJt.js +0 -9
- package/chunks/IslandAccordion.module-BI69hCoR.js +0 -25
- package/chunks/IslandWidgetFooter.module-BUJQAvCe.js +0 -9
- package/chunks/IslandWidgetHeader.module-DqTmcCwj.js +0 -12
- package/chunks/LightBoxControls.module-DR9tmKz6.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BiFhnV3i.js +0 -9
- package/chunks/ListItemTail.module-DKJmlaMg.js +0 -12
- package/chunks/ListMasterFooter.module-DkH4Ou-p.js +0 -10
- package/chunks/ModalWindow.module-Be4wGbwq.js +0 -17
- package/chunks/Notification.module-O5iV5kzx.js +0 -20
- package/chunks/Overlay.module-B0iGlEWG.js +0 -18
- package/chunks/Page.module-D0FFKxyx.js +0 -11
- package/chunks/SMSField.module-DrbNbpz3.js +0 -16
- package/chunks/SliderExtendedMarks.module-A0_OgEiW.js +0 -15
- package/chunks/StatusTracker.module-DenK6Z9K.js +0 -24
- package/chunks/TableFooter.module-BqHcJ9ea.js +0 -14
- package/chunks/TabsExtended.module-BtTx6oxY.js +0 -16
- package/chunks/TabsLine.module-C9KVj0hj.js +0 -21
- package/chunks/TooltipDesktop.module-uHaX3xgt.js +0 -19
- package/chunks/TreeView.module-BKi0xbbR.js +0 -9
- package/chunks/utils-BxF0Dq4C.js +0 -24
- package/chunks/utils-CVIZqPO7.js +0 -28
- package/chunks/utils-CZzNEYf-.js +0 -73
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
2
|
+
import { useContext as i, useEffect as d } from "react";
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__f51a2928", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
8
|
+
}, f = ({
|
|
9
|
+
children: r,
|
|
10
|
+
className: e,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = i(l);
|
|
15
|
+
return d(() => {
|
|
16
16
|
s(t);
|
|
17
|
-
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(
|
|
17
|
+
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
f.displayName = "IslandWidgetExtraFooter";
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
f 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-C_uS77iF.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-DZ6hXw2D.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,31 +1,33 @@
|
|
|
1
|
-
import { jsxs as m, jsx as
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../chunks/IslandWidgetHeader.module-
|
|
5
|
-
import {
|
|
1
|
+
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as p } from "react";
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
import { s as e } from "../../../chunks/IslandWidgetHeader.module-CEVaTpbx.js";
|
|
5
|
+
import { IslandWidgetHeaderControls as c } from "./IslandWidgetHeaderControls.js";
|
|
6
6
|
import { IslandWidgetHeaderDescription as f } from "./IslandWidgetHeaderDescription.js";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
import { IslandWidgetHeaderTitle as I } from "./IslandWidgetHeaderTitle.js";
|
|
8
|
+
import { CaretdownStrokeSrvIcon24 as g } from "@sberbusiness/icons-next";
|
|
9
|
+
import { IslandWidgetContext as W } from "../IslandWidgetContext.js";
|
|
10
|
+
const r = ({ children: o, className: i, ...s }) => {
|
|
11
|
+
const { adaptive: d, disableAdaptiveCollapsing: n, open: l } = p(W);
|
|
11
12
|
return /* @__PURE__ */ m(
|
|
12
13
|
"div",
|
|
13
14
|
{
|
|
14
|
-
...
|
|
15
|
-
className: a(
|
|
16
|
-
[e.open]:
|
|
15
|
+
...s,
|
|
16
|
+
className: a(i, e.islandWidgetHeader, {
|
|
17
|
+
[e.open]: l
|
|
17
18
|
}),
|
|
18
19
|
children: [
|
|
19
20
|
o,
|
|
20
|
-
d && !n && /* @__PURE__ */
|
|
21
|
+
d && !n && /* @__PURE__ */ t("span", { className: a(e.caretWrapper), children: /* @__PURE__ */ t(g, { className: e.caretIcon, "aria-hidden": "true", paletteIndex: 5 }) })
|
|
21
22
|
]
|
|
22
23
|
}
|
|
23
24
|
);
|
|
24
25
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
r.Title = I;
|
|
27
|
+
r.Controls = c;
|
|
28
|
+
r.Description = f;
|
|
29
|
+
r.displayName = "IslandWidgetHeader";
|
|
28
30
|
export {
|
|
29
|
-
|
|
31
|
+
r as IslandWidgetHeader
|
|
30
32
|
};
|
|
31
33
|
//# sourceMappingURL=IslandWidgetHeader.js.map
|
|
@@ -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-C_uS77iF.js";
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-CEVaTpbx.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetHeader.module-CEVaTpbx.js";
|
|
4
|
+
const d = ({
|
|
5
|
+
children: s,
|
|
6
|
+
className: o,
|
|
7
|
+
...a
|
|
8
|
+
}) => {
|
|
9
|
+
const e = r(n.islandWidgetHeaderControls, o);
|
|
10
|
+
return /* @__PURE__ */ l("div", { ...a, className: e, onClick: (t) => {
|
|
11
|
+
t.stopPropagation();
|
|
12
|
+
}, children: s });
|
|
13
|
+
};
|
|
14
|
+
d.displayName = "IslandWidgetHeaderControls";
|
|
15
|
+
export {
|
|
16
|
+
d as IslandWidgetHeaderControls
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=IslandWidgetHeaderControls.js.map
|
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
import { s
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
|
+
import { s } from "../../../chunks/IslandWidgetHeader.module-CEVaTpbx.js";
|
|
4
|
+
import { EFontType as m, ETextSize as p } from "../../Typography/enums.js";
|
|
5
|
+
import "../../Typography/Caption.js";
|
|
6
|
+
import "../../Typography/CodeText.js";
|
|
7
|
+
import { Text as a } from "../../Typography/Text.js";
|
|
8
|
+
import "../../Typography/Title.js";
|
|
4
9
|
const d = ({
|
|
5
|
-
children:
|
|
6
|
-
className:
|
|
7
|
-
...
|
|
8
|
-
}) => /* @__PURE__ */ r(
|
|
10
|
+
children: e,
|
|
11
|
+
className: i,
|
|
12
|
+
...t
|
|
13
|
+
}) => /* @__PURE__ */ r(
|
|
14
|
+
a,
|
|
15
|
+
{
|
|
16
|
+
tag: "div",
|
|
17
|
+
size: p.B4,
|
|
18
|
+
type: m.SECONDARY,
|
|
19
|
+
...t,
|
|
20
|
+
className: o(s.islandWidgetHeaderDescription, i),
|
|
21
|
+
children: e
|
|
22
|
+
}
|
|
23
|
+
);
|
|
9
24
|
d.displayName = "IslandWidgetHeaderDescription";
|
|
10
25
|
export {
|
|
11
26
|
d as IslandWidgetHeaderDescription
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { ETitleSize as m } from "../../Typography/enums.js";
|
|
3
|
+
import "../../Typography/Caption.js";
|
|
4
|
+
import "../../Typography/CodeText.js";
|
|
5
|
+
import "../../Typography/Text.js";
|
|
6
|
+
import { Title as o } from "../../Typography/Title.js";
|
|
7
|
+
import { s } from "../../../chunks/IslandWidgetHeader.module-CEVaTpbx.js";
|
|
8
|
+
import { c as a } from "../../../chunks/vendor-C_uS77iF.js";
|
|
9
|
+
const l = ({
|
|
10
|
+
children: e,
|
|
11
|
+
className: i,
|
|
12
|
+
...t
|
|
13
|
+
}) => /* @__PURE__ */ r(o, { size: m.H3, ...t, className: a(s.islandWidgetHeaderTitle, i), children: e });
|
|
14
|
+
l.displayName = "IslandWidgetHeaderTitle";
|
|
15
|
+
export {
|
|
16
|
+
l as IslandWidgetHeaderTitle
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=IslandWidgetHeaderTitle.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
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-C_uS77iF.js";
|
|
4
4
|
import { IslandWidgetLayoutContext as n } from "../IslandWidgetLayoutContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__84966910", m = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
|
-
},
|
|
7
|
+
}, c = i.forwardRef(
|
|
8
8
|
({ children: e, className: t, ...a }, s) => {
|
|
9
9
|
const [o, d] = p(!1);
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(m.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
c.displayName = "IslandWidgetWrapper";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
c as IslandWidgetWrapper
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=IslandWidgetWrapper.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as f, Fragment as V, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as B } from "react";
|
|
3
|
-
import { c as A, g as D } from "../../chunks/vendor-
|
|
4
|
-
import { L as F, s as e } from "../../chunks/LightBoxContent-
|
|
3
|
+
import { c as A, g as D } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
import { L as F, s as e } from "../../chunks/LightBoxContent-DdWEYnjf.js";
|
|
5
5
|
import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as T } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as k } from "../Portal/Portal.js";
|
|
@@ -15,10 +15,10 @@ import { LightBoxLeftSidebar as U } from "./LightBoxSidebars/LightBoxLeftSidebar
|
|
|
15
15
|
import { LightBoxRightSidebar as Z } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
16
|
import { ELightBoxSize as G } from "./enums.js";
|
|
17
17
|
const J = {
|
|
18
|
-
"scroll-0": "scroll-
|
|
19
|
-
"scroll-15": "scroll-
|
|
20
|
-
"scroll-16": "scroll-
|
|
21
|
-
"scroll-17": "scroll-
|
|
18
|
+
"scroll-0": "scroll-0__24e83136",
|
|
19
|
+
"scroll-15": "scroll-15__ab0777d6",
|
|
20
|
+
"scroll-16": "scroll-16__11b588c2",
|
|
21
|
+
"scroll-17": "scroll-17__dede482f"
|
|
22
22
|
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", N = [e.bodyOverflowHidden], b = ({
|
|
23
23
|
children: M,
|
|
24
24
|
className: v,
|
|
@@ -62,12 +62,12 @@ const J = {
|
|
|
62
62
|
);
|
|
63
63
|
if (!a.current)
|
|
64
64
|
return null;
|
|
65
|
-
const
|
|
65
|
+
const x = () => /* @__PURE__ */ f("div", { className: R, ref: O, role: "dialog", "aria-modal": "true", ...E, children: [
|
|
66
66
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
67
67
|
M,
|
|
68
68
|
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
69
69
|
] });
|
|
70
|
-
return /* @__PURE__ */
|
|
70
|
+
return /* @__PURE__ */ f(V, { children: [
|
|
71
71
|
/* @__PURE__ */ o(k, { container: a.current, children: /* @__PURE__ */ o(
|
|
72
72
|
W,
|
|
73
73
|
{
|
|
@@ -82,10 +82,10 @@ const J = {
|
|
|
82
82
|
preventScroll: !0,
|
|
83
83
|
...r == null ? void 0 : r.focusTrapOptions
|
|
84
84
|
},
|
|
85
|
-
children:
|
|
85
|
+
children: x()
|
|
86
86
|
}
|
|
87
87
|
),
|
|
88
|
-
children:
|
|
88
|
+
children: x()
|
|
89
89
|
}
|
|
90
90
|
) }),
|
|
91
91
|
g.current && /* @__PURE__ */ o(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import "../../chunks/vendor-
|
|
4
|
+
import "../../chunks/vendor-C_uS77iF.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-DdWEYnjf.js";
|
|
7
7
|
export {
|
|
8
8
|
n as LightBoxContent
|
|
9
9
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e, Fragment as f } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h } from "react";
|
|
3
|
-
import { c as u } from "../../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { CrossStrokeSrvIcon32 as x, CrossStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as E } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
|
|
7
7
|
import { EButtonTheme as i } from "../../Button/enums.js";
|
|
8
8
|
import { Button as l } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-CnAa2Vmk.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: c,
|
|
13
13
|
onClick: t,
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { LightBoxClose as m } from "./LightBoxClose.js";
|
|
3
3
|
import { LightBoxNext as l } from "./LightBoxNext.js";
|
|
4
4
|
import { LightBoxPrev as x } from "./LightBoxPrev.js";
|
|
5
|
-
import { c as e } from "../../../chunks/vendor-
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-C_uS77iF.js";
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-CnAa2Vmk.js";
|
|
7
7
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
|
|
8
8
|
o.displayName = "LightBoxControls";
|
|
9
9
|
o.Close = m;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
|
|
7
7
|
import { Button as c } from "../../Button/Button.js";
|
|
8
8
|
import { EButtonTheme as s } from "../../Button/enums.js";
|
|
9
9
|
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-CnAa2Vmk.js";
|
|
11
11
|
const v = ({
|
|
12
12
|
className: g,
|
|
13
13
|
clickByArrowRight: u,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { EButtonTheme as h } from "../../Button/enums.js";
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
7
|
import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
|
|
8
8
|
import { Button as s } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as v } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-CnAa2Vmk.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -1,49 +1,50 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as f, F as
|
|
4
|
-
import { OverlayBase as
|
|
5
|
-
import { OverlayMask as
|
|
6
|
-
import { LightBoxSideOverlayLoader as
|
|
7
|
-
import { FocusTrapUtils as
|
|
8
|
-
import { LightBoxSideOverlayCloseMobile as
|
|
9
|
-
import { LightBoxSideOverlayCloseDesktop as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import { jsx as t, jsxs as B, Fragment as X } from "react/jsx-runtime";
|
|
2
|
+
import { useState as O, useRef as x, useEffect as Y } from "react";
|
|
3
|
+
import { c as f, F as z } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
import { OverlayBase as L, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
|
|
5
|
+
import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
|
|
6
|
+
import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
|
|
7
|
+
import { FocusTrapUtils as A } from "../../../utils/focus/FocusTrapUtils.js";
|
|
8
|
+
import { LightBoxSideOverlayCloseMobile as G } from "./LightBoxSideOverlayCloseMobile.js";
|
|
9
|
+
import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
|
+
import { MobileView as V } from "../../MobileView/MobileView.js";
|
|
11
|
+
import { EComponentSize as q } from "../../../enums/EComponentSize.js";
|
|
12
|
+
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
13
|
+
const K = "lightBoxSideOverlayMask__a304f998", Q = "lightBoxSideOverlayWrapper__cc9ea374", Z = "overflowXHidden__97ab002e", $ = "overflowYHidden__5b247a0d", P = "closing__d7797afc", ee = "opened__77312758", oe = "lightBoxSideOverlayContent__488c1889", te = "opening__3a1bab9d", ie = "sm__11e04fcf", re = "md__39a9bce0", le = "lg__74c6db1b", ne = "lightBoxSideOverlay__5f8fa579", e = {
|
|
14
|
+
lightBoxSideOverlayMask: K,
|
|
15
|
+
lightBoxSideOverlayWrapper: Q,
|
|
16
|
+
overflowXHidden: Z,
|
|
17
|
+
overflowYHidden: $,
|
|
18
|
+
closing: P,
|
|
19
|
+
opened: ee,
|
|
20
|
+
lightBoxSideOverlayContent: oe,
|
|
21
|
+
opening: te,
|
|
22
|
+
sm: ie,
|
|
23
|
+
md: re,
|
|
24
|
+
lg: le,
|
|
25
|
+
lightBoxSideOverlay: ne
|
|
26
|
+
}, ae = J(e), v = ({
|
|
27
|
+
children: S,
|
|
28
|
+
className: _,
|
|
28
29
|
focusTrapProps: l,
|
|
29
30
|
isLoading: a,
|
|
30
|
-
loadingTitle:
|
|
31
|
-
isTopLevelSideOverlayOpened:
|
|
32
|
-
isTopOverlayOpened:
|
|
31
|
+
loadingTitle: u,
|
|
32
|
+
isTopLevelSideOverlayOpened: p,
|
|
33
|
+
isTopOverlayOpened: M,
|
|
33
34
|
onClose: s,
|
|
34
35
|
onOpen: c,
|
|
35
36
|
opened: o,
|
|
36
|
-
size:
|
|
37
|
+
size: b = q.MD,
|
|
37
38
|
...k
|
|
38
39
|
}) => {
|
|
39
|
-
const [i, d] =
|
|
40
|
-
|
|
40
|
+
const [i, d] = O(!1), [n, g] = O(!1), m = x(o), h = x(null);
|
|
41
|
+
Y(() => {
|
|
41
42
|
m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
|
|
42
43
|
}, [o]);
|
|
43
44
|
const w = (r) => {
|
|
44
|
-
const { target: D, currentTarget:
|
|
45
|
-
D ===
|
|
46
|
-
}, C = ({ opened: r }) => /* @__PURE__ */ t(
|
|
45
|
+
const { target: D, currentTarget: T } = r;
|
|
46
|
+
D === T && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
|
|
47
|
+
}, C = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ B(
|
|
47
48
|
"div",
|
|
48
49
|
{
|
|
49
50
|
className: f(e.lightBoxSideOverlayContent, {
|
|
@@ -52,49 +53,55 @@ const J = "lightBoxSideOverlayMask__6e2ea499", K = "lightBoxSideOverlayWrapper__
|
|
|
52
53
|
[e.opened]: o
|
|
53
54
|
}),
|
|
54
55
|
onTransitionEnd: w,
|
|
55
|
-
ref:
|
|
56
|
+
ref: h,
|
|
56
57
|
children: [
|
|
57
|
-
|
|
58
|
-
a && /* @__PURE__ */ t(
|
|
58
|
+
S,
|
|
59
|
+
a && /* @__PURE__ */ t(I, { loadingTitle: u })
|
|
59
60
|
]
|
|
60
61
|
}
|
|
61
62
|
), N = () => {
|
|
62
|
-
},
|
|
63
|
+
}, E = f(_, e.lightBoxSideOverlayWrapper, ae[b], {
|
|
63
64
|
[e.closing]: i,
|
|
64
65
|
[e.opened]: o,
|
|
65
|
-
[e.overflowXHidden]: !!
|
|
66
|
-
[e.overflowYHidden]: !!
|
|
67
|
-
}),
|
|
66
|
+
[e.overflowXHidden]: !!p || !!a,
|
|
67
|
+
[e.overflowYHidden]: !!p || !!a || !!M
|
|
68
|
+
}), F = (r) => /* @__PURE__ */ B(X, { children: [
|
|
68
69
|
C(r),
|
|
69
70
|
H()
|
|
70
|
-
] }),
|
|
71
|
+
] }), W = /* @__PURE__ */ t(
|
|
71
72
|
"div",
|
|
72
73
|
{
|
|
73
74
|
className: f(e.lightBoxSideOverlay, {
|
|
74
75
|
[e.closing]: i,
|
|
75
76
|
[e.opening]: n
|
|
76
77
|
}),
|
|
77
|
-
children: /* @__PURE__ */ t(
|
|
78
|
+
children: /* @__PURE__ */ t(L, { direction: R.RIGHT, opened: o, setOpened: N, children: F })
|
|
78
79
|
}
|
|
79
|
-
);
|
|
80
|
+
), y = () => /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: W });
|
|
80
81
|
return /* @__PURE__ */ t(
|
|
81
|
-
|
|
82
|
+
V,
|
|
82
83
|
{
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
fallback: /* @__PURE__ */ t(
|
|
85
|
+
z,
|
|
86
|
+
{
|
|
87
|
+
active: o && !n && !i,
|
|
88
|
+
...l,
|
|
89
|
+
focusTrapOptions: {
|
|
90
|
+
allowOutsideClick: !0,
|
|
91
|
+
initialFocus: () => A.getFirstInteractionElementByDataAttr(h.current),
|
|
92
|
+
preventScroll: !0,
|
|
93
|
+
...l == null ? void 0 : l.focusTrapOptions
|
|
94
|
+
},
|
|
95
|
+
children: y()
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
children: y()
|
|
92
99
|
}
|
|
93
100
|
);
|
|
94
101
|
};
|
|
95
102
|
v.displayName = "LightBoxSideOverlay";
|
|
96
|
-
v.CloseDesktop =
|
|
97
|
-
v.CloseMobile =
|
|
103
|
+
v.CloseDesktop = U;
|
|
104
|
+
v.CloseMobile = G;
|
|
98
105
|
export {
|
|
99
106
|
v as LightBoxSideOverlay
|
|
100
107
|
};
|
|
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as l } from "react";
|
|
3
3
|
import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
4
4
|
import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
|
|
5
|
-
import { c } from "../../../chunks/vendor-
|
|
5
|
+
import { c } from "../../../chunks/vendor-C_uS77iF.js";
|
|
6
6
|
import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
|
|
7
7
|
import { EButtonTheme as f } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as C } from "../../../enums/EComponentSize.js";
|
|
9
9
|
import { Button as u } from "../../Button/Button.js";
|
|
10
|
-
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
10
|
+
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js";
|
|
11
11
|
const E = ({
|
|
12
12
|
className: i,
|
|
13
13
|
clickByEsc: s,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../../chunks/vendor-
|
|
2
|
+
import { c as r } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
4
|
+
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js";
|
|
5
5
|
import { EButtonTheme as l } from "../../Button/enums.js";
|
|
6
6
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { Button as a } from "../../Button/Button.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useState as s, useRef as
|
|
3
|
-
import { LoaderScreen as
|
|
4
|
-
const n = "
|
|
2
|
+
import { useState as s, useRef as l, useEffect as p } from "react";
|
|
3
|
+
import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__81494956", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
|
-
const [t, r] = s(0), e =
|
|
8
|
-
return
|
|
7
|
+
const [t, r] = s(0), e = l(null);
|
|
8
|
+
return p(() => {
|
|
9
9
|
setTimeout(() => {
|
|
10
10
|
if (e.current) {
|
|
11
11
|
const o = e.current.getBoundingClientRect();
|
|
12
12
|
o.top !== t && (o.top > 0 ? r(0) : r(Math.abs(o.top)));
|
|
13
13
|
}
|
|
14
14
|
});
|
|
15
|
-
}, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(
|
|
15
|
+
}, []), /* @__PURE__ */ i("div", { ref: e, className: c.lightBoxSideOverlayLoaderWrapper, style: { top: `${t}px` }, children: /* @__PURE__ */ i(d, { type: "middle", children: a }) });
|
|
16
16
|
};
|
|
17
17
|
f.displayName = "LightBoxSideOverlayLoader";
|
|
18
18
|
export {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as x } from "react";
|
|
3
|
-
import { c as h } from "../../../chunks/vendor-
|
|
4
|
-
const j = "
|
|
3
|
+
import { c as h } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
const j = "lightBoxLeftSidebar__cdb1da8c", z = "fixed__57e3f7be", E = "hidden__118e804a", r = {
|
|
5
5
|
lightBoxLeftSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children: m, className: L, fixed: B, minVisibleWidth:
|
|
9
|
+
({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
|
|
10
10
|
const n = o(null);
|
|
11
11
|
R(p, () => n.current);
|
|
12
12
|
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
13
|
return x(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
15
|
}, [s, i]), x(() => {
|
|
16
|
-
const
|
|
17
|
-
if (!
|
|
18
|
-
const
|
|
16
|
+
const f = n.current;
|
|
17
|
+
if (!f) return;
|
|
18
|
+
const a = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const c = y.contentRect.width >
|
|
20
|
+
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var l, u;
|
|
23
|
+
return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
28
|
-
}, [
|
|
27
|
+
return a.observe(f), () => a.disconnect();
|
|
28
|
+
}, [d]), /* @__PURE__ */ b(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|