@sberbusiness/triplex-next 1.29.0 → 1.31.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-B-2x6lW0.js +41 -0
- package/chunks/{CalendarViewItem-5_px9kHt.js → CalendarViewItem-o4k7U5Dm.js} +20 -20
- package/chunks/Card.module-_9W_bDbW.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +15 -0
- package/chunks/Chip-CoKB4iXT.js +85 -0
- package/chunks/Confirm.module-B7EimS-c.js +15 -0
- package/chunks/DropdownListItem-Dy7ejFWN.js +65 -0
- package/chunks/DropdownMobile.module-CEUckjjY.js +23 -0
- package/chunks/Footer.module-Btaepr_L.js +9 -0
- package/chunks/{FormFieldInput-BgrEEHVa.js → FormFieldInput-CkVtqncH.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +9 -0
- package/chunks/HeaderTabs.module-CiK3DS7c.js +9 -0
- package/chunks/{HeaderTitle.module-fEjlMYZ7.js → HeaderTitle.module-ChThbaCy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-D9p93wFz.js +28 -0
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +25 -0
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +13 -0
- package/chunks/{LightBoxContent-DdWEYnjf.js → LightBoxContent-Cr4psg0Z.js} +9 -9
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +9 -0
- package/chunks/{ListItemControlsButton-BrWqPMvQ.js → ListItemControlsButton-Bv8aFUBc.js} +12 -12
- package/chunks/ListItemTail.module-Bp7M4QdS.js +12 -0
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +10 -0
- package/chunks/ModalWindow.module-CcEb5ZBL.js +17 -0
- package/chunks/Notification.module-DmHe2Kv2.js +20 -0
- package/chunks/Overlay.module-f4p8iBuk.js +18 -0
- package/chunks/Page.module-B1W0CUyk.js +11 -0
- package/chunks/SMSField.module-cmbHRm31.js +16 -0
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +15 -0
- package/chunks/{SliderExtendedRail-B7cZIw4b.js → SliderExtendedRail-D4NXHvvH.js} +10 -10
- package/chunks/StatusTracker.module-BBm6PrHb.js +24 -0
- package/chunks/{StepperStepArrowBorder-BDDBpgah.js → StepperStepArrowBorder-6bgUfxhh.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-o1c16I20.js → SuggestFieldMobileDropdownHint-BYUd-DOC.js} +6 -6
- package/chunks/TableFooter.module-D-gNDmws.js +14 -0
- package/chunks/TabsExtended.module-IBQrFWHl.js +16 -0
- package/chunks/TabsLine.module-CM-pL6UU.js +21 -0
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +19 -0
- package/chunks/TreeView.module-Co2-lRZN.js +9 -0
- package/chunks/{UploadZoneInput-DRnwuj7v.js → UploadZoneInput-CUVjN3Kj.js} +10 -10
- package/chunks/{constants-BbgGoE1H.js → constants-Ci0_oXbs.js} +14 -14
- package/chunks/{utils-DmWZdfw8.js → utils-B2FzgoVa.js} +9 -9
- package/chunks/{utils-BG289Tpd.js → utils-BFyvyQPY.js} +4 -4
- package/chunks/{utils-Cev1dXzE.js → utils-DEqGmway.js} +14 -14
- package/chunks/utils-fAec4Z-1.js +24 -0
- package/chunks/{vendor-C_uS77iF.js → vendor-82AnkPpo.js} +47 -44
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +22 -22
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +2 -2
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +22 -22
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +3 -3
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +11 -11
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +181 -166
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +15 -15
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +94 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +90 -80
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +144 -138
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +30 -30
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +11 -11
- package/components/EmptyView/EmptyView.js +16 -16
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +20 -20
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +5 -5
- package/components/FormField/components/FormFieldMaskedInput.js +11 -11
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +17 -17
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +6 -6
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +31 -31
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +32 -32
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +21 -16
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +29 -26
- package/components/List/components/ListItemTable.js +19 -18
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +10 -10
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +6 -6
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +6 -6
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +34 -31
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +27 -27
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +14 -14
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +16 -16
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +78 -82
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +8 -8
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +24 -19
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
- package/components/TopOverlay/TopOverlay.js +40 -40
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +20 -20
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +1 -1
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +652 -622
- package/index.d.ts +449 -88
- package/index.js +685 -655
- package/package.json +16 -4
- package/styles/triplex-next.css +556 -538
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-B4-vQnzw.js +0 -41
- package/chunks/Card.module-Dx8nOFB3.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Bjimmb7-.js +0 -15
- package/chunks/Chip-D-_oIu-h.js +0 -77
- package/chunks/Confirm.module-CLPl_MFI.js +0 -15
- package/chunks/DropdownListItem-C7Maa_Sz.js +0 -65
- package/chunks/DropdownMobile.module-CaYNuqHU.js +0 -23
- package/chunks/Footer.module-B8adM4Do.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Cdc1sffY.js +0 -9
- package/chunks/HeaderTabs.module-DmDFhCmD.js +0 -9
- package/chunks/IslandAccordion.module-CNo4iFh8.js +0 -25
- package/chunks/IslandWidgetFooter.module-DZ6hXw2D.js +0 -9
- package/chunks/IslandWidgetHeader.module-CEVaTpbx.js +0 -13
- package/chunks/LightBoxControls.module-CnAa2Vmk.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js +0 -9
- package/chunks/ListItemTail.module-ZBSoUByF.js +0 -12
- package/chunks/ListMasterFooter.module-CeZvln77.js +0 -10
- package/chunks/ModalWindow.module-lrXOmH_L.js +0 -17
- package/chunks/Notification.module-ZlSN0MGm.js +0 -20
- package/chunks/Overlay.module-BlvGry2e.js +0 -18
- package/chunks/Page.module-BkU_qm35.js +0 -11
- package/chunks/SMSField.module-DQdb4DNu.js +0 -16
- package/chunks/SliderExtendedMarks.module-BWYZDQtm.js +0 -15
- package/chunks/StatusTracker.module-C645B9ye.js +0 -24
- package/chunks/TableFooter.module-Bw739QXw.js +0 -14
- package/chunks/TabsExtended.module-DwTyq4mg.js +0 -16
- package/chunks/TabsLine.module-6sKjO9lB.js +0 -21
- package/chunks/TooltipDesktop.module-D1eY6eNm.js +0 -19
- package/chunks/TreeView.module-B4d0aSMp.js +0 -9
- package/chunks/utils-XC0joCai.js +0 -24
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
- package/components/CollapsableTree/index.js +0 -7
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -9,7 +9,7 @@ import { EFormFieldStatus as _ } from "../../FormField/enums.js";
|
|
|
9
9
|
import { FormFieldClear as go } from "../../FormField/components/FormFieldClear.js";
|
|
10
10
|
import "../../FormField/components/FormFieldCounter.js";
|
|
11
11
|
import "../../FormField/components/FormFieldDescription.js";
|
|
12
|
-
import { F as ho } from "../../../chunks/FormFieldInput-
|
|
12
|
+
import { F as ho } from "../../../chunks/FormFieldInput-CkVtqncH.js";
|
|
13
13
|
import "../../FormField/components/FormFieldLabel.js";
|
|
14
14
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
15
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
23
23
|
import { DropdownListContext as po } from "../../Dropdown/DropdownListContext.js";
|
|
24
24
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
25
25
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
26
|
-
import "../../../chunks/DropdownListItem-
|
|
26
|
+
import "../../../chunks/DropdownListItem-Dy7ejFWN.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
28
28
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
29
29
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -35,7 +35,7 @@ import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
|
35
35
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
36
36
|
import "../../Dropdown/Dropdown.js";
|
|
37
37
|
import { DataTestId as q } from "../../../consts/DataTestId.js";
|
|
38
|
-
import { u as Fo } from "../../../chunks/vendor-
|
|
38
|
+
import { u as Fo } from "../../../chunks/vendor-82AnkPpo.js";
|
|
39
39
|
import { isKey as Lo } from "../../../utils/keyboard.js";
|
|
40
40
|
const rt = ({
|
|
41
41
|
value: e,
|
|
@@ -4,7 +4,7 @@ import { Portal as _ } from "../../Portal/Portal.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import { DropdownDesktop as b } from "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as L } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import { D as O } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D as O } from "../../../chunks/DropdownListItem-Dy7ejFWN.js";
|
|
8
8
|
import { EDropdownWidth as u } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -2,7 +2,7 @@ import { SuggestFieldDesktopDropdown as r } from "./desktop/SuggestFieldDesktopD
|
|
|
2
2
|
import { SuggestFieldDesktop as g } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as i } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import { SuggestFieldMobileDropdown as l } from "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-BYUd-DOC.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -7,7 +7,7 @@ import { DataTestId as y } from "../../../consts/DataTestId.js";
|
|
|
7
7
|
import { FormFieldClear as A } from "../../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../../FormField/components/FormFieldCounter.js";
|
|
9
9
|
import "../../FormField/components/FormFieldDescription.js";
|
|
10
|
-
import { F as G } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as G } from "../../../chunks/FormFieldInput-CkVtqncH.js";
|
|
11
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -18,7 +18,7 @@ import "../../FormField/FormField.js";
|
|
|
18
18
|
import { LoaderSmall as N } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as T } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-BYUd-DOC.js";
|
|
22
22
|
const po = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: b,
|
|
@@ -3,7 +3,7 @@ import q, { useState as D, useRef as p, useCallback as i } from "react";
|
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import "../../../chunks/DropdownListItem-
|
|
6
|
+
import "../../../chunks/DropdownListItem-Dy7ejFWN.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as z } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as A } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileList as K } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as L } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as Q } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as U } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as W, S as X } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as W, S as X } from "../../../chunks/SuggestFieldMobileDropdownHint-BYUd-DOC.js";
|
|
19
19
|
const Y = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: M,
|
|
@@ -4,7 +4,7 @@ import "../../Typography/Caption.js";
|
|
|
4
4
|
import "../../Typography/CodeText.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
7
|
+
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-BYUd-DOC.js";
|
|
8
8
|
export {
|
|
9
9
|
g as SuggestFieldMobileDropdownHint
|
|
10
10
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
|
|
2
2
|
import { SuggestFieldMobileDropdown as t } from "./SuggestFieldMobileDropdown.js";
|
|
3
|
-
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
3
|
+
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-BYUd-DOC.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,42 +1,38 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as g } from "../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
swipeableArea:
|
|
6
|
-
content:
|
|
7
|
-
disableScroll:
|
|
8
|
-
disablePointerEvents:
|
|
9
|
-
swipeAnimationFinish:
|
|
10
|
-
leftContent:
|
|
11
|
-
rightContent:
|
|
12
|
-
},
|
|
13
|
-
({ children:
|
|
14
|
-
const [
|
|
1
|
+
import { jsxs as W, jsx as T } from "react/jsx-runtime";
|
|
2
|
+
import H, { useState as S, useRef as u, useEffect as I, useImperativeHandle as V } from "react";
|
|
3
|
+
import { c as g } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const $ = "swipeableArea__de95f663", k = "content__37ef0768", q = "disableScroll__29401b49", G = "disablePointerEvents__c1aff464", J = "swipeAnimationFinish__b57f0211", K = "leftContent__01c08666", Q = "rightContent__287f03d9", o = {
|
|
5
|
+
swipeableArea: $,
|
|
6
|
+
content: k,
|
|
7
|
+
disableScroll: q,
|
|
8
|
+
disablePointerEvents: G,
|
|
9
|
+
swipeAnimationFinish: J,
|
|
10
|
+
leftContent: K,
|
|
11
|
+
rightContent: Q
|
|
12
|
+
}, m = 24, R = o.swipeAnimationFinish, U = o.disableScroll, Z = o.disablePointerEvents, y = { clientX: 0, clientY: 0 }, tt = H.forwardRef(
|
|
13
|
+
({ children: B, className: X, leftSwipeableArea: C, rightSwipeableArea: _, onSwipeLeft: A, onSwipeRight: p, ...L }, x) => {
|
|
14
|
+
const [E, a] = S(!1), [l, d] = S(), [s, e] = S(0), r = u(null), c = u(null), n = u(0), f = u(y), b = u(null), O = () => {
|
|
15
15
|
a(!0);
|
|
16
|
-
const t = n.current -
|
|
17
|
-
n.current === 0 ? t > 0 ? e(
|
|
18
|
-
t >
|
|
19
|
-
) : e(
|
|
20
|
-
Math.abs(t) > p ? i.current.getBoundingClientRect().width : 0
|
|
21
|
-
) : n.current > 0 ? t > 0 && e(
|
|
22
|
-
t > p ? 0 : i.current.getBoundingClientRect().width
|
|
16
|
+
const t = n.current - s;
|
|
17
|
+
n.current === 0 ? t > 0 ? t > m ? (e(-c.current.getBoundingClientRect().width), A == null || A()) : e(0) : Math.abs(t) > m ? (e(r.current.getBoundingClientRect().width), p == null || p()) : e(0) : n.current > 0 ? t > 0 && e(
|
|
18
|
+
t > m ? 0 : r.current.getBoundingClientRect().width
|
|
23
19
|
) : n.current < 0 && t < 0 && e(
|
|
24
|
-
Math.abs(t) >
|
|
20
|
+
Math.abs(t) > m ? 0 : -c.current.getBoundingClientRect().width
|
|
25
21
|
);
|
|
26
|
-
},
|
|
27
|
-
f.current =
|
|
22
|
+
}, w = () => {
|
|
23
|
+
f.current = y, d(void 0), document.removeEventListener("touchend", w);
|
|
28
24
|
};
|
|
29
|
-
|
|
30
|
-
!l &&
|
|
25
|
+
I(() => {
|
|
26
|
+
!l && s !== n.current && O();
|
|
31
27
|
}, [l]);
|
|
32
|
-
const
|
|
33
|
-
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current =
|
|
34
|
-
},
|
|
28
|
+
const D = (t) => {
|
|
29
|
+
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = s, document.addEventListener("touchend", w);
|
|
30
|
+
}, P = (t) => {
|
|
35
31
|
if (t.touches.length != 1)
|
|
36
32
|
return;
|
|
37
|
-
const
|
|
33
|
+
const i = t.touches[0].clientX - f.current.clientX, z = t.touches[0].clientY - f.current.clientY;
|
|
38
34
|
if (!l) {
|
|
39
|
-
Math.abs(
|
|
35
|
+
Math.abs(z) > Math.abs(i) ? d(
|
|
40
36
|
"vertical"
|
|
41
37
|
/* vertical */
|
|
42
38
|
) : d(
|
|
@@ -47,85 +43,85 @@ const H = "swipeableArea__4fcc1fa7", V = "content__f1a7ec6e", $ = "disableScroll
|
|
|
47
43
|
}
|
|
48
44
|
if (l === "vertical")
|
|
49
45
|
return;
|
|
50
|
-
const h = n.current +
|
|
51
|
-
n.current === 0 ?
|
|
52
|
-
Math.min(h,
|
|
53
|
-
) :
|
|
54
|
-
Math.max(h, -
|
|
55
|
-
) : n.current > 0 ?
|
|
56
|
-
},
|
|
57
|
-
|
|
58
|
-
const t = (
|
|
59
|
-
|
|
46
|
+
const h = n.current + i;
|
|
47
|
+
n.current === 0 ? i > 0 && C ? e(
|
|
48
|
+
Math.min(h, r.current.getBoundingClientRect().width)
|
|
49
|
+
) : i < 0 && _ && e(
|
|
50
|
+
Math.max(h, -c.current.getBoundingClientRect().width)
|
|
51
|
+
) : n.current > 0 ? i < 0 && e(Math.max(0, h)) : n.current < 0 && i > 0 && e(Math.min(0, h));
|
|
52
|
+
}, Y = () => a(!1), F = () => c.current ? Math.abs(s) / c.current.getBoundingClientRect().width : 1, j = () => r.current ? Math.abs(s) / r.current.getBoundingClientRect().width : 1;
|
|
53
|
+
I(() => {
|
|
54
|
+
const t = (i) => {
|
|
55
|
+
i.touches.length == 1 && b.current && !b.current.contains(i.target) && (a(!0), e(0), d(void 0));
|
|
60
56
|
};
|
|
61
57
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
58
|
}, []);
|
|
63
|
-
const
|
|
64
|
-
|
|
65
|
-
},
|
|
66
|
-
|
|
67
|
-
},
|
|
68
|
-
(
|
|
59
|
+
const v = () => {
|
|
60
|
+
r.current && (a(!0), e(r.current.getBoundingClientRect().width));
|
|
61
|
+
}, M = () => {
|
|
62
|
+
c.current && (a(!0), e(-c.current.getBoundingClientRect().width));
|
|
63
|
+
}, N = () => {
|
|
64
|
+
(c.current || r.current) && (a(!0), e(0));
|
|
69
65
|
};
|
|
70
|
-
return
|
|
71
|
-
|
|
66
|
+
return V(
|
|
67
|
+
x,
|
|
72
68
|
() => ({
|
|
73
69
|
closeSwipe: () => {
|
|
74
|
-
|
|
70
|
+
N();
|
|
75
71
|
},
|
|
76
72
|
swipeLeft: () => {
|
|
77
|
-
|
|
73
|
+
M();
|
|
78
74
|
},
|
|
79
75
|
swipeRight: () => {
|
|
80
|
-
|
|
76
|
+
v();
|
|
81
77
|
}
|
|
82
78
|
}),
|
|
83
|
-
[
|
|
84
|
-
), /* @__PURE__ */
|
|
79
|
+
[N, M, v]
|
|
80
|
+
), /* @__PURE__ */ W(
|
|
85
81
|
"div",
|
|
86
82
|
{
|
|
87
|
-
className: g(
|
|
88
|
-
...
|
|
89
|
-
"data-tx": "1.
|
|
90
|
-
ref:
|
|
83
|
+
className: g(o.swipeableArea, X),
|
|
84
|
+
...L,
|
|
85
|
+
"data-tx": "1.31.0",
|
|
86
|
+
ref: b,
|
|
91
87
|
children: [
|
|
92
|
-
typeof
|
|
88
|
+
typeof C < "u" ? /* @__PURE__ */ T(
|
|
93
89
|
"div",
|
|
94
90
|
{
|
|
95
|
-
className: g(
|
|
96
|
-
[
|
|
91
|
+
className: g(o.leftContent, {
|
|
92
|
+
[R]: E
|
|
97
93
|
}),
|
|
98
|
-
ref:
|
|
99
|
-
style: { opacity:
|
|
100
|
-
children:
|
|
94
|
+
ref: r,
|
|
95
|
+
style: { opacity: j() },
|
|
96
|
+
children: C
|
|
101
97
|
}
|
|
102
98
|
) : null,
|
|
103
|
-
typeof
|
|
99
|
+
typeof _ < "u" ? /* @__PURE__ */ T(
|
|
104
100
|
"div",
|
|
105
101
|
{
|
|
106
|
-
className: g(
|
|
107
|
-
[
|
|
102
|
+
className: g(o.rightContent, {
|
|
103
|
+
[R]: E
|
|
108
104
|
}),
|
|
109
|
-
ref:
|
|
110
|
-
style: { opacity:
|
|
111
|
-
children:
|
|
105
|
+
ref: c,
|
|
106
|
+
style: { opacity: F() },
|
|
107
|
+
children: _
|
|
112
108
|
}
|
|
113
109
|
) : null,
|
|
114
|
-
/* @__PURE__ */
|
|
110
|
+
/* @__PURE__ */ T(
|
|
115
111
|
"div",
|
|
116
112
|
{
|
|
117
|
-
className: g(
|
|
118
|
-
[
|
|
119
|
-
[
|
|
120
|
-
[
|
|
113
|
+
className: g(o.content, {
|
|
114
|
+
[Z]: s !== 0,
|
|
115
|
+
[U]: l === "horizontal",
|
|
116
|
+
[R]: E
|
|
121
117
|
}),
|
|
122
|
-
onTouchStart:
|
|
123
|
-
onTouchMove:
|
|
118
|
+
onTouchStart: D,
|
|
119
|
+
onTouchMove: P,
|
|
124
120
|
style: {
|
|
125
|
-
transform: `translateX(${
|
|
121
|
+
transform: `translateX(${s}px)`
|
|
126
122
|
},
|
|
127
|
-
onTransitionEnd:
|
|
128
|
-
children:
|
|
123
|
+
onTransitionEnd: Y,
|
|
124
|
+
children: B
|
|
129
125
|
}
|
|
130
126
|
)
|
|
131
127
|
]
|
|
@@ -133,8 +129,8 @@ const H = "swipeableArea__4fcc1fa7", V = "content__f1a7ec6e", $ = "disableScroll
|
|
|
133
129
|
);
|
|
134
130
|
}
|
|
135
131
|
);
|
|
136
|
-
|
|
132
|
+
tt.displayName = "SwipeableArea";
|
|
137
133
|
export {
|
|
138
|
-
|
|
134
|
+
tt as SwipeableArea
|
|
139
135
|
};
|
|
140
136
|
//# sourceMappingURL=SwipeableArea.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { ChipPanelLinks as e } from "./ChipPanelLinks.js";
|
|
4
|
+
const l = "chipPanel__1a9c2679", o = {
|
|
5
|
+
chipPanel: l
|
|
6
|
+
}, i = ({ children: a, className: s, ...n }) => /* @__PURE__ */ p("div", { className: c(o.chipPanel, s), ...n, children: a });
|
|
7
|
+
i.Links = e;
|
|
8
|
+
i.displayName = "ChipPanel";
|
|
9
|
+
export {
|
|
10
|
+
i as ChipPanel
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ChipPanel.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
import { Text as a } from "../Typography/Text.js";
|
|
4
|
+
import { EFontWeightText as o, ETextSize as p } from "../Typography/enums.js";
|
|
5
|
+
const c = "chipPanelLinks__34a03eeb", l = {
|
|
6
|
+
chipPanelLinks: c
|
|
7
|
+
}, m = ({ children: i, className: e, ...s }) => /* @__PURE__ */ n(
|
|
8
|
+
a,
|
|
9
|
+
{
|
|
10
|
+
tag: "div",
|
|
11
|
+
size: p.B3,
|
|
12
|
+
weight: o.SEMIBOLD,
|
|
13
|
+
className: t(e, l.chipPanelLinks),
|
|
14
|
+
...s,
|
|
15
|
+
children: i
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
m.displayName = "ChipPanelLinks";
|
|
19
|
+
export {
|
|
20
|
+
m as ChipPanelLinks
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=ChipPanelLinks.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as r } from "../../chunks/vendor-
|
|
3
|
-
const s = "
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const s = "filterPanel__aae77571", i = {
|
|
4
4
|
filterPanel: s
|
|
5
|
-
}, n = ({ children: e, className: l, ...
|
|
5
|
+
}, n = ({ children: e, className: l, ...a }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: r(i.filterPanel, l),
|
|
9
|
-
...
|
|
10
|
-
"data-tx": "1.
|
|
9
|
+
...a,
|
|
10
|
+
"data-tx": "1.31.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useState as s } from "react";
|
|
3
3
|
import { MasterTableContext as n } from "./MasterTableContext.js";
|
|
4
|
-
import { c as p } from "../../chunks/vendor-
|
|
4
|
+
import { c as p } from "../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
import { NoColumns as b } from "./NoColumns.js";
|
|
6
|
-
import { FilterPanel as
|
|
7
|
-
import {
|
|
8
|
-
import { TableBasic as
|
|
6
|
+
import { FilterPanel as c } from "./FilterPanel.js";
|
|
7
|
+
import { ChipPanel as f } from "./ChipPanel.js";
|
|
8
|
+
import { TableBasic as T } from "./TableBasic/TableBasic.js";
|
|
9
9
|
import { TableBasicSettings as P } from "./TableBasicSettings/TableBasicSettings.js";
|
|
10
10
|
import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
11
11
|
import { PaginationPanel as d } from "./PaginationPanel.js";
|
|
@@ -15,25 +15,25 @@ import "./TableFooter/components/TableFooterSummaryAmount.js";
|
|
|
15
15
|
import "./TableFooter/components/TableFooterSummarySelectAllButton.js";
|
|
16
16
|
import "./TableFooter/components/TableFooterSummarySelectedCount.js";
|
|
17
17
|
import "./TableBasicSettings/components/ColumnSettingsSortableListItem.js";
|
|
18
|
-
const
|
|
19
|
-
masterTable:
|
|
20
|
-
}, t = ({ children:
|
|
21
|
-
const [i,
|
|
22
|
-
return /* @__PURE__ */
|
|
18
|
+
const C = "masterTable__d45bf1c5", x = {
|
|
19
|
+
masterTable: C
|
|
20
|
+
}, t = ({ children: e, className: r, loading: a = !1, ...m }) => {
|
|
21
|
+
const [i, l] = s([]);
|
|
22
|
+
return /* @__PURE__ */ o(
|
|
23
23
|
n.Provider,
|
|
24
24
|
{
|
|
25
25
|
value: {
|
|
26
26
|
columns: i,
|
|
27
|
-
loading:
|
|
28
|
-
setColumns:
|
|
27
|
+
loading: a,
|
|
28
|
+
setColumns: l
|
|
29
29
|
},
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ o(
|
|
31
31
|
"div",
|
|
32
32
|
{
|
|
33
|
-
className: p(
|
|
33
|
+
className: p(x.masterTable, r),
|
|
34
34
|
...m,
|
|
35
|
-
"data-tx": "1.
|
|
36
|
-
children:
|
|
35
|
+
"data-tx": "1.31.0",
|
|
36
|
+
children: e
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
39
|
}
|
|
@@ -41,9 +41,9 @@ const x = "masterTable__bf8100f2", g = {
|
|
|
41
41
|
};
|
|
42
42
|
t.displayName = "MasterTable";
|
|
43
43
|
t.NoColumns = b;
|
|
44
|
-
t.FilterPanel =
|
|
45
|
-
t.
|
|
46
|
-
t.TableBasic =
|
|
44
|
+
t.FilterPanel = c;
|
|
45
|
+
t.ChipPanel = f;
|
|
46
|
+
t.TableBasic = T;
|
|
47
47
|
t.TableBasicSettings = P;
|
|
48
48
|
t.TableFooter = u;
|
|
49
49
|
t.PaginationPanel = d;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c } from "../../chunks/vendor-
|
|
1
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
3
|
import { Gap as l } from "../Gap/Gap.js";
|
|
4
|
-
import { ServicesetupSysIcon96 as
|
|
5
|
-
const
|
|
6
|
-
noColumns:
|
|
7
|
-
content:
|
|
8
|
-
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */
|
|
9
|
-
/* @__PURE__ */ o(
|
|
4
|
+
import { ServicesetupSysIcon96 as a } from "@sberbusiness/icons-next";
|
|
5
|
+
const r = "noColumns__eaa0a9f6", i = "content__334cfb98", s = {
|
|
6
|
+
noColumns: r,
|
|
7
|
+
content: i
|
|
8
|
+
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
|
|
9
|
+
/* @__PURE__ */ o(a, {}),
|
|
10
10
|
/* @__PURE__ */ o(l, { size: 8 }),
|
|
11
11
|
/* @__PURE__ */ o("div", { className: s.content, children: n })
|
|
12
12
|
] });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
paginationPanel:
|
|
2
|
+
import { c as o } from "../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const s = "paginationPanel__6c5f24fc", e = {
|
|
4
|
+
paginationPanel: s
|
|
5
5
|
}, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
|
-
className: o(
|
|
8
|
+
className: o(e.paginationPanel, n),
|
|
9
9
|
...i,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.31.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
|
-
import { i as T } from "../../../chunks/vendor-
|
|
3
|
+
import { i as T } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { MasterTableContext as L } from "../MasterTableContext.js";
|
|
5
|
-
import { s as a } from "../../../chunks/utils-
|
|
5
|
+
import { s as a } from "../../../chunks/utils-DEqGmway.js";
|
|
6
6
|
import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
|
|
7
7
|
import { TableBasicBody as C } from "./components/TableBasicBody.js";
|
|
8
8
|
import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { TableBasicRow as b } from "./TableBasicRow.js";
|
|
3
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
3
|
+
import { c as p } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-DEqGmway.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -4,8 +4,8 @@ import { isNullOrUndefined as b } from "../../../../utils/isNullOrUndefined.js";
|
|
|
4
4
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
5
5
|
import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
|
|
6
6
|
import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
|
|
7
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
7
|
+
import { c as d } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-DEqGmway.js";
|
|
9
9
|
import { Text as B } from "../../../Typography/Text.js";
|
|
10
10
|
import { ETextSize as v } from "../../../Typography/enums.js";
|
|
11
11
|
const w = ({ columns: u, onOrderBy: l }) => {
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
3
3
|
import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
|
|
4
4
|
import { DataTestId as L } from "../../../../consts/DataTestId.js";
|
|
5
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
5
|
+
import { c as p } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-DEqGmway.js";
|
|
7
7
|
import { ECellType as a, EVerticalAlign as f } from "../enums.js";
|
|
8
8
|
import { ETextSize as A } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as i } from "react";
|
|
3
3
|
import { ButtonDropdownExtended as a } from "../../Button/ButtonDropdownExtended.js";
|
|
4
|
-
import { c as l } from "../../../chunks/vendor-
|
|
4
|
+
import { c as l } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
import { TableBasicSettingsBody as u } from "./components/TableBasicSettingsBody.js";
|
|
6
6
|
import { ColumnSettings as w } from "./components/ColumnSettings.js";
|
|
7
7
|
import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
|
|
8
8
|
import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
|
|
9
9
|
import { Link as x } from "../../Link/Link.js";
|
|
10
|
-
const k = "
|
|
10
|
+
const k = "tableSettingsLink__3382e785", L = "tableSettingsDropdown__de3b0491", d = {
|
|
11
11
|
tableSettingsLink: k,
|
|
12
12
|
tableSettingsDropdown: L
|
|
13
|
-
}, t = ({ children: m, className: p, linkTitle: c, ...
|
|
14
|
-
const r = i(null), s = i(null),
|
|
13
|
+
}, t = ({ children: m, className: p, linkTitle: c, ...b }) => {
|
|
14
|
+
const r = i(null), s = i(null), f = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
|
|
15
15
|
x,
|
|
16
16
|
{
|
|
17
17
|
href: "#",
|
|
@@ -24,7 +24,7 @@ const k = "tableSettingsLink__1590a441", L = "tableSettingsDropdown__c3172f0c",
|
|
|
24
24
|
ref: r,
|
|
25
25
|
children: c
|
|
26
26
|
}
|
|
27
|
-
),
|
|
27
|
+
), g = ({ className: e, ...o }) => /* @__PURE__ */ n(
|
|
28
28
|
a.Dropdown,
|
|
29
29
|
{
|
|
30
30
|
className: l(d.tableSettingsDropdown, e),
|
|
@@ -38,10 +38,10 @@ const k = "tableSettingsLink__1590a441", L = "tableSettingsDropdown__c3172f0c",
|
|
|
38
38
|
a,
|
|
39
39
|
{
|
|
40
40
|
className: l(d.tableSettingsLink, p),
|
|
41
|
-
renderButton:
|
|
42
|
-
renderDropdown:
|
|
41
|
+
renderButton: f,
|
|
42
|
+
renderDropdown: g,
|
|
43
43
|
dropdownRef: s,
|
|
44
|
-
...
|
|
44
|
+
...b
|
|
45
45
|
}
|
|
46
46
|
);
|
|
47
47
|
};
|
package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js
CHANGED
|
@@ -2,21 +2,21 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
|
|
4
4
|
import { ListSortableItemControls as l } from "../../../List/components/ListSortableItemControls.js";
|
|
5
|
-
import { c as n } from "../../../../chunks/vendor-
|
|
6
|
-
const
|
|
7
|
-
columnSettingsSortableListItemTarget:
|
|
8
|
-
dragging:
|
|
5
|
+
import { c as n } from "../../../../chunks/vendor-82AnkPpo.js";
|
|
6
|
+
const S = "columnSettingsSortableListItemTarget__a9ed4788", c = "dragging__aa125e99", r = {
|
|
7
|
+
columnSettingsSortableListItemTarget: S,
|
|
8
|
+
dragging: c
|
|
9
9
|
}, b = i.forwardRef(
|
|
10
|
-
({ children: o, className:
|
|
10
|
+
({ children: o, className: a, style: d, dragging: t, ...s }, m) => /* @__PURE__ */ e(
|
|
11
11
|
g,
|
|
12
12
|
{
|
|
13
13
|
className: n(
|
|
14
14
|
r.columnSettingsSortableListItemTarget,
|
|
15
15
|
{ [r.dragging]: t },
|
|
16
|
-
|
|
16
|
+
a
|
|
17
17
|
),
|
|
18
18
|
dragging: t,
|
|
19
|
-
...
|
|
19
|
+
...s,
|
|
20
20
|
ref: m,
|
|
21
21
|
children: /* @__PURE__ */ e(l, { children: o })
|
|
22
22
|
}
|