@sberbusiness/triplex-next 1.21.0 → 1.22.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/README.md +54 -25
- package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +39 -0
- package/chunks/CalendarViewItem-UwoR2Xwr.js +101 -0
- package/chunks/Card.module-CPD2xDmu.js +17 -0
- package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +15 -0
- package/chunks/{Chip-CtmEt4Cp.js → Chip-Bxr2kLyU.js} +18 -18
- package/chunks/Confirm.module-CmYpxyDp.js +15 -0
- package/chunks/{DropdownListItem-gGRZUigY.js → DropdownListItem-Dl8gN2ar.js} +18 -18
- package/chunks/DropdownMobile.module-l5rlPxNK.js +23 -0
- package/chunks/Footer.module-CjY-6G8t.js +9 -0
- package/chunks/FormFieldInput--W9kjf4s.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +9 -0
- package/chunks/HeaderTabs.module-Clz5KbqR.js +9 -0
- package/chunks/{HeaderTitle.module-G-lXVibC.js → HeaderTitle.module-DUqjpN6C.js} +2 -2
- package/chunks/IslandAccordion.module-CPVWJz-Z.js +25 -0
- package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +9 -0
- package/chunks/IslandWidgetHeader.module-CQVHkydc.js +12 -0
- package/chunks/{LightBoxContent-Dwdsxv-p.js → LightBoxContent-CBpCA29-.js} +9 -9
- package/chunks/LightBoxControls.module-6rLkTPqp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +9 -0
- package/chunks/{ListItemControlsButton-CXrdUtOj.js → ListItemControlsButton-BZSR-ESi.js} +5 -5
- package/chunks/ListItemTail.module-TZkbhx39.js +12 -0
- package/chunks/ListMasterFooter.module-BJocFxEb.js +10 -0
- package/chunks/ModalWindow.module-CACqfnx4.js +17 -0
- package/chunks/Notification.module-ByKcbqB9.js +20 -0
- package/chunks/Overlay.module-fYkVPgjL.js +18 -0
- package/chunks/Page.module-Bhn0Pz59.js +11 -0
- package/chunks/{RightBorderArrow-BStHeZkJ.js → RightBorderArrow-C390Za7P.js} +8 -8
- package/chunks/SMSField.module-KA-eacXJ.js +16 -0
- package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +15 -0
- package/chunks/{SliderExtendedRail-1zC_WMFD.js → SliderExtendedRail-Dld8UNeR.js} +15 -15
- package/chunks/StatusTracker.module-B8xoFRr0.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-Cf_uwjFP.js +14 -0
- package/chunks/TableFooter.module-b8TKJFW8.js +14 -0
- package/chunks/TabsExtended.module-k8oKnmv6.js +16 -0
- package/chunks/TabsLine.module-BLpqn-ZP.js +21 -0
- package/chunks/TooltipDesktop.module-DgogF0cV.js +19 -0
- package/chunks/TreeView.module-lJCCAWQb.js +9 -0
- package/chunks/{UploadZoneInput--cEsI9GG.js → UploadZoneInput-CQYsDdG_.js} +8 -8
- package/chunks/{constants-Dag2NxzH.js → constants-Crak3JEf.js} +14 -14
- package/chunks/utils-CS30w_en.js +73 -0
- package/chunks/{utils-mDzXEbG8.js → utils-Dq2VA3Zd.js} +6 -6
- package/chunks/{utils-C81PwsD3.js → utils-R-JQhhgt.js} +2 -2
- package/chunks/utils-Z8JNo8tP.js +28 -0
- package/chunks/{vendor-CuCj7SgU.js → vendor-BiObpx9E.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +6 -6
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +12 -12
- package/components/Badge/Badge.js +14 -14
- package/components/Badge/BadgeDot.js +3 -3
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +16 -16
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +91 -78
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +2 -2
- 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 +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 +12 -12
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/index.js +6 -2
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +11 -12
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +9 -10
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +20 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
- 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 +5 -5
- package/components/DatePickerExtended/DatePickerExtended.js +3 -3
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
- package/components/DateRange/DateRange.js +8 -8
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Tabs.js +0 -18
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.js +7 -0
- package/components/Dropdown/desktop/index.js +8 -4
- package/components/Dropdown/index.js +24 -25
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +23 -23
- 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 +70 -78
- package/components/FormField/FormFieldContext.js +16 -14
- package/components/FormField/components/FormFieldClear.js +25 -23
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +33 -33
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +62 -35
- package/components/FormField/components/index.js +23 -0
- package/components/FormField/components/utils.js +5 -0
- package/components/FormField/index.js +25 -25
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +14 -14
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +5 -5
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +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 +9 -9
- package/components/LightBox/LightBox.js +16 -16
- 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 +12 -12
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +10 -10
- package/components/List/List.js +7 -7
- 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 +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +2 -2
- 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 +2 -2
- package/components/List/components/ListSortableItemTarget.js +5 -5
- 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 +9 -9
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- 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/MultiselectField/components/MultiselectFieldDropdown.js +49 -33
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +26 -19
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +5 -5
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +35 -32
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- 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 +6 -6
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +14 -14
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +11 -11
- 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 +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +39 -39
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +18 -18
- 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 +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +7 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +26 -25
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
- 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 +18 -18
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- 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 +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
- 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 +16 -16
- package/components/TabsExtended/TabsExtended.js +22 -22
- 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 +37 -18
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +3 -3
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +49 -47
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +5 -5
- package/components/ThemeProvider/ThemeProvider.js +18 -20
- package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- 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 +12 -12
- package/components/TopOverlay/TopOverlay.js +11 -11
- 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 +28 -28
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +19 -19
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- 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 +541 -538
- package/index.d.ts +51 -25
- package/index.js +577 -574
- package/package.json +2 -3
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-io5SjBK8.js +0 -39
- package/chunks/CalendarViewItem-CW39vnxU.js +0 -101
- package/chunks/Card.module-wkZoieJo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +0 -15
- package/chunks/Confirm.module-Bi0IoVgW.js +0 -15
- package/chunks/DropdownMobile.module-D1Tda3VC.js +0 -23
- package/chunks/Footer.module-dEM87TWq.js +0 -9
- package/chunks/FormFieldInput-BXZLkCG-.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +0 -9
- package/chunks/HeaderTabs.module-lGf7L-VN.js +0 -9
- package/chunks/IslandAccordion.module-CmJ_07-4.js +0 -25
- package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +0 -9
- package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +0 -12
- package/chunks/LightBoxControls.module-C0ehN4OK.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +0 -9
- package/chunks/ListItemTail.module-t77bOXMm.js +0 -12
- package/chunks/ListMasterFooter.module-S-2GdDuq.js +0 -10
- package/chunks/ModalWindow.module-BNDWxL9E.js +0 -17
- package/chunks/Notification.module-BukggXdi.js +0 -20
- package/chunks/Overlay.module-DNkYF6tu.js +0 -18
- package/chunks/Page.module-Bz9n-Dho.js +0 -11
- package/chunks/SMSField.module-DBEf-aa7.js +0 -16
- package/chunks/SliderExtendedMarks.module-QVPE-s18.js +0 -15
- package/chunks/StatusTracker.module-_Hh_EXXG.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-DP7pX8_2.js +0 -14
- package/chunks/TableFooter.module-nim97iDm.js +0 -14
- package/chunks/TabsExtended.module-33reL6bh.js +0 -16
- package/chunks/TabsLine.module-BS4pWC4f.js +0 -21
- package/chunks/TooltipDesktop.module-CU1qQ4fM.js +0 -19
- package/chunks/TreeView.module-7JefvvHQ.js +0 -9
- package/chunks/utils-DKXtpqrd.js +0 -73
- package/chunks/utils-wIML3CoI.js +0 -27
- package/components/Dropdown/enums.js +0 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EMarkerStatus as s } from "../components/Marker/enums.js";
|
|
2
|
-
const a = "
|
|
2
|
+
const a = "marker__07c80958", c = "success__15ae8edc", e = "error__59fedd9d", n = "warning__3ec23dda", t = "waiting__a8c2c69a", r = {
|
|
3
3
|
marker: a,
|
|
4
|
-
success:
|
|
5
|
-
error:
|
|
6
|
-
warning:
|
|
7
|
-
waiting:
|
|
4
|
+
success: c,
|
|
5
|
+
error: e,
|
|
6
|
+
warning: n,
|
|
7
|
+
waiting: t
|
|
8
8
|
}, i = {
|
|
9
9
|
[s.SUCCESS]: r.success,
|
|
10
10
|
[s.ERROR]: r.error,
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
r as a,
|
|
16
16
|
i as s
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=utils-
|
|
18
|
+
//# sourceMappingURL=utils-Dq2VA3Zd.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EIslandType as e } from "../components/Island/enums.js";
|
|
2
|
-
const p = "
|
|
2
|
+
const p = "island__e7cc10da", _ = "type1__3f79366e", c = "type2__cf11beb7", n = "type3__94a077fd", y = "sm__71824230", a = "md__4298de9b", o = "lg__e90e98f3", t = {
|
|
3
3
|
island: p,
|
|
4
4
|
type1: _,
|
|
5
5
|
type2: c,
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
d as m,
|
|
22
22
|
t as s
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=utils-
|
|
24
|
+
//# sourceMappingURL=utils-R-JQhhgt.js.map
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ETabsExtendedType as n } from "../components/TabsExtended/enums.js";
|
|
2
|
+
import { EComponentSize as t } from "../enums/EComponentSize.js";
|
|
3
|
+
import { ETextSize as e } from "../components/Typography/enums.js";
|
|
4
|
+
const s = "tabsExtendedTabButton__592ed872", _ = "notificationIcon__418246e6", d = "lg__4adf23dd", a = "md__e44e3dae", T = "sm__bd731507", E = "tabsExtendedTabButtonTextDefault__b9c44c52", c = "tabsExtendedTabButtonTextHover__f8757438", b = "selected__7047809e", x = "type1__2299ef6b", i = "type2__8d732757", o = {
|
|
5
|
+
tabsExtendedTabButton: s,
|
|
6
|
+
notificationIcon: _,
|
|
7
|
+
lg: d,
|
|
8
|
+
md: a,
|
|
9
|
+
sm: T,
|
|
10
|
+
tabsExtendedTabButtonTextDefault: E,
|
|
11
|
+
tabsExtendedTabButtonTextHover: c,
|
|
12
|
+
selected: b,
|
|
13
|
+
type1: x,
|
|
14
|
+
type2: i
|
|
15
|
+
}, f = {
|
|
16
|
+
[t.LG]: e.B2,
|
|
17
|
+
[t.MD]: e.B3,
|
|
18
|
+
[t.SM]: e.B4
|
|
19
|
+
}, u = {
|
|
20
|
+
[n.TYPE_1]: o.type1,
|
|
21
|
+
[n.TYPE_2]: o.type2
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
u as T,
|
|
25
|
+
f as a,
|
|
26
|
+
o as s
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=utils-Z8JNo8tP.js.map
|
|
@@ -1210,9 +1210,6 @@ var eA = oE(function(t, r, i, a) {
|
|
|
1210
1210
|
function $D(t, r) {
|
|
1211
1211
|
return Tb(t, r);
|
|
1212
1212
|
}
|
|
1213
|
-
function UD(t) {
|
|
1214
|
-
return t === void 0;
|
|
1215
|
-
}
|
|
1216
1213
|
function tA(t, r, i, a) {
|
|
1217
1214
|
if (!_t(t))
|
|
1218
1215
|
return t;
|
|
@@ -1241,7 +1238,7 @@ function nA(t, r) {
|
|
|
1241
1238
|
return KC(t, a);
|
|
1242
1239
|
});
|
|
1243
1240
|
}
|
|
1244
|
-
var
|
|
1241
|
+
var UD = LO(function(t, r) {
|
|
1245
1242
|
return t == null ? {} : nA(t, r);
|
|
1246
1243
|
}), iA = Math.ceil, aA = Math.max;
|
|
1247
1244
|
function oA(t, r, i, a) {
|
|
@@ -1254,8 +1251,8 @@ function uA(t) {
|
|
|
1254
1251
|
return a && typeof a != "number" && fb(r, i, a) && (i = a = void 0), r = Iu(r), i === void 0 ? (i = r, r = 0) : i = Iu(i), a = a === void 0 ? r < i ? 1 : -1 : Iu(a), oA(r, i, a);
|
|
1255
1252
|
};
|
|
1256
1253
|
}
|
|
1257
|
-
var
|
|
1258
|
-
function
|
|
1254
|
+
var WD = uA(), sA = "Expected a function";
|
|
1255
|
+
function kD(t, r, i) {
|
|
1259
1256
|
var a = !0, u = !0;
|
|
1260
1257
|
if (typeof t != "function")
|
|
1261
1258
|
throw new TypeError(sA);
|
|
@@ -1266,7 +1263,7 @@ function GD(t, r, i) {
|
|
|
1266
1263
|
});
|
|
1267
1264
|
}
|
|
1268
1265
|
var fA = 0;
|
|
1269
|
-
function
|
|
1266
|
+
function GD(t) {
|
|
1270
1267
|
var r = ++fA;
|
|
1271
1268
|
return gb(t) + r;
|
|
1272
1269
|
}
|
|
@@ -1625,7 +1622,7 @@ function lA() {
|
|
|
1625
1622
|
})(qa)), qa.exports;
|
|
1626
1623
|
}
|
|
1627
1624
|
var dA = lA();
|
|
1628
|
-
const
|
|
1625
|
+
const KD = /* @__PURE__ */ oo(dA);
|
|
1629
1626
|
var fi = { exports: {} };
|
|
1630
1627
|
/**
|
|
1631
1628
|
* @license
|
|
@@ -5316,7 +5313,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5316
5313
|
}).call(hA);
|
|
5317
5314
|
})(fi, fi.exports)), fi.exports;
|
|
5318
5315
|
}
|
|
5319
|
-
var
|
|
5316
|
+
var jD = pA();
|
|
5320
5317
|
function ka() {
|
|
5321
5318
|
return ka = Object.assign ? Object.assign.bind() : function(t) {
|
|
5322
5319
|
for (var r = 1; r < arguments.length; r++) {
|
|
@@ -7667,7 +7664,7 @@ function sR() {
|
|
|
7667
7664
|
}, Ia.exports = D, Ia.exports.FocusTrap = D, Ia.exports;
|
|
7668
7665
|
}
|
|
7669
7666
|
var fR = sR();
|
|
7670
|
-
const
|
|
7667
|
+
const zD = /* @__PURE__ */ oo(fR);
|
|
7671
7668
|
function cR() {
|
|
7672
7669
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
7673
7670
|
}
|
|
@@ -7782,7 +7779,7 @@ function Kb(t) {
|
|
|
7782
7779
|
return a.getAttribute(kb(r)) === t;
|
|
7783
7780
|
});
|
|
7784
7781
|
}
|
|
7785
|
-
function
|
|
7782
|
+
function HD(t) {
|
|
7786
7783
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = Kb(t, r);
|
|
7787
7784
|
if (i) {
|
|
7788
7785
|
var a = uo(r);
|
|
@@ -7796,7 +7793,7 @@ function bR(t, r) {
|
|
|
7796
7793
|
wc.set(t, u), t.removeChild(a);
|
|
7797
7794
|
}
|
|
7798
7795
|
}
|
|
7799
|
-
function
|
|
7796
|
+
function YD(t, r) {
|
|
7800
7797
|
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = uo(i), u = Lc(a), s = _p(_p({}, i), {}, {
|
|
7801
7798
|
styles: u
|
|
7802
7799
|
});
|
|
@@ -7911,7 +7908,7 @@ const mR = (t, r, i, a) => {
|
|
|
7911
7908
|
height: t.contentRect.height
|
|
7912
7909
|
};
|
|
7913
7910
|
};
|
|
7914
|
-
function
|
|
7911
|
+
function XD({ skipOnMount: t = !1, refreshMode: r, refreshRate: i = 1e3, refreshOptions: a, handleWidth: u = !0, handleHeight: s = !0, targetRef: f, observerOptions: l, onResize: d, disableRerender: p = !1 } = {}) {
|
|
7915
7912
|
const y = Fe(t), b = wR(d), [w, S] = Et({
|
|
7916
7913
|
width: void 0,
|
|
7917
7914
|
height: void 0
|
|
@@ -8355,7 +8352,7 @@ var nt;
|
|
|
8355
8352
|
})(nt || (nt = {}));
|
|
8356
8353
|
function Va() {
|
|
8357
8354
|
}
|
|
8358
|
-
function
|
|
8355
|
+
function ZD(t, r) {
|
|
8359
8356
|
return We(
|
|
8360
8357
|
() => ({
|
|
8361
8358
|
sensor: t,
|
|
@@ -8365,7 +8362,7 @@ function VD(t, r) {
|
|
|
8365
8362
|
[t, r]
|
|
8366
8363
|
);
|
|
8367
8364
|
}
|
|
8368
|
-
function
|
|
8365
|
+
function VD() {
|
|
8369
8366
|
for (var t = arguments.length, r = new Array(t), i = 0; i < t; i++)
|
|
8370
8367
|
r[i] = arguments[i];
|
|
8371
8368
|
return We(
|
|
@@ -9925,7 +9922,7 @@ var Br;
|
|
|
9925
9922
|
(function(t) {
|
|
9926
9923
|
t[t.Uninitialized = 0] = "Uninitialized", t[t.Initializing = 1] = "Initializing", t[t.Initialized = 2] = "Initialized";
|
|
9927
9924
|
})(Br || (Br = {}));
|
|
9928
|
-
const
|
|
9925
|
+
const JD = /* @__PURE__ */ Qx(function(r) {
|
|
9929
9926
|
var i, a, u, s;
|
|
9930
9927
|
let {
|
|
9931
9928
|
id: f,
|
|
@@ -10448,14 +10445,14 @@ function jP(t, r, i) {
|
|
|
10448
10445
|
};
|
|
10449
10446
|
return r.top + t.y <= i.top ? a.y = i.top - r.top : r.bottom + t.y >= i.top + i.height && (a.y = i.top + i.height - r.bottom), r.left + t.x <= i.left ? a.x = i.left - r.left : r.right + t.x >= i.left + i.width && (a.x = i.left + i.width - r.right), a;
|
|
10450
10447
|
}
|
|
10451
|
-
const
|
|
10448
|
+
const QD = (t) => {
|
|
10452
10449
|
let {
|
|
10453
10450
|
containerNodeRect: r,
|
|
10454
10451
|
draggingNodeRect: i,
|
|
10455
10452
|
transform: a
|
|
10456
10453
|
} = t;
|
|
10457
10454
|
return !i || !r ? a : jP(a, i, r);
|
|
10458
|
-
},
|
|
10455
|
+
}, eM = (t) => {
|
|
10459
10456
|
let {
|
|
10460
10457
|
transform: r
|
|
10461
10458
|
} = t;
|
|
@@ -10510,7 +10507,7 @@ const cy = (t) => {
|
|
|
10510
10507
|
}, Na = {
|
|
10511
10508
|
scaleX: 1,
|
|
10512
10509
|
scaleY: 1
|
|
10513
|
-
},
|
|
10510
|
+
}, tM = (t) => {
|
|
10514
10511
|
var r;
|
|
10515
10512
|
let {
|
|
10516
10513
|
activeIndex: i,
|
|
@@ -10563,7 +10560,7 @@ const ly = "Sortable", dy = /* @__PURE__ */ He.createContext({
|
|
|
10563
10560
|
droppable: !1
|
|
10564
10561
|
}
|
|
10565
10562
|
});
|
|
10566
|
-
function
|
|
10563
|
+
function rM(t) {
|
|
10567
10564
|
let {
|
|
10568
10565
|
children: r,
|
|
10569
10566
|
id: i,
|
|
@@ -10661,7 +10658,7 @@ function tI(t) {
|
|
|
10661
10658
|
s && f(null);
|
|
10662
10659
|
}, [s]), s;
|
|
10663
10660
|
}
|
|
10664
|
-
function
|
|
10661
|
+
function nM(t) {
|
|
10665
10662
|
let {
|
|
10666
10663
|
animateLayoutChanges: r = VP,
|
|
10667
10664
|
attributes: i,
|
|
@@ -12368,41 +12365,40 @@ function DD() {
|
|
|
12368
12365
|
return fc = u, fc;
|
|
12369
12366
|
}
|
|
12370
12367
|
var MD = DD();
|
|
12371
|
-
const
|
|
12368
|
+
const iM = /* @__PURE__ */ oo(MD);
|
|
12372
12369
|
export {
|
|
12373
|
-
lr as A,
|
|
12374
12370
|
FD as B,
|
|
12375
12371
|
Db as C,
|
|
12376
|
-
|
|
12377
|
-
|
|
12372
|
+
JD as D,
|
|
12373
|
+
zD as F,
|
|
12378
12374
|
Si as M,
|
|
12379
|
-
|
|
12375
|
+
rM as S,
|
|
12380
12376
|
cP as T,
|
|
12381
|
-
|
|
12382
|
-
|
|
12377
|
+
VD as a,
|
|
12378
|
+
ZD as b,
|
|
12383
12379
|
LD as c,
|
|
12384
|
-
|
|
12380
|
+
eM as d,
|
|
12385
12381
|
fy as e,
|
|
12386
12382
|
fP as f,
|
|
12387
12383
|
fR as g,
|
|
12388
|
-
|
|
12384
|
+
XD as h,
|
|
12389
12385
|
$D as i,
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12386
|
+
iM as j,
|
|
12387
|
+
WD as k,
|
|
12388
|
+
jD as l,
|
|
12393
12389
|
BD as m,
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
12390
|
+
KD as n,
|
|
12391
|
+
dA as o,
|
|
12392
|
+
UD as p,
|
|
12393
|
+
nM as q,
|
|
12394
|
+
QD as r,
|
|
12395
|
+
Za as s,
|
|
12396
|
+
kD as t,
|
|
12397
|
+
GD as u,
|
|
12398
|
+
tM as v,
|
|
12399
|
+
cR as w,
|
|
12400
|
+
YD as x,
|
|
12401
|
+
HD as y,
|
|
12402
|
+
lr as z
|
|
12407
12403
|
};
|
|
12408
|
-
//# sourceMappingURL=vendor-
|
|
12404
|
+
//# sourceMappingURL=vendor-BiObpx9E.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var d = (t, e, i) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i;
|
|
3
3
|
var s = (t, e, i) => d(t, typeof e != "symbol" ? e + "" : e, i);
|
|
4
|
-
import { i as l } from "../../chunks/vendor-
|
|
4
|
+
import { i as l } from "../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
class u {
|
|
6
6
|
constructor() {
|
|
7
7
|
// Массив дочерних нод.
|
|
@@ -4,7 +4,7 @@ var o = (a, s, e) => l(a, typeof s != "symbol" ? s + "" : s, e);
|
|
|
4
4
|
import { jsxs as O, Fragment as h, jsx as m } from "react/jsx-runtime";
|
|
5
5
|
import g from "react";
|
|
6
6
|
import { ExpandAnimation as u } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { u as f, c as B } from "../../../chunks/vendor-
|
|
7
|
+
import { u as f, c as B } from "../../../chunks/vendor-BiObpx9E.js";
|
|
8
8
|
class E extends g.Component {
|
|
9
9
|
constructor(e) {
|
|
10
10
|
super(e);
|
|
@@ -4,9 +4,9 @@ import { EAlertType as e } from "../EAlertType.js";
|
|
|
4
4
|
import { alertTypeToClassNameMap as m } from "../AlertTypeUtils.js";
|
|
5
5
|
import { Text as y } from "../../Typography/Text.js";
|
|
6
6
|
import { EFontType as r, ETextSize as I } from "../../Typography/enums.js";
|
|
7
|
-
import { SystemStrokeStsIcon16 as
|
|
8
|
-
import { c as N } from "../../../chunks/vendor-
|
|
9
|
-
const _ = "
|
|
7
|
+
import { SystemStrokeStsIcon16 as f, ErrorStrokeStsIcon16 as S, WarningStrokeStsIcon16 as i, InfoStrokeStsIcon16 as R } from "@sberbusiness/icons-next";
|
|
8
|
+
import { c as N } from "../../../chunks/vendor-BiObpx9E.js";
|
|
9
|
+
const _ = "alertContext__4a9f1147", d = "alertContextText__c373d277", E = "alertTypeError__67003507", C = "alertTypeInfo__6af16d06", u = "alertTypeWarning__bd8ec568", A = "alertTypeSystem__89844611", n = {
|
|
10
10
|
alertContext: _,
|
|
11
11
|
alertContextText: d,
|
|
12
12
|
alertTypeError: E,
|
|
@@ -20,9 +20,9 @@ const _ = "alertContext__39244dc5", d = "alertContextText__12f63d18", E = "alert
|
|
|
20
20
|
case e.WARNING:
|
|
21
21
|
return /* @__PURE__ */ t(i, { paletteIndex: 2 });
|
|
22
22
|
case e.ERROR:
|
|
23
|
-
return /* @__PURE__ */ t(
|
|
23
|
+
return /* @__PURE__ */ t(S, { paletteIndex: 1 });
|
|
24
24
|
case e.SYSTEM:
|
|
25
|
-
return /* @__PURE__ */ t(
|
|
25
|
+
return /* @__PURE__ */ t(f, { paletteIndex: 4 });
|
|
26
26
|
}
|
|
27
27
|
}, W = {
|
|
28
28
|
[e.INFO]: r.INFO,
|
|
@@ -36,7 +36,7 @@ const _ = "alertContext__39244dc5", d = "alertContextText__12f63d18", E = "alert
|
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: N(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "1.
|
|
39
|
+
"data-tx": "1.22.0",
|
|
40
40
|
ref: c,
|
|
41
41
|
children: [
|
|
42
42
|
s || O(a),
|
|
@@ -3,10 +3,10 @@ import P, { useState as n } from "react";
|
|
|
3
3
|
import { EAlertType as t } from "../EAlertType.js";
|
|
4
4
|
import { alertTypeToClassNameMap as k } from "../AlertTypeUtils.js";
|
|
5
5
|
import { ButtonIcon as v } from "../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-Cbhbwi6f.js";
|
|
7
7
|
import { AlertProcessContext as R } from "./AlertProcessContext.js";
|
|
8
8
|
import { CrossStrokeSrvIcon16 as E, DefaulticonStrokePrdIcon20 as T, SystemStrokeStsIcon20 as y, ErrorStrokeStsIcon20 as j, WarningStrokeStsIcon20 as w, InfoStrokeStsIcon20 as B } from "@sberbusiness/icons-next";
|
|
9
|
-
import { c as C } from "../../../chunks/vendor-
|
|
9
|
+
import { c as C } from "../../../chunks/vendor-BiObpx9E.js";
|
|
10
10
|
const O = (o) => {
|
|
11
11
|
switch (o) {
|
|
12
12
|
case t.INFO:
|
|
@@ -38,7 +38,7 @@ const O = (o) => {
|
|
|
38
38
|
d
|
|
39
39
|
),
|
|
40
40
|
...f,
|
|
41
|
-
"data-tx": "1.
|
|
41
|
+
"data-tx": "1.22.0",
|
|
42
42
|
ref: u,
|
|
43
43
|
children: [
|
|
44
44
|
/* @__PURE__ */ e("div", { className: r.themeIcon, children: l || O(a) }),
|
|
@@ -3,8 +3,8 @@ import "react";
|
|
|
3
3
|
import "@sberbusiness/icons-next";
|
|
4
4
|
import "../../../Button/ButtonIcon.js";
|
|
5
5
|
import "../AlertProcessContext.js";
|
|
6
|
-
import { A as l } from "../../../../chunks/AlertProcessSpoiler-
|
|
7
|
-
import "../../../../chunks/vendor-
|
|
6
|
+
import { A as l } from "../../../../chunks/AlertProcessSpoiler-Cbhbwi6f.js";
|
|
7
|
+
import "../../../../chunks/vendor-BiObpx9E.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
10
10
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { formatAmount as u } from "../../utils/amountUtils.js";
|
|
3
|
-
import { c as f } from "../../chunks/vendor-
|
|
4
|
-
const N = "
|
|
3
|
+
import { c as f } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
const N = "adaptive__395945ac", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
8
8
|
value: r,
|
|
9
9
|
fractionLength: s,
|
|
10
|
-
currency:
|
|
10
|
+
currency: e,
|
|
11
11
|
currencyTitle: m,
|
|
12
12
|
adaptive: c,
|
|
13
|
-
dataTestId:
|
|
13
|
+
dataTestId: a,
|
|
14
14
|
...i
|
|
15
15
|
}) => {
|
|
16
16
|
let t = u(r, s);
|
|
17
17
|
t[0] == "-" && (t = t.replace("-", "−"));
|
|
18
18
|
const p = () => [
|
|
19
19
|
" ",
|
|
20
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
20
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__currencyName`, title: m, children: e }, "currencyName")
|
|
21
21
|
], l = f(
|
|
22
22
|
{
|
|
23
23
|
[_.adaptive]: !!c && t.length >= h
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.
|
|
28
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
29
|
-
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.22.0", children: [
|
|
28
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
|
+
e && p()
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
v.displayName = "Amount";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as l, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import h, { useRef as s, useLayoutEffect as v } from "react";
|
|
3
3
|
import { TextFieldBase as I } from "../TextField/TextFieldBase.js";
|
|
4
|
-
import "../FormField/
|
|
5
|
-
import "../FormField/components/
|
|
4
|
+
import { EFormFieldStatus as _ } from "../FormField/enums.js";
|
|
5
|
+
import { FormFieldClear as k } from "../FormField/components/FormFieldClear.js";
|
|
6
6
|
import "../FormField/components/FormFieldCounter.js";
|
|
7
|
+
import "../FormField/components/FormFieldDescription.js";
|
|
8
|
+
import { F as w } from "../../chunks/FormFieldInput--W9kjf4s.js";
|
|
7
9
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
|
-
import { FormFieldClear as _ } from "../FormField/components/FormFieldClear.js";
|
|
9
|
-
import "../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as k } from "../../chunks/FormFieldInput-BXZLkCG-.js";
|
|
11
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
12
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
13
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
13
|
+
import "../FormField/components/FormFieldTarget.js";
|
|
14
14
|
import "../FormField/components/FormFieldTextarea.js";
|
|
15
|
-
import
|
|
15
|
+
import "../FormField/FormField.js";
|
|
16
16
|
import { EFontType as F, ETextSize as A } from "../Typography/enums.js";
|
|
17
17
|
import "../Typography/Caption.js";
|
|
18
18
|
import { Text as B } from "../Typography/Text.js";
|
|
@@ -43,12 +43,12 @@ const oe = h.forwardRef(
|
|
|
43
43
|
I,
|
|
44
44
|
{
|
|
45
45
|
postfix: /* @__PURE__ */ p(h.Fragment, { children: [
|
|
46
|
-
d !== void 0 && /* @__PURE__ */ l(
|
|
46
|
+
d !== void 0 && /* @__PURE__ */ l(k, { onClick: d }),
|
|
47
47
|
i !== void 0 && /* @__PURE__ */ l(
|
|
48
48
|
B,
|
|
49
49
|
{
|
|
50
50
|
size: A.B2,
|
|
51
|
-
type: y !==
|
|
51
|
+
type: y !== _.DISABLED ? F.SECONDARY : F.DISABLED,
|
|
52
52
|
"data-test-id": n && `${n}__unit`,
|
|
53
53
|
children: i
|
|
54
54
|
}
|
|
@@ -57,7 +57,7 @@ const oe = h.forwardRef(
|
|
|
57
57
|
] }),
|
|
58
58
|
...f,
|
|
59
59
|
children: /* @__PURE__ */ l(
|
|
60
|
-
|
|
60
|
+
w,
|
|
61
61
|
{
|
|
62
62
|
...r,
|
|
63
63
|
value: E(),
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { EAvatarSize as s } from "./enums.js";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
3
3
|
import l from "react";
|
|
4
|
-
import { c as r } from "../../chunks/vendor-
|
|
5
|
-
const _ = "
|
|
4
|
+
import { c as r } from "../../chunks/vendor-BiObpx9E.js";
|
|
5
|
+
const _ = "avatar__3671853a", n = "xxs__aa1745d9", d = "xs__b9b10a94", e = "sm__fc797274", f = "md__18b262f0", i = "lg__522993f6", v = "xl__4ab9434a", p = "xxl__9cd0a5ca", a = {
|
|
6
6
|
avatar: _,
|
|
7
|
-
xxs:
|
|
8
|
-
xs:
|
|
9
|
-
sm:
|
|
10
|
-
md:
|
|
7
|
+
xxs: n,
|
|
8
|
+
xs: d,
|
|
9
|
+
sm: e,
|
|
10
|
+
md: f,
|
|
11
11
|
lg: i,
|
|
12
12
|
xl: v,
|
|
13
|
-
xxl:
|
|
14
|
-
},
|
|
13
|
+
xxl: p
|
|
14
|
+
}, X = {
|
|
15
15
|
[s.XXS]: a.xxs,
|
|
16
16
|
[s.XS]: a.xs,
|
|
17
17
|
[s.SM]: a.sm,
|
|
@@ -19,9 +19,9 @@ const _ = "avatar__542bc621", e = "xxs__11083ae2", n = "xs__6055ad5f", f = "sm__
|
|
|
19
19
|
[s.LG]: a.lg,
|
|
20
20
|
[s.XL]: a.xl,
|
|
21
21
|
[s.XXL]: a.xxl
|
|
22
|
-
},
|
|
23
|
-
|
|
22
|
+
}, b = l.forwardRef(({ className: x, size: t, ...o }, m) => /* @__PURE__ */ c("div", { className: r(a.avatar, X[t], x), ...o, ref: m }));
|
|
23
|
+
b.displayName = "Avatar";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
b as Avatar
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=Avatar.js.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsxs as l, jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { BadgeDot as
|
|
6
|
-
import { BadgeContent as
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import g from "react";
|
|
3
|
+
import { c } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
import { createSizeToClassNameMap as f } from "../../utils/classNameMaps.js";
|
|
5
|
+
import { BadgeDot as _ } from "./BadgeDot.js";
|
|
6
|
+
import { BadgeContent as i } from "./components/BadgeContent.js";
|
|
7
7
|
import { BadgePrefix as p } from "./components/BadgePrefix.js";
|
|
8
8
|
import { BadgePostfix as B } from "./components/BadgePostfix.js";
|
|
9
|
-
const b = "
|
|
9
|
+
const b = "badge__dc23e6bf", P = "sm__810f6387", u = "md__37dfe56f", N = "lg__a318dd37", m = {
|
|
10
10
|
badge: b,
|
|
11
11
|
sm: P,
|
|
12
12
|
md: u,
|
|
13
13
|
lg: N
|
|
14
|
-
}, S =
|
|
15
|
-
|
|
16
|
-
({ children:
|
|
17
|
-
o ? /* @__PURE__ */
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
}, S = f(m), h = Object.assign(
|
|
15
|
+
g.forwardRef(
|
|
16
|
+
({ children: d, className: s, size: t, prefix: o, postfix: a, ...n }, r) => /* @__PURE__ */ l("span", { className: c(m.badge, S[t], s), ...n, ref: r, children: [
|
|
17
|
+
o ? /* @__PURE__ */ e(p, { children: o }) : null,
|
|
18
|
+
d ? /* @__PURE__ */ e(i, { size: t, noPaddingLeft: !!o, noPaddingRight: !!a, children: d }) : null,
|
|
19
|
+
a ? /* @__PURE__ */ e(B, { children: a }) : null
|
|
20
20
|
] })
|
|
21
21
|
),
|
|
22
22
|
{
|
|
23
|
-
Dot:
|
|
23
|
+
Dot: _
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
h.displayName = "Badge";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as _ } from "../../chunks/vendor-
|
|
3
|
+
import { c as _ } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { createSizeToClassNameMap as c } from "../../utils/classNameMaps.js";
|
|
5
|
-
const r = "
|
|
5
|
+
const r = "badgeDot__98095b0e", f = "sm__810f6387", g = "md__37dfe56f", l = "lg__a318dd37", o = {
|
|
6
6
|
badgeDot: r,
|
|
7
7
|
sm: f,
|
|
8
8
|
md: g,
|
|
9
9
|
lg: l
|
|
10
|
-
}, n = c(o), p = d.forwardRef(({ className: t, size:
|
|
10
|
+
}, n = c(o), p = d.forwardRef(({ className: t, size: s, ...a }, e) => /* @__PURE__ */ m("span", { className: _(o.badgeDot, n[s], t), ...a, ref: e }));
|
|
11
11
|
p.displayName = "BadgeDot";
|
|
12
12
|
export {
|
|
13
13
|
p as BadgeDot
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { createSizeToClassNameMap as
|
|
4
|
-
const
|
|
5
|
-
badgeContent:
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
import { createSizeToClassNameMap as _ } from "../../../utils/classNameMaps.js";
|
|
4
|
+
const c = "badgeContent__5ebf4ac1", m = "sm__810f6387", f = "md__37dfe56f", P = "lg__a318dd37", l = "noPaddingLeft__8c650a62", r = "noPaddingRight__7784efe2", n = {
|
|
5
|
+
badgeContent: c,
|
|
6
6
|
sm: m,
|
|
7
7
|
md: f,
|
|
8
8
|
lg: P,
|
|
9
9
|
noPaddingLeft: l,
|
|
10
10
|
noPaddingRight: r
|
|
11
|
-
}, C =
|
|
11
|
+
}, C = _(n), p = ({
|
|
12
12
|
children: t,
|
|
13
13
|
size: o,
|
|
14
14
|
noPaddingLeft: d,
|
|
@@ -28,8 +28,8 @@ const _ = "badgeContent__902414bc", m = "sm__959ed347", f = "md__8aef02e9", P =
|
|
|
28
28
|
children: t
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
|
-
|
|
31
|
+
p.displayName = "BadgeContent";
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
p as BadgeContent
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=BadgeContent.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
3
|
-
const i = "
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
const i = "badgePostfix__811764ad", x = {
|
|
4
4
|
badgePostfix: i
|
|
5
|
-
},
|
|
5
|
+
}, d = ({
|
|
6
6
|
children: s,
|
|
7
7
|
className: o,
|
|
8
|
-
...
|
|
9
|
-
}) => /* @__PURE__ */
|
|
10
|
-
|
|
8
|
+
...a
|
|
9
|
+
}) => /* @__PURE__ */ t("span", { className: e(x.badgePostfix, o), ...a, children: s });
|
|
10
|
+
d.displayName = "BadgePostfix";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
d as BadgePostfix
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=BadgePostfix.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
badgePrefix:
|
|
5
|
-
}, o = ({ children: e, className: a, ...s }) => /* @__PURE__ */ r("span", { className: f
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
const x = "badgePrefix__5294834a", f = {
|
|
4
|
+
badgePrefix: x
|
|
5
|
+
}, o = ({ children: e, className: a, ...s }) => /* @__PURE__ */ r("span", { className: i(f.badgePrefix, a), ...s, children: e });
|
|
6
6
|
o.displayName = "BadgePrefix";
|
|
7
7
|
export {
|
|
8
8
|
o as BadgePrefix
|