@sberbusiness/triplex-next 1.33.0 → 1.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/chunks/AlertProcessSpoiler-DaiPrsW6.js +41 -0
- package/chunks/CalendarViewItem-DBzrBL3f.js +101 -0
- package/chunks/Card.module-Pe2ogNIk.js +18 -0
- package/chunks/CheckboxTreeExtended.module-D-nuxCw2.js +15 -0
- package/chunks/{Chip-DUgRidoA.js → Chip-l3XTM9L_.js} +23 -23
- package/chunks/Confirm.module-BBLLzr0p.js +15 -0
- package/chunks/{DropdownListItem-DfdRzHWo.js → DropdownListItem-Db1_Qf-T.js} +9 -9
- package/chunks/DropdownMobile.module-yjUQwtlN.js +23 -0
- package/chunks/Footer.module-CT9KM6mo.js +9 -0
- package/chunks/{FormFieldInput-CxAdhoLS.js → FormFieldInput-DFQ9utC5.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-DyYzCUfm.js +9 -0
- package/chunks/HeaderTabs.module-xtUGHrWk.js +9 -0
- package/chunks/{HeaderTitle.module-tH470aDn.js → HeaderTitle.module-XER-L3oZ.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-XdOAzDPn.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-DyFhUrYf.js +28 -0
- package/chunks/IslandAccordion.module-CJbyk2md.js +25 -0
- package/chunks/IslandWidgetFooter.module-DmCVzrdZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-DsL-iWLC.js +13 -0
- package/chunks/{LightBoxContent-Dzx47lKv.js → LightBoxContent--zK60qip.js} +6 -6
- package/chunks/LightBoxControls.module-CzFWAOVn.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DMvLOKDr.js +9 -0
- package/chunks/{ListItemControlsButton-Dc6wY6Fp.js → ListItemControlsButton-DOzJu8QS.js} +7 -7
- package/chunks/ListItemTail.module-BktNzHQ3.js +12 -0
- package/chunks/ListMasterFooter.module-BupkMzcp.js +10 -0
- package/chunks/ModalWindow.module-BKssph_P.js +17 -0
- package/chunks/Notification.module-BU6Z_ATv.js +20 -0
- package/chunks/Overlay.module-MZsYSnWB.js +18 -0
- package/chunks/Page.module-CS5TUL6b.js +11 -0
- package/chunks/SMSField.module-C73HM5Ag.js +16 -0
- package/chunks/SliderExtendedMarks.module-BONXJjKi.js +15 -0
- package/chunks/{SliderExtendedRail-BYOwvNNf.js → SliderExtendedRail-DmkehIF9.js} +11 -11
- package/chunks/StatusTracker.module-BpNMTLV3.js +24 -0
- package/chunks/{StepperStepArrowBorder-j6OP5KT9.js → StepperStepArrowBorder-D7k-xdb7.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-C8OEdlFf.js → SuggestFieldMobileDropdownHint-AG8aD2R1.js} +6 -6
- package/chunks/TableFooter.module-gdlmAJMs.js +14 -0
- package/chunks/TabsExtended.module-CAl-vyry.js +16 -0
- package/chunks/TabsLine.module-DzWGxbiq.js +21 -0
- package/chunks/TooltipDesktop.module-Bfmd95Xq.js +19 -0
- package/chunks/TreeView.module-zhlptASD.js +9 -0
- package/chunks/{UploadZoneInput-B_FFSQm7.js → UploadZoneInput-DsuMWKCX.js} +8 -8
- package/chunks/{constants-Dm1nkJLa.js → constants-BU5P5Suc.js} +13 -13
- package/chunks/{utils-C7AeO50S.js → utils-B0yofitE.js} +5 -5
- package/chunks/{utils-CqED8Odf.js → utils-BWmvhfLt.js} +17 -17
- package/chunks/utils-DeQzy52G.js +24 -0
- package/chunks/utils-YOUyx-FI.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- 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 +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +1 -1
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +12 -12
- 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 +11 -11
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +148 -148
- package/components/CollapsibleTree/CollapsibleTree.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +5 -5
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
- 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 +6 -6
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
- 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 +5 -5
- 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 +14 -14
- package/components/EmptyView/EmptyView.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +28 -28
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +12 -12
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +12 -12
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- 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 +2 -2
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +2 -2
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/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 +8 -8
- package/components/LightBox/LightBox.js +22 -22
- 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 +30 -30
- 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 +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +9 -8
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +16 -16
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +8 -8
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +4 -4
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +36 -37
- package/components/Notification/NotificationGrouped.js +12 -7
- 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 +8 -8
- 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 +2 -2
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +14 -14
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +14 -14
- 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 +13 -13
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +9 -9
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +9 -9
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +4 -4
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +21 -21
- package/components/Stepper/Stepper.js +28 -28
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- 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 +10 -10
- package/components/Table/ChipPanel.js +6 -6
- package/components/Table/ChipPanelLinks.js +5 -5
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +18 -18
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- 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 +12 -12
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +8 -8
- 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 +18 -18
- 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 +3 -3
- package/components/TopOverlay/TopOverlay.js +22 -22
- 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 +28 -28
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +14 -14
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- 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 +7 -7
- package/index.d.ts +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-Bw11lY_2.js +0 -41
- package/chunks/CalendarViewItem-9zvGz6lK.js +0 -101
- package/chunks/Card.module-CHntSBGP.js +0 -18
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +0 -15
- package/chunks/Confirm.module-DzA_7mQO.js +0 -15
- package/chunks/DropdownMobile.module-B2_eLIZO.js +0 -23
- package/chunks/Footer.module-CV6e-B3r.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +0 -9
- package/chunks/HeaderTabs.module-fOX5YNsl.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +0 -17
- package/chunks/ImageGalleryExtendedThumb-Cpk1nE0q.js +0 -28
- package/chunks/IslandAccordion.module-b2tphik7.js +0 -25
- package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +0 -9
- package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +0 -13
- package/chunks/LightBoxControls.module-RG62wDXb.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +0 -9
- package/chunks/ListItemTail.module-DMJ9K0rM.js +0 -12
- package/chunks/ListMasterFooter.module-C58NLDG2.js +0 -10
- package/chunks/ModalWindow.module-CszS7FwS.js +0 -17
- package/chunks/Notification.module-BNsYZ_Ak.js +0 -20
- package/chunks/Overlay.module-DOk5L_-8.js +0 -18
- package/chunks/Page.module-TORdWU5G.js +0 -11
- package/chunks/SMSField.module-BjG_FEkT.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +0 -15
- package/chunks/StatusTracker.module-jqMWmKxs.js +0 -24
- package/chunks/TableFooter.module-BrNleOTT.js +0 -14
- package/chunks/TabsExtended.module-BStXryDc.js +0 -16
- package/chunks/TabsLine.module-CR0Zbz9g.js +0 -21
- package/chunks/TooltipDesktop.module-lEItFyAS.js +0 -19
- package/chunks/TreeView.module-SA9BUUel.js +0 -9
- package/chunks/utils-C88ipzKd.js +0 -28
- package/chunks/utils-DIpdLSK7.js +0 -24
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-BU6Z_ATv.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-DFQ9utC5.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { OrderedListItem as
|
|
5
|
-
const c = "
|
|
3
|
+
import { c as m } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
+
const c = "orderedList__2fc4def6", f = {
|
|
6
6
|
orderedList: c
|
|
7
7
|
}, L = Object.assign(
|
|
8
|
-
i.forwardRef(({ className:
|
|
8
|
+
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: m(f.orderedList, t),
|
|
12
12
|
start: e,
|
|
13
13
|
style: e !== void 0 ? {
|
|
14
14
|
...r,
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
|
-
...
|
|
18
|
-
"data-tx": "1.
|
|
17
|
+
...d,
|
|
18
|
+
"data-tx": "1.34.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
22
22
|
{
|
|
23
|
-
Item:
|
|
23
|
+
Item: a
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
L.displayName = "OrderedList";
|
|
@@ -6,9 +6,9 @@ import "../Typography/Caption.js";
|
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__bce38484", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
|
-
},
|
|
11
|
+
}, c = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
13
13
|
d,
|
|
14
14
|
{
|
|
@@ -16,13 +16,13 @@ const a = "orderedListItem__8acfe302", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "1.
|
|
19
|
+
"data-tx": "1.34.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
c.displayName = "OrderedListItem";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
c as OrderedListItem
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { OverlayBase as
|
|
5
|
-
import { OverlayMask as
|
|
6
|
-
import { OverlayPanel as
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import v from "react";
|
|
3
|
+
import { c as O } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { OverlayBase as x } from "./OverlayBase.js";
|
|
5
|
+
import { OverlayMask as g } from "./OverlayMask.js";
|
|
6
|
+
import { OverlayPanel as h } from "./OverlayPanel.js";
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-MZsYSnWB.js";
|
|
8
|
+
const j = Object.assign(
|
|
9
|
+
v.forwardRef(
|
|
10
|
+
({
|
|
11
|
+
children: l,
|
|
12
|
+
className: s,
|
|
13
|
+
direction: m,
|
|
14
|
+
fixed: i,
|
|
15
|
+
onClose: t,
|
|
16
|
+
onClosing: f,
|
|
17
|
+
onOpening: c,
|
|
18
|
+
onOpen: n,
|
|
19
|
+
opened: a,
|
|
20
|
+
setOpened: y,
|
|
21
|
+
...p
|
|
22
|
+
}, d) => /* @__PURE__ */ o(
|
|
23
|
+
x,
|
|
24
|
+
{
|
|
25
|
+
direction: m,
|
|
26
|
+
onClose: t,
|
|
27
|
+
onClosing: f,
|
|
28
|
+
onOpening: c,
|
|
29
|
+
onOpen: n,
|
|
30
|
+
opened: a,
|
|
31
|
+
setOpened: y,
|
|
32
|
+
children: (e) => /* @__PURE__ */ o(
|
|
33
|
+
"div",
|
|
34
|
+
{
|
|
35
|
+
className: O(r.overlay, s, {
|
|
36
|
+
[r.closing]: e.closing,
|
|
37
|
+
[r.fixed]: !!i,
|
|
38
|
+
[r.opened]: a
|
|
39
|
+
}),
|
|
40
|
+
ref: d,
|
|
41
|
+
...p,
|
|
42
|
+
children: l(e)
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
),
|
|
48
|
+
{
|
|
49
|
+
Mask: g,
|
|
50
|
+
Panel: h
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
j.displayName = "Overlay";
|
|
54
54
|
export {
|
|
55
|
-
|
|
55
|
+
j as Overlay
|
|
56
56
|
};
|
|
57
57
|
//# sourceMappingURL=Overlay.js.map
|
|
@@ -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-D5cfSbgz.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-MZsYSnWB.js";
|
|
5
5
|
const f = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...e }, o) => /* @__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 d } from "../../chunks/vendor-D5cfSbgz.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-MZsYSnWB.js";
|
|
6
6
|
const P = 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-D5cfSbgz.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-CS5TUL6b.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const d = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, t) {
|
|
@@ -5,7 +5,7 @@ import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const f = "
|
|
8
|
+
const f = "bodyPage__176c17b3", P = "verticalMargin24__d87ce9bf", v = "verticalMargin16__596127ef", e = {
|
|
9
9
|
bodyPage: f,
|
|
10
10
|
verticalMargin24: P,
|
|
11
11
|
verticalMargin16: v
|
|
@@ -14,7 +14,7 @@ const f = "bodyPage__d5377754", P = "verticalMargin24__e906ef33", v = "verticalM
|
|
|
14
14
|
[r.SMALL]: e.verticalMargin16
|
|
15
15
|
}, b = m.forwardRef(
|
|
16
16
|
({ className: s, type: l, size: n, verticalMargin: g = r.LARGE, ...o }, i) => {
|
|
17
|
-
const t = d(
|
|
17
|
+
const t = d(e.bodyPage, _[g], s);
|
|
18
18
|
return l === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: n, children: /* @__PURE__ */ a(c, { ...o }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...o });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
@@ -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-CS5TUL6b.js";
|
|
13
13
|
const w = Object.assign(
|
|
14
14
|
F.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
|
|
@@ -6,7 +6,7 @@ import { c as p } from "../../../chunks/vendor-D5cfSbgz.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-CS5TUL6b.js";
|
|
10
10
|
const j = 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
2
|
import { c as d } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
3
3
|
import i from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__c02196a5", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = i.forwardRef(
|
|
7
7
|
({ children: t, className: a, ...n }, e) => /* @__PURE__ */ o(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
10
|
className: d(s.paginationExtended, a),
|
|
11
|
-
"data-tx": "1.
|
|
11
|
+
"data-tx": "1.34.0",
|
|
12
12
|
...n,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
@@ -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__2e3411e4", N = "directionIconNext__4f16d239", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
10
|
}, d = c.forwardRef(
|
|
@@ -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-D5cfSbgz.js";
|
|
4
|
-
const g = "
|
|
4
|
+
const g = "paginationNavigationExtended__3c8e5fd9", 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,39 +1,39 @@
|
|
|
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-D5cfSbgz.js";
|
|
4
|
-
import { ETextSize as
|
|
4
|
+
import { ETextSize as c } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
7
|
-
import { Text as
|
|
7
|
+
import { Text as g } from "../../Typography/Text.js";
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
9
|
import "../../Button/Button.js";
|
|
10
|
-
import { ButtonBase as
|
|
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
|
|
15
|
-
paginationPageButton:
|
|
16
|
-
currentPage:
|
|
17
|
-
},
|
|
18
|
-
({ isCurrent: t = !1, children:
|
|
19
|
-
|
|
14
|
+
const u = "paginationPageButton__dbca9815", P = "currentPage__17a9acec", a = {
|
|
15
|
+
paginationPageButton: u,
|
|
16
|
+
currentPage: P
|
|
17
|
+
}, f = m.forwardRef(
|
|
18
|
+
({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
|
|
19
|
+
s,
|
|
20
20
|
{
|
|
21
21
|
className: p(
|
|
22
22
|
a.paginationPageButton,
|
|
23
23
|
{
|
|
24
24
|
[a.currentPage]: t
|
|
25
25
|
},
|
|
26
|
-
|
|
26
|
+
r
|
|
27
27
|
),
|
|
28
28
|
"aria-live": t ? "polite" : void 0,
|
|
29
|
-
...
|
|
29
|
+
...e,
|
|
30
30
|
ref: n,
|
|
31
|
-
children: /* @__PURE__ */ o(
|
|
31
|
+
children: /* @__PURE__ */ o(g, { size: c.B3, children: i })
|
|
32
32
|
}
|
|
33
33
|
)
|
|
34
34
|
);
|
|
35
|
-
|
|
35
|
+
f.displayName = "PaginationPageButton";
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
f 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__4981a10f", 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 })
|
|
@@ -8,10 +8,10 @@ import { Text as g } from "../../Typography/Text.js";
|
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
9
|
import { SelectField as u } from "../../SelectField/SelectField.js";
|
|
10
10
|
import { EComponentSize as x } from "../../../enums/EComponentSize.js";
|
|
11
|
-
const _ = "
|
|
11
|
+
const _ = "paginationSelect__759b4aa7", C = "paginationSelectControl__0791667a", o = {
|
|
12
12
|
paginationSelect: _,
|
|
13
|
-
paginationSelectControl:
|
|
14
|
-
},
|
|
13
|
+
paginationSelectControl: C
|
|
14
|
+
}, b = m.forwardRef(
|
|
15
15
|
({ paginationLabel: e, className: a, options: n, value: r, onChange: l }, c) => {
|
|
16
16
|
const [i] = p(() => `Pagination-${S()}`);
|
|
17
17
|
return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, a), ref: c, children: [
|
|
@@ -33,8 +33,8 @@ const _ = "paginationSelect__751fa3a0", b = "paginationSelectControl__c79b6b2f",
|
|
|
33
33
|
] });
|
|
34
34
|
}
|
|
35
35
|
);
|
|
36
|
-
|
|
36
|
+
b.displayName = "PaginationSelect";
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
b as PaginationSelect
|
|
39
39
|
};
|
|
40
40
|
//# sourceMappingURL=PaginationSelect.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as b, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ETextSize as m } 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 a } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
|
-
const y = "
|
|
11
|
+
const y = "label__244c19c4", M = "sm__f1b011d3", T = "nonempty__3d94c531", S = "md__614f92c8", g = "lg__f43cdf61", u = "disabled__1945e1e4", I = "radio__6fdaf33d", R = "radioIcon__b1f79899", o = {
|
|
12
12
|
label: y,
|
|
13
13
|
sm: M,
|
|
14
14
|
nonempty: T,
|
|
@@ -18,20 +18,20 @@ const y = "label__bb953aaf", M = "sm__e4267be1", T = "nonempty__46bfc402", S = "
|
|
|
18
18
|
radio: I,
|
|
19
19
|
radioIcon: R
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
}, C = z(
|
|
25
|
-
const { children:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{ [
|
|
29
|
-
|
|
21
|
+
[a.LG]: m.B2,
|
|
22
|
+
[a.MD]: m.B3,
|
|
23
|
+
[a.SM]: m.B4
|
|
24
|
+
}, C = z(o), h = N.forwardRef((n, r) => {
|
|
25
|
+
const { children: e, className: l, disabled: c, labelAttributes: s, size: t = a.MD, ...p } = n, _ = d(o.radio, l, C[t]), f = d(
|
|
26
|
+
o.label,
|
|
27
|
+
o[t],
|
|
28
|
+
{ [o.disabled]: !!c, [o.nonempty]: !!e },
|
|
29
|
+
s == null ? void 0 : s.className
|
|
30
30
|
);
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */ i("input", { type: "radio", className:
|
|
33
|
-
/* @__PURE__ */ i("span", { className:
|
|
34
|
-
|
|
31
|
+
return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "1.34.0", children: [
|
|
32
|
+
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled: c, ...p, ref: r }),
|
|
33
|
+
/* @__PURE__ */ i("span", { className: o.radioIcon }),
|
|
34
|
+
e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
|
|
35
35
|
] });
|
|
36
36
|
});
|
|
37
37
|
h.displayName = "Radio";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../chunks/vendor-D5cfSbgz.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-
|
|
3
|
+
const c = "radioXGroup__4994c47e", _ = "label__244c19c4", n = {
|
|
4
|
+
radioXGroup: c,
|
|
5
|
+
"indent-12": "indent-12__a4335d94",
|
|
6
|
+
label: _,
|
|
7
|
+
"indent-16": "indent-16__3af45d15",
|
|
8
|
+
"indent-20": "indent-20__41b2c77a",
|
|
9
|
+
"indent-24": "indent-24__c70bce4f",
|
|
10
|
+
"indent-28": "indent-28__c785407f",
|
|
11
|
+
"indent-32": "indent-32__57b230d7"
|
|
12
12
|
}, l = (e) => {
|
|
13
|
-
const { children: d, className:
|
|
14
|
-
return /* @__PURE__ */ r("div", { className:
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../chunks/vendor-D5cfSbgz.js";
|
|
3
|
-
const p = "
|
|
3
|
+
const p = "radioYGroup__d238028a", t = {
|
|
4
4
|
radioYGroup: p
|
|
5
5
|
}, e = (o) => {
|
|
6
6
|
const { children: r, className: s, ...a } = o, i = d(t.radioYGroup, s);
|
package/components/Row/Row.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as M } from "../../chunks/vendor-D5cfSbgz.js";
|
|
3
3
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
4
|
-
import { RowContext as
|
|
5
|
-
const
|
|
6
|
-
row:
|
|
4
|
+
import { RowContext as a } from "./RowContext.js";
|
|
5
|
+
const d = "row__b2c7be8c", i = "noPaddingBottom__84774aa0", S = "SM__2e7ca77a", w = "MD__e2f97d14", o = {
|
|
6
|
+
row: d,
|
|
7
7
|
noPaddingBottom: i,
|
|
8
8
|
SM: S,
|
|
9
9
|
MD: w
|
|
10
10
|
}, P = {
|
|
11
11
|
[t.SM]: o.SM,
|
|
12
12
|
[t.MD]: o.MD
|
|
13
|
-
},
|
|
14
|
-
children:
|
|
13
|
+
}, p = ({
|
|
14
|
+
children: c,
|
|
15
15
|
className: s,
|
|
16
16
|
gridHorizontalGap: n = t.SM,
|
|
17
|
-
paddingBottom:
|
|
18
|
-
...
|
|
17
|
+
paddingBottom: e = !0,
|
|
18
|
+
...m
|
|
19
19
|
}) => {
|
|
20
|
-
const _ =
|
|
21
|
-
[o.noPaddingBottom]: !
|
|
20
|
+
const _ = M(s, o.row, P[n], {
|
|
21
|
+
[o.noPaddingBottom]: !e
|
|
22
22
|
});
|
|
23
|
-
return /* @__PURE__ */
|
|
23
|
+
return /* @__PURE__ */ r(a.Provider, { value: { gridHorizontalGap: n }, children: /* @__PURE__ */ r("div", { className: _, ...m, children: c }) });
|
|
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-C73HM5Ag.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": "1.
|
|
29
|
+
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.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-D5cfSbgz.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-C73HM5Ag.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" + // Рисуем горизонтальную линию вправо в начало сектора.
|