@sberbusiness/triplex-next 1.33.0 → 1.34.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-DaiPrsW6.js +41 -0
- package/chunks/CalendarViewItem-DBzrBL3f.js +101 -0
- package/chunks/Card.module-Pe2ogNIk.js +18 -0
- package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
- package/chunks/{Chip-DUgRidoA.js → Chip-l3XTM9L_.js} +23 -23
- package/chunks/Confirm.module-BBLLzr0p.js +15 -0
- package/chunks/{DropdownListItem-DfdRzHWo.js → DropdownListItem-Db1_Qf-T.js} +9 -9
- package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
- package/chunks/Footer.module-CT9KM6mo.js +9 -0
- package/chunks/{FormFieldInput-CxAdhoLS.js → FormFieldInput-DFQ9utC5.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
- package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
- package/chunks/{HeaderTitle.module-tH470aDn.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
- package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
- package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
- package/chunks/{LightBoxContent-Dzx47lKv.js → LightBoxContent--zK60qip.js} +6 -6
- package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
- package/chunks/{ListItemControlsButton-Dc6wY6Fp.js → ListItemControlsButton-DOzJu8QS.js} +7 -7
- package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
- package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
- package/chunks/ModalWindow.module-BKssph_P.js +17 -0
- package/chunks/Notification.module-BU6Z_ATv.js +20 -0
- package/chunks/Overlay.module-MZsYSnWB.js +18 -0
- package/chunks/Page.module-CS5TUL6b.js +11 -0
- package/chunks/SMSField.module-C73HM5Ag.js +16 -0
- package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
- package/chunks/{SliderExtendedRail-BYOwvNNf.js → SliderExtendedRail-DmkehIF9.js} +11 -11
- package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
- package/chunks/{StepperStepArrowBorder-j6OP5KT9.js → StepperStepArrowBorder-D7k-xdb7.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-C8OEdlFf.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +6 -6
- package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
- package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
- package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
- package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
- package/chunks/TreeView.module-zhlptASD.js +9 -0
- package/chunks/{UploadZoneInput-B_FFSQm7.js → UploadZoneInput-DsuMWKCX.js} +8 -8
- package/chunks/{constants-Dm1nkJLa.js → constants-BU5P5Suc.js} +13 -13
- package/chunks/{utils-C7AeO50S.js → utils-B0yofitE.js} +5 -5
- package/chunks/{utils-CqED8Odf.js → utils-BWmvhfLt.js} +17 -17
- package/chunks/utils-DeQzy52G.js +24 -0
- package/chunks/utils-YOUyx-FI.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +1 -1
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +11 -11
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- 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 +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +148 -148
- package/components/CollapsibleTree/CollapsibleTree.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +14 -14
- package/components/EmptyView/EmptyView.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +28 -28
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +12 -12
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +2 -2
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +22 -22
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +30 -30
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +9 -8
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +16 -16
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +4 -4
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +36 -37
- package/components/Notification/NotificationGrouped.js +12 -7
- package/components/Notification/components/NotificationBody.js +20 -16
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- 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 +8 -8
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +14 -14
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +14 -14
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +13 -13
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +9 -9
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +4 -4
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +21 -21
- package/components/Stepper/Stepper.js +28 -28
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +10 -10
- package/components/Table/ChipPanel.js +6 -6
- package/components/Table/ChipPanelLinks.js +5 -5
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +18 -18
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- 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/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +8 -8
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +18 -18
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +28 -28
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +14 -14
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +7 -7
- package/index.d.ts +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-Bw11lY_2.js +0 -41
- package/chunks/CalendarViewItem-9zvGz6lK.js +0 -101
- package/chunks/Card.module-CHntSBGP.js +0 -18
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +0 -15
- package/chunks/Confirm.module-DzA_7mQO.js +0 -15
- package/chunks/DropdownMobile.module-B2_eLIZO.js +0 -23
- package/chunks/Footer.module-CV6e-B3r.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +0 -9
- package/chunks/HeaderTabs.module-fOX5YNsl.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +0 -17
- package/chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js +0 -28
- package/chunks/IslandAccordion.module-b2tphik7.js +0 -25
- package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +0 -9
- package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +0 -13
- package/chunks/LightBoxControls.module-RG62wDXb.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +0 -9
- package/chunks/ListItemTail.module-DMJ9K0rM.js +0 -12
- package/chunks/ListMasterFooter.module-C58NLDG2.js +0 -10
- package/chunks/ModalWindow.module-CszS7FwS.js +0 -17
- package/chunks/Notification.module-BNsYZ_Ak.js +0 -20
- package/chunks/Overlay.module-DOk5L_-8.js +0 -18
- package/chunks/Page.module-TORdWU5G.js +0 -11
- package/chunks/SMSField.module-BjG_FEkT.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +0 -15
- package/chunks/StatusTracker.module-jqMWmKxs.js +0 -24
- package/chunks/TableFooter.module-BrNleOTT.js +0 -14
- package/chunks/TabsExtended.module-BStXryDc.js +0 -16
- package/chunks/TabsLine.module-CR0Zbz9g.js +0 -21
- package/chunks/TooltipDesktop.module-lEItFyAS.js +0 -19
- package/chunks/TreeView.module-SA9BUUel.js +0 -9
- package/chunks/utils-C88ipzKd.js +0 -28
- package/chunks/utils-DIpdLSK7.js +0 -24
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as h, Fragment as W } from "react/jsx-runtime";
|
|
2
2
|
import L, { useState as p, useRef as y, useEffect as T } from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { FocusTrapExtended as X } from "../../FocusTrapExtended/FocusTrapExtended.js";
|
|
5
5
|
import { OverlayBase as Y, EOverlayDirection as j } from "../../Overlay/OverlayBase.js";
|
|
6
6
|
import { OverlayMask as z } from "../../Overlay/OverlayMask.js";
|
|
@@ -10,7 +10,7 @@ import { LightBoxSideOverlayCloseMobile as G } from "./LightBoxSideOverlayCloseM
|
|
|
10
10
|
import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
11
11
|
import { EComponentSize as q } from "../../../enums/EComponentSize.js";
|
|
12
12
|
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
13
|
-
const K = "
|
|
13
|
+
const K = "lightBoxSideOverlayMask__77ac8eea", Q = "lightBoxSideOverlayWrapper__bb4d167e", V = "overflowXHidden__eb992e4d", Z = "overflowYHidden__d91a9375", $ = "closing__c9a4dc64", P = "opened__56e6379f", ee = "lightBoxSideOverlayContent__e720b601", oe = "opening__aae2cbbb", te = "sm__3866c24f", ie = "md__4a3569e5", re = "lg__67d11008", le = "lightBoxSideOverlay__b7df7b18", e = {
|
|
14
14
|
lightBoxSideOverlayMask: K,
|
|
15
15
|
lightBoxSideOverlayWrapper: Q,
|
|
16
16
|
overflowXHidden: V,
|
|
@@ -23,57 +23,57 @@ const K = "lightBoxSideOverlayMask__0d208521", Q = "lightBoxSideOverlayWrapper__
|
|
|
23
23
|
md: ie,
|
|
24
24
|
lg: re,
|
|
25
25
|
lightBoxSideOverlay: le
|
|
26
|
-
},
|
|
26
|
+
}, ae = J(e), O = L.forwardRef(
|
|
27
27
|
({
|
|
28
28
|
children: x,
|
|
29
29
|
className: _,
|
|
30
30
|
focusTrapProps: l,
|
|
31
|
-
isLoading:
|
|
31
|
+
isLoading: n,
|
|
32
32
|
loadingTitle: S,
|
|
33
33
|
isTopLevelSideOverlayOpened: v,
|
|
34
34
|
isTopOverlayOpened: u,
|
|
35
35
|
onClose: s,
|
|
36
|
-
onOpen:
|
|
36
|
+
onOpen: d,
|
|
37
37
|
opened: o,
|
|
38
|
-
size:
|
|
39
|
-
...
|
|
40
|
-
},
|
|
41
|
-
const [i,
|
|
38
|
+
size: b = q.MD,
|
|
39
|
+
...M
|
|
40
|
+
}, w) => {
|
|
41
|
+
const [i, c] = p(!1), [a, g] = p(!1), m = y(o), B = y(null);
|
|
42
42
|
T(() => {
|
|
43
|
-
|
|
43
|
+
m.current && !o ? (g(!1), c(!0)) : !m.current && o && (c(!1), g(!0)), m.current = o;
|
|
44
44
|
}, [o]);
|
|
45
|
-
const
|
|
45
|
+
const k = (r) => {
|
|
46
46
|
const { target: F, currentTarget: R } = r;
|
|
47
|
-
F === R && (i ? (
|
|
48
|
-
},
|
|
47
|
+
F === R && (i ? (c(!1), s == null || s()) : a && (g(!1), d == null || d()));
|
|
48
|
+
}, C = ({ opened: r }) => /* @__PURE__ */ t(z, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ h(
|
|
49
49
|
"div",
|
|
50
50
|
{
|
|
51
|
-
className:
|
|
51
|
+
className: f(e.lightBoxSideOverlayContent, {
|
|
52
52
|
[e.closing]: i,
|
|
53
|
-
[e.opening]:
|
|
53
|
+
[e.opening]: a,
|
|
54
54
|
[e.opened]: o
|
|
55
55
|
}),
|
|
56
|
-
onTransitionEnd:
|
|
56
|
+
onTransitionEnd: k,
|
|
57
57
|
ref: B,
|
|
58
58
|
children: [
|
|
59
59
|
x,
|
|
60
|
-
|
|
60
|
+
n && /* @__PURE__ */ t(I, { loadingTitle: S })
|
|
61
61
|
]
|
|
62
62
|
}
|
|
63
|
-
),
|
|
64
|
-
},
|
|
63
|
+
), N = () => {
|
|
64
|
+
}, E = f(_, e.lightBoxSideOverlayWrapper, ae[b], {
|
|
65
65
|
[e.closing]: i,
|
|
66
66
|
[e.opened]: o,
|
|
67
|
-
[e.overflowXHidden]: !!v || !!
|
|
68
|
-
[e.overflowYHidden]: !!v || !!
|
|
67
|
+
[e.overflowXHidden]: !!v || !!n,
|
|
68
|
+
[e.overflowYHidden]: !!v || !!n || !!u
|
|
69
69
|
}), D = (r) => /* @__PURE__ */ h(W, { children: [
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
C(r),
|
|
71
|
+
H()
|
|
72
72
|
] });
|
|
73
73
|
return /* @__PURE__ */ t(
|
|
74
74
|
X,
|
|
75
75
|
{
|
|
76
|
-
active: o && !
|
|
76
|
+
active: o && !a && !i,
|
|
77
77
|
...l,
|
|
78
78
|
focusTrapOptions: {
|
|
79
79
|
allowOutsideClick: !0,
|
|
@@ -84,19 +84,19 @@ const K = "lightBoxSideOverlayMask__0d208521", Q = "lightBoxSideOverlayWrapper__
|
|
|
84
84
|
children: /* @__PURE__ */ t(
|
|
85
85
|
"div",
|
|
86
86
|
{
|
|
87
|
-
className:
|
|
87
|
+
className: E,
|
|
88
88
|
role: "dialog",
|
|
89
89
|
"aria-modal": "true",
|
|
90
|
-
...
|
|
91
|
-
ref:
|
|
90
|
+
...M,
|
|
91
|
+
ref: w,
|
|
92
92
|
children: /* @__PURE__ */ t(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
|
-
className:
|
|
95
|
+
className: f(e.lightBoxSideOverlay, {
|
|
96
96
|
[e.closing]: i,
|
|
97
|
-
[e.opening]:
|
|
97
|
+
[e.opening]: a
|
|
98
98
|
}),
|
|
99
|
-
children: /* @__PURE__ */ t(Y, { direction: j.RIGHT, opened: o, setOpened:
|
|
99
|
+
children: /* @__PURE__ */ t(Y, { direction: j.RIGHT, opened: o, setOpened: N, children: D })
|
|
100
100
|
}
|
|
101
101
|
)
|
|
102
102
|
}
|
|
@@ -7,7 +7,7 @@ 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-DMvLOKDr.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
2
|
import { c as r } from "../../../chunks/vendor-D5cfSbgz.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-DMvLOKDr.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 d, useEffect as l } from "react";
|
|
3
|
+
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__c4c0dc36", 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 = d(null);
|
|
8
|
+
return l(() => {
|
|
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(p, { type: "middle", children: a }) });
|
|
16
16
|
};
|
|
17
17
|
f.displayName = "LightBoxSideOverlayLoader";
|
|
18
18
|
export {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as b } from "react";
|
|
3
3
|
import { c as h } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxLeftSidebar__21300181", z = "fixed__8b308920", E = "hidden__7a5a7406", 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:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
|
|
10
|
+
const n = o(null);
|
|
11
11
|
R(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
12
|
+
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
13
|
return b(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
15
|
}, [s, i]), b(() => {
|
|
@@ -17,7 +17,7 @@ const j = "lightBoxLeftSidebar__f590f7ab", z = "fixed__637dddc3", E = "hidden__0
|
|
|
17
17
|
if (!f) return;
|
|
18
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
22
|
var l, u;
|
|
23
23
|
return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
@@ -25,7 +25,7 @@ const j = "lightBoxLeftSidebar__f590f7ab", z = "fixed__637dddc3", E = "hidden__0
|
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
return a.observe(f), () => a.disconnect();
|
|
28
|
-
}, [
|
|
28
|
+
}, [d]), /* @__PURE__ */ x(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
3
|
-
import { c as
|
|
4
|
-
const j = "
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as b } from "react";
|
|
3
|
+
import { c as g } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const j = "lightBoxRightSidebar__b337835f", z = "fixed__8b308920", E = "hidden__7a5a7406", r = {
|
|
5
5
|
lightBoxRightSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: x, className: m, fixed: R, minVisibleWidth: d = 100, onShow: i, onHide: s, ...B }, p) => {
|
|
10
|
+
const n = o(null);
|
|
11
11
|
L(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
13
|
-
return
|
|
12
|
+
const [v, _] = V(!0), e = o(i), t = o(s);
|
|
13
|
+
return b(() => {
|
|
14
14
|
e.current = i, t.current = s;
|
|
15
|
-
}, [i, s]),
|
|
15
|
+
}, [i, s]), b(() => {
|
|
16
16
|
const a = n.current;
|
|
17
17
|
if (!a) return;
|
|
18
18
|
const l = 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
22
|
var f, u;
|
|
23
23
|
return c !== I && (c ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
@@ -25,13 +25,13 @@ const j = "lightBoxRightSidebar__53077f16", z = "fixed__637dddc3", E = "hidden__
|
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
return l.observe(a), () => l.disconnect();
|
|
28
|
-
}, [
|
|
28
|
+
}, [d]), /* @__PURE__ */ h(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
32
|
-
className:
|
|
32
|
+
className: g(m, r.lightBoxRightSidebar, { [r.fixed]: R }),
|
|
33
33
|
...B,
|
|
34
|
-
children: /* @__PURE__ */ h("div", { className:
|
|
34
|
+
children: /* @__PURE__ */ h("div", { className: g(r.lightBoxRightSidebarInner, { [r.hidden]: !v }), children: x })
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
}
|
package/components/Link/Link.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as p, jsxs as t, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
3
|
import { c as a } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
|
|
5
|
-
const I = "
|
|
5
|
+
const I = "link__94fdfe72", S = "wordWithContent__79729f59", T = "before__7a8bf67d", q = "after__d933bd5f", e = {
|
|
6
6
|
link: I,
|
|
7
7
|
wordWithContent: S,
|
|
8
8
|
before: T,
|
|
9
9
|
after: q
|
|
10
10
|
}, v = L.forwardRef(
|
|
11
|
-
({ children: i, className:
|
|
11
|
+
({ children: i, className: h, onBlur: N, onMouseDown: C, contentAfter: s, contentBefore: n, ...u }, W) => {
|
|
12
12
|
const c = () => n ? /* @__PURE__ */ t(d, { children: [
|
|
13
13
|
"",
|
|
14
14
|
n()
|
|
@@ -25,7 +25,7 @@ const I = "link__d2efb9b1", S = "wordWithContent__b7e86e6d", T = "before__c7c328
|
|
|
25
25
|
m()
|
|
26
26
|
] });
|
|
27
27
|
}
|
|
28
|
-
const l = r[0],
|
|
28
|
+
const l = r[0], f = r[r.length - 1], k = r.slice(1, -1).join(" "), g = a(e.wordWithContent, {
|
|
29
29
|
[e.before]: !!n
|
|
30
30
|
}), x = n ? /* @__PURE__ */ t("span", { className: g, children: [
|
|
31
31
|
c(),
|
|
@@ -33,9 +33,9 @@ const I = "link__d2efb9b1", S = "wordWithContent__b7e86e6d", T = "before__c7c328
|
|
|
33
33
|
] }) : l, y = a(e.wordWithContent, {
|
|
34
34
|
[e.after]: !!s
|
|
35
35
|
}), j = s ? /* @__PURE__ */ t("span", { className: y, children: [
|
|
36
|
-
|
|
36
|
+
f,
|
|
37
37
|
m()
|
|
38
|
-
] }) :
|
|
38
|
+
] }) : f;
|
|
39
39
|
return /* @__PURE__ */ t(d, { children: [
|
|
40
40
|
x,
|
|
41
41
|
" ",
|
|
@@ -43,25 +43,25 @@ const I = "link__d2efb9b1", S = "wordWithContent__b7e86e6d", T = "before__c7c328
|
|
|
43
43
|
" ",
|
|
44
44
|
j
|
|
45
45
|
] });
|
|
46
|
-
},
|
|
46
|
+
}, w = (o) => {
|
|
47
47
|
const r = n ? n() : null, l = s ? s() : null;
|
|
48
48
|
return /* @__PURE__ */ t(d, { children: [
|
|
49
49
|
r,
|
|
50
50
|
o,
|
|
51
51
|
l
|
|
52
52
|
] });
|
|
53
|
-
},
|
|
54
|
-
return /* @__PURE__ */
|
|
53
|
+
}, b = n || s ? ((o) => typeof o == "string" ? _(o) : w(o))(i) : i;
|
|
54
|
+
return /* @__PURE__ */ p(
|
|
55
55
|
"a",
|
|
56
56
|
{
|
|
57
57
|
role: "link",
|
|
58
58
|
...u,
|
|
59
|
-
className: a(
|
|
60
|
-
onBlur:
|
|
59
|
+
className: a(h, e.link),
|
|
60
|
+
onBlur: N,
|
|
61
61
|
onMouseDown: C,
|
|
62
|
-
"data-tx": "1.
|
|
62
|
+
"data-tx": "1.34.0",
|
|
63
63
|
ref: W,
|
|
64
|
-
children: /* @__PURE__ */
|
|
64
|
+
children: /* @__PURE__ */ p(F, { displayContents: !0, children: b })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c } from "../../chunks/vendor-D5cfSbgz.js";
|
|
1
|
+
import { jsxs as o, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const
|
|
6
|
-
list:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
const n = "list__442ca97c", f = "listLoaderScreen__4bb49aa9", e = {
|
|
6
|
+
list: n,
|
|
7
|
+
listLoaderScreen: f
|
|
8
|
+
}, p = i.forwardRef(({ children: s, className: t, loading: r, ...a }, l) => /* @__PURE__ */ o("ul", { className: d(e.list, t), ...a, "data-tx": "1.34.0", ref: l, children: [
|
|
9
|
+
s,
|
|
10
|
+
r ? /* @__PURE__ */ c(m, { type: "middle", className: e.listLoaderScreen }) : null
|
|
10
11
|
] }));
|
|
11
12
|
p.displayName = "List";
|
|
12
13
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__7f021566", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, r = i.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...a }, m) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...a, ref: m, children: t })
|
|
@@ -3,7 +3,7 @@ import d, { useState as t } from "react";
|
|
|
3
3
|
import { ListItemContext as f } from "./ListItemContext.js";
|
|
4
4
|
const n = d.forwardRef(({ children: s, className: r, ...a }, l) => {
|
|
5
5
|
const [o, i] = t(!1), [m, c] = t(!1);
|
|
6
|
-
return /* @__PURE__ */ e(f.Provider, { value: { selected: o, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...a, "data-tx": "1.
|
|
6
|
+
return /* @__PURE__ */ e(f.Provider, { value: { selected: o, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...a, "data-tx": "1.34.0", ref: l, children: s }) });
|
|
7
7
|
});
|
|
8
8
|
n.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import a, { useContext as i } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ListItemContext as d } from "./ListItemContext.js";
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
7
|
-
selected:
|
|
8
|
-
selectable:
|
|
9
|
-
},
|
|
10
|
-
({ children: e, className: s, ...
|
|
11
|
-
const { selected:
|
|
12
|
-
return /* @__PURE__ */
|
|
5
|
+
const b = "listItemContent__e4b6500c", f = "selected__ce5ac1bb", C = "selectable__3c46fd80", t = {
|
|
6
|
+
listItemContent: b,
|
|
7
|
+
selected: f,
|
|
8
|
+
selectable: C
|
|
9
|
+
}, _ = a.forwardRef(
|
|
10
|
+
({ children: e, className: s, ...c }, l) => {
|
|
11
|
+
const { selected: o, selectable: n } = i(d);
|
|
12
|
+
return /* @__PURE__ */ m(
|
|
13
13
|
"div",
|
|
14
14
|
{
|
|
15
15
|
className: r(
|
|
16
16
|
t.listItemContent,
|
|
17
|
-
{ [t.selected]:
|
|
17
|
+
{ [t.selected]: o, [t.selectable]: n },
|
|
18
18
|
s
|
|
19
19
|
),
|
|
20
|
-
...
|
|
21
|
-
"data-tx": "1.
|
|
22
|
-
ref:
|
|
20
|
+
...c,
|
|
21
|
+
"data-tx": "1.34.0",
|
|
22
|
+
ref: l,
|
|
23
23
|
children: e
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
27
|
);
|
|
28
|
-
|
|
28
|
+
_.displayName = "ListItemContent";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
_ as ListItemContent
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const i = "
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const i = "listItemControls__3b280e2c", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
}, a =
|
|
7
|
-
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className:
|
|
6
|
+
}, a = e.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
|
|
8
8
|
);
|
|
9
9
|
a.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
-
import { L as n } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-DOzJu8QS.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import "../../IconWrapper/IconWrapper.js";
|
|
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
-
import { s as b, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as b, L as V } from "../../../chunks/ListItemControlsButton-DOzJu8QS.js";
|
|
22
22
|
import { setForwardedRef as G } from "../utils.js";
|
|
23
23
|
const J = P.forwardRef(
|
|
24
24
|
(h, C) => {
|
|
@@ -5,7 +5,7 @@ import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
|
5
5
|
import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const d = "
|
|
8
|
+
const d = "listItemLoading__952b8e51", n = {
|
|
9
9
|
listItemLoading: d
|
|
10
10
|
}, p = i.forwardRef(
|
|
11
11
|
({ className: t, ...m }, e) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: e, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: a.MD }) })
|
|
@@ -3,7 +3,7 @@ import k, { useContext as x, useEffect as r } from "react";
|
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { Checkbox as _ } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as L } from "./ListItemContext.js";
|
|
6
|
-
const C = "
|
|
6
|
+
const C = "listItemSelectable__f5583ab4", S = "selected__ce5ac1bb", W = "checkboxWrapper__76248252", u = "childrenWrapper__ddf1878a", I = "checkboxLabel__5336fdb9", N = "checkboxLabelClickArea__7e8ce74d", e = {
|
|
7
7
|
listItemSelectable: C,
|
|
8
8
|
selected: S,
|
|
9
9
|
checkboxWrapper: W,
|
|
@@ -7,7 +7,7 @@ import { ListItemControls as L } from "./ListItemControls.js";
|
|
|
7
7
|
import { ListItemSelectable as T } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as h } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as A } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
10
|
-
const x = "
|
|
10
|
+
const x = "listItemTable__44473285", y = "swipeableArea__f7726feb", C = "content__cd8bce85", t = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y,
|
|
13
13
|
content: C
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BktNzHQ3.js";
|
|
5
5
|
const r = m.forwardRef(
|
|
6
|
-
({ className: a, ...e }, i) => /* @__PURE__ */ l(
|
|
7
|
-
"span",
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
...e,
|
|
12
|
-
children: [
|
|
13
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
14
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
15
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
)
|
|
6
|
+
({ className: a, ...e }, i) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailLeft, a), ref: i, ...e, children: [
|
|
7
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
8
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
9
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
10
|
+
] })
|
|
19
11
|
);
|
|
20
12
|
r.displayName = "ListItemTailLeft";
|
|
21
13
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BktNzHQ3.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, l) => /* @__PURE__ */ m("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: l, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -4,7 +4,7 @@ import { q as I, s as u, c as R } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
|
4
4
|
import { ListItem as _ } from "./ListItem.js";
|
|
5
5
|
import { setForwardedRef as L } from "../utils.js";
|
|
6
6
|
import { ListSortableItemTarget as y } from "./ListSortableItemTarget.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "listSortableItem__c1267201", x = "dragging__c07472e6", a = {
|
|
8
8
|
listSortableItem: N,
|
|
9
9
|
dragging: x
|
|
10
10
|
}, T = Object.assign(
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as e } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const a = "listSortableItemControls__545c107a", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
7
|
-
({ className: t, ...o },
|
|
6
|
+
}, i = l.forwardRef(
|
|
7
|
+
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: e(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
|
-
ref:
|
|
13
|
+
ref: r
|
|
14
14
|
}
|
|
15
15
|
)
|
|
16
16
|
);
|
|
@@ -2,12 +2,12 @@ import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { c as I } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "listSortableItemTarget__46ea6bf4", b = "dragging__c07472e6", S = "listSortableItemTargetContent__d04720a1", d = "listSortableItemTargetIcon__ad0e3008", t = {
|
|
6
6
|
listSortableItemTarget: c,
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
7
|
+
dragging: b,
|
|
8
|
+
listSortableItemTargetContent: S,
|
|
9
|
+
listSortableItemTargetIcon: d
|
|
10
|
+
}, T = m.forwardRef(
|
|
11
11
|
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
@@ -21,8 +21,8 @@ const c = "listSortableItemTarget__a282cf65", S = "dragging__29355948", b = "lis
|
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
T.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
T as ListSortableItemTarget
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ListSortableItemTarget.js.map
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-DOzJu8QS.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -9,7 +9,7 @@ import { ListMasterFooterControls as d } from "./components/ListMasterFooterCont
|
|
|
9
9
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
10
10
|
const M = Object.assign(
|
|
11
11
|
s.forwardRef(function({ children: t, className: o, ...r }, e) {
|
|
12
|
-
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.34.0", ref: e, children: t });
|
|
13
13
|
}),
|
|
14
14
|
{
|
|
15
15
|
Body: m,
|