@sberbusiness/triplex-next 1.22.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-IulaUJl0.js +39 -0
- package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DhRDn7-d.js} +27 -27
- package/chunks/Card.module-DSOXKXtd.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
- package/chunks/Chip-EVPZneh2.js +104 -0
- package/chunks/Confirm.module-gphOS6IB.js +15 -0
- package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-BOB8eQXM.js} +14 -14
- package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
- package/chunks/Footer.module-CMW0u8UD.js +9 -0
- package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-CwX_1h09.js} +29 -29
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
- package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
- package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
- package/chunks/{LightBoxContent-CBpCA29-.js → LightBoxContent-CE6sXjX1.js} +10 -10
- package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
- package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
- package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
- package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
- package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
- package/chunks/Notification.module-809Tnazq.js +20 -0
- package/chunks/Overlay.module-c4cyqpKr.js +18 -0
- package/chunks/Page.module-CixV2VSG.js +11 -0
- package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-nrRpapza.js} +6 -6
- package/chunks/SMSField.module-Qub64N0s.js +16 -0
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
- package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
- package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +5 -5
- package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
- package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
- package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
- package/chunks/TreeView.module-B8RxFbbh.js +9 -0
- package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-D9OID08A.js} +2 -2
- package/chunks/{constants-Crak3JEf.js → constants-DXLVATUh.js} +14 -14
- package/chunks/{utils-Dq2VA3Zd.js → utils-BDGrf0u9.js} +6 -6
- package/chunks/utils-BXi-2Jma.js +28 -0
- package/chunks/utils-CvsNd4Ut.js +24 -0
- package/chunks/{utils-CS30w_en.js → utils-DXnkRIJ2.js} +16 -16
- 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 +16 -16
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- 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 +14 -14
- 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 +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- 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 +21 -20
- 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 +7 -7
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.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/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +15 -15
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +23 -23
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +8 -8
- 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/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 +4 -4
- 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 +7 -7
- 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 +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 +9 -9
- 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/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- 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 +5 -5
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +6 -14
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- 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 -9
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- 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 +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +8 -8
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- 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 +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +5 -5
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- 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 +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +4 -4
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +1 -1
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/TopOverlay/TopOverlay.js +5 -5
- 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 +14 -14
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +19 -19
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +25 -7
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
- package/chunks/Card.module-CPD2xDmu.js +0 -17
- package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
- package/chunks/Chip-Bxr2kLyU.js +0 -90
- package/chunks/Confirm.module-CmYpxyDp.js +0 -15
- package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
- package/chunks/Footer.module-CjY-6G8t.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
- package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
- package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
- package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
- package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
- package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
- package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
- package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
- package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
- package/chunks/Notification.module-ByKcbqB9.js +0 -20
- package/chunks/Overlay.module-fYkVPgjL.js +0 -18
- package/chunks/Page.module-Bhn0Pz59.js +0 -11
- package/chunks/SMSField.module-KA-eacXJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
- package/chunks/SliderExtendedRail-Dld8UNeR.js +0 -40
- package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
- package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
- package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
- package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
- package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
- package/chunks/TreeView.module-lJCCAWQb.js +0 -9
- package/chunks/utils-R-JQhhgt.js +0 -24
- package/chunks/utils-Z8JNo8tP.js +0 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as j, jsx as
|
|
2
|
-
import z, { useState as
|
|
1
|
+
import { jsxs as j, jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import z, { useState as w, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
3
|
import { c as g } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const H = "
|
|
4
|
+
const H = "swipeableArea__20c8c86f", V = "content__bfbf023b", $ = "disableScroll__fdde502e", k = "disablePointerEvents__885a974e", q = "swipeAnimationFinish__498cb80b", G = "leftContent__edfaa458", J = "rightContent__573f3c54", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -9,9 +9,9 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
|
|
|
9
9
|
swipeAnimationFinish: q,
|
|
10
10
|
leftContent: G,
|
|
11
11
|
rightContent: J
|
|
12
|
-
}, p = 24,
|
|
12
|
+
}, p = 24, A = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
|
|
13
13
|
({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
|
|
14
|
-
const [S, a] =
|
|
14
|
+
const [S, a] = w(!1), [l, d] = w(), [o, e] = w(0), i = u(null), r = u(null), n = u(0), f = u(N), _ = u(null), X = () => {
|
|
15
15
|
a(!0);
|
|
16
16
|
const t = n.current - o;
|
|
17
17
|
n.current === 0 ? t > 0 ? e(
|
|
@@ -24,17 +24,17 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
|
|
|
24
24
|
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
26
|
}, E = () => {
|
|
27
|
-
|
|
27
|
+
f.current = N, d(void 0), document.removeEventListener("touchend", E);
|
|
28
28
|
};
|
|
29
29
|
M(() => {
|
|
30
30
|
!l && o !== n.current && X();
|
|
31
31
|
}, [l]);
|
|
32
32
|
const x = (t) => {
|
|
33
|
-
|
|
33
|
+
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
|
|
34
34
|
}, O = (t) => {
|
|
35
35
|
if (t.touches.length != 1)
|
|
36
36
|
return;
|
|
37
|
-
const c = t.touches[0].clientX -
|
|
37
|
+
const c = t.touches[0].clientX - f.current.clientX, F = t.touches[0].clientY - f.current.clientY;
|
|
38
38
|
if (!l) {
|
|
39
39
|
Math.abs(F) > Math.abs(c) ? d(
|
|
40
40
|
"vertical"
|
|
@@ -47,12 +47,12 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
|
|
|
47
47
|
}
|
|
48
48
|
if (l === "vertical")
|
|
49
49
|
return;
|
|
50
|
-
const
|
|
50
|
+
const h = n.current + c;
|
|
51
51
|
n.current === 0 ? c > 0 && m ? e(
|
|
52
|
-
Math.min(
|
|
52
|
+
Math.min(h, i.current.getBoundingClientRect().width)
|
|
53
53
|
) : c < 0 && C && e(
|
|
54
|
-
Math.max(
|
|
55
|
-
) : n.current > 0 ? c < 0 && e(Math.max(0,
|
|
54
|
+
Math.max(h, -r.current.getBoundingClientRect().width)
|
|
55
|
+
) : n.current > 0 ? c < 0 && e(Math.max(0, h)) : n.current < 0 && c > 0 && e(Math.min(0, h));
|
|
56
56
|
}, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
|
|
57
57
|
M(() => {
|
|
58
58
|
const t = (c) => {
|
|
@@ -86,38 +86,38 @@ const H = "swipeableArea__da9f6b67", V = "content__5ee2338a", $ = "disableScroll
|
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "1.
|
|
89
|
+
"data-tx": "1.23.0",
|
|
90
90
|
ref: _,
|
|
91
91
|
children: [
|
|
92
|
-
typeof m < "u" ? /* @__PURE__ */
|
|
92
|
+
typeof m < "u" ? /* @__PURE__ */ b(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
95
|
className: g(s.leftContent, {
|
|
96
|
-
[
|
|
96
|
+
[A]: S
|
|
97
97
|
}),
|
|
98
98
|
ref: i,
|
|
99
99
|
style: { opacity: Y() },
|
|
100
100
|
children: m
|
|
101
101
|
}
|
|
102
102
|
) : null,
|
|
103
|
-
typeof C < "u" ? /* @__PURE__ */
|
|
103
|
+
typeof C < "u" ? /* @__PURE__ */ b(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: g(s.rightContent, {
|
|
107
|
-
[
|
|
107
|
+
[A]: S
|
|
108
108
|
}),
|
|
109
109
|
ref: r,
|
|
110
110
|
style: { opacity: P() },
|
|
111
111
|
children: C
|
|
112
112
|
}
|
|
113
113
|
) : null,
|
|
114
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ b(
|
|
115
115
|
"div",
|
|
116
116
|
{
|
|
117
117
|
className: g(s.content, {
|
|
118
118
|
[Q]: o !== 0,
|
|
119
119
|
[K]: l === "horizontal",
|
|
120
|
-
[
|
|
120
|
+
[A]: S
|
|
121
121
|
}),
|
|
122
122
|
onTouchStart: x,
|
|
123
123
|
onTouchMove: O,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "filterPanel__49a01d8f", i = {
|
|
4
4
|
filterPanel: s
|
|
5
5
|
}, n = ({ children: e, className: l, ...t }) => /* @__PURE__ */ a(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: r(i.filterPanel, l),
|
|
9
9
|
...t,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.23.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -11,7 +11,7 @@ import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
|
11
11
|
import { PaginationPanel as d } from "./PaginationPanel.js";
|
|
12
12
|
import "./TableBasicSettings/components/ColumnSettings.js";
|
|
13
13
|
import "./TableBasic/enums.js";
|
|
14
|
-
const x = "
|
|
14
|
+
const x = "masterTable__4b89612f", g = {
|
|
15
15
|
masterTable: x
|
|
16
16
|
}, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
|
|
17
17
|
const [s, l] = i([]);
|
|
@@ -28,7 +28,7 @@ const x = "masterTable__b3620423", g = {
|
|
|
28
28
|
{
|
|
29
29
|
className: b(g.masterTable, o),
|
|
30
30
|
...m,
|
|
31
|
-
"data-tx": "1.
|
|
31
|
+
"data-tx": "1.23.0",
|
|
32
32
|
children: t
|
|
33
33
|
}
|
|
34
34
|
)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { Gap as l } from "../Gap/Gap.js";
|
|
4
4
|
import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
|
|
5
|
-
const
|
|
6
|
-
noColumns:
|
|
7
|
-
content:
|
|
8
|
-
}, p = ({ children: n, className: t, ...
|
|
5
|
+
const i = "noColumns__d8551ba4", a = "content__80039b19", s = {
|
|
6
|
+
noColumns: i,
|
|
7
|
+
content: a
|
|
8
|
+
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
|
|
9
9
|
/* @__PURE__ */ o(r, {}),
|
|
10
10
|
/* @__PURE__ */ o(l, { size: 8 }),
|
|
11
11
|
/* @__PURE__ */ o("div", { className: s.content, children: n })
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "paginationPanel__9ac1ac37", e = {
|
|
4
4
|
paginationPanel: s
|
|
5
5
|
}, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: o(e.paginationPanel, n),
|
|
9
9
|
...i,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.23.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
3
|
import { i as T } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { MasterTableContext as L } from "../MasterTableContext.js";
|
|
5
|
-
import { s as a } from "../../../chunks/utils-
|
|
5
|
+
import { s as a } from "../../../chunks/utils-DXnkRIJ2.js";
|
|
6
6
|
import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
|
|
7
7
|
import { TableBasicBody as C } from "./components/TableBasicBody.js";
|
|
8
8
|
import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { TableBasicRow as b } from "./TableBasicRow.js";
|
|
3
3
|
import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -5,7 +5,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
|
|
|
5
5
|
import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
|
|
6
6
|
import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
|
|
7
7
|
import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
9
9
|
import { Text as B } from "../../../Typography/Text.js";
|
|
10
10
|
import { ETextSize as v } from "../../../Typography/enums.js";
|
|
11
11
|
const w = ({ columns: u, onOrderBy: l }) => {
|
|
@@ -3,7 +3,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
|
|
|
3
3
|
import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
|
|
4
4
|
import { DataTestId as L } from "../../../../consts/DataTestId.js";
|
|
5
5
|
import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
7
7
|
import { ECellType as a, EVerticalAlign as f } from "../enums.js";
|
|
8
8
|
import { ETextSize as A } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { ButtonDropdownExtended as
|
|
2
|
+
import { useRef as a } from "react";
|
|
3
|
+
import { ButtonDropdownExtended as i } from "../../Button/ButtonDropdownExtended.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import { TableBasicSettingsBody as u } from "./components/TableBasicSettingsBody.js";
|
|
6
6
|
import { ColumnSettings as w } from "./components/ColumnSettings.js";
|
|
7
7
|
import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
|
|
8
8
|
import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
|
|
9
9
|
import { Link as x } from "../../Link/Link.js";
|
|
10
|
-
const k = "
|
|
10
|
+
const k = "tableSettingsLink__aac84862", L = "tableSettingsDropdown__e3534adc", d = {
|
|
11
11
|
tableSettingsLink: k,
|
|
12
12
|
tableSettingsDropdown: L
|
|
13
13
|
}, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
|
|
14
|
-
const r =
|
|
14
|
+
const r = a(null), s = a(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
|
|
15
15
|
x,
|
|
16
16
|
{
|
|
17
17
|
href: "#",
|
|
@@ -25,7 +25,7 @@ const k = "tableSettingsLink__63734336", L = "tableSettingsDropdown__953290e4",
|
|
|
25
25
|
children: c
|
|
26
26
|
}
|
|
27
27
|
), b = ({ className: e, ...o }) => /* @__PURE__ */ n(
|
|
28
|
-
|
|
28
|
+
i.Dropdown,
|
|
29
29
|
{
|
|
30
30
|
className: l(d.tableSettingsDropdown, e),
|
|
31
31
|
...o,
|
|
@@ -35,7 +35,7 @@ const k = "tableSettingsLink__63734336", L = "tableSettingsDropdown__953290e4",
|
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
return /* @__PURE__ */ n(
|
|
38
|
-
|
|
38
|
+
i,
|
|
39
39
|
{
|
|
40
40
|
className: l(d.tableSettingsLink, p),
|
|
41
41
|
renderButton: g,
|
package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js
CHANGED
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
|
|
4
4
|
import { ListSortableItemControls as l } from "../../../List/components/ListSortableItemControls.js";
|
|
5
5
|
import { c as n } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
-
const c = "
|
|
6
|
+
const c = "columnSettingsSortableListItemTarget__1b3ca470", S = "dragging__f5910f37", r = {
|
|
7
7
|
columnSettingsSortableListItemTarget: c,
|
|
8
8
|
dragging: S
|
|
9
9
|
}, f = i.forwardRef(
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { ListItem as c } from "../../../List/components/ListItem.js";
|
|
5
|
-
const n = "
|
|
5
|
+
const n = "columnSettingsStaticListItem__972ddd86", a = {
|
|
6
6
|
columnSettingsStaticListItem: n
|
|
7
7
|
}, r = e.forwardRef(
|
|
8
8
|
({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
3
|
import { c } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const B = "
|
|
4
|
+
const B = "tableBasicSettingsBody__280daa10", d = {
|
|
5
5
|
tableBasicSettingsBody: B
|
|
6
6
|
}, l = o.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(d.tableBasicSettingsBody, s), ref: e, ...a, children: t })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as r } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "tableBasicSettingsFooter__db07851e", l = {
|
|
5
5
|
tableBasicSettingsFooter: c
|
|
6
6
|
}, n = i.forwardRef(
|
|
7
7
|
({ children: t, className: e, ...o }, s) => /* @__PURE__ */ a("div", { className: r(l.tableBasicSettingsFooter, e), ref: s, ...o, children: t })
|
|
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { Text as r } from "../../../Typography/Text.js";
|
|
4
4
|
import { EFontWeightText as o, ETextSize as c } from "../../../Typography/enums.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "tableBasicSettingsHeader__2a473d5f", m = {
|
|
6
6
|
tableBasicSettingsHeader: l
|
|
7
7
|
}, n = ({
|
|
8
8
|
children: e,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
-
import { s as r } from "../../../chunks/TableFooter.module-
|
|
3
|
+
import { s as r } from "../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
4
4
|
import { FooterDescription as l } from "../../Footer/components/FooterDescription.js";
|
|
5
5
|
import { FooterDescriptionControls as p } from "../../Footer/components/FooterDescriptionControls.js";
|
|
6
6
|
import { TableFooterSummary as c } from "./components/TableFooterSummary.js";
|
|
@@ -3,7 +3,7 @@ import { FooterDescription as r } from "../../../Footer/components/FooterDescrip
|
|
|
3
3
|
import { TableFooterSummaryAmount as m } from "./TableFooterSummaryAmount.js";
|
|
4
4
|
import { TableFooterSummarySelectedCount as a } from "./TableFooterSummarySelectedCount.js";
|
|
5
5
|
import { TableFooterSummarySelectAllButton as l } from "./TableFooterSummarySelectAllButton.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/TableFooter.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
7
7
|
const y = Object.assign(
|
|
8
8
|
({ children: t, ...e }) => /* @__PURE__ */ o(r.Content, { ...e, children: /* @__PURE__ */ o("div", { className: n.tableFooterSummary, children: t }) }),
|
|
9
9
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as m } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as m } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
import { Amount as s } from "../../../Amount/Amount.js";
|
|
4
4
|
import { Text as l } from "../../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as i } from "../../../Typography/enums.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as a } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
import { ETextSize as s } from "../../../Typography/enums.js";
|
|
4
4
|
import { Link as i } from "../../../Link/Link.js";
|
|
5
5
|
import { Text as p } from "../../../Typography/Text.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as t } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
|
|
4
4
|
a.displayName = "TableFooterSummarySelectedCount";
|
|
5
5
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { TabsLinePanelLinks as l } from "./TabsLinePanelLinks.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "tabsLinePanel__bc71c7a8", L = {
|
|
5
5
|
tabsLinePanel: o
|
|
6
|
-
},
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
}, a = ({ children: s, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, n), ...e, children: s });
|
|
7
|
+
a.Links = l;
|
|
8
|
+
a.displayName = "TabsLinePanel";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
a as TabsLinePanel
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=TabsLinePanel.js.map
|
|
@@ -2,11 +2,11 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as t } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { Text as a } from "../Typography/Text.js";
|
|
4
4
|
import { EFontWeightText as o, ETextSize as L } from "../Typography/enums.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "tabsLinePanelLinks__803479c9", m = {
|
|
6
6
|
tabsLinePanelLinks: l
|
|
7
7
|
}, r = ({
|
|
8
|
-
children:
|
|
9
|
-
className:
|
|
8
|
+
children: s,
|
|
9
|
+
className: e,
|
|
10
10
|
...i
|
|
11
11
|
}) => /* @__PURE__ */ n(
|
|
12
12
|
a,
|
|
@@ -14,9 +14,9 @@ const l = "tabsLinePanelLinks__e7d24615", m = {
|
|
|
14
14
|
tag: "div",
|
|
15
15
|
size: L.B3,
|
|
16
16
|
weight: o.SEMIBOLD,
|
|
17
|
-
className: t(
|
|
17
|
+
className: t(e, m.tabsLinePanelLinks),
|
|
18
18
|
...i,
|
|
19
|
-
children:
|
|
19
|
+
children: s
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
r.displayName = "TabsLinePanelLinks";
|
package/components/Tabs/Tabs.js
CHANGED
|
@@ -15,7 +15,7 @@ import "../Button/ButtonDropdownExtended.js";
|
|
|
15
15
|
import { EButtonDotsTheme as j } from "../Button/enums.js";
|
|
16
16
|
import { EComponentSize as K } from "../../enums/EComponentSize.js";
|
|
17
17
|
import { isKey as _ } from "../../utils/keyboard.js";
|
|
18
|
-
const k = "
|
|
18
|
+
const k = "tabsContent__66d7ff2b", G = "tabButtonDropdown__a2681cb1", H = "sm__8c8df622", L = "md__05226da6", M = "lg__458fcf39", p = {
|
|
19
19
|
tabsContent: k,
|
|
20
20
|
tabButtonDropdown: G,
|
|
21
21
|
sm: H,
|
|
@@ -29,10 +29,10 @@ const k = "tabsContent__5b878c3f", G = "tabButtonDropdown__00467db7", H = "sm__7
|
|
|
29
29
|
tabs: t,
|
|
30
30
|
...v
|
|
31
31
|
}) => {
|
|
32
|
-
const [w,
|
|
32
|
+
const [w, d] = l(a || t[0].id), [R, A] = l(""), [F, I] = l(""), f = D(null), m = D(null), S = ({ dropdownItemsIds: n, onSelectTab: o }) => t.filter((e) => n.includes(e.id)).map((e) => ({ ...e, onSelect: () => o(e.id) })), B = (n, o) => /* @__PURE__ */ c(s.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
|
|
33
33
|
const E = w === n.id ? 0 : -1, O = () => {
|
|
34
34
|
let r;
|
|
35
|
-
return R === n.id ? r =
|
|
35
|
+
return R === n.id ? r = f : F === n.id && (r = m), r;
|
|
36
36
|
};
|
|
37
37
|
return /* @__PURE__ */ c(
|
|
38
38
|
s.Content.TabButton,
|
|
@@ -48,7 +48,7 @@ const k = "tabsContent__5b878c3f", G = "tabButtonDropdown__00467db7", H = "sm__7
|
|
|
48
48
|
onKeyDown: (r) => {
|
|
49
49
|
var b, T;
|
|
50
50
|
const { key: u } = r;
|
|
51
|
-
_(u, "ARROW_LEFT") ? (N || (
|
|
51
|
+
_(u, "ARROW_LEFT") ? (N || (d(t[o - 1].id), (b = f.current) == null || b.focus()), r.preventDefault()) : _(u, "ARROW_RIGHT") && (g || (d(t[o + 1].id), (T = m.current) == null || T.focus()), r.preventDefault());
|
|
52
52
|
},
|
|
53
53
|
children: n.label
|
|
54
54
|
}
|
|
@@ -3,9 +3,9 @@ import { useState as r, useRef as c } from "react";
|
|
|
3
3
|
import { c as x } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { TabsExtendedContext as b } from "./TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedContent as I } from "./components/TabsExtendedContent.js";
|
|
6
|
-
import { s as _ } from "../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as _ } from "../../chunks/TabsExtended.module-By6HIyMh.js";
|
|
7
7
|
import { ETabsExtendedType as S } from "./enums.js";
|
|
8
|
-
import { T as u } from "../../chunks/utils-
|
|
8
|
+
import { T as u } from "../../chunks/utils-BXi-2Jma.js";
|
|
9
9
|
import "./components/TabsExtendedDropdownWrapper.js";
|
|
10
10
|
import "./components/TabsExtendedTab.js";
|
|
11
11
|
import "./components/TabsExtendedTabButton.js";
|
|
@@ -5,7 +5,7 @@ import { TabsExtendedTab as d } from "./TabsExtendedTab.js";
|
|
|
5
5
|
import { TabsExtendedTabButton as i } from "./TabsExtendedTabButton.js";
|
|
6
6
|
import { EComponentSize as T } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { TabsExtendedDropdownWrapper as b } from "./TabsExtendedDropdownWrapper.js";
|
|
8
|
-
import { s as r } from "../../../chunks/TabsExtended.module-
|
|
8
|
+
import { s as r } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
|
|
9
9
|
import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
|
|
10
10
|
import "./TabsExtendedTabContext.js";
|
|
11
11
|
const x = f(r), o = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { s as p } from "../../../chunks/TabsExtended.module-
|
|
3
|
+
import { s as p } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
|
|
4
4
|
import { c as a } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
|
|
6
6
|
const w = ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import x, { useContext as d } from "react";
|
|
3
|
-
import { s as o } from "../../../chunks/TabsExtended.module-
|
|
3
|
+
import { s as o } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
|
|
4
4
|
import { c as I } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
|
|
6
6
|
import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as x, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import b, { useContext as c } from "react";
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as t, T as _, a as r } from "../../../chunks/utils-
|
|
4
|
+
import { s as t, T as _, a as r } from "../../../chunks/utils-BXi-2Jma.js";
|
|
5
5
|
import { TabsExtendedContext as l } from "../TabsExtendedContext.js";
|
|
6
6
|
import { EFontType as u } from "../../Typography/enums.js";
|
|
7
7
|
import "../../Typography/Caption.js";
|
|
@@ -3,7 +3,7 @@ import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, i
|
|
|
3
3
|
import { h as F, c as N, j } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { TabsExtendedContext as z } from "../TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedTabContext as _ } from "./TabsExtendedTabContext.js";
|
|
6
|
-
import { s as l } from "../../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as l } from "../../../chunks/TabsExtended.module-By6HIyMh.js";
|
|
7
7
|
const G = ({
|
|
8
8
|
children: s,
|
|
9
9
|
className: C,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./enums.js";
|
|
2
2
|
import "../../enums/EComponentSize.js";
|
|
3
|
-
import { a as o, T as r } from "../../chunks/utils-
|
|
3
|
+
import { a as o, T as r } from "../../chunks/utils-BXi-2Jma.js";
|
|
4
4
|
import "../Typography/enums.js";
|
|
5
5
|
export {
|
|
6
6
|
o as TABS_EXTENDED_SIZE_TO_TEXT_SIZE_MAP,
|
|
@@ -3,7 +3,7 @@ import { c as b } from "../../chunks/vendor-BiObpx9E.js";
|
|
|
3
3
|
import { MobileView as c } from "../MobileView/MobileView.js";
|
|
4
4
|
import { TabsLineDesktop as d } from "./components/TabsLineDesktop.js";
|
|
5
5
|
import { TabsLineMobile as x } from "./components/TabsLineMobile.js";
|
|
6
|
-
import { s as m } from "../../chunks/TabsLine.module-
|
|
6
|
+
import { s as m } from "../../chunks/TabsLine.module-KvKWfBwF.js";
|
|
7
7
|
import "./components/TabsLineDropdown.js";
|
|
8
8
|
import "./components/TabsLineItem.js";
|
|
9
9
|
const v = ({
|
|
@@ -4,7 +4,7 @@ import { TabsLineDropdown as S } from "./TabsLineDropdown.js";
|
|
|
4
4
|
import { TabsLineItem as k } from "./TabsLineItem.js";
|
|
5
5
|
import { isKey as u } from "../../../utils/keyboard.js";
|
|
6
6
|
import { l as L } from "../../../chunks/vendor-BiObpx9E.js";
|
|
7
|
-
import { s as J } from "../../../chunks/TabsLine.module-
|
|
7
|
+
import { s as J } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
|
|
8
8
|
const $ = ({
|
|
9
9
|
tabs: l,
|
|
10
10
|
dropdownTargetHtmlAttributes: g,
|
|
@@ -4,7 +4,7 @@ import { u as H, c as w } from "../../../chunks/vendor-BiObpx9E.js";
|
|
|
4
4
|
import { DropdownListContext as Y } from "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as S } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-BOB8eQXM.js";
|
|
8
8
|
import { EDropdownWidth as q } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -21,7 +21,7 @@ import { EComponentSize as G } from "../../../enums/EComponentSize.js";
|
|
|
21
21
|
import { Dropdown as U } from "../../Dropdown/Dropdown.js";
|
|
22
22
|
import { CaretdownStrokeSrvIcon16 as Z } from "@sberbusiness/icons-next";
|
|
23
23
|
import { isKey as m } from "../../../utils/keyboard.js";
|
|
24
|
-
import { s as t } from "../../../chunks/TabsLine.module-
|
|
24
|
+
import { s as t } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
|
|
25
25
|
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
26
26
|
import { EFontType as b } from "../../Typography/enums.js";
|
|
27
27
|
import "../../Typography/Caption.js";
|
|
@@ -7,7 +7,7 @@ import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
|
7
7
|
import { Text as v } from "../../Typography/Text.js";
|
|
8
8
|
import { tabsLineSizeToTextSizeMap as x } from "../utils.js";
|
|
9
9
|
import { EFontType as l } from "../../Typography/enums.js";
|
|
10
|
-
import { s as e } from "../../../chunks/TabsLine.module-
|
|
10
|
+
import { s as e } from "../../../chunks/TabsLine.module-KvKWfBwF.js";
|
|
11
11
|
const L = N(e), R = y.forwardRef(
|
|
12
12
|
({
|
|
13
13
|
id: c,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { TabsLineItem as t } from "./TabsLineItem.js";
|
|
3
|
-
const
|
|
4
|
-
tabsLineMobileWrapper:
|
|
5
|
-
tabsLineMobile:
|
|
6
|
-
}, h = ({ onChangeTab: r, selectedId:
|
|
3
|
+
const p = "tabsLineMobileWrapper__a2f92b8e", d = "tabsLineMobile__ea16c853", l = {
|
|
4
|
+
tabsLineMobileWrapper: p,
|
|
5
|
+
tabsLineMobile: d
|
|
6
|
+
}, h = ({ onChangeTab: r, selectedId: a, tabs: i }) => {
|
|
7
7
|
if (!i.length)
|
|
8
8
|
return null;
|
|
9
|
-
const
|
|
9
|
+
const o = ({ selected: L, ...e }) => {
|
|
10
10
|
const b = (c) => {
|
|
11
11
|
var s;
|
|
12
12
|
r(e.id), (s = e.onClick) == null || s.call(e, c);
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */ n(t, { selected:
|
|
14
|
+
return /* @__PURE__ */ n(t, { selected: a === e.id, ...e, onClick: b }, e.id);
|
|
15
15
|
};
|
|
16
|
-
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(
|
|
16
|
+
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(o) }) });
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
19
|
h as TabsLineMobile
|
package/components/Tag/Tag.js
CHANGED
|
@@ -7,7 +7,7 @@ import { ETextSize as I, EFontType as _ } from "../Typography/enums.js";
|
|
|
7
7
|
import { ButtonIcon as T } from "../Button/ButtonIcon.js";
|
|
8
8
|
import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
|
|
9
9
|
import { EComponentSize as e } from "../../enums/EComponentSize.js";
|
|
10
|
-
const A = "
|
|
10
|
+
const A = "tag__394a2c66", R = "sm__b115c069", w = "md__ce5f3e72", F = "lg__1292f224", P = "content__43e2e6d1", l = {
|
|
11
11
|
tag: A,
|
|
12
12
|
sm: R,
|
|
13
13
|
md: w,
|