@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
|
@@ -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-CvLzuMWL.js";
|
|
22
22
|
import { setForwardedRef as G } from "../utils.js";
|
|
23
23
|
const J = E.forwardRef(
|
|
24
24
|
(h, C) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { EComponentSize as
|
|
5
|
-
import { LoaderSmall as
|
|
6
|
-
import { ELoaderSmallTheme as
|
|
4
|
+
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
5
|
+
import { LoaderSmall as a } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
+
import { ELoaderSmallTheme as d } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const
|
|
9
|
-
listItemLoading:
|
|
8
|
+
const l = "listItemLoading__f327250d", n = {
|
|
9
|
+
listItemLoading: l
|
|
10
10
|
}, p = e.forwardRef(
|
|
11
|
-
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(
|
|
11
|
+
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme: d.BRAND, size: s.MD }) })
|
|
12
12
|
);
|
|
13
13
|
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { Checkbox as
|
|
1
|
+
import { jsxs as k, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import x, { useContext as d, useEffect as r } from "react";
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { Checkbox as _ } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as L } from "./ListItemContext.js";
|
|
6
|
-
const C = "
|
|
6
|
+
const C = "listItemSelectable__31359646", S = "selected__56ef1beb", W = "checkboxWrapper__88a8974a", I = "childrenWrapper__f9bc4605", u = "checkboxLabel__1518436b", N = "checkboxLabelClickArea__370ab8a6", e = {
|
|
7
7
|
listItemSelectable: C,
|
|
8
8
|
selected: S,
|
|
9
9
|
checkboxWrapper: W,
|
|
10
10
|
childrenWrapper: I,
|
|
11
11
|
checkboxLabel: u,
|
|
12
12
|
checkboxLabelClickArea: N
|
|
13
|
-
}, A =
|
|
13
|
+
}, A = x.forwardRef(
|
|
14
14
|
({ selected: c, children: s, className: o, onSelect: b, disabled: i, ...n }, h) => {
|
|
15
|
-
const { setSelected: l, setSelectable: a } =
|
|
15
|
+
const { setSelected: l, setSelectable: a } = d(L), p = (m) => {
|
|
16
16
|
b(m.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return r(() => {
|
|
19
19
|
l(c);
|
|
20
20
|
}, [c, l]), r(() => (a(!0), () => {
|
|
21
21
|
a(!1);
|
|
22
|
-
}), [a]), /* @__PURE__ */
|
|
22
|
+
}), [a]), /* @__PURE__ */ k(
|
|
23
23
|
"div",
|
|
24
24
|
{
|
|
25
|
-
className:
|
|
25
|
+
className: f(e.listItemSelectable, { [e.selected]: c }, o),
|
|
26
26
|
...n,
|
|
27
27
|
ref: h,
|
|
28
28
|
children: [
|
|
29
29
|
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: s }),
|
|
30
30
|
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
31
|
-
|
|
31
|
+
_,
|
|
32
32
|
{
|
|
33
33
|
checked: c,
|
|
34
34
|
onChange: p,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
4
|
import { ListItem as w } from "./ListItem.js";
|
|
@@ -7,14 +7,14 @@ import { ListItemControls as T } from "./ListItemControls.js";
|
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as A } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as _ } from "../../../chunks/vendor-z35N2Tap.js";
|
|
10
|
-
const x = "
|
|
10
|
+
const x = "listItemTable__756b2a02", y = "swipeableArea__77bd1b47", C = "content__d9d8d754", t = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y,
|
|
13
13
|
content: C
|
|
14
14
|
}, N = d.forwardRef(
|
|
15
15
|
({ children: a, className: m, controlButtons: i, onClickItem: l, onSelect: r, selected: s, swipeableAreaRef: n, ...c }, p) => {
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ e(w, { className: _(t.listItemTable, m), ...c, ref: p, children: /* @__PURE__ */
|
|
16
|
+
const b = typeof r < "u" && typeof s < "u", o = () => /* @__PURE__ */ e(L, { className: t.content, onClick: l, children: a });
|
|
17
|
+
return /* @__PURE__ */ e(w, { className: _(t.listItemTable, m), ...c, ref: p, children: /* @__PURE__ */ f(
|
|
18
18
|
I,
|
|
19
19
|
{
|
|
20
20
|
className: t.swipeableArea,
|
|
@@ -22,7 +22,7 @@ const x = "listItemTable__76624812", y = "swipeableArea__6fc31fab", C = "content
|
|
|
22
22
|
rightSwipeableArea: i ? /* @__PURE__ */ e(T, { children: i }) : void 0,
|
|
23
23
|
children: [
|
|
24
24
|
/* @__PURE__ */ e(A, {}),
|
|
25
|
-
|
|
25
|
+
b ? /* @__PURE__ */ e(h, { selected: s, onSelect: r, children: o() }) : o()
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
28
|
) });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-Cj1qtzG7.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-Cj1qtzG7.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, m) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: m, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -4,20 +4,20 @@ import { o as I, q as u, c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { setForwardedRef as y } from "../utils.js";
|
|
6
6
|
import { ListSortableItemTarget as N } from "./ListSortableItemTarget.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "listSortableItem__57c7a9ee", x = "dragging__70ec5737", a = {
|
|
8
8
|
listSortableItem: _,
|
|
9
9
|
dragging: x
|
|
10
10
|
}, T = Object.assign(
|
|
11
11
|
p.forwardRef(function({ children: t, className: i, style: n, disabled: e, ...r }, m) {
|
|
12
|
-
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef:
|
|
12
|
+
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef: c, setActivatorNodeRef: S } = I({
|
|
13
13
|
disabled: e,
|
|
14
14
|
id: r.id,
|
|
15
15
|
transition: {
|
|
16
16
|
duration: 300,
|
|
17
17
|
easing: "ease-out"
|
|
18
18
|
}
|
|
19
|
-
}),
|
|
20
|
-
|
|
19
|
+
}), d = (s) => {
|
|
20
|
+
c(s), y(m, s);
|
|
21
21
|
};
|
|
22
22
|
return /* @__PURE__ */ b(
|
|
23
23
|
L,
|
|
@@ -25,8 +25,8 @@ const _ = "listSortableItem__4e4b36ff", x = "dragging__d74e7d46", a = {
|
|
|
25
25
|
className: R(a.listSortableItem, { [a.dragging]: o }, i),
|
|
26
26
|
style: { transform: u.Translate.toString(g), transition: f, ...n },
|
|
27
27
|
...r,
|
|
28
|
-
ref:
|
|
29
|
-
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef:
|
|
28
|
+
ref: d,
|
|
29
|
+
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef: S }) : t
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
}),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const a = "
|
|
4
|
+
const a = "listSortableItemControls__89b8ae12", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
@@ -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-z35N2Tap.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "listSortableItemTarget__d90270af", b = "dragging__70ec5737", S = "listSortableItemTargetContent__efe1b443", T = "listSortableItemTargetIcon__93727304", t = {
|
|
6
6
|
listSortableItemTarget: c,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
9
|
+
listSortableItemTargetIcon: T
|
|
10
|
+
}, d = m.forwardRef(
|
|
11
11
|
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
@@ -21,8 +21,8 @@ const c = "listSortableItemTarget__5785e1e7", b = "dragging__d74e7d46", S = "lis
|
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
d.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
d 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-CvLzuMWL.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 L } from "./components/ListMasterFooterCont
|
|
|
9
9
|
import { ListMasterFooterDescription as M } from "./components/ListMasterFooterDescription.js";
|
|
10
10
|
const d = Object.assign(
|
|
11
11
|
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
12
|
-
return /* @__PURE__ */ i("div", { className: r, ...t, "data-tx": "0.
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: r, ...t, "data-tx": "0.32.0", ref: e, children: o });
|
|
13
13
|
}),
|
|
14
14
|
{
|
|
15
15
|
Body: a,
|
|
@@ -2,13 +2,13 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
|
|
4
4
|
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "listMasterChipGroup__d7174690", l = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ p(e, { className: a(
|
|
7
|
+
}, u = i.forwardRef(
|
|
8
|
+
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ p(e, { className: a(l.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
|
|
9
9
|
);
|
|
10
|
-
|
|
10
|
+
u.displayName = "ListMasterChipGroup";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
u as ListMasterChipGroup
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-BFddN0Fo.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-BFddN0Fo.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-BFddN0Fo.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import f, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__da5d2b84", y = "sticky__dac05982", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = f.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
9
|
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
@@ -13,7 +13,7 @@ const p = "listMasterHeader__43fe476e", y = "sticky__5f15a643", c = {
|
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
const
|
|
16
|
+
const d = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
19
|
return /* @__PURE__ */ u(
|
|
@@ -27,7 +27,7 @@ const p = "listMasterHeader__43fe476e", y = "sticky__5f15a643", c = {
|
|
|
27
27
|
n
|
|
28
28
|
),
|
|
29
29
|
...l,
|
|
30
|
-
ref:
|
|
30
|
+
ref: d,
|
|
31
31
|
children: i
|
|
32
32
|
}
|
|
33
33
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__746a0f81", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
@@ -9,7 +9,7 @@ const c = "selectionControls__5b075f39", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.32.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
5
|
-
loaderMiddleDots:
|
|
3
|
+
const e = "loaderMiddle__4e0a1667", s = "loaderMiddleDots__8f4eba08", l = "dot__6623ffc4", c = "dot1__cfad562f", i = "dot2__bfd9a5cd", n = "dot3__e55b25f4", r = "dot4__bd8fde9d", _ = "line__3faac614", d = {
|
|
4
|
+
loaderMiddle: e,
|
|
5
|
+
loaderMiddleDots: s,
|
|
6
6
|
dot: l,
|
|
7
7
|
dot1: c,
|
|
8
8
|
dot2: i,
|
|
9
9
|
dot3: n,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ a("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
14
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
15
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const
|
|
6
|
-
loaderSmall:
|
|
4
|
+
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
+
const c = "loaderSmall__91d93984", _ = "sm__6f364a42", p = "dot__6623ffc4", f = "md__37163e34", i = "lg__d738063d", N = "neutral__4215adb1", b = "brand__5a6e78f2", S = "dot1__cfad562f", u = "dot2__bfd9a5cd", T = "dot3__e55b25f4", a = {
|
|
6
|
+
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
8
|
dot: p,
|
|
9
9
|
md: f,
|
|
@@ -16,10 +16,10 @@ const n = "loaderSmall__38f4198a", _ = "sm__66cb8b6c", p = "dot__f849ce6f", f =
|
|
|
16
16
|
}, g = {
|
|
17
17
|
[s.BRAND]: a.brand,
|
|
18
18
|
[s.NEUTRAL]: a.neutral
|
|
19
|
-
}, x =
|
|
19
|
+
}, x = n(a), L = ({ className: d, theme: l, size: e, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[l], x[e], d),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__95c169ee", B = "loaderSmallBackdrop__9089fb8d", k = "loaderMiddleBackdrop__8aea20b9", r = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
10
|
loaderMiddleBackdrop: k
|
|
11
11
|
}, f = ({
|
|
12
|
-
className:
|
|
13
|
-
size:
|
|
12
|
+
className: d,
|
|
13
|
+
size: a = t.MD,
|
|
14
14
|
type: o,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[
|
|
20
|
-
[
|
|
18
|
+
const m = p(d, r.loaderScreen, {
|
|
19
|
+
[r.loaderSmallBackdrop]: o === "small",
|
|
20
|
+
[r.loaderMiddleBackdrop]: o === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ e("div", { className: m, ...c, children: o === "small" ? /* @__PURE__ */ e(s, { size: a, theme: l }) : /* @__PURE__ */ e("div", { className: r.loaderMiddleBackground, children: /* @__PURE__ */ e(n, {}) }) });
|
|
23
23
|
};
|
|
24
24
|
f.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-gmsD_32w.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { Marker as k } from "../Marker/Marker.js";
|
|
4
|
+
import { c as _ } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
import { s as M } from "../../chunks/utils-gmsD_32w.js";
|
|
6
|
+
import { ETextSize as n, EFontType as i, ECaptionSize as N } from "../Typography/enums.js";
|
|
7
|
+
import { Caption as x } from "../Typography/Caption.js";
|
|
7
8
|
import "../Typography/CodeText.js";
|
|
8
9
|
import { Text as c } from "../Typography/Text.js";
|
|
9
10
|
import "../Typography/Title.js";
|
|
10
11
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
11
|
-
import { createSizeToClassNameMap as
|
|
12
|
-
const
|
|
13
|
-
markerStatus:
|
|
14
|
-
contentContainer:
|
|
15
|
-
md:
|
|
16
|
-
markerContainer:
|
|
17
|
-
lg:
|
|
18
|
-
},
|
|
12
|
+
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
13
|
+
const u = "markerStatus__3140f2cf", z = "contentContainer__44603191", E = "md__ee067cf3", h = "markerContainer__b7afb591", D = "lg__b6f08b1c", e = {
|
|
14
|
+
markerStatus: u,
|
|
15
|
+
contentContainer: z,
|
|
16
|
+
md: E,
|
|
17
|
+
markerContainer: h,
|
|
18
|
+
lg: D
|
|
19
|
+
}, b = {
|
|
19
20
|
[a.MD]: n.B4,
|
|
20
21
|
[a.LG]: n.B3
|
|
21
|
-
},
|
|
22
|
-
children: p,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/* @__PURE__ */ t(c, { size: h[r], children: p }),
|
|
34
|
-
o && (r === a.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
35
|
-
] })
|
|
36
|
-
] });
|
|
37
|
-
};
|
|
22
|
+
}, y = T(e), q = d.forwardRef(
|
|
23
|
+
({ children: p, className: f, description: o, status: m, size: r = a.MD, ...l }, C) => {
|
|
24
|
+
const S = _(e.markerStatus, y[r], M[m], f);
|
|
25
|
+
return /* @__PURE__ */ s("div", { className: S, "data-tx": "0.32.0", ...l, ref: C, children: [
|
|
26
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(k, { status: m, size: r }) }),
|
|
27
|
+
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
28
|
+
/* @__PURE__ */ t(c, { size: b[r], children: p }),
|
|
29
|
+
o && (r === a.MD ? /* @__PURE__ */ t(x, { size: N.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
38
34
|
export {
|
|
39
|
-
|
|
35
|
+
q as MarkerStatus
|
|
40
36
|
};
|
|
41
37
|
//# sourceMappingURL=MarkerStatus.js.map
|
|
@@ -4,7 +4,7 @@ import { Portal as $ } from "../Portal/Portal.js";
|
|
|
4
4
|
import { c as p, C as k, F as B } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { ModalWindowViewManager as F } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as R } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as a } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as a } from "../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
8
8
|
import { EComponentSize as j } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as P } from "../../utils/classNameMaps.js";
|
|
10
10
|
const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidden"], A = P(a), D = () => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { Island as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as n } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { EIslandType as l } from "../../Island/enums.js";
|
|
6
|
-
const t = "
|
|
6
|
+
const t = "modalWindowBody__c8c3854a", r = {
|
|
7
7
|
modalWindowBody: t
|
|
8
|
-
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */
|
|
9
|
-
|
|
8
|
+
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */ a(
|
|
9
|
+
s,
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: i(r.modalWindowBody, d),
|
|
12
12
|
type: l.TYPE_1,
|
|
13
13
|
size: n.MD,
|
|
14
14
|
...m,
|
|
@@ -6,9 +6,9 @@ import { EButtonTheme as i } from "../../Button/enums.js";
|
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as l } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { EVENT_KEY_CODES as d } from "../../../utils/keyboard.js";
|
|
9
|
-
const C = "
|
|
9
|
+
const C = "modalWindowClose__73b0fde4", a = {
|
|
10
10
|
modalWindowClose: C
|
|
11
|
-
},
|
|
11
|
+
}, f = (r) => {
|
|
12
12
|
const e = t(null);
|
|
13
13
|
return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(l, { eventKeyCode: d.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
n,
|
|
@@ -21,8 +21,8 @@ const C = "modalWindowClose__0249c8b3", a = {
|
|
|
21
21
|
}
|
|
22
22
|
) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
f.displayName = "ModalWindowClose";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
f as ModalWindowClose
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ModalWindowClose.js.map
|
|
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import l from "react";
|
|
4
4
|
import { LoaderScreen as c } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as o } from "../../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
6
6
|
import { Page as p } from "../../Page/Page.js";
|
|
7
7
|
const f = l.forwardRef(
|
|
8
8
|
({ isLoading: e, className: r, loadingTitle: m, children: d, ...t }, n) => /* @__PURE__ */ s(
|
|
@@ -2,9 +2,9 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__6e963e10", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
|
-
}, o = ({ className:
|
|
7
|
+
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
9
9
|
o.displayName = "ModalWindowHeader";
|
|
10
10
|
export {
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
|
|
3
3
|
import { g as R, i as W, p as c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as N } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as N } from "../../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
6
6
|
const l = "modalWindowViewManagerNodeId", x = () => {
|
|
7
7
|
let e = document.querySelector(`#${l}`);
|
|
8
8
|
return e || (e = document.createElement("div"), e.setAttribute("id", l), document.body.appendChild(e)), e;
|