@sberbusiness/triplex-next 1.13.0 → 1.14.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-CKP4h8-E.js → AlertProcessSpoiler-DALLbh4Y.js} +12 -12
- package/chunks/CalendarViewItem-DE57LdxF.js +101 -0
- package/chunks/Card.module-D18ujhsr.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
- package/chunks/{Chip-DaZ9JtW-.js → Chip-CBP_avtm.js} +10 -10
- package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
- package/chunks/{DropdownListItem-D52nAe3Z.js → DropdownListItem-C6I9gVRb.js} +11 -11
- package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
- package/chunks/Footer.module-BlHDTNCR.js +9 -0
- package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
- package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
- package/chunks/{HeaderTitle.module-Bvdyra1H.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
- package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
- package/chunks/{LightBoxContent-BXDZ6C5k.js → LightBoxContent-Bi0IQWNc.js} +12 -12
- package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
- package/chunks/{ListItemControlsButton-BHqWsm74.js → ListItemControlsButton--Ek4l8AX.js} +11 -11
- package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
- package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
- package/chunks/Notification.module-8g0up3Mn.js +21 -0
- package/chunks/Overlay.module-CJZIns4Y.js +18 -0
- package/chunks/Page.module-Cq-KMJ_J.js +11 -0
- package/chunks/{RightBorderArrow-BomPWl1J.js → RightBorderArrow-BqzM7D6K.js} +9 -9
- package/chunks/SMSField.module-Dpw_velC.js +16 -0
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
- package/chunks/SliderExtendedRail-BxflNPkW.js +40 -0
- package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CmJLz6qx.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
- package/chunks/TableFooter.module-BXib8bAF.js +14 -0
- package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
- package/chunks/TabsLine.module-DY1bt47O.js +21 -0
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
- package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
- package/chunks/{UploadZoneInput-scXVyf90.js → UploadZoneInput--oJn7HTT.js} +8 -8
- package/chunks/{utils-yLrEzIHN.js → utils-6FIQkvvy.js} +8 -8
- package/chunks/utils-B5Py99ZO.js +73 -0
- package/chunks/utils-BX1E8zy3.js +24 -0
- package/chunks/{utils-B-KTHE01.js → utils-Cyb1tecG.js} +5 -5
- package/chunks/{utils-C_xmindK.js → utils-DPkyEvqV.js} +12 -12
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- 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 +10 -10
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Calendar/Calendar.js +45 -44
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +7 -7
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- 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 +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
- 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 +2 -2
- 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 +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +9 -9
- 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 +11 -11
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +25 -24
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- 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/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 +24 -24
- package/components/FormField/components/FormFieldClear.js +18 -18
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +34 -37
- 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 +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +8 -8
- 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 +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +9 -9
- 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 +2 -2
- package/components/LightBox/LightBox.js +23 -23
- 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 +11 -11
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +5 -5
- 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 +3 -3
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +9 -9
- 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 +11 -11
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- 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 +7 -7
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +9 -9
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +20 -20
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +12 -12
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +30 -30
- 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 +8 -8
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- 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 +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- 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 +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- 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 +3 -3
- package/components/Tag/Tag.js +16 -16
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +7 -7
- 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 +22 -22
- 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 +14 -14
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +12 -12
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- 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 +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-h3bxNCuW.js +0 -101
- package/chunks/Card.module-bJptPqpj.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +0 -14
- package/chunks/Confirm.module-BF4VDMnq.js +0 -15
- package/chunks/DropdownMobile.module-ClkvaJLd.js +0 -23
- package/chunks/Footer.module-QvomhMbc.js +0 -9
- package/chunks/FormFieldInput-GtoWWQRE.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +0 -9
- package/chunks/HeaderTabs.module-jYlPSHw3.js +0 -9
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +0 -25
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +0 -9
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +0 -9
- package/chunks/LightBoxControls.module-BkOqYjOz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +0 -8
- package/chunks/ListItemTail.module-CunfwMYT.js +0 -12
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +0 -10
- package/chunks/ModalWindow.module-BHX3St6k.js +0 -17
- package/chunks/Notification.module-C4_TLm8a.js +0 -21
- package/chunks/Overlay.module-B6Jld0v6.js +0 -18
- package/chunks/Page.module-2EjEIDnt.js +0 -11
- package/chunks/SMSField.module-BKVjFcIn.js +0 -16
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +0 -15
- package/chunks/SliderExtendedRail-D96vBE1q.js +0 -40
- package/chunks/StatusTracker.module-BKem67MH.js +0 -24
- package/chunks/TableFooter.module-BAduw_pb.js +0 -14
- package/chunks/TabsExtended.module-D_KXJPSZ.js +0 -16
- package/chunks/TabsLine.module-COfUYGXF.js +0 -21
- package/chunks/TooltipDesktop.module-CG3_T63F.js +0 -19
- package/chunks/TreeView.module-CtJTgfbr.js +0 -9
- package/chunks/utils-CkGPjHGm.js +0 -73
- package/chunks/utils-esDpM0b2.js +0 -24
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
|
@@ -1,50 +1,51 @@
|
|
|
1
|
-
import { jsxs as v, jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as v, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
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
|
-
import { EDateRangeShiftUnit as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
import { EDateRangeShiftUnit as C } from "./enums.js";
|
|
6
|
+
import { c as i } from "../../chunks/vendor-DucOfXwy.js";
|
|
7
|
+
const E = "dateRange__0b7a3d2d", F = "dateRangeButton__9f26897c", h = "separator__faa3388d", d = {
|
|
8
|
+
dateRange: E,
|
|
9
|
+
dateRangeButton: F,
|
|
10
|
+
separator: h
|
|
10
11
|
}, j = ({
|
|
11
12
|
children: y,
|
|
12
|
-
className:
|
|
13
|
-
value:
|
|
13
|
+
className: f,
|
|
14
|
+
value: R,
|
|
14
15
|
onChange: o,
|
|
15
16
|
shiftAmount: n = 1,
|
|
16
|
-
shiftUnit: s =
|
|
17
|
+
shiftUnit: s = C.MONTH,
|
|
17
18
|
hideNavigation: p,
|
|
18
19
|
renderPickerFrom: g,
|
|
19
|
-
renderPickerTo:
|
|
20
|
-
renderButtonForward:
|
|
21
|
-
renderButtonBack:
|
|
20
|
+
renderPickerTo: u,
|
|
21
|
+
renderButtonForward: S,
|
|
22
|
+
renderButtonBack: k,
|
|
22
23
|
...b
|
|
23
24
|
}) => {
|
|
24
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = R, x = i(d.dateRange, f), B = (e) => {
|
|
25
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
26
27
|
}, I = (e) => {
|
|
27
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
28
29
|
}, N = () => {
|
|
29
30
|
if (!t || !a)
|
|
30
31
|
return;
|
|
31
|
-
const e = c(t, r),
|
|
32
|
+
const e = c(t, r), m = c(a, r);
|
|
32
33
|
o([
|
|
33
34
|
e.subtract(n, s).format(r),
|
|
34
|
-
|
|
35
|
+
m.subtract(n, s).format(r)
|
|
35
36
|
]);
|
|
36
37
|
}, _ = () => {
|
|
37
38
|
if (!t || !a)
|
|
38
39
|
return;
|
|
39
|
-
const e = c(t, r),
|
|
40
|
+
const e = c(t, r), m = c(a, r);
|
|
40
41
|
o([
|
|
41
42
|
e.add(n, s).format(r),
|
|
42
|
-
|
|
43
|
+
m.add(n, s).format(r)
|
|
43
44
|
]);
|
|
44
45
|
};
|
|
45
46
|
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
46
|
-
!p &&
|
|
47
|
-
children: /* @__PURE__ */
|
|
47
|
+
!p && k({
|
|
48
|
+
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
48
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
49
50
|
disabled: !(t && a),
|
|
50
51
|
onClick: N
|
|
@@ -53,13 +54,13 @@ const C = "dateRange__619be0e9", E = "dateRangeButton__2f7a1cb9", F = "separator
|
|
|
53
54
|
onChange: B,
|
|
54
55
|
value: t
|
|
55
56
|
}),
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
57
|
+
/* @__PURE__ */ l(M, { className: d.separator, paletteIndex: 5 }),
|
|
58
|
+
u({
|
|
58
59
|
onChange: I,
|
|
59
60
|
value: a
|
|
60
61
|
}),
|
|
61
|
-
!p &&
|
|
62
|
-
children: /* @__PURE__ */
|
|
62
|
+
!p && S({
|
|
63
|
+
children: /* @__PURE__ */ l(Y, { paletteIndex: 5 }),
|
|
63
64
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
64
65
|
disabled: !(t && a),
|
|
65
66
|
onClick: _
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ETriplexNextTheme as i } from "../ThemeProvider/ETriplexNextTheme.js";
|
|
2
|
-
import { DesignTokensCore as
|
|
2
|
+
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 {
|
|
6
|
+
import { k as l } from "../../chunks/vendor-DucOfXwy.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.14.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
|
-
(
|
|
13
|
-
t[e][
|
|
12
|
+
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
|
+
t[e][T],
|
|
14
14
|
s
|
|
15
15
|
)};`
|
|
16
16
|
).join(`
|
|
@@ -34,12 +34,12 @@ const n = {
|
|
|
34
34
|
let e = "";
|
|
35
35
|
switch (t) {
|
|
36
36
|
case i.LIGHT: {
|
|
37
|
-
const r =
|
|
37
|
+
const r = l({}, s, m, c);
|
|
38
38
|
e = n.getStyleByTokens(r);
|
|
39
39
|
break;
|
|
40
40
|
}
|
|
41
41
|
case i.DARK: {
|
|
42
|
-
const r =
|
|
42
|
+
const r = l(
|
|
43
43
|
{},
|
|
44
44
|
s,
|
|
45
45
|
a,
|
|
@@ -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-DucOfXwy.js";
|
|
3
|
+
const z = "divider__0fe45d4a", 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: a, marginTopSize: o, marginBottomSize:
|
|
5
|
+
"marginTopSize-4": "marginTopSize-4__c6146f0e",
|
|
6
|
+
"marginBottomSize-4": "marginBottomSize-4__98dc9860",
|
|
7
|
+
"marginTopSize-8": "marginTopSize-8__a95dbd5e",
|
|
8
|
+
"marginBottomSize-8": "marginBottomSize-8__cfb243fc",
|
|
9
|
+
"marginTopSize-12": "marginTopSize-12__66bd219a",
|
|
10
|
+
"marginBottomSize-12": "marginBottomSize-12__5ee0c719",
|
|
11
|
+
"marginTopSize-16": "marginTopSize-16__dbfff488",
|
|
12
|
+
"marginBottomSize-16": "marginBottomSize-16__fe3588d3",
|
|
13
|
+
"marginTopSize-20": "marginTopSize-20__de159d52",
|
|
14
|
+
"marginBottomSize-20": "marginBottomSize-20__dca7a008",
|
|
15
|
+
"marginTopSize-24": "marginTopSize-24__da159e03",
|
|
16
|
+
"marginBottomSize-24": "marginBottomSize-24__ee7cd560",
|
|
17
|
+
"marginTopSize-28": "marginTopSize-28__32511fcc",
|
|
18
|
+
"marginBottomSize-28": "marginBottomSize-28__3dffde74",
|
|
19
|
+
"marginTopSize-32": "marginTopSize-32__d5e041ac",
|
|
20
|
+
"marginBottomSize-32": "marginBottomSize-32__2091494e"
|
|
21
|
+
}, S = (m) => {
|
|
22
|
+
const { className: a, marginTopSize: o, marginBottomSize: e, ...r } = m, t = g(
|
|
23
23
|
i.divider,
|
|
24
24
|
o && i[`marginTopSize-${o}`],
|
|
25
|
-
|
|
25
|
+
e && i[`marginBottomSize-${e}`],
|
|
26
26
|
a
|
|
27
27
|
);
|
|
28
28
|
return /* @__PURE__ */ n("hr", { className: t, ...r });
|
|
@@ -6,26 +6,26 @@ 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-DucOfXwy.js";
|
|
10
10
|
import { Link as Y } from "../Link/Link.js";
|
|
11
|
-
const $ = "
|
|
11
|
+
const $ = "documentNumberEdit__b49f2d65", G = "label__7d9d155a", H = "inputEditWrapper__0eb92f76", n = {
|
|
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: b,
|
|
19
|
+
emptyNumberButtonLabel: _,
|
|
20
20
|
emptyNumberLabel: u,
|
|
21
|
-
numberLabel:
|
|
21
|
+
numberLabel: c,
|
|
22
22
|
maxLength: f = V,
|
|
23
23
|
onBlur: l,
|
|
24
24
|
onChange: a,
|
|
25
25
|
onKeyDown: d,
|
|
26
26
|
...S
|
|
27
27
|
}) => {
|
|
28
|
-
const [p, m] = y(!1), T = z(() => p ?
|
|
28
|
+
const [p, m] = y(!1), T = z(() => p ? c : r ? `${c} ${r}` : u, [r, c, u, p]), x = () => /* @__PURE__ */ i("div", { className: n.inputEditWrapper, children: /* @__PURE__ */ i(
|
|
29
29
|
A,
|
|
30
30
|
{
|
|
31
31
|
...S,
|
|
@@ -49,11 +49,11 @@ const $ = "documentNumberEdit__80dd69a3", G = "label__cc5de665", H = "inputEditW
|
|
|
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:
|
|
52
|
+
}, W = () => /* @__PURE__ */ i(E, { className: n.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
|
-
return /* @__PURE__ */ k("div", { className: U(
|
|
56
|
-
/* @__PURE__ */ i(E, { className:
|
|
55
|
+
return /* @__PURE__ */ k("div", { className: U(n.documentNumberEdit, g), children: [
|
|
56
|
+
/* @__PURE__ */ i(E, { className: n.label, tag: "div", size: N.B3, type: h.SECONDARY, children: T }),
|
|
57
57
|
p ? x() : W()
|
|
58
58
|
] });
|
|
59
59
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as B } from "react/jsx-runtime";
|
|
2
2
|
import G, { useState as M, useRef as T, useCallback as i, useEffect as y } from "react";
|
|
3
|
-
import { c as F } from "../../../chunks/vendor-
|
|
3
|
+
import { c as F } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { EDropdownAlignment as a, EDropdownDirection as D } from "../enums.js";
|
|
5
5
|
import { isKey as d } from "../../../utils/keyboard.js";
|
|
6
6
|
import { useToken as I } from "../../ThemeProvider/useToken.js";
|
|
7
7
|
import { EComponentSize as j } from "../../../enums/EComponentSize.js";
|
|
8
|
-
const K = "
|
|
8
|
+
const K = "dropdownDesktop__f4b63908", V = "dropdownDesktopOverflowHidden__bd9a238b", O = {
|
|
9
9
|
dropdownDesktop: K,
|
|
10
|
-
"dropdownDesktop-sm": "dropdownDesktop-
|
|
11
|
-
"dropdownDesktop-md": "dropdownDesktop-
|
|
12
|
-
"dropdownDesktop-lg": "dropdownDesktop-
|
|
10
|
+
"dropdownDesktop-sm": "dropdownDesktop-sm__0a00984c",
|
|
11
|
+
"dropdownDesktop-md": "dropdownDesktop-md__3c6f2acb",
|
|
12
|
+
"dropdownDesktop-lg": "dropdownDesktop-lg__9820d13a",
|
|
13
13
|
dropdownDesktopOverflowHidden: V
|
|
14
14
|
}, A = O.dropdownDesktopOverflowHidden, $ = G.forwardRef((P, p) => {
|
|
15
15
|
const {
|
|
@@ -24,7 +24,7 @@ const K = "dropdownDesktop__4f614b0d", V = "dropdownDesktopOverflowHidden__1ff67
|
|
|
24
24
|
targetRef: _,
|
|
25
25
|
size: W = j.MD,
|
|
26
26
|
...R
|
|
27
|
-
} = P, { scopeClassName: S } = I(), [x,
|
|
27
|
+
} = P, { scopeClassName: S } = I(), [x, b] = M({ opacity: 0 }), s = T(null), h = T({ height: 0, width: 0 }), U = F(O.dropdownDesktop, S, C, O[`dropdownDesktop-${W}`]), k = i(
|
|
28
28
|
(e) => {
|
|
29
29
|
var o;
|
|
30
30
|
(o = s.current) != null && o.contains(e.target) || e.preventDefault();
|
|
@@ -41,7 +41,7 @@ const K = "dropdownDesktop__4f614b0d", V = "dropdownDesktopOverflowHidden__1ff67
|
|
|
41
41
|
e ? (document.addEventListener("wheel", k, { passive: !1 }), document.addEventListener("keydown", E)) : (document.removeEventListener("wheel", k), document.removeEventListener("keydown", E));
|
|
42
42
|
},
|
|
43
43
|
[k, E]
|
|
44
|
-
),
|
|
44
|
+
), H = i(
|
|
45
45
|
(e, o, t) => {
|
|
46
46
|
const n = u ? t.width : Math.max(t.width, o.width);
|
|
47
47
|
m === a.AUTO ? t.right - n > 0 ? e.left = t.right - n : t.left + n < document.documentElement.clientWidth ? e.left = t.left : e.left = t.right - n : m === a.RIGHT ? e.left = t.right - n : m === a.LEFT && (e.left = t.left);
|
|
@@ -56,11 +56,11 @@ const K = "dropdownDesktop__4f614b0d", V = "dropdownDesktopOverflowHidden__1ff67
|
|
|
56
56
|
const { current: e } = s, { current: o } = _;
|
|
57
57
|
if (e && o) {
|
|
58
58
|
const t = e.getBoundingClientRect(), n = o.getBoundingClientRect(), c = {};
|
|
59
|
-
u ? c.width = n.width : c.minWidth = n.width, L(c, t, n),
|
|
59
|
+
u ? c.width = n.width : c.minWidth = n.width, L(c, t, n), H(c, t, n), h.current = { height: t.height, width: t.width }, b(c);
|
|
60
60
|
}
|
|
61
|
-
}, [_, u, L,
|
|
61
|
+
}, [_, u, L, H]);
|
|
62
62
|
y(() => {
|
|
63
|
-
f ? r() : (h.current = { height: 0, width: 0 },
|
|
63
|
+
f ? r() : (h.current = { height: 0, width: 0 }, b({ opacity: 0 }));
|
|
64
64
|
}, [f, r]), y(() => {
|
|
65
65
|
if (s.current) {
|
|
66
66
|
const { width: e, height: o } = s.current.getBoundingClientRect();
|
|
@@ -85,7 +85,7 @@ const K = "dropdownDesktop__4f614b0d", V = "dropdownDesktopOverflowHidden__1ff67
|
|
|
85
85
|
className: U,
|
|
86
86
|
style: { ...x, ...N },
|
|
87
87
|
...R,
|
|
88
|
-
"data-tx": "1.
|
|
88
|
+
"data-tx": "1.14.0",
|
|
89
89
|
ref: z,
|
|
90
90
|
children: g
|
|
91
91
|
}
|
|
@@ -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-DucOfXwy.js";
|
|
4
|
+
import { s as C, D as x } from "../../../chunks/DropdownListItem-C6I9gVRb.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-DucOfXwy.js";
|
|
5
5
|
import "../../NotificationIcon/NotificationIcon.js";
|
|
6
|
-
import { D as s } from "../../../chunks/DropdownListItem-
|
|
6
|
+
import { D as s } from "../../../chunks/DropdownListItem-C6I9gVRb.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-C6I9gVRb.js";
|
|
4
4
|
export {
|
|
5
5
|
p as DropdownDesktop,
|
|
6
6
|
e as DropdownList,
|
|
@@ -2,7 +2,7 @@ import { Dropdown as e } from "./Dropdown.js";
|
|
|
2
2
|
import { DropdownListContext as t } from "./DropdownListContext.js";
|
|
3
3
|
import { DropdownDesktop as d } from "./desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as i } from "./desktop/DropdownList.js";
|
|
5
|
-
import { D as w } from "../../chunks/DropdownListItem-
|
|
5
|
+
import { D as w } from "../../chunks/DropdownListItem-C6I9gVRb.js";
|
|
6
6
|
import { DropdownMobile as f } from "./mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as b } from "./mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as s } 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-ppF6TvoG.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.14.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-DucOfXwy.js";
|
|
4
|
+
import { s as a } from "../../../chunks/DropdownMobile.module-ppF6TvoG.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-DucOfXwy.js";
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-ppF6TvoG.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-DucOfXwy.js";
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-ppF6TvoG.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-DucOfXwy.js";
|
|
4
|
+
import { s as o } from "../../../chunks/DropdownMobile.module-ppF6TvoG.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-DucOfXwy.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-ppF6TvoG.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-DucOfXwy.js";
|
|
4
|
+
const e = "dropdownMobileInput__c9011d8e", 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-DucOfXwy.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-ppF6TvoG.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(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import x from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-
|
|
3
|
+
import { c } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { Text as I } from "../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as w } from "../../Typography/enums.js";
|
|
6
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-ppF6TvoG.js";
|
|
7
7
|
import { NotificationIcon as N } from "../../NotificationIcon/NotificationIcon.js";
|
|
8
8
|
const b = x.forwardRef(
|
|
9
9
|
({ children: o, className: m, id: y, onClick: t, onSelect: i, selected: s, showNotificationIcon: a, ...e }, p) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
3
|
import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
4
4
|
import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
|
|
5
5
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
7
|
+
import { s } from "../../../chunks/DropdownMobile.module-ppF6TvoG.js";
|
|
8
8
|
const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-DucOfXwy.js";
|
|
3
3
|
import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "dropdownMobileMaskedInput__e713e3b4", r = {
|
|
5
5
|
dropdownMobileMaskedInput: t
|
|
6
|
-
}, n = ({ className:
|
|
6
|
+
}, n = ({ className: e, ...s }) => /* @__PURE__ */ p(o, { className: d(r.dropdownMobileMaskedInput, e), ...s });
|
|
7
7
|
n.presets = o.presets;
|
|
8
8
|
export {
|
|
9
9
|
n as DropdownMobileMaskedInput
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../chunks/vendor-
|
|
4
|
-
const c = "
|
|
3
|
+
import { c as m } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const c = "ellipsisLineClamp__55450929", r = "oneLine__3dd5c87b", e = {
|
|
5
5
|
ellipsisLineClamp: c,
|
|
6
6
|
oneLine: r
|
|
7
|
-
},
|
|
8
|
-
({ children: i, maxLines: s, className: l, ...n },
|
|
9
|
-
const
|
|
10
|
-
return /* @__PURE__ */
|
|
7
|
+
}, d = t.forwardRef(
|
|
8
|
+
({ children: i, maxLines: s, className: l, ...n }, o) => {
|
|
9
|
+
const p = m(e.ellipsisLineClamp, { [e.oneLine]: s === 1 }, l);
|
|
10
|
+
return /* @__PURE__ */ a(
|
|
11
11
|
"div",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
13
|
+
className: p,
|
|
14
14
|
style: { "--ellipsis-line-clamp": s },
|
|
15
15
|
...n,
|
|
16
|
-
"data-tx": "1.
|
|
17
|
-
ref:
|
|
16
|
+
"data-tx": "1.14.0",
|
|
17
|
+
ref: o,
|
|
18
18
|
children: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
d.displayName = "Ellipsis";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
d as Ellipsis
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=Ellipsis.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
const F = "
|
|
2
|
+
import N, { useRef as A } from "react";
|
|
3
|
+
import { A as U, c as j } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
const F = "expandAnimation__821bfc08", I = {
|
|
5
5
|
expandAnimation: F
|
|
6
|
-
}, L = 300, M =
|
|
6
|
+
}, L = 300, M = N.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: y,
|
|
9
|
-
className:
|
|
9
|
+
className: E,
|
|
10
10
|
expanded: v,
|
|
11
11
|
animationTime: x = L,
|
|
12
12
|
style: R,
|
|
@@ -15,13 +15,13 @@ const F = "expandAnimation__f0247968", I = {
|
|
|
15
15
|
transitionProps: e,
|
|
16
16
|
..._
|
|
17
17
|
}, f) => {
|
|
18
|
-
const m =
|
|
18
|
+
const m = A({
|
|
19
19
|
entering: { height: void 0, overflow: "hidden" },
|
|
20
20
|
entered: {},
|
|
21
21
|
exiting: { height: 0, overflow: "hidden" },
|
|
22
22
|
exited: { height: 0, overflow: "hidden", visibility: "hidden" },
|
|
23
23
|
unmounted: {}
|
|
24
|
-
}), l =
|
|
24
|
+
}), l = A(null), w = (c) => {
|
|
25
25
|
var u;
|
|
26
26
|
l.current && (m.current.entering.height = l.current.scrollHeight), d == null || d(), (u = e == null ? void 0 : e.onEnter) == null || u.call(e, c);
|
|
27
27
|
}, H = (c) => {
|
|
@@ -30,14 +30,14 @@ const F = "expandAnimation__f0247968", I = {
|
|
|
30
30
|
}, T = () => {
|
|
31
31
|
var c;
|
|
32
32
|
l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
|
|
33
|
-
},
|
|
33
|
+
}, b = () => {
|
|
34
34
|
var c;
|
|
35
35
|
h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
|
|
36
|
-
},
|
|
36
|
+
}, D = (c) => {
|
|
37
37
|
l.current = c, typeof f == "function" ? f(c) : f && (f.current = c);
|
|
38
38
|
};
|
|
39
39
|
return /* @__PURE__ */ g(
|
|
40
|
-
|
|
40
|
+
U,
|
|
41
41
|
{
|
|
42
42
|
in: v,
|
|
43
43
|
timeout: x,
|
|
@@ -46,18 +46,18 @@ const F = "expandAnimation__f0247968", I = {
|
|
|
46
46
|
onEnter: w,
|
|
47
47
|
onEntered: H,
|
|
48
48
|
onExit: T,
|
|
49
|
-
onExited:
|
|
49
|
+
onExited: b,
|
|
50
50
|
children: (c) => /* @__PURE__ */ g(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
53
|
-
className: j(I.expandAnimation,
|
|
53
|
+
className: j(I.expandAnimation, E),
|
|
54
54
|
style: {
|
|
55
55
|
transitionDuration: x + "ms",
|
|
56
56
|
...m.current[c],
|
|
57
57
|
...R
|
|
58
58
|
},
|
|
59
59
|
..._,
|
|
60
|
-
ref:
|
|
60
|
+
ref: D,
|
|
61
61
|
children: y
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
|
|
|
5
5
|
import "./components/FooterDescriptionContent.js";
|
|
6
6
|
const p = Object.assign(
|
|
7
7
|
i.forwardRef(function({ children: o, ...t }, r) {
|
|
8
|
-
return /* @__PURE__ */ e("div", { ...t, "data-tx": "1.
|
|
8
|
+
return /* @__PURE__ */ e("div", { ...t, "data-tx": "1.14.0", ref: r, children: o });
|
|
9
9
|
}),
|
|
10
10
|
{
|
|
11
11
|
Description: m
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
|
|
4
4
|
import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
|
|
5
|
-
import { c as p } from "../../../chunks/vendor-
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
5
|
+
import { c as p } from "../../../chunks/vendor-DucOfXwy.js";
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-BlHDTNCR.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
s.forwardRef(function({ children: o, className: t, ...r }, e) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: p(c.footerDescription, t), ...r, ref: e, children: o });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-BlHDTNCR.js";
|
|
5
5
|
const a = i.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, children: o })
|
|
7
7
|
);
|