@sberbusiness/triplex-next 1.5.0 → 1.6.1
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-Dq0fm-3a.js +39 -0
- package/chunks/CalendarViewItem-BoFDPLNT.js +101 -0
- package/chunks/Card.module-xUBtHcBW.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +11 -0
- package/chunks/{Chip-DpSJGyYK.js → Chip-C91-I9zb.js} +11 -11
- package/chunks/Confirm.module-yvrei2lL.js +15 -0
- package/chunks/{DropdownListItem-SqymKZn5.js → DropdownListItem-PbfrmOZJ.js} +14 -14
- package/chunks/DropdownMobile.module-CvDbPL9W.js +21 -0
- package/chunks/Footer.module-Kij9_qbS.js +9 -0
- package/chunks/{FormFieldInput-BSxKZxcq.js → FormFieldInput-BL8yYnKo.js} +10 -10
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +9 -0
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +9 -0
- package/chunks/{HeaderTitle.module-CEMLCR13.js → HeaderTitle.module-29jwPQr2.js} +2 -2
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +26 -0
- package/chunks/{LightBoxContent-DTTxRVLQ.js → LightBoxContent-D9VFXK17.js} +15 -15
- package/chunks/LightBoxControls.module-C76N_yWS.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +8 -0
- package/chunks/{ListItemControlsButton-AbCEipFe.js → ListItemControlsButton-DnuVSFV7.js} +7 -7
- package/chunks/ListItemTail.module-DE8OWHba.js +12 -0
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +10 -0
- package/chunks/ModalWindow.module-C7N9wjxW.js +17 -0
- package/chunks/Notification.module-ByRBfuR2.js +21 -0
- package/chunks/Overlay.module-EIMAbb4c.js +18 -0
- package/chunks/Page.module-BokYwJr5.js +12 -0
- package/chunks/{RightBorderArrow-Co_RT8lZ.js → RightBorderArrow-esMRIv7g.js} +6 -6
- package/chunks/SMSInput.module-5r7uaeim.js +16 -0
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +15 -0
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +40 -0
- package/chunks/StatusTracker.module-D1-siBfk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-nZwpz9Eo.js → SuggestFieldMobileDropdownHint-CpoZIQ7a.js} +2 -2
- package/chunks/TableFooter.module-D8h1OLCP.js +14 -0
- package/chunks/TabsExtended.module-Dvvx9orv.js +16 -0
- package/chunks/TabsLine.module-BW1667el.js +23 -0
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +19 -0
- package/chunks/{TooltipMobileCloseButton-DTtQoE3B.js → TooltipMobileCloseButton-Bdw8P_WT.js} +6 -6
- package/chunks/TreeView.module-CKfLtgeC.js +9 -0
- package/chunks/{UploadZoneInput-C2-_7DoS.js → UploadZoneInput-Cr1wEu6A.js} +6 -6
- package/chunks/utils-BGuB8cgl.js +73 -0
- package/chunks/utils-BJhZJ9SO.js +24 -0
- package/chunks/{utils-CFlJg-k1.js → utils-DpVkLh52.js} +5 -5
- package/chunks/{utils-Dhi5F6Da.js → utils-GixgRYNn.js} +9 -9
- package/chunks/{utils-D9w2Kvyk.js → utils-PII_juCp.js} +6 -6
- package/chunks/{vendor-9KVE23Ri.js → vendor-D3hUOusX.js} +4403 -4403
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +10 -10
- package/components/Alert/AlertContext/AlertContext.js +11 -11
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +10 -10
- package/components/Body/index.js +4 -2
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +61 -61
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +131 -126
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +4 -5
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarFooterButton.js +31 -0
- package/components/Calendar/components/CalendarViewDays.js +67 -76
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +9 -9
- package/components/Calendar/components/CalendarViewYears.js +10 -10
- package/components/Calendar/utils.js +5 -5
- package/components/Card/CardAction.js +16 -16
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +17 -17
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTree/index.js +5 -0
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +8 -7
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +4 -3
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +22 -21
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +21 -24
- package/components/CheckboxTreeExtended/index.js +5 -0
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +46 -0
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +11 -9
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- package/components/Confirm/Confirm.js +41 -0
- package/components/Confirm/components/ConfirmClose.js +13 -0
- package/components/Confirm/components/ConfirmCloseButton.js +27 -0
- package/components/Confirm/components/ConfirmContent.js +13 -0
- package/components/Confirm/components/ConfirmContentSubTitle.js +15 -0
- package/components/Confirm/components/ConfirmContentTitle.js +16 -0
- package/components/Confirm/components/ConfirmControls.js +9 -0
- package/components/Confirm/enums.js +5 -0
- package/components/Confirm/index.js +5 -0
- package/components/DateField/DateField.js +8 -8
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +13 -13
- package/components/DateRange/DateRange.js +73 -0
- package/components/DateRange/enums.js +5 -0
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/DesignTokens/DesignTokensComponents.js +71 -54
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +64 -47
- package/components/DesignTokens/components/Calendar.js +0 -2
- package/components/DesignTokens/components/Island.js +4 -4
- package/components/DesignTokens/components/IslandAccordion.js +15 -4
- package/components/DesignTokens/components/MultiselectField.js +9 -0
- package/components/DesignTokens/components/Slider.js +59 -0
- package/components/DesignTokens/components/SmallInput.js +15 -0
- package/components/DesignTokens/components/TopOverlay.js +9 -0
- package/components/DesignTokens/components/UploadZone.js +1 -1
- package/components/DesignTokens/components/index.js +95 -83
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +64 -0
- package/components/DocumentNumberEdit/index.js +5 -0
- package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +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 +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- 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 +28 -28
- package/components/FormField/components/FormFieldClear.js +11 -11
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +38 -37
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- 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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- 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 +81 -73
- package/components/LightBox/LightBox.js +27 -27
- 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 +6 -6
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +6 -6
- 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 +6 -6
- 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 +4 -4
- package/components/List/components/ListItemSelectable.js +9 -9
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- 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 +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +6 -6
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +6 -6
- package/components/ModalWindow/components/ModalWindowBody.js +14 -182
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +6 -6
- package/components/ModalWindow/components/ModalWindowViewManager.js +6 -6
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/MultiselectField.js +22 -0
- package/components/MultiselectField/MultiselectFieldContext.js +10 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +65 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +23 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +13 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +13 -0
- package/components/MultiselectField/components/index.js +11 -0
- package/components/MultiselectField/index.js +5 -0
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/Notification/index.js +7 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +7 -7
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +5 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +4 -4
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +3 -3
- package/components/SMSInput/components/RefreshIcon.js +2 -2
- package/components/SMSInput/components/SMSInputInput.js +3 -3
- package/components/SMSInput/components/SMSInputRefresh.js +2 -2
- package/components/SMSInput/components/SMSInputSubmit.js +2 -2
- package/components/SMSInput/components/SMSInputTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +60 -54
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +82 -68
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/Slider/Slider.js +20 -0
- package/components/Slider/index.js +5 -0
- package/components/SliderExtended/SliderExtended.js +102 -0
- package/components/SliderExtended/SliderExtendedContext.js +30 -0
- package/components/SliderExtended/SliderExtendedUtils.js +32 -0
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +158 -0
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDotActions.js +12 -0
- package/components/SliderExtended/components/SliderExtendedDot/useSliderExtendedDotTabIndex.js +21 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +48 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarkActions.js +27 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +9 -0
- package/components/SliderExtended/components/SliderExtendedMoveHandler.js +25 -0
- package/components/SliderExtended/components/SliderExtendedRail.js +10 -0
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +39 -0
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +147 -0
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrackActions.js +36 -0
- package/components/SliderExtended/index.js +5 -0
- package/components/SliderRange/SliderRange.js +63 -0
- package/components/SliderRange/index.js +5 -0
- package/components/SmallInput/SmallInput.js +11 -0
- package/components/SmallInput/index.js +5 -0
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +13 -13
- 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/StatusTracker/enums.js +1 -1
- package/components/StatusTracker/index.js +3 -0
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +5 -5
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +8 -8
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +20 -20
- 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 +31 -34
- package/components/Table/TableBasicSettings/TableBasicSettings.js +27 -29
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- 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 +2 -2
- package/components/Table/TableFooter/TableFooter.js +14 -11
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +22 -10
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +19 -19
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +7 -7
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +13 -12
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +20 -20
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- 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 +2 -2
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +85 -0
- package/components/TopOverlay/index.js +5 -0
- package/components/TreeView/TreeView.js +9 -8
- package/components/TreeView/components/TreeViewGroup.js +3 -2
- package/components/TreeView/components/TreeViewNode.js +12 -11
- package/components/Typography/Caption.js +17 -17
- package/components/Typography/Text.js +32 -32
- package/components/Typography/Title.js +27 -27
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- 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 +499 -415
- package/consts/DateConst.js +1 -1
- package/helpers/less/z-indexes.less +6 -1
- package/index.d.ts +1149 -141
- package/index.js +506 -422
- package/package.json +45 -1
- package/styles/triplex-next.css +527 -501
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-M7W9D-p3.js +0 -39
- package/chunks/CalendarViewItem-Cs4qo2T0.js +0 -105
- package/chunks/Card.module-lZl8x0iL.js +0 -17
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +0 -21
- package/chunks/Footer.module-3tcvZGt3.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +0 -9
- package/chunks/HeaderTabs.module-DegB0R8X.js +0 -9
- package/chunks/IslandAccordion.module-DFvQwhSg.js +0 -22
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +0 -8
- package/chunks/ListItemTail.module-CZYSMJRz.js +0 -12
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +0 -10
- package/chunks/ModalWindow.module-DGcF8-xJ.js +0 -17
- package/chunks/Notification.module-Cj_Pd4DQ.js +0 -21
- package/chunks/Overlay.module-BqJXvoeX.js +0 -18
- package/chunks/Page.module-DUQ6i8Ez.js +0 -12
- package/chunks/SMSInput.module-D1TiDw_A.js +0 -16
- package/chunks/StatusTracker.module-DetC6Udk.js +0 -24
- package/chunks/TableFooter.module-BF4P3QCw.js +0 -13
- package/chunks/TabsExtended.module-BciQYRi4.js +0 -16
- package/chunks/TabsLine.module-Cx0n_AdV.js +0 -23
- package/chunks/TooltipDesktop.module-DK06gaHe.js +0 -19
- package/chunks/utils-CXhKCNyM.js +0 -72
- package/chunks/utils-CoHHiBA8.js +0 -24
- package/components/Calendar/CalendarRange.js +0 -28
- package/components/Calendar/components/CalendarTodayButton.js +0 -31
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +0 -86
|
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
6
6
|
import "../FormField/components/FormFieldLabel.js";
|
|
7
7
|
import "../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../FormField/components/FormFieldTarget.js";
|
|
9
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
9
|
+
import { F as d } from "../../chunks/FormFieldInput-BL8yYnKo.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../chunks/vendor-
|
|
3
|
+
import { c as o } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { OrderedListItem as i } from "./OrderedListItem.js";
|
|
5
|
-
const
|
|
6
|
-
orderedList:
|
|
5
|
+
const m = "orderedList__88443ce3", a = {
|
|
6
|
+
orderedList: m
|
|
7
7
|
}, c = Object.assign(
|
|
8
|
-
d.forwardRef(({ className:
|
|
8
|
+
d.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className: o(
|
|
12
|
-
...
|
|
13
|
-
"data-tx": "1.
|
|
11
|
+
className: o(a.orderedList, e),
|
|
12
|
+
...r,
|
|
13
|
+
"data-tx": "1.6.1",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as s } from "../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import "../Typography/Title.js";
|
|
5
|
-
import { Text as
|
|
5
|
+
import { Text as d } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
|
-
import { ETextSize as
|
|
8
|
-
const a = "
|
|
7
|
+
import { ETextSize as i } from "../Typography/enums.js";
|
|
8
|
+
const a = "orderedListItem__4b1667d5", p = {
|
|
9
9
|
orderedListItem: a
|
|
10
10
|
}, f = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
|
-
|
|
12
|
+
d,
|
|
13
13
|
{
|
|
14
|
-
className: s(
|
|
15
|
-
size:
|
|
14
|
+
className: s(p.orderedListItem, t),
|
|
15
|
+
size: i.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "1.
|
|
18
|
+
"data-tx": "1.6.1",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { c as u } from "../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-EIMAbb4c.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as t } from "../../chunks/vendor-
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
3
|
+
import { c as t } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-EIMAbb4c.js";
|
|
5
5
|
const f = l.forwardRef(({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { EOverlayDirection as r } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-EIMAbb4c.js";
|
|
6
6
|
const P = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-BokYwJr5.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const d = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, t) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { Body as e } from "../../Body/Body.js";
|
|
4
|
-
import { c as t } from "../../../chunks/vendor-
|
|
5
|
-
import { s as f } from "../../../chunks/Page.module-
|
|
4
|
+
import { c as t } from "../../../chunks/vendor-D3hUOusX.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Page.module-BokYwJr5.js";
|
|
6
6
|
const d = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ m(e, { className: t(f.bodyPage, o), ...r, ref: a }));
|
|
7
7
|
d.displayName = "BodyPage";
|
|
8
8
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import F, { useRef as R } from "react";
|
|
3
|
-
import { c as T } from "../../../chunks/vendor-
|
|
3
|
+
import { c as T } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { Footer as s } from "../../Footer/Footer.js";
|
|
5
5
|
import { EFooterPageType as i } from "./enums.js";
|
|
6
6
|
import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as c } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as c } from "../../../chunks/Page.module-BokYwJr5.js";
|
|
13
13
|
const w = Object.assign(
|
|
14
14
|
F.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
|
|
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import T, { useRef as R } from "react";
|
|
3
3
|
import { Header as e } from "../../Header/Header.js";
|
|
4
4
|
import { EHeaderPageType as t } from "./enums.js";
|
|
5
|
-
import { c as p } from "../../../chunks/vendor-
|
|
5
|
+
import { c as p } from "../../../chunks/vendor-D3hUOusX.js";
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-BokYwJr5.js";
|
|
10
10
|
const j = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../../chunks/vendor-
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import i from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__a1276052", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = i.forwardRef(
|
|
7
|
-
({ children:
|
|
7
|
+
({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className: d(s.paginationExtended,
|
|
11
|
-
"data-tx": "1.
|
|
10
|
+
className: d(s.paginationExtended, a),
|
|
11
|
+
"data-tx": "1.6.1",
|
|
12
12
|
...n,
|
|
13
13
|
ref: e,
|
|
14
|
-
children:
|
|
14
|
+
children: t
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
@@ -4,7 +4,7 @@ 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__3e52f5f1", N = "directionIconNext__2b00b050", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
10
|
}, f = c.forwardRef(
|
|
@@ -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-D3hUOusX.js";
|
|
4
|
+
const g = "paginationNavigationExtended__8e1659d5", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import g from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
paginationPageButton:
|
|
6
|
-
currentPage:
|
|
3
|
+
import { c } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
const u = "paginationPageButton__f15bf280", s = "currentPage__dee38f5c", a = {
|
|
5
|
+
paginationPageButton: u,
|
|
6
|
+
currentPage: s
|
|
7
7
|
}, P = g.forwardRef(
|
|
8
8
|
({ isCurrent: t = !1, children: n, className: o, ...e }, i) => /* @__PURE__ */ r(
|
|
9
9
|
"button",
|
|
10
10
|
{
|
|
11
|
+
type: "button",
|
|
11
12
|
className: c(
|
|
12
13
|
a.paginationPageButton,
|
|
13
14
|
{
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import o from "react";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "pageEllipsis__fce008ff", r = {
|
|
5
5
|
pageEllipsis: t
|
|
6
|
-
},
|
|
6
|
+
}, f = o.forwardRef(
|
|
7
7
|
({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
f.displayName = "PaginationPageEllipsis";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
f as PaginationPageEllipsis
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=PaginationPageEllipsis.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as g, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import S, { useRef as f } from "react";
|
|
3
|
-
import { a as x, c as N } from "../../../chunks/vendor-
|
|
3
|
+
import { a as x, c as N } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import "../../Typography/Title.js";
|
|
5
5
|
import { Text as v } from "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Caption.js";
|
|
7
7
|
import { ETextSize as _ } from "../../Typography/enums.js";
|
|
8
|
-
const
|
|
9
|
-
paginationSelect:
|
|
10
|
-
paginationSelectControl:
|
|
8
|
+
const b = "paginationSelect__3710229b", h = "paginationSelectControl__328f654a", o = {
|
|
9
|
+
paginationSelect: b,
|
|
10
|
+
paginationSelectControl: h
|
|
11
11
|
}, y = S.forwardRef(
|
|
12
12
|
({ paginationLabel: c, className: s, hidden: m, options: i, value: n, onChange: a }, d) => {
|
|
13
13
|
const l = f(`Pagination-${x()}`), p = i && i.length > 0 ? i : [10, 20, 50, 100], u = (e) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as R } from "../../../chunks/vendor-D3hUOusX.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 b, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
|
-
import { c as m } from "../../chunks/vendor-
|
|
3
|
+
import { c as m } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import "../Typography/Title.js";
|
|
5
5
|
import { Text as x } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
7
|
import { ETextSize as n } from "../Typography/enums.js";
|
|
8
8
|
import { EComponentSize as i } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "label__47f553fe", T = "md__af8d7ea5", M = "nonempty__4dbdca10", u = "lg__e0603af8", I = "disabled__aa3d8fea", R = "radio__29717aa6", S = "radioIcon__ab1a9c1b", a = {
|
|
11
11
|
label: y,
|
|
12
12
|
md: T,
|
|
13
13
|
nonempty: M,
|
|
@@ -19,16 +19,16 @@ const y = "label__fdbef6e9", T = "md__6df6a75c", M = "nonempty__79d265f3", u = "
|
|
|
19
19
|
[i.LG]: n.B2,
|
|
20
20
|
[i.MD]: n.B3
|
|
21
21
|
}, C = z(a), h = N.forwardRef((c, r) => {
|
|
22
|
-
const { children:
|
|
22
|
+
const { children: s, className: l, disabled: d, labelAttributes: o, size: e = i.MD, ...p } = c, _ = m(a.radio, l, C[e]), f = m(
|
|
23
23
|
a.label,
|
|
24
|
-
a[
|
|
25
|
-
{ [a.disabled]: !!d, [a.nonempty]: !!
|
|
24
|
+
a[e],
|
|
25
|
+
{ [a.disabled]: !!d, [a.nonempty]: !!s },
|
|
26
26
|
o == null ? void 0 : o.className
|
|
27
27
|
);
|
|
28
|
-
return /* @__PURE__ */
|
|
28
|
+
return /* @__PURE__ */ b("label", { ...o, className: f, "data-tx": "1.6.1", children: [
|
|
29
29
|
/* @__PURE__ */ t("input", { type: "radio", className: _, disabled: d, ...p, ref: r }),
|
|
30
30
|
/* @__PURE__ */ t("span", { className: a.radioIcon }),
|
|
31
|
-
|
|
31
|
+
s && /* @__PURE__ */ t(x, { size: g[e], children: s })
|
|
32
32
|
] });
|
|
33
33
|
});
|
|
34
34
|
h.displayName = "Radio";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as s } from "../../chunks/vendor-
|
|
3
|
-
const _ = "
|
|
2
|
+
import { c as s } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const _ = "radioXGroup__d2934415", l = "label__47f553fe", n = {
|
|
4
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: d, className:
|
|
14
|
-
return /* @__PURE__ */ r("div", { className:
|
|
5
|
+
"indent-12": "indent-12__60d3595f",
|
|
6
|
+
label: l,
|
|
7
|
+
"indent-16": "indent-16__ca14eef5",
|
|
8
|
+
"indent-20": "indent-20__17487497",
|
|
9
|
+
"indent-24": "indent-24__1f753333",
|
|
10
|
+
"indent-28": "indent-28__9a7f9275",
|
|
11
|
+
"indent-32": "indent-32__d5319a7e"
|
|
12
|
+
}, c = (e) => {
|
|
13
|
+
const { children: d, className: i, indent: o = 12, ...t } = e, a = s(n.radioXGroup, n[`indent-${o}`], i);
|
|
14
|
+
return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: d });
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
c.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
c as RadioXGroup
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=RadioXGroup.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
radioYGroup:
|
|
5
|
-
},
|
|
6
|
-
const { children: r, className: s, ...a } = o, c =
|
|
7
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const t = "radioYGroup__abc81690", d = {
|
|
4
|
+
radioYGroup: t
|
|
5
|
+
}, e = (o) => {
|
|
6
|
+
const { children: r, className: s, ...a } = o, c = p(d.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ i("div", { className: c, 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 a } from "../../chunks/vendor-
|
|
3
|
-
const m = "
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
const m = "row__f6ac0c9d", i = "noPaddingBottom__d4dbc3b7", o = {
|
|
4
4
|
row: m,
|
|
5
5
|
noPaddingBottom: i
|
|
6
|
-
}, e = ({ children: t, className: n, paddingBottom:
|
|
7
|
-
const c = a(n, o.row, { [o.noPaddingBottom]: !
|
|
8
|
-
return /* @__PURE__ */
|
|
6
|
+
}, e = ({ children: t, className: n, paddingBottom: d = !0, ...s }) => {
|
|
7
|
+
const c = a(n, o.row, { [o.noPaddingBottom]: !d });
|
|
8
|
+
return /* @__PURE__ */ r("div", { className: c, ...s, children: t });
|
|
9
9
|
};
|
|
10
10
|
e.displayName = "Row";
|
|
11
11
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as C } from "../../chunks/vendor-
|
|
2
|
+
import { c as C } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import { useState as e } from "react";
|
|
4
4
|
import { SMSInputContext as h } from "./SMSInputContext.js";
|
|
5
5
|
import { SMSInputInput as N } from "./components/SMSInputInput.js";
|
|
6
6
|
import { SMSInputRefresh as x } from "./components/SMSInputRefresh.js";
|
|
7
7
|
import { SMSInputSubmit as T } from "./components/SMSInputSubmit.js";
|
|
8
8
|
import { SMSInputTooltip as v } from "./components/SMSInputTooltip.js";
|
|
9
|
-
import { s as r } from "../../chunks/SMSInput.module-
|
|
9
|
+
import { s as r } from "../../chunks/SMSInput.module-5r7uaeim.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const y = z(r), t = (i) => {
|
|
12
12
|
const { children: m, className: p, code: a, disabled: n, error: S, onChangeCode: l, onSubmitCode: u, size: o, ...d } = i, [c, I] = e(!0), [f, b] = e(), M = C(r.smsInput, p);
|
|
@@ -26,7 +26,7 @@ const y = z(r), t = (i) => {
|
|
|
26
26
|
sizeClassName: y[o],
|
|
27
27
|
tooltipId: f
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.
|
|
29
|
+
children: /* @__PURE__ */ s("div", { className: M, ...d, "data-tx": "1.6.1", 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/SMSInput.module-
|
|
2
|
+
import { c as P } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
import { s as o } from "../../../chunks/SMSInput.module-5r7uaeim.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,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r, Fragment as g } from "react/jsx-runtime";
|
|
2
|
-
import { c as _ } from "../../../chunks/vendor-
|
|
2
|
+
import { c as _ } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import v, { useContext as M } from "react";
|
|
4
4
|
import { FormField as T } from "../../FormField/FormField.js";
|
|
5
5
|
import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
|
|
@@ -7,7 +7,7 @@ import { FormFieldCounter as y } from "../../FormField/components/FormFieldCount
|
|
|
7
7
|
import "../../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../../FormField/components/FormFieldClear.js";
|
|
9
9
|
import "../../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as z } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as z } from "../../../chunks/FormFieldInput-BL8yYnKo.js";
|
|
11
11
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
12
12
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { EFormFieldStatus as s } from "../../FormField/enums.js";
|
|
16
16
|
import { FormGroup as A } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSInputContext as L } from "../SMSInputContext.js";
|
|
18
|
-
import { s as O } from "../../../chunks/SMSInput.module-
|
|
18
|
+
import { s as O } from "../../../chunks/SMSInput.module-5r7uaeim.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
|
|
21
21
|
({ className: u, counter: o, description: l, disabled: f, maxLength: c = 8, onChange: e, onKeyDown: m, placeholder: F, ...E }, S) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { c as u } from "../../../chunks/vendor-
|
|
2
|
+
import { c as u } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import { forwardRef as x, useContext as M, useMemo as N } 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 B } from "../../Button/enums.js";
|
|
10
10
|
import { SMSInputContext as z } from "../SMSInputContext.js";
|
|
11
11
|
import { RefreshIcon as D } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSInput.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSInput.module-5r7uaeim.js";
|
|
13
13
|
const E = x(
|
|
14
14
|
({ className: i, disabled: r, countdownTime: s, countdownTimeLeft: e, onClick: o, onRefresh: l, ...n }, f) => {
|
|
15
15
|
const { disabled: t, error: c, size: h, sizeClassName: I, tooltipId: S } = M(z), d = e > 0, a = t && !c || r || d, b = u(m.btnRefresh, I, i, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as S } from "../../../chunks/vendor-
|
|
2
|
+
import { c as S } from "../../../chunks/vendor-D3hUOusX.js";
|
|
3
3
|
import { useContext as f, useEffect as I } 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 h } from "../../Button/enums.js";
|
|
10
10
|
import { SMSInputContext as x } from "../SMSInputContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s as e } from "../../../chunks/SMSInput.module-
|
|
12
|
+
import { s as e } from "../../../chunks/SMSInput.module-5r7uaeim.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: o, ...p }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -3,7 +3,7 @@ import { useContext as T, useEffect as f } from "react";
|
|
|
3
3
|
import { SMSInputContext as d } from "../SMSInputContext.js";
|
|
4
4
|
import { ETooltipSize as u, ETooltipAlign as S } from "../../Tooltip/enums.js";
|
|
5
5
|
import { Tooltip as t } from "../../Tooltip/Tooltip.js";
|
|
6
|
-
import { a } from "../../../chunks/vendor-
|
|
6
|
+
import { a } from "../../../chunks/vendor-D3hUOusX.js";
|
|
7
7
|
const I = ({
|
|
8
8
|
children: r,
|
|
9
9
|
id: o,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums.js";
|
|
2
2
|
import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
|
|
3
|
-
import { jsx as
|
|
3
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
4
4
|
import E from "react";
|
|
5
|
-
import { c as b } from "../../chunks/vendor-
|
|
5
|
+
import { c as b } from "../../chunks/vendor-D3hUOusX.js";
|
|
6
6
|
import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
|
|
7
7
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
8
|
-
const h = "
|
|
8
|
+
const h = "segmentedControl__627a94f0", x = "general1__9c5f2f86", L = "secondary1__40e0e4d2", A = "general2__a8a8dae6", M = "secondary2__7fbf40e9", G = "sm__06db43f1", O = "md__a9b04e37", j = "lg__d759ff24", e = {
|
|
9
9
|
segmentedControl: h,
|
|
10
10
|
general1: x,
|
|
11
11
|
secondary1: L,
|
|
@@ -21,7 +21,7 @@ const h = "segmentedControl__94c25f37", x = "general1__6dc1f065", L = "secondary
|
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
22
|
}, z = T(e), D = Object.assign(
|
|
23
23
|
E.forwardRef(
|
|
24
|
-
({ children:
|
|
24
|
+
({ children: c, className: l, value: n, theme: g, type: r, size: _, disabled: f, onSelect: t, ...i }, C) => {
|
|
25
25
|
const p = b(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
@@ -39,7 +39,7 @@ const h = "segmentedControl__94c25f37", x = "general1__6dc1f065", L = "secondary
|
|
|
39
39
|
t(a ? [...n, s] : [...n].filter((N) => N !== s));
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ d(
|
|
43
43
|
R.Provider,
|
|
44
44
|
{
|
|
45
45
|
value: {
|
|
@@ -48,7 +48,7 @@ const h = "segmentedControl__94c25f37", x = "general1__6dc1f065", L = "secondary
|
|
|
48
48
|
disabled: !!f,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */
|
|
51
|
+
children: /* @__PURE__ */ d("div", { className: p, ...i, "data-tx": "1.6.1", ref: C, children: c })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as d } 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-D3hUOusX.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__8a7460e8", E = "selected__eb8486f5", I = "content__c441aaa0", r = {
|
|
8
8
|
segmentedControlSegment: y,
|
|
9
9
|
selected: E,
|
|
10
10
|
content: I
|
|
@@ -19,15 +19,15 @@ const y = "segmentedControlSegment__5b5923ff", E = "selected__f5853c8d", I = "co
|
|
|
19
19
|
}) => {
|
|
20
20
|
const {
|
|
21
21
|
type: m,
|
|
22
|
-
value:
|
|
22
|
+
value: a,
|
|
23
23
|
disabled: p,
|
|
24
24
|
onSegmentSelect: l
|
|
25
25
|
} = x(_), t = (() => {
|
|
26
26
|
switch (m) {
|
|
27
27
|
case n.SINGLE:
|
|
28
|
-
return e ===
|
|
28
|
+
return e === a;
|
|
29
29
|
case n.MULTIPLE:
|
|
30
|
-
return
|
|
30
|
+
return a.includes(e);
|
|
31
31
|
}
|
|
32
32
|
})(), f = L(
|
|
33
33
|
r.segmentedControlSegment,
|
|
@@ -40,7 +40,7 @@ const y = "segmentedControlSegment__5b5923ff", E = "selected__f5853c8d", I = "co
|
|
|
40
40
|
return c;
|
|
41
41
|
if (typeof s == "string")
|
|
42
42
|
return s;
|
|
43
|
-
},
|
|
43
|
+
}, u = (b) => {
|
|
44
44
|
switch (m) {
|
|
45
45
|
case n.SINGLE:
|
|
46
46
|
l({ value: e, selected: !0 });
|
|
@@ -49,18 +49,18 @@ const y = "segmentedControlSegment__5b5923ff", E = "selected__f5853c8d", I = "co
|
|
|
49
49
|
l({ value: e, selected: !t });
|
|
50
50
|
break;
|
|
51
51
|
}
|
|
52
|
-
o == null || o(
|
|
52
|
+
o == null || o(b);
|
|
53
53
|
};
|
|
54
|
-
return /* @__PURE__ */
|
|
54
|
+
return /* @__PURE__ */ d(
|
|
55
55
|
N,
|
|
56
56
|
{
|
|
57
57
|
className: f,
|
|
58
58
|
title: C(),
|
|
59
59
|
disabled: g || p,
|
|
60
60
|
"aria-pressed": t,
|
|
61
|
-
onClick:
|
|
61
|
+
onClick: u,
|
|
62
62
|
...S,
|
|
63
|
-
children: /* @__PURE__ */
|
|
63
|
+
children: /* @__PURE__ */ d("span", { className: r.content, children: s })
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
};
|