@sberbusiness/triplex-next 0.21.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/README.md +54 -25
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +39 -0
- 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-C4JE2xV7.js +65 -0
- package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
- package/chunks/Footer.module-B469C_XO.js +9 -0
- package/chunks/FormFieldInput-Dr_WBweC.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
- package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
- package/chunks/{HeaderTitle.module-Cg-I_NJG.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-BLPx_Tsf.js → LightBoxContent-Lme9r-vN.js} +12 -12
- 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-1OX8NAL9.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-C_1LnK7I.js → SliderExtendedRail-C51TfjHY.js} +6 -6
- package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DNKfDfM3.js → SuggestFieldMobileDropdownHint-8Km5bFV3.js} +5 -5
- 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-CIib3dEF.js → UploadZoneInput-onwF8t4d.js} +8 -8
- package/chunks/{constants-BamiEgAW.js → constants-CUVfo8-z.js} +7 -7
- package/chunks/{utils-Bt-cuXIX.js → utils-By-UAq7Y.js} +5 -5
- package/chunks/utils-CyxIcdb6.js +73 -0
- package/chunks/utils-DxMHp1hh.js +28 -0
- package/chunks/utils-SSwzNA1R.js +24 -0
- package/chunks/{vendor-DaOifQgP.js → vendor---Om3uMV.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +96 -83
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +5 -5
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/index.js +6 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +9 -10
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +7 -8
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +5 -5
- package/components/DatePickerExtended/DatePickerExtended.js +3 -3
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/DesignTokens/components/Tabs.js +0 -18
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.js +7 -0
- package/components/Dropdown/desktop/index.js +8 -4
- package/components/Dropdown/index.js +24 -25
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +69 -77
- package/components/FormField/FormFieldContext.js +16 -14
- package/components/FormField/components/FormFieldClear.js +25 -23
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +62 -35
- package/components/FormField/components/index.js +23 -0
- package/components/FormField/components/utils.js +5 -0
- package/components/FormField/index.js +25 -25
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +14 -14
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +10 -10
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +7 -15
- package/components/List/components/ListSortableItem.js +9 -9
- package/components/List/components/ListSortableItemControls.js +2 -2
- 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 +9 -13
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +5 -5
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +14 -14
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +35 -32
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +11 -11
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +9 -9
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +9 -9
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
- 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 +24 -24
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +9 -9
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +22 -22
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +3 -3
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +49 -47
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +5 -5
- package/components/ThemeProvider/ThemeProvider.js +18 -20
- package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
- package/components/TopOverlay/TopOverlay.js +21 -21
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +10 -10
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +29 -29
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +541 -538
- package/index.d.ts +75 -31
- package/index.js +577 -574
- package/package.json +2 -3
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +0 -39
- package/chunks/CalendarViewItem-D879SDC1.js +0 -101
- package/chunks/Card.module--O3Bx82B.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +0 -15
- package/chunks/Chip-M9mPbBOt.js +0 -90
- package/chunks/Confirm.module-DtBiR4Fo.js +0 -15
- package/chunks/DropdownListItem-BdLTF7q1.js +0 -65
- package/chunks/DropdownMobile.module-PpB3KA4H.js +0 -23
- package/chunks/Footer.module-Z4RIi8JP.js +0 -9
- package/chunks/FormFieldInput-C75omt8Y.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +0 -9
- package/chunks/HeaderTabs.module-ykRWLBUI.js +0 -9
- package/chunks/IslandAccordion.module-DE-xutGt.js +0 -25
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +0 -9
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +0 -12
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +0 -9
- package/chunks/ListItemControlsButton-0bXNCLYU.js +0 -43
- package/chunks/ListItemTail.module-DFYWneN6.js +0 -12
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +0 -10
- package/chunks/ModalWindow.module-DqMffIcE.js +0 -17
- package/chunks/Notification.module-CPSD8BYw.js +0 -20
- package/chunks/Overlay.module-B5Hl3baB.js +0 -18
- package/chunks/Page.module-BbrHHqMK.js +0 -11
- package/chunks/SMSField.module-CPSjUBD-.js +0 -16
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +0 -15
- package/chunks/StatusTracker.module-KkpUE8KY.js +0 -24
- package/chunks/TableFooter.module-OEvn0oaX.js +0 -14
- package/chunks/TabsExtended.module-B3Ti-48x.js +0 -16
- package/chunks/TabsLine.module-BgCBcRYT.js +0 -21
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +0 -19
- package/chunks/TreeView.module-CmGHGs81.js +0 -9
- package/chunks/utils-C5IWf42V.js +0 -24
- package/chunks/utils-d7-rkiPs.js +0 -27
- package/chunks/utils-hbQGLR7K.js +0 -73
- package/components/Dropdown/enums.js +0 -8
|
@@ -1,44 +1,47 @@
|
|
|
1
|
-
import { useEffect as
|
|
2
|
-
function
|
|
3
|
-
let
|
|
4
|
-
for (;
|
|
5
|
-
const
|
|
6
|
-
if (/(auto|scroll|overlay)/.test(
|
|
7
|
-
|
|
1
|
+
import { useEffect as g } from "react";
|
|
2
|
+
function L(c) {
|
|
3
|
+
let e = c;
|
|
4
|
+
for (; e && e !== document.documentElement; ) {
|
|
5
|
+
const t = getComputedStyle(e).overflowY;
|
|
6
|
+
if (/(auto|scroll|overlay)/.test(t)) return e;
|
|
7
|
+
e = e.parentElement;
|
|
8
8
|
}
|
|
9
9
|
return window;
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
if (!
|
|
15
|
-
const
|
|
16
|
-
if (!
|
|
17
|
-
|
|
11
|
+
function R(c, e, m = !0) {
|
|
12
|
+
g(() => {
|
|
13
|
+
const t = c.current;
|
|
14
|
+
if (!t) return;
|
|
15
|
+
const f = e === "top" ? "--r-top" : "--r-bottom";
|
|
16
|
+
if (!m) {
|
|
17
|
+
t.style.removeProperty(f), delete t.dataset.stuck;
|
|
18
18
|
return;
|
|
19
19
|
}
|
|
20
|
-
const
|
|
21
|
-
let
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
const
|
|
25
|
-
|
|
20
|
+
const v = 24;
|
|
21
|
+
let u = 0, i = 0, r = window, d = null, l = null;
|
|
22
|
+
const w = () => {
|
|
23
|
+
i = 0;
|
|
24
|
+
const n = t.getBoundingClientRect(), s = r === window ? { top: 0, bottom: window.innerHeight } : r.getBoundingClientRect(), o = e === "top" ? n.top - (s.top + u) : s.bottom - u - n.bottom, y = Math.max(0, Math.min(v, o));
|
|
25
|
+
t.style.setProperty(f, `${y}px`), y <= 0.5 ? t.dataset.stuck = "true" : delete t.dataset.stuck;
|
|
26
26
|
}, a = () => {
|
|
27
|
-
|
|
28
|
-
},
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
27
|
+
i || (i = requestAnimationFrame(w));
|
|
28
|
+
}, E = () => {
|
|
29
|
+
const n = getComputedStyle(t), s = e === "top" ? n.top : n.bottom;
|
|
30
|
+
u = parseFloat(s || "0") || 0, r = L(t), d = r === window ? window : r, w(), d.addEventListener("scroll", a, { passive: !0 }), window.addEventListener("resize", a), window.addEventListener("transitionend", p), l = new ResizeObserver(a);
|
|
31
|
+
let o = t.parentElement;
|
|
32
|
+
for (; o && (l.observe(o), o !== r); )
|
|
33
|
+
o = o.parentElement;
|
|
34
|
+
}, p = (n) => {
|
|
35
|
+
n.target && n.target instanceof HTMLElement && n.target.classList && n.propertyName === "transform" && Array.from(n.target.classList).some(
|
|
36
|
+
(s) => s.includes("lightBoxSideOverlayContent")
|
|
37
|
+
) && w();
|
|
35
38
|
};
|
|
36
|
-
return setTimeout(
|
|
37
|
-
|
|
39
|
+
return setTimeout(E, 100), () => {
|
|
40
|
+
d && d.removeEventListener("scroll", a), window.removeEventListener("resize", a), window.removeEventListener("transitionend", p), l == null || l.disconnect(), i && cancelAnimationFrame(i);
|
|
38
41
|
};
|
|
39
|
-
}, [
|
|
42
|
+
}, [c, e, m]);
|
|
40
43
|
}
|
|
41
44
|
export {
|
|
42
|
-
|
|
45
|
+
R as useStickyCornerRadius
|
|
43
46
|
};
|
|
44
47
|
//# sourceMappingURL=useStickyCornerRadius.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
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: t, className:
|
|
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
14
|
children: t
|
|
15
15
|
}
|
|
@@ -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__c33eb961", N = "directionIconNext__8ef18d
|
|
|
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
|
-
import { c as d } from "../../../chunks/vendor
|
|
4
|
-
const g = "
|
|
3
|
+
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
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 })
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as p } from "../../../chunks/vendor
|
|
3
|
+
import { c as p } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ETextSize as g } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
|
-
import { Text as
|
|
6
|
+
import { Text as c } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
8
|
import "../../Button/Button.js";
|
|
9
|
-
import { ButtonBase as
|
|
9
|
+
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
|
|
14
|
-
paginationPageButton:
|
|
15
|
-
currentPage:
|
|
13
|
+
const P = "paginationPageButton__afc0d6ee", f = "currentPage__30f60c50", a = {
|
|
14
|
+
paginationPageButton: P,
|
|
15
|
+
currentPage: f
|
|
16
16
|
}, u = m.forwardRef(
|
|
17
|
-
({ isCurrent: t = !1, children:
|
|
18
|
-
|
|
17
|
+
({ isCurrent: t = !1, children: e, className: i, ...r }, n) => /* @__PURE__ */ o(
|
|
18
|
+
s,
|
|
19
19
|
{
|
|
20
20
|
className: p(
|
|
21
21
|
a.paginationPageButton,
|
|
22
22
|
{
|
|
23
23
|
[a.currentPage]: t
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
i
|
|
26
26
|
),
|
|
27
27
|
"aria-live": t ? "polite" : void 0,
|
|
28
|
-
...
|
|
28
|
+
...r,
|
|
29
29
|
ref: n,
|
|
30
|
-
children: /* @__PURE__ */ o(
|
|
30
|
+
children: /* @__PURE__ */ o(c, { size: g.B3, children: e })
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as p } from "../../../chunks/vendor
|
|
2
|
+
import { c as p } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import e from "react";
|
|
4
4
|
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
|
-
import { u as
|
|
3
|
+
import { u as d, c as S } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ETextSize as f } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
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:
|
|
15
|
-
const [i] = p(() => `Pagination-${
|
|
16
|
-
return /* @__PURE__ */ s("div", { className:
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
12
|
+
paginationSelectControl: b
|
|
13
|
+
}, z = m.forwardRef(
|
|
14
|
+
({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
|
|
15
|
+
const [i] = p(() => `Pagination-${d()}`);
|
|
16
|
+
return /* @__PURE__ */ s("div", { className: S(o.paginationSelect, n), ref: c, children: [
|
|
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__1c894016", z = "paginationSelectControl__e311f602",
|
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { j as R } from "../../../chunks/vendor
|
|
1
|
+
import { j as R } from "../../../chunks/vendor---Om3uMV.js";
|
|
2
2
|
const m = -1, h = {
|
|
3
3
|
// Создание массива чисел в заданном диапазоне с заданным шагом.
|
|
4
4
|
generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
|
|
@@ -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
|
-
import { c as n } from "../../chunks/vendor
|
|
3
|
+
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
4
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
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,
|
|
@@ -20,15 +20,15 @@ const y = "label__e0a23862", M = "sm__f10d5ca9", T = "nonempty__716e13f1", S = "
|
|
|
20
20
|
[s.LG]: m.B2,
|
|
21
21
|
[s.MD]: m.B3,
|
|
22
22
|
[s.SM]: m.B4
|
|
23
|
-
}, C = z(o), h = N.forwardRef((
|
|
24
|
-
const { children: e, className: l, disabled:
|
|
23
|
+
}, C = z(o), h = N.forwardRef((d, r) => {
|
|
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]: !!
|
|
27
|
+
{ [o.disabled]: !!c, [o.nonempty]: !!e },
|
|
28
28
|
a == null ? void 0 : a.className
|
|
29
29
|
);
|
|
30
|
-
return /* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled:
|
|
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,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c
|
|
3
|
-
const
|
|
4
|
-
radioXGroup:
|
|
5
|
-
"indent-12": "indent-
|
|
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
6
|
label: _,
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
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
12
|
}, l = (e) => {
|
|
13
|
-
const { children: i, className: o, indent: t = 12, ...d } = e,
|
|
14
|
-
return /* @__PURE__ */
|
|
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 {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c } from "../../chunks/vendor
|
|
3
|
-
const
|
|
4
|
-
radioYGroup:
|
|
5
|
-
},
|
|
6
|
-
const { children: r, className: s, ...a } = o,
|
|
7
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const t = "radioYGroup__42311535", d = {
|
|
4
|
+
radioYGroup: t
|
|
5
|
+
}, e = (o) => {
|
|
6
|
+
const { children: r, className: s, ...a } = o, i = p(d.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
e.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
e as RadioYGroup
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=RadioYGroup.js.map
|
package/components/Row/Row.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
row:
|
|
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
|
+
row: m,
|
|
5
5
|
noPaddingBottom: i
|
|
6
6
|
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
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 {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as C } from "../../chunks/vendor
|
|
2
|
+
import { c as C } from "../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { useState as i } from "react";
|
|
4
4
|
import { SMSFieldContext as h } from "./SMSFieldContext.js";
|
|
5
5
|
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
|
-
import { c as P } from "../../../chunks/vendor
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
2
|
+
import { c as P } from "../../../chunks/vendor---Om3uMV.js";
|
|
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" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t, Fragment as I } from "react/jsx-runtime";
|
|
2
|
-
import { c as v } from "../../../chunks/vendor
|
|
2
|
+
import { c as v } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import M, { useContext as T } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
5
|
+
import "../../FormField/components/FormFieldClear.js";
|
|
6
|
+
import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
|
|
5
7
|
import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import {
|
|
8
|
+
import { F as z } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
|
|
7
9
|
import "../../FormField/components/FormFieldLabel.js";
|
|
8
|
-
import "../../FormField/components/FormFieldClear.js";
|
|
9
|
-
import "../../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as A } from "../../../chunks/FormFieldInput-C75omt8Y.js";
|
|
11
10
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
12
11
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
13
12
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
13
|
+
import "../../FormField/components/FormFieldTarget.js";
|
|
14
14
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
15
|
-
import {
|
|
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) => {
|
|
@@ -31,10 +31,10 @@ const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
|
|
|
31
31
|
} = T(O), D = C || u, g = v(_.input, p, f);
|
|
32
32
|
let m = l.DEFAULT;
|
|
33
33
|
return D && (m = l.DISABLED), x && (m = l.ERROR), /* @__PURE__ */ n(L, { children: [
|
|
34
|
-
/* @__PURE__ */ t(
|
|
34
|
+
/* @__PURE__ */ t(A, { className: p, onKeyDown: (r) => {
|
|
35
35
|
r.keyCode === k.ENTER && !h && R(a), i == null || i(r);
|
|
36
36
|
}, size: b, status: m, children: /* @__PURE__ */ t(
|
|
37
|
-
|
|
37
|
+
z,
|
|
38
38
|
{
|
|
39
39
|
autoComplete: "off",
|
|
40
40
|
className: g,
|
|
@@ -51,7 +51,7 @@ const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
|
|
|
51
51
|
) }),
|
|
52
52
|
/* @__PURE__ */ t(y, { children: s || o ? /* @__PURE__ */ n(I, { children: [
|
|
53
53
|
s,
|
|
54
|
-
o ? /* @__PURE__ */ t(
|
|
54
|
+
o ? /* @__PURE__ */ t(j, { children: o }) : null
|
|
55
55
|
] }) : null })
|
|
56
56
|
] });
|
|
57
57
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as I } from "../../../chunks/vendor
|
|
2
|
+
import { c as I } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { forwardRef as M, useContext as N, useMemo as y } from "react";
|
|
4
4
|
import "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
@@ -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, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as S } from "../../../chunks/vendor
|
|
2
|
+
import { c as S } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { useContext as f, useEffect as C } from "react";
|
|
4
4
|
import "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
@@ -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,
|
|
@@ -3,7 +3,7 @@ import { useContext as T, useEffect as f } from "react";
|
|
|
3
3
|
import { SMSFieldContext as n } from "../SMSFieldContext.js";
|
|
4
4
|
import { ETooltipSize as S, ETooltipAlign as a } from "../../Tooltip/enums.js";
|
|
5
5
|
import { Tooltip as i } from "../../Tooltip/Tooltip.js";
|
|
6
|
-
import { u } from "../../../chunks/vendor
|
|
6
|
+
import { u } from "../../../chunks/vendor---Om3uMV.js";
|
|
7
7
|
const c = ({
|
|
8
8
|
children: l,
|
|
9
9
|
id: o,
|
|
@@ -2,15 +2,15 @@ import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums
|
|
|
2
2
|
import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
|
|
3
3
|
import { jsx as c } from "react/jsx-runtime";
|
|
4
4
|
import E from "react";
|
|
5
|
-
import { c as R } from "../../chunks/vendor
|
|
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__a1d428ef", L = "general1__3f53a427", 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__a1d428ef", L = "general1__3f53a427", 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
|
-
import { c as L } from "../../chunks/vendor
|
|
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__7a25d825", E = "selected__9053c82d", 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:
|
|
@@ -29,13 +29,13 @@ const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", I = "co
|
|
|
29
29
|
case n.MULTIPLE:
|
|
30
30
|
return d.includes(e);
|
|
31
31
|
}
|
|
32
|
-
})(),
|
|
32
|
+
})(), f = L(
|
|
33
33
|
r.segmentedControlSegment,
|
|
34
34
|
{ [r.selected]: t },
|
|
35
35
|
"hoverable",
|
|
36
36
|
{ active: t },
|
|
37
37
|
i
|
|
38
|
-
),
|
|
38
|
+
), C = () => {
|
|
39
39
|
if (c)
|
|
40
40
|
return c;
|
|
41
41
|
if (typeof s == "string")
|
|
@@ -43,24 +43,24 @@ const y = "segmentedControlSegment__7a25d825", E = "selected__9053c82d", 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
|
-
className:
|
|
58
|
-
title:
|
|
57
|
+
className: f,
|
|
58
|
+
title: C(),
|
|
59
59
|
disabled: g || p,
|
|
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
|
};
|