@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
|
@@ -2,9 +2,9 @@ import { jsx as e, jsxs as s, Fragment as m } from "react/jsx-runtime";
|
|
|
2
2
|
import u, { useContext as f } from "react";
|
|
3
3
|
import { F as D } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
|
-
import { DatePickerExtendedContext as
|
|
5
|
+
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
7
|
-
import { DropdownMobileBody as
|
|
7
|
+
import { DropdownMobileBody as b } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
9
9
|
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
10
10
|
import { DropdownMobileHeader as M } from "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
@@ -14,11 +14,11 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const h = "
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__3aa38a47", C = {
|
|
18
18
|
datePickerExtendedMobileDropdown: h
|
|
19
19
|
}, E = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened:
|
|
21
|
+
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: l } = f(x);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -27,12 +27,12 @@ const h = "datePickerExtendedMobileDropdown__b4031924", C = {
|
|
|
27
27
|
targetRef: r,
|
|
28
28
|
mobileViewProps: {
|
|
29
29
|
children: /* @__PURE__ */ s(m, { children: [
|
|
30
|
-
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children:
|
|
31
|
-
/* @__PURE__ */ e(
|
|
30
|
+
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children: c() }),
|
|
31
|
+
/* @__PURE__ */ e(b, { children: t(!0) })
|
|
32
32
|
] }),
|
|
33
33
|
className: C.datePickerExtendedMobileDropdown
|
|
34
34
|
},
|
|
35
|
-
setOpened:
|
|
35
|
+
setOpened: a,
|
|
36
36
|
...p,
|
|
37
37
|
ref: d,
|
|
38
38
|
children: /* @__PURE__ */ e(
|
|
@@ -4,7 +4,7 @@ import { CaretleftStrokeSrvIcon20 as D, RangeStrokeSrvIcon16 as Y, CaretrightStr
|
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as E } from "./enums.js";
|
|
6
6
|
import { c as i } from "../../chunks/vendor-z35N2Tap.js";
|
|
7
|
-
const F = "
|
|
7
|
+
const F = "dateRange__0a9ed7c9", M = "dateRangeButton__52ac2860", h = "separator__6ab3d979", d = {
|
|
8
8
|
dateRange: F,
|
|
9
9
|
dateRangeButton: M,
|
|
10
10
|
separator: h
|
|
@@ -20,9 +20,9 @@ const F = "dateRange__80dce17a", M = "dateRangeButton__64e0054d", h = "separator
|
|
|
20
20
|
renderPickerTo: u,
|
|
21
21
|
renderButtonForward: S,
|
|
22
22
|
renderButtonBack: k,
|
|
23
|
-
...
|
|
23
|
+
...b
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] = g,
|
|
25
|
+
const [t, a] = g, x = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -43,7 +43,7 @@ const F = "dateRange__80dce17a", M = "dateRangeButton__64e0054d", h = "separator
|
|
|
43
43
|
m.add(n, s).format(r)
|
|
44
44
|
]);
|
|
45
45
|
};
|
|
46
|
-
return /* @__PURE__ */ v("div", { className:
|
|
46
|
+
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
47
47
|
!p && k({
|
|
48
48
|
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
@@ -7,7 +7,7 @@ import { k as l } from "../../chunks/vendor-z35N2Tap.js";
|
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "0.
|
|
10
|
+
let o = "0.32.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][T],
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as g } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const z = "
|
|
3
|
+
const z = "divider__3d6459bf", i = {
|
|
4
4
|
divider: z,
|
|
5
|
-
"marginTopSize-4": "marginTopSize-
|
|
6
|
-
"marginBottomSize-4": "marginBottomSize-
|
|
7
|
-
"marginTopSize-8": "marginTopSize-
|
|
8
|
-
"marginBottomSize-8": "marginBottomSize-
|
|
9
|
-
"marginTopSize-12": "marginTopSize-
|
|
10
|
-
"marginBottomSize-12": "marginBottomSize-
|
|
11
|
-
"marginTopSize-16": "marginTopSize-
|
|
12
|
-
"marginBottomSize-16": "marginBottomSize-
|
|
13
|
-
"marginTopSize-20": "marginTopSize-
|
|
14
|
-
"marginBottomSize-20": "marginBottomSize-
|
|
15
|
-
"marginTopSize-24": "marginTopSize-
|
|
16
|
-
"marginBottomSize-24": "marginBottomSize-
|
|
17
|
-
"marginTopSize-28": "marginTopSize-
|
|
18
|
-
"marginBottomSize-28": "marginBottomSize-
|
|
19
|
-
"marginTopSize-32": "marginTopSize-
|
|
20
|
-
"marginBottomSize-32": "marginBottomSize-
|
|
5
|
+
"marginTopSize-4": "marginTopSize-4__f810c8e7",
|
|
6
|
+
"marginBottomSize-4": "marginBottomSize-4__940a88b9",
|
|
7
|
+
"marginTopSize-8": "marginTopSize-8__3d593179",
|
|
8
|
+
"marginBottomSize-8": "marginBottomSize-8__01a10906",
|
|
9
|
+
"marginTopSize-12": "marginTopSize-12__2782f6b3",
|
|
10
|
+
"marginBottomSize-12": "marginBottomSize-12__1b86d3e7",
|
|
11
|
+
"marginTopSize-16": "marginTopSize-16__773e1120",
|
|
12
|
+
"marginBottomSize-16": "marginBottomSize-16__3ad6ec2b",
|
|
13
|
+
"marginTopSize-20": "marginTopSize-20__32e9baa0",
|
|
14
|
+
"marginBottomSize-20": "marginBottomSize-20__54e6e869",
|
|
15
|
+
"marginTopSize-24": "marginTopSize-24__bac03785",
|
|
16
|
+
"marginBottomSize-24": "marginBottomSize-24__abf51ecc",
|
|
17
|
+
"marginTopSize-28": "marginTopSize-28__8bac4f84",
|
|
18
|
+
"marginBottomSize-28": "marginBottomSize-28__f66b4bab",
|
|
19
|
+
"marginTopSize-32": "marginTopSize-32__8bd93ed9",
|
|
20
|
+
"marginBottomSize-32": "marginBottomSize-32__cd17e8d6"
|
|
21
21
|
}, S = (e) => {
|
|
22
|
-
const { className:
|
|
22
|
+
const { className: a, marginTopSize: o, marginBottomSize: m, ...r } = e, t = g(
|
|
23
23
|
i.divider,
|
|
24
24
|
o && i[`marginTopSize-${o}`],
|
|
25
25
|
m && i[`marginBottomSize-${m}`],
|
|
26
|
-
|
|
26
|
+
a
|
|
27
27
|
);
|
|
28
|
-
return /* @__PURE__ */ n("hr", { className:
|
|
28
|
+
return /* @__PURE__ */ n("hr", { className: t, ...r });
|
|
29
29
|
};
|
|
30
30
|
S.displayName = "Divider";
|
|
31
31
|
export {
|
|
@@ -8,7 +8,7 @@ import { StringUtils as B } from "../../utils/stringUtils.js";
|
|
|
8
8
|
import { isKey as O } from "../../utils/keyboard.js";
|
|
9
9
|
import { c as U } from "../../chunks/vendor-z35N2Tap.js";
|
|
10
10
|
import { Link as Y } from "../Link/Link.js";
|
|
11
|
-
const $ = "
|
|
11
|
+
const $ = "documentNumberEdit__b95df095", G = "label__d6f2eb15", H = "inputEditWrapper__bd2e5a5e", n = {
|
|
12
12
|
documentNumberEdit: $,
|
|
13
13
|
label: G,
|
|
14
14
|
inputEditWrapper: H
|
|
@@ -21,8 +21,8 @@ const $ = "documentNumberEdit__2eb3b5e5", G = "label__e659d163", H = "inputEditW
|
|
|
21
21
|
numberLabel: c,
|
|
22
22
|
maxLength: f = V,
|
|
23
23
|
onBlur: l,
|
|
24
|
-
onChange:
|
|
25
|
-
onKeyDown:
|
|
24
|
+
onChange: a,
|
|
25
|
+
onKeyDown: d,
|
|
26
26
|
...S
|
|
27
27
|
}) => {
|
|
28
28
|
const [p, m] = y(!1), T = z(() => p ? c : r ? `${c} ${r}` : u, [r, c, u, p]), x = () => /* @__PURE__ */ i("div", { className: n.inputEditWrapper, children: /* @__PURE__ */ i(
|
|
@@ -40,10 +40,10 @@ const $ = "documentNumberEdit__2eb3b5e5", G = "label__e659d163", H = "inputEditW
|
|
|
40
40
|
) }), I = "0".repeat(f), C = (t) => {
|
|
41
41
|
m(!1), l == null || l(t);
|
|
42
42
|
}, D = (t) => {
|
|
43
|
-
O(t.code, "ENTER") && m(!1),
|
|
43
|
+
O(t.code, "ENTER") && m(!1), d == null || d(t);
|
|
44
44
|
}, M = (t) => {
|
|
45
45
|
const o = F(t.target), s = P(t.target.value), e = s.length - t.target.value.length;
|
|
46
|
-
t.target.value = s, R(t.target, o + e),
|
|
46
|
+
t.target.value = s, R(t.target, o + e), a == null || a(t);
|
|
47
47
|
}, P = (t) => {
|
|
48
48
|
const o = [], s = t.length;
|
|
49
49
|
for (let e = 0; e < s; e++)
|
|
@@ -6,26 +6,26 @@ import { EComponentSize as K } from "../../../enums/EComponentSize.js";
|
|
|
6
6
|
import { createSizeToClassNameMap as V } from "../../../utils/classNameMaps.js";
|
|
7
7
|
import { useToken as q } from "../../ThemeProvider/useToken.js";
|
|
8
8
|
import { isKey as n } from "../../../utils/keyboard.js";
|
|
9
|
-
const J = "
|
|
9
|
+
const J = "dropdownDesktop__4551f130", Q = "sm__20dc6f9e", X = "md__9eb9d48c", Y = "lg__6a519970", Z = "dropdownDesktopOverflowHidden__c2637f3c", k = {
|
|
10
10
|
dropdownDesktop: J,
|
|
11
11
|
sm: Q,
|
|
12
12
|
md: X,
|
|
13
13
|
lg: Y,
|
|
14
14
|
dropdownDesktopOverflowHidden: Z
|
|
15
|
-
}, $ = V(
|
|
15
|
+
}, $ = V(k), N = k.dropdownDesktopOverflowHidden, ee = B.forwardRef((H, f) => {
|
|
16
16
|
const {
|
|
17
17
|
children: P,
|
|
18
18
|
className: A,
|
|
19
19
|
style: C,
|
|
20
20
|
size: M = K.MD,
|
|
21
21
|
direction: a = u.AUTO,
|
|
22
|
-
alignment:
|
|
22
|
+
alignment: _ = R.LEFT,
|
|
23
23
|
width: p = T.CONTENT,
|
|
24
24
|
opened: s,
|
|
25
|
-
targetRef:
|
|
25
|
+
targetRef: c,
|
|
26
26
|
setOpened: te,
|
|
27
27
|
...S
|
|
28
|
-
} = H, [W,
|
|
28
|
+
} = H, [W, g] = F({ opacity: 0 }), i = I(null), { scopeClassName: z } = q(), x = j(k.dropdownDesktop, $[M], z, A), w = d(
|
|
29
29
|
(e) => {
|
|
30
30
|
var t;
|
|
31
31
|
(t = i.current) != null && t.contains(e.target) || e.preventDefault();
|
|
@@ -42,10 +42,10 @@ const J = "dropdownDesktop__5231d05b", Q = "sm__dd8ea9ea", X = "md__68741bda", Y
|
|
|
42
42
|
e ? (document.addEventListener("wheel", w, { passive: !1 }), document.addEventListener("keydown", h)) : (document.removeEventListener("wheel", w), document.removeEventListener("keydown", h));
|
|
43
43
|
},
|
|
44
44
|
[w, h]
|
|
45
|
-
),
|
|
45
|
+
), b = d(
|
|
46
46
|
(e, t, o) => {
|
|
47
47
|
const r = document.documentElement.clientWidth, v = t.left, D = t.right - o;
|
|
48
|
-
if (
|
|
48
|
+
if (_ === R.LEFT) {
|
|
49
49
|
const y = v + o <= r;
|
|
50
50
|
e.left = y ? v : Math.max(0, D);
|
|
51
51
|
} else {
|
|
@@ -53,28 +53,28 @@ const J = "dropdownDesktop__5231d05b", Q = "sm__dd8ea9ea", X = "md__68741bda", Y
|
|
|
53
53
|
e.left = y ? D : Math.max(0, Math.min(v, r - o));
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
[
|
|
56
|
+
[_]
|
|
57
57
|
), L = d(
|
|
58
58
|
(e, t, o) => {
|
|
59
59
|
a === u.AUTO ? o.bottom + 4 + t.height < document.documentElement.clientHeight ? e.top = o.bottom + 4 : o.top - 4 - t.height > 0 ? e.bottom = document.documentElement.clientHeight - o.top + 4 : e.top = o.bottom + 4 : a === u.BOTTOM ? e.top = o.bottom + 4 : a === u.TOP && (e.bottom = document.documentElement.clientHeight - o.top + 4);
|
|
60
60
|
},
|
|
61
61
|
[a]
|
|
62
|
-
),
|
|
63
|
-
if (i.current === null ||
|
|
64
|
-
const e = i.current.getBoundingClientRect(), t =
|
|
62
|
+
), l = d(() => {
|
|
63
|
+
if (i.current === null || c.current === null) return;
|
|
64
|
+
const e = i.current.getBoundingClientRect(), t = c.current.getBoundingClientRect(), o = {};
|
|
65
65
|
let r = e.width;
|
|
66
|
-
p === T.TARGET ? (r = t.width, o.width = t.width) : p === T.MIN_TARGET && (r = Math.max(e.width, t.width), o.minWidth = t.width), L(o, e, t),
|
|
67
|
-
}, [
|
|
66
|
+
p === T.TARGET ? (r = t.width, o.width = t.width) : p === T.MIN_TARGET && (r = Math.max(e.width, t.width), o.minWidth = t.width), L(o, e, t), b(o, t, r), g(o);
|
|
67
|
+
}, [c, p, L, b]);
|
|
68
68
|
O(() => {
|
|
69
|
-
s ?
|
|
70
|
-
}, [s,
|
|
71
|
-
if (!s || i.current === null ||
|
|
72
|
-
const e = new ResizeObserver(
|
|
73
|
-
return e.observe(i.current), e.observe(
|
|
74
|
-
}, [s,
|
|
69
|
+
s ? l() : g({ opacity: 0 });
|
|
70
|
+
}, [s, l]), O(() => {
|
|
71
|
+
if (!s || i.current === null || c.current === null) return;
|
|
72
|
+
const e = new ResizeObserver(l);
|
|
73
|
+
return e.observe(i.current), e.observe(c.current), () => e.disconnect();
|
|
74
|
+
}, [s, c, l]);
|
|
75
75
|
const m = d(() => {
|
|
76
|
-
setTimeout(
|
|
77
|
-
}, [
|
|
76
|
+
setTimeout(l);
|
|
77
|
+
}, [l]);
|
|
78
78
|
O(() => {
|
|
79
79
|
if (s)
|
|
80
80
|
return document.addEventListener("scroll", m, !0), window.addEventListener("resize", m), E(!0), document.body.classList.add(N), m(), () => {
|
|
@@ -90,7 +90,7 @@ const J = "dropdownDesktop__5231d05b", Q = "sm__dd8ea9ea", X = "md__68741bda", Y
|
|
|
90
90
|
className: x,
|
|
91
91
|
style: { ...W, ...C },
|
|
92
92
|
...S,
|
|
93
|
-
"data-tx": "0.
|
|
93
|
+
"data-tx": "0.32.0",
|
|
94
94
|
ref: G,
|
|
95
95
|
children: P
|
|
96
96
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as y, jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as B, useRef as b, useState as z, useEffect as f } from "react";
|
|
3
3
|
import { c as _ } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as D, D as x } from "../../../chunks/DropdownListItem-
|
|
4
|
+
import { s as D, D as x } from "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
5
5
|
import { EVENT_KEY_CODES as w } from "../../../utils/keyboard.js";
|
|
6
6
|
import { DropdownListContext as V } from "../DropdownListContext.js";
|
|
7
7
|
import { LoaderSmall as W } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
@@ -4,7 +4,7 @@ import "../../../chunks/vendor-z35N2Tap.js";
|
|
|
4
4
|
import "../../../enums/EComponentSize.js";
|
|
5
5
|
import "../../../utils/keyboard.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
|
-
import { D } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D } from "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
8
8
|
export {
|
|
9
9
|
D as DropdownListItem
|
|
10
10
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownDesktop as p } from "./DropdownDesktop.js";
|
|
2
2
|
import { DropdownList as n } from "./DropdownList.js";
|
|
3
|
-
import { D as e } from "../../../chunks/DropdownListItem-
|
|
3
|
+
import { D as e } from "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
4
4
|
import { EDropdownAlignment as i, EDropdownDirection as m, EDropdownWidth as w } from "./enums.js";
|
|
5
5
|
export {
|
|
6
6
|
p as DropdownDesktop,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DropdownListContext as e } from "./DropdownListContext.js";
|
|
2
2
|
import { DropdownDesktop as t } from "./desktop/DropdownDesktop.js";
|
|
3
3
|
import { DropdownList as d } from "./desktop/DropdownList.js";
|
|
4
|
-
import { D as i } from "../../chunks/DropdownListItem-
|
|
4
|
+
import { D as i } from "../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
5
5
|
import { EDropdownAlignment as w, EDropdownDirection as x, EDropdownWidth as f } from "./desktop/enums.js";
|
|
6
6
|
import { DropdownMobile as b } from "./mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as s } from "./mobile/DropdownMobileBody.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import m, { useEffect as a } from "react";
|
|
3
3
|
import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
|
|
4
4
|
import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
|
|
5
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
6
6
|
const r = p.dropdownMobileBodyOverflow, y = m.forwardRef(
|
|
7
7
|
({ children: t, opened: o, setOpened: s, ...d }, i) => (a(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
|
|
8
8
|
f,
|
|
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = m.forwardRef(
|
|
|
10
10
|
...l,
|
|
11
11
|
...d,
|
|
12
12
|
ref: i,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.32.0",
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
16
16
|
) }))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
5
5
|
const p = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, e) => /* @__PURE__ */ m("div", { className: d(i.dropdownMobileContent, r), ref: e, ...s, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
7
7
|
const a = t.forwardRef(
|
|
8
8
|
({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
|
|
9
9
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
5
5
|
const a = m.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: i(p.dropdownMobileFooter, r), ref: s, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as o } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as o } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
5
5
|
const n = t.forwardRef(
|
|
6
6
|
({ children: r, className: s, controlButtons: d, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, s), ref: i, ...a, children: [
|
|
7
7
|
/* @__PURE__ */ e("div", { className: o.dropdownMobileHeaderContent, children: r }),
|
|
@@ -2,7 +2,7 @@ import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import y, { useState as l, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { useToken as B } from "../../ThemeProvider/useToken.js";
|
|
5
|
-
import { s as e } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as e } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
6
6
|
const C = y.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: m,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const e = "
|
|
4
|
+
const e = "dropdownMobileInput__cfaaab43", i = {
|
|
5
5
|
dropdownMobileInput: e
|
|
6
6
|
}, s = r.forwardRef(
|
|
7
7
|
({ className: o, ...p }, n) => /* @__PURE__ */ t("input", { className: d(i.dropdownMobileInput, o), ...p, ref: n })
|
|
@@ -6,7 +6,7 @@ import { ELoaderSmallTheme as b } from "../../Loader/LoaderSmall/enum.js";
|
|
|
6
6
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
7
7
|
import { EComponentSize as w } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { DropdownMobileListItem as M } from "./DropdownMobileListItem.js";
|
|
9
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
9
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
10
10
|
const u = p.forwardRef(
|
|
11
11
|
({ children: e, className: i, loading: t, ...m }, s) => {
|
|
12
12
|
const [d] = n(() => c()), a = () => /* @__PURE__ */ o(M, { id: d, className: r.dropdownMobileListLoader, children: /* @__PURE__ */ o(L, { theme: b.BRAND, size: w.MD }) });
|
|
@@ -5,7 +5,7 @@ import { Text as z } from "../../Typography/Text.js";
|
|
|
5
5
|
import { ETextSize as B } from "../../Typography/enums.js";
|
|
6
6
|
import { Badge as D } from "../../Badge/Badge.js";
|
|
7
7
|
import { EComponentSize as I } from "../../../enums/EComponentSize.js";
|
|
8
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
8
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
9
9
|
const M = x.forwardRef(
|
|
10
10
|
({ children: o, className: s, id: b, onClick: t, onSelect: i, selected: m, showNotificationIcon: e, ...a }, p) => {
|
|
11
11
|
const f = (d) => {
|
|
@@ -4,7 +4,7 @@ import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
4
4
|
import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
|
|
5
5
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
7
|
+
import { s } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
8
8
|
const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "dropdownMobileMaskedInput__c5e71dbf", r = {
|
|
5
5
|
dropdownMobileMaskedInput: t
|
|
6
|
-
}, n = ({ className:
|
|
6
|
+
}, n = ({ className: e, ...s }) => /* @__PURE__ */ d(o, { className: p(r.dropdownMobileMaskedInput, e), ...s });
|
|
7
7
|
n.presets = o.presets;
|
|
8
8
|
export {
|
|
9
9
|
n as DropdownMobileMaskedInput
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "ellipsisLineClamp__16b21a49", r = "oneLine__234d5803", i = {
|
|
5
5
|
ellipsisLineClamp: c,
|
|
6
6
|
oneLine: r
|
|
7
7
|
}, L = t.forwardRef(
|
|
@@ -13,7 +13,7 @@ const c = "ellipsisLineClamp__126679b5", r = "oneLine__266137da", i = {
|
|
|
13
13
|
className: p,
|
|
14
14
|
style: { "--ellipsis-line-clamp": s },
|
|
15
15
|
...n,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.32.0",
|
|
17
17
|
ref: o,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@ import { Title as R } from "../Typography/Title.js";
|
|
|
6
6
|
import { EFontWeightTitle as h, ETitleSize as p, ETextSize as M, EFontType as E, EFontWeightText as S } from "../Typography/enums.js";
|
|
7
7
|
import { Text as _ } from "../Typography/Text.js";
|
|
8
8
|
import { Gap as n } from "../Gap/Gap.js";
|
|
9
|
-
const B = "
|
|
9
|
+
const B = "emptyView__8d10ac5a", D = "container__bf5aea85", g = "icon__f46562aa", I = "textBlock__1f3364e3", t = {
|
|
10
10
|
emptyView: B,
|
|
11
11
|
container: D,
|
|
12
12
|
icon: g,
|
|
@@ -24,28 +24,28 @@ const B = "emptyView__1b882241", D = "container__b14c7503", g = "icon__80fb2cb4"
|
|
|
24
24
|
[i.SM]: 16,
|
|
25
25
|
[i.MD]: 24
|
|
26
26
|
}, k = N.forwardRef(
|
|
27
|
-
({ className: f, size:
|
|
28
|
-
const
|
|
27
|
+
({ className: f, size: o, icon: a, title: c, description: r, caption: m, buttons: d, ...w }, y) => {
|
|
28
|
+
const l = !!(r || m);
|
|
29
29
|
return /* @__PURE__ */ s(
|
|
30
30
|
"div",
|
|
31
31
|
{
|
|
32
|
-
className: A(t.emptyView, V[
|
|
32
|
+
className: A(t.emptyView, V[o], { [t.hasTitle]: !!c }, f),
|
|
33
33
|
ref: y,
|
|
34
34
|
...w,
|
|
35
35
|
children: [
|
|
36
36
|
/* @__PURE__ */ s("div", { className: t.container, children: [
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
(
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
a && /* @__PURE__ */ e("div", { className: t.icon, children: a }),
|
|
38
|
+
a && o === i.SM && /* @__PURE__ */ e(n, { size: 8 }),
|
|
39
|
+
(c || l) && /* @__PURE__ */ s("div", { className: t.textBlock, children: [
|
|
40
|
+
c && /* @__PURE__ */ e(R, { ...v[o], children: c }),
|
|
41
|
+
c && l && /* @__PURE__ */ e(n, { size: 12 }),
|
|
42
|
+
l && /* @__PURE__ */ s("div", { className: t.descriptionBlock, children: [
|
|
43
43
|
r && /* @__PURE__ */ e(
|
|
44
44
|
_,
|
|
45
45
|
{
|
|
46
|
-
size: T[
|
|
46
|
+
size: T[o],
|
|
47
47
|
weight: S.REGULAR,
|
|
48
|
-
type:
|
|
48
|
+
type: c ? E.SECONDARY : E.PRIMARY,
|
|
49
49
|
children: r
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -53,7 +53,7 @@ const B = "emptyView__1b882241", D = "container__b14c7503", g = "icon__80fb2cb4"
|
|
|
53
53
|
m && /* @__PURE__ */ e(
|
|
54
54
|
_,
|
|
55
55
|
{
|
|
56
|
-
size: T[
|
|
56
|
+
size: T[o],
|
|
57
57
|
weight: S.REGULAR,
|
|
58
58
|
type: E.SECONDARY,
|
|
59
59
|
children: m
|
|
@@ -63,7 +63,7 @@ const B = "emptyView__1b882241", D = "container__b14c7503", g = "icon__80fb2cb4"
|
|
|
63
63
|
] })
|
|
64
64
|
] }),
|
|
65
65
|
d && /* @__PURE__ */ s(x, { children: [
|
|
66
|
-
/* @__PURE__ */ e(n, { size: z[
|
|
66
|
+
/* @__PURE__ */ e(n, { size: z[o] }),
|
|
67
67
|
/* @__PURE__ */ e("div", { className: t.buttons, children: d })
|
|
68
68
|
] })
|
|
69
69
|
]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { z as
|
|
4
|
-
const z = "
|
|
2
|
+
import N, { useRef as y } from "react";
|
|
3
|
+
import { z as U, c as j } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const z = "expandAnimation__9b22944f", F = {
|
|
5
5
|
expandAnimation: z
|
|
6
|
-
}, I = 300, L =
|
|
6
|
+
}, I = 300, L = N.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: A,
|
|
9
9
|
className: E,
|
|
@@ -30,14 +30,14 @@ const z = "expandAnimation__7ea41c19", F = {
|
|
|
30
30
|
}, _ = () => {
|
|
31
31
|
var c;
|
|
32
32
|
l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
|
|
33
|
-
},
|
|
33
|
+
}, b = () => {
|
|
34
34
|
var c;
|
|
35
35
|
h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
|
|
36
|
-
},
|
|
36
|
+
}, D = (c) => {
|
|
37
37
|
l.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
|
|
38
38
|
};
|
|
39
39
|
return /* @__PURE__ */ g(
|
|
40
|
-
|
|
40
|
+
U,
|
|
41
41
|
{
|
|
42
42
|
in: v,
|
|
43
43
|
timeout: f,
|
|
@@ -46,7 +46,7 @@ const z = "expandAnimation__7ea41c19", F = {
|
|
|
46
46
|
onEnter: H,
|
|
47
47
|
onEntered: T,
|
|
48
48
|
onExit: _,
|
|
49
|
-
onExited:
|
|
49
|
+
onExited: b,
|
|
50
50
|
children: (c) => /* @__PURE__ */ g(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
@@ -57,7 +57,7 @@ const z = "expandAnimation__7ea41c19", F = {
|
|
|
57
57
|
...R
|
|
58
58
|
},
|
|
59
59
|
...w,
|
|
60
|
-
ref:
|
|
60
|
+
ref: D,
|
|
61
61
|
children: A
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
|
|
|
5
5
|
import "./components/FooterDescriptionContent.js";
|
|
6
6
|
const p = Object.assign(
|
|
7
7
|
e.forwardRef(function({ children: o, ...r }, t) {
|
|
8
|
-
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.
|
|
8
|
+
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.32.0", ref: t, children: o });
|
|
9
9
|
}),
|
|
10
10
|
{
|
|
11
11
|
Description: m
|
|
@@ -3,7 +3,7 @@ import s from "react";
|
|
|
3
3
|
import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
|
|
4
4
|
import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: p(c.footerDescription, r), ...t, ref: e, children: o });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, 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 m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as p } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as p } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
5
5
|
const a = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(p.footerDescriptionControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|