@sberbusiness/triplex-next 0.15.0 → 0.17.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-DnMeoMRa.js +39 -0
- package/chunks/{CalendarViewItem-C4iZEwoX.js → CalendarViewItem-DJCvUxM5.js} +12 -12
- package/chunks/Card.module-CMUnMJ_k.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CggPosrf.js +14 -0
- package/chunks/{Chip-CQvFfbck.js → Chip-NCNX4aqk.js} +14 -14
- package/chunks/Confirm.module-BYcKID70.js +15 -0
- package/chunks/{DropdownListItem-CcCakDyr.js → DropdownListItem-BuR89hPJ.js} +19 -19
- package/chunks/DropdownMobile.module-D1kNUx6-.js +23 -0
- package/chunks/Footer.module-cBu_SV2P.js +9 -0
- package/chunks/FormFieldInput-EYc8oHbI.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-QC9-L6FM.js +9 -0
- package/chunks/HeaderTabs.module-Bg8pE2hc.js +9 -0
- package/chunks/{HeaderTitle.module-BVJYOrCs.js → HeaderTitle.module-BEtGrxIR.js} +2 -2
- package/chunks/IslandAccordion.module-vTFelMzP.js +25 -0
- package/chunks/IslandWidgetFooter.module-CM5h0W7b.js +9 -0
- package/chunks/IslandWidgetHeader.module-C5Me9IIL.js +12 -0
- package/chunks/{LightBoxContent-MLggVllJ.js → LightBoxContent-tmFMe3Jq.js} +14 -14
- package/chunks/LightBoxControls.module-p6sqZFX7.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BqbeiAEG.js +8 -0
- package/chunks/{ListItemControlsButton-BShMlm2B.js → ListItemControlsButton-CDYgneeE.js} +10 -10
- package/chunks/ListItemTail.module-BpGKcI6W.js +12 -0
- package/chunks/ListMasterFooter.module-B7YGTi33.js +10 -0
- package/chunks/ModalWindow.module-ZH4YBn7A.js +17 -0
- package/chunks/Notification.module-_VFcjKv9.js +21 -0
- package/chunks/Overlay.module-DJfkOjXa.js +18 -0
- package/chunks/Page.module-hM20h-I6.js +11 -0
- package/chunks/{RightBorderArrow-CxMqoJOA.js → RightBorderArrow-_zjTHek_.js} +4 -4
- package/chunks/SMSField.module-CY9R7ACZ.js +16 -0
- package/chunks/SliderExtendedMarks.module-CcgK2mu-.js +15 -0
- package/chunks/SliderExtendedRail-aR4aPOcb.js +40 -0
- package/chunks/StatusTracker.module-s_qiteNu.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-BLvUyupa.js +14 -0
- package/chunks/TableFooter.module-XxoB1ydg.js +14 -0
- package/chunks/TabsExtended.module-Ce6tDS2A.js +16 -0
- package/chunks/TabsLine.module-YxNiuXB5.js +21 -0
- package/chunks/TooltipDesktop.module-CyeERXWq.js +19 -0
- package/chunks/TreeView.module-DV2mpAEi.js +9 -0
- package/chunks/{UploadZoneInput-DRVoNz0G.js → UploadZoneInput-BuIUwilQ.js} +5 -5
- package/chunks/{constants-C0-h2pRq.js → constants-BG01GOrx.js} +2 -2
- package/chunks/{utils-DYe-VisL.js → utils-C3Drcn94.js} +10 -10
- package/chunks/utils-DT0zStlo.js +73 -0
- package/chunks/utils-DYuqi1kC.js +24 -0
- package/chunks/{utils-qhEFBj7O.js → utils-uktTSRz4.js} +4 -4
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +18 -18
- package/components/Badge/Badge.js +26 -13
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +12 -12
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +5 -5
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +7 -7
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +19 -19
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/ExpandAnimation/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +16 -16
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +14 -14
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +39 -38
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +8 -8
- package/components/IslandWidget/IslandWidget.js +7 -7
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +20 -21
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +7 -7
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +9 -9
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +7 -7
- 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 +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +11 -11
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +9 -9
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
- package/components/Suggest/useSuggest.js +3 -3
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +12 -12
- 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 +3 -3
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +18 -18
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +14 -14
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
- package/components/TopOverlay/TopOverlay.js +23 -23
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +19 -19
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +26 -26
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +162 -162
- package/index.d.ts +40 -13
- package/index.js +161 -161
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DwZ5kXLz.js +0 -39
- package/chunks/Card.module-DnZ_SmT7.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +0 -14
- package/chunks/Confirm.module-BrVl-yob.js +0 -15
- package/chunks/DropdownMobile.module-af6OVs0G.js +0 -23
- package/chunks/Footer.module-tAG-SN8m.js +0 -9
- package/chunks/FormFieldInput-M-BWeUyG.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +0 -9
- package/chunks/HeaderTabs.module-HGiK1PZg.js +0 -9
- package/chunks/IslandAccordion.module-BRmaipCD.js +0 -25
- package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +0 -9
- package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +0 -12
- package/chunks/LightBoxControls.module-zJ2jYB7p.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +0 -8
- package/chunks/ListItemTail.module-BBVRXBTR.js +0 -12
- package/chunks/ListMasterFooter.module-8-LOEhYM.js +0 -10
- package/chunks/ModalWindow.module-uM-PCOaZ.js +0 -17
- package/chunks/Notification.module-B7fXFvwU.js +0 -21
- package/chunks/Overlay.module-Dtk3whPQ.js +0 -18
- package/chunks/Page.module-CoeirpZV.js +0 -11
- package/chunks/SMSField.module-wdtLV1SH.js +0 -16
- package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +0 -15
- package/chunks/SliderExtendedRail-BdLhibqT.js +0 -40
- package/chunks/StatusTracker.module-DrbWwUtn.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +0 -14
- package/chunks/TableFooter.module-BDsK8o22.js +0 -14
- package/chunks/TabsExtended.module-jfDq5xSa.js +0 -16
- package/chunks/TabsLine.module-BnotsPff.js +0 -21
- package/chunks/TooltipDesktop.module-CAL6IPaE.js +0 -19
- package/chunks/TreeView.module-BYyI_lNS.js +0 -9
- package/chunks/utils-Bdg4Vfo1.js +0 -24
- package/chunks/utils-DykNYdbk.js +0 -73
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
|
@@ -2,8 +2,8 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../SliderExtendedContext.js";
|
|
4
4
|
import "../SliderExtendedUtils.js";
|
|
5
|
-
import "../../../chunks/vendor-
|
|
6
|
-
import { S as d } from "../../../chunks/SliderExtendedRail-
|
|
5
|
+
import "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
|
+
import { S as d } from "../../../chunks/SliderExtendedRail-aR4aPOcb.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SliderExtendedRail
|
|
9
9
|
};
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { jsxs as u, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { SliderExtendedContext as _ } from "../../SliderExtendedContext.js";
|
|
4
|
-
import { c as e } from "../../../../chunks/vendor-
|
|
4
|
+
import { c as e } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
5
|
import { createSizeToClassNameMap as v } from "../../../../utils/classNameMaps.js";
|
|
6
|
-
const E = "
|
|
6
|
+
const E = "sliderExtendedTooltipOverlay__6605a687", C = "lg__0570c67f", N = "tooltipBody__fb731f04", O = "tooltipTip__0dbe432e", 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
|
-
const o = r.useRef(null), { min: l, max:
|
|
16
|
+
const o = r.useRef(null), { min: l, max: p, size: a } = r.useContext(_), m = () => {
|
|
17
17
|
var s;
|
|
18
18
|
if (!o.current || i === void 0)
|
|
19
19
|
return 0;
|
|
20
|
-
const f = 8, x = 16, T = ((s = o.current) == null ? void 0 : s.clientWidth) || 0, y = (i - l) / (
|
|
20
|
+
const f = 8, x = 16, T = ((s = o.current) == null ? void 0 : s.clientWidth) || 0, y = (i - l) / (p - l);
|
|
21
21
|
return (T / 2 - f - x) * (1 - 2 * y);
|
|
22
22
|
};
|
|
23
23
|
return /* @__PURE__ */ u(
|
|
24
24
|
"div",
|
|
25
25
|
{
|
|
26
26
|
ref: o,
|
|
27
|
-
className: e(t.sliderExtendedTooltipOverlay, h[
|
|
28
|
-
...
|
|
27
|
+
className: e(t.sliderExtendedTooltipOverlay, h[a]),
|
|
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,14 +1,14 @@
|
|
|
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
|
|
5
|
-
import { SliderExtendedMoveHandler 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-DE8Zvm0w.js";
|
|
4
|
+
import { SliderExtendedContext as de } from "../../SliderExtendedContext.js";
|
|
5
|
+
import { SliderExtendedMoveHandler as ae } 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__6b6a0f92", ue = "lg__0570c67f", fe = "focusedByClick__66467c3e", me = "hoverOrDragByMouse__40e164af", he = "staticSlider__0ed184ce", ge = "disabled__d01133c0", o = {
|
|
12
12
|
sliderExtendedTrack: ne,
|
|
13
13
|
lg: ue,
|
|
14
14
|
focusedByClick: fe,
|
|
@@ -26,7 +26,7 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
26
26
|
onTouchStart: y,
|
|
27
27
|
...A
|
|
28
28
|
}) => {
|
|
29
|
-
const [W, C] =
|
|
29
|
+
const [W, C] = c(!1), [d, S] = c(!1), [H, v] = c(!1), [V, a] = c(!1), [U, b] = c(-1), {
|
|
30
30
|
disabled: M,
|
|
31
31
|
dots: s,
|
|
32
32
|
focused: i,
|
|
@@ -37,19 +37,19 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
37
37
|
setFocused: R,
|
|
38
38
|
steps: u,
|
|
39
39
|
size: $
|
|
40
|
-
} =
|
|
40
|
+
} = ce(de), f = O(0), m = O(null);
|
|
41
41
|
if (P(() => {
|
|
42
|
-
s.length > 1 && k ?
|
|
42
|
+
s.length > 1 && k ? d || S(!0) : d !== !1 && S(!1);
|
|
43
43
|
}, [s, k]), P(() => {
|
|
44
44
|
s.length > 1 && b(i ? 2 : -1);
|
|
45
45
|
}, [i]), !s.length)
|
|
46
46
|
return null;
|
|
47
47
|
const w = (e) => (t) => {
|
|
48
|
-
v(!0),
|
|
48
|
+
v(!0), a(!0), document.addEventListener("mouseup", N), r && (f.current = z.getNormalizedCursorValue({
|
|
49
49
|
cursorXPosition: t.clientX,
|
|
50
50
|
railNode: r
|
|
51
51
|
})), e(t), x == null || x(t);
|
|
52
|
-
}, G = (e) =>
|
|
52
|
+
}, G = (e) => l.dragDots({
|
|
53
53
|
cursorPrevNormalizedValue: f,
|
|
54
54
|
cursorXPosition: e.clientX,
|
|
55
55
|
dots: s,
|
|
@@ -57,14 +57,14 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
57
57
|
reverse: _,
|
|
58
58
|
steps: u
|
|
59
59
|
}), N = (e) => {
|
|
60
|
-
|
|
60
|
+
a(!1), e.target !== m.current && n(!1), document.removeEventListener("mouseup", N);
|
|
61
61
|
}, Y = (e) => (t) => {
|
|
62
|
-
t.touches.length == 1 && (v(!0),
|
|
62
|
+
t.touches.length == 1 && (v(!0), a(!0), document.addEventListener("touchend", I), r && (f.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(),
|
|
67
|
+
e.touches.length == 1 && (e.cancelable && e.preventDefault(), l.dragDots({
|
|
68
68
|
cursorPrevNormalizedValue: f,
|
|
69
69
|
cursorXPosition: e.touches[0].clientX,
|
|
70
70
|
dots: s,
|
|
@@ -73,11 +73,11 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
73
73
|
steps: u
|
|
74
74
|
}));
|
|
75
75
|
}, I = (e) => {
|
|
76
|
-
e.cancelable && e.preventDefault(),
|
|
76
|
+
e.cancelable && e.preventDefault(), a(!1), e.target !== m.current && n(!1), document.removeEventListener("touchend", I);
|
|
77
77
|
}, J = (e) => {
|
|
78
|
-
e.preventDefault(),
|
|
78
|
+
e.preventDefault(), l.moveToPrevStep(s, u);
|
|
79
79
|
}, Q = (e) => {
|
|
80
|
-
e.preventDefault(),
|
|
80
|
+
e.preventDefault(), l.moveToNextStep(s, u);
|
|
81
81
|
}, Z = (e) => {
|
|
82
82
|
i || R(!0), C(!0), E == null || E(e);
|
|
83
83
|
}, ee = (e) => {
|
|
@@ -86,7 +86,7 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
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(
|
|
@@ -105,7 +105,7 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
105
105
|
)
|
|
106
106
|
] }),
|
|
107
107
|
/* @__PURE__ */ h(
|
|
108
|
-
|
|
108
|
+
ae,
|
|
109
109
|
{
|
|
110
110
|
onMouseMove: X.throttle(G, 100),
|
|
111
111
|
onTouchMove: X.throttle(q),
|
|
@@ -114,14 +114,14 @@ const ne = "sliderExtendedTrack__4e322434", ue = "lg__ac7347a5", fe = "focusedBy
|
|
|
114
114
|
"span",
|
|
115
115
|
{
|
|
116
116
|
role: "button",
|
|
117
|
-
tabIndex: !M &&
|
|
117
|
+
tabIndex: !M && d ? 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]: !d
|
|
125
125
|
}),
|
|
126
126
|
onBlur: ee,
|
|
127
127
|
onFocus: Z,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as p } from "../../chunks/vendor-
|
|
4
|
-
const o = "
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import m from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const o = "smallInput__5aa9df4b", n = {
|
|
5
5
|
smallInput: o
|
|
6
|
-
}, r =
|
|
6
|
+
}, r = m.forwardRef(({ className: t, ...l }, a) => /* @__PURE__ */ s("input", { className: p(n.smallInput, t), ...l, type: "text", ref: a }));
|
|
7
7
|
r.displayName = "SmallInput";
|
|
8
8
|
export {
|
|
9
9
|
r as SmallInput
|
|
@@ -9,8 +9,8 @@ import "../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonTheme as R } from "../Button/enums.js";
|
|
10
10
|
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
12
|
-
import {
|
|
13
|
-
const y = "
|
|
12
|
+
import { u as j, c as _ } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
13
|
+
const y = "spoiler__a9d2b6e1", D = "opened__5523ddfb", q = "caretIcon__4cee31cb", A = "head__e9ef4b3b", G = "content__c6003084", H = "hidden__134c1722", K = "lg__7a409468", $ = "md__3feb5400", F = "sm__007eb0b1", e = {
|
|
14
14
|
spoiler: y,
|
|
15
15
|
opened: D,
|
|
16
16
|
caretIcon: q,
|
|
@@ -32,11 +32,11 @@ const y = "spoiler__56ac5aed", D = "opened__17ee469d", q = "caretIcon__7e6c3f92"
|
|
|
32
32
|
toggle: n,
|
|
33
33
|
className: x,
|
|
34
34
|
labelExpand: S,
|
|
35
|
-
labelCollapse:
|
|
35
|
+
labelCollapse: b,
|
|
36
36
|
rightBlock: u,
|
|
37
37
|
size: r = s.MD,
|
|
38
|
-
...
|
|
39
|
-
} = h, d = c !== void 0, [
|
|
38
|
+
...N
|
|
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
42
|
}, [d, n, t, o]), k = _(
|
|
@@ -47,7 +47,7 @@ const y = "spoiler__56ac5aed", D = "opened__17ee469d", q = "caretIcon__7e6c3f92"
|
|
|
47
47
|
},
|
|
48
48
|
x
|
|
49
49
|
);
|
|
50
|
-
return /* @__PURE__ */ l("div", { ...
|
|
50
|
+
return /* @__PURE__ */ l("div", { ...N, className: k, "data-tx": "0.17.0", ref: f, children: [
|
|
51
51
|
/* @__PURE__ */ l("div", { className: e.head, children: [
|
|
52
52
|
/* @__PURE__ */ l(
|
|
53
53
|
L,
|
|
@@ -58,7 +58,7 @@ const y = "spoiler__56ac5aed", D = "opened__17ee469d", q = "caretIcon__7e6c3f92"
|
|
|
58
58
|
size: r,
|
|
59
59
|
onClick: M,
|
|
60
60
|
children: [
|
|
61
|
-
t ?
|
|
61
|
+
t ? b : S,
|
|
62
62
|
J[r]
|
|
63
63
|
]
|
|
64
64
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { c as a } from "../../chunks/vendor-
|
|
4
|
-
import { s as r } from "../../chunks/StatusTracker.module-
|
|
3
|
+
import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as r } from "../../chunks/StatusTracker.module-s_qiteNu.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.17.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 })
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../chunks/vendor-
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-DE8Zvm0w.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-s_qiteNu.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
9
|
import { Text as l } from "../../Typography/Text.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as m } from "../../../chunks/vendor-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-DE8Zvm0w.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-s_qiteNu.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 m } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../../chunks/vendor-
|
|
3
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { s as c } from "../../../chunks/StatusTracker.module-s_qiteNu.js";
|
|
4
4
|
import { Button as e } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { ETextSize as m, EFontType as p } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import { Text as c } from "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as a } from "../../../chunks/StatusTracker.module-s_qiteNu.js";
|
|
8
8
|
const D = (r) => {
|
|
9
9
|
const { children: t, className: s, ...o } = r;
|
|
10
10
|
return /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { c as i } from "../../../chunks/vendor-
|
|
4
|
-
import { s as r } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as r } from "../../../chunks/StatusTracker.module-s_qiteNu.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(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.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-s_qiteNu.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
|
-
import { c } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { s as o } from "../../../chunks/StatusTracker.module-s_qiteNu.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
|
-
import { c as e } from "../../../chunks/vendor-
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-s_qiteNu.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;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { ETitleSize as i, EFontWeightTitle as a } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import { Title as p } from "../../Typography/Title.js";
|
|
7
7
|
import { Amount as c } from "../../Amount/Amount.js";
|
|
8
|
-
import { s as l } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as l } from "../../../chunks/StatusTracker.module-s_qiteNu.js";
|
|
9
9
|
const g = (r) => {
|
|
10
10
|
const { className: o, amountProps: m, ...s } = r;
|
|
11
11
|
return /* @__PURE__ */ t(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../chunks/vendor-
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { ETitleSize as m, EFontWeightTitle as a } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import { Title as l } from "../../Typography/Title.js";
|
|
7
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as c } from "../../../chunks/StatusTracker.module-s_qiteNu.js";
|
|
8
8
|
const g = (t) => {
|
|
9
9
|
const { children: r, className: e, ...s } = t;
|
|
10
10
|
return /* @__PURE__ */ i(
|
package/components/Step/Step.js
CHANGED
|
@@ -3,14 +3,14 @@ import { useRef as u } from "react";
|
|
|
3
3
|
import { EStepStatus as o, EStepPosition as e } from "./enums.js";
|
|
4
4
|
import { ETooltipAlign as n, ETooltipSize as _ } from "../Tooltip/enums.js";
|
|
5
5
|
import { Tooltip as a } from "../Tooltip/Tooltip.js";
|
|
6
|
-
import { EFontWeightText as S, ETextSize as
|
|
6
|
+
import { EFontWeightText as S, ETextSize as b } from "../Typography/enums.js";
|
|
7
7
|
import "../Typography/Caption.js";
|
|
8
|
-
import { Text as
|
|
8
|
+
import { Text as D } from "../Typography/Text.js";
|
|
9
9
|
import "../Typography/Title.js";
|
|
10
|
-
import { c as
|
|
11
|
-
const A = "
|
|
10
|
+
import { c as N } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
11
|
+
const A = "step__845ed45a", R = "done__314dda24", x = "warning__8e3b63b9", h = "active__c0abfc4d", v = "error__847bab78", w = "disabled__d24ccea6", t = {
|
|
12
12
|
step: A,
|
|
13
|
-
default: "
|
|
13
|
+
default: "default__e0e93148",
|
|
14
14
|
done: R,
|
|
15
15
|
warning: x,
|
|
16
16
|
active: h,
|
|
@@ -32,10 +32,10 @@ const A = "step__7468c978", R = "done__c0bbfd16", x = "warning__dc6539e5", h = "
|
|
|
32
32
|
className: s,
|
|
33
33
|
step: p,
|
|
34
34
|
status: d,
|
|
35
|
-
position:
|
|
36
|
-
...
|
|
35
|
+
position: m = e.Default,
|
|
36
|
+
...f
|
|
37
37
|
}) => {
|
|
38
|
-
const l = u(null), T = y[
|
|
38
|
+
const l = u(null), T = y[m], E = N(t.step, L[d], s), c = () => /* @__PURE__ */ i("div", { ref: l, className: E, ...f, children: /* @__PURE__ */ i(D, { size: b.B1, weight: S.SEMIBOLD, children: p }) });
|
|
39
39
|
return r ? /* @__PURE__ */ g(a, { size: _.SM, toggleType: "hover", alignTip: T, targetRef: l, children: [
|
|
40
40
|
/* @__PURE__ */ i(a.Target, { children: c() }),
|
|
41
41
|
/* @__PURE__ */ i(a.Body, { children: r })
|
|
@@ -8,9 +8,9 @@ import { ButtonIcon as R } from "../Button/ButtonIcon.js";
|
|
|
8
8
|
import { CaretrightStrokeSrvIcon24 as q, CaretleftStrokeSrvIcon24 as F } from "@sberbusiness/icons-next";
|
|
9
9
|
import { EScreenWidth as J } from "../../helpers/breakpoints.js";
|
|
10
10
|
import { scrollSmoothHorizontally as S } from "../../utils/scroll.js";
|
|
11
|
-
import { c as i } from "../../chunks/vendor-
|
|
11
|
+
import { c as i } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
12
12
|
import { EStepperSize as a } from "./enums.js";
|
|
13
|
-
const K = "
|
|
13
|
+
const K = "stepper__6bb880dc", O = "sm__e0ba16be", Q = "md__9d81cee4", T = "lg__702a0f82", U = "stepperCarousel__fe713c06", V = "buttonPrev__1ebe5140", Y = "buttonNext__9e8e4c68", n = {
|
|
14
14
|
stepper: K,
|
|
15
15
|
sm: O,
|
|
16
16
|
md: Q,
|
|
@@ -34,7 +34,7 @@ const K = "stepper__b432d87a", O = "sm__c1c8b5a0", Q = "md__0c53009f", T = "lg__
|
|
|
34
34
|
selectedStepId: l,
|
|
35
35
|
...E
|
|
36
36
|
}) => {
|
|
37
|
-
const [
|
|
37
|
+
const [b, w] = G({ stepNext: 0, stepPrev: 0 }), u = v(null), x = v({}), B = i(n.stepper, p(c), m), M = h.findIndex((e) => e.id === l), I = ({ hidden: e, ...t }) => e ? null : /* @__PURE__ */ s(
|
|
38
38
|
R,
|
|
39
39
|
{
|
|
40
40
|
className: i(n.buttonPrev, p(c)),
|
|
@@ -65,12 +65,12 @@ const K = "stepper__b432d87a", O = "sm__c1c8b5a0", Q = "md__0c53009f", T = "lg__
|
|
|
65
65
|
}, y = (e, t) => {
|
|
66
66
|
t && S(e, t);
|
|
67
67
|
}, A = (e, t) => {
|
|
68
|
-
const { left: r, right: o, width: j } = e.getBoundingClientRect(), { left: f, right: N, width: D } = t.getBoundingClientRect(),
|
|
69
|
-
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e,
|
|
68
|
+
const { left: r, right: o, width: j } = e.getBoundingClientRect(), { left: f, right: N, width: D } = t.getBoundingClientRect(), g = r + j / 2, d = f + D / 2;
|
|
69
|
+
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e, d - g) : g > d ? k(e, t, f - r - 32, f) : g < d && L(e, t, N - o + 32, N);
|
|
70
70
|
};
|
|
71
71
|
return C(() => {
|
|
72
72
|
if (l) {
|
|
73
|
-
const { current: e } = u, t =
|
|
73
|
+
const { current: e } = u, t = x.current[l];
|
|
74
74
|
e && t && A(e, t);
|
|
75
75
|
}
|
|
76
76
|
}, [l]), /* @__PURE__ */ s(
|
|
@@ -79,13 +79,13 @@ const K = "stepper__b432d87a", O = "sm__c1c8b5a0", Q = "md__0c53009f", T = "lg__
|
|
|
79
79
|
className: i(n.stepperCarousel, p(c)),
|
|
80
80
|
buttonPrev: I,
|
|
81
81
|
buttonNext: W,
|
|
82
|
-
stepPrev:
|
|
83
|
-
stepNext:
|
|
82
|
+
stepPrev: b.stepPrev,
|
|
83
|
+
stepNext: b.stepNext,
|
|
84
84
|
ref: u,
|
|
85
85
|
children: /* @__PURE__ */ s(_, { className: B, selectedStepId: l, size: c, ...E, children: h.map(({ label: e, ...t }, r) => /* @__PURE__ */ s(
|
|
86
86
|
_.Step,
|
|
87
87
|
{
|
|
88
|
-
forwardedRef: (o) =>
|
|
88
|
+
forwardedRef: (o) => x.current[t.id] = o,
|
|
89
89
|
...t,
|
|
90
90
|
isInActiveStep: r > M,
|
|
91
91
|
children: e
|
|
@@ -3,8 +3,8 @@ import { EStepperSize as a } from "./enums.js";
|
|
|
3
3
|
import { StepperExtendedContext as i } from "./StepperExtendedContext.js";
|
|
4
4
|
import { StepperWrapper as x } from "./StepperWrapper.js";
|
|
5
5
|
import { StepperStep as f } from "./StepperStep.js";
|
|
6
|
-
import { c as E } from "../../chunks/vendor-
|
|
7
|
-
const h = "
|
|
6
|
+
import { c as E } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
7
|
+
const h = "stepperExtended__07337948", u = {
|
|
8
8
|
stepperExtended: h
|
|
9
9
|
}, t = ({
|
|
10
10
|
children: r,
|
|
@@ -4,8 +4,8 @@ import { StepperStepIcon as q } from "./StepperStepIcon.js";
|
|
|
4
4
|
import { isKey as A } from "../../utils/keyboard.js";
|
|
5
5
|
import { StepperExtendedContext as D } from "./StepperExtendedContext.js";
|
|
6
6
|
import { EFocusSource as s } from "../../enums/EFocusSource.js";
|
|
7
|
-
import { c as C } from "../../chunks/vendor-
|
|
8
|
-
import { s as t, R as F } from "../../chunks/RightBorderArrow-
|
|
7
|
+
import { c as C } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
8
|
+
import { s as t, R as F } from "../../chunks/RightBorderArrow-_zjTHek_.js";
|
|
9
9
|
import { EStepperSize as h, EStepperStepType as j } from "./enums.js";
|
|
10
10
|
const H = ({
|
|
11
11
|
children: x,
|
|
@@ -72,7 +72,7 @@ const H = ({
|
|
|
72
72
|
...G,
|
|
73
73
|
ref: P,
|
|
74
74
|
children: [
|
|
75
|
-
/* @__PURE__ */ I("div", { className: t.content, "data-tx": "0.
|
|
75
|
+
/* @__PURE__ */ I("div", { className: t.content, "data-tx": "0.17.0", children: [
|
|
76
76
|
g && U(),
|
|
77
77
|
x
|
|
78
78
|
] }),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
stepperWrapper:
|
|
2
|
+
import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
const o = "stepperWrapper__0d802307", c = {
|
|
4
|
+
stepperWrapper: o
|
|
5
5
|
}, W = ({ children: p, className: r, ...e }) => {
|
|
6
|
-
const s = a(
|
|
7
|
-
return /* @__PURE__ */ t("div", { className: s, ...e, "data-tx": "0.
|
|
6
|
+
const s = a(c.stepperWrapper, r);
|
|
7
|
+
return /* @__PURE__ */ t("div", { className: s, ...e, "data-tx": "0.17.0", children: p });
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
10
|
W as StepperWrapper
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as F } from "./SuggestContext.js";
|
|
|
4
4
|
import "../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../chunks/DropdownListItem-
|
|
7
|
+
import "../../chunks/DropdownListItem-BuR89hPJ.js";
|
|
8
8
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as I } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as N } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -20,7 +20,7 @@ import { ETextSize as E, EFontType as H } from "../Typography/enums.js";
|
|
|
20
20
|
import "../Typography/Caption.js";
|
|
21
21
|
import { Text as j } from "../Typography/Text.js";
|
|
22
22
|
import "../Typography/Title.js";
|
|
23
|
-
const k = "
|
|
23
|
+
const k = "suggestDropdownMobileBody__49d1e011", z = "suggestDropdownMobileNoOptionsText__b42b6119", g = {
|
|
24
24
|
suggestDropdownMobileBody: k,
|
|
25
25
|
suggestDropdownMobileNoOptionsText: z
|
|
26
26
|
}, po = () => {
|
|
@@ -30,14 +30,14 @@ const k = "suggestDropdownMobileBody__c9ffd56a", z = "suggestDropdownMobileNoOpt
|
|
|
30
30
|
inputValue: i,
|
|
31
31
|
placeholder: u,
|
|
32
32
|
noOptionsText: a,
|
|
33
|
-
loading:
|
|
34
|
-
clearInputOnFocus:
|
|
33
|
+
loading: b,
|
|
34
|
+
clearInputOnFocus: p,
|
|
35
35
|
dropdownListLoading: w,
|
|
36
|
-
onSelect:
|
|
36
|
+
onSelect: h,
|
|
37
37
|
onFilter: t,
|
|
38
38
|
onScrollEnd: l,
|
|
39
|
-
closeDropdown:
|
|
40
|
-
} = F(),
|
|
39
|
+
closeDropdown: d
|
|
40
|
+
} = F(), D = B(null), f = r(
|
|
41
41
|
(o) => {
|
|
42
42
|
if (l === void 0)
|
|
43
43
|
return;
|
|
@@ -45,20 +45,20 @@ const k = "suggestDropdownMobileBody__c9ffd56a", z = "suggestDropdownMobileNoOpt
|
|
|
45
45
|
C - S === y && l();
|
|
46
46
|
},
|
|
47
47
|
[l]
|
|
48
|
-
), M = r(() =>
|
|
48
|
+
), M = r(() => d(), [d]), x = r(
|
|
49
49
|
(o) => {
|
|
50
50
|
t(o.target.value);
|
|
51
51
|
},
|
|
52
52
|
[t]
|
|
53
53
|
), T = r(() => {
|
|
54
|
-
i.length !== 0 &&
|
|
55
|
-
}, [i.length,
|
|
54
|
+
i.length !== 0 && p === !0 && t("");
|
|
55
|
+
}, [i.length, p, t]);
|
|
56
56
|
return /* @__PURE__ */ c(m, { children: [
|
|
57
57
|
/* @__PURE__ */ e(
|
|
58
58
|
O,
|
|
59
59
|
{
|
|
60
60
|
controlButtons: /* @__PURE__ */ c(m, { children: [
|
|
61
|
-
|
|
61
|
+
b && /* @__PURE__ */ e(v, {}),
|
|
62
62
|
/* @__PURE__ */ e(N, { onClick: M })
|
|
63
63
|
] }),
|
|
64
64
|
children: /* @__PURE__ */ e(
|
|
@@ -73,7 +73,7 @@ const k = "suggestDropdownMobileBody__c9ffd56a", z = "suggestDropdownMobileNoOpt
|
|
|
73
73
|
)
|
|
74
74
|
}
|
|
75
75
|
),
|
|
76
|
-
/* @__PURE__ */ e(I, { className: g.suggestDropdownMobileBody, onScroll:
|
|
76
|
+
/* @__PURE__ */ e(I, { className: g.suggestDropdownMobileBody, onScroll: f, children: s.length === 0 ? /* @__PURE__ */ e(
|
|
77
77
|
j,
|
|
78
78
|
{
|
|
79
79
|
className: g.suggestDropdownMobileNoOptionsText,
|
|
@@ -82,13 +82,13 @@ const k = "suggestDropdownMobileBody__c9ffd56a", z = "suggestDropdownMobileNoOpt
|
|
|
82
82
|
tag: "div",
|
|
83
83
|
children: a
|
|
84
84
|
}
|
|
85
|
-
) : /* @__PURE__ */ e(R, { loading: w, ref:
|
|
85
|
+
) : /* @__PURE__ */ e(R, { loading: w, ref: D, children: s.map((o) => /* @__PURE__ */ e(
|
|
86
86
|
_,
|
|
87
87
|
{
|
|
88
88
|
id: o.id,
|
|
89
89
|
selected: o.id === (n == null ? void 0 : n.id),
|
|
90
90
|
onSelect: () => {
|
|
91
|
-
|
|
91
|
+
h(o);
|
|
92
92
|
},
|
|
93
93
|
children: o.content || o.label
|
|
94
94
|
},
|