@sberbusiness/triplex-next 1.15.0 → 1.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-BG_kloAp.js +39 -0
- package/chunks/CalendarViewItem-CQQGgtHA.js +101 -0
- package/chunks/Card.module-D_9Nt5tA.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +14 -0
- package/chunks/{Chip-L-EcpRzH.js → Chip-D_XuO-fG.js} +12 -12
- package/chunks/Confirm.module-BFd_0tH_.js +15 -0
- package/chunks/{DropdownListItem-khM2CJWN.js → DropdownListItem-DzngoNVf.js} +16 -16
- package/chunks/DropdownMobile.module-Ct6WVB7d.js +23 -0
- package/chunks/Footer.module-Cz5Pu1VT.js +9 -0
- package/chunks/FormFieldInput-TbDWEJtn.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +9 -0
- package/chunks/HeaderTabs.module-Bwx0AJwd.js +9 -0
- package/chunks/{HeaderTitle.module-Dmmc04q6.js → HeaderTitle.module-DVxCsuq0.js} +2 -2
- package/chunks/IslandAccordion.module-oqHSoL0z.js +25 -0
- package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +9 -0
- package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +12 -0
- package/chunks/{LightBoxContent-CjX1eN8g.js → LightBoxContent-CY1Sxlp1.js} +10 -10
- package/chunks/LightBoxControls.module-CXoONiYm.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +8 -0
- package/chunks/{ListItemControlsButton-OLK_OaQU.js → ListItemControlsButton-C55hc-cr.js} +8 -8
- package/chunks/ListItemTail.module-BlucpMEa.js +12 -0
- package/chunks/ListMasterFooter.module-D93cBp3m.js +10 -0
- package/chunks/ModalWindow.module-AO3qbtIE.js +17 -0
- package/chunks/Notification.module-3pjGHWYU.js +21 -0
- package/chunks/Overlay.module-yINooO_5.js +18 -0
- package/chunks/Page.module-fTNmaZZ6.js +11 -0
- package/chunks/{RightBorderArrow-DbiOM5xn.js → RightBorderArrow-D4dScyRx.js} +12 -12
- package/chunks/SMSField.module-D01Witvu.js +16 -0
- package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +15 -0
- package/chunks/SliderExtendedRail-Bgz2tkUx.js +40 -0
- package/chunks/StatusTracker.module-DPlTQG3M.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DWutbDoW.js → SuggestFieldMobileDropdownHint-CaLnhNmM.js} +4 -4
- package/chunks/TableFooter.module-zC8u9DwX.js +14 -0
- package/chunks/TabsExtended.module-C65aq0XO.js +16 -0
- package/chunks/TabsLine.module-B3O0egAv.js +21 -0
- package/chunks/TooltipDesktop.module-D1K6FcqB.js +19 -0
- package/chunks/TreeView.module-Vpz40gNk.js +9 -0
- package/chunks/UploadZoneInput-DxG_yQtm.js +33 -0
- package/chunks/constants-DAn1uZaw.js +57 -0
- package/chunks/{utils-tf6Rfsu7.js → utils-9tQwQbYj.js} +6 -6
- package/chunks/{utils-NV5e2Mzn.js → utils-D7Yx6kDI.js} +2 -2
- package/chunks/utils-DV0NGebi.js +24 -0
- package/chunks/utils-HLMbnICl.js +73 -0
- package/chunks/{vendor-DucOfXwy.js → vendor-Dlne6Znf.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- 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 +19 -19
- package/components/Badge/Badge.js +26 -13
- 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/Body/Body.js +6 -6
- package/components/Button/Button.js +30 -30
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +6 -6
- 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 +7 -7
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- 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 +8 -8
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +7 -7
- 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 +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +24 -24
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +12 -12
- 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/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +31 -30
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +22 -22
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +3 -3
- 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 +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +15 -15
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +7 -7
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- 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 +9 -9
- 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 +38 -37
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +4 -4
- 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 +8 -8
- package/components/IslandWidget/IslandWidget.js +16 -16
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +18 -19
- 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 +65 -67
- 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 +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +4 -4
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +30 -30
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +9 -9
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +4 -4
- 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 +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +8 -8
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +6 -6
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +6 -6
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- 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 +11 -11
- 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 +8 -8
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- 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 +5 -5
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +6 -6
- 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 +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +6 -6
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +22 -22
- package/components/SelectField/SelectField.js +11 -11
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +22 -22
- 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 +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +17 -17
- package/components/SmallInput/SmallInput.js +4 -4
- 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 +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- package/components/Suggest/useSuggest.js +3 -3
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- 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 +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +6 -6
- 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 +8 -8
- 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 +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/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +8 -8
- package/components/Tag/Tag.js +21 -21
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- 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 +8 -8
- 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 +8 -8
- package/components/TopOverlay/TopOverlay.js +2 -2
- 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 +26 -26
- package/components/Typography/Text.js +24 -24
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- 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 +162 -162
- package/index.d.ts +40 -13
- package/index.js +161 -161
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BHAU8N38.js +0 -39
- package/chunks/CalendarViewItem-B0gKGk70.js +0 -101
- package/chunks/Card.module-eeYi3ItS.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CIXQDBeU.js +0 -14
- package/chunks/Confirm.module-BgO9xuES.js +0 -15
- package/chunks/DropdownMobile.module-Bya5zssZ.js +0 -23
- package/chunks/Footer.module-Bxx6jElq.js +0 -9
- package/chunks/FormFieldInput-D2EXurFF.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-C5m0I2xF.js +0 -9
- package/chunks/HeaderTabs.module-C3-8xyq-.js +0 -9
- package/chunks/IslandAccordion.module-Cqv_yxiK.js +0 -25
- package/chunks/IslandWidgetFooter.module-PaNLvdB0.js +0 -9
- package/chunks/IslandWidgetHeader.module-D_ZngNjX.js +0 -12
- package/chunks/LightBoxControls.module-D7BQsPK3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DiEMyDDt.js +0 -8
- package/chunks/ListItemTail.module-DxIG-P_H.js +0 -12
- package/chunks/ListMasterFooter.module-DPZnWvfb.js +0 -10
- package/chunks/ModalWindow.module-D4shxCeu.js +0 -17
- package/chunks/Notification.module-B29_MBTz.js +0 -21
- package/chunks/Overlay.module-BJJ7PDLJ.js +0 -18
- package/chunks/Page.module-CzfG8baM.js +0 -11
- package/chunks/SMSField.module-BDZwT1N-.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bhhqk5er.js +0 -15
- package/chunks/SliderExtendedRail-CVnVXjG6.js +0 -40
- package/chunks/StatusTracker.module-CWpv3e3x.js +0 -24
- package/chunks/TableFooter.module-NX6NNBfH.js +0 -14
- package/chunks/TabsExtended.module-Bga_JXqh.js +0 -16
- package/chunks/TabsLine.module-BMBZODMz.js +0 -21
- package/chunks/TooltipDesktop.module-tqRh40wY.js +0 -19
- package/chunks/TreeView.module-Bkn2k1RS.js +0 -9
- package/chunks/UploadZoneInput-BceBvb-b.js +0 -33
- package/chunks/constants-BUeoiUro.js +0 -57
- package/chunks/utils-DKorGAMQ.js +0 -73
- package/chunks/utils-Sxh3Du0J.js +0 -24
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
|
@@ -5,8 +5,8 @@ import { jsx as h } from "react/jsx-runtime";
|
|
|
5
5
|
import C from "react";
|
|
6
6
|
import { TreeView as g } from "../../TreeView/TreeView.js";
|
|
7
7
|
import { AccordionBase as u } from "../../AccordionBase/protected/AccordionBase.js";
|
|
8
|
-
import { c as y } from "../../../chunks/vendor-
|
|
9
|
-
const T = "
|
|
8
|
+
import { c as y } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
9
|
+
const T = "collapsableTreeNodeContent__c39f3199", B = {
|
|
10
10
|
collapsableTreeNodeContent: T
|
|
11
11
|
};
|
|
12
12
|
class b extends C.Component {
|
|
@@ -25,27 +25,27 @@ class b extends C.Component {
|
|
|
25
25
|
});
|
|
26
26
|
/** Render-функция для передачи дочерних нод. */
|
|
27
27
|
i(this, "renderBody", (e) => (r) => {
|
|
28
|
-
const { activeNode: t, openedNode: s, hasChildNodes: l } = e, { animating: o } = r, { opened:
|
|
28
|
+
const { activeNode: t, openedNode: s, hasChildNodes: l } = e, { animating: o } = r, { opened: p, renderBody: d } = this.props, { controlled: a } = this.state;
|
|
29
29
|
return e.hasChildNodes ? /* @__PURE__ */ h(g.Group, { children: d({
|
|
30
30
|
activeNode: t,
|
|
31
31
|
animating: o,
|
|
32
32
|
hasChildNodes: l,
|
|
33
|
-
opened:
|
|
33
|
+
opened: a ? p : s,
|
|
34
34
|
toggle: this.toggle(e)
|
|
35
35
|
}) }) : d({
|
|
36
36
|
activeNode: t,
|
|
37
37
|
animating: o,
|
|
38
38
|
hasChildNodes: l,
|
|
39
|
-
opened:
|
|
39
|
+
opened: a ? p : s,
|
|
40
40
|
toggle: this.toggle(e)
|
|
41
41
|
});
|
|
42
42
|
});
|
|
43
43
|
/** Render-функция не сворачиваемой части ноды. */
|
|
44
44
|
i(this, "renderHeader", (e) => (r) => {
|
|
45
|
-
const { activeNode: t, openedNode: s, hasChildNodes: l, isLastNode: o } = e, { animating:
|
|
46
|
-
return
|
|
45
|
+
const { activeNode: t, openedNode: s, hasChildNodes: l, isLastNode: o } = e, { animating: p } = r, { opened: d, renderHeader: a } = this.props, { controlled: m } = this.state;
|
|
46
|
+
return a({
|
|
47
47
|
activeNode: t,
|
|
48
|
-
animating:
|
|
48
|
+
animating: p,
|
|
49
49
|
hasChildNodes: l,
|
|
50
50
|
isLastNode: o,
|
|
51
51
|
opened: m ? d : s,
|
|
@@ -54,18 +54,18 @@ class b extends C.Component {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
render() {
|
|
57
|
-
const { opened: e, onToggle: r, renderBody: t, renderHeader: s, toggle: l, ...o } = this.props, { controlled:
|
|
57
|
+
const { opened: e, onToggle: r, renderBody: t, renderHeader: s, toggle: l, ...o } = this.props, { controlled: p } = this.state;
|
|
58
58
|
return /* @__PURE__ */ h(g.Node, { opened: e, ...o, children: (d) => {
|
|
59
|
-
const
|
|
59
|
+
const a = p ? e : d.openedNode;
|
|
60
60
|
return /* @__PURE__ */ h(
|
|
61
61
|
u,
|
|
62
62
|
{
|
|
63
63
|
expandAnimationClassName: y(B.collapsableTreeNodeContent, {
|
|
64
|
-
collapsed: !
|
|
64
|
+
collapsed: !a
|
|
65
65
|
}),
|
|
66
66
|
renderBody: this.renderBody(d),
|
|
67
67
|
renderHeader: this.renderHeader(d),
|
|
68
|
-
isOpen:
|
|
68
|
+
isOpen: a,
|
|
69
69
|
onToggle: r
|
|
70
70
|
}
|
|
71
71
|
);
|
|
@@ -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-Dlne6Znf.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-BFd_0tH_.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 f } from "../../../chunks/vendor-
|
|
5
|
-
import { s as n } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as f } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
5
|
+
import { s as n } from "../../../chunks/Confirm.module-BFd_0tH_.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 l } 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-Dlne6Znf.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-BFd_0tH_.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-Dlne6Znf.js";
|
|
5
|
+
import { s as l } from "../../../chunks/Confirm.module-BFd_0tH_.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-Dlne6Znf.js";
|
|
3
|
+
import { s as i } from "../../../chunks/Confirm.module-BFd_0tH_.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-TbDWEJtn.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 _ } from "../Button/ButtonIcon.js";
|
|
11
|
+
import { isKey as C } from "../../utils/keyboard.js";
|
|
12
|
+
const b = {
|
|
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
|
}, X = ({
|
|
17
|
-
size:
|
|
18
|
-
postfix:
|
|
19
|
-
maskedInputProps:
|
|
20
|
-
...
|
|
17
|
+
size: s = r.MD,
|
|
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: l,
|
|
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), l == null || l(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(_, { active: t, disabled: p, onClick: M, children: b[s] }),
|
|
39
|
+
x
|
|
39
40
|
] });
|
|
40
|
-
return /* @__PURE__ */
|
|
41
|
+
return /* @__PURE__ */ e(
|
|
41
42
|
T,
|
|
42
43
|
{
|
|
43
|
-
size:
|
|
44
|
+
size: s,
|
|
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
|
};
|
|
@@ -6,7 +6,7 @@ import { EDropdownAlignment as X } 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-DzngoNVf.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -103,7 +103,7 @@ const ee = G.forwardRef((l, r) => {
|
|
|
103
103
|
onKeyDown: _,
|
|
104
104
|
onMouseDown: F,
|
|
105
105
|
...V,
|
|
106
|
-
"data-tx": "1.
|
|
106
|
+
"data-tx": "1.16.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
s.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l, Fragment as m } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { h as D } from "../../chunks/vendor-
|
|
2
|
+
import u, { useContext as f } from "react";
|
|
3
|
+
import { h as D } from "../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
5
|
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.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 M = "
|
|
17
|
+
const M = "datePickerExtendedMobileDropdown__5d124682", E = {
|
|
18
18
|
datePickerExtendedMobileDropdown: M
|
|
19
|
-
}, C =
|
|
19
|
+
}, C = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: s } =
|
|
21
|
+
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: s } = f(x);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -3,26 +3,26 @@ 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-Dlne6Znf.js";
|
|
7
|
+
const E = "dateRange__1f4ff1de", F = "dateRangeButton__3d5bbfa6", h = "separator__665efc27", d = {
|
|
8
8
|
dateRange: E,
|
|
9
9
|
dateRangeButton: F,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
|
-
className:
|
|
13
|
+
className: p,
|
|
14
14
|
value: R,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = C.MONTH,
|
|
18
|
-
hideNavigation:
|
|
18
|
+
hideNavigation: f,
|
|
19
19
|
renderPickerFrom: g,
|
|
20
20
|
renderPickerTo: u,
|
|
21
21
|
renderButtonForward: S,
|
|
22
|
-
renderButtonBack:
|
|
23
|
-
...
|
|
22
|
+
renderButtonBack: b,
|
|
23
|
+
...k
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] = R,
|
|
25
|
+
const [t, a] = R, x = i(d.dateRange, p), 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__983adc28", F = "dateRangeButton__816f8f64", h = "separator
|
|
|
43
43
|
m.add(n, s).format(r)
|
|
44
44
|
]);
|
|
45
45
|
};
|
|
46
|
-
return /* @__PURE__ */ v("div", { className:
|
|
47
|
-
!
|
|
46
|
+
return /* @__PURE__ */ v("div", { className: x, ...k, children: [
|
|
47
|
+
!f && b({
|
|
48
48
|
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
50
50
|
disabled: !(t && a),
|
|
@@ -59,7 +59,7 @@ const E = "dateRange__983adc28", F = "dateRangeButton__816f8f64", h = "separator
|
|
|
59
59
|
onChange: I,
|
|
60
60
|
value: a
|
|
61
61
|
}),
|
|
62
|
-
!
|
|
62
|
+
!f && S({
|
|
63
63
|
children: /* @__PURE__ */ l(Y, { paletteIndex: 5 }),
|
|
64
64
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
65
65
|
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 { k as l } from "../../chunks/vendor-
|
|
6
|
+
import { k as l } from "../../chunks/vendor-Dlne6Znf.js";
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "1.
|
|
10
|
+
let o = "1.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],
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c as g } from "../../chunks/vendor-
|
|
3
|
-
const z = "
|
|
2
|
+
import { c as g } from "../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
+
const z = "divider__c5058568", i = {
|
|
4
4
|
divider: z,
|
|
5
|
-
"marginTopSize-4": "marginTopSize-
|
|
6
|
-
"marginBottomSize-4": "marginBottomSize-
|
|
7
|
-
"marginTopSize-8": "marginTopSize-
|
|
8
|
-
"marginBottomSize-8": "marginBottomSize-
|
|
9
|
-
"marginTopSize-12": "marginTopSize-
|
|
10
|
-
"marginBottomSize-12": "marginBottomSize-
|
|
11
|
-
"marginTopSize-16": "marginTopSize-
|
|
12
|
-
"marginBottomSize-16": "marginBottomSize-
|
|
13
|
-
"marginTopSize-20": "marginTopSize-
|
|
14
|
-
"marginBottomSize-20": "marginBottomSize-
|
|
15
|
-
"marginTopSize-24": "marginTopSize-
|
|
16
|
-
"marginBottomSize-24": "marginBottomSize-
|
|
17
|
-
"marginTopSize-28": "marginTopSize-
|
|
18
|
-
"marginBottomSize-28": "marginBottomSize-
|
|
19
|
-
"marginTopSize-32": "marginTopSize-
|
|
20
|
-
"marginBottomSize-32": "marginBottomSize-
|
|
21
|
-
}, S = (
|
|
22
|
-
const { className: r, marginTopSize:
|
|
5
|
+
"marginTopSize-4": "marginTopSize-4__c6632e8b",
|
|
6
|
+
"marginBottomSize-4": "marginBottomSize-4__ccc27b90",
|
|
7
|
+
"marginTopSize-8": "marginTopSize-8__5100861e",
|
|
8
|
+
"marginBottomSize-8": "marginBottomSize-8__666b02bc",
|
|
9
|
+
"marginTopSize-12": "marginTopSize-12__1988f949",
|
|
10
|
+
"marginBottomSize-12": "marginBottomSize-12__4c245b61",
|
|
11
|
+
"marginTopSize-16": "marginTopSize-16__d75d0b85",
|
|
12
|
+
"marginBottomSize-16": "marginBottomSize-16__5ea2648b",
|
|
13
|
+
"marginTopSize-20": "marginTopSize-20__4a80487a",
|
|
14
|
+
"marginBottomSize-20": "marginBottomSize-20__af931196",
|
|
15
|
+
"marginTopSize-24": "marginTopSize-24__bd94e4c4",
|
|
16
|
+
"marginBottomSize-24": "marginBottomSize-24__72c09923",
|
|
17
|
+
"marginTopSize-28": "marginTopSize-28__04e90f8b",
|
|
18
|
+
"marginBottomSize-28": "marginBottomSize-28__5d6760b4",
|
|
19
|
+
"marginTopSize-32": "marginTopSize-32__63bf750d",
|
|
20
|
+
"marginBottomSize-32": "marginBottomSize-32__c4e2641e"
|
|
21
|
+
}, S = (e) => {
|
|
22
|
+
const { className: r, marginTopSize: o, marginBottomSize: m, ...t } = e, a = g(
|
|
23
23
|
i.divider,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
o && i[`marginTopSize-${o}`],
|
|
25
|
+
m && i[`marginBottomSize-${m}`],
|
|
26
26
|
r
|
|
27
27
|
);
|
|
28
28
|
return /* @__PURE__ */ n("hr", { className: a, ...t });
|
|
@@ -6,23 +6,23 @@ import { EFontType as h, ETextSize as N } from "../Typography/enums.js";
|
|
|
6
6
|
import { getCaretPosition as F, setCaretPosition as R } from "../../utils/inputUtils.js";
|
|
7
7
|
import { StringUtils as B } from "../../utils/stringUtils.js";
|
|
8
8
|
import { isKey as O } from "../../utils/keyboard.js";
|
|
9
|
-
import { c as U } from "../../chunks/vendor-
|
|
9
|
+
import { c as U } from "../../chunks/vendor-Dlne6Znf.js";
|
|
10
10
|
import { Link as Y } from "../Link/Link.js";
|
|
11
|
-
const $ = "
|
|
11
|
+
const $ = "documentNumberEdit__fe8cda72", G = "label__1af64612", H = "inputEditWrapper__ea5f9798", c = {
|
|
12
12
|
documentNumberEdit: $,
|
|
13
13
|
label: G,
|
|
14
14
|
inputEditWrapper: H
|
|
15
15
|
}, V = 6, X = ({
|
|
16
16
|
className: g,
|
|
17
17
|
value: r,
|
|
18
|
-
buttonLabel:
|
|
19
|
-
emptyNumberButtonLabel:
|
|
18
|
+
buttonLabel: _,
|
|
19
|
+
emptyNumberButtonLabel: b,
|
|
20
20
|
emptyNumberLabel: u,
|
|
21
21
|
numberLabel: n,
|
|
22
22
|
maxLength: f = V,
|
|
23
23
|
onBlur: l,
|
|
24
|
-
onChange:
|
|
25
|
-
onKeyDown:
|
|
24
|
+
onChange: a,
|
|
25
|
+
onKeyDown: d,
|
|
26
26
|
...S
|
|
27
27
|
}) => {
|
|
28
28
|
const [p, m] = y(!1), T = z(() => p ? n : r ? `${n} ${r}` : u, [r, n, u, p]), x = () => /* @__PURE__ */ i("div", { className: c.inputEditWrapper, children: /* @__PURE__ */ i(
|
|
@@ -40,16 +40,16 @@ const $ = "documentNumberEdit__770cc69e", G = "label__d7db8e01", H = "inputEditW
|
|
|
40
40
|
) }), I = "0".repeat(f), C = (t) => {
|
|
41
41
|
m(!1), l == null || l(t);
|
|
42
42
|
}, D = (t) => {
|
|
43
|
-
O(t.code, "ENTER") && m(!1),
|
|
43
|
+
O(t.code, "ENTER") && m(!1), d == null || d(t);
|
|
44
44
|
}, M = (t) => {
|
|
45
45
|
const o = F(t.target), s = P(t.target.value), e = s.length - t.target.value.length;
|
|
46
|
-
t.target.value = s, R(t.target, o + e),
|
|
46
|
+
t.target.value = s, R(t.target, o + e), a == null || a(t);
|
|
47
47
|
}, P = (t) => {
|
|
48
48
|
const o = [], s = t.length;
|
|
49
49
|
for (let e = 0; e < s; e++)
|
|
50
50
|
B.isDigit(t[e]) && o.push(t[e]);
|
|
51
51
|
return o.join("");
|
|
52
|
-
}, W = () => /* @__PURE__ */ i(E, { className: c.label, tag: "div", size: N.B3, type: h.SECONDARY, children: /* @__PURE__ */ i(Y, { href: "#", onClick: j, children: r ?
|
|
52
|
+
}, W = () => /* @__PURE__ */ i(E, { className: c.label, tag: "div", size: N.B3, type: h.SECONDARY, children: /* @__PURE__ */ i(Y, { href: "#", onClick: j, children: r ? _ : b }) }), j = (t) => {
|
|
53
53
|
t.preventDefault(), m(!0);
|
|
54
54
|
};
|
|
55
55
|
return /* @__PURE__ */ k("div", { className: U(c.documentNumberEdit, g), children: [
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as U } from "react/jsx-runtime";
|
|
2
2
|
import B, { useState as G, useRef as A, useCallback as s, useEffect as y } from "react";
|
|
3
|
-
import { c as F } from "../../../chunks/vendor-
|
|
3
|
+
import { c as F } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { EDropdownAlignment as w, EDropdownDirection as E } from "../enums.js";
|
|
5
5
|
import { EComponentSize as I } from "../../../enums/EComponentSize.js";
|
|
6
6
|
import { createSizeToClassNameMap as j } from "../../../utils/classNameMaps.js";
|
|
7
7
|
import { useToken as K } from "../../ThemeProvider/useToken.js";
|
|
8
8
|
import { isKey as i } from "../../../utils/keyboard.js";
|
|
9
|
-
const V = "
|
|
9
|
+
const V = "dropdownDesktop__08c968c6", q = "sm__4d294867", J = "md__a9d28d7d", Q = "lg__004a3221", X = "dropdownDesktopOverflowHidden__4f23bd3a", O = {
|
|
10
10
|
dropdownDesktop: V,
|
|
11
11
|
sm: q,
|
|
12
12
|
md: J,
|
|
@@ -86,7 +86,7 @@ const V = "dropdownDesktop__8767350b", q = "sm__c6fcd218", J = "md__702d4027", Q
|
|
|
86
86
|
className: x,
|
|
87
87
|
style: { ...z, ...P },
|
|
88
88
|
...R,
|
|
89
|
-
"data-tx": "1.
|
|
89
|
+
"data-tx": "1.16.0",
|
|
90
90
|
ref: M,
|
|
91
91
|
children: _
|
|
92
92
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as _, jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as y, useRef as B, useState as b, useEffect as f } from "react";
|
|
3
|
-
import { c as z } from "../../../chunks/vendor-
|
|
4
|
-
import { s as C, D as x } from "../../../chunks/DropdownListItem-
|
|
3
|
+
import { c as z } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
+
import { s as C, D as x } from "../../../chunks/DropdownListItem-DzngoNVf.js";
|
|
5
5
|
import { EVENT_KEY_CODES as w } from "../../../utils/keyboard.js";
|
|
6
6
|
import { DropdownListContext as V } from "../DropdownListContext.js";
|
|
7
7
|
import { LoaderSmall as W } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../utils/keyboard.js";
|
|
4
|
-
import "../../../chunks/vendor-
|
|
4
|
+
import "../../../chunks/vendor-Dlne6Znf.js";
|
|
5
5
|
import "../../NotificationIcon/NotificationIcon.js";
|
|
6
|
-
import { D as s } from "../../../chunks/DropdownListItem-
|
|
6
|
+
import { D as s } from "../../../chunks/DropdownListItem-DzngoNVf.js";
|
|
7
7
|
export {
|
|
8
8
|
s as DropdownListItem
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownDesktop as p } from "./DropdownDesktop.js";
|
|
2
2
|
import { DropdownList as e } from "./DropdownList.js";
|
|
3
|
-
import { D as m } from "../../../chunks/DropdownListItem-
|
|
3
|
+
import { D as m } from "../../../chunks/DropdownListItem-DzngoNVf.js";
|
|
4
4
|
export {
|
|
5
5
|
p as DropdownDesktop,
|
|
6
6
|
e as DropdownList,
|
|
@@ -2,7 +2,7 @@ import { EDropdownAlignment as e, EDropdownDirection as p, EDropdownListSize as
|
|
|
2
2
|
import { DropdownListContext as D } from "./DropdownListContext.js";
|
|
3
3
|
import { DropdownDesktop as m } from "./desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as x } from "./desktop/DropdownList.js";
|
|
5
|
-
import { D as l } from "../../chunks/DropdownListItem-
|
|
5
|
+
import { D as l } from "../../chunks/DropdownListItem-DzngoNVf.js";
|
|
6
6
|
import { DropdownMobile as M } from "./mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as L } from "./mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as I } from "./mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import a, { useEffect as m } from "react";
|
|
3
3
|
import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
|
|
4
4
|
import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
|
|
5
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
6
6
|
const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
7
7
|
({ children: t, opened: o, setOpened: s, ...d }, i) => (m(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
|
|
8
8
|
f,
|
|
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
|
10
10
|
...l,
|
|
11
11
|
...d,
|
|
12
12
|
ref: i,
|
|
13
|
-
"data-tx": "1.
|
|
13
|
+
"data-tx": "1.16.0",
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
16
16
|
) }))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor-
|
|
4
|
-
import { s as a } from "../../../chunks/DropdownMobile.module-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
+
import { s as a } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
5
5
|
const i = d.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: m(a.dropdownMobileContent, r), ref: s, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
5
|
-
import { c as p } from "../../../chunks/vendor-
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { c as p } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
7
7
|
const a = t.forwardRef(
|
|
8
8
|
({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
|
|
9
9
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
5
5
|
const p = m.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, t) => /* @__PURE__ */ s("div", { className: a(i.dropdownMobileFooter, r), ref: t, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../chunks/DropdownMobile.module-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
+
import { s as o } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
5
5
|
const n = t.forwardRef(
|
|
6
6
|
({ children: r, className: d, controlButtons: s, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, d), ref: i, ...a, children: [
|
|
7
7
|
/* @__PURE__ */ e("div", { className: o.dropdownMobileHeaderContent, children: r }),
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import y, { useState as l, useEffect as d } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { useToken as B } from "../../ThemeProvider/useToken.js";
|
|
5
|
-
import { s as e } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as e } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
6
6
|
const C = y.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: f,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
-
const e = "
|
|
3
|
+
import { c as d } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
+
const e = "dropdownMobileInput__372f3354", i = {
|
|
5
5
|
dropdownMobileInput: e
|
|
6
6
|
}, l = r.forwardRef(
|
|
7
7
|
({ className: o, ...p }, t) => /* @__PURE__ */ n("input", { className: d(i.dropdownMobileInput, o), ...p, ref: t })
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as p } from "../../../chunks/vendor-
|
|
3
|
+
import { c as p } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { DropdownMobileListItem as n } from "./DropdownMobileListItem.js";
|
|
5
5
|
import { LoaderSmall as f } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as c } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
8
|
import { EComponentSize as L } from "../../../enums/EComponentSize.js";
|
|
9
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
9
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-Ct6WVB7d.js";
|
|
10
10
|
const b = a.forwardRef(
|
|
11
11
|
({ children: e, className: i, loading: m, ...t }, s) => {
|
|
12
12
|
const d = () => /* @__PURE__ */ o(n, { id: "dropdown-mobile-list-loader-item", children: /* @__PURE__ */ o(
|