@sberbusiness/triplex-next 0.29.0 → 0.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-D94updt3.js +41 -0
- package/chunks/{CalendarViewItem-D_gRwbwg.js → CalendarViewItem-w08J4qsu.js} +23 -23
- package/chunks/Card.module-D8EAMd92.js +18 -0
- package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +15 -0
- package/chunks/Chip-Cteq3rht.js +85 -0
- package/chunks/Confirm.module-BtroC28g.js +15 -0
- package/chunks/{DropdownListItem-CGZyMM5K.js → DropdownListItem-D093kwGL.js} +21 -21
- package/chunks/DropdownMobile.module-BkdWickw.js +23 -0
- package/chunks/Footer.module-fb6dwao-.js +9 -0
- package/chunks/{FormFieldInput-B7snQZVi.js → FormFieldInput-DEkpK71h.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +9 -0
- package/chunks/HeaderTabs.module-CYj6xy4J.js +9 -0
- package/chunks/{HeaderTitle.module-CgarzGR5.js → HeaderTitle.module-_RjZrixi.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-DvxWiBol.js +28 -0
- package/chunks/IslandAccordion.module-BPxUPtoo.js +25 -0
- package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +9 -0
- package/chunks/IslandWidgetHeader.module-BSFljZcD.js +13 -0
- package/chunks/{LightBoxContent-BdM4QdVW.js → LightBoxContent-CD2ywHRd.js} +7 -7
- package/chunks/LightBoxControls.module-CmEdh818.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +9 -0
- package/chunks/ListItemControlsButton-ooEBqOYi.js +59 -0
- package/chunks/ListItemTail.module-4rSSMPVx.js +12 -0
- package/chunks/ListMasterFooter.module-C-WLsVa2.js +10 -0
- package/chunks/ModalWindow.module-D-ruP-W_.js +17 -0
- package/chunks/Notification.module-CGwe5hz6.js +20 -0
- package/chunks/Overlay.module-VY4-MhFj.js +18 -0
- package/chunks/Page.module-DxsbvUY0.js +11 -0
- package/chunks/SMSField.module-DsLV_aE8.js +16 -0
- package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +15 -0
- package/chunks/SliderExtendedRail-DUIgrgt7.js +40 -0
- package/chunks/StatusTracker.module-BXZqUX7q.js +24 -0
- package/chunks/{StepperStepArrowBorder-CjYvRZAE.js → StepperStepArrowBorder-A6WoCp_l.js} +11 -11
- package/chunks/{SuggestFieldMobileDropdownHint--qfcwzvU.js → SuggestFieldMobileDropdownHint-B6H-gTlk.js} +4 -4
- package/chunks/TableFooter.module-IT9a3X2n.js +14 -0
- package/chunks/TabsExtended.module-BeSILSIo.js +16 -0
- package/chunks/TabsLine.module-D1SiIi4c.js +21 -0
- package/chunks/TooltipDesktop.module--e7kCd3A.js +19 -0
- package/chunks/TreeView.module-BGGC5iP2.js +9 -0
- package/chunks/{UploadZoneInput-BOfYw8qb.js → UploadZoneInput-CKzf73QX.js} +6 -6
- package/chunks/{constants-CsbqScFv.js → constants-BO1zd0dv.js} +13 -13
- package/chunks/utils-B99NmqsA.js +73 -0
- package/chunks/{utils-BB-XJeUI.js → utils-BKnry-Ny.js} +8 -8
- package/chunks/{utils-DNiUrC2u.js → utils-DBuNwIFU.js} +4 -4
- package/chunks/{utils-BREiNocx.js → utils-bwYnj4U9.js} +7 -7
- package/chunks/vendor-z35N2Tap.js +12618 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +27 -27
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +12 -12
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +13 -13
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +2 -2
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +26 -26
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +11 -11
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +12 -12
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- 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 +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
- 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 +16 -16
- package/components/Col/Col.js +178 -163
- 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 +8 -8
- package/components/DateRange/DateRange.js +6 -6
- 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 +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +11 -11
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/EmptyView/EmptyView.js +21 -21
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +8 -8
- 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 +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +21 -21
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +7 -7
- 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 +5 -5
- package/components/IconWrapper/IconWrapper.js +11 -11
- 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 +2 -2
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +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 +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- 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 +7 -7
- package/components/LightBox/LightBox.js +33 -33
- 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 +34 -34
- 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 +26 -26
- package/components/List/List.js +3 -3
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +5 -5
- 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 +6 -6
- 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 +30 -27
- package/components/List/components/ListItemTable.js +15 -14
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +11 -11
- 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 +3 -3
- 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 +13 -13
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +5 -5
- package/components/ModalWindow/ModalWindow.js +9 -9
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- 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 +5 -5
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +3 -3
- 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 +11 -11
- 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 +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +10 -10
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +6 -6
- 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 +29 -29
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +14 -14
- 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 +19 -19
- package/components/Stepper/Stepper.js +34 -34
- package/components/Stepper/StepperExtended.js +10 -10
- 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 +77 -81
- 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 +10 -10
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- 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 +5 -5
- package/components/Tag/Tag.js +15 -15
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +22 -17
- 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 +12 -12
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +38 -38
- 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 +20 -20
- package/components/Typography/CodeText.js +9 -9
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- 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-DE66k9NP.js +0 -41
- package/chunks/Card.module-BWjkCuCg.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D7kAm43p.js +0 -15
- package/chunks/Chip-Bk0l10k4.js +0 -77
- package/chunks/Confirm.module-UrrVAY0j.js +0 -15
- package/chunks/DropdownMobile.module-DyKJlGOg.js +0 -23
- package/chunks/Footer.module-sbV81EJD.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-x2nqqRdl.js +0 -9
- package/chunks/HeaderTabs.module-CksnQh12.js +0 -9
- package/chunks/IslandAccordion.module-BXOOvpYn.js +0 -25
- package/chunks/IslandWidgetFooter.module-DwWAkCRp.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQebj2O8.js +0 -13
- package/chunks/LightBoxControls.module-CZYk-V6O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-ColwiMcL.js +0 -9
- package/chunks/ListItemControlsButton-Bo2ir8rI.js +0 -59
- package/chunks/ListItemTail.module-CFYYwAc-.js +0 -12
- package/chunks/ListMasterFooter.module-BUKqB_dT.js +0 -10
- package/chunks/ModalWindow.module-4BH52pa7.js +0 -17
- package/chunks/Notification.module-Bkv2fddJ.js +0 -20
- package/chunks/Overlay.module-B986w4hy.js +0 -18
- package/chunks/Page.module-oopm23nH.js +0 -11
- package/chunks/SMSField.module-B48LpGzA.js +0 -16
- package/chunks/SliderExtendedMarks.module-DkUSlj4_.js +0 -15
- package/chunks/SliderExtendedRail-B1jT6Bzj.js +0 -40
- package/chunks/StatusTracker.module-BtXyaaNz.js +0 -24
- package/chunks/TableFooter.module-CTUrl1eY.js +0 -14
- package/chunks/TabsExtended.module-_Y6KIl3m.js +0 -16
- package/chunks/TabsLine.module-CaWr6_95.js +0 -21
- package/chunks/TooltipDesktop.module-Crnh1kg9.js +0 -19
- package/chunks/TreeView.module-BKMbHz4P.js +0 -9
- package/chunks/utils-EiF_pPO4.js +0 -73
- package/chunks/vendor-DJ6wKpvR.js +0 -12477
- 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
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
var C = Object.defineProperty;
|
|
2
|
+
var f = (c, d, e) => d in c ? C(c, d, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[d] = e;
|
|
3
|
+
var a = (c, d, e) => f(c, typeof d != "symbol" ? d + "" : d, e);
|
|
4
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
5
|
+
import x from "react";
|
|
6
|
+
import { TreeView as h } from "../../TreeView/TreeView.js";
|
|
7
|
+
import { AccordionBase as y } from "../../AccordionBase/protected/AccordionBase.js";
|
|
8
|
+
import { c as u } from "../../../chunks/vendor-z35N2Tap.js";
|
|
9
|
+
const T = "collapsibleTreeExtendedNodeContent__918ddd64", b = {
|
|
10
|
+
collapsibleTreeExtendedNodeContent: T
|
|
11
|
+
};
|
|
12
|
+
class B extends x.Component {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
/**
|
|
16
|
+
* Изменяет состояние ноды — раскрыта/свернута.
|
|
17
|
+
* В controlled-режиме делегирует в `props.toggle`, в uncontrolled — переключает внутреннее состояние TreeView.
|
|
18
|
+
* Эта функция передается дочерним компонентам и вызывается из них.
|
|
19
|
+
*/
|
|
20
|
+
a(this, "toggle", ({ openedNode: e, setOpenedNode: s }) => (t) => {
|
|
21
|
+
const { opened: l, toggle: o } = this.props, r = l !== void 0;
|
|
22
|
+
(r ? l : e) !== t && (r ? o == null || o(t) : s(t));
|
|
23
|
+
});
|
|
24
|
+
/** Рендер-функция для передачи дочерних нод. */
|
|
25
|
+
a(this, "renderBody", (e) => (s) => {
|
|
26
|
+
const { activeNode: t, openedNode: l, hasChildNodes: o } = e, { animating: r } = s, { opened: p, renderBody: n } = this.props, m = {
|
|
27
|
+
activeNode: t,
|
|
28
|
+
animating: r,
|
|
29
|
+
hasChildNodes: o,
|
|
30
|
+
opened: p !== void 0 ? p : l,
|
|
31
|
+
toggle: this.toggle(e)
|
|
32
|
+
};
|
|
33
|
+
return o ? /* @__PURE__ */ g(h.Group, { children: n(m) }) : n(m);
|
|
34
|
+
});
|
|
35
|
+
/** Рендер-функция не сворачиваемой части ноды. */
|
|
36
|
+
a(this, "renderHeader", (e) => (s) => {
|
|
37
|
+
const { activeNode: t, openedNode: l, hasChildNodes: o, isLastNode: r } = e, { animating: p } = s, { opened: n, renderHeader: i } = this.props;
|
|
38
|
+
return i({
|
|
39
|
+
activeNode: t,
|
|
40
|
+
animating: p,
|
|
41
|
+
hasChildNodes: o,
|
|
42
|
+
isLastNode: r,
|
|
43
|
+
opened: n !== void 0 ? n : l,
|
|
44
|
+
toggle: this.toggle(e)
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
render() {
|
|
49
|
+
const { opened: e, onToggle: s, renderBody: t, renderHeader: l, toggle: o, ...r } = this.props, p = e !== void 0;
|
|
50
|
+
return /* @__PURE__ */ g(h.Node, { opened: e, ...r, children: (n) => {
|
|
51
|
+
const i = p ? e : n.openedNode;
|
|
52
|
+
return /* @__PURE__ */ g(
|
|
53
|
+
y,
|
|
54
|
+
{
|
|
55
|
+
expandAnimationClassName: u(b.collapsibleTreeExtendedNodeContent, {
|
|
56
|
+
collapsed: !i
|
|
57
|
+
}),
|
|
58
|
+
renderBody: this.renderBody(n),
|
|
59
|
+
renderHeader: this.renderHeader(n),
|
|
60
|
+
isOpen: i,
|
|
61
|
+
onToggle: s
|
|
62
|
+
}
|
|
63
|
+
);
|
|
64
|
+
} });
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
a(B, "displayName", "CollapsibleTreeExtendedNode");
|
|
68
|
+
export {
|
|
69
|
+
B as CollapsibleTreeExtendedNode
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=CollapsibleTreeExtendedNode.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CollapsibleTreeExtended as l } from "./CollapsibleTreeExtended.js";
|
|
2
|
+
import { CollapsibleTreeExtendedNode as d } from "./components/CollapsibleTreeExtendedNode.js";
|
|
3
|
+
export {
|
|
4
|
+
l as CollapsibleTreeExtended,
|
|
5
|
+
d as CollapsibleTreeExtendedNode
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -2,14 +2,14 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { ConfirmClose as p } from "./components/ConfirmClose.js";
|
|
3
3
|
import { ConfirmContent as l } from "./components/ConfirmContent.js";
|
|
4
4
|
import { ConfirmControls as f } from "./components/ConfirmControls.js";
|
|
5
|
-
import { c as C } from "../../chunks/vendor-
|
|
5
|
+
import { c as C } from "../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { Island as t } from "../Island/Island.js";
|
|
7
7
|
import { EIslandType as I } from "../Island/enums.js";
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { EConfirmParentComponent as o } from "./enums.js";
|
|
12
|
-
import { s as r } from "../../chunks/Confirm.module-
|
|
12
|
+
import { s as r } from "../../chunks/Confirm.module-BtroC28g.js";
|
|
13
13
|
const d = {
|
|
14
14
|
[o.LIGHTBOX]: r.isInLightBox,
|
|
15
15
|
[o.SIDE_OVERLAY_SM]: r.isInSideOverlaySM,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c as n } from "../../../chunks/vendor-
|
|
5
|
-
import { s as f } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-BtroC28g.js";
|
|
6
6
|
import { Button as p } from "../../Button/Button.js";
|
|
7
7
|
import { EButtonTheme as a } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as c } from "../../../enums/EComponentSize.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { ConfirmContentSubTitle as r } from "./ConfirmContentSubTitle.js";
|
|
3
3
|
import { ConfirmContentTitle as e } from "./ConfirmContentTitle.js";
|
|
4
|
-
import { c as s } from "../../../chunks/vendor-
|
|
5
|
-
import { s as f } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as s } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-BtroC28g.js";
|
|
6
6
|
const o = ({ children: t, className: m, ...i }) => /* @__PURE__ */ n("div", { className: s(m, f.confirmContent), ...i, children: t });
|
|
7
7
|
o.displayName = "ConfirmContent";
|
|
8
8
|
o.Title = e;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { ETitleSize as e } from "../../Typography/enums.js";
|
|
3
3
|
import { Title as s } from "../../Typography/Title.js";
|
|
4
|
-
import { c as n } from "../../../chunks/vendor-
|
|
5
|
-
import { s as l } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as n } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
import { s as l } from "../../../chunks/Confirm.module-BtroC28g.js";
|
|
6
6
|
const f = ({
|
|
7
7
|
children: t,
|
|
8
8
|
className: o,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as i } from "../../../chunks/Confirm.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { s as i } from "../../../chunks/Confirm.module-BtroC28g.js";
|
|
4
4
|
const l = ({ children: o, className: s, ...r }) => /* @__PURE__ */ m("div", { className: t(s, i.confirmControls), ...r, children: o });
|
|
5
5
|
l.displayName = "ConfirmControls";
|
|
6
6
|
export {
|
|
@@ -5,7 +5,7 @@ import { Calendar as X } from "../Calendar/Calendar.js";
|
|
|
5
5
|
import "../Dropdown/DropdownListContext.js";
|
|
6
6
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
7
7
|
import "../Dropdown/desktop/DropdownList.js";
|
|
8
|
-
import "../../chunks/DropdownListItem-
|
|
8
|
+
import "../../chunks/DropdownListItem-D093kwGL.js";
|
|
9
9
|
import { EDropdownAlignment as Y } from "../Dropdown/desktop/enums.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -103,7 +103,7 @@ const ee = I.forwardRef((l, r) => {
|
|
|
103
103
|
onKeyDown: F,
|
|
104
104
|
onMouseDown: N,
|
|
105
105
|
...V,
|
|
106
|
-
"data-tx": "0.
|
|
106
|
+
"data-tx": "0.31.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
a.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as e, jsxs as s, Fragment as m } from "react/jsx-runtime";
|
|
2
2
|
import u, { useContext as f } from "react";
|
|
3
|
-
import { F as D } from "../../chunks/vendor-
|
|
4
|
-
import { Dropdown as
|
|
5
|
-
import { DatePickerExtendedContext as
|
|
3
|
+
import { F as D } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
|
+
import { DatePickerExtendedContext as b } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as x } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -14,25 +14,25 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const h = "
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__b4031924", C = {
|
|
18
18
|
datePickerExtendedMobileDropdown: h
|
|
19
19
|
}, E = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened:
|
|
21
|
+
const { children: P, targetRef: r, setOpened: c, renderHeaderTarget: a, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: l } = f(b);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
|
-
|
|
23
|
+
w,
|
|
24
24
|
{
|
|
25
25
|
role: "dialog",
|
|
26
26
|
"aria-modal": "true",
|
|
27
27
|
targetRef: r,
|
|
28
28
|
mobileViewProps: {
|
|
29
29
|
children: /* @__PURE__ */ s(m, { children: [
|
|
30
|
-
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children:
|
|
30
|
+
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children: a() }),
|
|
31
31
|
/* @__PURE__ */ e(x, { children: t(!0) })
|
|
32
32
|
] }),
|
|
33
33
|
className: C.datePickerExtendedMobileDropdown
|
|
34
34
|
},
|
|
35
|
-
setOpened:
|
|
35
|
+
setOpened: c,
|
|
36
36
|
...p,
|
|
37
37
|
ref: d,
|
|
38
38
|
children: /* @__PURE__ */ e(
|
|
@@ -3,26 +3,26 @@ import c from "moment";
|
|
|
3
3
|
import { CaretleftStrokeSrvIcon20 as D, RangeStrokeSrvIcon16 as Y, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as E } from "./enums.js";
|
|
6
|
-
import { c as i } from "../../chunks/vendor-
|
|
7
|
-
const F = "
|
|
6
|
+
import { c as i } from "../../chunks/vendor-z35N2Tap.js";
|
|
7
|
+
const F = "dateRange__80dce17a", M = "dateRangeButton__64e0054d", h = "separator__8126ced8", d = {
|
|
8
8
|
dateRange: F,
|
|
9
9
|
dateRangeButton: M,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
13
|
className: R,
|
|
14
|
-
value:
|
|
14
|
+
value: g,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = E.MONTH,
|
|
18
18
|
hideNavigation: p,
|
|
19
|
-
renderPickerFrom:
|
|
19
|
+
renderPickerFrom: f,
|
|
20
20
|
renderPickerTo: u,
|
|
21
21
|
renderButtonForward: S,
|
|
22
22
|
renderButtonBack: k,
|
|
23
23
|
...x
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = g, b = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -50,7 +50,7 @@ const F = "dateRange__ea76d8e5", M = "dateRangeButton__668df79e", h = "separator
|
|
|
50
50
|
disabled: !(t && a),
|
|
51
51
|
onClick: N
|
|
52
52
|
}),
|
|
53
|
-
|
|
53
|
+
f({
|
|
54
54
|
onChange: B,
|
|
55
55
|
value: t
|
|
56
56
|
}),
|
|
@@ -3,11 +3,11 @@ import { DesignTokensCore as m } from "./DesignTokensCore.js";
|
|
|
3
3
|
import { DesignTokensCoreThemeDark as a } from "./DesignTokensCoreThemeDark.js";
|
|
4
4
|
import { DesignTokensComponents as c } from "./DesignTokensComponents.js";
|
|
5
5
|
import { DesignTokensComponentsThemeDark as f } from "./DesignTokensComponentsThemeDark.js";
|
|
6
|
-
import { k as l } from "../../chunks/vendor-
|
|
6
|
+
import { k as l } from "../../chunks/vendor-z35N2Tap.js";
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "0.
|
|
10
|
+
let o = "0.31.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][T],
|
|
@@ -9,51 +9,53 @@ import { Calendar_Tokens as n } from "./components/Calendar.js";
|
|
|
9
9
|
import { Card_Tokens as s } from "./components/Card.js";
|
|
10
10
|
import { Checkbox_Tokens as p } from "./components/Checkbox.js";
|
|
11
11
|
import { Chip_Tokens as a } from "./components/Chip.js";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
12
|
+
import { CollapsibleTree_Tokens as L } from "./components/CollapsibleTree.js";
|
|
13
|
+
import { Divider_Tokens as k } from "./components/Divider.js";
|
|
14
|
+
import { Dropdown_Tokens as I } from "./components/Dropdown.js";
|
|
15
|
+
import { DropdownList_Tokens as l } from "./components/DropdownList.js";
|
|
15
16
|
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
-
import { DropdownMobileList_Tokens as
|
|
17
|
+
import { DropdownMobileList_Tokens as G } from "./components/DropdownMobileList.js";
|
|
17
18
|
import { FooterPage_Tokens as H } from "./components/FooterPage.js";
|
|
18
|
-
import { FormField_Tokens as
|
|
19
|
-
import { HeaderPage_Tokens as
|
|
20
|
-
import { Island_Tokens as
|
|
19
|
+
import { FormField_Tokens as _ } from "./components/FormField.js";
|
|
20
|
+
import { HeaderPage_Tokens as d } from "./components/HeaderPage.js";
|
|
21
|
+
import { Island_Tokens as g } from "./components/Island.js";
|
|
21
22
|
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
22
|
-
import { IslandWidget_Tokens as
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
|
|
23
|
+
import { IslandWidget_Tokens as C } from "./components/IslandWidget.js";
|
|
24
|
+
import { ImageGallery_Tokens as c } from "./components/ImageGallery.js";
|
|
25
|
+
import { LightBox_Tokens as M } from "./components/LightBox.js";
|
|
26
|
+
import { Link_Tokens as b } from "./components/Link.js";
|
|
27
|
+
import { ListItem_Tokens as u } from "./components/ListItem.js";
|
|
28
|
+
import { ListItemControlsButton_Tokens as y } from "./components/ListItemControlsButton.js";
|
|
29
|
+
import { ListMaster_Tokens as B } from "./components/ListMaster.js";
|
|
30
|
+
import { Loader_Tokens as D } from "./components/Loader.js";
|
|
31
|
+
import { LoaderScreen_Tokens as h } from "./components/LoaderScreen.js";
|
|
32
|
+
import { Marker_Tokens as w } from "./components/Marker.js";
|
|
33
|
+
import { MarkerStatus_Tokens as F } from "./components/MarkerStatus.js";
|
|
34
|
+
import { ModalWindow_Tokens as x } from "./components/ModalWindow.js";
|
|
35
|
+
import { MultiselectField_Tokens as v } from "./components/MultiselectField.js";
|
|
36
|
+
import { Notification_Tokens as A } from "./components/Notification.js";
|
|
37
|
+
import { Overlay_Tokens as P } from "./components/Overlay.js";
|
|
38
|
+
import { Pagination_Tokens as O } from "./components/Pagination.js";
|
|
39
|
+
import { Radio_Tokens as W } from "./components/Radio.js";
|
|
40
|
+
import { SegmentedControl_Tokens as N } from "./components/SegmentedControl.js";
|
|
41
|
+
import { SegmentedControlSegment_Tokens as R } from "./components/SegmentedControlSegment.js";
|
|
42
|
+
import { Skeleton_Tokens as U } from "./components/Skeleton.js";
|
|
43
|
+
import { Slider_Tokens as Z } from "./components/Slider.js";
|
|
44
|
+
import { SmallInput_Tokens as E } from "./components/SmallInput.js";
|
|
45
|
+
import { SMSField_Tokens as V } from "./components/SMSField.js";
|
|
46
|
+
import { StatusTracker_Tokens as j } from "./components/StatusTracker.js";
|
|
47
|
+
import { Step_Tokens as q } from "./components/Step.js";
|
|
48
|
+
import { Stepper_Tokens as z } from "./components/Stepper.js";
|
|
49
|
+
import { TableBasic_Tokens as J } from "./components/TableBasic.js";
|
|
50
|
+
import { Tabs_Tokens as K } from "./components/Tabs.js";
|
|
51
|
+
import { TabsLine_Tokens as Q } from "./components/TabsLine.js";
|
|
52
|
+
import { Tag_Tokens as X } from "./components/Tag.js";
|
|
53
|
+
import { TagColor_Tokens as Y } from "./components/TagColor.js";
|
|
54
|
+
import { Tooltip_Tokens as $ } from "./components/Tooltip.js";
|
|
55
|
+
import { TopOverlay_Tokens as oo } from "./components/TopOverlay.js";
|
|
56
|
+
import { Typography_Tokens as ro } from "./components/Typography.js";
|
|
57
|
+
import { UploadZone_Tokens as eo } from "./components/UploadZone.js";
|
|
58
|
+
const nr = {
|
|
57
59
|
AlertContext: r(
|
|
58
60
|
o.LIGHT,
|
|
59
61
|
e
|
|
@@ -69,11 +71,15 @@ const tr = {
|
|
|
69
71
|
Card: r(o.LIGHT, s),
|
|
70
72
|
Checkbox: r(o.LIGHT, p),
|
|
71
73
|
Chip: r(o.LIGHT, a),
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
CollapsibleTree: r(
|
|
75
|
+
o.LIGHT,
|
|
76
|
+
L
|
|
77
|
+
),
|
|
78
|
+
Divider: r(o.LIGHT, k),
|
|
79
|
+
Dropdown: r(o.LIGHT, I),
|
|
74
80
|
DropdownList: r(
|
|
75
81
|
o.LIGHT,
|
|
76
|
-
|
|
82
|
+
l
|
|
77
83
|
),
|
|
78
84
|
DropdownMobile: r(
|
|
79
85
|
o.LIGHT,
|
|
@@ -81,109 +87,113 @@ const tr = {
|
|
|
81
87
|
),
|
|
82
88
|
DropdownMobileList: r(
|
|
83
89
|
o.LIGHT,
|
|
84
|
-
|
|
90
|
+
G
|
|
85
91
|
),
|
|
86
92
|
FooterPage: r(
|
|
87
93
|
o.LIGHT,
|
|
88
94
|
H
|
|
89
95
|
),
|
|
90
|
-
FormField: r(o.LIGHT,
|
|
96
|
+
FormField: r(o.LIGHT, _),
|
|
91
97
|
HeaderPage: r(
|
|
92
98
|
o.LIGHT,
|
|
93
|
-
|
|
99
|
+
d
|
|
94
100
|
),
|
|
95
|
-
Island: r(o.LIGHT,
|
|
101
|
+
Island: r(o.LIGHT, g),
|
|
96
102
|
IslandAccordion: r(
|
|
97
103
|
o.LIGHT,
|
|
98
104
|
S
|
|
99
105
|
),
|
|
100
106
|
IslandWidget: r(
|
|
101
107
|
o.LIGHT,
|
|
102
|
-
|
|
108
|
+
C
|
|
109
|
+
),
|
|
110
|
+
ImageGallery: r(
|
|
111
|
+
o.LIGHT,
|
|
112
|
+
c
|
|
103
113
|
),
|
|
104
|
-
LightBox: r(o.LIGHT,
|
|
105
|
-
Link: r(o.LIGHT,
|
|
106
|
-
ListItem: r(o.LIGHT,
|
|
114
|
+
LightBox: r(o.LIGHT, M),
|
|
115
|
+
Link: r(o.LIGHT, b),
|
|
116
|
+
ListItem: r(o.LIGHT, u),
|
|
107
117
|
ListItemControlsButton: r(
|
|
108
118
|
o.LIGHT,
|
|
109
|
-
|
|
119
|
+
y
|
|
110
120
|
),
|
|
111
121
|
ListMaster: r(
|
|
112
122
|
o.LIGHT,
|
|
113
|
-
|
|
123
|
+
B
|
|
114
124
|
),
|
|
115
|
-
Loader: r(o.LIGHT,
|
|
125
|
+
Loader: r(o.LIGHT, D),
|
|
116
126
|
LoaderScreen: r(
|
|
117
127
|
o.LIGHT,
|
|
118
|
-
|
|
128
|
+
h
|
|
119
129
|
),
|
|
120
|
-
Marker: r(o.LIGHT,
|
|
130
|
+
Marker: r(o.LIGHT, w),
|
|
121
131
|
MarkerStatus: r(
|
|
122
132
|
o.LIGHT,
|
|
123
|
-
|
|
133
|
+
F
|
|
124
134
|
),
|
|
125
135
|
ModalWindow: r(
|
|
126
136
|
o.LIGHT,
|
|
127
|
-
|
|
137
|
+
x
|
|
128
138
|
),
|
|
129
139
|
MultiselectField: r(
|
|
130
140
|
o.LIGHT,
|
|
131
|
-
|
|
141
|
+
v
|
|
132
142
|
),
|
|
133
143
|
Notification: r(
|
|
134
144
|
o.LIGHT,
|
|
135
|
-
|
|
145
|
+
A
|
|
136
146
|
),
|
|
137
|
-
Overlay: r(o.LIGHT,
|
|
147
|
+
Overlay: r(o.LIGHT, P),
|
|
138
148
|
Pagination: r(
|
|
139
149
|
o.LIGHT,
|
|
140
|
-
|
|
150
|
+
O
|
|
141
151
|
),
|
|
142
|
-
Radio: r(o.LIGHT,
|
|
152
|
+
Radio: r(o.LIGHT, W),
|
|
143
153
|
SegmentedControl: r(
|
|
144
154
|
o.LIGHT,
|
|
145
|
-
|
|
155
|
+
N
|
|
146
156
|
),
|
|
147
157
|
SegmentedControlSegment: r(
|
|
148
158
|
o.LIGHT,
|
|
149
|
-
|
|
159
|
+
R
|
|
150
160
|
),
|
|
151
|
-
Skeleton: r(o.LIGHT,
|
|
161
|
+
Skeleton: r(o.LIGHT, U),
|
|
152
162
|
SmallInput: r(
|
|
153
163
|
o.LIGHT,
|
|
154
|
-
|
|
164
|
+
E
|
|
155
165
|
),
|
|
156
|
-
SMSField: r(o.LIGHT,
|
|
157
|
-
Slider: r(o.LIGHT,
|
|
166
|
+
SMSField: r(o.LIGHT, V),
|
|
167
|
+
Slider: r(o.LIGHT, Z),
|
|
158
168
|
StatusTracker: r(
|
|
159
169
|
o.LIGHT,
|
|
160
|
-
|
|
170
|
+
j
|
|
161
171
|
),
|
|
162
|
-
Step: r(o.LIGHT,
|
|
163
|
-
Stepper: r(o.LIGHT,
|
|
172
|
+
Step: r(o.LIGHT, q),
|
|
173
|
+
Stepper: r(o.LIGHT, z),
|
|
164
174
|
TableBasic: r(
|
|
165
175
|
o.LIGHT,
|
|
166
|
-
|
|
176
|
+
J
|
|
167
177
|
),
|
|
168
|
-
Tabs: r(o.LIGHT,
|
|
169
|
-
Tag: r(o.LIGHT,
|
|
170
|
-
TagColor: r(o.LIGHT,
|
|
171
|
-
TabsLine: r(o.LIGHT,
|
|
172
|
-
Tooltip: r(o.LIGHT,
|
|
178
|
+
Tabs: r(o.LIGHT, K),
|
|
179
|
+
Tag: r(o.LIGHT, X),
|
|
180
|
+
TagColor: r(o.LIGHT, Y),
|
|
181
|
+
TabsLine: r(o.LIGHT, Q),
|
|
182
|
+
Tooltip: r(o.LIGHT, $),
|
|
173
183
|
TopOverlay: r(
|
|
174
184
|
o.LIGHT,
|
|
175
|
-
|
|
185
|
+
oo
|
|
176
186
|
),
|
|
177
187
|
Typography: r(
|
|
178
188
|
o.LIGHT,
|
|
179
|
-
|
|
189
|
+
ro
|
|
180
190
|
),
|
|
181
191
|
UploadZone: r(
|
|
182
192
|
o.LIGHT,
|
|
183
|
-
|
|
193
|
+
eo
|
|
184
194
|
)
|
|
185
195
|
};
|
|
186
196
|
export {
|
|
187
|
-
|
|
197
|
+
nr as DesignTokensComponents
|
|
188
198
|
};
|
|
189
199
|
//# sourceMappingURL=DesignTokensComponents.js.map
|