@sberbusiness/triplex-next 0.31.0 → 0.32.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-DW0BhZ40.js +41 -0
- package/chunks/CalendarViewItem-DnsWMQ6f.js +101 -0
- package/chunks/Card.module-CXz8VlRt.js +18 -0
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +15 -0
- package/chunks/Chip-C4673wYg.js +85 -0
- package/chunks/Confirm.module-DXe0cS1V.js +15 -0
- package/chunks/{DropdownListItem-D093kwGL.js → DropdownListItem-Bp1g9j21.js} +12 -12
- package/chunks/DropdownMobile.module-B-gfhyrz.js +23 -0
- package/chunks/Footer.module-CHW5czGs.js +9 -0
- package/chunks/{FormFieldInput-DEkpK71h.js → FormFieldInput-DZ9wvF_L.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +9 -0
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +9 -0
- package/chunks/{HeaderTitle.module-_RjZrixi.js → HeaderTitle.module-Bjd_PeFL.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DvxWiBol.js → ImageGalleryExtendedThumb-A47Rfe5O.js} +7 -7
- package/chunks/IslandAccordion.module-Cez7gPQx.js +25 -0
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +13 -0
- package/chunks/{LightBoxContent-CD2ywHRd.js → LightBoxContent-9n7KZhyO.js} +6 -6
- package/chunks/LightBoxControls.module-CqE7tSjd.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +9 -0
- package/chunks/{ListItemControlsButton-ooEBqOYi.js → ListItemControlsButton-CvLzuMWL.js} +11 -11
- package/chunks/ListItemTail.module-Cj1qtzG7.js +12 -0
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +10 -0
- package/chunks/ModalWindow.module-DRSCJT-j.js +17 -0
- package/chunks/Notification.module-XEc1_4xz.js +20 -0
- package/chunks/Overlay.module-CG_bCws2.js +18 -0
- package/chunks/Page.module-w5MrLoeL.js +11 -0
- package/chunks/SMSField.module-CKYqfE0O.js +16 -0
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +15 -0
- package/chunks/SliderExtendedRail-BAv_g4xj.js +40 -0
- package/chunks/StatusTracker.module-Bxjr2F_-.js +24 -0
- package/chunks/{StepperStepArrowBorder-A6WoCp_l.js → StepperStepArrowBorder-zBMxIbHq.js} +8 -8
- package/chunks/{SuggestFieldMobileDropdownHint-B6H-gTlk.js → SuggestFieldMobileDropdownHint-DoCjNfsA.js} +4 -4
- package/chunks/TableFooter.module-nSntoxBZ.js +14 -0
- package/chunks/TabsExtended.module-BAblULYn.js +16 -0
- package/chunks/TabsLine.module-BB5LVegW.js +21 -0
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +19 -0
- package/chunks/TreeView.module-C8K0ykxB.js +9 -0
- package/chunks/{UploadZoneInput-CKzf73QX.js → UploadZoneInput-CZ0-33sV.js} +5 -5
- package/chunks/{constants-BO1zd0dv.js → constants-8_Umj6ax.js} +9 -9
- package/chunks/utils-BT5PPv2k.js +24 -0
- package/chunks/utils-CP79T5VE.js +73 -0
- package/chunks/{utils-BKnry-Ny.js → utils-De8Skuhh.js} +4 -4
- package/chunks/{utils-DBuNwIFU.js → utils-gmsD_32w.js} +5 -5
- 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 +10 -10
- package/components/Badge/components/BadgeContent.js +12 -12
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +22 -22
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +79 -78
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +16 -16
- 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 +1 -1
- package/components/Checkbox/Checkbox.js +18 -18
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- 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 +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- 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 +12 -12
- package/components/Col/Col.js +138 -138
- package/components/CollapsibleTree/CollapsibleTree.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +16 -16
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +11 -11
- 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 +7 -7
- package/components/DateRange/DateRange.js +4 -4
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
- 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 +1 -1
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +10 -10
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +3 -3
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +10 -10
- 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 +1 -1
- 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 +1 -1
- package/components/IconWrapper/IconWrapper.js +3 -3
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
- 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 +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +2 -2
- 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 +18 -18
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- 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 +1 -1
- package/components/LightBox/LightBox.js +62 -72
- 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 +12 -12
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +14 -14
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +5 -5
- 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 +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- 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 +27 -31
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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 +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- 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 +6 -6
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- 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 +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +10 -10
- 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 +18 -18
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +33 -32
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +5 -5
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +21 -21
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- 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 +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +7 -7
- package/components/Stepper/Stepper.js +33 -33
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- 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 +24 -24
- package/components/Table/ChipPanel.js +7 -7
- package/components/Table/ChipPanelLinks.js +1 -1
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +13 -13
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- 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 +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +11 -11
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- 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 +41 -36
- 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 +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +15 -15
- 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 +12 -12
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +24 -24
- 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 +25 -25
- package/components/Typography/CodeText.js +2 -2
- package/components/Typography/Text.js +32 -32
- package/components/Typography/Title.js +26 -26
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +9 -3
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +556 -556
- package/chunks/AlertProcessSpoiler-D94updt3.js +0 -41
- package/chunks/CalendarViewItem-w08J4qsu.js +0 -101
- package/chunks/Card.module-D8EAMd92.js +0 -18
- package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +0 -15
- package/chunks/Chip-Cteq3rht.js +0 -85
- package/chunks/Confirm.module-BtroC28g.js +0 -15
- package/chunks/DropdownMobile.module-BkdWickw.js +0 -23
- package/chunks/Footer.module-fb6dwao-.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +0 -9
- package/chunks/HeaderTabs.module-CYj6xy4J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +0 -17
- package/chunks/IslandAccordion.module-BPxUPtoo.js +0 -25
- package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +0 -9
- package/chunks/IslandWidgetHeader.module-BSFljZcD.js +0 -13
- package/chunks/LightBoxControls.module-CmEdh818.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +0 -9
- package/chunks/ListItemTail.module-4rSSMPVx.js +0 -12
- package/chunks/ListMasterFooter.module-C-WLsVa2.js +0 -10
- package/chunks/ModalWindow.module-D-ruP-W_.js +0 -17
- package/chunks/Notification.module-CGwe5hz6.js +0 -20
- package/chunks/Overlay.module-VY4-MhFj.js +0 -18
- package/chunks/Page.module-DxsbvUY0.js +0 -11
- package/chunks/SMSField.module-DsLV_aE8.js +0 -16
- package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +0 -15
- package/chunks/SliderExtendedRail-DUIgrgt7.js +0 -40
- package/chunks/StatusTracker.module-BXZqUX7q.js +0 -24
- package/chunks/TableFooter.module-IT9a3X2n.js +0 -14
- package/chunks/TabsExtended.module-BeSILSIo.js +0 -16
- package/chunks/TabsLine.module-D1SiIi4c.js +0 -21
- package/chunks/TooltipDesktop.module--e7kCd3A.js +0 -19
- package/chunks/TreeView.module-BGGC5iP2.js +0 -9
- package/chunks/utils-B99NmqsA.js +0 -73
- package/chunks/utils-bwYnj4U9.js +0 -24
|
@@ -1,114 +1,104 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as n, useEffect as
|
|
1
|
+
import { jsxs as h, Fragment as F, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as n, useEffect as f } from "react";
|
|
3
3
|
import { c as A, F as D } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { L as I, s as e } from "../../chunks/LightBoxContent-
|
|
4
|
+
import { L as I, s as e } from "../../chunks/LightBoxContent-9n7KZhyO.js";
|
|
5
5
|
import { LightBoxControls as R } from "./LightBoxControls/LightBoxControls.js";
|
|
6
|
-
import { LightBoxSideOverlay as
|
|
6
|
+
import { LightBoxSideOverlay as V } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as T } from "../Portal/Portal.js";
|
|
8
8
|
import { addClassNameWithScrollbarWidth as j } from "../../utils/scroll/scrollbar.js";
|
|
9
|
-
import { TopOverlay as
|
|
10
|
-
import { LightBoxViewManager as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"scroll-
|
|
19
|
-
"scroll-
|
|
20
|
-
"scroll-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
className: b,
|
|
9
|
+
import { TopOverlay as k } from "../TopOverlay/TopOverlay.js";
|
|
10
|
+
import { LightBoxViewManager as q } from "./LightBoxViewManager/LightBoxViewManager.js";
|
|
11
|
+
import { FocusTrapUtils as z } from "../../utils/focus/FocusTrapUtils.js";
|
|
12
|
+
import { useToken as W } from "../ThemeProvider/useToken.js";
|
|
13
|
+
import { LightBoxLeftSidebar as $ } from "./LightBoxSidebars/LightBoxLeftSidebar.js";
|
|
14
|
+
import { LightBoxRightSidebar as H } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
15
|
+
import { ELightBoxSize as U } from "./enums.js";
|
|
16
|
+
const Z = {
|
|
17
|
+
"scroll-0": "scroll-0__fff4e925",
|
|
18
|
+
"scroll-15": "scroll-15__be12e224",
|
|
19
|
+
"scroll-16": "scroll-16__762a3ea2",
|
|
20
|
+
"scroll-17": "scroll-17__41fc0217"
|
|
21
|
+
}, x = "LightBox-next-mount-node", B = "LightBox-next-view-manager-node", p = [e.bodyOverflowHidden], L = ({
|
|
22
|
+
children: N,
|
|
23
|
+
className: M,
|
|
25
24
|
focusTrapProps: r,
|
|
26
|
-
forwardRef:
|
|
27
|
-
mountNode:
|
|
28
|
-
lightBoxViewManagerNodeId: m =
|
|
25
|
+
forwardRef: s,
|
|
26
|
+
mountNode: c,
|
|
27
|
+
lightBoxViewManagerNodeId: m = B,
|
|
29
28
|
isLoading: v,
|
|
30
29
|
isSideOverlayOpened: i,
|
|
31
30
|
isTopOverlayOpened: y,
|
|
32
|
-
size:
|
|
33
|
-
...
|
|
31
|
+
size: b = U.MD,
|
|
32
|
+
...S
|
|
34
33
|
}) => {
|
|
35
|
-
const l = n(null), d = n(null), { scopeClassName:
|
|
34
|
+
const l = n(null), d = n(null), { scopeClassName: C } = W(), E = () => {
|
|
36
35
|
let t = null;
|
|
37
|
-
return
|
|
36
|
+
return c ? t = c : (t = document.querySelector(`#${x}`), t || (t = document.createElement("div"), t.setAttribute("id", x), document.body.appendChild(t))), t;
|
|
38
37
|
}, _ = () => {
|
|
39
38
|
let t = null;
|
|
40
|
-
return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id",
|
|
41
|
-
}, a = n(
|
|
42
|
-
|
|
39
|
+
return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", B), document.body.appendChild(t)), t;
|
|
40
|
+
}, a = n(E()), u = n(_()), g = () => {
|
|
41
|
+
p.forEach((t) => document.documentElement.classList.add(t));
|
|
43
42
|
};
|
|
44
|
-
|
|
43
|
+
f(() => (j(Z), g(), setTimeout(g, 100), () => p.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
|
|
45
44
|
if (!i && l.current) {
|
|
46
45
|
const t = Math.round(Math.random() * 100);
|
|
47
46
|
l.current.style.zIndex = t.toString();
|
|
48
47
|
}
|
|
49
48
|
}, [i]);
|
|
50
|
-
const
|
|
51
|
-
d.current = t,
|
|
52
|
-
},
|
|
53
|
-
|
|
49
|
+
const w = (t) => {
|
|
50
|
+
d.current = t, s && (s.current = t);
|
|
51
|
+
}, O = A(
|
|
52
|
+
C,
|
|
54
53
|
e.lightBox,
|
|
55
|
-
e[
|
|
54
|
+
e[b],
|
|
56
55
|
{
|
|
57
56
|
[e.isLoading]: !!v,
|
|
58
57
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
59
58
|
[e.lightBoxTopOverlayActive]: !!y
|
|
60
59
|
},
|
|
61
|
-
|
|
60
|
+
M
|
|
62
61
|
);
|
|
63
|
-
|
|
64
|
-
return null;
|
|
65
|
-
const h = () => /* @__PURE__ */ f("div", { className: F, ref: O, role: "dialog", "aria-modal": "true", ...C, children: [
|
|
66
|
-
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
67
|
-
M,
|
|
68
|
-
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
69
|
-
] });
|
|
70
|
-
return /* @__PURE__ */ f(V, { children: [
|
|
62
|
+
return a.current ? /* @__PURE__ */ h(F, { children: [
|
|
71
63
|
/* @__PURE__ */ o(T, { container: a.current, children: /* @__PURE__ */ o(
|
|
72
|
-
|
|
64
|
+
D,
|
|
73
65
|
{
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
),
|
|
88
|
-
children: h()
|
|
66
|
+
active: !1,
|
|
67
|
+
...r,
|
|
68
|
+
focusTrapOptions: {
|
|
69
|
+
allowOutsideClick: !0,
|
|
70
|
+
initialFocus: () => z.getFirstInteractionElementByDataAttr(d.current),
|
|
71
|
+
preventScroll: !0,
|
|
72
|
+
...r == null ? void 0 : r.focusTrapOptions
|
|
73
|
+
},
|
|
74
|
+
children: /* @__PURE__ */ h("div", { className: O, role: "dialog", "aria-modal": "true", ...S, ref: w, children: [
|
|
75
|
+
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
76
|
+
N,
|
|
77
|
+
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
78
|
+
] })
|
|
89
79
|
}
|
|
90
80
|
) }),
|
|
91
81
|
u.current && /* @__PURE__ */ o(
|
|
92
|
-
|
|
82
|
+
q,
|
|
93
83
|
{
|
|
94
84
|
lightBoxViewManagerNode: u.current,
|
|
95
85
|
lightBoxMountNode: a.current
|
|
96
86
|
}
|
|
97
87
|
)
|
|
98
|
-
] });
|
|
88
|
+
] }) : null;
|
|
99
89
|
};
|
|
100
|
-
|
|
101
|
-
const
|
|
90
|
+
L.displayName = "LightBoxBase";
|
|
91
|
+
const st = Object.assign(L, {
|
|
102
92
|
Content: I,
|
|
103
|
-
SideOverlay:
|
|
104
|
-
TopOverlay:
|
|
93
|
+
SideOverlay: V,
|
|
94
|
+
TopOverlay: k,
|
|
105
95
|
Controls: R,
|
|
106
|
-
LeftSidebar:
|
|
107
|
-
RightSidebar:
|
|
96
|
+
LeftSidebar: $,
|
|
97
|
+
RightSidebar: H
|
|
108
98
|
});
|
|
109
99
|
export {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
100
|
+
st as LightBox,
|
|
101
|
+
x as lightBoxMountNodeIdDefault,
|
|
102
|
+
B as lightBoxViewManagerNodeIdDefault
|
|
113
103
|
};
|
|
114
104
|
//# sourceMappingURL=LightBox.js.map
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-9n7KZhyO.js";
|
|
7
7
|
export {
|
|
8
8
|
n as LightBoxContent
|
|
9
9
|
};
|
|
@@ -7,7 +7,7 @@ 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-CqE7tSjd.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: c,
|
|
13
13
|
onClick: t,
|
|
@@ -3,7 +3,7 @@ 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
5
|
import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-CqE7tSjd.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;
|
|
@@ -7,7 +7,7 @@ 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-CqE7tSjd.js";
|
|
11
11
|
const v = ({
|
|
12
12
|
className: g,
|
|
13
13
|
clickByArrowRight: u,
|
|
@@ -7,7 +7,7 @@ import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKe
|
|
|
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-CqE7tSjd.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|
|
@@ -10,7 +10,7 @@ import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayClose
|
|
|
10
10
|
import { MobileView as V } from "../../MobileView/MobileView.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__e2c88249", Q = "lightBoxSideOverlayWrapper__44f973c5", Z = "overflowXHidden__c5a3104e", $ = "overflowYHidden__49097e6c", P = "closing__ac02dc58", ee = "opened__80b1abf9", oe = "lightBoxSideOverlayContent__dbc85bee", te = "opening__bfcc1f1b", ie = "sm__b57ea27a", re = "md__463c538e", le = "lg__fab74f91", ne = "lightBoxSideOverlay__fbe8d743", e = {
|
|
14
14
|
lightBoxSideOverlayMask: K,
|
|
15
15
|
lightBoxSideOverlayWrapper: Q,
|
|
16
16
|
overflowXHidden: Z,
|
|
@@ -30,21 +30,21 @@ const K = "lightBoxSideOverlayMask__c90f9de5", Q = "lightBoxSideOverlayWrapper__
|
|
|
30
30
|
isLoading: n,
|
|
31
31
|
loadingTitle: u,
|
|
32
32
|
isTopLevelSideOverlayOpened: p,
|
|
33
|
-
isTopOverlayOpened:
|
|
33
|
+
isTopOverlayOpened: b,
|
|
34
34
|
onClose: a,
|
|
35
35
|
onOpen: s,
|
|
36
36
|
opened: o,
|
|
37
|
-
size:
|
|
38
|
-
...
|
|
37
|
+
size: M = q.MD,
|
|
38
|
+
...k
|
|
39
39
|
}) => {
|
|
40
40
|
const [l, c] = O(!1), [d, f] = O(!1), g = x(o), h = x(null);
|
|
41
41
|
Y(() => {
|
|
42
42
|
g.current && !o ? (f(!1), c(!0)) : !g.current && o && (c(!1), f(!0)), g.current = o;
|
|
43
43
|
}, [o]);
|
|
44
|
-
const
|
|
44
|
+
const w = (i) => {
|
|
45
45
|
const { target: D, currentTarget: T } = i;
|
|
46
46
|
D === T && (l ? (c(!1), a == null || a()) : d && (f(!1), s == null || s()));
|
|
47
|
-
},
|
|
47
|
+
}, C = ({ opened: i }) => /* @__PURE__ */ t(j, { opened: i, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ B(
|
|
48
48
|
"div",
|
|
49
49
|
{
|
|
50
50
|
className: m(e.lightBoxSideOverlayContent, {
|
|
@@ -52,7 +52,7 @@ const K = "lightBoxSideOverlayMask__c90f9de5", Q = "lightBoxSideOverlayWrapper__
|
|
|
52
52
|
[e.opening]: d,
|
|
53
53
|
[e.opened]: o
|
|
54
54
|
}),
|
|
55
|
-
onTransitionEnd:
|
|
55
|
+
onTransitionEnd: w,
|
|
56
56
|
ref: h,
|
|
57
57
|
children: [
|
|
58
58
|
S,
|
|
@@ -60,14 +60,14 @@ const K = "lightBoxSideOverlayMask__c90f9de5", Q = "lightBoxSideOverlayWrapper__
|
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
), N = () => {
|
|
63
|
-
}, E = m(_, e.lightBoxSideOverlayWrapper, ae[
|
|
63
|
+
}, E = m(_, e.lightBoxSideOverlayWrapper, ae[M], {
|
|
64
64
|
[e.closing]: l,
|
|
65
65
|
[e.opened]: o,
|
|
66
66
|
[e.overflowXHidden]: !!p || !!n,
|
|
67
|
-
[e.overflowYHidden]: !!p || !!n || !!
|
|
67
|
+
[e.overflowYHidden]: !!p || !!n || !!b
|
|
68
68
|
}), F = (i) => /* @__PURE__ */ B(X, { children: [
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
C(i),
|
|
70
|
+
H()
|
|
71
71
|
] }), W = /* @__PURE__ */ t(
|
|
72
72
|
"div",
|
|
73
73
|
{
|
|
@@ -77,7 +77,7 @@ const K = "lightBoxSideOverlayMask__c90f9de5", Q = "lightBoxSideOverlayWrapper__
|
|
|
77
77
|
}),
|
|
78
78
|
children: /* @__PURE__ */ t(L, { direction: R.RIGHT, opened: o, setOpened: N, children: F })
|
|
79
79
|
}
|
|
80
|
-
), y = () => /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...
|
|
80
|
+
), y = () => /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: W });
|
|
81
81
|
return /* @__PURE__ */ t(
|
|
82
82
|
V,
|
|
83
83
|
{
|
|
@@ -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-76jyTCms.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-z35N2Tap.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-76jyTCms.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,10 +1,10 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
2
|
+
import { useState as s, useRef as d, useEffect as l } from "react";
|
|
3
3
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__629bad93", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
|
-
const [t, r] =
|
|
7
|
+
const [t, r] = s(0), e = d(null);
|
|
8
8
|
return l(() => {
|
|
9
9
|
setTimeout(() => {
|
|
10
10
|
if (e.current) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as
|
|
1
|
+
import { jsx as x } from "react/jsx-runtime";
|
|
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-z35N2Tap.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxLeftSidebar__950009cc", z = "fixed__5c227e12", E = "hidden__9921bd94", r = {
|
|
5
5
|
lightBoxLeftSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
@@ -10,28 +10,28 @@ const j = "lightBoxLeftSidebar__b8040510", z = "fixed__9ccf5bcc", E = "hidden__d
|
|
|
10
10
|
const c = o(null);
|
|
11
11
|
R(p, () => c.current);
|
|
12
12
|
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
|
-
return
|
|
13
|
+
return b(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
|
-
}, [s, i]),
|
|
15
|
+
}, [s, i]), b(() => {
|
|
16
16
|
const f = c.current;
|
|
17
17
|
if (!f) return;
|
|
18
|
-
const
|
|
18
|
+
const l = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
20
|
const n = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return n !== I && (n ? (
|
|
22
|
+
var a, u;
|
|
23
|
+
return n !== I && (n ? (a = e.current) == null || a.call(e) : (u = t.current) == null || u.call(t)), n;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
28
|
-
}, [d]), /* @__PURE__ */
|
|
27
|
+
return l.observe(f), () => l.disconnect();
|
|
28
|
+
}, [d]), /* @__PURE__ */ x(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: c,
|
|
32
32
|
className: h(L, r.lightBoxLeftSidebar, { [r.fixed]: B }),
|
|
33
33
|
...g,
|
|
34
|
-
children: /* @__PURE__ */
|
|
34
|
+
children: /* @__PURE__ */ x("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as b } from "react";
|
|
3
3
|
import { c as g } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxRightSidebar__d4aabb58", z = "fixed__5c227e12", E = "hidden__9921bd94", r = {
|
|
5
5
|
lightBoxRightSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
9
|
({ children: x, className: m, fixed: R, minVisibleWidth: d = 100, onShow: i, onHide: s, ...B }, p) => {
|
|
10
|
-
const
|
|
11
|
-
L(p, () =>
|
|
10
|
+
const n = o(null);
|
|
11
|
+
L(p, () => n.current);
|
|
12
12
|
const [v, _] = V(!0), e = o(i), t = o(s);
|
|
13
13
|
return b(() => {
|
|
14
14
|
e.current = i, t.current = s;
|
|
15
15
|
}, [i, s]), b(() => {
|
|
16
|
-
const a =
|
|
16
|
+
const a = n.current;
|
|
17
17
|
if (!a) return;
|
|
18
|
-
const
|
|
18
|
+
const l = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const
|
|
20
|
+
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return
|
|
22
|
+
var u, f;
|
|
23
|
+
return c !== I && (c ? (u = e.current) == null || u.call(e) : (f = t.current) == null || f.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
27
|
+
return l.observe(a), () => l.disconnect();
|
|
28
28
|
}, [d]), /* @__PURE__ */ h(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
|
-
ref:
|
|
31
|
+
ref: n,
|
|
32
32
|
className: g(m, r.lightBoxRightSidebar, { [r.fixed]: R }),
|
|
33
33
|
...B,
|
|
34
34
|
children: /* @__PURE__ */ h("div", { className: g(r.lightBoxRightSidebarInner, { [r.hidden]: !v }), children: x })
|
package/components/Link/Link.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { jsx as h, jsxs as t, Fragment as
|
|
1
|
+
import { jsx as h, jsxs as t, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
3
|
import { c as l } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
|
|
5
|
-
const I = "
|
|
5
|
+
const I = "link__ed283e7d", S = "wordWithContent__ab598bae", T = "before__6d6cfd02", q = "after__94422d43", e = {
|
|
6
6
|
link: I,
|
|
7
7
|
wordWithContent: S,
|
|
8
8
|
before: T,
|
|
9
9
|
after: q
|
|
10
10
|
}, v = L.forwardRef(
|
|
11
|
-
({ children:
|
|
12
|
-
const c = () => n ? /* @__PURE__ */ t(
|
|
11
|
+
({ children: i, className: N, onBlur: C, onMouseDown: f, contentAfter: s, contentBefore: n, ...W }, u) => {
|
|
12
|
+
const c = () => n ? /* @__PURE__ */ t(d, { children: [
|
|
13
13
|
"",
|
|
14
14
|
n()
|
|
15
|
-
] }) : null, m = () => s ? s() : null,
|
|
15
|
+
] }) : null, m = () => s ? s() : null, w = (o) => {
|
|
16
16
|
const r = o.split(" ");
|
|
17
17
|
if (r.length < 2 || r.length < 3 && n && s) {
|
|
18
18
|
const R = l(e.wordWithContent, {
|
|
@@ -36,32 +36,32 @@ const I = "link__aa4b2508", S = "wordWithContent__5dd6270e", T = "before__8b1a69
|
|
|
36
36
|
p,
|
|
37
37
|
m()
|
|
38
38
|
] }) : p;
|
|
39
|
-
return /* @__PURE__ */ t(
|
|
39
|
+
return /* @__PURE__ */ t(d, { children: [
|
|
40
40
|
x,
|
|
41
41
|
" ",
|
|
42
42
|
k,
|
|
43
43
|
" ",
|
|
44
44
|
j
|
|
45
45
|
] });
|
|
46
|
-
},
|
|
46
|
+
}, _ = (o) => {
|
|
47
47
|
const r = n ? n() : null, a = s ? s() : null;
|
|
48
|
-
return /* @__PURE__ */ t(
|
|
48
|
+
return /* @__PURE__ */ t(d, { children: [
|
|
49
49
|
r,
|
|
50
50
|
o,
|
|
51
51
|
a
|
|
52
52
|
] });
|
|
53
|
-
},
|
|
53
|
+
}, b = n || s ? ((o) => typeof o == "string" ? w(o) : _(o))(i) : i;
|
|
54
54
|
return /* @__PURE__ */ h(
|
|
55
55
|
"a",
|
|
56
56
|
{
|
|
57
57
|
role: "link",
|
|
58
|
-
...
|
|
58
|
+
...W,
|
|
59
59
|
className: l(N, e.link),
|
|
60
60
|
onBlur: C,
|
|
61
|
-
onMouseDown:
|
|
62
|
-
"data-tx": "0.
|
|
61
|
+
onMouseDown: f,
|
|
62
|
+
"data-tx": "0.32.0",
|
|
63
63
|
ref: u,
|
|
64
|
-
children: /* @__PURE__ */ h(F, { displayContents: !0, children:
|
|
64
|
+
children: /* @__PURE__ */ h(F, { displayContents: !0, children: b })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import a from "react";
|
|
3
|
+
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const d = "
|
|
5
|
+
const d = "list__2b6f3aed", f = {
|
|
6
6
|
list: d
|
|
7
|
-
}, p =
|
|
7
|
+
}, p = a.forwardRef(({ children: s, className: t, loading: o, ...r }, e) => /* @__PURE__ */ i("ul", { className: m(f.list, t), ...r, "data-tx": "0.32.0", ref: e, children: [
|
|
8
8
|
s,
|
|
9
|
-
o ? /* @__PURE__ */
|
|
9
|
+
o ? /* @__PURE__ */ l(c, { type: "middle" }) : null
|
|
10
10
|
] }));
|
|
11
11
|
p.displayName = "List";
|
|
12
12
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__411e1dd5", r = {
|
|
5
5
|
listEmptyState: p
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: s, ...
|
|
6
|
+
}, l = i.forwardRef(
|
|
7
|
+
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
l.displayName = "ListEmptyState";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
l as ListEmptyState
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListEmptyState.js.map
|
|
@@ -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, ...o }, a) => {
|
|
5
5
|
const [l, i] = t(!1), [m, c] = t(!1);
|
|
6
|
-
return /* @__PURE__ */ e(f.Provider, { value: { selected: l, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...o, "data-tx": "0.
|
|
6
|
+
return /* @__PURE__ */ e(f.Provider, { value: { selected: l, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...o, "data-tx": "0.32.0", ref: a, children: s }) });
|
|
7
7
|
});
|
|
8
8
|
n.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ListItemContext as
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
7
|
-
selected:
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import m, { useContext as i } from "react";
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { ListItemContext as f } from "./ListItemContext.js";
|
|
5
|
+
const d = "listItemContent__78fa083c", C = "selected__56ef1beb", b = "selectable__2afac5f1", t = {
|
|
6
|
+
listItemContent: d,
|
|
7
|
+
selected: C,
|
|
8
8
|
selectable: b
|
|
9
|
-
},
|
|
9
|
+
}, I = m.forwardRef(
|
|
10
10
|
({ children: e, className: s, ...o }, l) => {
|
|
11
|
-
const { selected: c, selectable: n } =
|
|
12
|
-
return /* @__PURE__ */
|
|
11
|
+
const { selected: c, selectable: n } = i(f);
|
|
12
|
+
return /* @__PURE__ */ a(
|
|
13
13
|
"div",
|
|
14
14
|
{
|
|
15
|
-
className:
|
|
15
|
+
className: r(
|
|
16
16
|
t.listItemContent,
|
|
17
17
|
{ [t.selected]: c, [t.selectable]: n },
|
|
18
18
|
s
|
|
19
19
|
),
|
|
20
20
|
...o,
|
|
21
|
-
"data-tx": "0.
|
|
21
|
+
"data-tx": "0.32.0",
|
|
22
22
|
ref: l,
|
|
23
23
|
children: e
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
27
|
);
|
|
28
|
-
|
|
28
|
+
I.displayName = "ListItemContent";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
I as ListItemContent
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__5e98d12c", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
6
|
+
}, c = m.forwardRef(
|
|
7
7
|
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
c.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
c as ListItemControls
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListItemControls.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { L as n } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-CvLzuMWL.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import "../../IconWrapper/IconWrapper.js";
|