@sberbusiness/triplex-next 1.9.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-BGQ1uQrz.js} +14 -14
- package/chunks/CalendarViewItem-GZv99LrE.js +101 -0
- package/chunks/Card.module-Bb-0eR7p.js +17 -0
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
- package/chunks/{Chip-DXegvfGS.js → Chip-L25luM9A.js} +6 -6
- package/chunks/Confirm.module-B2F1vU1t.js +15 -0
- package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-QBxfm941.js} +19 -19
- package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
- package/chunks/Footer.module-CTz6ITIP.js +9 -0
- package/chunks/{FormFieldInput-kWDtKz1V.js → FormFieldInput-ZCQQZs7b.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
- package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
- package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
- package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-D0toheNV.js} +15 -15
- package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
- package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-B0Qs0eEN.js} +8 -8
- package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
- package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
- package/chunks/Notification.module-HwYJsw5w.js +21 -0
- package/chunks/Overlay.module-BdT_EdJd.js +18 -0
- package/chunks/Page.module-CQz9ZvqA.js +11 -0
- package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-B3TaRXow.js} +6 -6
- package/chunks/SMSField.module-B2vNyUh9.js +16 -0
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
- package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-DP6nRRY0.js} +11 -11
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +2 -2
- package/chunks/TableFooter.module-DNpkWevf.js +14 -0
- package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
- package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
- package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
- package/chunks/TreeView.module-CDWFlOAV.js +9 -0
- package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
- package/chunks/utils-BWjaO0EE.js +73 -0
- package/chunks/utils-BsNeWWRx.js +20 -0
- package/chunks/{utils--cyZSVhM.js → utils-CDPE3P4X.js} +2 -2
- package/chunks/utils-DKyrkqb2.js +36 -0
- package/chunks/utils-P0A0WEsB.js +24 -0
- package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +19 -19
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +59 -62
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +22 -22
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/CarouselExtended/index.js +5 -0
- package/components/Checkbox/Checkbox.js +35 -33
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
- package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
- package/components/Chip/ChipDatePicker/index.js +7 -0
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +26 -22
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +138 -138
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +99 -94
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
- package/components/DesignTokens/components/AmountField.js +11 -0
- package/components/DesignTokens/components/FormField.js +2 -2
- package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +26 -26
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +53 -53
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +26 -26
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/enums.js +2 -3
- package/components/FormField/index.js +13 -14
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +12 -12
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -4
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +59 -53
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +30 -30
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +13 -13
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +13 -13
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +6 -6
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +23 -21
- package/components/Radio/RadioXGroup.js +8 -8
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +41 -0
- package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
- package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
- package/components/SMSField/components/SMSFieldInput.js +63 -0
- package/components/SMSField/components/SMSFieldRefresh.js +39 -0
- package/components/SMSField/components/SMSFieldSubmit.js +43 -0
- package/components/SMSField/components/SMSFieldTooltip.js +38 -0
- package/components/SMSField/index.js +5 -0
- package/components/SegmentedControl/SegmentedControl.js +17 -17
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +15 -15
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +17 -17
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +31 -27
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
- package/components/TopOverlay/TopOverlay.js +11 -11
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +7 -7
- package/components/Typography/Text.js +9 -9
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +558 -552
- package/consts/DateConst.js +1 -1
- package/consts/index.js +14 -0
- package/index.d.ts +161 -116
- package/index.js +569 -555
- package/package.json +8 -4
- package/styles/triplex-next.css +535 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
- package/chunks/Card.module-CDb8O5wa.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
- package/chunks/Confirm.module-ySc3irOD.js +0 -15
- package/chunks/DropdownMobile.module-B25s43In.js +0 -23
- package/chunks/Footer.module-CzmEZNfz.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
- package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
- package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
- package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
- package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
- package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
- package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
- package/chunks/Notification.module-BHnUAhdM.js +0 -21
- package/chunks/Overlay.module-BHV5h0kp.js +0 -18
- package/chunks/Page.module-DcF12bw0.js +0 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
- package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
- package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
- package/chunks/TabsExtended.module-C87bijNv.js +0 -16
- package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
- package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
- package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
- package/chunks/TreeView.module-B6tUzJoC.js +0 -9
- package/chunks/UploadZoneInput-D8diOBuf.js +0 -33
- package/chunks/utils-3xY20XDV.js +0 -24
- package/chunks/utils-BCJ-APtm.js +0 -20
- package/chunks/utils-BvGDcicX.js +0 -36
- package/chunks/utils-tUaA-zN1.js +0 -73
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
- package/components/SMSInput/SMSInput.js +0 -41
- package/components/SMSInput/components/SMSInputInput.js +0 -63
- package/components/SMSInput/components/SMSInputRefresh.js +0 -39
- package/components/SMSInput/components/SMSInputSubmit.js +0 -43
- package/components/SMSInput/components/SMSInputTooltip.js +0 -38
- package/components/SMSInput/index.js +0 -5
- /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
- /package/components/{SMSInput → SMSField}/types.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SuggestFieldDesktopDropdown as gt } from "./SuggestFieldDesktopDropdown.js";
|
|
2
2
|
import { jsxs as q, jsx as g } from "react/jsx-runtime";
|
|
3
3
|
import { useState as f, useRef as k, useCallback as s, useEffect as E } from "react";
|
|
4
|
-
import { a as ft, G as ht, c as Dt } from "../../../chunks/vendor-
|
|
4
|
+
import { a as ft, G as ht, c as Dt } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
5
5
|
import { Tooltip as x } from "../../Tooltip/Tooltip.js";
|
|
6
6
|
import { ETooltipSize as bt } from "../../Tooltip/enums.js";
|
|
7
7
|
import { SuggestFieldTarget as ut } from "../SuggestFieldTarget.js";
|
|
@@ -12,7 +12,7 @@ import "../../FormField/components/FormFieldCounter.js";
|
|
|
12
12
|
import "../../FormField/components/FormFieldLabel.js";
|
|
13
13
|
import "../../FormField/components/FormFieldClear.js";
|
|
14
14
|
import "../../FormField/components/FormFieldTarget.js";
|
|
15
|
-
import "../../../chunks/FormFieldInput-
|
|
15
|
+
import "../../../chunks/FormFieldInput-ZCQQZs7b.js";
|
|
16
16
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
17
17
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
18
18
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
@@ -21,7 +21,7 @@ import "../../Dropdown/Dropdown.js";
|
|
|
21
21
|
import { DropdownListContext as kt } from "../../Dropdown/DropdownListContext.js";
|
|
22
22
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
23
23
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
24
|
-
import "../../../chunks/DropdownListItem-
|
|
24
|
+
import "../../../chunks/DropdownListItem-QBxfm941.js";
|
|
25
25
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
26
26
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -34,7 +34,7 @@ import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
|
34
34
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
35
35
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
36
36
|
import { DataTestId as wt } from "../../../consts/DataTestId.js";
|
|
37
|
-
const Lt = "
|
|
37
|
+
const Lt = "suggestFieldDesktop__adc08c93", Ct = {
|
|
38
38
|
suggestFieldDesktop: Lt
|
|
39
39
|
}, Pt = ({
|
|
40
40
|
className: z,
|
|
@@ -3,7 +3,7 @@ import { Dropdown as $ } from "../../Dropdown/Dropdown.js";
|
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import { DropdownList as h } from "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import { D as C } from "../../../chunks/DropdownListItem-
|
|
6
|
+
import { D as C } from "../../../chunks/DropdownListItem-QBxfm941.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { SuggestFieldDesktopDropdown as r } from "./desktop/SuggestFieldDesktopD
|
|
|
2
2
|
import { SuggestFieldDesktop as g } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as p } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import { SuggestFieldMobileDropdown as d } from "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
6
6
|
import { SuggestFieldMobileTarget as m } from "./mobile/SuggestFieldMobileTarget.js";
|
|
7
7
|
import { SuggestField as x } from "./SuggestField.js";
|
|
8
8
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as B, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { useState as E, useRef as p, useEffect as L } from "react";
|
|
3
|
-
import { c as N } from "../../../chunks/vendor-
|
|
3
|
+
import { c as N } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { SuggestFieldMobileTarget as R } from "./SuggestFieldMobileTarget.js";
|
|
5
5
|
import { SuggestFieldMobileDropdown as q } from "./SuggestFieldMobileDropdown.js";
|
|
6
|
-
import { s as z } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
6
|
+
import { s as z } from "../../../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
7
7
|
function U({
|
|
8
8
|
className: m,
|
|
9
9
|
value: r,
|
|
@@ -4,7 +4,7 @@ import { Dropdown as j } from "../../Dropdown/Dropdown.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-QBxfm941.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as k } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as _ } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileInput as O } from "../../Dropdown/mobile/DropdownMobileIn
|
|
|
15
15
|
import { DropdownMobileList as P } from "../../Dropdown/mobile/DropdownMobileList.js";
|
|
16
16
|
import { DropdownMobileListItem as T } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
17
17
|
import { DropdownMobileLoader as q } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
18
|
-
import { s as z, S as A } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as z, S as A } from "../../../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
19
19
|
const E = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: f,
|
|
@@ -3,7 +3,7 @@ import "../../Typography/Title.js";
|
|
|
3
3
|
import "../../Typography/Text.js";
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
6
|
+
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SuggestFieldMobileDropdownHint
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
|
|
2
2
|
import { SuggestFieldMobileDropdown as g } from "./SuggestFieldMobileDropdown.js";
|
|
3
|
-
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
3
|
+
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
4
4
|
import { SuggestFieldMobileTarget as p } from "./SuggestFieldMobileTarget.js";
|
|
5
5
|
export {
|
|
6
6
|
r as SuggestFieldMobile,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as j, jsx as w } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as A, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
|
-
import { c as g } from "../../chunks/vendor-
|
|
4
|
-
const H = "
|
|
3
|
+
import { c as g } from "../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const H = "swipeableArea__68f00d96", V = "content__5df8b1c1", $ = "disableScroll__82cf1eb7", k = "disablePointerEvents__54be9472", q = "swipeAnimationFinish__86639222", G = "leftContent__d2e56239", J = "rightContent__8c6dad49", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -86,7 +86,7 @@ const H = "swipeableArea__94da54d2", V = "content__753c4c4b", $ = "disableScroll
|
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "1.
|
|
89
|
+
"data-tx": "1.11.0",
|
|
90
90
|
ref: _,
|
|
91
91
|
children: [
|
|
92
92
|
typeof m < "u" ? /* @__PURE__ */ w(
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../chunks/vendor-
|
|
3
|
-
const s = "
|
|
2
|
+
import { c as r } from "../../chunks/vendor-ClY57Zzq.js";
|
|
3
|
+
const s = "filterPanel__753afb94", 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.11.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as i } from "react";
|
|
3
3
|
import { MasterTableContext as n } from "./MasterTableContext.js";
|
|
4
|
-
import { c as b } from "../../chunks/vendor-
|
|
4
|
+
import { c as b } from "../../chunks/vendor-ClY57Zzq.js";
|
|
5
5
|
import { NoColumns as p } from "./NoColumns.js";
|
|
6
6
|
import { FilterPanel as T } from "./FilterPanel.js";
|
|
7
7
|
import { TabsLinePanel as c } from "./TabsLinePanel.js";
|
|
8
8
|
import { TableBasic as f } from "./TableBasic/TableBasic.js";
|
|
9
9
|
import { TableBasicSettings as P } from "./TableBasicSettings/TableBasicSettings.js";
|
|
10
|
-
import { TableFooter as
|
|
11
|
-
import { PaginationPanel as
|
|
10
|
+
import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
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__679d4809", 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__dd242648", g = {
|
|
|
28
28
|
{
|
|
29
29
|
className: b(g.masterTable, o),
|
|
30
30
|
...m,
|
|
31
|
-
"data-tx": "1.
|
|
31
|
+
"data-tx": "1.11.0",
|
|
32
32
|
children: t
|
|
33
33
|
}
|
|
34
34
|
)
|
|
@@ -41,8 +41,8 @@ e.FilterPanel = T;
|
|
|
41
41
|
e.TabsLinePanel = c;
|
|
42
42
|
e.TableBasic = f;
|
|
43
43
|
e.TableBasicSettings = P;
|
|
44
|
-
e.TableFooter =
|
|
45
|
-
e.PaginationPanel =
|
|
44
|
+
e.TableFooter = u;
|
|
45
|
+
e.PaginationPanel = d;
|
|
46
46
|
export {
|
|
47
47
|
e as MasterTable
|
|
48
48
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../chunks/vendor-
|
|
2
|
+
import { c as e } from "../../chunks/vendor-ClY57Zzq.js";
|
|
3
3
|
import { Gap as l } from "../Gap/Gap.js";
|
|
4
4
|
import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
|
|
5
|
-
const i = "
|
|
5
|
+
const i = "noColumns__19df636d", a = "content__83a53337", s = {
|
|
6
6
|
noColumns: i,
|
|
7
7
|
content: a
|
|
8
8
|
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../chunks/vendor-
|
|
3
|
-
const
|
|
4
|
-
paginationPanel:
|
|
2
|
+
import { c as o } from "../../chunks/vendor-ClY57Zzq.js";
|
|
3
|
+
const e = "paginationPanel__ec7da57a", s = {
|
|
4
|
+
paginationPanel: e
|
|
5
5
|
}, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
|
-
className: o(
|
|
8
|
+
className: o(s.paginationPanel, n),
|
|
9
9
|
...i,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.11.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
|
-
import { i as T } from "../../../chunks/vendor-
|
|
3
|
+
import { i as T } from "../../../chunks/vendor-ClY57Zzq.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-BWjaO0EE.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
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
3
|
+
import { c as p } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-BWjaO0EE.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -4,8 +4,8 @@ import { isNullOrUndefined as b } from "../../../../utils/isNullOrUndefined.js";
|
|
|
4
4
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
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
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
7
|
+
import { c as d } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-BWjaO0EE.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 }) => {
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
3
3
|
import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
|
|
4
4
|
import { DataTestId as L } from "../../../../consts/DataTestId.js";
|
|
5
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
5
|
+
import { c as p } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-BWjaO0EE.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
2
|
import { useRef as i } from "react";
|
|
3
3
|
import { ButtonDropdownExtended as a } from "../../Button/ButtonDropdownExtended.js";
|
|
4
|
-
import { c as l } from "../../../chunks/vendor-
|
|
4
|
+
import { c as l } from "../../../chunks/vendor-ClY57Zzq.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__9fe66032", L = "tableSettingsDropdown__d6573886", d = {
|
|
11
11
|
tableSettingsLink: k,
|
|
12
12
|
tableSettingsDropdown: L
|
|
13
13
|
}, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
|
|
14
|
-
const r = i(null), s = i(null),
|
|
14
|
+
const r = i(null), s = i(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
|
|
15
15
|
x,
|
|
16
16
|
{
|
|
17
17
|
href: "#",
|
|
@@ -24,7 +24,7 @@ const k = "tableSettingsLink__f8c2bd27", L = "tableSettingsDropdown__ce0d7fd6",
|
|
|
24
24
|
ref: r,
|
|
25
25
|
children: c
|
|
26
26
|
}
|
|
27
|
-
),
|
|
27
|
+
), b = ({ className: e, ...o }) => /* @__PURE__ */ n(
|
|
28
28
|
a.Dropdown,
|
|
29
29
|
{
|
|
30
30
|
className: l(d.tableSettingsDropdown, e),
|
|
@@ -38,8 +38,8 @@ const k = "tableSettingsLink__f8c2bd27", L = "tableSettingsDropdown__ce0d7fd6",
|
|
|
38
38
|
a,
|
|
39
39
|
{
|
|
40
40
|
className: l(d.tableSettingsLink, p),
|
|
41
|
-
renderButton:
|
|
42
|
-
renderDropdown:
|
|
41
|
+
renderButton: g,
|
|
42
|
+
renderDropdown: b,
|
|
43
43
|
dropdownRef: s,
|
|
44
44
|
...f
|
|
45
45
|
}
|
package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js
CHANGED
|
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
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
|
-
import { c as n } from "../../../../chunks/vendor-
|
|
6
|
-
const c = "
|
|
5
|
+
import { c as n } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
6
|
+
const c = "columnSettingsSortableListItemTarget__a54b3b02", S = "dragging__3bc38996", r = {
|
|
7
7
|
columnSettingsSortableListItemTarget: c,
|
|
8
8
|
dragging: S
|
|
9
9
|
}, b = i.forwardRef(
|
|
10
|
-
({ children: o, className: s, style:
|
|
10
|
+
({ children: o, className: s, style: f, dragging: t, ...a }, m) => /* @__PURE__ */ e(
|
|
11
11
|
g,
|
|
12
12
|
{
|
|
13
13
|
className: n(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as o } from "../../../../chunks/vendor-
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as o } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { ListItem as c } from "../../../List/components/ListItem.js";
|
|
5
|
-
const n = "
|
|
5
|
+
const n = "columnSettingsStaticListItem__c203fdd1", a = {
|
|
6
6
|
columnSettingsStaticListItem: n
|
|
7
|
-
}, r =
|
|
8
|
-
({ className: t, ...i }, s) => /* @__PURE__ */
|
|
7
|
+
}, r = e.forwardRef(
|
|
8
|
+
({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })
|
|
9
9
|
);
|
|
10
10
|
r.displayName = "ColumnSettingsStaticListItem";
|
|
11
11
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
import { c } from "../../../../chunks/vendor-
|
|
4
|
-
const B = "
|
|
3
|
+
import { c } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const B = "tableBasicSettingsBody__64166268", l = {
|
|
5
5
|
tableBasicSettingsBody: B
|
|
6
6
|
}, d = o.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(l.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
|
-
import { c as r } from "../../../../chunks/vendor-
|
|
4
|
-
const c = "
|
|
3
|
+
import { c as r } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const c = "tableBasicSettingsFooter__28f6a88b", 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 })
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
2
|
+
import { c as i } from "../../../../chunks/vendor-ClY57Zzq.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
|
|
6
|
-
tableBasicSettingsHeader:
|
|
7
|
-
},
|
|
5
|
+
const l = "tableBasicSettingsHeader__64dfe870", m = {
|
|
6
|
+
tableBasicSettingsHeader: l
|
|
7
|
+
}, n = ({
|
|
8
8
|
children: e,
|
|
9
9
|
className: t,
|
|
10
10
|
...a
|
|
11
11
|
}) => /* @__PURE__ */ s(
|
|
12
12
|
r,
|
|
13
13
|
{
|
|
14
|
-
className: i(
|
|
14
|
+
className: i(m.tableBasicSettingsHeader, t),
|
|
15
15
|
size: c.B3,
|
|
16
16
|
weight: o.SEMIBOLD,
|
|
17
17
|
tag: "div",
|
|
@@ -19,8 +19,8 @@ const d = "tableBasicSettingsHeader__9dd11a9e", l = {
|
|
|
19
19
|
children: e
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
|
-
|
|
22
|
+
n.displayName = "TableBasicSettingsHeader";
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
n as TableBasicSettingsHeader
|
|
25
25
|
};
|
|
26
26
|
//# sourceMappingURL=TableBasicSettingsHeader.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as r } from "../../../chunks/TableFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
3
|
+
import { s as r } from "../../../chunks/TableFooter.module-DNpkWevf.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-DNpkWevf.js";
|
|
7
7
|
const u = 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-DNpkWevf.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-DNpkWevf.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-DNpkWevf.js";
|
|
3
3
|
const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
|
|
4
4
|
a.displayName = "TableFooterSummarySelectedCount";
|
|
5
5
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../chunks/vendor-
|
|
2
|
+
import { c as t } from "../../chunks/vendor-ClY57Zzq.js";
|
|
3
3
|
import { TabsLinePanelLinks as l } from "./TabsLinePanelLinks.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "tabsLinePanel__4bab0314", b = {
|
|
5
5
|
tabsLinePanel: o
|
|
6
|
-
}, a = ({ children: s, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(
|
|
6
|
+
}, a = ({ children: s, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(b.tabsLinePanel, n), ...e, children: s });
|
|
7
7
|
a.Links = l;
|
|
8
8
|
a.displayName = "TabsLinePanel";
|
|
9
9
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../chunks/vendor-
|
|
2
|
+
import { c as t } from "../../chunks/vendor-ClY57Zzq.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__7fb9f63d", m = {
|
|
6
6
|
tabsLinePanelLinks: l
|
|
7
7
|
}, r = ({
|
|
8
8
|
children: s,
|
package/components/Tabs/Tabs.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as l, useRef as D } from "react";
|
|
3
3
|
import { TabsExtended as c } from "../TabsExtended/TabsExtended.js";
|
|
4
4
|
import "../TabsExtended/components/TabsExtendedContent.js";
|
|
5
|
-
import { c as W } from "../../chunks/vendor-
|
|
5
|
+
import { c as W } from "../../chunks/vendor-ClY57Zzq.js";
|
|
6
6
|
import "../TabsExtended/TabsExtendedContext.js";
|
|
7
7
|
import "../TabsExtended/components/TabsExtendedTab.js";
|
|
8
8
|
import "../TabsExtended/components/TabsExtendedTabButton.js";
|
|
@@ -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 = "tabButtonDropdown__45533e17", G = "sm__7383b5b4", H = "md__142279b7", L = "lg__f04e409a", p = {
|
|
19
19
|
tabButtonDropdown: k,
|
|
20
20
|
sm: G,
|
|
21
21
|
md: H,
|
|
@@ -28,10 +28,10 @@ const k = "tabButtonDropdown__66d912f9", G = "sm__104431e4", H = "md__a6df0fa3",
|
|
|
28
28
|
tabs: t,
|
|
29
29
|
...w
|
|
30
30
|
}) => {
|
|
31
|
-
const [R, m] = l(a || t[0].id), [A, C] = l(""), [F, I] = l(""),
|
|
31
|
+
const [R, m] = l(a || t[0].id), [A, C] = l(""), [F, I] = l(""), u = D(null), d = 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__ */ i(c.Content.Tab, { ...n, children: ({ selected: e, isFirstInlineTab: N, isLastInlineTab: g }) => {
|
|
32
32
|
const E = R === n.id ? 0 : -1, O = () => {
|
|
33
33
|
let r;
|
|
34
|
-
return A === n.id ? r =
|
|
34
|
+
return A === n.id ? r = u : F === n.id && (r = d), r;
|
|
35
35
|
};
|
|
36
36
|
return /* @__PURE__ */ i(
|
|
37
37
|
c.Content.TabButton,
|
|
@@ -46,8 +46,8 @@ const k = "tabButtonDropdown__66d912f9", G = "sm__104431e4", H = "md__a6df0fa3",
|
|
|
46
46
|
},
|
|
47
47
|
onKeyDown: (r) => {
|
|
48
48
|
var T, b;
|
|
49
|
-
const { key:
|
|
50
|
-
_(
|
|
49
|
+
const { key: f } = r;
|
|
50
|
+
_(f, "ARROW_LEFT") ? (N || (m(t[o - 1].id), (T = u.current) == null || T.focus()), r.preventDefault()) : _(f, "ARROW_RIGHT") && (g || (m(t[o + 1].id), (b = d.current) == null || b.focus()), r.preventDefault());
|
|
51
51
|
},
|
|
52
52
|
children: n.label
|
|
53
53
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { useState as r, useRef as T } from "react";
|
|
3
|
-
import { c as b } from "../../chunks/vendor-
|
|
3
|
+
import { c as b } from "../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { TabsExtendedContext as E } from "./TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedContent as I } from "./components/TabsExtendedContent.js";
|
|
6
|
-
import { s as u } from "../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as u } from "../../chunks/TabsExtended.module-BvIRknmY.js";
|
|
7
7
|
import { ETabsExtendedType as C } from "./enums.js";
|
|
8
|
-
import { t as v } from "../../chunks/utils
|
|
8
|
+
import { t as v } from "../../chunks/utils-CDPE3P4X.js";
|
|
9
9
|
import "./components/TabsExtendedDropdownWrapper.js";
|
|
10
10
|
import "./components/TabsExtendedTab.js";
|
|
11
11
|
import "./components/TabsExtendedTabButton.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "../../../chunks/vendor-
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
3
3
|
import { TabsExtendedTabsWrapper as n } from "./TabsExtendedTabsWrapper.js";
|
|
4
4
|
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-BvIRknmY.js";
|
|
9
9
|
import { createSizeToClassNameMap as f } from "../../../utils/classNameMaps.js";
|
|
10
10
|
import "./TabsExtendedTabContext.js";
|
|
11
11
|
const x = f(r), o = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { c as a } from "../../../chunks/vendor-
|
|
3
|
+
import { s as p } from "../../../chunks/TabsExtended.module-BvIRknmY.js";
|
|
4
|
+
import { c as a } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
5
5
|
import { TabsExtendedContext as i } from "../TabsExtendedContext.js";
|
|
6
6
|
const w = ({
|
|
7
7
|
children: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { c as I } from "../../../chunks/vendor-
|
|
3
|
+
import { s as o } from "../../../chunks/TabsExtended.module-BvIRknmY.js";
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
5
5
|
import { TabsExtendedContext as u } from "../TabsExtendedContext.js";
|
|
6
6
|
import { TabsExtendedTabContext as E } from "./TabsExtendedTabContext.js";
|
|
7
7
|
const h = x.forwardRef(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import x, { useContext as b } from "react";
|
|
3
|
-
import { c as f } from "../../../chunks/vendor-
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { EComponentSize as l } from "../../../enums/EComponentSize.js";
|
|
5
|
-
import { s as t, t as T, a as u } from "../../../chunks/utils
|
|
5
|
+
import { s as t, t as T, a as u } from "../../../chunks/utils-CDPE3P4X.js";
|
|
6
6
|
import { TabsExtendedContext as E } from "../TabsExtendedContext.js";
|
|
7
7
|
import { Text as N } from "../../Typography/Text.js";
|
|
8
8
|
import { NotificationIcon as y } from "../../NotificationIcon/NotificationIcon.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as k, Fragment as y, jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import a, { useContext as A, useState as D, useRef as g, useLayoutEffect as R, isValidElement as B } from "react";
|
|
3
|
-
import { u as F, c as N, p as z } from "../../../chunks/vendor-
|
|
3
|
+
import { u as F, c as N, p as z } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { TabsExtendedContext as _ } from "../TabsExtendedContext.js";
|
|
5
5
|
import { TabsExtendedTabContext as j } from "./TabsExtendedTabContext.js";
|
|
6
|
-
import { s as l } from "../../../chunks/TabsExtended.module-
|
|
6
|
+
import { s as l } from "../../../chunks/TabsExtended.module-BvIRknmY.js";
|
|
7
7
|
const G = ({
|
|
8
8
|
children: s,
|
|
9
9
|
className: C,
|