@sberbusiness/triplex-next 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-DRBt_s0Q.js → CalendarViewItem-DysxnR-B.js} +18 -18
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-BflrX8i-.js → DropdownListItem-DEMHVloq.js} +16 -16
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-q8qt9K5c.js → FormFieldInput-Cb-NqZOL.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-Y10Bm5lm.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-DHs-Qjcp.js → LightBoxContent-CpxzDBba.js} +11 -11
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-pIOQbY1R.js → ListItemControlsButton-BcWg1BjZ.js} +15 -15
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-ylfekLwv.js → SliderExtendedRail-D-T2vfBA.js} +9 -9
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-DoCkMkMz.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +2 -2
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-xOoub0aL.js → UploadZoneInput-DBUlHhad.js} +7 -7
- package/chunks/{constants-CoLWcWYQ.js → constants-3hOLYskn.js} +10 -10
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-D_H8vO74.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/{utils-BXp6zjzV.js → utils-C3N8DE_4.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +15 -15
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +13 -13
- 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 +9 -9
- 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 +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- 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 +1 -1
- 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 +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- 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 +8 -8
- 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 +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- 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 +4 -4
- 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 +5 -5
- package/components/EmptyView/EmptyView.js +17 -17
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +8 -8
- 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 +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +1 -1
- 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 +2 -2
- package/components/IslandWidget/IslandWidget.js +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- 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 +6 -6
- package/components/LightBox/LightBox.js +10 -10
- 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 +68 -61
- 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 +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +6 -6
- package/components/List/components/ListSortableItemTarget.js +9 -9
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- 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 +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- 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 +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearRange/MonthYearRange.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +5 -5
- 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 +5 -5
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +21 -21
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- 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 +2 -2
- package/components/SegmentedControl/SegmentedControlSegment.js +20 -20
- 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 +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +4 -4
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +17 -17
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +15 -15
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +4 -4
- 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 +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- 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 +1 -1
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- 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 +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +11 -11
- package/components/Tag/Tag.js +14 -14
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +10 -10
- 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 +3 -3
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +15 -15
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- 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 +5 -5
- package/index.d.ts +37 -8
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-CyQjNK-A.js +0 -41
- package/chunks/Card.module-D8T8SSWF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
- package/chunks/Chip-BWrXp8b3.js +0 -77
- package/chunks/Confirm.module-D5UicEEs.js +0 -15
- package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
- package/chunks/Footer.module-BfB70vm7.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
- package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
- package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
- package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
- package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
- package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
- package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
- package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
- package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
- package/chunks/Notification.module-CyBTQm0m.js +0 -20
- package/chunks/Overlay.module-hR6GT0XD.js +0 -18
- package/chunks/Page.module-DydaWXa2.js +0 -11
- package/chunks/SMSField.module-DoBN7Aba.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
- package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
- package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
- package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
- package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
- package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
- package/chunks/TreeView.module-lKZg_HMx.js +0 -9
- package/chunks/utils-CfCPvNY4.js +0 -73
- package/chunks/utils-PKY322-t.js +0 -24
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t, jsxs as _ } from "react/jsx-runtime";
|
|
2
2
|
import T, { useRef as A } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as M, CaretdownStrokeSrvIcon20 as O, CaretdownStrokeSrvIcon16 as z } from "@sberbusiness/icons-next";
|
|
4
|
-
import { EVENT_KEY_CODES as
|
|
4
|
+
import { EVENT_KEY_CODES as c } from "../../../utils/keyboard.js";
|
|
5
5
|
import { LoaderSmall as S } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as x } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -10,7 +10,7 @@ import { EFormFieldStatus as s } from "../../FormField/enums.js";
|
|
|
10
10
|
import { FormFieldClear as W } from "../../FormField/components/FormFieldClear.js";
|
|
11
11
|
import "../../FormField/components/FormFieldCounter.js";
|
|
12
12
|
import "../../FormField/components/FormFieldDescription.js";
|
|
13
|
-
import "../../../chunks/FormFieldInput-
|
|
13
|
+
import "../../../chunks/FormFieldInput-Cb-NqZOL.js";
|
|
14
14
|
import { FormFieldLabel as k } from "../../FormField/components/FormFieldLabel.js";
|
|
15
15
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
16
16
|
import { FormFieldPostfix as B } from "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -20,7 +20,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
20
20
|
import { FormField as P } from "../../FormField/FormField.js";
|
|
21
21
|
import { EComponentSize as o } from "../../../enums/EComponentSize.js";
|
|
22
22
|
import { IconWrapper as v } from "../../IconWrapper/IconWrapper.js";
|
|
23
|
-
const G = "
|
|
23
|
+
const G = "selectExtendedFieldTarget__5ae710cf", K = "caretWrapper__a8641e89", j = "caretIcon__932ba6c4", U = "selectOpened__f552002d", V = "disabled__308ef8dd", Y = "target__a686d6b4", e = {
|
|
24
24
|
selectExtendedFieldTarget: G,
|
|
25
25
|
caretWrapper: K,
|
|
26
26
|
caretIcon: j,
|
|
@@ -36,7 +36,7 @@ const G = "selectExtendedFieldTarget__dc46a477", K = "caretWrapper__3c6e7a6c", j
|
|
|
36
36
|
[o.MD]: /* @__PURE__ */ t(S, { size: o.MD, theme: x.BRAND }),
|
|
37
37
|
[o.LG]: /* @__PURE__ */ t(S, { size: o.LG, theme: x.BRAND })
|
|
38
38
|
}, J = T.forwardRef(
|
|
39
|
-
(u,
|
|
39
|
+
(u, d) => {
|
|
40
40
|
const {
|
|
41
41
|
children: Q,
|
|
42
42
|
className: N,
|
|
@@ -54,8 +54,8 @@ const G = "selectExtendedFieldTarget__dc46a477", K = "caretWrapper__3c6e7a6c", j
|
|
|
54
54
|
status: l,
|
|
55
55
|
tabIndex: X,
|
|
56
56
|
fieldLabel: R,
|
|
57
|
-
...
|
|
58
|
-
} = u,
|
|
57
|
+
...b
|
|
58
|
+
} = u, C = A(null), L = g(
|
|
59
59
|
e.selectExtendedFieldTarget,
|
|
60
60
|
{
|
|
61
61
|
[e.selectOpened]: a,
|
|
@@ -72,10 +72,10 @@ const G = "selectExtendedFieldTarget__dc46a477", K = "caretWrapper__3c6e7a6c", j
|
|
|
72
72
|
},
|
|
73
73
|
onKeyDown: (r) => {
|
|
74
74
|
i && l === s.DISABLED || (a || [
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
75
|
+
c.SPACE,
|
|
76
|
+
c.ENTER,
|
|
77
|
+
c.ARROW_DOWN,
|
|
78
|
+
c.ARROW_UP
|
|
79
79
|
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(), h(!a)), m == null || m(r));
|
|
80
80
|
},
|
|
81
81
|
status: l,
|
|
@@ -83,9 +83,9 @@ const G = "selectExtendedFieldTarget__dc46a477", K = "caretWrapper__3c6e7a6c", j
|
|
|
83
83
|
className: L,
|
|
84
84
|
"aria-expanded": a,
|
|
85
85
|
"aria-haspopup": "listbox",
|
|
86
|
-
"data-tx": "0.
|
|
86
|
+
"data-tx": "0.28.0",
|
|
87
87
|
active: a,
|
|
88
|
-
...
|
|
88
|
+
...b,
|
|
89
89
|
children: [
|
|
90
90
|
I ? /* @__PURE__ */ t(w, { children: I }) : null,
|
|
91
91
|
/* @__PURE__ */ t(k, { children: R }),
|
|
@@ -93,7 +93,7 @@ const G = "selectExtendedFieldTarget__dc46a477", K = "caretWrapper__3c6e7a6c", j
|
|
|
93
93
|
y,
|
|
94
94
|
{
|
|
95
95
|
ref: (r) => {
|
|
96
|
-
|
|
96
|
+
C.current = r, typeof d == "function" ? d(r) : d && (d.current = r);
|
|
97
97
|
},
|
|
98
98
|
className: g(e.target, {
|
|
99
99
|
[e.placeholder]: !!D && !n,
|
|
@@ -7,7 +7,7 @@ import { SelectExtendedFieldDropdownDefault as S } from "../SelectExtendedField/
|
|
|
7
7
|
import { DropdownListContext as E } from "../Dropdown/DropdownListContext.js";
|
|
8
8
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
9
9
|
import "../Dropdown/desktop/DropdownList.js";
|
|
10
|
-
import "../../chunks/DropdownListItem-
|
|
10
|
+
import "../../chunks/DropdownListItem-DEMHVloq.js";
|
|
11
11
|
import { EDropdownWidth as F } from "../Dropdown/desktop/enums.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
13
13
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
4
|
+
const a = "skeleton__3aff9102", k = "light__ee81b0ee", c = "dark__0261ce88", e = {
|
|
5
|
+
skeleton: a,
|
|
6
6
|
light: k,
|
|
7
|
-
dark:
|
|
7
|
+
dark: c
|
|
8
8
|
}, _ = ({ className: s, type: o = t.DARK, ...l }) => /* @__PURE__ */ n(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
@@ -13,7 +13,7 @@ const c = "skeleton__6de421b0", k = "light__1e04840f", a = "dark__66ee4c5c", e =
|
|
|
13
13
|
[e.light]: o === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.28.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { SliderExtendedDot as R } from "./components/SliderExtendedDot/SliderExtendedDot.js";
|
|
5
5
|
import { SliderExtendedMarks as j } from "./components/SliderExtendedMarks/SliderExtendedMarks.js";
|
|
6
6
|
import { SliderExtendedMark as H } from "./components/SliderExtendedMarks/SliderExtendedMark.js";
|
|
7
|
-
import { s as c, S as F } from "../../chunks/SliderExtendedRail-
|
|
7
|
+
import { s as c, S as F } from "../../chunks/SliderExtendedRail-D-T2vfBA.js";
|
|
8
8
|
import { SliderExtendedTrack as I } from "./components/SliderExtendedTrack/SliderExtendedTrack.js";
|
|
9
9
|
import { SliderExtendedContext as L } from "./SliderExtendedContext.js";
|
|
10
10
|
import { SliderExtendedUtils as x } from "./SliderExtendedUtils.js";
|
|
@@ -82,7 +82,7 @@ const q = U(c), w = ({
|
|
|
82
82
|
[c.disabled]: !!m
|
|
83
83
|
}),
|
|
84
84
|
...g,
|
|
85
|
-
"data-tx": "0.
|
|
85
|
+
"data-tx": "0.28.0",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as I, Fragment as B, jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a, useContext as re, useRef as le, useLayoutEffect as L, useEffect as ae } from "react";
|
|
3
3
|
import { u as ie, l as k, c as ne } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { SliderExtendedUtils as o } from "../../SliderExtendedUtils.js";
|
|
@@ -9,7 +9,7 @@ import { useSliderExtendedDotTabIndex as me } from "./useSliderExtendedDotTabInd
|
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { EVENT_KEY_CODES as p } from "../../../../utils/keyboard.js";
|
|
11
11
|
import { createSizeToClassNameMap as fe } from "../../../../utils/classNameMaps.js";
|
|
12
|
-
const pe = "
|
|
12
|
+
const pe = "sliderExtendedDot__d1552300", xe = "focusedByClick__68d0b97f", he = "disabled__520d6ab7", ge = "dragByMouse__7cfa69a2", De = "lg__c670c21d", i = {
|
|
13
13
|
sliderExtendedDot: pe,
|
|
14
14
|
focusedByClick: xe,
|
|
15
15
|
disabled: he,
|
|
@@ -92,17 +92,17 @@ const pe = "sliderExtendedDot__324821e6", xe = "focusedByClick__83aa007e", he =
|
|
|
92
92
|
}
|
|
93
93
|
}, T = (e) => {
|
|
94
94
|
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend", T);
|
|
95
|
-
},
|
|
96
|
-
e.preventDefault(), O.moveToPrevStep(
|
|
95
|
+
}, b = () => z.filter((e) => e.id === l)[0], te = (e) => {
|
|
96
|
+
e.preventDefault(), O.moveToPrevStep(b(), s);
|
|
97
97
|
}, oe = (e) => {
|
|
98
|
-
e.preventDefault(), O.moveToNextStep(
|
|
98
|
+
e.preventDefault(), O.moveToNextStep(b(), s);
|
|
99
99
|
}, se = (e) => {
|
|
100
100
|
y || V(!0), N(!0), h == null || h(e);
|
|
101
101
|
}, de = (e) => {
|
|
102
102
|
y && V(!1), E(!1), N(!1), x == null || x(e);
|
|
103
103
|
};
|
|
104
|
-
return /* @__PURE__ */ B
|
|
105
|
-
W && /* @__PURE__ */ B
|
|
104
|
+
return /* @__PURE__ */ I(B, { children: [
|
|
105
|
+
W && /* @__PURE__ */ I(B, { children: [
|
|
106
106
|
/* @__PURE__ */ f(
|
|
107
107
|
F,
|
|
108
108
|
{
|
|
@@ -3,7 +3,7 @@ import C from "react";
|
|
|
3
3
|
import { SliderExtendedContext as M } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { SliderExtendedMarkActions as s } from "./SliderExtendedMarkActions.js";
|
|
5
5
|
import { c as o } from "../../../../chunks/vendor---Om3uMV.js";
|
|
6
|
-
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-
|
|
6
|
+
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-CEd_dK23.js";
|
|
7
7
|
import { EComponentSize as z } from "../../../../enums/EComponentSize.js";
|
|
8
8
|
import { ETextSize as c } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-
|
|
3
|
+
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-CEd_dK23.js";
|
|
4
4
|
const t = ({ className: s, ...e }) => /* @__PURE__ */ r("div", { className: d(a.sliderExtendedMarks, s), ...e });
|
|
5
5
|
t.displayName = "SliderExtendedMarks";
|
|
6
6
|
export {
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../SliderExtendedContext.js";
|
|
4
4
|
import "../SliderExtendedUtils.js";
|
|
5
5
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SliderExtendedRail-
|
|
6
|
+
import { S as d } from "../../../chunks/SliderExtendedRail-D-T2vfBA.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SliderExtendedRail
|
|
9
9
|
};
|
|
@@ -3,15 +3,15 @@ import r from "react";
|
|
|
3
3
|
import { SliderExtendedContext as _ } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { c as e } from "../../../../chunks/vendor---Om3uMV.js";
|
|
5
5
|
import { createSizeToClassNameMap as v } from "../../../../utils/classNameMaps.js";
|
|
6
|
-
const E = "
|
|
6
|
+
const E = "sliderExtendedTooltipOverlay__a081b405", C = "lg__c670c21d", N = "tooltipBody__36a26b46", O = "tooltipTip__819331f3", t = {
|
|
7
7
|
sliderExtendedTooltipOverlay: E,
|
|
8
8
|
lg: C,
|
|
9
9
|
tooltipBody: N,
|
|
10
10
|
tooltipTip: O
|
|
11
11
|
}, h = v(t), W = ({
|
|
12
12
|
value: i,
|
|
13
|
-
children:
|
|
14
|
-
...
|
|
13
|
+
children: d,
|
|
14
|
+
...c
|
|
15
15
|
}) => {
|
|
16
16
|
const o = r.useRef(null), { min: l, max: p, size: a } = r.useContext(_), m = () => {
|
|
17
17
|
var s;
|
|
@@ -25,9 +25,9 @@ const E = "sliderExtendedTooltipOverlay__9ca0e67c", C = "lg__fc3533f9", N = "too
|
|
|
25
25
|
{
|
|
26
26
|
ref: o,
|
|
27
27
|
className: e(t.sliderExtendedTooltipOverlay, h[a]),
|
|
28
|
-
...
|
|
28
|
+
...c,
|
|
29
29
|
children: [
|
|
30
|
-
/* @__PURE__ */ n("div", { className: e(t.tooltipBody), style: { left: `${m()}px` }, children:
|
|
30
|
+
/* @__PURE__ */ n("div", { className: e(t.tooltipBody), style: { left: `${m()}px` }, children: d }),
|
|
31
31
|
/* @__PURE__ */ n("div", { className: e(t.tooltipTip) })
|
|
32
32
|
]
|
|
33
33
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as L, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { l as X, c as
|
|
4
|
-
import { SliderExtendedContext as
|
|
2
|
+
import { useState as c, useContext as ce, useRef as O, useLayoutEffect as P } from "react";
|
|
3
|
+
import { l as X, c as le } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { SliderExtendedContext as ae } from "../../SliderExtendedContext.js";
|
|
5
5
|
import { SliderExtendedMoveHandler as de } from "../SliderExtendedMoveHandler.js";
|
|
6
6
|
import { SliderExtendedUtils as z } from "../../SliderExtendedUtils.js";
|
|
7
|
-
import { SliderExtendedTrackActions as
|
|
7
|
+
import { SliderExtendedTrackActions as l } from "./SliderExtendedTrackActions.js";
|
|
8
8
|
import { EVENT_KEY_CODES as g } from "../../../../utils/keyboard.js";
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { createSizeToClassNameMap as ie } from "../../../../utils/classNameMaps.js";
|
|
11
|
-
const ne = "
|
|
11
|
+
const ne = "sliderExtendedTrack__f4e392fe", fe = "lg__c670c21d", ue = "focusedByClick__68d0b97f", me = "hoverOrDragByMouse__19f9ff0c", he = "staticSlider__8aa14cab", ge = "disabled__520d6ab7", o = {
|
|
12
12
|
sliderExtendedTrack: ne,
|
|
13
|
-
lg:
|
|
14
|
-
focusedByClick:
|
|
13
|
+
lg: fe,
|
|
14
|
+
focusedByClick: ue,
|
|
15
15
|
hoverOrDragByMouse: me,
|
|
16
16
|
staticSlider: he,
|
|
17
17
|
disabled: ge
|
|
@@ -26,7 +26,7 @@ const ne = "sliderExtendedTrack__e8aed873", ue = "lg__fc3533f9", fe = "focusedBy
|
|
|
26
26
|
onTouchStart: y,
|
|
27
27
|
...A
|
|
28
28
|
}) => {
|
|
29
|
-
const [W,
|
|
29
|
+
const [W, b] = c(!1), [a, C] = c(!1), [H, v] = c(!1), [V, d] = c(!1), [U, S] = c(-1), {
|
|
30
30
|
disabled: M,
|
|
31
31
|
dots: s,
|
|
32
32
|
focused: i,
|
|
@@ -35,58 +35,58 @@ const ne = "sliderExtendedTrack__e8aed873", ue = "lg__fc3533f9", fe = "focusedBy
|
|
|
35
35
|
setIsHoverOrDragTrack: n,
|
|
36
36
|
reverse: _,
|
|
37
37
|
setFocused: R,
|
|
38
|
-
steps:
|
|
38
|
+
steps: f,
|
|
39
39
|
size: $
|
|
40
|
-
} = ae
|
|
40
|
+
} = ce(ae), u = O(0), m = O(null);
|
|
41
41
|
if (P(() => {
|
|
42
|
-
s.length > 1 && k ?
|
|
42
|
+
s.length > 1 && k ? a || C(!0) : a !== !1 && C(!1);
|
|
43
43
|
}, [s, k]), P(() => {
|
|
44
|
-
s.length > 1 &&
|
|
44
|
+
s.length > 1 && S(i ? 2 : -1);
|
|
45
45
|
}, [i]), !s.length)
|
|
46
46
|
return null;
|
|
47
47
|
const w = (e) => (t) => {
|
|
48
|
-
v(!0), d(!0), document.addEventListener("mouseup", N), r && (
|
|
48
|
+
v(!0), d(!0), document.addEventListener("mouseup", N), r && (u.current = z.getNormalizedCursorValue({
|
|
49
49
|
cursorXPosition: t.clientX,
|
|
50
50
|
railNode: r
|
|
51
51
|
})), e(t), x == null || x(t);
|
|
52
|
-
}, G = (e) =>
|
|
53
|
-
cursorPrevNormalizedValue:
|
|
52
|
+
}, G = (e) => l.dragDots({
|
|
53
|
+
cursorPrevNormalizedValue: u,
|
|
54
54
|
cursorXPosition: e.clientX,
|
|
55
55
|
dots: s,
|
|
56
56
|
railNode: r,
|
|
57
57
|
reverse: _,
|
|
58
|
-
steps:
|
|
58
|
+
steps: f
|
|
59
59
|
}), N = (e) => {
|
|
60
60
|
d(!1), e.target !== m.current && n(!1), document.removeEventListener("mouseup", N);
|
|
61
61
|
}, Y = (e) => (t) => {
|
|
62
|
-
t.touches.length == 1 && (v(!0), d(!0), document.addEventListener("touchend", I), r && (
|
|
62
|
+
t.touches.length == 1 && (v(!0), d(!0), document.addEventListener("touchend", I), r && (u.current = z.getNormalizedCursorValue({
|
|
63
63
|
cursorXPosition: t.touches[0].clientX,
|
|
64
64
|
railNode: r
|
|
65
65
|
})), e(t), y == null || y(t));
|
|
66
66
|
}, q = (e) => {
|
|
67
|
-
e.touches.length == 1 && (e.cancelable && e.preventDefault(),
|
|
68
|
-
cursorPrevNormalizedValue:
|
|
67
|
+
e.touches.length == 1 && (e.cancelable && e.preventDefault(), l.dragDots({
|
|
68
|
+
cursorPrevNormalizedValue: u,
|
|
69
69
|
cursorXPosition: e.touches[0].clientX,
|
|
70
70
|
dots: s,
|
|
71
71
|
railNode: r,
|
|
72
72
|
reverse: _,
|
|
73
|
-
steps:
|
|
73
|
+
steps: f
|
|
74
74
|
}));
|
|
75
75
|
}, I = (e) => {
|
|
76
76
|
e.cancelable && e.preventDefault(), d(!1), e.target !== m.current && n(!1), document.removeEventListener("touchend", I);
|
|
77
77
|
}, J = (e) => {
|
|
78
|
-
e.preventDefault(),
|
|
78
|
+
e.preventDefault(), l.moveToPrevStep(s, f);
|
|
79
79
|
}, Q = (e) => {
|
|
80
|
-
e.preventDefault(),
|
|
80
|
+
e.preventDefault(), l.moveToNextStep(s, f);
|
|
81
81
|
}, Z = (e) => {
|
|
82
|
-
i || R(!0),
|
|
82
|
+
i || R(!0), b(!0), E == null || E(e);
|
|
83
83
|
}, ee = (e) => {
|
|
84
|
-
i && R(!1), v(!1),
|
|
84
|
+
i && R(!1), v(!1), b(!1), p == null || p(e);
|
|
85
85
|
}, te = (e) => {
|
|
86
86
|
n(!0), D == null || D(e);
|
|
87
87
|
}, se = (e) => {
|
|
88
88
|
V || n(!1), T == null || T(e);
|
|
89
|
-
}, { left: re, right: oe } =
|
|
89
|
+
}, { left: re, right: oe } = l.getTrackPosition({ dots: s, reverse: _ });
|
|
90
90
|
return /* @__PURE__ */ B(L, { children: [
|
|
91
91
|
W && /* @__PURE__ */ B(L, { children: [
|
|
92
92
|
/* @__PURE__ */ h(
|
|
@@ -114,14 +114,14 @@ const ne = "sliderExtendedTrack__e8aed873", ue = "lg__fc3533f9", fe = "focusedBy
|
|
|
114
114
|
"span",
|
|
115
115
|
{
|
|
116
116
|
role: "button",
|
|
117
|
-
tabIndex: !M &&
|
|
117
|
+
tabIndex: !M && a ? U : -1,
|
|
118
118
|
...A,
|
|
119
|
-
className:
|
|
119
|
+
className: le(o.sliderExtendedTrack, pe[$], K, {
|
|
120
120
|
[o.disabled]: M,
|
|
121
121
|
[o.focusedByClick]: H,
|
|
122
122
|
[o.hoverOrDragByMouse]: j,
|
|
123
123
|
// Не перетаскиваемый.
|
|
124
|
-
[o.staticSlider]: !
|
|
124
|
+
[o.staticSlider]: !a
|
|
125
125
|
}),
|
|
126
126
|
onBlur: ee,
|
|
127
127
|
onFocus: Z,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import a from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "smallInput__7371115e", n = {
|
|
5
5
|
smallInput: o
|
|
6
|
-
},
|
|
7
|
-
|
|
6
|
+
}, e = a.forwardRef(({ className: t, ...l }, s) => /* @__PURE__ */ m("input", { className: p(n.smallInput, t), ...l, type: "text", ref: s }));
|
|
7
|
+
e.displayName = "SmallInput";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
e as SmallInput
|
|
10
10
|
};
|
|
11
11
|
//# sourceMappingURL=SmallInput.js.map
|
|
@@ -7,10 +7,10 @@ import "../Button/ButtonIcon.js";
|
|
|
7
7
|
import "../Button/ButtonDropdown.js";
|
|
8
8
|
import "../Button/ButtonDropdownExtended.js";
|
|
9
9
|
import { EButtonTheme as R } from "../Button/enums.js";
|
|
10
|
-
import { EComponentSize as
|
|
10
|
+
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
12
|
-
import { u as j, c as
|
|
13
|
-
const y = "
|
|
12
|
+
import { u as j, c as _ } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
+
const y = "spoiler__4587943e", D = "opened__452dc1b2", q = "caretIcon__76ea4c71", A = "head__2bfd4a47", G = "content__ddc8b5a9", H = "hidden__b5919835", K = "lg__84649afb", $ = "md__0133ae91", F = "sm__924fd8e5", e = {
|
|
14
14
|
spoiler: y,
|
|
15
15
|
opened: D,
|
|
16
16
|
caretIcon: q,
|
|
@@ -21,25 +21,25 @@ const y = "spoiler__c7233c8c", D = "opened__07c5fd6a", q = "caretIcon__98667817"
|
|
|
21
21
|
md: $,
|
|
22
22
|
sm: F
|
|
23
23
|
}, J = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
}, O = g(e), P = z.forwardRef((
|
|
24
|
+
[s.SM]: /* @__PURE__ */ a(B, { paletteIndex: 5, className: e.caretIcon }),
|
|
25
|
+
[s.MD]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon }),
|
|
26
|
+
[s.LG]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon })
|
|
27
|
+
}, O = g(e), P = z.forwardRef((h, f) => {
|
|
28
28
|
const {
|
|
29
29
|
children: I,
|
|
30
|
-
expanded:
|
|
30
|
+
expanded: c,
|
|
31
31
|
onToggle: o,
|
|
32
32
|
toggle: n,
|
|
33
33
|
className: x,
|
|
34
34
|
labelExpand: S,
|
|
35
35
|
labelCollapse: u,
|
|
36
36
|
rightBlock: N,
|
|
37
|
-
size: r =
|
|
37
|
+
size: r = s.MD,
|
|
38
38
|
...b
|
|
39
|
-
} =
|
|
39
|
+
} = h, d = c !== void 0, [C, v] = T(c), t = d ? c : C, m = E(`Spoiler-${j()}`), M = w(() => {
|
|
40
40
|
const i = !t;
|
|
41
41
|
d ? n == null || n(i) : v(i), o == null || o(i);
|
|
42
|
-
}, [d, n, t, o]), k =
|
|
42
|
+
}, [d, n, t, o]), k = _(
|
|
43
43
|
e.spoiler,
|
|
44
44
|
O[r],
|
|
45
45
|
{
|
|
@@ -47,7 +47,7 @@ const y = "spoiler__c7233c8c", D = "opened__07c5fd6a", q = "caretIcon__98667817"
|
|
|
47
47
|
},
|
|
48
48
|
x
|
|
49
49
|
);
|
|
50
|
-
return /* @__PURE__ */ l("div", { ...b, className: k, "data-tx": "0.
|
|
50
|
+
return /* @__PURE__ */ l("div", { ...b, className: k, "data-tx": "0.28.0", ref: f, children: [
|
|
51
51
|
/* @__PURE__ */ l("div", { className: e.head, children: [
|
|
52
52
|
/* @__PURE__ */ l(
|
|
53
53
|
L,
|
|
@@ -65,7 +65,7 @@ const y = "spoiler__c7233c8c", D = "opened__07c5fd6a", q = "caretIcon__98667817"
|
|
|
65
65
|
),
|
|
66
66
|
N
|
|
67
67
|
] }),
|
|
68
|
-
/* @__PURE__ */ a("div", { id: m.current, className:
|
|
68
|
+
/* @__PURE__ */ a("div", { id: m.current, className: _(e.content, { [e.hidden]: !t }), children: I })
|
|
69
69
|
] });
|
|
70
70
|
});
|
|
71
71
|
P.displayName = "Spoiler";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { c as a } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as r } from "../../chunks/StatusTracker.module-
|
|
4
|
+
import { s as r } from "../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
5
5
|
import { EStatusTrackerType as t, EStatusTrackerVerticalAlign as o } from "./enums.js";
|
|
6
6
|
import { StatusTrackerMedia as u } from "./components/StatusTrackerMedia.js";
|
|
7
7
|
import { StatusTrackerHeader as k } from "./components/StatusTrackerHeader.js";
|
|
@@ -23,7 +23,7 @@ const c = {
|
|
|
23
23
|
className: a(r.statusTrackerWrapper, m),
|
|
24
24
|
...T,
|
|
25
25
|
ref: d,
|
|
26
|
-
"data-tx": "0.
|
|
26
|
+
"data-tx": "0.28.0",
|
|
27
27
|
children: [
|
|
28
28
|
/* @__PURE__ */ s("div", { className: a(r.statusTrackerBackground, c[e]), children: /* @__PURE__ */ s("div", { className: a(r.statusTrackerColor, c[e]) }) }, e),
|
|
29
29
|
/* @__PURE__ */ s("div", { className: a(r.statusTracker, S[l]), children: i })
|
|
@@ -3,7 +3,7 @@ import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
|
3
3
|
import "../../Alert/AlertContext/AlertContext.js";
|
|
4
4
|
import { AlertProcess as i } from "../../Alert/AlertProcess/AlertProcess.js";
|
|
5
5
|
import "../../Alert/AlertTypeUtils.js";
|
|
6
|
-
import { s as p } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as p } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
9
|
import "../../Typography/CodeText.js";
|
|
@@ -3,7 +3,7 @@ import e from "react";
|
|
|
3
3
|
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { StatusTrackerStatus as c } from "./StatusTrackerStatus.js";
|
|
5
5
|
import { StatusTrackerAlert as i } from "./StatusTrackerAlert.js";
|
|
6
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as u } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
e.forwardRef(function({ children: r, className: t, ...a }, s) {
|
|
9
9
|
return /* @__PURE__ */ o("div", { className: m(u.statusTrackerChild, t), ...a, ref: s, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as a } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
4
4
|
import { Button as p } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
@@ -5,7 +5,7 @@ import "../../Typography/Caption.js";
|
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import { Text as c } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as a } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
9
9
|
const E = (r) => {
|
|
10
10
|
const { children: t, className: s, ...o } = r;
|
|
11
11
|
return /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
3
|
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as r } from "../../../chunks/StatusTracker.module-
|
|
4
|
+
import { s as r } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
5
5
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
6
6
|
import { StatusTrackerButton as p } from "./StatusTrackerButton.js";
|
|
7
7
|
const u = Object.assign(
|
|
@@ -4,7 +4,7 @@ import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
5
5
|
import { StatusTrackerTitle as c } from "./StatusTrackerTitle.js";
|
|
6
6
|
import { StatusTrackerSum as p } from "./StatusTrackerSum.js";
|
|
7
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as u } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
8
8
|
const f = Object.assign(
|
|
9
9
|
o.forwardRef(function({ children: r, className: t, ...a }, e) {
|
|
10
10
|
return /* @__PURE__ */ s("div", { className: i(u.statusTrackerChild, t), ...a, ref: e, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as o } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
4
4
|
const d = (s) => {
|
|
5
5
|
const { children: r, className: t, ...a } = s;
|
|
6
6
|
return /* @__PURE__ */ e("div", { className: c(o.statusTrackerChild, t), ...a, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
4
4
|
import { MarkerStatus as c } from "../../MarkerStatus/MarkerStatus.js";
|
|
5
5
|
const f = (s) => {
|
|
6
6
|
const { children: t, className: r, ...a } = s;
|
|
@@ -6,7 +6,7 @@ import "../../Typography/CodeText.js";
|
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as a } from "../../Typography/Title.js";
|
|
8
8
|
import { Amount as c } from "../../Amount/Amount.js";
|
|
9
|
-
import { s as l } from "../../../chunks/StatusTracker.module-
|
|
9
|
+
import { s as l } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
10
10
|
const k = (r) => {
|
|
11
11
|
const { className: o, amountProps: m, ...s } = r;
|
|
12
12
|
return /* @__PURE__ */ t(
|
|
@@ -5,7 +5,7 @@ import "../../Typography/Caption.js";
|
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as l } from "../../Typography/Title.js";
|
|
8
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as c } from "../../../chunks/StatusTracker.module-DhavZ4lj.js";
|
|
9
9
|
const k = (t) => {
|
|
10
10
|
const { children: r, className: e, ...i } = t;
|
|
11
11
|
return /* @__PURE__ */ s(
|
package/components/Step/Step.js
CHANGED
|
@@ -6,17 +6,17 @@ import { Tooltip as a } from "../Tooltip/Tooltip.js";
|
|
|
6
6
|
import { EFontWeightText as u, ETextSize as N } from "../Typography/enums.js";
|
|
7
7
|
import "../Typography/Caption.js";
|
|
8
8
|
import "../Typography/CodeText.js";
|
|
9
|
-
import { Text as
|
|
9
|
+
import { Text as b } from "../Typography/Text.js";
|
|
10
10
|
import "../Typography/Title.js";
|
|
11
|
-
import { c as
|
|
12
|
-
import { EComponentSize as
|
|
13
|
-
import { createSizeToClassNameMap as
|
|
14
|
-
const
|
|
15
|
-
step:
|
|
16
|
-
sm:
|
|
17
|
-
md:
|
|
18
|
-
lg:
|
|
19
|
-
default: "
|
|
11
|
+
import { c as D } from "../../chunks/vendor---Om3uMV.js";
|
|
12
|
+
import { EComponentSize as O } from "../../enums/EComponentSize.js";
|
|
13
|
+
import { createSizeToClassNameMap as I } from "../../utils/classNameMaps.js";
|
|
14
|
+
const L = "step__4b299165", M = "sm__a46700d5", P = "md__7aee097a", R = "lg__d3e8eeab", x = "done__0bd768de", C = "warning__4ea0d1f7", h = "active__40038d59", v = "error__abb58c3b", z = "disabled__96b59f17", t = {
|
|
15
|
+
step: L,
|
|
16
|
+
sm: M,
|
|
17
|
+
md: P,
|
|
18
|
+
lg: R,
|
|
19
|
+
default: "default__f452b685",
|
|
20
20
|
done: x,
|
|
21
21
|
warning: C,
|
|
22
22
|
active: h,
|
|
@@ -33,20 +33,20 @@ const M = "step__d8fa9aa8", P = "sm__103cce27", R = "md__6ec459c8", b = "lg__b4e
|
|
|
33
33
|
[e.XFirst]: n.START,
|
|
34
34
|
[e.Default]: n.CENTER,
|
|
35
35
|
[e.XLast]: n.END
|
|
36
|
-
}, B =
|
|
36
|
+
}, B = I(t), Y = (r, s) => s === 0 ? e.XFirst : s + 1 === r ? e.XLast : e.Default, F = ({
|
|
37
37
|
children: r,
|
|
38
38
|
className: s,
|
|
39
39
|
step: m,
|
|
40
40
|
status: _,
|
|
41
|
-
position:
|
|
42
|
-
size:
|
|
41
|
+
position: d = e.Default,
|
|
42
|
+
size: p = O.MD,
|
|
43
43
|
...f
|
|
44
44
|
}) => {
|
|
45
|
-
const
|
|
46
|
-
return r ? /* @__PURE__ */ E(a, { size: A.SM, toggleType: "hover", alignTip: T, targetRef:
|
|
47
|
-
/* @__PURE__ */ i(a.Target, { children:
|
|
45
|
+
const l = g(null), T = y[d], S = D(t.step, w[_], B[p], s), c = () => /* @__PURE__ */ i("div", { ref: l, className: S, ...f, children: /* @__PURE__ */ i(b, { size: N.B1, weight: u.SEMIBOLD, children: m }) });
|
|
46
|
+
return r ? /* @__PURE__ */ E(a, { size: A.SM, toggleType: "hover", alignTip: T, targetRef: l, children: [
|
|
47
|
+
/* @__PURE__ */ i(a.Target, { children: c() }),
|
|
48
48
|
/* @__PURE__ */ i(a.Body, { children: r })
|
|
49
|
-
] }) :
|
|
49
|
+
] }) : c();
|
|
50
50
|
};
|
|
51
51
|
F.displayName = "Step";
|
|
52
52
|
export {
|