@sberbusiness/triplex-next 0.14.1 → 0.16.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-BfExIHyf.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-DjDlwsr-.js} +18 -18
- package/chunks/Card.module-BDhkqA-1.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-Is4KDVHc.js} +3 -3
- package/chunks/Confirm.module-DJgmkdgX.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-BdSacGyt.js} +21 -21
- package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
- package/chunks/Footer.module-B0GfNisY.js +9 -0
- package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
- package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
- package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
- package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
- package/chunks/{LightBoxContent-B5TEJXI-.js → LightBoxContent-CN7SmRwX.js} +13 -13
- package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-CgrHz7BO.js} +3 -3
- package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
- package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
- package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
- package/chunks/Notification.module-6l7KFShv.js +21 -0
- package/chunks/Overlay.module-COWWNc0T.js +18 -0
- package/chunks/Page.module-UL2Y8-XU.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-B47Am4iB.js} +9 -9
- package/chunks/SMSField.module-BGqA-NcR.js +16 -0
- package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-C_eWUceV.js} +6 -6
- package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C_9OyUAk.js +14 -0
- package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
- package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
- package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
- package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
- package/chunks/TreeView.module-BHzh1VmC.js +9 -0
- package/chunks/UploadZoneInput--8r5kxhe.js +33 -0
- package/chunks/constants-BY1BSJmu.js +57 -0
- package/chunks/{utils-DQttOWML.js → utils-Bg2bllE8.js} +9 -9
- package/chunks/utils-e1nAN4Kk.js +20 -0
- package/chunks/utils-rqbzWAF8.js +24 -0
- package/chunks/utils-zNOBXKDX.js +73 -0
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- 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 +26 -26
- package/components/Avatar/Avatar.js +14 -14
- package/components/Badge/Badge.js +30 -0
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +36 -36
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +24 -24
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +6 -6
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
- 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 +35 -35
- 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 +4 -4
- 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/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/ExpandAnimation/index.js +5 -0
- 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 +79 -75
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/index.js +1 -1
- 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 +4 -4
- 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 +37 -36
- 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 +3 -3
- 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 +87 -72
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
- 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 +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +21 -22
- 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 +70 -72
- 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/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +28 -28
- 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 +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +7 -7
- 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 +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/Pagination.js +4 -4
- 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 +26 -30
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- 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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +7 -7
- 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 +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
- 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 +8 -8
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +132 -133
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +2 -2
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- 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/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +19 -19
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +18 -18
- package/components/TagColor/TagColor.js +18 -18
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- 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 +10 -10
- 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 +40 -42
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +12 -12
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +532 -533
- package/index.d.ts +108 -117
- package/index.js +576 -577
- package/package.json +9 -1
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +0 -39
- package/chunks/Card.module-BLsCGNSy.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +0 -14
- package/chunks/Confirm.module-CzudnAyq.js +0 -15
- package/chunks/DropdownMobile.module-DOLon8EA.js +0 -23
- package/chunks/Footer.module-BVFglVCT.js +0 -9
- package/chunks/FormFieldInput-CXE2lpa2.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +0 -9
- package/chunks/HeaderTabs.module-BD-cjJN0.js +0 -9
- package/chunks/IslandAccordion.module-DuBXHdTP.js +0 -25
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +0 -9
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +0 -9
- package/chunks/LightBoxControls.module-4BsaXW9O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +0 -8
- package/chunks/ListItemTail.module-Dqje1Ta9.js +0 -12
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +0 -10
- package/chunks/ModalWindow.module-BhRZeAo8.js +0 -17
- package/chunks/Notification.module-DwrRfWOt.js +0 -21
- package/chunks/Overlay.module-B6CO6ER3.js +0 -18
- package/chunks/Page.module-DkHondpd.js +0 -11
- package/chunks/SMSField.module-CDTpuKgF.js +0 -16
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +0 -15
- package/chunks/StatusTracker.module-DkISSFNd.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BM9lOqXe.js +0 -15
- package/chunks/TableFooter.module-zu7cE58N.js +0 -14
- package/chunks/TabsExtended.module-CKJx5gTC.js +0 -16
- package/chunks/TabsLine.module-dWFH4Lb0.js +0 -21
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +0 -19
- package/chunks/TreeView.module-CBWqJQ3g.js +0 -9
- package/chunks/UploadZoneInput-DgPYo5Ct.js +0 -33
- package/chunks/utils-D6gsTR6V.js +0 -73
- package/chunks/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-Ds7Etruz.js +0 -20
- package/chunks/utils-QtOC5s-T.js +0 -36
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var N = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var i = (c, t, e) =>
|
|
2
|
+
var f = (c, t, e) => t in c ? N(c, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[t] = e;
|
|
3
|
+
var i = (c, t, e) => f(c, typeof t != "symbol" ? t + "" : t, e);
|
|
4
4
|
import { jsx as h } from "react/jsx-runtime";
|
|
5
|
-
import
|
|
5
|
+
import C from "react";
|
|
6
6
|
import { TreeView as g } from "../../TreeView/TreeView.js";
|
|
7
7
|
import { AccordionBase as y } from "../../AccordionBase/protected/AccordionBase.js";
|
|
8
|
-
import { c as u } from "../../../chunks/vendor-
|
|
9
|
-
const T = "
|
|
8
|
+
import { c as u } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
9
|
+
const T = "collapsableTreeNodeContent__d311f14d", B = {
|
|
10
10
|
collapsableTreeNodeContent: T
|
|
11
11
|
};
|
|
12
|
-
class b extends
|
|
12
|
+
class b extends C.Component {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
15
|
i(this, "state", {
|
|
@@ -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-DE8Zvm0w.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-DJgmkdgX.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-DE8Zvm0w.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-DJgmkdgX.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-DE8Zvm0w.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-DJgmkdgX.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,13 +1,13 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import "../../Typography/
|
|
3
|
-
import { Text as r } from "../../Typography/Text.js";
|
|
2
|
+
import { ETextSize as r } from "../../Typography/enums.js";
|
|
4
3
|
import "../../Typography/Caption.js";
|
|
5
|
-
import {
|
|
4
|
+
import { Text as e } from "../../Typography/Text.js";
|
|
5
|
+
import "../../Typography/Title.js";
|
|
6
6
|
const n = ({
|
|
7
7
|
children: t,
|
|
8
|
-
size: o =
|
|
8
|
+
size: o = r.B2,
|
|
9
9
|
...i
|
|
10
|
-
}) => /* @__PURE__ */ m(
|
|
10
|
+
}) => /* @__PURE__ */ m(e, { size: o, tag: "div", ...i, children: t });
|
|
11
11
|
n.displayName = "ConfirmContentSubTitle";
|
|
12
12
|
export {
|
|
13
13
|
n as ConfirmContentSubTitle
|
|
@@ -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-DE8Zvm0w.js";
|
|
5
|
+
import { s as l } from "../../../chunks/Confirm.module-DJgmkdgX.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-DE8Zvm0w.js";
|
|
3
|
+
import { s as i } from "../../../chunks/Confirm.module-DJgmkdgX.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 {
|
|
@@ -17,7 +17,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
17
17
|
import "../FormField/components/FormFieldLabel.js";
|
|
18
18
|
import "../FormField/components/FormFieldClear.js";
|
|
19
19
|
import "../FormField/components/FormFieldTarget.js";
|
|
20
|
-
import "../../chunks/FormFieldInput-
|
|
20
|
+
import "../../chunks/FormFieldInput-DDUEO0k6.js";
|
|
21
21
|
import { FormFieldMaskedInput as ne } from "../FormField/components/FormFieldMaskedInput.js";
|
|
22
22
|
import "../FormField/components/FormFieldPostfix.js";
|
|
23
23
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -1,56 +1,57 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e, jsxs as y } from "react/jsx-runtime";
|
|
2
2
|
import K, { useContext as f } from "react";
|
|
3
|
-
import { CalendarStrokeSrvIcon20 as
|
|
3
|
+
import { CalendarStrokeSrvIcon20 as u, CalendarStrokeSrvIcon16 as R } from "@sberbusiness/icons-next";
|
|
4
4
|
import { MaskedField as T } from "../TextField/MaskedField.js";
|
|
5
5
|
import { DatePickerExtendedContext as j } from "../DatePickerExtended/DatePickerExtendedContext.js";
|
|
6
|
-
import { DateFieldContext as
|
|
7
|
-
import { EFormFieldStatus as
|
|
8
|
-
import { FormFieldClear as
|
|
6
|
+
import { DateFieldContext as A } from "./DateFieldContext.js";
|
|
7
|
+
import { EFormFieldStatus as L } from "../FormField/enums.js";
|
|
8
|
+
import { FormFieldClear as O } from "../FormField/components/FormFieldClear.js";
|
|
9
9
|
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
10
|
-
import { ButtonIcon as
|
|
11
|
-
import { isKey as
|
|
12
|
-
const
|
|
13
|
-
[r.SM]: /* @__PURE__ */
|
|
14
|
-
[r.MD]: /* @__PURE__ */
|
|
15
|
-
[r.LG]: /* @__PURE__ */
|
|
10
|
+
import { ButtonIcon as b } from "../Button/ButtonIcon.js";
|
|
11
|
+
import { isKey as C } from "../../utils/keyboard.js";
|
|
12
|
+
const v = {
|
|
13
|
+
[r.SM]: /* @__PURE__ */ e(R, { paletteIndex: 5 }),
|
|
14
|
+
[r.MD]: /* @__PURE__ */ e(u, { paletteIndex: 5 }),
|
|
15
|
+
[r.LG]: /* @__PURE__ */ e(u, { paletteIndex: 5 })
|
|
16
16
|
}, Y = ({
|
|
17
17
|
size: l = r.MD,
|
|
18
|
-
postfix:
|
|
19
|
-
maskedInputProps:
|
|
20
|
-
...
|
|
18
|
+
postfix: x,
|
|
19
|
+
maskedInputProps: F,
|
|
20
|
+
...d
|
|
21
21
|
}) => {
|
|
22
|
-
const { dropdownOpen:
|
|
22
|
+
const { dropdownOpen: t, setDropdownOpen: n } = f(j), { inputFocusedRef: m, onChange: k, triggerChangeFromInput: D } = f(A), { status: I } = d, {
|
|
23
23
|
onFocus: i,
|
|
24
24
|
onBlur: c,
|
|
25
25
|
onKeyDown: a,
|
|
26
|
-
onClick:
|
|
26
|
+
onClick: s,
|
|
27
27
|
...h
|
|
28
|
-
} =
|
|
29
|
-
|
|
28
|
+
} = F, p = I === L.DISABLED, S = (o) => {
|
|
29
|
+
m.current = !0, i == null || i(o);
|
|
30
30
|
}, E = (o) => {
|
|
31
|
-
|
|
31
|
+
m.current = !1, t || D(), c == null || c(o);
|
|
32
32
|
}, g = (o) => {
|
|
33
|
-
|
|
33
|
+
t || n(!0), s == null || s(o);
|
|
34
34
|
}, B = (o) => {
|
|
35
|
-
|
|
36
|
-
}, M = () => n(!
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
/* @__PURE__ */
|
|
35
|
+
C(o.code, "ENTER") ? n(!t) : C(o.code, "SPACE") && (o.preventDefault(), n(!t)), a == null || a(o);
|
|
36
|
+
}, M = () => n(!t), w = () => k(""), P = () => /* @__PURE__ */ y(K.Fragment, { children: [
|
|
37
|
+
/* @__PURE__ */ e(O, { onClick: w }),
|
|
38
|
+
/* @__PURE__ */ e(b, { active: t, disabled: p, onClick: M, children: v[l] }),
|
|
39
|
+
x
|
|
39
40
|
] });
|
|
40
|
-
return /* @__PURE__ */
|
|
41
|
+
return /* @__PURE__ */ e(
|
|
41
42
|
T,
|
|
42
43
|
{
|
|
43
44
|
size: l,
|
|
44
45
|
maskedInputProps: {
|
|
45
|
-
disabled:
|
|
46
|
+
disabled: p,
|
|
46
47
|
onFocus: S,
|
|
47
48
|
onBlur: E,
|
|
48
49
|
onClick: g,
|
|
49
50
|
onKeyDown: B,
|
|
50
51
|
...h
|
|
51
52
|
},
|
|
52
|
-
postfix:
|
|
53
|
-
...
|
|
53
|
+
postfix: P(),
|
|
54
|
+
...d
|
|
54
55
|
}
|
|
55
56
|
);
|
|
56
57
|
};
|
|
@@ -2,11 +2,11 @@ import { jsx as p, jsxs as G } from "react/jsx-runtime";
|
|
|
2
2
|
import I, { useState as J, useRef as m, useEffect as Q } from "react";
|
|
3
3
|
import { isKey as W } from "../../utils/keyboard.js";
|
|
4
4
|
import { Calendar as X } from "../Calendar/Calendar.js";
|
|
5
|
-
import "../Dropdown/
|
|
5
|
+
import { EDropdownAlignment as Y } from "../Dropdown/enums.js";
|
|
6
6
|
import "../Dropdown/DropdownListContext.js";
|
|
7
7
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
8
8
|
import "../Dropdown/desktop/DropdownList.js";
|
|
9
|
-
import "../../chunks/DropdownListItem-
|
|
9
|
+
import "../../chunks/DropdownListItem-BdSacGyt.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -18,14 +18,14 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
18
18
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
19
19
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
20
20
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import { EComponentSize as
|
|
22
|
-
import
|
|
21
|
+
import { EComponentSize as Z } from "../../enums/EComponentSize.js";
|
|
22
|
+
import "../Dropdown/Dropdown.js";
|
|
23
23
|
import { DatePickerExtendedContext as _ } from "./DatePickerExtendedContext.js";
|
|
24
24
|
import { DatePickerExtendedDropdown as $ } from "./DatePickerExtendedDropdown.js";
|
|
25
25
|
const ee = I.forwardRef((l, r) => {
|
|
26
26
|
const {
|
|
27
27
|
// Dropdown props
|
|
28
|
-
alignment: D =
|
|
28
|
+
alignment: D = Y.LEFT,
|
|
29
29
|
focusTrapProps: w,
|
|
30
30
|
// Calendar props
|
|
31
31
|
pickType: g,
|
|
@@ -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.16.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
a.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -113,7 +113,7 @@ const ee = I.forwardRef((l, r) => {
|
|
|
113
113
|
$,
|
|
114
114
|
{
|
|
115
115
|
opened: t,
|
|
116
|
-
size:
|
|
116
|
+
size: Z.MD,
|
|
117
117
|
alignment: D,
|
|
118
118
|
targetRef: a,
|
|
119
119
|
focusTrapProps: w,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as s, Fragment as m } from "react/jsx-runtime";
|
|
2
2
|
import f, { useContext as u } from "react";
|
|
3
|
-
import { F as D } from "../../chunks/vendor-
|
|
3
|
+
import { F as D } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
|
-
import { DatePickerExtendedContext as
|
|
5
|
+
import { DatePickerExtendedContext as b } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
7
|
-
import { DropdownMobileBody as
|
|
7
|
+
import { DropdownMobileBody as x } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
9
9
|
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
10
10
|
import { DropdownMobileHeader as M } from "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
@@ -14,11 +14,11 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const h = "
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__abe5eef5", C = {
|
|
18
18
|
datePickerExtendedMobileDropdown: h
|
|
19
19
|
}, E = f.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened:
|
|
21
|
+
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: l } = u(b);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -27,12 +27,12 @@ const h = "datePickerExtendedMobileDropdown__efd030d2", C = {
|
|
|
27
27
|
targetRef: r,
|
|
28
28
|
mobileViewProps: {
|
|
29
29
|
children: /* @__PURE__ */ s(m, { children: [
|
|
30
|
-
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children:
|
|
31
|
-
/* @__PURE__ */ e(
|
|
30
|
+
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => l(!1) }), children: c() }),
|
|
31
|
+
/* @__PURE__ */ e(x, { children: t(!0) })
|
|
32
32
|
] }),
|
|
33
33
|
className: C.datePickerExtendedMobileDropdown
|
|
34
34
|
},
|
|
35
|
-
setOpened:
|
|
35
|
+
setOpened: a,
|
|
36
36
|
...p,
|
|
37
37
|
ref: d,
|
|
38
38
|
children: /* @__PURE__ */ e(
|
|
@@ -3,15 +3,15 @@ import c from "moment";
|
|
|
3
3
|
import { CaretleftStrokeSrvIcon20 as D, MinusStrokeSrvIcon20 as M, CaretrightStrokeSrvIcon20 as Y } from "@sberbusiness/icons-next";
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as C } from "./enums.js";
|
|
6
|
-
import { c as i } from "../../chunks/vendor-
|
|
7
|
-
const E = "
|
|
6
|
+
import { c as i } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
7
|
+
const E = "dateRange__f56d2d85", F = "dateRangeButton__a3898a48", h = "separator__bc053030", d = {
|
|
8
8
|
dateRange: E,
|
|
9
9
|
dateRangeButton: F,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
|
-
className:
|
|
14
|
-
value:
|
|
13
|
+
className: R,
|
|
14
|
+
value: f,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = C.MONTH,
|
|
@@ -19,10 +19,10 @@ const E = "dateRange__7d626fc7", F = "dateRangeButton__7fa692a4", h = "separator
|
|
|
19
19
|
renderPickerFrom: g,
|
|
20
20
|
renderPickerTo: u,
|
|
21
21
|
renderButtonForward: S,
|
|
22
|
-
renderButtonBack:
|
|
23
|
-
...
|
|
22
|
+
renderButtonBack: k,
|
|
23
|
+
...b
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = f, x = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -43,8 +43,8 @@ const E = "dateRange__7d626fc7", F = "dateRangeButton__7fa692a4", h = "separator
|
|
|
43
43
|
m.add(n, s).format(r)
|
|
44
44
|
]);
|
|
45
45
|
};
|
|
46
|
-
return /* @__PURE__ */ v("div", { className: x, ...
|
|
47
|
-
!p &&
|
|
46
|
+
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
47
|
+
!p && k({
|
|
48
48
|
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
50
50
|
disabled: !(t && a),
|
|
@@ -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 { j as l } from "../../chunks/vendor-
|
|
6
|
+
import { j as l } from "../../chunks/vendor-DE8Zvm0w.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.16.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],
|
|
@@ -3,56 +3,57 @@ import { GetTokensValueByTheme as r } from "./GetTokensValueByTheme.js";
|
|
|
3
3
|
import { AlertContext_Tokens as e } from "./components/AlertContext.js";
|
|
4
4
|
import { AlertProcess_Tokens as t } from "./components/AlertProcess.js";
|
|
5
5
|
import { Avatar_Tokens as T } from "./components/Avatar.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
6
|
+
import { Badge_Tokens as m } from "./components/Badge.js";
|
|
7
|
+
import { Button_Tokens as i } from "./components/Button.js";
|
|
8
|
+
import { Calendar_Tokens as n } from "./components/Calendar.js";
|
|
9
|
+
import { Card_Tokens as s } from "./components/Card.js";
|
|
10
|
+
import { Checkbox_Tokens as p } from "./components/Checkbox.js";
|
|
11
|
+
import { Chip_Tokens as a } from "./components/Chip.js";
|
|
11
12
|
import { Divider_Tokens as L } from "./components/Divider.js";
|
|
12
|
-
import { Dropdown_Tokens as
|
|
13
|
-
import { DropdownList_Tokens as
|
|
14
|
-
import { DropdownMobile_Tokens as
|
|
15
|
-
import { DropdownMobileList_Tokens as
|
|
16
|
-
import { FooterPage_Tokens as
|
|
17
|
-
import { FormField_Tokens as
|
|
18
|
-
import { HeaderPage_Tokens as
|
|
19
|
-
import { Island_Tokens as
|
|
20
|
-
import { IslandAccordion_Tokens as
|
|
21
|
-
import { IslandWidget_Tokens as
|
|
22
|
-
import { LightBox_Tokens as
|
|
23
|
-
import { Link_Tokens as
|
|
24
|
-
import { ListItem_Tokens as
|
|
25
|
-
import { ListItemControlsButton_Tokens as
|
|
26
|
-
import { ListMaster_Tokens as
|
|
27
|
-
import { Loader_Tokens as
|
|
13
|
+
import { Dropdown_Tokens as k } from "./components/Dropdown.js";
|
|
14
|
+
import { DropdownList_Tokens as I } from "./components/DropdownList.js";
|
|
15
|
+
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
+
import { DropdownMobileList_Tokens as l } from "./components/DropdownMobileList.js";
|
|
17
|
+
import { FooterPage_Tokens as H } from "./components/FooterPage.js";
|
|
18
|
+
import { FormField_Tokens as G } from "./components/FormField.js";
|
|
19
|
+
import { HeaderPage_Tokens as _ } from "./components/HeaderPage.js";
|
|
20
|
+
import { Island_Tokens as d } from "./components/Island.js";
|
|
21
|
+
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
22
|
+
import { IslandWidget_Tokens as g } from "./components/IslandWidget.js";
|
|
23
|
+
import { LightBox_Tokens as c } from "./components/LightBox.js";
|
|
24
|
+
import { Link_Tokens as C } from "./components/Link.js";
|
|
25
|
+
import { ListItem_Tokens as M } from "./components/ListItem.js";
|
|
26
|
+
import { ListItemControlsButton_Tokens as u } from "./components/ListItemControlsButton.js";
|
|
27
|
+
import { ListMaster_Tokens as b } from "./components/ListMaster.js";
|
|
28
|
+
import { Loader_Tokens as B } from "./components/Loader.js";
|
|
28
29
|
import { LoaderScreen_Tokens as D } from "./components/LoaderScreen.js";
|
|
29
30
|
import { Marker_Tokens as h } from "./components/Marker.js";
|
|
30
31
|
import { MarkerStatus_Tokens as w } from "./components/MarkerStatus.js";
|
|
31
32
|
import { ModalWindow_Tokens as F } from "./components/ModalWindow.js";
|
|
32
33
|
import { MultiselectField_Tokens as x } from "./components/MultiselectField.js";
|
|
33
34
|
import { Notification_Tokens as y } from "./components/Notification.js";
|
|
34
|
-
import { Overlay_Tokens as
|
|
35
|
-
import { Pagination_Tokens as
|
|
36
|
-
import { Radio_Tokens as
|
|
37
|
-
import { SegmentedControl_Tokens as
|
|
38
|
-
import { SegmentedControlSegment_Tokens as
|
|
39
|
-
import { Skeleton_Tokens as
|
|
40
|
-
import { Slider_Tokens as
|
|
41
|
-
import { SmallInput_Tokens as
|
|
42
|
-
import { SMSField_Tokens as
|
|
43
|
-
import { StatusTracker_Tokens as
|
|
44
|
-
import { Step_Tokens as
|
|
45
|
-
import { Stepper_Tokens as
|
|
46
|
-
import { TableBasic_Tokens as
|
|
47
|
-
import { Tabs_Tokens as
|
|
48
|
-
import { TabsLine_Tokens as
|
|
49
|
-
import { Tag_Tokens as
|
|
50
|
-
import { TagColor_Tokens as
|
|
51
|
-
import { Tooltip_Tokens as
|
|
52
|
-
import { TopOverlay_Tokens as
|
|
53
|
-
import { Typography_Tokens as
|
|
54
|
-
import { UploadZone_Tokens as
|
|
55
|
-
const
|
|
35
|
+
import { Overlay_Tokens as v } from "./components/Overlay.js";
|
|
36
|
+
import { Pagination_Tokens as A } from "./components/Pagination.js";
|
|
37
|
+
import { Radio_Tokens as P } from "./components/Radio.js";
|
|
38
|
+
import { SegmentedControl_Tokens as O } from "./components/SegmentedControl.js";
|
|
39
|
+
import { SegmentedControlSegment_Tokens as W } from "./components/SegmentedControlSegment.js";
|
|
40
|
+
import { Skeleton_Tokens as N } from "./components/Skeleton.js";
|
|
41
|
+
import { Slider_Tokens as R } from "./components/Slider.js";
|
|
42
|
+
import { SmallInput_Tokens as U } from "./components/SmallInput.js";
|
|
43
|
+
import { SMSField_Tokens as Z } from "./components/SMSField.js";
|
|
44
|
+
import { StatusTracker_Tokens as E } from "./components/StatusTracker.js";
|
|
45
|
+
import { Step_Tokens as V } from "./components/Step.js";
|
|
46
|
+
import { Stepper_Tokens as j } from "./components/Stepper.js";
|
|
47
|
+
import { TableBasic_Tokens as q } from "./components/TableBasic.js";
|
|
48
|
+
import { Tabs_Tokens as z } from "./components/Tabs.js";
|
|
49
|
+
import { TabsLine_Tokens as J } from "./components/TabsLine.js";
|
|
50
|
+
import { Tag_Tokens as K } from "./components/Tag.js";
|
|
51
|
+
import { TagColor_Tokens as Q } from "./components/TagColor.js";
|
|
52
|
+
import { Tooltip_Tokens as X } from "./components/Tooltip.js";
|
|
53
|
+
import { TopOverlay_Tokens as Y } from "./components/TopOverlay.js";
|
|
54
|
+
import { Typography_Tokens as $ } from "./components/Typography.js";
|
|
55
|
+
import { UploadZone_Tokens as oo } from "./components/UploadZone.js";
|
|
56
|
+
const tr = {
|
|
56
57
|
AlertContext: r(
|
|
57
58
|
o.LIGHT,
|
|
58
59
|
e
|
|
@@ -62,55 +63,56 @@ const rr = {
|
|
|
62
63
|
t
|
|
63
64
|
),
|
|
64
65
|
Avatar: r(o.LIGHT, T),
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
Badge: r(o.LIGHT, m),
|
|
67
|
+
Button: r(o.LIGHT, i),
|
|
68
|
+
Calendar: r(o.LIGHT, n),
|
|
69
|
+
Card: r(o.LIGHT, s),
|
|
70
|
+
Checkbox: r(o.LIGHT, p),
|
|
71
|
+
Chip: r(o.LIGHT, a),
|
|
70
72
|
Divider: r(o.LIGHT, L),
|
|
71
|
-
Dropdown: r(o.LIGHT,
|
|
73
|
+
Dropdown: r(o.LIGHT, k),
|
|
72
74
|
DropdownList: r(
|
|
73
75
|
o.LIGHT,
|
|
74
|
-
|
|
76
|
+
I
|
|
75
77
|
),
|
|
76
78
|
DropdownMobile: r(
|
|
77
79
|
o.LIGHT,
|
|
78
|
-
|
|
80
|
+
f
|
|
79
81
|
),
|
|
80
82
|
DropdownMobileList: r(
|
|
81
83
|
o.LIGHT,
|
|
82
|
-
|
|
84
|
+
l
|
|
83
85
|
),
|
|
84
86
|
FooterPage: r(
|
|
85
87
|
o.LIGHT,
|
|
86
|
-
|
|
88
|
+
H
|
|
87
89
|
),
|
|
88
|
-
FormField: r(o.LIGHT,
|
|
90
|
+
FormField: r(o.LIGHT, G),
|
|
89
91
|
HeaderPage: r(
|
|
90
92
|
o.LIGHT,
|
|
91
|
-
|
|
93
|
+
_
|
|
92
94
|
),
|
|
93
|
-
Island: r(o.LIGHT,
|
|
95
|
+
Island: r(o.LIGHT, d),
|
|
94
96
|
IslandAccordion: r(
|
|
95
97
|
o.LIGHT,
|
|
96
|
-
|
|
98
|
+
S
|
|
97
99
|
),
|
|
98
100
|
IslandWidget: r(
|
|
99
101
|
o.LIGHT,
|
|
100
|
-
|
|
102
|
+
g
|
|
101
103
|
),
|
|
102
|
-
LightBox: r(o.LIGHT,
|
|
103
|
-
Link: r(o.LIGHT,
|
|
104
|
-
ListItem: r(o.LIGHT,
|
|
104
|
+
LightBox: r(o.LIGHT, c),
|
|
105
|
+
Link: r(o.LIGHT, C),
|
|
106
|
+
ListItem: r(o.LIGHT, M),
|
|
105
107
|
ListItemControlsButton: r(
|
|
106
108
|
o.LIGHT,
|
|
107
|
-
|
|
109
|
+
u
|
|
108
110
|
),
|
|
109
111
|
ListMaster: r(
|
|
110
112
|
o.LIGHT,
|
|
111
|
-
|
|
113
|
+
b
|
|
112
114
|
),
|
|
113
|
-
Loader: r(o.LIGHT,
|
|
115
|
+
Loader: r(o.LIGHT, B),
|
|
114
116
|
LoaderScreen: r(
|
|
115
117
|
o.LIGHT,
|
|
116
118
|
D
|
|
@@ -132,56 +134,56 @@ const rr = {
|
|
|
132
134
|
o.LIGHT,
|
|
133
135
|
y
|
|
134
136
|
),
|
|
135
|
-
Overlay: r(o.LIGHT,
|
|
137
|
+
Overlay: r(o.LIGHT, v),
|
|
136
138
|
Pagination: r(
|
|
137
139
|
o.LIGHT,
|
|
138
|
-
|
|
140
|
+
A
|
|
139
141
|
),
|
|
140
|
-
Radio: r(o.LIGHT,
|
|
142
|
+
Radio: r(o.LIGHT, P),
|
|
141
143
|
SegmentedControl: r(
|
|
142
144
|
o.LIGHT,
|
|
143
|
-
|
|
145
|
+
O
|
|
144
146
|
),
|
|
145
147
|
SegmentedControlSegment: r(
|
|
146
148
|
o.LIGHT,
|
|
147
|
-
|
|
149
|
+
W
|
|
148
150
|
),
|
|
149
|
-
Skeleton: r(o.LIGHT,
|
|
151
|
+
Skeleton: r(o.LIGHT, N),
|
|
150
152
|
SmallInput: r(
|
|
151
153
|
o.LIGHT,
|
|
152
|
-
|
|
154
|
+
U
|
|
153
155
|
),
|
|
154
|
-
SMSField: r(o.LIGHT,
|
|
155
|
-
Slider: r(o.LIGHT,
|
|
156
|
+
SMSField: r(o.LIGHT, Z),
|
|
157
|
+
Slider: r(o.LIGHT, R),
|
|
156
158
|
StatusTracker: r(
|
|
157
159
|
o.LIGHT,
|
|
158
|
-
|
|
160
|
+
E
|
|
159
161
|
),
|
|
160
|
-
Step: r(o.LIGHT,
|
|
161
|
-
Stepper: r(o.LIGHT,
|
|
162
|
+
Step: r(o.LIGHT, V),
|
|
163
|
+
Stepper: r(o.LIGHT, j),
|
|
162
164
|
TableBasic: r(
|
|
163
165
|
o.LIGHT,
|
|
164
|
-
|
|
166
|
+
q
|
|
165
167
|
),
|
|
166
|
-
Tabs: r(o.LIGHT,
|
|
167
|
-
Tag: r(o.LIGHT,
|
|
168
|
-
TagColor: r(o.LIGHT,
|
|
169
|
-
TabsLine: r(o.LIGHT,
|
|
170
|
-
Tooltip: r(o.LIGHT,
|
|
168
|
+
Tabs: r(o.LIGHT, z),
|
|
169
|
+
Tag: r(o.LIGHT, K),
|
|
170
|
+
TagColor: r(o.LIGHT, Q),
|
|
171
|
+
TabsLine: r(o.LIGHT, J),
|
|
172
|
+
Tooltip: r(o.LIGHT, X),
|
|
171
173
|
TopOverlay: r(
|
|
172
174
|
o.LIGHT,
|
|
173
|
-
|
|
175
|
+
Y
|
|
174
176
|
),
|
|
175
177
|
Typography: r(
|
|
176
178
|
o.LIGHT,
|
|
177
|
-
|
|
179
|
+
$
|
|
178
180
|
),
|
|
179
181
|
UploadZone: r(
|
|
180
182
|
o.LIGHT,
|
|
181
|
-
|
|
183
|
+
oo
|
|
182
184
|
)
|
|
183
185
|
};
|
|
184
186
|
export {
|
|
185
|
-
|
|
187
|
+
tr as DesignTokensComponents
|
|
186
188
|
};
|
|
187
189
|
//# sourceMappingURL=DesignTokensComponents.js.map
|