@sberbusiness/triplex-next 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-BofkfSM8.js +39 -0
- package/chunks/CalendarViewItem-DuqIjj7K.js +101 -0
- package/chunks/Card.module-Cok9cKxI.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +15 -0
- package/chunks/{Chip-D5zfQfAA.js → Chip-CFtA5mp4.js} +6 -6
- package/chunks/Confirm.module-BgCUAiCk.js +15 -0
- package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-D_38hBVf.js} +19 -19
- package/chunks/DropdownMobile.module-Bccjckjq.js +23 -0
- package/chunks/Footer.module-CkVvrPtL.js +9 -0
- package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-CP3P-T8_.js} +20 -20
- package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +9 -0
- package/chunks/HeaderTabs.module-2vtcjdH_.js +9 -0
- package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-CoThbDwW.js} +2 -2
- package/chunks/IslandAccordion.module-DLanAkfo.js +25 -0
- package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +12 -0
- package/chunks/{LightBoxContent-Lme9r-vN.js → LightBoxContent-hyVn3q-T.js} +14 -14
- package/chunks/LightBoxControls.module-CTUWde8O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +9 -0
- package/chunks/{ListItemControlsButton-BLbj6vZS.js → ListItemControlsButton-BFfMrFr7.js} +7 -7
- package/chunks/ListItemTail.module-BOV7kcBg.js +12 -0
- package/chunks/ListMasterFooter.module-DT_P8Iub.js +10 -0
- package/chunks/ModalWindow.module-DZdMA7rm.js +17 -0
- package/chunks/Notification.module-CJl-qcj8.js +20 -0
- package/chunks/Overlay.module-Buw8PcSy.js +18 -0
- package/chunks/Page.module-DIObxp8c.js +11 -0
- package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-TcR9E_47.js} +11 -11
- package/chunks/SMSField.module-B170OigL.js +16 -0
- package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +15 -0
- package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-DawwH3OZ.js} +11 -11
- package/chunks/StatusTracker.module-BT9AMEAv.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-_Gn-OMhG.js} +7 -6
- package/chunks/TableFooter.module-DaFHVJUx.js +14 -0
- package/chunks/TabsExtended.module-vg1pJlhg.js +16 -0
- package/chunks/TabsLine.module-h8aBK1Tw.js +21 -0
- package/chunks/TooltipDesktop.module-oXI2FLzE.js +19 -0
- package/chunks/TreeView.module-C6t2uuwa.js +9 -0
- package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DmnrQ-pa.js} +7 -7
- package/chunks/{constants-CUVfo8-z.js → constants-BECBzrfZ.js} +13 -13
- package/chunks/utils-BI5x-xfE.js +24 -0
- package/chunks/{utils-By-UAq7Y.js → utils-BlzKyU4p.js} +6 -6
- package/chunks/utils-C9aEOF3O.js +73 -0
- package/chunks/utils-WHBUmZgw.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +4 -3
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +11 -11
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +64 -64
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +9 -9
- 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 +3 -3
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +14 -13
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- 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 +2 -2
- 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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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/ConfirmContentSubTitle.js +4 -3
- 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 +4 -4
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +69 -62
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/enums.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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- 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 +15 -15
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- 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 +2 -2
- 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 +9 -9
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +9 -7
- package/components/Island/components/IslandFooter.js +1 -1
- 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 +3 -2
- package/components/IslandWidget/IslandWidget.js +14 -14
- 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 +3 -3
- package/components/LightBox/LightBox.js +17 -17
- 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 +18 -18
- 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 +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +12 -12
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +17 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -9
- 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 +12 -12
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +6 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
- package/components/Pagination/components/PaginationSelect.js +10 -9
- package/components/Radio/Radio.js +8 -7
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +8 -8
- 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 +7 -7
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +51 -42
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -20
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
- 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 +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
- package/components/Step/Step.js +14 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +17 -16
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +16 -16
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +14 -14
- package/components/Table/NoColumns.js +1 -1
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +5 -4
- 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 +5 -4
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +31 -31
- package/components/TagColor/TagColor.js +17 -17
- package/components/TagGroup/TagGroup.js +3 -3
- 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 +6 -6
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +13 -13
- 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 +9 -9
- package/components/Typography/CodeText.js +28 -0
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +23 -23
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +17 -15
- package/index.d.ts +18 -9
- package/index.js +61 -59
- package/package.json +1 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
- package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
- package/chunks/Card.module-BmZKmkeY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
- package/chunks/Confirm.module-CtbiIzcl.js +0 -15
- package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
- package/chunks/Footer.module-B469C_XO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
- package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
- package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
- package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
- package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
- package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
- package/chunks/Notification.module-CjpGpuL7.js +0 -20
- package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
- package/chunks/Page.module-98SUxLiM.js +0 -11
- package/chunks/SMSField.module-k0lfRov5.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
- package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
- package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
- package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
- package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
- package/chunks/TreeView.module-DAOSEOZO.js +0 -9
- package/chunks/utils-CyxIcdb6.js +0 -73
- package/chunks/utils-DxMHp1hh.js +0 -28
- package/chunks/utils-SSwzNA1R.js +0 -24
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as N } from "react/jsx-runtime";
|
|
2
2
|
import O, { useRef as z } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as B, CaretdownStrokeSrvIcon20 as W, CaretdownStrokeSrvIcon16 as k } from "@sberbusiness/icons-next";
|
|
4
4
|
import { EVENT_KEY_CODES as s } from "../../../utils/keyboard.js";
|
|
@@ -6,11 +6,11 @@ import { LoaderSmall as x } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
6
6
|
import { ELoaderSmallTheme as D } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
8
|
import { c as n } from "../../../chunks/vendor---Om3uMV.js";
|
|
9
|
-
import { EFormFieldStatus as
|
|
9
|
+
import { EFormFieldStatus as i } from "../../FormField/enums.js";
|
|
10
10
|
import { FormFieldClear as v } 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-CP3P-T8_.js";
|
|
14
14
|
import { FormFieldLabel as w } from "../../FormField/components/FormFieldLabel.js";
|
|
15
15
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
16
16
|
import { FormFieldPostfix as y } from "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -19,7 +19,7 @@ import { FormFieldTarget as G } from "../../FormField/components/FormFieldTarget
|
|
|
19
19
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
20
20
|
import { FormField as j } from "../../FormField/FormField.js";
|
|
21
21
|
import { EComponentSize as o } from "../../../enums/EComponentSize.js";
|
|
22
|
-
const K = "
|
|
22
|
+
const K = "selectExtendedFieldTarget__c65ec508", U = "caretWrapper__c309b2be", V = "caretIcon__e9a9f5ef", Y = "selectOpened__772744d0", q = "disabled__3890270a", H = "target__7efc6a23", e = {
|
|
23
23
|
selectExtendedFieldTarget: K,
|
|
24
24
|
caretWrapper: U,
|
|
25
25
|
caretIcon: V,
|
|
@@ -35,7 +35,7 @@ const K = "selectExtendedFieldTarget__e832c8dd", U = "caretWrapper__ca16471e", V
|
|
|
35
35
|
[o.MD]: /* @__PURE__ */ t(x, { size: o.MD, theme: D.BRAND }),
|
|
36
36
|
[o.LG]: /* @__PURE__ */ t(x, { size: o.LG, theme: D.BRAND })
|
|
37
37
|
}, X = O.forwardRef(
|
|
38
|
-
(
|
|
38
|
+
(_, c) => {
|
|
39
39
|
const {
|
|
40
40
|
children: Z,
|
|
41
41
|
className: g,
|
|
@@ -47,34 +47,34 @@ const K = "selectExtendedFieldTarget__e832c8dd", U = "caretWrapper__ca16471e", V
|
|
|
47
47
|
opened: a,
|
|
48
48
|
postfix: I,
|
|
49
49
|
prefix: h,
|
|
50
|
-
setOpened:
|
|
51
|
-
loading:
|
|
50
|
+
setOpened: b,
|
|
51
|
+
loading: d,
|
|
52
52
|
size: S = o.MD,
|
|
53
53
|
status: l,
|
|
54
54
|
tabIndex: $,
|
|
55
55
|
fieldLabel: u,
|
|
56
56
|
...L
|
|
57
|
-
} =
|
|
57
|
+
} = _, R = z(null), C = n(
|
|
58
58
|
e.selectExtendedFieldTarget,
|
|
59
59
|
{
|
|
60
60
|
[e.selectOpened]: a,
|
|
61
|
-
[e.loading]:
|
|
62
|
-
[e.disabled]: l ===
|
|
61
|
+
[e.loading]: d,
|
|
62
|
+
[e.disabled]: l === i.DISABLED
|
|
63
63
|
},
|
|
64
64
|
g
|
|
65
65
|
), T = (r) => {
|
|
66
|
-
|
|
66
|
+
d || l === i.DISABLED || (b(!a), f == null || f(r));
|
|
67
67
|
}, A = (r) => {
|
|
68
|
-
|
|
68
|
+
d && l === i.DISABLED || (a || [
|
|
69
69
|
s.SPACE,
|
|
70
70
|
s.ENTER,
|
|
71
71
|
s.ARROW_DOWN,
|
|
72
72
|
s.ARROW_UP
|
|
73
|
-
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(),
|
|
73
|
+
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(), b(!a)), p == null || p(r));
|
|
74
74
|
}, M = (r) => {
|
|
75
|
-
R.current = r, typeof
|
|
75
|
+
R.current = r, typeof c == "function" ? c(r) : c && (c.current = r);
|
|
76
76
|
};
|
|
77
|
-
return /* @__PURE__ */
|
|
77
|
+
return /* @__PURE__ */ N(
|
|
78
78
|
j,
|
|
79
79
|
{
|
|
80
80
|
onClick: T,
|
|
@@ -84,11 +84,11 @@ const K = "selectExtendedFieldTarget__e832c8dd", U = "caretWrapper__ca16471e", V
|
|
|
84
84
|
className: C,
|
|
85
85
|
"aria-expanded": a,
|
|
86
86
|
"aria-haspopup": "listbox",
|
|
87
|
-
"data-tx": "0.
|
|
87
|
+
"data-tx": "0.24.0",
|
|
88
88
|
active: a,
|
|
89
89
|
...L,
|
|
90
90
|
children: [
|
|
91
|
-
h ? /* @__PURE__ */ t(P, { className: n("hoverable", { disabled: l ===
|
|
91
|
+
h ? /* @__PURE__ */ t(P, { className: n("hoverable", { disabled: l === i.DISABLED }), children: h }) : null,
|
|
92
92
|
/* @__PURE__ */ t(w, { children: u }),
|
|
93
93
|
/* @__PURE__ */ t(
|
|
94
94
|
G,
|
|
@@ -102,14 +102,14 @@ const K = "selectExtendedFieldTarget__e832c8dd", U = "caretWrapper__ca16471e", V
|
|
|
102
102
|
children: m
|
|
103
103
|
}
|
|
104
104
|
),
|
|
105
|
-
/* @__PURE__ */
|
|
105
|
+
/* @__PURE__ */ N(y, { children: [
|
|
106
106
|
F && /* @__PURE__ */ t(v, { onClick: F }),
|
|
107
|
-
|
|
107
|
+
d ? Q[S] : /* @__PURE__ */ t(
|
|
108
108
|
"div",
|
|
109
109
|
{
|
|
110
110
|
className: n(e.caretWrapper, "hoverable", {
|
|
111
111
|
active: a,
|
|
112
|
-
disabled: l ===
|
|
112
|
+
disabled: l === i.DISABLED
|
|
113
113
|
}),
|
|
114
114
|
children: J[S]
|
|
115
115
|
}
|
|
@@ -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-D_38hBVf.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,22 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
6
|
-
light:
|
|
7
|
-
dark:
|
|
8
|
-
},
|
|
4
|
+
const a = "skeleton__30de58af", k = "light__33541043", c = "dark__bdfff987", o = {
|
|
5
|
+
skeleton: a,
|
|
6
|
+
light: k,
|
|
7
|
+
dark: c
|
|
8
|
+
}, m = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ n(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: r(o.skeleton, s, {
|
|
12
12
|
[o.dark]: e === t.DARK,
|
|
13
13
|
[o.light]: e === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.24.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
m as Skeleton
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=Skeleton.js.map
|
|
@@ -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-DawwH3OZ.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.24.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__669ed1a5", xe = "focusedByClick__6cabcf3c", he = "disabled__ecdc9e74", ge = "dragByMouse__abcf73b5", De = "lg__252d9dbc", i = {
|
|
13
13
|
sliderExtendedDot: pe,
|
|
14
14
|
focusedByClick: xe,
|
|
15
15
|
disabled: he,
|
|
@@ -41,7 +41,7 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
41
41
|
steps: s,
|
|
42
42
|
updateDot: G,
|
|
43
43
|
size: Y
|
|
44
|
-
} = re(ce), $ = me(_, l, z, y),
|
|
44
|
+
} = re(ce), $ = me(_, l, z, y), b = le(null);
|
|
45
45
|
L(() => () => q(l), []), ae(() => {
|
|
46
46
|
const e = o.getNormalizedValue({ max: c, min: u, value: d });
|
|
47
47
|
j({
|
|
@@ -65,7 +65,7 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
65
65
|
});
|
|
66
66
|
}, [r, d, c, u, s]);
|
|
67
67
|
const J = (e) => (t) => {
|
|
68
|
-
E(!0), n(!0), document.addEventListener("mouseup",
|
|
68
|
+
E(!0), n(!0), document.addEventListener("mouseup", C), e(t), g == null || g(t);
|
|
69
69
|
}, Q = (e) => {
|
|
70
70
|
if (m) {
|
|
71
71
|
let t = o.getNormalizedCursorValue({
|
|
@@ -76,10 +76,10 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
76
76
|
const S = o.getNearestStep({ normalizedValue: t, steps: s });
|
|
77
77
|
r(S.value);
|
|
78
78
|
}
|
|
79
|
-
},
|
|
80
|
-
n(!1), document.removeEventListener("mouseup",
|
|
79
|
+
}, C = () => {
|
|
80
|
+
n(!1), document.removeEventListener("mouseup", C);
|
|
81
81
|
}, Z = (e) => (t) => {
|
|
82
|
-
t.touches.length == 1 && (E(!0), n(!0), document.addEventListener("touchend",
|
|
82
|
+
t.touches.length == 1 && (E(!0), n(!0), document.addEventListener("touchend", R), e(t), D == null || D(t));
|
|
83
83
|
}, ee = (e) => {
|
|
84
84
|
if (e.touches.length == 1 && (e.cancelable && e.preventDefault(), m)) {
|
|
85
85
|
let t = o.getNormalizedCursorValue({
|
|
@@ -90,19 +90,19 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
90
90
|
const S = o.getNearestStep({ normalizedValue: t, steps: s });
|
|
91
91
|
r(S.value);
|
|
92
92
|
}
|
|
93
|
-
},
|
|
94
|
-
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend",
|
|
95
|
-
},
|
|
96
|
-
e.preventDefault(), O.moveToPrevStep(
|
|
93
|
+
}, R = (e) => {
|
|
94
|
+
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend", R);
|
|
95
|
+
}, T = () => z.filter((e) => e.id === l)[0], te = (e) => {
|
|
96
|
+
e.preventDefault(), O.moveToPrevStep(T(), s);
|
|
97
97
|
}, oe = (e) => {
|
|
98
|
-
e.preventDefault(), O.moveToNextStep(
|
|
98
|
+
e.preventDefault(), O.moveToNextStep(T(), 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__ */
|
|
105
|
-
W && /* @__PURE__ */
|
|
104
|
+
return /* @__PURE__ */ I(B, { children: [
|
|
105
|
+
W && /* @__PURE__ */ I(B, { children: [
|
|
106
106
|
/* @__PURE__ */ f(
|
|
107
107
|
F,
|
|
108
108
|
{
|
|
@@ -123,7 +123,7 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
123
123
|
{
|
|
124
124
|
onMouseMove: k.throttle(Q, 50),
|
|
125
125
|
onTouchMove: k.throttle(ee),
|
|
126
|
-
targetRef:
|
|
126
|
+
targetRef: b,
|
|
127
127
|
children: ({ onTargetMouseDown: e, onTargetTouchStart: t }) => /* @__PURE__ */ f(
|
|
128
128
|
"span",
|
|
129
129
|
{
|
|
@@ -143,7 +143,7 @@ const pe = "sliderExtendedDot__c162a1e5", xe = "focusedByClick__025d89a0", he =
|
|
|
143
143
|
onMouseDown: J(e),
|
|
144
144
|
onTouchStart: Z(t),
|
|
145
145
|
style: { left: `${U}%` },
|
|
146
|
-
ref:
|
|
146
|
+
ref: b,
|
|
147
147
|
children: K
|
|
148
148
|
}
|
|
149
149
|
)
|
|
@@ -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-SBpITDrZ.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-SBpITDrZ.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-DawwH3OZ.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SliderExtendedRail
|
|
9
9
|
};
|
|
@@ -3,7 +3,7 @@ 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__8322c71d", C = "lg__252d9dbc", N = "tooltipBody__f1c14f87", O = "tooltipTip__af9a0a81", t = {
|
|
7
7
|
sliderExtendedTooltipOverlay: E,
|
|
8
8
|
lg: C,
|
|
9
9
|
tooltipBody: N,
|
|
@@ -13,12 +13,12 @@ const E = "sliderExtendedTooltipOverlay__a5f9c416", C = "lg__a40ecffd", N = "too
|
|
|
13
13
|
children: d,
|
|
14
14
|
...c
|
|
15
15
|
}) => {
|
|
16
|
-
const o = r.useRef(null), { min: l, max: p, size: a } = r.useContext(_),
|
|
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
|
|
21
|
-
return (T / 2 -
|
|
20
|
+
const f = 8, x = 16, T = ((s = o.current) == null ? void 0 : s.clientWidth) || 0, y = (i - l) / (p - l);
|
|
21
|
+
return (T / 2 - f - x) * (1 - 2 * y);
|
|
22
22
|
};
|
|
23
23
|
return /* @__PURE__ */ u(
|
|
24
24
|
"div",
|
|
@@ -27,7 +27,7 @@ const E = "sliderExtendedTooltipOverlay__a5f9c416", C = "lg__a40ecffd", N = "too
|
|
|
27
27
|
className: e(t.sliderExtendedTooltipOverlay, h[a]),
|
|
28
28
|
...c,
|
|
29
29
|
children: [
|
|
30
|
-
/* @__PURE__ */ n("div", { className: e(t.tooltipBody), style: { left: `${
|
|
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
|
|
2
|
+
import { useState as c, useContext as ce, useRef as O, useLayoutEffect as P } from "react";
|
|
3
|
+
import { l as X, c as de } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { SliderExtendedContext as le } from "../../SliderExtendedContext.js";
|
|
5
|
-
import { SliderExtendedMoveHandler as
|
|
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 d } 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__62908933", ue = "lg__252d9dbc", fe = "focusedByClick__6cabcf3c", me = "hoverOrDragByMouse__7dd23f08", he = "staticSlider__cee05f68", ge = "disabled__ecdc9e74", o = {
|
|
12
12
|
sliderExtendedTrack: ne,
|
|
13
13
|
lg: ue,
|
|
14
14
|
focusedByClick: fe,
|
|
@@ -26,7 +26,7 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", fe = "focusedBy
|
|
|
26
26
|
onTouchStart: y,
|
|
27
27
|
...A
|
|
28
28
|
}) => {
|
|
29
|
-
const [W, C] =
|
|
29
|
+
const [W, C] = c(!1), [l, 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,7 +37,7 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", fe = "focusedBy
|
|
|
37
37
|
setFocused: R,
|
|
38
38
|
steps: u,
|
|
39
39
|
size: $
|
|
40
|
-
} =
|
|
40
|
+
} = ce(le), f = O(0), m = O(null);
|
|
41
41
|
if (P(() => {
|
|
42
42
|
s.length > 1 && k ? l || S(!0) : l !== !1 && S(!1);
|
|
43
43
|
}, [s, k]), P(() => {
|
|
@@ -45,11 +45,11 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", fe = "focusedBy
|
|
|
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) => d.dragDots({
|
|
53
53
|
cursorPrevNormalizedValue: f,
|
|
54
54
|
cursorXPosition: e.clientX,
|
|
55
55
|
dots: s,
|
|
@@ -57,14 +57,14 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", 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(), d.dragDots({
|
|
68
68
|
cursorPrevNormalizedValue: f,
|
|
69
69
|
cursorXPosition: e.touches[0].clientX,
|
|
70
70
|
dots: s,
|
|
@@ -73,11 +73,11 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", 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(), d.moveToPrevStep(s, u);
|
|
79
79
|
}, Q = (e) => {
|
|
80
|
-
e.preventDefault(),
|
|
80
|
+
e.preventDefault(), d.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__e873f063", ue = "lg__a40ecffd", 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 } = d.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__e873f063", ue = "lg__a40ecffd", 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),
|
|
@@ -116,7 +116,7 @@ const ne = "sliderExtendedTrack__e873f063", ue = "lg__a40ecffd", fe = "focusedBy
|
|
|
116
116
|
role: "button",
|
|
117
117
|
tabIndex: !M && l ? U : -1,
|
|
118
118
|
...A,
|
|
119
|
-
className:
|
|
119
|
+
className: de(o.sliderExtendedTrack, pe[$], K, {
|
|
120
120
|
[o.disabled]: M,
|
|
121
121
|
[o.focusedByClick]: H,
|
|
122
122
|
[o.hoverOrDragByMouse]: j,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "smallInput__65120c8d", n = {
|
|
5
5
|
smallInput: o
|
|
6
6
|
}, r = a.forwardRef(({ className: t, ...l }, s) => /* @__PURE__ */ m("input", { className: p(n.smallInput, t), ...l, type: "text", ref: s }));
|
|
7
7
|
r.displayName = "SmallInput";
|
|
@@ -10,7 +10,7 @@ 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
12
|
import { u as j, c as _ } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
-
const y = "
|
|
13
|
+
const y = "spoiler__48289b00", D = "opened__febaeb8b", q = "caretIcon__853359ca", A = "head__99b1cb4e", G = "content__723b5ee3", H = "hidden__9baebf4e", K = "lg__79874da1", $ = "md__eac8e00f", F = "sm__f8dfe079", e = {
|
|
14
14
|
spoiler: y,
|
|
15
15
|
opened: D,
|
|
16
16
|
caretIcon: q,
|
|
@@ -24,19 +24,19 @@ const y = "spoiler__611bd038", D = "opened__c2a48561", q = "caretIcon__b680ef2d"
|
|
|
24
24
|
[s.SM]: /* @__PURE__ */ a(B, { paletteIndex: 5, className: e.caretIcon }),
|
|
25
25
|
[s.MD]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon }),
|
|
26
26
|
[s.LG]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon })
|
|
27
|
-
}, O = g(e), P = z.forwardRef((
|
|
27
|
+
}, O = g(e), P = z.forwardRef((f, h) => {
|
|
28
28
|
const {
|
|
29
|
-
children:
|
|
29
|
+
children: I,
|
|
30
30
|
expanded: c,
|
|
31
31
|
onToggle: o,
|
|
32
32
|
toggle: n,
|
|
33
33
|
className: x,
|
|
34
34
|
labelExpand: S,
|
|
35
|
-
labelCollapse:
|
|
36
|
-
rightBlock:
|
|
35
|
+
labelCollapse: b,
|
|
36
|
+
rightBlock: u,
|
|
37
37
|
size: r = s.MD,
|
|
38
|
-
...
|
|
39
|
-
} =
|
|
38
|
+
...N
|
|
39
|
+
} = f, 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__611bd038", D = "opened__c2a48561", q = "caretIcon__b680ef2d"
|
|
|
47
47
|
},
|
|
48
48
|
x
|
|
49
49
|
);
|
|
50
|
-
return /* @__PURE__ */ l("div", { ...
|
|
50
|
+
return /* @__PURE__ */ l("div", { ...N, className: k, "data-tx": "0.24.0", ref: h, children: [
|
|
51
51
|
/* @__PURE__ */ l("div", { className: e.head, children: [
|
|
52
52
|
/* @__PURE__ */ l(
|
|
53
53
|
L,
|
|
@@ -58,14 +58,14 @@ const y = "spoiler__611bd038", D = "opened__c2a48561", q = "caretIcon__b680ef2d"
|
|
|
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
|
}
|
|
65
65
|
),
|
|
66
|
-
|
|
66
|
+
u
|
|
67
67
|
] }),
|
|
68
|
-
/* @__PURE__ */ a("div", { id: m.current, className: _(e.content, { [e.hidden]: !t }), children:
|
|
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-BT9AMEAv.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.24.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,16 +3,17 @@ 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-BT9AMEAv.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
|
+
import "../../Typography/CodeText.js";
|
|
9
10
|
import { Text as l } from "../../Typography/Text.js";
|
|
10
11
|
import "../../Typography/Title.js";
|
|
11
|
-
const
|
|
12
|
+
const E = (t) => {
|
|
12
13
|
const { children: o, className: e, ...s } = t;
|
|
13
14
|
return /* @__PURE__ */ r(i, { className: m(p.statusTrackerAlert, e), ...s, children: /* @__PURE__ */ r(l, { type: a.PRIMARY, size: c.B3, children: o }) });
|
|
14
15
|
};
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
+
E as StatusTrackerAlert
|
|
17
18
|
};
|
|
18
19
|
//# sourceMappingURL=StatusTrackerAlert.js.map
|
|
@@ -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-BT9AMEAv.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-BT9AMEAv.js";
|
|
4
4
|
import { Button as p } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
@@ -2,10 +2,11 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ETextSize as m, EFontType as p } from "../../Typography/enums.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
|
+
import "../../Typography/CodeText.js";
|
|
5
6
|
import { Text as c } from "../../Typography/Text.js";
|
|
6
7
|
import "../../Typography/Title.js";
|
|
7
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
8
|
-
const
|
|
8
|
+
import { s as a } from "../../../chunks/StatusTracker.module-BT9AMEAv.js";
|
|
9
|
+
const E = (r) => {
|
|
9
10
|
const { children: t, className: s, ...o } = r;
|
|
10
11
|
return /* @__PURE__ */ e(
|
|
11
12
|
c,
|
|
@@ -19,6 +20,6 @@ const D = (r) => {
|
|
|
19
20
|
);
|
|
20
21
|
};
|
|
21
22
|
export {
|
|
22
|
-
|
|
23
|
+
E as StatusTrackerDescription
|
|
23
24
|
};
|
|
24
25
|
//# sourceMappingURL=StatusTrackerDescription.js.map
|
|
@@ -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-BT9AMEAv.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-BT9AMEAv.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-BT9AMEAv.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 });
|