@sberbusiness/triplex-next 0.26.0 → 0.28.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-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DysxnR-B.js} +13 -13
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-DEMHVloq.js} +17 -17
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-CyAOOwnJ.js → FormFieldInput-Cb-NqZOL.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-CpxzDBba.js} +8 -8
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-BcWg1BjZ.js} +19 -19
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-D-T2vfBA.js} +2 -2
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DoCkMkMz.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +4 -4
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-DBUlHhad.js} +2 -2
- package/chunks/{constants-KINy2OSZ.js → constants-3hOLYskn.js} +9 -9
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-CWqa2skI.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/utils-C3N8DE_4.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- 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 +3 -3
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +6 -6
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +23 -23
- 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 +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +10 -10
- 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 +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- 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 +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- 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 +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- 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 +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +20 -20
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- 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 +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- 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 +1 -1
- 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 +70 -64
- package/components/IslandWidget/IslandWidget.js +49 -41
- 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 +6 -6
- package/components/LightBox/LightBox.js +17 -17
- 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 +75 -68
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +22 -21
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +11 -11
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- 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 +10 -10
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +7 -7
- 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 +4 -4
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +31 -25
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +8 -8
- package/components/Tag/Tag.js +11 -11
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +14 -14
- 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 +7 -7
- 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 +18 -18
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- 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 +96 -28
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +0 -41
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Chip-CuoqjaG4.js +0 -77
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-BVhTB5hC.js +0 -73
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
|
@@ -1,62 +1,63 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import E, { useRef as
|
|
1
|
+
import { jsx as t, jsxs as W, Fragment as P } from "react/jsx-runtime";
|
|
2
|
+
import E, { useRef as l, useState as O, createElement as w } from "react";
|
|
3
3
|
import { u as _, c as g } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ETextSize as K } from "../../Typography/enums.js";
|
|
5
5
|
import { Text as T } from "../../Typography/Text.js";
|
|
6
|
-
import { ButtonDropdownExtended as
|
|
6
|
+
import { ButtonDropdownExtended as D } from "../../Button/ButtonDropdownExtended.js";
|
|
7
7
|
import { isKey as i } from "../../../utils/keyboard.js";
|
|
8
8
|
import { DropdownListContext as j } from "../../Dropdown/DropdownListContext.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import { DropdownMobileBody as z } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
11
|
-
import { DropdownMobileClose as
|
|
11
|
+
import { DropdownMobileClose as F } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
12
12
|
import "../../Dropdown/mobile/DropdownMobileFooter.js";
|
|
13
|
-
import { DropdownMobileHeader as
|
|
13
|
+
import { DropdownMobileHeader as U } from "../../Dropdown/mobile/DropdownMobileHeader.js";
|
|
14
14
|
import "../../Dropdown/mobile/DropdownMobileInner.js";
|
|
15
15
|
import "../../Dropdown/mobile/DropdownMobileInput.js";
|
|
16
|
-
import { DropdownMobileList as
|
|
16
|
+
import { DropdownMobileList as q } from "../../Dropdown/mobile/DropdownMobileList.js";
|
|
17
17
|
import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
|
-
import { DropdownList as
|
|
21
|
-
import { s as
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
+
import { s as b, L as V } from "../../../chunks/ListItemControlsButton-BcWg1BjZ.js";
|
|
22
|
+
import { setForwardedRef as G } from "../utils.js";
|
|
23
|
+
const J = E.forwardRef(
|
|
24
|
+
(h, C) => {
|
|
25
|
+
const { buttonAttributes: x, children: a, className: y, icon: B, options: d, selected: n, disabled: I, ...L } = h, c = l(null), f = l(null), [u, N] = O(), p = l(_()), A = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
|
|
25
26
|
V,
|
|
26
27
|
{
|
|
27
|
-
onKeyDown: k({ opened:
|
|
28
|
-
onClick: S({ opened:
|
|
28
|
+
onKeyDown: k({ opened: e, setOpened: o }),
|
|
29
|
+
onClick: S({ opened: e, setOpened: o }),
|
|
29
30
|
disabled: I,
|
|
30
31
|
"aria-haspopup": "menu",
|
|
31
|
-
"aria-expanded":
|
|
32
|
-
"aria-controls":
|
|
33
|
-
"aria-activedescendant":
|
|
32
|
+
"aria-expanded": e,
|
|
33
|
+
"aria-controls": p.current,
|
|
34
|
+
"aria-activedescendant": u,
|
|
34
35
|
icon: B,
|
|
35
|
-
...
|
|
36
|
+
...x,
|
|
36
37
|
ref: M,
|
|
37
|
-
children:
|
|
38
|
+
children: a
|
|
38
39
|
}
|
|
39
|
-
), S = ({ opened:
|
|
40
|
+
), S = ({ opened: e, setOpened: o }) => () => o(!e), k = ({ opened: e, setOpened: o }) => (m) => {
|
|
40
41
|
const { key: r } = m;
|
|
41
|
-
(i(r, "SPACE") || i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && m.preventDefault(), !
|
|
42
|
-
}, v = ({ opened:
|
|
43
|
-
|
|
42
|
+
(i(r, "SPACE") || i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && m.preventDefault(), !e && (i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && o(!0);
|
|
43
|
+
}, v = ({ opened: e, setOpened: o, className: m }) => /* @__PURE__ */ t(j.Provider, { value: { activeDescendant: u, setActiveDescendant: N }, children: /* @__PURE__ */ t(
|
|
44
|
+
D.Dropdown,
|
|
44
45
|
{
|
|
45
46
|
className: m,
|
|
46
|
-
opened:
|
|
47
|
-
setOpened:
|
|
48
|
-
targetRef:
|
|
47
|
+
opened: e,
|
|
48
|
+
setOpened: o,
|
|
49
|
+
targetRef: c,
|
|
49
50
|
ref: f,
|
|
50
51
|
mobileViewProps: {
|
|
51
52
|
children: /* @__PURE__ */ W(P, { children: [
|
|
52
|
-
/* @__PURE__ */
|
|
53
|
-
|
|
53
|
+
/* @__PURE__ */ t(
|
|
54
|
+
U,
|
|
54
55
|
{
|
|
55
|
-
controlButtons: /* @__PURE__ */
|
|
56
|
-
children: /* @__PURE__ */
|
|
56
|
+
controlButtons: /* @__PURE__ */ t(F, { onClick: () => o(!1) }),
|
|
57
|
+
children: /* @__PURE__ */ t(T, { tag: "div", size: K.B1, children: a })
|
|
57
58
|
}
|
|
58
59
|
),
|
|
59
|
-
/* @__PURE__ */
|
|
60
|
+
/* @__PURE__ */ t(z, { children: /* @__PURE__ */ t(q, { children: d.map((r) => /* @__PURE__ */ w(
|
|
60
61
|
H,
|
|
61
62
|
{
|
|
62
63
|
...r,
|
|
@@ -64,35 +65,35 @@ const G = E.forwardRef(
|
|
|
64
65
|
selected: r.id === (n == null ? void 0 : n.id),
|
|
65
66
|
onSelect: () => {
|
|
66
67
|
var s;
|
|
67
|
-
(s = r.onSelect) == null || s.call(r),
|
|
68
|
+
(s = r.onSelect) == null || s.call(r), o(!1);
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
71
|
r.label
|
|
71
72
|
)) }) })
|
|
72
73
|
] })
|
|
73
74
|
},
|
|
74
|
-
children: /* @__PURE__ */
|
|
75
|
-
|
|
75
|
+
children: /* @__PURE__ */ t(R, { dropdownOpened: e, id: p.current, children: d.map((r) => /* @__PURE__ */ w(
|
|
76
|
+
R.Item,
|
|
76
77
|
{
|
|
77
78
|
...r,
|
|
78
|
-
className:
|
|
79
|
+
className: b.buttonDropdownMenuItem,
|
|
79
80
|
key: r.id,
|
|
80
81
|
selected: r.id === (n == null ? void 0 : n.id),
|
|
81
82
|
onSelect: () => {
|
|
82
83
|
var s;
|
|
83
|
-
(s = r.onSelect) == null || s.call(r),
|
|
84
|
+
(s = r.onSelect) == null || s.call(r), o(!1);
|
|
84
85
|
}
|
|
85
86
|
},
|
|
86
87
|
r.label
|
|
87
88
|
)) })
|
|
88
89
|
}
|
|
89
|
-
) }), M = (
|
|
90
|
-
|
|
90
|
+
) }), M = (e) => {
|
|
91
|
+
c.current = e, G(C, e);
|
|
91
92
|
};
|
|
92
|
-
return /* @__PURE__ */
|
|
93
|
-
|
|
93
|
+
return /* @__PURE__ */ t(
|
|
94
|
+
D,
|
|
94
95
|
{
|
|
95
|
-
className: g(
|
|
96
|
+
className: g(b.listItemControlsButtonDropdown, y),
|
|
96
97
|
renderButton: A,
|
|
97
98
|
renderDropdown: v,
|
|
98
99
|
dropdownRef: f,
|
|
@@ -102,8 +103,8 @@ const G = E.forwardRef(
|
|
|
102
103
|
);
|
|
103
104
|
}
|
|
104
105
|
);
|
|
105
|
-
|
|
106
|
+
J.displayName = "ListItemControlsButtonDropdown";
|
|
106
107
|
export {
|
|
107
|
-
|
|
108
|
+
J as ListItemControlsButtonDropdown
|
|
108
109
|
};
|
|
109
110
|
//# sourceMappingURL=ListItemControlsButtonDropdown.js.map
|
|
@@ -3,12 +3,12 @@ import e from "react";
|
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { LoaderSmall as a } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
-
import { ELoaderSmallTheme as
|
|
6
|
+
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const
|
|
9
|
-
listItemLoading:
|
|
8
|
+
const d = "listItemLoading__7b465352", n = {
|
|
9
|
+
listItemLoading: d
|
|
10
10
|
}, p = e.forwardRef(
|
|
11
|
-
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme:
|
|
11
|
+
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme: l.BRAND, size: s.MD }) })
|
|
12
12
|
);
|
|
13
13
|
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as n, jsx as
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import p, { useContext as m, useEffect as d } from "react";
|
|
3
3
|
import { c as k } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { Checkbox as x } from "../../Checkbox/Checkbox.js";
|
|
5
|
-
import { ListItemContext as
|
|
6
|
-
const
|
|
7
|
-
listItemSelectable:
|
|
5
|
+
import { ListItemContext as f } from "./ListItemContext.js";
|
|
6
|
+
const _ = "listItemSelectable__fb1019c6", L = "selected__678c05bb", C = "checkboxWrapper__2a5b3332", W = "childrenWrapper__df91ad1e", I = "checkboxLabel__61cc4ee6", S = "checkboxLabelClickArea__fb22868b", e = {
|
|
7
|
+
listItemSelectable: _,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
10
10
|
childrenWrapper: W,
|
|
@@ -12,26 +12,26 @@ const f = "listItemSelectable__da2a01fc", L = "selected__b9221468", C = "checkbo
|
|
|
12
12
|
checkboxLabelClickArea: S
|
|
13
13
|
}, N = p.forwardRef(
|
|
14
14
|
({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
|
|
15
|
-
const { setSelected:
|
|
15
|
+
const { setSelected: a } = m(f), i = (h) => {
|
|
16
16
|
s(h.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return d(() => {
|
|
19
|
-
|
|
20
|
-
}, [c,
|
|
19
|
+
a(c);
|
|
20
|
+
}, [c, a]), /* @__PURE__ */ n(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
className: k(e.listItemSelectable, { [e.selected]: c }, r),
|
|
24
24
|
...o,
|
|
25
25
|
ref: b,
|
|
26
26
|
children: [
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
27
|
+
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: l }),
|
|
28
|
+
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
29
29
|
x,
|
|
30
30
|
{
|
|
31
31
|
checked: c,
|
|
32
32
|
onChange: i,
|
|
33
33
|
labelAttributes: { className: e.checkboxLabel },
|
|
34
|
-
children: /* @__PURE__ */
|
|
34
|
+
children: /* @__PURE__ */ t("span", { className: e.checkboxLabelClickArea })
|
|
35
35
|
}
|
|
36
36
|
) })
|
|
37
37
|
]
|
|
@@ -7,7 +7,7 @@ import { ListItemControls as T } from "./ListItemControls.js";
|
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as A } from "./ListItemTailRight.js";
|
|
9
9
|
import { c as x } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "listItemTable__78e644c2", C = "swipeableArea__12ec2669", m = {
|
|
11
11
|
listItemTable: y,
|
|
12
12
|
swipeableArea: C
|
|
13
13
|
}, _ = d.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-lle264d5.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-lle264d5.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, m) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: m, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -1,40 +1,41 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { o as I, q as u, c as
|
|
3
|
+
import { o as I, q as u, c as R } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
import { setForwardedRef as y } from "../utils.js";
|
|
6
|
+
import { ListSortableItemTarget as N } from "./ListSortableItemTarget.js";
|
|
7
|
+
const _ = "listSortableItem__07de6621", x = "dragging__95555e2a", a = {
|
|
8
|
+
listSortableItem: _,
|
|
9
|
+
dragging: x
|
|
10
|
+
}, T = Object.assign(
|
|
11
|
+
p.forwardRef(function({ children: t, className: i, style: n, disabled: e, ...r }, m) {
|
|
12
|
+
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef: c, setActivatorNodeRef: d } = I({
|
|
13
|
+
disabled: e,
|
|
14
|
+
id: r.id,
|
|
14
15
|
transition: {
|
|
15
16
|
duration: 300,
|
|
16
17
|
easing: "ease-out"
|
|
17
18
|
}
|
|
18
|
-
}), S = (
|
|
19
|
-
c(
|
|
19
|
+
}), S = (s) => {
|
|
20
|
+
c(s), y(m, s);
|
|
20
21
|
};
|
|
21
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ b(
|
|
22
23
|
L,
|
|
23
24
|
{
|
|
24
|
-
className:
|
|
25
|
-
style: { transform: u.Translate.toString(
|
|
26
|
-
...
|
|
25
|
+
className: R(a.listSortableItem, { [a.dragging]: o }, i),
|
|
26
|
+
style: { transform: u.Translate.toString(g), transition: f, ...n },
|
|
27
|
+
...r,
|
|
27
28
|
ref: S,
|
|
28
|
-
children: typeof
|
|
29
|
+
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef: d }) : t
|
|
29
30
|
}
|
|
30
31
|
);
|
|
31
32
|
}),
|
|
32
33
|
{
|
|
33
|
-
Target:
|
|
34
|
+
Target: N
|
|
34
35
|
}
|
|
35
36
|
);
|
|
36
|
-
|
|
37
|
+
T.displayName = "ListSortableItem";
|
|
37
38
|
export {
|
|
38
|
-
|
|
39
|
+
T as ListSortableItem
|
|
39
40
|
};
|
|
40
41
|
//# sourceMappingURL=ListSortableItem.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import s from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
const a = "listSortableItemControls__ae73e6e4", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
7
|
-
({ className: t, ...o },
|
|
6
|
+
}, i = s.forwardRef(
|
|
7
|
+
({ className: t, ...o }, e) => /* @__PURE__ */ r(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: l(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
|
-
ref:
|
|
13
|
+
ref: e
|
|
14
14
|
}
|
|
15
15
|
)
|
|
16
16
|
);
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c
|
|
5
|
-
const I = "
|
|
4
|
+
import { c } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
+
const I = "listSortableItemTarget__884dd3cd", b = "dragging__95555e2a", d = "listSortableItemTargetContent__f6b8f8d7", S = "listSortableItemTargetIcon__a6cad65c", t = {
|
|
6
6
|
listSortableItemTarget: I,
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
11
|
-
({ children:
|
|
7
|
+
dragging: b,
|
|
8
|
+
listSortableItemTargetContent: d,
|
|
9
|
+
listSortableItemTargetIcon: S
|
|
10
|
+
}, T = m.forwardRef(
|
|
11
|
+
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: c(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", r),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
|
18
|
-
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children:
|
|
18
|
+
/* @__PURE__ */ e("div", { className: t.listSortableItemTargetContent, children: a }),
|
|
19
19
|
!o && /* @__PURE__ */ e(n, { paletteIndex: 5, className: t.listSortableItemTargetIcon })
|
|
20
20
|
]
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
T.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
T as ListSortableItemTarget
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ListSortableItemTarget.js.map
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-BcWg1BjZ.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
function r(e, t) {
|
|
2
|
+
typeof e == "function" ? e(t) : e && (e.current = t);
|
|
3
|
+
}
|
|
4
|
+
function l(e) {
|
|
5
|
+
var n;
|
|
6
|
+
if (!(e instanceof HTMLElement))
|
|
7
|
+
return !0;
|
|
8
|
+
let t = e;
|
|
9
|
+
for (; t !== null; ) {
|
|
10
|
+
if (((n = t.dataset) == null ? void 0 : n.draggable) === "false")
|
|
11
|
+
return !1;
|
|
12
|
+
t = t.parentElement;
|
|
13
|
+
}
|
|
14
|
+
return !0;
|
|
15
|
+
}
|
|
16
|
+
export {
|
|
17
|
+
l as isDraggableTarget,
|
|
18
|
+
r as setForwardedRef
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
2
|
+
import s from "react";
|
|
3
|
+
import { ListMasterChipGroup as m } from "./components/ListMasterChipGroup.js";
|
|
4
|
+
import { ListMasterBody as a } from "./components/ListMasterBody.js";
|
|
4
5
|
import { ListMasterFooter as p } from "./components/ListMasterFooter.js";
|
|
5
|
-
import { ListMasterHeader as
|
|
6
|
+
import { ListMasterHeader as f } from "./components/ListMasterHeader.js";
|
|
6
7
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
|
-
import { ListMasterFooterControls as
|
|
8
|
-
import { ListMasterFooterDescription as
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
import { ListMasterFooterControls as L } from "./components/ListMasterFooterControls.js";
|
|
9
|
+
import { ListMasterFooterDescription as M } from "./components/ListMasterFooterDescription.js";
|
|
10
|
+
const d = Object.assign(
|
|
11
|
+
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: r, ...t, "data-tx": "0.28.0", ref: e, children: o });
|
|
13
|
+
}),
|
|
14
|
+
{
|
|
15
|
+
Body: a,
|
|
16
|
+
ChipGroup: m,
|
|
17
|
+
Footer: p,
|
|
18
|
+
FooterControls: L,
|
|
19
|
+
FooterDescription: M,
|
|
20
|
+
Header: f,
|
|
21
|
+
SelectionControls: n
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
d.displayName = "ListMaster";
|
|
18
25
|
export {
|
|
19
|
-
|
|
26
|
+
d as ListMaster
|
|
20
27
|
};
|
|
21
28
|
//# sourceMappingURL=ListMaster.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
3
|
import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
|
|
4
4
|
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "listMasterChipGroup__68e400d0", l = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className: s, ...t }, o) => /* @__PURE__ */
|
|
7
|
+
}, u = i.forwardRef(
|
|
8
|
+
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ p(e, { className: a(l.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
|
|
9
9
|
);
|
|
10
|
-
|
|
10
|
+
u.displayName = "ListMasterChipGroup";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
u as ListMasterChipGroup
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-ezPsYAZz.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-ezPsYAZz.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-ezPsYAZz.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import f, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__ce001752", y = "sticky__91762815", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = f.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
9
|
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
@@ -16,7 +16,7 @@ const p = "listMasterHeader__3f331e7a", y = "sticky__24c2a82e", c = {
|
|
|
16
16
|
const u = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ d(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__df1bfe50", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
@@ -9,7 +9,7 @@ const c = "selectionControls__76f3a5fd", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.28.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "loaderMiddle__c01c1b5d", a = "loaderMiddleDots__0c1e56cb", l = "dot__d92b7f52", c = "dot1__9c771f75", i = "dot2__f1f4c9d7", n = "dot3__1dd9e08d", r = "dot4__1980f2e6", _ = "line__e68da452", d = {
|
|
4
4
|
loaderMiddle: s,
|
|
5
|
-
loaderMiddleDots:
|
|
5
|
+
loaderMiddleDots: a,
|
|
6
6
|
dot: l,
|
|
7
7
|
dot1: c,
|
|
8
8
|
dot2: i,
|
|
9
9
|
dot3: n,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ e("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
14
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
15
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
@@ -2,24 +2,24 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "loaderSmall__fd51a66a", _ = "sm__a814dc4d", f = "dot__d92b7f52", p = "md__c140af4d", i = "lg__8ce4fd05", N = "neutral__f777096f", S = "brand__190ca34e", b = "dot1__9c771f75", u = "dot2__f1f4c9d7", T = "dot3__1dd9e08d", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
|
-
dot:
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
13
|
-
dot1:
|
|
8
|
+
dot: f,
|
|
9
|
+
md: p,
|
|
10
|
+
lg: i,
|
|
11
|
+
neutral: N,
|
|
12
|
+
brand: S,
|
|
13
|
+
dot1: b,
|
|
14
14
|
dot2: u,
|
|
15
15
|
dot3: T
|
|
16
16
|
}, g = {
|
|
17
17
|
[s.BRAND]: a.brand,
|
|
18
18
|
[s.NEUTRAL]: a.neutral
|
|
19
|
-
}, x = n(a), L = ({ className:
|
|
19
|
+
}, x = n(a), L = ({ className: d, theme: l, size: e, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[l], x[e], d),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|