@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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ECellType as
|
|
2
|
-
const c = "
|
|
1
|
+
import { ECellType as l, EHorizontalAlign as n, EVerticalAlign as t } from "../components/Table/TableBasic/enums.js";
|
|
2
|
+
const c = "tableBasic__d2f4b208", r = "alignLeft__212a3586", i = "alignRight__7f85e65b", o = "alignCenter__8f6dfe28", s = "verticalAlignBaseline__e6b668c2", _ = "verticalAlignSub__8b6e92ad", g = "verticalAlignSuper__a1e1452c", T = "verticalAlignTextTop__49d33c0f", p = "verticalAlignTextBottom__e0d9666e", v = "verticalAlignMiddle__a83ae280", A = "verticalAlignTop__a88e87b9", d = "verticalAlignBottom__ec5a02e9", b = "checkboxType__7cf0647c", B = "thBlock__ab1f10a0", u = "order__f8340f94", f = "orderButton__a1638065", m = "sorted__0ad8fd0b", E = "textType__c8287b96", y = "componentsType__5b7d67fa", h = "selected__b8e01278", x = "clickable__a9ca3df4", C = "hoverable__b2e30020", S = "footerEmptyData__550f3d31", L = "spinnerWrapper__e7fda83c", k = "tableLoaderScreen__f20f1578", O = "overlayCover__18329754", e = {
|
|
3
3
|
tableBasic: c,
|
|
4
4
|
alignLeft: r,
|
|
5
5
|
alignRight: i,
|
|
@@ -15,8 +15,8 @@ const c = "tableBasic__2de0882e", r = "alignLeft__db6ce918", i = "alignRight__b2
|
|
|
15
15
|
checkboxType: b,
|
|
16
16
|
thBlock: B,
|
|
17
17
|
order: u,
|
|
18
|
-
orderButton:
|
|
19
|
-
sorted:
|
|
18
|
+
orderButton: f,
|
|
19
|
+
sorted: m,
|
|
20
20
|
textType: E,
|
|
21
21
|
componentsType: y,
|
|
22
22
|
selected: h,
|
|
@@ -26,8 +26,8 @@ const c = "tableBasic__2de0882e", r = "alignLeft__db6ce918", i = "alignRight__b2
|
|
|
26
26
|
spinnerWrapper: L,
|
|
27
27
|
tableLoaderScreen: k,
|
|
28
28
|
overlayCover: O
|
|
29
|
-
}, N = (
|
|
30
|
-
switch (
|
|
29
|
+
}, N = (a = n.LEFT) => {
|
|
30
|
+
switch (a) {
|
|
31
31
|
case n.LEFT:
|
|
32
32
|
return e.alignLeft;
|
|
33
33
|
case n.RIGHT:
|
|
@@ -35,8 +35,8 @@ const c = "tableBasic__2de0882e", r = "alignLeft__db6ce918", i = "alignRight__b2
|
|
|
35
35
|
case n.CENTER:
|
|
36
36
|
return e.alignCenter;
|
|
37
37
|
}
|
|
38
|
-
}, R = (
|
|
39
|
-
switch (
|
|
38
|
+
}, R = (a = t.BASELINE) => {
|
|
39
|
+
switch (a) {
|
|
40
40
|
case t.BASELINE:
|
|
41
41
|
return e.verticalAlignBaseline;
|
|
42
42
|
case t.SUB:
|
|
@@ -54,13 +54,13 @@ const c = "tableBasic__2de0882e", r = "alignLeft__db6ce918", i = "alignRight__b2
|
|
|
54
54
|
case t.BOTTOM:
|
|
55
55
|
return e.verticalAlignBottom;
|
|
56
56
|
}
|
|
57
|
-
}, D = (
|
|
58
|
-
switch (
|
|
59
|
-
case
|
|
57
|
+
}, D = (a = l.TEXT) => {
|
|
58
|
+
switch (a) {
|
|
59
|
+
case l.TEXT:
|
|
60
60
|
return e.textType;
|
|
61
|
-
case
|
|
61
|
+
case l.COMPONENTS:
|
|
62
62
|
return e.componentsType;
|
|
63
|
-
case
|
|
63
|
+
case l.CHECKBOX:
|
|
64
64
|
return e.checkboxType;
|
|
65
65
|
}
|
|
66
66
|
};
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
N as m,
|
|
71
71
|
e as s
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=utils-
|
|
73
|
+
//# sourceMappingURL=utils-DEqGmway.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EIslandType as t } from "../components/Island/enums.js";
|
|
2
|
+
const c = "island__b103cdf3", p = "type1__9796b073", _ = "type2__9c1a1614", a = "type3__679312aa", n = "sm__dee37f5c", y = "md__69666cbf", o = "lg__4f78fabe", s = {
|
|
3
|
+
island: c,
|
|
4
|
+
type1: p,
|
|
5
|
+
type2: _,
|
|
6
|
+
type3: a,
|
|
7
|
+
sm: n,
|
|
8
|
+
md: y,
|
|
9
|
+
lg: o
|
|
10
|
+
}, d = (e) => {
|
|
11
|
+
switch (e) {
|
|
12
|
+
case t.TYPE_1:
|
|
13
|
+
return s.type1;
|
|
14
|
+
case t.TYPE_2:
|
|
15
|
+
return s.type2;
|
|
16
|
+
case t.TYPE_3:
|
|
17
|
+
return s.type3;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
d as m,
|
|
22
|
+
s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=utils-fAec4Z-1.js.map
|
|
@@ -439,6 +439,8 @@ function ob(t, r, i) {
|
|
|
439
439
|
}
|
|
440
440
|
return t.apply(r, i);
|
|
441
441
|
}
|
|
442
|
+
function $D() {
|
|
443
|
+
}
|
|
442
444
|
function YE(t, r) {
|
|
443
445
|
var i = -1, a = t.length;
|
|
444
446
|
for (r || (r = Array(a)); ++i < a; )
|
|
@@ -1204,10 +1206,10 @@ function Sb(t, r, i, a, u, s) {
|
|
|
1204
1206
|
}
|
|
1205
1207
|
var tA = uS(function(t, r, i, a) {
|
|
1206
1208
|
Nc(t, r, i, a);
|
|
1207
|
-
}),
|
|
1209
|
+
}), UD = cb(function(t) {
|
|
1208
1210
|
return t.push(void 0, Sb), ob(tA, void 0, t);
|
|
1209
1211
|
});
|
|
1210
|
-
function
|
|
1212
|
+
function WD(t, r) {
|
|
1211
1213
|
return Eb(t, r);
|
|
1212
1214
|
}
|
|
1213
1215
|
function rA(t, r, i, a) {
|
|
@@ -1238,7 +1240,7 @@ function iA(t, r) {
|
|
|
1238
1240
|
return jC(t, a);
|
|
1239
1241
|
});
|
|
1240
1242
|
}
|
|
1241
|
-
var
|
|
1243
|
+
var kD = FO(function(t, r) {
|
|
1242
1244
|
return t == null ? {} : iA(t, r);
|
|
1243
1245
|
}), aA = Math.ceil, oA = Math.max;
|
|
1244
1246
|
function uA(t, r, i, a) {
|
|
@@ -1251,8 +1253,8 @@ function sA(t) {
|
|
|
1251
1253
|
return a && typeof a != "number" && lb(r, i, a) && (i = a = void 0), r = Iu(r), i === void 0 ? (i = r, r = 0) : i = Iu(i), a = a === void 0 ? r < i ? 1 : -1 : Iu(a), uA(r, i, a);
|
|
1252
1254
|
};
|
|
1253
1255
|
}
|
|
1254
|
-
var
|
|
1255
|
-
function
|
|
1256
|
+
var GD = sA(), fA = "Expected a function";
|
|
1257
|
+
function KD(t, r, i) {
|
|
1256
1258
|
var a = !0, u = !0;
|
|
1257
1259
|
if (typeof t != "function")
|
|
1258
1260
|
throw new TypeError(fA);
|
|
@@ -1263,7 +1265,7 @@ function GD(t, r, i) {
|
|
|
1263
1265
|
});
|
|
1264
1266
|
}
|
|
1265
1267
|
var cA = 0;
|
|
1266
|
-
function
|
|
1268
|
+
function jD(t) {
|
|
1267
1269
|
var r = ++cA;
|
|
1268
1270
|
return yb(t) + r;
|
|
1269
1271
|
}
|
|
@@ -1622,7 +1624,7 @@ function dA() {
|
|
|
1622
1624
|
})(Ma)), Ma.exports;
|
|
1623
1625
|
}
|
|
1624
1626
|
var hA = dA();
|
|
1625
|
-
const
|
|
1627
|
+
const zD = /* @__PURE__ */ io(hA);
|
|
1626
1628
|
var li = { exports: {} };
|
|
1627
1629
|
/**
|
|
1628
1630
|
* @license
|
|
@@ -5311,7 +5313,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5311
5313
|
}).call(pA);
|
|
5312
5314
|
})(li, li.exports)), li.exports;
|
|
5313
5315
|
}
|
|
5314
|
-
var
|
|
5316
|
+
var HD = vA();
|
|
5315
5317
|
function Ua() {
|
|
5316
5318
|
return Ua = Object.assign ? Object.assign.bind() : function(t) {
|
|
5317
5319
|
for (var r = 1; r < arguments.length; r++) {
|
|
@@ -7662,7 +7664,7 @@ function fR() {
|
|
|
7662
7664
|
}, Ra.exports = I, Ra.exports.FocusTrap = I, Ra.exports;
|
|
7663
7665
|
}
|
|
7664
7666
|
var cR = fR();
|
|
7665
|
-
const
|
|
7667
|
+
const YD = /* @__PURE__ */ io(cR);
|
|
7666
7668
|
function lR() {
|
|
7667
7669
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
7668
7670
|
}
|
|
@@ -7777,7 +7779,7 @@ function zb(t) {
|
|
|
7777
7779
|
return a.getAttribute(Kb(r)) === t;
|
|
7778
7780
|
});
|
|
7779
7781
|
}
|
|
7780
|
-
function
|
|
7782
|
+
function XD(t) {
|
|
7781
7783
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = zb(t, r);
|
|
7782
7784
|
if (i) {
|
|
7783
7785
|
var a = ao(r);
|
|
@@ -7791,7 +7793,7 @@ function yR(t, r) {
|
|
|
7791
7793
|
wc.set(t, u), t.removeChild(a);
|
|
7792
7794
|
}
|
|
7793
7795
|
}
|
|
7794
|
-
function
|
|
7796
|
+
function ZD(t, r) {
|
|
7795
7797
|
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = ao(i), u = Lc(a), s = wp(wp({}, i), {}, {
|
|
7796
7798
|
styles: u
|
|
7797
7799
|
});
|
|
@@ -7906,7 +7908,7 @@ const wR = (t, r, i, a) => {
|
|
|
7906
7908
|
height: t.contentRect.height
|
|
7907
7909
|
};
|
|
7908
7910
|
};
|
|
7909
|
-
function
|
|
7911
|
+
function VD({ skipOnMount: t = !1, refreshMode: r, refreshRate: i = 1e3, refreshOptions: a, handleWidth: u = !0, handleHeight: s = !0, targetRef: f, observerOptions: l, onResize: d, disableRerender: p = !1 } = {}) {
|
|
7910
7912
|
const y = Fe(t), b = TR(d), [m, O] = Ot({
|
|
7911
7913
|
width: void 0,
|
|
7912
7914
|
height: void 0
|
|
@@ -8350,7 +8352,7 @@ var rt;
|
|
|
8350
8352
|
})(rt || (rt = {}));
|
|
8351
8353
|
function Xa() {
|
|
8352
8354
|
}
|
|
8353
|
-
function
|
|
8355
|
+
function JD(t, r) {
|
|
8354
8356
|
return We(
|
|
8355
8357
|
() => ({
|
|
8356
8358
|
sensor: t,
|
|
@@ -8360,7 +8362,7 @@ function VD(t, r) {
|
|
|
8360
8362
|
[t, r]
|
|
8361
8363
|
);
|
|
8362
8364
|
}
|
|
8363
|
-
function
|
|
8365
|
+
function QD() {
|
|
8364
8366
|
for (var t = arguments.length, r = new Array(t), i = 0; i < t; i++)
|
|
8365
8367
|
r[i] = arguments[i];
|
|
8366
8368
|
return We(
|
|
@@ -9920,7 +9922,7 @@ var Ur;
|
|
|
9920
9922
|
(function(t) {
|
|
9921
9923
|
t[t.Uninitialized = 0] = "Uninitialized", t[t.Initializing = 1] = "Initializing", t[t.Initialized = 2] = "Initialized";
|
|
9922
9924
|
})(Ur || (Ur = {}));
|
|
9923
|
-
const
|
|
9925
|
+
const eM = /* @__PURE__ */ eE(function(r) {
|
|
9924
9926
|
var i, a, u, s;
|
|
9925
9927
|
let {
|
|
9926
9928
|
id: f,
|
|
@@ -10443,14 +10445,14 @@ function zP(t, r, i) {
|
|
|
10443
10445
|
};
|
|
10444
10446
|
return r.top + t.y <= i.top ? a.y = i.top - r.top : r.bottom + t.y >= i.top + i.height && (a.y = i.top + i.height - r.bottom), r.left + t.x <= i.left ? a.x = i.left - r.left : r.right + t.x >= i.left + i.width && (a.x = i.left + i.width - r.right), a;
|
|
10445
10447
|
}
|
|
10446
|
-
const
|
|
10448
|
+
const tM = (t) => {
|
|
10447
10449
|
let {
|
|
10448
10450
|
containerNodeRect: r,
|
|
10449
10451
|
draggingNodeRect: i,
|
|
10450
10452
|
transform: a
|
|
10451
10453
|
} = t;
|
|
10452
10454
|
return !i || !r ? a : zP(a, i, r);
|
|
10453
|
-
},
|
|
10455
|
+
}, rM = (t) => {
|
|
10454
10456
|
let {
|
|
10455
10457
|
transform: r
|
|
10456
10458
|
} = t;
|
|
@@ -10505,7 +10507,7 @@ const dy = (t) => {
|
|
|
10505
10507
|
}, Da = {
|
|
10506
10508
|
scaleX: 1,
|
|
10507
10509
|
scaleY: 1
|
|
10508
|
-
},
|
|
10510
|
+
}, nM = (t) => {
|
|
10509
10511
|
var r;
|
|
10510
10512
|
let {
|
|
10511
10513
|
activeIndex: i,
|
|
@@ -10558,7 +10560,7 @@ const hy = "Sortable", py = /* @__PURE__ */ Ye.createContext({
|
|
|
10558
10560
|
droppable: !1
|
|
10559
10561
|
}
|
|
10560
10562
|
});
|
|
10561
|
-
function
|
|
10563
|
+
function iM(t) {
|
|
10562
10564
|
let {
|
|
10563
10565
|
children: r,
|
|
10564
10566
|
id: i,
|
|
@@ -10656,7 +10658,7 @@ function rI(t) {
|
|
|
10656
10658
|
s && f(null);
|
|
10657
10659
|
}, [s]), s;
|
|
10658
10660
|
}
|
|
10659
|
-
function
|
|
10661
|
+
function aM(t) {
|
|
10660
10662
|
let {
|
|
10661
10663
|
animateLayoutChanges: r = JP,
|
|
10662
10664
|
attributes: i,
|
|
@@ -12363,40 +12365,41 @@ function MD() {
|
|
|
12363
12365
|
return fc = u, fc;
|
|
12364
12366
|
}
|
|
12365
12367
|
var ND = MD();
|
|
12366
|
-
const
|
|
12368
|
+
const oM = /* @__PURE__ */ io(ND);
|
|
12367
12369
|
export {
|
|
12370
|
+
dr as A,
|
|
12368
12371
|
BD as B,
|
|
12369
12372
|
Nb as C,
|
|
12370
|
-
|
|
12371
|
-
|
|
12373
|
+
eM as D,
|
|
12374
|
+
YD as F,
|
|
12372
12375
|
Oi as M,
|
|
12373
|
-
|
|
12376
|
+
iM as S,
|
|
12374
12377
|
lP as T,
|
|
12375
|
-
|
|
12376
|
-
|
|
12378
|
+
QD as a,
|
|
12379
|
+
JD as b,
|
|
12377
12380
|
FD as c,
|
|
12378
|
-
|
|
12381
|
+
rM as d,
|
|
12379
12382
|
ly as e,
|
|
12380
12383
|
cP as f,
|
|
12381
12384
|
cR as g,
|
|
12382
|
-
|
|
12383
|
-
|
|
12384
|
-
|
|
12385
|
-
|
|
12386
|
-
|
|
12387
|
-
|
|
12388
|
-
|
|
12385
|
+
VD as h,
|
|
12386
|
+
WD as i,
|
|
12387
|
+
oM as j,
|
|
12388
|
+
GD as k,
|
|
12389
|
+
HD as l,
|
|
12390
|
+
UD as m,
|
|
12391
|
+
zD as n,
|
|
12389
12392
|
hA as o,
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12393
|
+
kD as p,
|
|
12394
|
+
aM as q,
|
|
12395
|
+
tM as r,
|
|
12393
12396
|
Ya as s,
|
|
12394
12397
|
lR as t,
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12400
|
-
|
|
12398
|
+
jD as u,
|
|
12399
|
+
nM as v,
|
|
12400
|
+
ZD as w,
|
|
12401
|
+
XD as x,
|
|
12402
|
+
$D as y,
|
|
12403
|
+
KD as z
|
|
12401
12404
|
};
|
|
12402
|
-
//# sourceMappingURL=vendor-
|
|
12405
|
+
//# sourceMappingURL=vendor-82AnkPpo.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var d = (t, e, i) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i;
|
|
3
3
|
var s = (t, e, i) => d(t, typeof e != "symbol" ? e + "" : e, i);
|
|
4
|
-
import { i as l } from "../../chunks/vendor-
|
|
4
|
+
import { i as l } from "../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
class u {
|
|
6
6
|
constructor() {
|
|
7
7
|
// Массив дочерних нод.
|
|
@@ -4,7 +4,7 @@ var o = (a, s, e) => l(a, typeof s != "symbol" ? s + "" : s, e);
|
|
|
4
4
|
import { jsxs as O, Fragment as h, jsx as m } from "react/jsx-runtime";
|
|
5
5
|
import g from "react";
|
|
6
6
|
import { ExpandAnimation as u } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { u as f, c as B } from "../../../chunks/vendor-
|
|
7
|
+
import { u as f, c as B } from "../../../chunks/vendor-82AnkPpo.js";
|
|
8
8
|
class E extends g.Component {
|
|
9
9
|
constructor(e) {
|
|
10
10
|
super(e);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import x from "react";
|
|
3
3
|
import { EAlertType as e } from "../EAlertType.js";
|
|
4
4
|
import { ALERT_TYPE_TO_CLASS_NAME_MAP as m } from "../AlertTypeUtils.js";
|
|
5
5
|
import { Text as y } from "../../Typography/Text.js";
|
|
6
6
|
import { EFontType as r, ETextSize as S } from "../../Typography/enums.js";
|
|
7
7
|
import { SystemStrokeStsIcon16 as I, ErrorStrokeStsIcon16 as _, WarningStrokeStsIcon16 as f, InfoStrokeStsIcon16 as i } from "@sberbusiness/icons-next";
|
|
8
|
-
import { c as E } from "../../../chunks/vendor-
|
|
9
|
-
const R = "
|
|
8
|
+
import { c as E } from "../../../chunks/vendor-82AnkPpo.js";
|
|
9
|
+
const R = "alertContext__36b62d9e", d = "alertContextText__1a01fe7b", N = "alertTypeError__0dec18a9", C = "alertTypeInfo__5fb50db2", A = "alertTypeWarning__ea2342d6", O = "alertTypeSystem__905e1b94", n = {
|
|
10
10
|
alertContext: R,
|
|
11
11
|
alertContextText: d,
|
|
12
12
|
alertTypeError: N,
|
|
@@ -29,15 +29,15 @@ const R = "alertContext__92f72dd4", d = "alertContextText__6416c146", N = "alert
|
|
|
29
29
|
[e.WARNING]: r.WARNING,
|
|
30
30
|
[e.ERROR]: r.ERROR,
|
|
31
31
|
[e.SYSTEM]: r.SECONDARY
|
|
32
|
-
},
|
|
33
|
-
({ children: o, className: l, type: a, renderIcon: s, ...p },
|
|
32
|
+
}, b = x.forwardRef(
|
|
33
|
+
({ children: o, className: l, type: a, renderIcon: s, ...p }, T) => /* @__PURE__ */ c(
|
|
34
34
|
"span",
|
|
35
35
|
{
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: E(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "1.
|
|
40
|
-
ref:
|
|
39
|
+
"data-tx": "1.31.0",
|
|
40
|
+
ref: T,
|
|
41
41
|
children: [
|
|
42
42
|
s || u(a),
|
|
43
43
|
/* @__PURE__ */ t(y, { size: S.B4, type: W[a], className: n.alertContextText, children: o })
|
|
@@ -45,8 +45,8 @@ const R = "alertContext__92f72dd4", d = "alertContextText__6416c146", N = "alert
|
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
b.displayName = "AlertContext";
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
b as AlertContext
|
|
51
51
|
};
|
|
52
52
|
//# sourceMappingURL=AlertContext.js.map
|
|
@@ -3,11 +3,11 @@ import R, { useState as n } from "react";
|
|
|
3
3
|
import { EAlertType as r } from "../EAlertType.js";
|
|
4
4
|
import { ALERT_TYPE_TO_CLASS_NAME_MAP as N } from "../AlertTypeUtils.js";
|
|
5
5
|
import { ButtonIcon as T } from "../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as t, A as i } from "../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { s as t, A as i } from "../../../chunks/AlertProcessSpoiler-B-2x6lW0.js";
|
|
7
7
|
import { AlertProcessContext as h } from "./AlertProcessContext.js";
|
|
8
8
|
import { EAlertProcessBorderRadius as s } from "./enums.js";
|
|
9
9
|
import { DefaulticonStrokePrdIcon20 as k, SystemStrokeStsIcon20 as M, ErrorStrokeStsIcon20 as O, WarningStrokeStsIcon20 as v, InfoStrokeStsIcon20 as D, CrossStrokeSrvIcon16 as B } from "@sberbusiness/icons-next";
|
|
10
|
-
import { c as C } from "../../../chunks/vendor-
|
|
10
|
+
import { c as C } from "../../../chunks/vendor-82AnkPpo.js";
|
|
11
11
|
const L = {
|
|
12
12
|
[r.INFO]: /* @__PURE__ */ e(D, { paletteIndex: 3 }),
|
|
13
13
|
[r.WARNING]: /* @__PURE__ */ e(v, { paletteIndex: 2 }),
|
|
@@ -45,7 +45,7 @@ const L = {
|
|
|
45
45
|
S
|
|
46
46
|
),
|
|
47
47
|
...A,
|
|
48
|
-
"data-tx": "1.
|
|
48
|
+
"data-tx": "1.31.0",
|
|
49
49
|
ref: I,
|
|
50
50
|
children: [
|
|
51
51
|
/* @__PURE__ */ e("div", { className: t.themeIcon, children: c || L[l] }),
|
|
@@ -3,8 +3,8 @@ import "react";
|
|
|
3
3
|
import "@sberbusiness/icons-next";
|
|
4
4
|
import "../../../Button/ButtonIcon.js";
|
|
5
5
|
import "../AlertProcessContext.js";
|
|
6
|
-
import { A as l } from "../../../../chunks/AlertProcessSpoiler-
|
|
7
|
-
import "../../../../chunks/vendor-
|
|
6
|
+
import { A as l } from "../../../../chunks/AlertProcessSpoiler-B-2x6lW0.js";
|
|
7
|
+
import "../../../../chunks/vendor-82AnkPpo.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
10
10
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { formatAmount as u } from "../../utils/amountUtils.js";
|
|
3
|
-
import { c as f } from "../../chunks/vendor-
|
|
4
|
-
const N = "
|
|
3
|
+
import { c as f } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
const N = "adaptive__b64fbb61", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
8
8
|
value: r,
|
|
9
9
|
fractionLength: s,
|
|
10
|
-
currency:
|
|
10
|
+
currency: e,
|
|
11
11
|
currencyTitle: m,
|
|
12
12
|
adaptive: c,
|
|
13
|
-
dataTestId:
|
|
13
|
+
dataTestId: a,
|
|
14
14
|
...i
|
|
15
15
|
}) => {
|
|
16
16
|
let t = u(r, s);
|
|
17
17
|
t[0] == "-" && (t = t.replace("-", "−"));
|
|
18
18
|
const p = () => [
|
|
19
19
|
" ",
|
|
20
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
20
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__currencyName`, title: m, children: e }, "currencyName")
|
|
21
21
|
], l = f(
|
|
22
22
|
{
|
|
23
23
|
[_.adaptive]: !!c && t.length >= h
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.
|
|
28
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
29
|
-
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.31.0", children: [
|
|
28
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
|
+
e && p()
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
v.displayName = "Amount";
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as _ } from "../FormField/enums.js";
|
|
|
5
5
|
import { FormFieldClear as k } from "../FormField/components/FormFieldClear.js";
|
|
6
6
|
import "../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import "../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as w } from "../../chunks/FormFieldInput-
|
|
8
|
+
import { F as w } from "../../chunks/FormFieldInput-CkVtqncH.js";
|
|
9
9
|
import "../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EAvatarSize as
|
|
1
|
+
import { EAvatarSize as s } from "./enums.js";
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import c from "react";
|
|
4
|
-
import { c as
|
|
5
|
-
const
|
|
6
|
-
avatar:
|
|
7
|
-
borderRadius6:
|
|
4
|
+
import { c as i } from "../../chunks/vendor-82AnkPpo.js";
|
|
5
|
+
const x = "avatar__54a73b47", b = "borderRadius6__f3cace47", R = "borderRadius8__e5e192e3", u = "borderRadius10__50c8ffbe", m = "borderRadius12__780548ef", l = "borderRadius16__af605cd9", n = "xxs__8246d674", f = "xs__c3976b53", A = "sm__25a48590", S = "md__7b19225a", v = "lg__c9266f76", p = "xl__25b36d52", M = "xxl__f9d460f2", r = {
|
|
6
|
+
avatar: x,
|
|
7
|
+
borderRadius6: b,
|
|
8
8
|
borderRadius8: R,
|
|
9
9
|
borderRadius10: u,
|
|
10
10
|
borderRadius12: m,
|
|
@@ -17,28 +17,28 @@ const i = "avatar__ba334429", x = "borderRadius6__77716a53", R = "borderRadius8_
|
|
|
17
17
|
xl: p,
|
|
18
18
|
xxl: M
|
|
19
19
|
}, X = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
20
|
+
[s.XXS]: r.xxs,
|
|
21
|
+
[s.XS]: r.xs,
|
|
22
|
+
[s.SM]: r.sm,
|
|
23
|
+
[s.MD]: r.md,
|
|
24
|
+
[s.LG]: r.lg,
|
|
25
|
+
[s.XL]: r.xl,
|
|
26
|
+
[s.XXL]: r.xxl
|
|
27
27
|
}, E = {
|
|
28
|
-
6:
|
|
29
|
-
8:
|
|
30
|
-
10:
|
|
31
|
-
12:
|
|
32
|
-
16:
|
|
28
|
+
6: r.borderRadius6,
|
|
29
|
+
8: r.borderRadius8,
|
|
30
|
+
10: r.borderRadius10,
|
|
31
|
+
12: r.borderRadius12,
|
|
32
|
+
16: r.borderRadius16
|
|
33
33
|
}, L = c.forwardRef(
|
|
34
|
-
({ className:
|
|
34
|
+
({ className: d, size: a, borderRadius: o, ..._ }, e) => /* @__PURE__ */ t(
|
|
35
35
|
"div",
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
38
|
-
|
|
39
|
-
X[
|
|
37
|
+
className: i(
|
|
38
|
+
r.avatar,
|
|
39
|
+
X[a],
|
|
40
40
|
E[o],
|
|
41
|
-
|
|
41
|
+
d
|
|
42
42
|
),
|
|
43
43
|
..._,
|
|
44
44
|
ref: e
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as g } from "../../chunks/vendor-
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { BadgeDot as
|
|
6
|
-
import { BadgeContent as
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as g } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
|
+
import { BadgeDot as i } from "./BadgeDot.js";
|
|
6
|
+
import { BadgeContent as f } from "./components/BadgeContent.js";
|
|
7
7
|
import { BadgePrefix as p } from "./components/BadgePrefix.js";
|
|
8
8
|
import { BadgePostfix as B } from "./components/BadgePostfix.js";
|
|
9
|
-
const b = "
|
|
9
|
+
const b = "badge__8789d77e", P = "sm__52a40c21", u = "md__052760db", N = "lg__5c7399e8", d = {
|
|
10
10
|
badge: b,
|
|
11
11
|
sm: P,
|
|
12
12
|
md: u,
|
|
13
13
|
lg: N
|
|
14
|
-
}, S =
|
|
15
|
-
|
|
16
|
-
({ children: t, className:
|
|
14
|
+
}, S = _(d), h = Object.assign(
|
|
15
|
+
c.forwardRef(
|
|
16
|
+
({ children: t, className: s, size: m, prefix: o, postfix: a, ...n }, r) => /* @__PURE__ */ l("span", { className: g(d.badge, S[m], s), ...n, ref: r, children: [
|
|
17
17
|
o ? /* @__PURE__ */ e(p, { children: o }) : null,
|
|
18
|
-
t ? /* @__PURE__ */ e(
|
|
18
|
+
t ? /* @__PURE__ */ e(f, { size: m, noPaddingLeft: !!o, noPaddingRight: !!a, children: t }) : null,
|
|
19
19
|
a ? /* @__PURE__ */ e(B, { children: a }) : null
|
|
20
20
|
] })
|
|
21
21
|
),
|
|
22
22
|
{
|
|
23
|
-
Dot:
|
|
23
|
+
Dot: i
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
h.displayName = "Badge";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const r = "
|
|
3
|
+
import { c as d } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
|
+
const r = "badgeDot__b3d49331", g = "sm__52a40c21", l = "md__052760db", n = "lg__5c7399e8", o = {
|
|
6
6
|
badgeDot: r,
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
},
|
|
11
|
-
|
|
7
|
+
sm: g,
|
|
8
|
+
md: l,
|
|
9
|
+
lg: n
|
|
10
|
+
}, p = _(o), f = c.forwardRef(({ className: t, size: s, ...a }, e) => /* @__PURE__ */ m("span", { className: d(o.badgeDot, p[s], t), ...a, ref: e }));
|
|
11
|
+
f.displayName = "BadgeDot";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
f as BadgeDot
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=BadgeDot.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import { c } from "../../../chunks/vendor-
|
|
2
|
+
import { c } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
3
|
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
4
|
-
const _ = "
|
|
4
|
+
const _ = "badgeContent__751437f0", m = "sm__52a40c21", f = "md__052760db", P = "lg__5c7399e8", l = "noPaddingLeft__c827caf8", r = "noPaddingRight__0df8185f", n = {
|
|
5
5
|
badgeContent: _,
|
|
6
6
|
sm: m,
|
|
7
7
|
md: f,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
badgePostfix:
|
|
5
|
-
},
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
+
const f = "badgePostfix__3b43d31f", i = {
|
|
4
|
+
badgePostfix: f
|
|
5
|
+
}, x = ({
|
|
6
6
|
children: s,
|
|
7
7
|
className: o,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ a("span", { className: e(
|
|
10
|
-
|
|
9
|
+
}) => /* @__PURE__ */ a("span", { className: e(i.badgePostfix, o), ...t, children: s });
|
|
10
|
+
x.displayName = "BadgePostfix";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
x as BadgePostfix
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=BadgePostfix.js.map
|