@sberbusiness/triplex-next 0.24.0 → 0.26.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 +0 -1
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +41 -0
- package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-BdyVWg8a.js} +11 -11
- package/chunks/Card.module-gPkzcCGo.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +15 -0
- package/chunks/Chip-CuoqjaG4.js +77 -0
- package/chunks/Confirm.module-bXfHpEZY.js +15 -0
- package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-CRdOVwlq.js} +15 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +23 -0
- package/chunks/Footer.module-Dhevv5cy.js +9 -0
- package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-CyAOOwnJ.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +9 -0
- package/chunks/HeaderTabs.module-BQHI-7dx.js +9 -0
- package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-BDZQCHuH.js} +2 -2
- package/chunks/IslandAccordion.module-ElAylnXP.js +25 -0
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +9 -0
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +12 -0
- package/chunks/LightBoxContent-Bp6XRgdB.js +63 -0
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +9 -0
- package/chunks/ListItemControlsButton-PANaJdYf.js +59 -0
- package/chunks/ListItemTail.module-BKP1QEpv.js +12 -0
- package/chunks/ListMasterFooter.module-D1BeGub8.js +10 -0
- package/chunks/ModalWindow.module-PJk-BOT5.js +17 -0
- package/chunks/Notification.module-7THtDpDh.js +20 -0
- package/chunks/Overlay.module-B0Fayqn2.js +18 -0
- package/chunks/Page.module-oxsZ2i2v.js +11 -0
- package/chunks/SMSField.module-DQoHDr5D.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +15 -0
- package/chunks/SliderExtendedRail-B33WytbG.js +40 -0
- package/chunks/StatusTracker.module-CwUmaWht.js +24 -0
- package/chunks/StepperStepArrowBorder-9OXwuqOn.js +101 -0
- package/chunks/SuggestFieldMobileDropdownHint-dcZDUPZa.js +15 -0
- package/chunks/TableFooter.module-DaFBiojx.js +14 -0
- package/chunks/TabsExtended.module-D4GCJESe.js +16 -0
- package/chunks/TabsLine.module-BEA3Lssg.js +21 -0
- package/chunks/TooltipDesktop.module-hff_h0-q.js +19 -0
- package/chunks/TreeView.module-C-XaQJbB.js +9 -0
- package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-BsJhqlie.js} +2 -2
- package/chunks/{constants-BECBzrfZ.js → constants-KINy2OSZ.js} +10 -10
- package/chunks/utils-BVhTB5hC.js +73 -0
- package/chunks/{utils-BlzKyU4p.js → utils-CWqa2skI.js} +6 -6
- package/chunks/utils-DFHOghtD.js +28 -0
- package/chunks/utils-TZKbWcP7.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +20 -20
- package/components/Alert/AlertProcess/AlertProcess.js +41 -34
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +63 -86
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +66 -65
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +17 -19
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +6 -6
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +34 -33
- package/components/Checkbox/CheckboxXGroup.js +18 -17
- package/components/Checkbox/CheckboxYGroup.js +10 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -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 +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +38 -43
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +23 -22
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +76 -66
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/DesignTokens/components/Stepper.js +11 -20
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +18 -18
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +13 -13
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +15 -15
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- 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 +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +28 -28
- package/components/IslandWidget/IslandWidget.js +24 -24
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +43 -40
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +19 -19
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +13 -13
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +41 -40
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +3 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +12 -12
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearField/MonthYearFieldTarget.js +12 -11
- package/components/MonthYearRange/MonthYearRange.js +76 -0
- package/components/MonthYearRange/enums.js +5 -0
- package/components/MonthYearRange/index.js +7 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +19 -14
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +92 -92
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +12 -12
- package/components/Stepper/Stepper.js +104 -89
- package/components/Stepper/StepperExtended.js +23 -21
- package/components/Stepper/StepperExtendedContext.js +6 -6
- package/components/Stepper/StepperStep.js +61 -64
- package/components/Stepper/StepperStepArrowBorder.js +7 -0
- package/components/Stepper/enums.js +3 -4
- package/components/Stepper/index.js +4 -5
- package/components/Stepper/types.js +2 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +5 -5
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +63 -63
- 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 +10 -10
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +6 -6
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- 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 +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +19 -19
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +17 -17
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagColor/index.js +4 -2
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +15 -15
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +15 -15
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +2 -2
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +30 -30
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +596 -581
- package/index.d.ts +136 -36
- package/index.js +642 -627
- package/package.json +14 -2
- package/styles/triplex-next.css +538 -541
- package/chunks/AlertProcessSpoiler-BofkfSM8.js +0 -39
- package/chunks/Card.module-Cok9cKxI.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
- package/chunks/Chip-CFtA5mp4.js +0 -104
- package/chunks/Confirm.module-BgCUAiCk.js +0 -15
- package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
- package/chunks/Footer.module-CkVvrPtL.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
- package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
- package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
- package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
- package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
- package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
- package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
- package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
- package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
- package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
- package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
- package/chunks/Notification.module-CJl-qcj8.js +0 -20
- package/chunks/Overlay.module-Buw8PcSy.js +0 -18
- package/chunks/Page.module-DIObxp8c.js +0 -11
- package/chunks/RightBorderArrow-TcR9E_47.js +0 -146
- package/chunks/SMSField.module-B170OigL.js +0 -16
- package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
- package/chunks/SliderExtendedRail-DawwH3OZ.js +0 -40
- package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-_Gn-OMhG.js +0 -15
- package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
- package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
- package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
- package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
- package/chunks/TreeView.module-C6t2uuwa.js +0 -9
- package/chunks/utils-BI5x-xfE.js +0 -24
- package/chunks/utils-C9aEOF3O.js +0 -73
- package/chunks/utils-WHBUmZgw.js +0 -28
- package/components/Stepper/RightBorderArrow.js +0 -7
- package/components/Stepper/StepperWrapper.js +0 -12
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as A, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
2
|
+
import { useState as m, useRef as h, useEffect as j, createElement as z } from "react";
|
|
3
3
|
import { u as H, c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { DropdownListContext as Y } from "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as S } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-CRdOVwlq.js";
|
|
8
8
|
import { EDropdownWidth as q } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -20,8 +20,8 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
20
20
|
import { EComponentSize as G } from "../../../enums/EComponentSize.js";
|
|
21
21
|
import { Dropdown as U } from "../../Dropdown/Dropdown.js";
|
|
22
22
|
import { CaretdownStrokeSrvIcon16 as Z } from "@sberbusiness/icons-next";
|
|
23
|
-
import { isKey as
|
|
24
|
-
import { s as t } from "../../../chunks/TabsLine.module-
|
|
23
|
+
import { isKey as p } from "../../../utils/keyboard.js";
|
|
24
|
+
import { s as t } from "../../../chunks/TabsLine.module-BEA3Lssg.js";
|
|
25
25
|
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
26
26
|
import { EFontType as b } from "../../Typography/enums.js";
|
|
27
27
|
import "../../Typography/Caption.js";
|
|
@@ -35,12 +35,12 @@ const X = J(t), _e = ({
|
|
|
35
35
|
label: M,
|
|
36
36
|
onClickTab: R,
|
|
37
37
|
selected: g,
|
|
38
|
-
size:
|
|
38
|
+
size: c = G.MD,
|
|
39
39
|
targetHtmlAttributes: L,
|
|
40
40
|
...x
|
|
41
41
|
}) => {
|
|
42
|
-
const [D, y] =
|
|
43
|
-
|
|
42
|
+
const [D, y] = m(void 0), [o, d] = m(!1), [O, N] = m(!1), [_, E] = m(!1), l = h(null), C = h(null), I = h(H());
|
|
43
|
+
j(() => {
|
|
44
44
|
if (!o)
|
|
45
45
|
return;
|
|
46
46
|
const e = (r) => {
|
|
@@ -54,13 +54,13 @@ const X = J(t), _e = ({
|
|
|
54
54
|
const k = () => {
|
|
55
55
|
d(!o);
|
|
56
56
|
}, P = (e) => {
|
|
57
|
-
o || (
|
|
57
|
+
o || (p(e.code, "ARROW_UP") || p(e.code, "ARROW_DOWN")) && (e.preventDefault(), d(!0)), o && (p(e.code, "TAB") || p(e.code, "ESCAPE")) && d(!1);
|
|
58
58
|
}, F = (e) => {
|
|
59
59
|
R(e), d(!o);
|
|
60
60
|
}, W = () => {
|
|
61
|
-
const { onFocus: e, onBlur: r, onMouseEnter: n, onMouseLeave: s, ...u } = L || {}, f = w(t.tab, X[
|
|
61
|
+
const { onFocus: e, onBlur: r, onMouseEnter: n, onMouseLeave: s, ...u } = L || {}, f = w(t.tab, X[c], t.dropdownTarget, {
|
|
62
62
|
[t.active]: T
|
|
63
|
-
}),
|
|
63
|
+
}), K = w(t.dropdownTargetCaret, { [t.opened]: o });
|
|
64
64
|
return /* @__PURE__ */ a(
|
|
65
65
|
"button",
|
|
66
66
|
{
|
|
@@ -90,28 +90,28 @@ const X = J(t), _e = ({
|
|
|
90
90
|
/* @__PURE__ */ a(
|
|
91
91
|
Q,
|
|
92
92
|
{
|
|
93
|
-
size: V[
|
|
93
|
+
size: V[c],
|
|
94
94
|
type: T || O || _ ? b.PRIMARY : b.SECONDARY,
|
|
95
95
|
children: M
|
|
96
96
|
}
|
|
97
97
|
),
|
|
98
|
-
/* @__PURE__ */ a(Z, { className:
|
|
98
|
+
/* @__PURE__ */ a(Z, { className: K, paletteIndex: 5 })
|
|
99
99
|
] }) })
|
|
100
100
|
}
|
|
101
101
|
);
|
|
102
|
-
},
|
|
102
|
+
}, B = () => /* @__PURE__ */ a(
|
|
103
103
|
U,
|
|
104
104
|
{
|
|
105
105
|
className: t.dropdown,
|
|
106
106
|
opened: o,
|
|
107
107
|
setOpened: d,
|
|
108
|
-
size:
|
|
108
|
+
size: c,
|
|
109
109
|
width: q.MIN_TARGET,
|
|
110
110
|
targetRef: l,
|
|
111
111
|
ref: C,
|
|
112
|
-
children: /* @__PURE__ */ a(Y.Provider, { value: { activeDescendant: D, setActiveDescendant: y }, children: /* @__PURE__ */ a(S, { dropdownOpened: o, id: I.current, children: v.map((e) => {
|
|
112
|
+
children: /* @__PURE__ */ a(Y.Provider, { value: { activeDescendant: D, setActiveDescendant: y }, children: /* @__PURE__ */ a(S, { dropdownOpened: o, id: I.current, size: c, children: v.map((e) => {
|
|
113
113
|
const { id: r, label: n, showNotificationIcon: s, ...u } = e, f = w(t.dropdownItem);
|
|
114
|
-
return /* @__PURE__ */
|
|
114
|
+
return /* @__PURE__ */ z(
|
|
115
115
|
S.Item,
|
|
116
116
|
{
|
|
117
117
|
...u,
|
|
@@ -131,7 +131,7 @@ const X = J(t), _e = ({
|
|
|
131
131
|
);
|
|
132
132
|
return /* @__PURE__ */ A("div", { className: t.tabsLineDropdown, ref: l, ...x, children: [
|
|
133
133
|
W(),
|
|
134
|
-
|
|
134
|
+
B()
|
|
135
135
|
] });
|
|
136
136
|
};
|
|
137
137
|
export {
|
|
@@ -7,7 +7,7 @@ import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
|
7
7
|
import { Text as v } from "../../Typography/Text.js";
|
|
8
8
|
import { tabsLineSizeToTextSizeMap as x } from "../utils.js";
|
|
9
9
|
import { EFontType as c } from "../../Typography/enums.js";
|
|
10
|
-
import { s as e } from "../../../chunks/TabsLine.module-
|
|
10
|
+
import { s as e } from "../../../chunks/TabsLine.module-BEA3Lssg.js";
|
|
11
11
|
const L = N(e), R = y.forwardRef(
|
|
12
12
|
({
|
|
13
13
|
id: l,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { TabsLineItem as
|
|
3
|
-
const
|
|
4
|
-
tabsLineMobileWrapper:
|
|
5
|
-
tabsLineMobile:
|
|
6
|
-
}, h = ({ onChangeTab: r, selectedId:
|
|
2
|
+
import { TabsLineItem as t } from "./TabsLineItem.js";
|
|
3
|
+
const d = "tabsLineMobileWrapper__a5c54ef1", p = "tabsLineMobile__a3b95d89", l = {
|
|
4
|
+
tabsLineMobileWrapper: d,
|
|
5
|
+
tabsLineMobile: p
|
|
6
|
+
}, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
|
|
7
7
|
if (!i.length)
|
|
8
8
|
return null;
|
|
9
|
-
const
|
|
10
|
-
const b = (
|
|
9
|
+
const o = ({ selected: L, ...e }) => {
|
|
10
|
+
const b = (c) => {
|
|
11
11
|
var s;
|
|
12
|
-
r(e.id), (s = e.onClick) == null || s.call(e,
|
|
12
|
+
r(e.id), (s = e.onClick) == null || s.call(e, c);
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */ n(
|
|
14
|
+
return /* @__PURE__ */ n(t, { selected: a === e.id, ...e, onClick: b }, e.id);
|
|
15
15
|
};
|
|
16
|
-
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(
|
|
16
|
+
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(o) }) });
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
19
|
h as TabsLineMobile
|
package/components/Tag/Tag.js
CHANGED
|
@@ -6,31 +6,31 @@ import { Text as h } from "../Typography/Text.js";
|
|
|
6
6
|
import { ETextSize as I, EFontType as T } from "../Typography/enums.js";
|
|
7
7
|
import { ButtonIcon as _ } from "../Button/ButtonIcon.js";
|
|
8
8
|
import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
|
|
9
|
-
import { EComponentSize as
|
|
10
|
-
const A = "
|
|
9
|
+
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
10
|
+
const A = "tag__6d82a31a", R = "sm__f7754786", w = "md__7dbfa628", F = "lg__caabdd5a", P = "content__a8a368f2", f = {
|
|
11
11
|
tag: A,
|
|
12
12
|
sm: R,
|
|
13
13
|
md: w,
|
|
14
14
|
lg: F,
|
|
15
15
|
content: P
|
|
16
16
|
}, Y = j(f), q = {
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
17
|
+
[r.SM]: I.B4,
|
|
18
|
+
[r.MD]: I.B3,
|
|
19
|
+
[r.LG]: I.B2
|
|
20
20
|
}, H = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
21
|
+
[r.SM]: /* @__PURE__ */ o(v, { paletteIndex: 5 }),
|
|
22
|
+
[r.MD]: /* @__PURE__ */ o(N, { paletteIndex: 5 }),
|
|
23
|
+
[r.LG]: /* @__PURE__ */ o(L, { paletteIndex: 5 })
|
|
24
24
|
}, J = {
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
[
|
|
25
|
+
[r.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
|
|
26
|
+
[r.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
|
|
27
|
+
[r.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
|
|
28
28
|
}, b = D.forwardRef(
|
|
29
|
-
({ children: l, id: s, className: g, size:
|
|
29
|
+
({ children: l, id: s, className: g, size: e, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...u }, C) => {
|
|
30
30
|
const k = S(() => {
|
|
31
31
|
const t = n ? T.DISABLED : T.PRIMARY;
|
|
32
|
-
return /* @__PURE__ */ o(h, { className: f.content, type: t, size: q[
|
|
33
|
-
}, [l,
|
|
32
|
+
return /* @__PURE__ */ o(h, { className: f.content, type: t, size: q[e], children: l });
|
|
33
|
+
}, [l, e, n]), B = S(() => {
|
|
34
34
|
const { onClick: t, ...m } = M || {};
|
|
35
35
|
return /* @__PURE__ */ o(
|
|
36
36
|
_,
|
|
@@ -40,10 +40,10 @@ const A = "tag__ea3cdf86", R = "sm__962adaf5", w = "md__9947ecfc", F = "lg__52df
|
|
|
40
40
|
c == null || c(s), t == null || t(p);
|
|
41
41
|
},
|
|
42
42
|
...m,
|
|
43
|
-
children: H[
|
|
43
|
+
children: H[e]
|
|
44
44
|
}
|
|
45
45
|
);
|
|
46
|
-
}, [s,
|
|
46
|
+
}, [s, e, n, M, c]), d = S(() => {
|
|
47
47
|
const { onClick: t, ...m } = x || {};
|
|
48
48
|
return /* @__PURE__ */ o(
|
|
49
49
|
_,
|
|
@@ -53,11 +53,11 @@ const A = "tag__ea3cdf86", R = "sm__962adaf5", w = "md__9947ecfc", F = "lg__52df
|
|
|
53
53
|
a == null || a(s), t == null || t(p);
|
|
54
54
|
},
|
|
55
55
|
...m,
|
|
56
|
-
children: J[
|
|
56
|
+
children: J[e]
|
|
57
57
|
}
|
|
58
58
|
);
|
|
59
|
-
}, [s,
|
|
60
|
-
return /* @__PURE__ */ i("span", { className: E(f.tag, Y[
|
|
59
|
+
}, [s, e, n, x, a]);
|
|
60
|
+
return /* @__PURE__ */ i("span", { className: E(f.tag, Y[e], g), ...u, ref: C, children: [
|
|
61
61
|
k(),
|
|
62
62
|
c && B(),
|
|
63
63
|
d()
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as m } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { createSizeToClassNameMap as f } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { ETagColorStatus as s } from "./enums.js";
|
|
6
|
-
const
|
|
7
|
-
tagColor:
|
|
8
|
-
sm:
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
default: "
|
|
12
|
-
success:
|
|
6
|
+
const d = "tagColor__445a0040", i = "sm__3dbde2f1", g = "md__d4b79913", C = "lg__e03d1d41", S = "success__20cc8af6", p = "info__d86caac8", A = "warning__49d4ccf8", T = "error__bb47b8aa", N = "content__6fde4384", o = {
|
|
7
|
+
tagColor: d,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: g,
|
|
10
|
+
lg: C,
|
|
11
|
+
default: "default__4ea7951a",
|
|
12
|
+
success: S,
|
|
13
13
|
info: p,
|
|
14
14
|
warning: A,
|
|
15
15
|
error: T,
|
|
16
16
|
content: N
|
|
17
|
-
}, u =
|
|
17
|
+
}, u = f(o), E = {
|
|
18
18
|
[s.DEFAULT]: o.default,
|
|
19
19
|
[s.SUCCESS]: o.success,
|
|
20
20
|
[s.INFO]: o.info,
|
|
21
21
|
[s.WARNING]: o.warning,
|
|
22
22
|
[s.ERROR]: o.error
|
|
23
|
-
}, R =
|
|
24
|
-
({ children:
|
|
23
|
+
}, R = l.forwardRef(
|
|
24
|
+
({ children: a, className: c, size: r, status: n = s.DEFAULT, ...e }, _) => /* @__PURE__ */ t(
|
|
25
25
|
"span",
|
|
26
26
|
{
|
|
27
|
-
className:
|
|
27
|
+
className: m(o.tagColor, u[r], E[n], c),
|
|
28
28
|
...e,
|
|
29
29
|
ref: _,
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ t("span", { className: o.content, children: a })
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
);
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const
|
|
6
|
-
tagGroup:
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
},
|
|
11
|
-
({ children: s, className:
|
|
4
|
+
import { createSizeToClassNameMap as f } from "../../utils/classNameMaps.js";
|
|
5
|
+
const d = "tagGroup__d86058e9", g = "sm__f6de8486", l = "md__47d96fdf", _ = "lg__5060fbfc", o = {
|
|
6
|
+
tagGroup: d,
|
|
7
|
+
sm: g,
|
|
8
|
+
md: l,
|
|
9
|
+
lg: _
|
|
10
|
+
}, i = f(o), N = c.forwardRef(
|
|
11
|
+
({ children: s, className: r, size: t, ...a }, m) => /* @__PURE__ */ e(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className: p(o.tagGroup,
|
|
14
|
+
className: p(o.tagGroup, i[t], r),
|
|
15
15
|
role: "group",
|
|
16
|
-
...
|
|
16
|
+
...a,
|
|
17
17
|
ref: m,
|
|
18
18
|
children: s
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { F as r } from "../../chunks/FormFieldInput-
|
|
2
|
+
import { F as r } from "../../chunks/FormFieldInput-CyAOOwnJ.js";
|
|
3
3
|
import { TextFieldBase as t } from "./TextFieldBase.js";
|
|
4
4
|
const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
|
|
5
5
|
m.displayName = "TextField";
|
|
@@ -3,7 +3,7 @@ import { TextFieldBase as i } from "../TextField/TextFieldBase.js";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import "../../chunks/FormFieldInput-
|
|
6
|
+
import "../../chunks/FormFieldInput-CyAOOwnJ.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
5
|
import { Text as l } from "../../../Typography/Text.js";
|
|
6
6
|
import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
|
|
7
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
7
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-hff_h0-q.js";
|
|
8
8
|
const d = e.forwardRef(({ className: r, ...i }, t) => {
|
|
9
9
|
const m = s(f.tooltipBody, r);
|
|
10
10
|
return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: m, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: m, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { MobileView as
|
|
5
|
-
const
|
|
6
|
-
tooltipLink:
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { MobileView as n } from "../../../MobileView/MobileView.js";
|
|
5
|
+
const k = "tooltipLink__40bfe0a6", r = "desktop__d3a40ac3", m = "mobile__214a105e", o = {
|
|
6
|
+
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
8
|
mobile: m
|
|
9
|
-
}, c =
|
|
10
|
-
({ children: i, className: e, ...
|
|
9
|
+
}, c = l.forwardRef(
|
|
10
|
+
({ children: i, className: e, ...a }, p) => /* @__PURE__ */ t(n, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
14
|
-
...
|
|
15
|
-
"data-tx": "0.
|
|
16
|
-
ref:
|
|
13
|
+
className: s(o.tooltipLink, o.desktop, e),
|
|
14
|
+
...a,
|
|
15
|
+
"data-tx": "0.26.0",
|
|
16
|
+
ref: p,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
19
19
|
), children: /* @__PURE__ */ t(
|
|
20
20
|
"a",
|
|
21
21
|
{
|
|
22
|
-
className:
|
|
23
|
-
...
|
|
24
|
-
"data-tx": "0.
|
|
25
|
-
ref:
|
|
22
|
+
className: s(o.tooltipLink, o.mobile, e),
|
|
23
|
+
...a,
|
|
24
|
+
"data-tx": "0.26.0",
|
|
25
|
+
ref: p,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
@@ -3,7 +3,7 @@ import { useContext as m } from "react";
|
|
|
3
3
|
import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { TooltipContext as i } from "../../TootlipContext.js";
|
|
5
5
|
import { ButtonIcon as a } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as l } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as l } from "../../../../chunks/TooltipDesktop.module-hff_h0-q.js";
|
|
7
7
|
const I = ({ onClick: o, ...s }) => {
|
|
8
8
|
const { setTooltipOpen: p } = m(i), e = (t) => {
|
|
9
9
|
t.stopPropagation(), p(!1), o == null || o(t);
|
|
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
|
|
|
9
9
|
import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
|
|
10
10
|
import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
|
|
11
11
|
import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
|
|
12
|
-
import { s as f } from "../../../../../chunks/TooltipDesktop.module-
|
|
12
|
+
import { s as f } from "../../../../../chunks/TooltipDesktop.module-hff_h0-q.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -2,7 +2,7 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
4
|
import { c } from "../../../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-hff_h0-q.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -6,7 +6,7 @@ import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js"
|
|
|
6
6
|
import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
|
|
8
8
|
import { c as y } from "../../../../chunks/vendor---Om3uMV.js";
|
|
9
|
-
const N = "
|
|
9
|
+
const N = "tooltipMobile__a349c088", T = "tooltipMobileContent__f4b635a3", g = "headerless__dcf3561f", H = "closeButton__7273adaa", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -19,9 +19,9 @@ const N = "tooltipMobile__7d1c15b8", T = "tooltipMobileContent__fc0d15a9", g = "
|
|
|
19
19
|
disableAdaptiveMode: D,
|
|
20
20
|
isOpen: t,
|
|
21
21
|
onShow: l,
|
|
22
|
-
...
|
|
22
|
+
...a
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements: o, setTooltipOpen:
|
|
24
|
+
const { elements: o, setTooltipOpen: d } = f(C), i = u(null), p = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
@@ -34,11 +34,11 @@ const N = "tooltipMobile__7d1c15b8", T = "tooltipMobileContent__fc0d15a9", g = "
|
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: p,
|
|
38
38
|
tabIndex: -1,
|
|
39
39
|
opened: t,
|
|
40
|
-
setOpened:
|
|
41
|
-
...
|
|
40
|
+
setOpened: d,
|
|
41
|
+
...a,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
44
44
|
o.mobileHeader,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { useState as y, useRef as g, useEffect as
|
|
3
|
-
import { EOverlayDirection as
|
|
1
|
+
import { jsx as o, jsxs as C, Fragment as I } from "react/jsx-runtime";
|
|
2
|
+
import { useState as y, useRef as g, useEffect as B } from "react";
|
|
3
|
+
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
|
-
import { c as
|
|
6
|
-
const E = "
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor---Om3uMV.js";
|
|
6
|
+
const E = "topOverlayMask__803db744", w = "topOverlayWrapper__c727476d", A = "closing__55dfb1ce", D = "opened__34daee73", V = "topOverlayPanel__00d5697c", $ = "topOverlay__bf3c7d1e", t = {
|
|
7
7
|
topOverlayMask: E,
|
|
8
8
|
topOverlayWrapper: w,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const E = "topOverlayMask__39715c3a", w = "topOverlayWrapper__ee6f9ce2", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, d] = y(!1), [x, u] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
|
|
22
22
|
if (s.current) {
|
|
23
23
|
const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
|
|
24
24
|
i.top < 0 ? c(
|
|
@@ -29,21 +29,21 @@ const E = "topOverlayMask__39715c3a", w = "topOverlayWrapper__ee6f9ce2", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
m(),
|
|
32
|
+
m(), u(!0), n == null || n();
|
|
33
33
|
};
|
|
34
|
-
|
|
35
|
-
p.current && !e ?
|
|
34
|
+
B(() => {
|
|
35
|
+
p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
|
-
|
|
39
|
-
}, T = () =>
|
|
38
|
+
d(!1), c(0), l == null || l();
|
|
39
|
+
}, T = () => u(!1), F = (r) => /* @__PURE__ */ C(I, { children: [
|
|
40
40
|
/* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ o(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
43
|
-
}, P =
|
|
43
|
+
}, P = S(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
|
-
}),
|
|
46
|
+
}), b = /* @__PURE__ */ o(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
49
|
onClose: M,
|
|
@@ -53,7 +53,7 @@ const E = "topOverlayMask__39715c3a", w = "topOverlayWrapper__ee6f9ce2", A = "cl
|
|
|
53
53
|
setOpened: N,
|
|
54
54
|
...h,
|
|
55
55
|
className: t.topOverlay,
|
|
56
|
-
direction:
|
|
56
|
+
direction: R.TOP,
|
|
57
57
|
children: F
|
|
58
58
|
}
|
|
59
59
|
);
|
|
@@ -73,7 +73,7 @@ const E = "topOverlayMask__39715c3a", w = "topOverlayWrapper__ee6f9ce2", A = "cl
|
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
75
|
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
-
children:
|
|
76
|
+
children: b
|
|
77
77
|
}
|
|
78
78
|
)
|
|
79
79
|
}
|
|
@@ -10,7 +10,7 @@ import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
12
|
import { c as v } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-C-XaQJbB.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-C-XaQJbB.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-C-XaQJbB.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -2,8 +2,8 @@ import { jsx as E } from "react/jsx-runtime";
|
|
|
2
2
|
import f from "react";
|
|
3
3
|
import { c as S } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ECaptionSize as a, EFontWeightCaption as _, EFontType as T } from "./enums.js";
|
|
5
|
-
import { t, F as g } from "../../chunks/constants-
|
|
6
|
-
const C = "
|
|
5
|
+
import { t, F as g } from "../../chunks/constants-KINy2OSZ.js";
|
|
6
|
+
const C = "caption__d0059699", y = "regular__6439103d", M = "semibold__1af32576", R = "c1__f3eafefd", N = "c2__844c6702", b = "d1__b3b663d3", o = {
|
|
7
7
|
caption: C,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
+
import d from "react";
|
|
3
3
|
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { EFontType as y } from "./enums.js";
|
|
5
|
-
import { t as o, F as f } from "../../chunks/constants-
|
|
6
|
-
const _ = "
|
|
5
|
+
import { t as o, F as f } from "../../chunks/constants-KINy2OSZ.js";
|
|
6
|
+
const _ = "codeText__16bc2413", i = {
|
|
7
7
|
codeText: _
|
|
8
|
-
}, l =
|
|
8
|
+
}, l = d.forwardRef(
|
|
9
9
|
({ children: s, className: r, type: a = y.PRIMARY, underline: t, strikethrough: e, tag: c, ...p }, m) => {
|
|
10
10
|
const T = n(
|
|
11
11
|
o.typography,
|
|
@@ -18,7 +18,7 @@ const _ = "codeText__6061ad65", i = {
|
|
|
18
18
|
},
|
|
19
19
|
r
|
|
20
20
|
);
|
|
21
|
-
return /* @__PURE__ */
|
|
21
|
+
return /* @__PURE__ */ x(c || "span", { ref: m, className: T, ...p, children: s });
|
|
22
22
|
}
|
|
23
23
|
);
|
|
24
24
|
l.displayName = "CodeText";
|