@sberbusiness/triplex-next 0.32.0 → 0.34.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 +35 -32
- package/chunks/{AlertProcessSpoiler-DW0BhZ40.js → AlertProcessSpoiler-BXa1yThy.js} +10 -10
- package/chunks/{CalendarViewItem-DnsWMQ6f.js → CalendarViewItem-CcneNgUN.js} +23 -23
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-Bp1g9j21.js → DropdownListItem-Cspd56Yl.js} +18 -18
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-DZ9wvF_L.js → FormFieldInput-D3Ncfs2O.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-Bjd_PeFL.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-A47Rfe5O.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +8 -8
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-9n7KZhyO.js → LightBoxContent-CJtTSiys.js} +6 -6
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-CvLzuMWL.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-BAv_g4xj.js → SliderExtendedRail-BDQN7rWF.js} +9 -9
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-zBMxIbHq.js → StepperStepArrowBorder-BMResef_.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-DoCjNfsA.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-CZ0-33sV.js → UploadZoneInput-DyTdTOhb.js} +2 -2
- package/chunks/{constants-8_Umj6ax.js → constants-CEkl1AbB.js} +14 -14
- package/chunks/{utils-gmsD_32w.js → utils-B1xQI_Pq.js} +5 -5
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +11 -11
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +48 -44
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +144 -144
- package/components/CollapsibleTree/CollapsibleTree.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +11 -11
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Button.js +1 -1
- package/components/DesignTokens/components/Chip.js +1 -1
- package/components/DesignTokens/components/LightBox.js +10 -4
- package/components/DesignTokens/components/Tabs.js +2 -2
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
- package/components/FocusTrapExtended/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +11 -11
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +18 -18
- package/components/FormField/components/FormFieldPostfix.js +3 -3
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +7 -7
- package/components/FormField/components/FormFieldTextarea.js +25 -25
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +8 -8
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +8 -8
- package/components/IconWrapper/IconWrapper.js +5 -5
- package/components/ImageGallery/ImageGallery.js +10 -9
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +9 -9
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +9 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- 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 +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +49 -48
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +9 -8
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +8 -8
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +33 -33
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +4 -4
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +13 -13
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -25
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +22 -22
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +13 -13
- package/components/Stepper/Stepper.js +8 -7
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +16 -16
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +11 -11
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +11 -11
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +12 -11
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +11 -11
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +9 -9
- package/components/TopOverlay/TopOverlay.js +51 -51
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +12 -12
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +28 -28
- package/components/Typography/Title.js +29 -29
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +363 -359
- package/index.d.ts +104 -155
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/chunks/Card.module-CXz8VlRt.js +0 -18
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +0 -15
- package/chunks/Chip-C4673wYg.js +0 -85
- package/chunks/Confirm.module-DXe0cS1V.js +0 -15
- package/chunks/DropdownMobile.module-B-gfhyrz.js +0 -23
- package/chunks/Footer.module-CHW5czGs.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +0 -9
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +0 -17
- package/chunks/IslandAccordion.module-Cez7gPQx.js +0 -25
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +0 -9
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +0 -13
- package/chunks/LightBoxControls.module-CqE7tSjd.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +0 -9
- package/chunks/ListItemTail.module-Cj1qtzG7.js +0 -12
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +0 -10
- package/chunks/ModalWindow.module-DRSCJT-j.js +0 -17
- package/chunks/Notification.module-XEc1_4xz.js +0 -20
- package/chunks/Overlay.module-CG_bCws2.js +0 -18
- package/chunks/Page.module-w5MrLoeL.js +0 -11
- package/chunks/SMSField.module-CKYqfE0O.js +0 -16
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +0 -15
- package/chunks/StatusTracker.module-Bxjr2F_-.js +0 -24
- package/chunks/TableFooter.module-nSntoxBZ.js +0 -14
- package/chunks/TabsExtended.module-BAblULYn.js +0 -16
- package/chunks/TabsLine.module-BB5LVegW.js +0 -21
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +0 -19
- package/chunks/TreeView.module-C8K0ykxB.js +0 -9
- package/chunks/utils-BT5PPv2k.js +0 -24
- package/chunks/utils-CP79T5VE.js +0 -73
- package/chunks/utils-De8Skuhh.js +0 -28
|
@@ -1,28 +1,32 @@
|
|
|
1
|
-
import { useState as
|
|
2
|
-
var
|
|
3
|
-
const
|
|
4
|
-
children:
|
|
5
|
-
direction:
|
|
6
|
-
opened:
|
|
7
|
-
onClose:
|
|
8
|
-
onClosing:
|
|
9
|
-
onOpen:
|
|
10
|
-
onOpening:
|
|
11
|
-
setOpened:
|
|
1
|
+
import { useState as p, useRef as T, useLayoutEffect as B, useEffect as m } from "react";
|
|
2
|
+
var k = /* @__PURE__ */ ((r) => (r.BOTTOM = "bottom", r.LEFT = "left", r.RIGHT = "right", r.TOP = "top", r))(k || {});
|
|
3
|
+
const C = ({
|
|
4
|
+
children: r,
|
|
5
|
+
direction: F = "right",
|
|
6
|
+
opened: t,
|
|
7
|
+
onClose: O,
|
|
8
|
+
onClosing: R,
|
|
9
|
+
onOpen: b,
|
|
10
|
+
onOpening: h,
|
|
11
|
+
setOpened: L
|
|
12
12
|
}) => {
|
|
13
|
-
const [
|
|
13
|
+
const [f, l] = p(!1), [a, i] = p(!1), o = T(t), g = T(!0), e = T({ onClose: O, onClosing: R, onOpen: b, onOpening: h });
|
|
14
14
|
return B(() => {
|
|
15
|
-
b
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
}, [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
e.current = { onClose: O, onClosing: R, onOpen: b, onOpening: h };
|
|
16
|
+
}), B(() => {
|
|
17
|
+
o.current && !t ? (i(!1), l(!0)) : !o.current && t && (l(!1), i(!0)), o.current = t;
|
|
18
|
+
}, [t]), m(() => {
|
|
19
|
+
var s, u, n, c;
|
|
20
|
+
g.current || (f ? (u = (s = e.current).onClosing) == null || u.call(s) : (c = (n = e.current).onClose) == null || c.call(n));
|
|
21
|
+
}, [f]), m(() => {
|
|
22
|
+
var s, u, n, c;
|
|
23
|
+
g.current || (a ? (u = (s = e.current).onOpening) == null || u.call(s) : (c = (n = e.current).onOpen) == null || c.call(n));
|
|
24
|
+
}, [a]), m(() => {
|
|
25
|
+
g.current = !1;
|
|
26
|
+
}, []), r({ closing: f, direction: F, opened: t, opening: a, setClosing: l, setOpened: L, setOpening: i });
|
|
23
27
|
};
|
|
24
28
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
k as EOverlayDirection,
|
|
30
|
+
C as OverlayBase
|
|
27
31
|
};
|
|
28
32
|
//# sourceMappingURL=OverlayBase.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as t } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-CW1lqxQV.js";
|
|
5
5
|
const p = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
|
|
7
7
|
"div",
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as P } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { EOverlayDirection as a } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-CW1lqxQV.js";
|
|
6
6
|
const T = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-z35N2Tap.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-B9JECpGI.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|
|
@@ -3,19 +3,19 @@ import m from "react";
|
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
4
|
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
|
-
import { Island as
|
|
7
|
-
import { EIslandType as
|
|
8
|
-
const
|
|
9
|
-
bodyPage:
|
|
10
|
-
verticalMargin24:
|
|
11
|
-
verticalMargin16:
|
|
6
|
+
import { Island as p } from "../../Island/Island.js";
|
|
7
|
+
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
+
const P = "bodyPage__2ded7888", v = "verticalMargin24__c125be2a", f = "verticalMargin16__e431d472", e = {
|
|
9
|
+
bodyPage: P,
|
|
10
|
+
verticalMargin24: v,
|
|
11
|
+
verticalMargin16: f
|
|
12
12
|
}, _ = {
|
|
13
|
-
[r.LARGE]:
|
|
14
|
-
[r.SMALL]:
|
|
13
|
+
[r.LARGE]: e.verticalMargin24,
|
|
14
|
+
[r.SMALL]: e.verticalMargin16
|
|
15
15
|
}, b = m.forwardRef(
|
|
16
|
-
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...
|
|
17
|
-
const t = d(
|
|
18
|
-
return n === y.FIRST ? /* @__PURE__ */ a(
|
|
16
|
+
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...o }, i) => {
|
|
17
|
+
const t = d(e.bodyPage, _[g], s);
|
|
18
|
+
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
b.displayName = "BodyPage";
|
|
@@ -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 n } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as n } from "../../../chunks/Page.module-B9JECpGI.js";
|
|
13
13
|
const N = Object.assign(
|
|
14
14
|
R.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
|
|
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor-z35N2Tap.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-B9JECpGI.js";
|
|
10
10
|
const C = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
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-z35N2Tap.js";
|
|
3
|
+
import i from "react";
|
|
4
|
+
const r = "paginationExtended__8c9868db", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
|
-
}, x =
|
|
6
|
+
}, x = i.forwardRef(
|
|
7
7
|
({ children: t, className: n, ...a }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx": "0.
|
|
10
|
+
className: d(s.paginationExtended, n),
|
|
11
|
+
"data-tx": "0.34.0",
|
|
12
12
|
...a,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
@@ -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__876a41fc", N = "directionIconNext__f72e05ab", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, f = 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__95cd4f5e", N = "directionIconNext__8ae388
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
f.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
f as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const g = "
|
|
4
|
+
const g = "paginationNavigationExtended__10431aac", 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,20 +1,20 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { ETextSize as
|
|
4
|
+
import { ETextSize as g } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
7
|
-
import { Text as
|
|
7
|
+
import { Text as c } from "../../Typography/Text.js";
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
9
|
import "../../Button/Button.js";
|
|
10
10
|
import { ButtonBase as s } from "../../Button/ButtonBase.js";
|
|
11
11
|
import "../../Button/ButtonIcon.js";
|
|
12
12
|
import "../../Button/ButtonDropdown.js";
|
|
13
13
|
import "../../Button/ButtonDropdownExtended.js";
|
|
14
|
-
const P = "
|
|
14
|
+
const P = "paginationPageButton__dfe1a4e4", f = "currentPage__fc390822", a = {
|
|
15
15
|
paginationPageButton: P,
|
|
16
|
-
currentPage:
|
|
17
|
-
},
|
|
16
|
+
currentPage: f
|
|
17
|
+
}, u = m.forwardRef(
|
|
18
18
|
({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
|
|
19
19
|
s,
|
|
20
20
|
{
|
|
@@ -28,12 +28,12 @@ const P = "paginationPageButton__3c8987cb", u = "currentPage__bdcc16a8", a = {
|
|
|
28
28
|
"aria-live": t ? "polite" : void 0,
|
|
29
29
|
...e,
|
|
30
30
|
ref: n,
|
|
31
|
-
children: /* @__PURE__ */ o(
|
|
31
|
+
children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
|
|
32
32
|
}
|
|
33
33
|
)
|
|
34
34
|
);
|
|
35
|
-
|
|
35
|
+
u.displayName = "PaginationPageButton";
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
u as PaginationPageButton
|
|
38
38
|
};
|
|
39
39
|
//# sourceMappingURL=PaginationPageButton.js.map
|
|
@@ -6,7 +6,7 @@ import "../../Typography/Caption.js";
|
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
7
7
|
import { Text as l } from "../../Typography/Text.js";
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
|
-
const n = "
|
|
9
|
+
const n = "paginationPageEllipsis__24b7fbe8", m = {
|
|
10
10
|
paginationPageEllipsis: n
|
|
11
11
|
}, g = e.forwardRef(
|
|
12
12
|
({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
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 S, c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { ETextSize as f } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
@@ -8,13 +8,13 @@ import { Text as g } from "../../Typography/Text.js";
|
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
9
|
import { SelectField as x } from "../../SelectField/SelectField.js";
|
|
10
10
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
11
|
-
const C = "
|
|
11
|
+
const C = "paginationSelect__2f00965f", z = "paginationSelectControl__86317d68", o = {
|
|
12
12
|
paginationSelect: C,
|
|
13
13
|
paginationSelectControl: z
|
|
14
14
|
}, P = m.forwardRef(
|
|
15
15
|
({ paginationLabel: e, className: n, options: a, value: r, onChange: l }, c) => {
|
|
16
|
-
const [i] = p(() => `Pagination-${
|
|
17
|
-
return /* @__PURE__ */ s("div", { className:
|
|
16
|
+
const [i] = p(() => `Pagination-${S()}`);
|
|
17
|
+
return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
|
|
18
18
|
/* @__PURE__ */ t(g, { size: f.B3, id: i, children: e }),
|
|
19
19
|
/* @__PURE__ */ t("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ t(
|
|
20
20
|
x,
|
|
@@ -1,14 +1,14 @@
|
|
|
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
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as n } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { ETextSize as c } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as x } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
import { EComponentSize as
|
|
9
|
+
import { EComponentSize as e } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
|
-
const y = "
|
|
11
|
+
const y = "label__e2ee8bf1", M = "sm__c15109cc", T = "nonempty__afc6e570", S = "md__4e6ac02e", g = "lg__9ae12001", I = "disabled__ebc6002e", R = "radio__baa8ef24", u = "radioIcon__00a896b9", a = {
|
|
12
12
|
label: y,
|
|
13
13
|
sm: M,
|
|
14
14
|
nonempty: T,
|
|
@@ -18,20 +18,20 @@ const y = "label__119f91c8", M = "sm__1fdfd407", T = "nonempty__0f6bbb94", S = "
|
|
|
18
18
|
radio: R,
|
|
19
19
|
radioIcon: u
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
}, C = z(
|
|
25
|
-
const { children:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{ [
|
|
29
|
-
|
|
21
|
+
[e.LG]: c.B2,
|
|
22
|
+
[e.MD]: c.B3,
|
|
23
|
+
[e.SM]: c.B4
|
|
24
|
+
}, C = z(a), h = N.forwardRef((r, l) => {
|
|
25
|
+
const { children: s, className: d, disabled: m, labelAttributes: o, size: t = e.MD, ...p } = r, _ = n(a.radio, d, C[t]), b = n(
|
|
26
|
+
a.label,
|
|
27
|
+
a[t],
|
|
28
|
+
{ [a.disabled]: !!m, [a.nonempty]: !!s },
|
|
29
|
+
o == null ? void 0 : o.className
|
|
30
30
|
);
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */ i("input", { type: "radio", className:
|
|
33
|
-
/* @__PURE__ */ i("span", { className:
|
|
34
|
-
|
|
31
|
+
return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.34.0", children: [
|
|
32
|
+
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled: m, ...p, ref: l }),
|
|
33
|
+
/* @__PURE__ */ i("span", { className: a.radioIcon }),
|
|
34
|
+
s && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: s })
|
|
35
35
|
] });
|
|
36
36
|
});
|
|
37
37
|
h.displayName = "Radio";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const
|
|
4
|
-
radioXGroup:
|
|
5
|
-
"indent-12": "indent-
|
|
6
|
-
label:
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
12
|
-
}, l = (
|
|
13
|
-
const { children: d, className: i, indent: o = 12, ...t } =
|
|
14
|
-
return /* @__PURE__ */
|
|
3
|
+
const c = "radioXGroup__037dfcbe", _ = "label__e2ee8bf1", n = {
|
|
4
|
+
radioXGroup: c,
|
|
5
|
+
"indent-12": "indent-12__04402e67",
|
|
6
|
+
label: _,
|
|
7
|
+
"indent-16": "indent-16__b0531a0f",
|
|
8
|
+
"indent-20": "indent-20__5de345e2",
|
|
9
|
+
"indent-24": "indent-24__50a30dac",
|
|
10
|
+
"indent-28": "indent-28__092c462c",
|
|
11
|
+
"indent-32": "indent-32__74e471c8"
|
|
12
|
+
}, l = (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
|
l.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const p = "
|
|
3
|
+
const p = "radioYGroup__8cd87505", t = {
|
|
4
4
|
radioYGroup: p
|
|
5
5
|
}, e = (o) => {
|
|
6
|
-
const { children: r, className: s, ...a } = o,
|
|
7
|
-
return /* @__PURE__ */
|
|
6
|
+
const { children: r, className: s, ...a } = o, c = d(t.radioYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ i("div", { className: c, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
9
|
e.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
package/components/Row/Row.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as e } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
4
|
-
import { RowContext as
|
|
5
|
-
const i = "
|
|
4
|
+
import { RowContext as M } from "./RowContext.js";
|
|
5
|
+
const i = "row__a0c90f40", a = "noPaddingBottom__03dd00f3", S = "SM__6007f511", f = "MD__2afc556e", o = {
|
|
6
6
|
row: i,
|
|
7
7
|
noPaddingBottom: a,
|
|
8
8
|
SM: S,
|
|
9
|
-
MD:
|
|
10
|
-
},
|
|
9
|
+
MD: f
|
|
10
|
+
}, w = {
|
|
11
11
|
[t.SM]: o.SM,
|
|
12
12
|
[t.MD]: o.MD
|
|
13
|
-
},
|
|
13
|
+
}, P = ({
|
|
14
14
|
children: s,
|
|
15
|
-
className:
|
|
15
|
+
className: c,
|
|
16
16
|
gridHorizontalGap: n = t.SM,
|
|
17
|
-
paddingBottom:
|
|
17
|
+
paddingBottom: m = !0,
|
|
18
18
|
..._
|
|
19
19
|
}) => {
|
|
20
|
-
const
|
|
21
|
-
[o.noPaddingBottom]: !
|
|
20
|
+
const d = e(c, o.row, w[n], {
|
|
21
|
+
[o.noPaddingBottom]: !m
|
|
22
22
|
});
|
|
23
|
-
return /* @__PURE__ */ r(
|
|
23
|
+
return /* @__PURE__ */ r(M.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ r("div", { className: d, ..._, children: s }) });
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
P.displayName = "Row";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
P as Row
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Row.js.map
|
|
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
|
|
|
6
6
|
import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
|
|
7
7
|
import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
|
|
8
8
|
import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
|
|
9
|
-
import { s } from "../../chunks/SMSField.module-
|
|
9
|
+
import { s } from "../../chunks/SMSField.module-VqYW2mTS.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.34.0", children: m })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-VqYW2mTS.js";
|
|
4
4
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
5
5
|
const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
|
|
6
6
|
"L" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
|
5
5
|
import "../../FormField/components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldCounter as T } from "../../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as y } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as y } from "../../../chunks/FormFieldInput-D3Ncfs2O.js";
|
|
9
9
|
import "../../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { FormField as z } from "../../FormField/FormField.js";
|
|
16
16
|
import { FormGroup as A } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSFieldContext as L } from "../SMSFieldContext.js";
|
|
18
|
-
import { s as O } from "../../../chunks/SMSField.module-
|
|
18
|
+
import { s as O } from "../../../chunks/SMSField.module-VqYW2mTS.js";
|
|
19
19
|
import { EVENT_KEY_CODES as _ } from "../../../utils/keyboard.js";
|
|
20
20
|
const k = new RegExp(/^[0-9]*$/), w = v.forwardRef(
|
|
21
21
|
({ className: f, counter: r, description: s, disabled: u, maxLength: c = 8, onChange: o, onKeyDown: e, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as F } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as u } from "../SMSFieldContext.js";
|
|
11
11
|
import { RefreshIcon as z } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSField.module-VqYW2mTS.js";
|
|
13
13
|
const D = M(
|
|
14
14
|
({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
|
|
15
15
|
const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as x } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as I } from "../SMSFieldContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s } from "../../../chunks/SMSField.module-VqYW2mTS.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -2,13 +2,13 @@ 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
|
|
6
|
-
import { SegmentedControlContext as
|
|
7
|
-
import { createSizeToClassNameMap as
|
|
8
|
-
const
|
|
9
|
-
segmentedControl:
|
|
10
|
-
general1:
|
|
11
|
-
secondary1:
|
|
5
|
+
import { c as b } from "../../chunks/vendor-z35N2Tap.js";
|
|
6
|
+
import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
|
|
7
|
+
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
8
|
+
const h = "segmentedControl__ec1208f8", x = "general1__b85f5028", L = "secondary1__703e93bc", A = "general2__0de6f3a2", M = "secondary2__d869fd88", G = "sm__bc27ba0e", O = "md__4f673c9a", j = "lg__5b88aee6", e = {
|
|
9
|
+
segmentedControl: h,
|
|
10
|
+
general1: x,
|
|
11
|
+
secondary1: L,
|
|
12
12
|
general2: A,
|
|
13
13
|
secondary2: M,
|
|
14
14
|
sm: G,
|
|
@@ -19,10 +19,10 @@ const x = "segmentedControl__7550afde", L = "general1__41c951fc", b = "secondary
|
|
|
19
19
|
[o.GENERAL_2]: e.general2,
|
|
20
20
|
[o.SECONDARY_1]: e.secondary1,
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
|
-
}, z =
|
|
22
|
+
}, z = T(e), D = Object.assign(
|
|
23
23
|
E.forwardRef(
|
|
24
24
|
({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
|
|
25
|
-
const p =
|
|
25
|
+
const p = b(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
28
28
|
z[_],
|
|
@@ -40,7 +40,7 @@ const x = "segmentedControl__7550afde", L = "general1__41c951fc", b = "secondary
|
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
return /* @__PURE__ */ c(
|
|
43
|
-
|
|
43
|
+
R.Provider,
|
|
44
44
|
{
|
|
45
45
|
value: {
|
|
46
46
|
type: r,
|
|
@@ -48,7 +48,7 @@ const x = "segmentedControl__7550afde", L = "general1__41c951fc", b = "secondary
|
|
|
48
48
|
disabled: !!i,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.
|
|
51
|
+
children: /* @__PURE__ */ c("div", { className: p, ...f, "data-tx": "0.34.0", ref: C, children: d })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as x } from "react";
|
|
3
3
|
import { c as y } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { ButtonBase as L } from "../Button/ButtonBase.js";
|
|
5
5
|
import { ESegmentedControlType as n } from "./enums.js";
|
|
6
6
|
import { SegmentedControlContext as N } from "./SegmentedControlContext.js";
|
|
7
7
|
import { IconWrapper as _ } from "../IconWrapper/IconWrapper.js";
|
|
8
|
-
const E = "
|
|
8
|
+
const E = "segmentedControlSegment__36ecb72e", I = "selected__1237725a", T = "content__0b87e219", c = {
|
|
9
9
|
segmentedControlSegment: E,
|
|
10
10
|
selected: I,
|
|
11
11
|
content: T
|
|
@@ -19,24 +19,24 @@ const E = "segmentedControlSegment__e53e9d65", I = "selected__56a5176b", T = "co
|
|
|
19
19
|
...S
|
|
20
20
|
}) => {
|
|
21
21
|
const {
|
|
22
|
-
type:
|
|
23
|
-
value:
|
|
22
|
+
type: l,
|
|
23
|
+
value: a,
|
|
24
24
|
disabled: i,
|
|
25
25
|
onSegmentSelect: g
|
|
26
|
-
} =
|
|
27
|
-
switch (
|
|
26
|
+
} = x(N), t = (() => {
|
|
27
|
+
switch (l) {
|
|
28
28
|
case n.SINGLE:
|
|
29
|
-
return e ===
|
|
29
|
+
return e === a;
|
|
30
30
|
case n.MULTIPLE:
|
|
31
|
-
return
|
|
31
|
+
return a.includes(e);
|
|
32
32
|
}
|
|
33
33
|
})(), C = y(c.segmentedControlSegment, { [c.selected]: t }, p), f = () => {
|
|
34
34
|
if (m)
|
|
35
35
|
return m;
|
|
36
36
|
if (typeof s == "string")
|
|
37
37
|
return s;
|
|
38
|
-
}, u = (
|
|
39
|
-
switch (
|
|
38
|
+
}, u = (b) => {
|
|
39
|
+
switch (l) {
|
|
40
40
|
case n.SINGLE:
|
|
41
41
|
g({ value: e, selected: !0 });
|
|
42
42
|
break;
|
|
@@ -44,7 +44,7 @@ const E = "segmentedControlSegment__e53e9d65", I = "selected__56a5176b", T = "co
|
|
|
44
44
|
g({ value: e, selected: !t });
|
|
45
45
|
break;
|
|
46
46
|
}
|
|
47
|
-
o == null || o(
|
|
47
|
+
o == null || o(b);
|
|
48
48
|
};
|
|
49
49
|
return /* @__PURE__ */ r(_, { displayContents: !0, disabled: d || i, active: t, children: /* @__PURE__ */ r(
|
|
50
50
|
L,
|