@sberbusiness/triplex-next 0.22.0 → 0.23.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-BsywFBZZ.js → AlertProcessSpoiler-BoQok_f3.js} +9 -9
- package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
- package/chunks/Card.module-BmZKmkeY.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
- package/chunks/Chip-D5zfQfAA.js +104 -0
- package/chunks/Confirm.module-CtbiIzcl.js +15 -0
- package/chunks/{DropdownListItem-C5KVFMFN.js → DropdownListItem-C4JE2xV7.js} +14 -14
- package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
- package/chunks/Footer.module-B469C_XO.js +9 -0
- package/chunks/{FormFieldInput-Dp--anY3.js → FormFieldInput-Dr_WBweC.js} +2 -2
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
- package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
- package/chunks/{HeaderTitle.module-C_Qbl_yg.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
- package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
- package/chunks/{LightBoxContent-qf3pAUrN.js → LightBoxContent-Lme9r-vN.js} +10 -10
- package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
- package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
- package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
- package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
- package/chunks/Notification.module-CjpGpuL7.js +20 -0
- package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
- package/chunks/Page.module-98SUxLiM.js +11 -0
- package/chunks/{RightBorderArrow-BBut2Is3.js → RightBorderArrow-CGThEmc4.js} +6 -6
- package/chunks/SMSField.module-k0lfRov5.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
- package/chunks/SliderExtendedRail-C51TfjHY.js +40 -0
- package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js +14 -0
- package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
- package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
- package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
- package/chunks/TreeView.module-DAOSEOZO.js +9 -0
- package/chunks/{UploadZoneInput-BfYcVOW-.js → UploadZoneInput-onwF8t4d.js} +7 -7
- package/chunks/{constants-BuiH5bGa.js → constants-CUVfo8-z.js} +14 -14
- package/chunks/{utils-D7L6Tbas.js → utils-By-UAq7Y.js} +6 -6
- package/chunks/utils-CyxIcdb6.js +73 -0
- package/chunks/utils-DxMHp1hh.js +28 -0
- package/chunks/{utils-Z5FN_0vH.js → utils-SSwzNA1R.js} +4 -4
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- 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 +1 -1
- package/components/Avatar/Avatar.js +4 -4
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- 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 +16 -16
- 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 -14
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- 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 +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +5 -5
- 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 +22 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +14 -14
- package/components/FormField/components/FormFieldClear.js +1 -1
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +8 -8
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +19 -19
- 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 +5 -5
- package/components/LightBox/LightBox.js +15 -15
- 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 +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +9 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- 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 +13 -11
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +20 -18
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +6 -14
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +8 -12
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +7 -7
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- 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 +2 -2
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +9 -9
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +12 -12
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +16 -16
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +6 -6
- 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 +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +27 -27
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +15 -15
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +22 -21
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +12 -12
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +12 -12
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +26 -26
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +7 -7
- 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 +7 -7
- 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 +9 -9
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +22 -22
- package/components/Typography/Text.js +27 -27
- package/components/Typography/Title.js +24 -24
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +25 -7
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/CalendarViewItem-EhHNwDDy.js +0 -101
- package/chunks/Card.module-Dgcuvaxs.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CjEhZ2aL.js +0 -15
- package/chunks/Chip-6YRhubRU.js +0 -90
- package/chunks/Confirm.module-BMm4u38e.js +0 -15
- package/chunks/DropdownMobile.module-Cxm5Uhf1.js +0 -23
- package/chunks/Footer.module-CTy6Jb7Q.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DE1rx-T9.js +0 -9
- package/chunks/HeaderTabs.module-CU5av8Im.js +0 -9
- package/chunks/IslandAccordion.module-DLX2HyLA.js +0 -25
- package/chunks/IslandWidgetFooter.module-CevMa9bc.js +0 -9
- package/chunks/IslandWidgetHeader.module-DTRWPBN8.js +0 -12
- package/chunks/LightBoxControls.module-Bg_GYyOS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Cgag40bQ.js +0 -9
- package/chunks/ListItemControlsButton-BAYnQi20.js +0 -43
- package/chunks/ListItemTail.module-Cu07UH0y.js +0 -12
- package/chunks/ListMasterFooter.module-CAY0qwdE.js +0 -10
- package/chunks/ModalWindow.module-CwlDT1jn.js +0 -17
- package/chunks/Notification.module-C93nRGIm.js +0 -20
- package/chunks/Overlay.module-CYkgbbXG.js +0 -18
- package/chunks/Page.module-DZHBTNJd.js +0 -11
- package/chunks/SMSField.module-BUVlPOpO.js +0 -16
- package/chunks/SliderExtendedMarks.module-B93JtPsG.js +0 -15
- package/chunks/SliderExtendedRail-DbmfJHLD.js +0 -40
- package/chunks/StatusTracker.module-BhVoYRB1.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BZd9-Rmk.js +0 -14
- package/chunks/TableFooter.module-CwKjzhF7.js +0 -14
- package/chunks/TabsExtended.module-NTLSSjNf.js +0 -16
- package/chunks/TabsLine.module-CCjh6UnA.js +0 -21
- package/chunks/TooltipDesktop.module-CDF6HmOX.js +0 -19
- package/chunks/TreeView.module-7cPW-p6b.js +0 -9
- package/chunks/utils-BgxjtTHV.js +0 -73
- package/chunks/utils-BnE2k27o.js +0 -28
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
const r = "
|
|
2
|
+
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
import i from "react";
|
|
4
|
+
const r = "paginationExtended__f5edeb6e", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
|
-
}, x =
|
|
7
|
-
({ children:
|
|
6
|
+
}, x = i.forwardRef(
|
|
7
|
+
({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx": "0.
|
|
12
|
-
...
|
|
10
|
+
className: d(s.paginationExtended, n),
|
|
11
|
+
"data-tx": "0.23.0",
|
|
12
|
+
...a,
|
|
13
13
|
ref: e,
|
|
14
|
-
children:
|
|
14
|
+
children: t
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__d50dfbc6", N = "directionIconNext__429ab40e", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, d = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
12
|
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__2fbce526", N = "directionIconNext__fc5862
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
d.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
d as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const g = "
|
|
4
|
+
const g = "paginationNavigationExtended__e47f7c5a", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
|
|
@@ -10,10 +10,10 @@ import { ButtonBase as s } from "../../Button/ButtonBase.js";
|
|
|
10
10
|
import "../../Button/ButtonIcon.js";
|
|
11
11
|
import "../../Button/ButtonDropdown.js";
|
|
12
12
|
import "../../Button/ButtonDropdownExtended.js";
|
|
13
|
-
const P = "
|
|
13
|
+
const P = "paginationPageButton__afc0d6ee", f = "currentPage__30f60c50", a = {
|
|
14
14
|
paginationPageButton: P,
|
|
15
|
-
currentPage:
|
|
16
|
-
},
|
|
15
|
+
currentPage: f
|
|
16
|
+
}, u = m.forwardRef(
|
|
17
17
|
({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
|
|
18
18
|
s,
|
|
19
19
|
{
|
|
@@ -31,8 +31,8 @@ const P = "paginationPageButton__128ce9ee", u = "currentPage__b018edfd", a = {
|
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
);
|
|
34
|
-
|
|
34
|
+
u.displayName = "PaginationPageButton";
|
|
35
35
|
export {
|
|
36
|
-
|
|
36
|
+
u as PaginationPageButton
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=PaginationPageButton.js.map
|
|
@@ -5,7 +5,7 @@ import { ETextSize as r } from "../../Typography/enums.js";
|
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import { Text as l } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
|
-
const n = "
|
|
8
|
+
const n = "paginationPageEllipsis__1ec5d04b", m = {
|
|
9
9
|
paginationPageEllipsis: n
|
|
10
10
|
}, g = e.forwardRef(
|
|
11
11
|
({ children: i, className: a, ...s }, o) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...s, ref: o, children: i })
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsxs as s, jsx as
|
|
1
|
+
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m, { useState as p } from "react";
|
|
3
3
|
import { u as d, c as S } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { ETextSize as
|
|
4
|
+
import { ETextSize as f } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
|
-
import { Text as
|
|
6
|
+
import { Text as g } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
8
|
import { SelectField as x } from "../../SelectField/SelectField.js";
|
|
9
9
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
10
|
-
const C = "
|
|
10
|
+
const C = "paginationSelect__9c24b7f7", b = "paginationSelectControl__2a73d49d", o = {
|
|
11
11
|
paginationSelect: C,
|
|
12
|
-
paginationSelectControl:
|
|
13
|
-
},
|
|
14
|
-
({ paginationLabel:
|
|
12
|
+
paginationSelectControl: b
|
|
13
|
+
}, z = m.forwardRef(
|
|
14
|
+
({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
|
|
15
15
|
const [i] = p(() => `Pagination-${d()}`);
|
|
16
16
|
return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
17
|
+
/* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
|
|
18
|
+
/* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
|
|
19
19
|
x,
|
|
20
20
|
{
|
|
21
21
|
size: u.SM,
|
|
22
22
|
value: r,
|
|
23
|
-
mobileTitle:
|
|
23
|
+
mobileTitle: e,
|
|
24
24
|
options: a,
|
|
25
25
|
onChange: l,
|
|
26
26
|
targetProps: {
|
|
@@ -32,8 +32,8 @@ const C = "paginationSelect__4d7e0974", z = "paginationSelectControl__7c3ad79c",
|
|
|
32
32
|
] });
|
|
33
33
|
}
|
|
34
34
|
);
|
|
35
|
-
|
|
35
|
+
z.displayName = "PaginationSelect";
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
z as PaginationSelect
|
|
38
38
|
};
|
|
39
39
|
//# sourceMappingURL=PaginationSelect.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as f, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
3
|
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { ETextSize as
|
|
4
|
+
import { ETextSize as m } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import { Text as x } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
|
-
import { EComponentSize as
|
|
8
|
+
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "label__f3dfe08b", M = "sm__baa54dd6", T = "nonempty__99de520a", S = "md__a6286075", g = "lg__6b147066", I = "disabled__c91e250e", R = "radio__ccf38be8", u = "radioIcon__27397708", o = {
|
|
11
11
|
label: y,
|
|
12
12
|
sm: M,
|
|
13
13
|
nonempty: T,
|
|
@@ -17,18 +17,18 @@ const y = "label__0ead91e3", M = "sm__69de747d", T = "nonempty__f7afcf6f", S = "
|
|
|
17
17
|
radio: R,
|
|
18
18
|
radioIcon: u
|
|
19
19
|
}, B = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
20
|
+
[s.LG]: m.B2,
|
|
21
|
+
[s.MD]: m.B3,
|
|
22
|
+
[s.SM]: m.B4
|
|
23
23
|
}, C = z(o), h = N.forwardRef((d, r) => {
|
|
24
|
-
const { children: e, className: l, disabled:
|
|
24
|
+
const { children: e, className: l, disabled: c, labelAttributes: a, size: t = s.MD, ...p } = d, _ = n(o.radio, l, C[t]), b = n(
|
|
25
25
|
o.label,
|
|
26
26
|
o[t],
|
|
27
|
-
{ [o.disabled]: !!
|
|
28
|
-
|
|
27
|
+
{ [o.disabled]: !!c, [o.nonempty]: !!e },
|
|
28
|
+
a == null ? void 0 : a.className
|
|
29
29
|
);
|
|
30
|
-
return /* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */ i("input", { type: "radio", className:
|
|
30
|
+
return /* @__PURE__ */ f("label", { ...a, className: b, "data-tx": "0.23.0", children: [
|
|
31
|
+
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
|
|
32
32
|
/* @__PURE__ */ i("span", { className: o.radioIcon }),
|
|
33
33
|
e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
|
|
34
34
|
] });
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c
|
|
3
|
-
const
|
|
4
|
-
radioXGroup:
|
|
5
|
-
"indent-12": "indent-
|
|
6
|
-
label:
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
12
|
-
},
|
|
13
|
-
const { children:
|
|
14
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const s = "radioXGroup__c882217b", _ = "label__f3dfe08b", n = {
|
|
4
|
+
radioXGroup: s,
|
|
5
|
+
"indent-12": "indent-12__331e2a3f",
|
|
6
|
+
label: _,
|
|
7
|
+
"indent-16": "indent-16__f462f78e",
|
|
8
|
+
"indent-20": "indent-20__c3b6c548",
|
|
9
|
+
"indent-24": "indent-24__c09623c8",
|
|
10
|
+
"indent-28": "indent-28__c843ac6e",
|
|
11
|
+
"indent-32": "indent-32__c1e531b1"
|
|
12
|
+
}, l = (e) => {
|
|
13
|
+
const { children: i, className: o, indent: t = 12, ...d } = e, r = c(n.radioXGroup, n[`indent-${t}`], o);
|
|
14
|
+
return /* @__PURE__ */ a("div", { className: r, role: "radiogroup", ...d, children: i });
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
l.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
l as RadioXGroup
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=RadioXGroup.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const t = "
|
|
3
|
+
const t = "radioYGroup__42311535", d = {
|
|
4
4
|
radioYGroup: t
|
|
5
5
|
}, e = (o) => {
|
|
6
6
|
const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
|
package/components/Row/Row.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const m = "
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const m = "row__0653a8b7", i = "noPaddingBottom__9cbce4b4", o = {
|
|
4
4
|
row: m,
|
|
5
5
|
noPaddingBottom: i
|
|
6
|
-
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
6
|
+
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
|
|
7
|
+
const c = d(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ a("div", { className: c, ...r, children: t });
|
|
9
9
|
};
|
|
10
10
|
e.displayName = "Row";
|
|
11
11
|
export {
|
|
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
|
|
|
6
6
|
import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
|
|
7
7
|
import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
|
|
8
8
|
import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
|
|
9
|
-
import { s } from "../../chunks/SMSField.module-
|
|
9
|
+
import { s } from "../../chunks/SMSField.module-k0lfRov5.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const I = z(s), e = (r) => {
|
|
12
12
|
const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
|
|
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
|
|
|
26
26
|
sizeClassName: I[o],
|
|
27
27
|
tooltipId: b
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.
|
|
29
|
+
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.23.0", children: m })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-k0lfRov5.js";
|
|
4
4
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
5
5
|
const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
|
|
6
6
|
"L" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
|
5
5
|
import "../../FormField/components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as z } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as z } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
|
|
9
9
|
import "../../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { FormField as A } from "../../FormField/FormField.js";
|
|
16
16
|
import { FormGroup as L } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSFieldContext as O } from "../SMSFieldContext.js";
|
|
18
|
-
import { s as _ } from "../../../chunks/SMSField.module-
|
|
18
|
+
import { s as _ } from "../../../chunks/SMSField.module-k0lfRov5.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
|
|
21
21
|
({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as F } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as u } from "../SMSFieldContext.js";
|
|
11
11
|
import { RefreshIcon as z } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSField.module-k0lfRov5.js";
|
|
13
13
|
const D = M(
|
|
14
14
|
({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
|
|
15
15
|
const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as x } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as I } from "../SMSFieldContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s } from "../../../chunks/SMSField.module-k0lfRov5.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -5,12 +5,12 @@ import E from "react";
|
|
|
5
5
|
import { c as R } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { SegmentedControlContext as T } from "./SegmentedControlContext.js";
|
|
7
7
|
import { createSizeToClassNameMap as h } from "../../utils/classNameMaps.js";
|
|
8
|
-
const x = "
|
|
8
|
+
const x = "segmentedControl__6266a245", L = "general1__058de02d", A = "secondary1__e19e6e9f", M = "general2__0f97e7e0", b = "secondary2__c9fd4f70", G = "sm__d8acf67d", O = "md__625e4fcf", j = "lg__873fe1c4", e = {
|
|
9
9
|
segmentedControl: x,
|
|
10
10
|
general1: L,
|
|
11
|
-
secondary1:
|
|
12
|
-
general2:
|
|
13
|
-
secondary2:
|
|
11
|
+
secondary1: A,
|
|
12
|
+
general2: M,
|
|
13
|
+
secondary2: b,
|
|
14
14
|
sm: G,
|
|
15
15
|
md: O,
|
|
16
16
|
lg: j
|
|
@@ -21,11 +21,11 @@ const x = "segmentedControl__cdd8c4f9", L = "general1__c6ec3c25", b = "secondary
|
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
22
|
}, z = h(e), D = Object.assign(
|
|
23
23
|
E.forwardRef(
|
|
24
|
-
({ children: d, className: l, value: n, theme: g, type: r, size:
|
|
24
|
+
({ children: d, className: l, value: n, theme: g, type: r, size: f, disabled: _, onSelect: t, ...i }, C) => {
|
|
25
25
|
const p = R(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
28
|
-
z[
|
|
28
|
+
z[f],
|
|
29
29
|
l
|
|
30
30
|
), S = ({
|
|
31
31
|
selected: a,
|
|
@@ -45,10 +45,10 @@ const x = "segmentedControl__cdd8c4f9", L = "general1__c6ec3c25", b = "secondary
|
|
|
45
45
|
value: {
|
|
46
46
|
type: r,
|
|
47
47
|
value: n,
|
|
48
|
-
disabled: !!
|
|
48
|
+
disabled: !!_,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */ c("div", { className: p, ...
|
|
51
|
+
children: /* @__PURE__ */ c("div", { className: p, ...i, "data-tx": "0.23.0", ref: C, children: d })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as x } from "react";
|
|
3
3
|
import { c as L } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ButtonBase as N } from "../Button/ButtonBase.js";
|
|
5
5
|
import { ESegmentedControlType as n } from "./enums.js";
|
|
6
6
|
import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
|
|
7
|
-
const y = "
|
|
7
|
+
const y = "segmentedControlSegment__4d5a04fd", E = "selected__845aa461", I = "content__3f19b003", r = {
|
|
8
8
|
segmentedControlSegment: y,
|
|
9
9
|
selected: E,
|
|
10
10
|
content: I
|
|
@@ -21,7 +21,7 @@ const y = "segmentedControlSegment__d1f64761", E = "selected__47eabaf9", I = "co
|
|
|
21
21
|
type: m,
|
|
22
22
|
value: d,
|
|
23
23
|
disabled: p,
|
|
24
|
-
onSegmentSelect:
|
|
24
|
+
onSegmentSelect: a
|
|
25
25
|
} = x(_), t = (() => {
|
|
26
26
|
switch (m) {
|
|
27
27
|
case n.SINGLE:
|
|
@@ -43,15 +43,15 @@ const y = "segmentedControlSegment__d1f64761", E = "selected__47eabaf9", I = "co
|
|
|
43
43
|
}, u = (b) => {
|
|
44
44
|
switch (m) {
|
|
45
45
|
case n.SINGLE:
|
|
46
|
-
|
|
46
|
+
a({ value: e, selected: !0 });
|
|
47
47
|
break;
|
|
48
48
|
case n.MULTIPLE:
|
|
49
|
-
|
|
49
|
+
a({ value: e, selected: !t });
|
|
50
50
|
break;
|
|
51
51
|
}
|
|
52
52
|
o == null || o(b);
|
|
53
53
|
};
|
|
54
|
-
return /* @__PURE__ */
|
|
54
|
+
return /* @__PURE__ */ l(
|
|
55
55
|
N,
|
|
56
56
|
{
|
|
57
57
|
className: f,
|
|
@@ -60,7 +60,7 @@ const y = "segmentedControlSegment__d1f64761", E = "selected__47eabaf9", I = "co
|
|
|
60
60
|
"aria-pressed": t,
|
|
61
61
|
onClick: u,
|
|
62
62
|
...S,
|
|
63
|
-
children: /* @__PURE__ */
|
|
63
|
+
children: /* @__PURE__ */ l("span", { className: r.content, children: s })
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as R, jsxs as T } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import b, { useState as K, useRef as x, useCallback as c, useEffect as w } from "react";
|
|
3
3
|
import { isKey as C, EVENT_KEY_CODES as N } from "../../utils/keyboard.js";
|
|
4
4
|
import { KeyDownListener as _ } from "../KeyDownListener/KeyDownListener.js";
|
|
5
5
|
import { c as j } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { SelectExtendedFieldTarget as k } from "./components/SelectExtendedFieldTarget.js";
|
|
7
7
|
import { SelectExtendedFieldDropdown as v } from "./components/SelectExtendedFieldDropdown.js";
|
|
8
|
-
const A = "
|
|
8
|
+
const A = "selectExtendedField__fbd90526", L = {
|
|
9
9
|
selectExtendedField: A
|
|
10
10
|
}, M = Object.assign(
|
|
11
|
-
|
|
12
|
-
const { className: D, onKeyDown: o, children: F, renderTarget: S, closeOnTab: m, onClose: s, onOpen: d, ...g } = y, [t, l] =
|
|
11
|
+
b.forwardRef((y, n) => {
|
|
12
|
+
const { className: D, onKeyDown: o, children: F, renderTarget: S, closeOnTab: m, onClose: s, onOpen: d, ...g } = y, [t, l] = K(!1), i = x(null), u = x(null), h = (e) => {
|
|
13
13
|
i.current = e, typeof n == "function" ? n(e) : n && (n.current = e);
|
|
14
14
|
}, p = c((e) => {
|
|
15
15
|
l(e);
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../Dropdown/DropdownListContext.js";
|
|
3
3
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as m } from "../../Dropdown/desktop/DropdownList.js";
|
|
5
|
-
import "../../../chunks/DropdownListItem-
|
|
5
|
+
import "../../../chunks/DropdownListItem-C4JE2xV7.js";
|
|
6
6
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -4,7 +4,7 @@ import { SelectExtendedField as d } from "../SelectExtendedField.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-C4JE2xV7.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as E } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as k } from "../../Dropdown/mobile/DropdownMobileClose.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 d } 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-Dr_WBweC.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__e832c8dd", U = "caretWrapper__ca16471e", V = "caretIcon__6ad9b959", Y = "selectOpened__414e0574", q = "disabled__fd83909c", H = "target__4603ff8a", e = {
|
|
23
23
|
selectExtendedFieldTarget: K,
|
|
24
24
|
caretWrapper: U,
|
|
25
25
|
caretIcon: V,
|
|
@@ -35,7 +35,7 @@ const K = "selectExtendedFieldTarget__8d191946", U = "caretWrapper__1393ab87", 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
|
-
(b,
|
|
38
|
+
(b, i) => {
|
|
39
39
|
const {
|
|
40
40
|
children: Z,
|
|
41
41
|
className: g,
|
|
@@ -48,7 +48,7 @@ const K = "selectExtendedFieldTarget__8d191946", U = "caretWrapper__1393ab87", V
|
|
|
48
48
|
postfix: I,
|
|
49
49
|
prefix: h,
|
|
50
50
|
setOpened: N,
|
|
51
|
-
loading:
|
|
51
|
+
loading: c,
|
|
52
52
|
size: S = o.MD,
|
|
53
53
|
status: l,
|
|
54
54
|
tabIndex: $,
|
|
@@ -58,21 +58,21 @@ const K = "selectExtendedFieldTarget__8d191946", U = "caretWrapper__1393ab87", V
|
|
|
58
58
|
e.selectExtendedFieldTarget,
|
|
59
59
|
{
|
|
60
60
|
[e.selectOpened]: a,
|
|
61
|
-
[e.loading]:
|
|
62
|
-
[e.disabled]: l ===
|
|
61
|
+
[e.loading]: c,
|
|
62
|
+
[e.disabled]: l === d.DISABLED
|
|
63
63
|
},
|
|
64
64
|
g
|
|
65
65
|
), T = (r) => {
|
|
66
|
-
|
|
66
|
+
c || l === d.DISABLED || (N(!a), f == null || f(r));
|
|
67
67
|
}, A = (r) => {
|
|
68
|
-
|
|
68
|
+
c && l === d.DISABLED || (a || [
|
|
69
69
|
s.SPACE,
|
|
70
70
|
s.ENTER,
|
|
71
71
|
s.ARROW_DOWN,
|
|
72
72
|
s.ARROW_UP
|
|
73
73
|
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(), N(!a)), p == null || p(r));
|
|
74
74
|
}, M = (r) => {
|
|
75
|
-
R.current = r, typeof
|
|
75
|
+
R.current = r, typeof i == "function" ? i(r) : i && (i.current = r);
|
|
76
76
|
};
|
|
77
77
|
return /* @__PURE__ */ _(
|
|
78
78
|
j,
|
|
@@ -84,11 +84,11 @@ const K = "selectExtendedFieldTarget__8d191946", U = "caretWrapper__1393ab87", V
|
|
|
84
84
|
className: C,
|
|
85
85
|
"aria-expanded": a,
|
|
86
86
|
"aria-haspopup": "listbox",
|
|
87
|
-
"data-tx": "0.
|
|
87
|
+
"data-tx": "0.23.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 === d.DISABLED }), children: h }) : null,
|
|
92
92
|
/* @__PURE__ */ t(w, { children: u }),
|
|
93
93
|
/* @__PURE__ */ t(
|
|
94
94
|
G,
|
|
@@ -104,12 +104,12 @@ const K = "selectExtendedFieldTarget__8d191946", U = "caretWrapper__1393ab87", V
|
|
|
104
104
|
),
|
|
105
105
|
/* @__PURE__ */ _(y, { children: [
|
|
106
106
|
F && /* @__PURE__ */ t(v, { onClick: F }),
|
|
107
|
-
|
|
107
|
+
c ? 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 === d.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-C4JE2xV7.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,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "skeleton__4248f51c", a = "light__464c8e6a", k = "dark__2211c3f3", o = {
|
|
5
5
|
skeleton: r,
|
|
6
|
-
light:
|
|
6
|
+
light: a,
|
|
7
7
|
dark: k
|
|
8
|
-
}, _ = ({ className:
|
|
8
|
+
}, _ = ({ className: s, type: e = t.DARK, ...l }) => /* @__PURE__ */ c(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className: n(o.skeleton,
|
|
12
|
-
[o.dark]:
|
|
13
|
-
[o.light]:
|
|
11
|
+
className: n(o.skeleton, s, {
|
|
12
|
+
[o.dark]: e === t.DARK,
|
|
13
|
+
[o.light]: e === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.23.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { SliderExtendedDot as R } from "./components/SliderExtendedDot/SliderExtendedDot.js";
|
|
5
5
|
import { SliderExtendedMarks as j } from "./components/SliderExtendedMarks/SliderExtendedMarks.js";
|
|
6
6
|
import { SliderExtendedMark as H } from "./components/SliderExtendedMarks/SliderExtendedMark.js";
|
|
7
|
-
import { s as c, S as F } from "../../chunks/SliderExtendedRail-
|
|
7
|
+
import { s as c, S as F } from "../../chunks/SliderExtendedRail-C51TfjHY.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.23.0",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|