@sberbusiness/triplex-next 1.26.0 → 1.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-NldQtvco.js +41 -0
- package/chunks/{CalendarViewItem-DHFLturD.js → CalendarViewItem-83koObqy.js} +11 -11
- package/chunks/Card.module-c3-33ce8.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DmQ81avO.js +15 -0
- package/chunks/Chip-BQ_gYzxq.js +77 -0
- package/chunks/Confirm.module-NvQ6x492.js +15 -0
- package/chunks/{DropdownListItem-CjZLy9zZ.js → DropdownListItem-CVJjluxY.js} +19 -19
- package/chunks/DropdownMobile.module-BzplQxLc.js +23 -0
- package/chunks/Footer.module-C5auaCMC.js +9 -0
- package/chunks/{FormFieldInput-C2TczHnQ.js → FormFieldInput-BTVRGCId.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-CmVwh8YX.js +9 -0
- package/chunks/HeaderTabs.module-BTcgQwsE.js +9 -0
- package/chunks/{HeaderTitle.module-BdAYtCP5.js → HeaderTitle.module-Bh2WjxIN.js} +2 -2
- package/chunks/IslandAccordion.module-B-19rXcD.js +25 -0
- package/chunks/IslandWidgetFooter.module-BO73Tgxq.js +9 -0
- package/chunks/IslandWidgetHeader.module-Df2VlDhN.js +12 -0
- package/chunks/{LightBoxContent-B8dwsZcd.js → LightBoxContent-BV0_QYb_.js} +2 -2
- package/chunks/LightBoxControls.module-DbEH8RB1.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DX1kP1BM.js +9 -0
- package/chunks/{ListItemControlsButton-DjUxcey4.js → ListItemControlsButton-_-tEvYQM.js} +13 -13
- package/chunks/ListItemTail.module-BKoqbpG6.js +12 -0
- package/chunks/ListMasterFooter.module-Dbk-k1aZ.js +10 -0
- package/chunks/ModalWindow.module-Dt8kEFNo.js +17 -0
- package/chunks/Notification.module-B9uJ73NL.js +20 -0
- package/chunks/Overlay.module-D6x0Rc2c.js +18 -0
- package/chunks/Page.module-Dp-a8BZr.js +11 -0
- package/chunks/SMSField.module-C2BQO6iZ.js +16 -0
- package/chunks/SliderExtendedMarks.module-DI6EJLUh.js +15 -0
- package/chunks/{SliderExtendedRail-BYK2Vyz9.js → SliderExtendedRail-Dp8PruYh.js} +7 -7
- package/chunks/StatusTracker.module-CF7eqrdv.js +24 -0
- package/chunks/{StepperStepArrowBorder-CHpL6Q5q.js → StepperStepArrowBorder-BhxHSVsg.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-BpAuE0ir.js → SuggestFieldMobileDropdownHint-Dj6gWOOm.js} +6 -6
- package/chunks/TableFooter.module-BBF-DJGA.js +14 -0
- package/chunks/TabsExtended.module-C4CTakbs.js +16 -0
- package/chunks/TabsLine.module-CQy-1q2X.js +21 -0
- package/chunks/TooltipDesktop.module-BsYuxr3t.js +19 -0
- package/chunks/TreeView.module-BkeBRmgo.js +9 -0
- package/chunks/{UploadZoneInput-qDtiZYmT.js → UploadZoneInput-Bhz9sU72.js} +10 -10
- package/chunks/{constants-CtrvWwDT.js → constants-CAK3AnS2.js} +6 -6
- package/chunks/utils-BeYLwFL4.js +24 -0
- package/chunks/utils-CWZKt6QH.js +73 -0
- package/chunks/{utils-BYHIu3S4.js → utils-JveQLn3C.js} +4 -4
- package/chunks/{utils-CqjXJ4Td.js → utils-m2ZY7x9c.js} +2 -2
- package/components/Alert/AlertContext/AlertContext.js +20 -20
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +11 -11
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +17 -17
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +4 -4
- 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 +6 -6
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +16 -16
- 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 +6 -6
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- 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 +39 -38
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
- 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 +6 -6
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +20 -20
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +24 -24
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/IconWrapper/IconWrapper.js +3 -3
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +69 -63
- package/components/IslandWidget/IslandWidget.js +48 -40
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- 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 +1 -1
- package/components/LightBox/LightBox.js +18 -18
- 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 +68 -61
- 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 +14 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +3 -3
- 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 +40 -39
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +23 -22
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +1 -1
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +20 -13
- 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 +9 -9
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +13 -12
- package/components/ModalWindow/components/ModalWindowClose.js +15 -16
- 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 +32 -30
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +11 -11
- 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 +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +9 -9
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- 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 +15 -15
- package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +13 -13
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- 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 +29 -23
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +10 -10
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +15 -15
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +10 -10
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- 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 +5 -5
- package/components/Tag/Tag.js +15 -15
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +6 -6
- 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 +5 -5
- package/components/TopOverlay/TopOverlay.js +18 -18
- 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 +30 -30
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +24 -24
- package/components/Typography/Title.js +18 -18
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- 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-Boz5enko.js +0 -41
- package/chunks/Card.module-Bn676gKC.js +0 -17
- package/chunks/CheckboxTreeExtended.module-QbHPuClH.js +0 -15
- package/chunks/Chip-Di8g8Z6j.js +0 -77
- package/chunks/Confirm.module-b8ZTqcR2.js +0 -15
- package/chunks/DropdownMobile.module-B2yaydF-.js +0 -23
- package/chunks/Footer.module-DlTuw8bG.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BR0oblQF.js +0 -9
- package/chunks/HeaderTabs.module-D88xeP19.js +0 -9
- package/chunks/IslandAccordion.module-CbGSbbl6.js +0 -25
- package/chunks/IslandWidgetFooter.module-DzcObfJV.js +0 -9
- package/chunks/IslandWidgetHeader.module-_sYg-PBp.js +0 -12
- package/chunks/LightBoxControls.module-DHrZ8-M9.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CgO3NViT.js +0 -9
- package/chunks/ListItemTail.module-CIBEtGa9.js +0 -12
- package/chunks/ListMasterFooter.module-DDv57q5J.js +0 -10
- package/chunks/ModalWindow.module-Cek3j-PN.js +0 -17
- package/chunks/Notification.module-BWxDmBI2.js +0 -20
- package/chunks/Overlay.module-CUZKmhvQ.js +0 -18
- package/chunks/Page.module-BD0MsbnW.js +0 -11
- package/chunks/SMSField.module-B6sFmN1l.js +0 -16
- package/chunks/SliderExtendedMarks.module-jwnpPZXf.js +0 -15
- package/chunks/StatusTracker.module-DQI30fwP.js +0 -24
- package/chunks/TableFooter.module-DB3LfuRN.js +0 -14
- package/chunks/TabsExtended.module-DbTk0iCS.js +0 -16
- package/chunks/TabsLine.module-D3zxaGjs.js +0 -21
- package/chunks/TooltipDesktop.module-BTHsU4ca.js +0 -19
- package/chunks/TreeView.module-BXHaAGRo.js +0 -9
- package/chunks/utils-4uYqfVa-.js +0 -73
- package/chunks/utils-DhWCXYI8.js +0 -24
|
@@ -1,75 +1,50 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx as
|
|
5
|
-
import
|
|
6
|
-
import { a as
|
|
7
|
-
import { List as
|
|
8
|
-
|
|
1
|
+
var p = Object.defineProperty;
|
|
2
|
+
var b = (t, e, r) => e in t ? p(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
+
var n = (t, e, r) => b(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
5
|
+
import D from "react";
|
|
6
|
+
import { a as T, b as i, D as y, M as E, r as I, d as M, S as L, v as w, e as C, T as N, f as R } from "../../chunks/vendor-DudMBGKr.js";
|
|
7
|
+
import { List as _ } from "./List.js";
|
|
8
|
+
import { isDraggableTarget as l } from "./utils.js";
|
|
9
|
+
class u extends R {
|
|
9
10
|
}
|
|
10
|
-
|
|
11
|
+
n(u, "activators", [
|
|
11
12
|
{
|
|
12
13
|
eventName: "onMouseDown",
|
|
13
|
-
handler: ({ nativeEvent: e }, { onActivation: r }) => {
|
|
14
|
-
var s;
|
|
15
|
-
if (e.button === 2)
|
|
16
|
-
return !1;
|
|
17
|
-
if (e.target instanceof HTMLElement) {
|
|
18
|
-
let a = e.target;
|
|
19
|
-
for (; a !== null; ) {
|
|
20
|
-
if (((s = a.dataset) == null ? void 0 : s.draggable) === "false")
|
|
21
|
-
return !1;
|
|
22
|
-
a = a.parentElement;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
return r == null || r({ event: e }), !0;
|
|
26
|
-
}
|
|
14
|
+
handler: ({ nativeEvent: e }, { onActivation: r }) => e.button === 2 || !l(e.target) ? !1 : (r == null || r({ event: e }), !0)
|
|
27
15
|
}
|
|
28
16
|
]);
|
|
29
|
-
class
|
|
17
|
+
class f extends N {
|
|
30
18
|
}
|
|
31
|
-
|
|
19
|
+
n(f, "activators", [
|
|
32
20
|
{
|
|
33
21
|
eventName: "onTouchStart",
|
|
34
|
-
handler: ({ nativeEvent: e }, { onActivation: r }) => {
|
|
35
|
-
var s;
|
|
36
|
-
if (e.touches.length > 1)
|
|
37
|
-
return !1;
|
|
38
|
-
if (e.target instanceof HTMLElement) {
|
|
39
|
-
let a = e.target;
|
|
40
|
-
for (; a !== null; ) {
|
|
41
|
-
if (((s = a.dataset) == null ? void 0 : s.draggable) === "false")
|
|
42
|
-
return !1;
|
|
43
|
-
a = a.parentElement;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
return r == null || r({ event: e }), !0;
|
|
47
|
-
}
|
|
22
|
+
handler: ({ nativeEvent: e }, { onActivation: r }) => e.touches.length > 1 || !l(e.target) ? !1 : (r == null || r({ event: e }), !0)
|
|
48
23
|
}
|
|
49
24
|
]);
|
|
50
|
-
function
|
|
51
|
-
const
|
|
52
|
-
const { active:
|
|
53
|
-
if (
|
|
54
|
-
const
|
|
55
|
-
e(
|
|
25
|
+
function j({ items: t, onItemsChange: e, ...r }, c) {
|
|
26
|
+
const g = T(i(u), i(f)), m = (S) => {
|
|
27
|
+
const { active: d, over: s } = S;
|
|
28
|
+
if (s && d.id !== s.id) {
|
|
29
|
+
const x = t.findIndex((a) => a.id === d.id), h = t.findIndex((a) => a.id === s.id);
|
|
30
|
+
e(C(t, x, h));
|
|
56
31
|
}
|
|
57
32
|
};
|
|
58
|
-
return /* @__PURE__ */
|
|
59
|
-
|
|
33
|
+
return /* @__PURE__ */ o(
|
|
34
|
+
y,
|
|
60
35
|
{
|
|
61
|
-
sensors:
|
|
62
|
-
modifiers: [
|
|
63
|
-
measuring: { droppable: { frequency:
|
|
64
|
-
onDragEnd:
|
|
65
|
-
children: /* @__PURE__ */
|
|
36
|
+
sensors: g,
|
|
37
|
+
modifiers: [I, M],
|
|
38
|
+
measuring: { droppable: { frequency: E.WhileDragging } },
|
|
39
|
+
onDragEnd: m,
|
|
40
|
+
children: /* @__PURE__ */ o(L, { items: t, strategy: w, children: /* @__PURE__ */ o(_, { ...r, ref: c }) })
|
|
66
41
|
}
|
|
67
42
|
);
|
|
68
43
|
}
|
|
69
|
-
const
|
|
44
|
+
const z = D.forwardRef(j);
|
|
70
45
|
export {
|
|
71
46
|
u as AdvancedMouseSensor,
|
|
72
|
-
|
|
73
|
-
|
|
47
|
+
f as AdvancedTouchSensor,
|
|
48
|
+
z as ListSortable
|
|
74
49
|
};
|
|
75
50
|
//# sourceMappingURL=ListSortable.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__a01b3c24", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, r = i.forwardRef(
|
|
7
|
-
({ children: t, className: s, ...
|
|
7
|
+
({ children: t, className: s, ...a }, m) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...a, ref: m, children: t })
|
|
8
8
|
);
|
|
9
|
-
r.displayName = "
|
|
9
|
+
r.displayName = "ListEmptyState";
|
|
10
10
|
export {
|
|
11
11
|
r as ListEmptyState
|
|
12
12
|
};
|
|
@@ -3,7 +3,7 @@ import m, { useState as d } from "react";
|
|
|
3
3
|
import { ListItemContext as l } from "./ListItemContext.js";
|
|
4
4
|
const f = m.forwardRef(({ children: e, className: r, ...o }, s) => {
|
|
5
5
|
const [a, i] = d(!1);
|
|
6
|
-
return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.
|
|
6
|
+
return /* @__PURE__ */ t(l.Provider, { value: { selected: a, setSelected: i }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "1.28.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
f.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -2,10 +2,10 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import l, { useContext as i } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { ListItemContext as a } from "./ListItemContext.js";
|
|
5
|
-
const d = "
|
|
5
|
+
const d = "listItemContent__e3627b84", f = "selected__32fb9f7a", t = {
|
|
6
6
|
listItemContent: d,
|
|
7
|
-
selected:
|
|
8
|
-
},
|
|
7
|
+
selected: f
|
|
8
|
+
}, C = l.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
10
|
const { selected: m } = i(a);
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
@@ -13,15 +13,15 @@ const d = "listItemContent__0de746d4", C = "selected__aace9268", t = {
|
|
|
13
13
|
{
|
|
14
14
|
className: r(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "1.
|
|
16
|
+
"data-tx": "1.28.0",
|
|
17
17
|
ref: n,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
C.displayName = "ListItemContent";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
C as ListItemContent
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__019fbe01", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(
|
|
6
|
+
}, a = e.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: m(n.listItemControls, o), ...s, ref: l, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
a.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a as ListItemControls
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListItemControls.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { L as n } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-_-tEvYQM.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import "../../IconWrapper/IconWrapper.js";
|
|
@@ -1,62 +1,63 @@
|
|
|
1
1
|
import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
|
|
2
|
-
import P, { useRef as
|
|
2
|
+
import P, { useRef as l, useState as E, createElement as w } from "react";
|
|
3
3
|
import { u as O, c as g } from "../../../chunks/vendor-DudMBGKr.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-_-tEvYQM.js";
|
|
22
|
+
import { setForwardedRef as G } from "../utils.js";
|
|
23
|
+
const J = P.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] = E(), p = l(O()), A = ({ opened: e, setOpened: t }) => /* @__PURE__ */ o(
|
|
25
26
|
V,
|
|
26
27
|
{
|
|
27
|
-
onKeyDown: k({ opened:
|
|
28
|
-
onClick: S({ opened:
|
|
28
|
+
onKeyDown: k({ opened: e, setOpened: t }),
|
|
29
|
+
onClick: S({ opened: e, setOpened: t }),
|
|
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: t }) => () => t(!e), k = ({ opened: e, setOpened: t }) => (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")) && t(!0);
|
|
43
|
+
}, v = ({ opened: e, setOpened: t, className: m }) => /* @__PURE__ */ o(j.Provider, { value: { activeDescendant: u, setActiveDescendant: N }, children: /* @__PURE__ */ o(
|
|
44
|
+
D.Dropdown,
|
|
44
45
|
{
|
|
45
46
|
className: m,
|
|
46
|
-
opened:
|
|
47
|
-
setOpened:
|
|
48
|
-
targetRef:
|
|
47
|
+
opened: e,
|
|
48
|
+
setOpened: t,
|
|
49
|
+
targetRef: c,
|
|
49
50
|
ref: f,
|
|
50
51
|
mobileViewProps: {
|
|
51
52
|
children: /* @__PURE__ */ W(_, { children: [
|
|
52
53
|
/* @__PURE__ */ o(
|
|
53
|
-
|
|
54
|
+
U,
|
|
54
55
|
{
|
|
55
|
-
controlButtons: /* @__PURE__ */ o(
|
|
56
|
-
children: /* @__PURE__ */ o(T, { tag: "div", size: K.B1, children:
|
|
56
|
+
controlButtons: /* @__PURE__ */ o(F, { onClick: () => t(!1) }),
|
|
57
|
+
children: /* @__PURE__ */ o(T, { tag: "div", size: K.B1, children: a })
|
|
57
58
|
}
|
|
58
59
|
),
|
|
59
|
-
/* @__PURE__ */ o(z, { children: /* @__PURE__ */ o(
|
|
60
|
+
/* @__PURE__ */ o(z, { children: /* @__PURE__ */ o(q, { children: d.map((r) => /* @__PURE__ */ w(
|
|
60
61
|
H,
|
|
61
62
|
{
|
|
62
63
|
...r,
|
|
@@ -64,35 +65,35 @@ const G = P.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), t(!1);
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
71
|
r.label
|
|
71
72
|
)) }) })
|
|
72
73
|
] })
|
|
73
74
|
},
|
|
74
|
-
children: /* @__PURE__ */ o(
|
|
75
|
-
|
|
75
|
+
children: /* @__PURE__ */ o(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), t(!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
93
|
return /* @__PURE__ */ o(
|
|
93
|
-
|
|
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 = P.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
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { EComponentSize as
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const d = "
|
|
8
|
+
const d = "listItemLoading__2306ce34", n = {
|
|
9
9
|
listItemLoading: d
|
|
10
|
-
}, p =
|
|
11
|
-
({ className: t, ...m },
|
|
10
|
+
}, p = i.forwardRef(
|
|
11
|
+
({ className: t, ...m }, e) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: e, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: a.MD }) })
|
|
12
12
|
);
|
|
13
13
|
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
@@ -3,7 +3,7 @@ import p, { useContext as m, useEffect as d } from "react";
|
|
|
3
3
|
import { c as k } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { Checkbox as x } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as _ } from "./ListItemContext.js";
|
|
6
|
-
const f = "
|
|
6
|
+
const f = "listItemSelectable__b991e795", L = "selected__32fb9f7a", C = "checkboxWrapper__82dae3a8", W = "childrenWrapper__5ce8b727", I = "checkboxLabel__504049d8", S = "checkboxLabelClickArea__d3eeb465", e = {
|
|
7
7
|
listItemSelectable: f,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
@@ -7,21 +7,21 @@ 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 _ } from "../../../chunks/vendor-DudMBGKr.js";
|
|
10
|
-
const x = "
|
|
10
|
+
const x = "listItemTable__481f52ae", y = "swipeableArea__76a56658", s = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y
|
|
13
13
|
}, C = d.forwardRef(
|
|
14
|
-
({ children:
|
|
15
|
-
const c = typeof i < "u" && typeof r < "u",
|
|
16
|
-
return /* @__PURE__ */ e(w, { className: _(
|
|
14
|
+
({ children: m, className: l, controlButtons: t, onClickItem: o, onSelect: i, selected: r, swipeableAreaRef: n, ...p }, f) => {
|
|
15
|
+
const c = typeof i < "u" && typeof r < "u", a = () => /* @__PURE__ */ e(L, { onClick: o, children: m });
|
|
16
|
+
return /* @__PURE__ */ e(w, { className: _(s.listItemTable, l), ...p, ref: f, children: /* @__PURE__ */ b(
|
|
17
17
|
I,
|
|
18
18
|
{
|
|
19
|
-
className:
|
|
20
|
-
ref:
|
|
19
|
+
className: s.swipeableArea,
|
|
20
|
+
ref: n,
|
|
21
21
|
rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
|
|
22
22
|
children: [
|
|
23
23
|
/* @__PURE__ */ e(A, {}),
|
|
24
|
-
c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children:
|
|
24
|
+
c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: a() }) : a()
|
|
25
25
|
]
|
|
26
26
|
}
|
|
27
27
|
) });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BKoqbpG6.js";
|
|
5
5
|
const r = m.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BKoqbpG6.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, l) => /* @__PURE__ */ m("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: l, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { q as
|
|
4
|
-
import { ListItem as
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
import { q as I, s as u, c as R } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { ListItem as _ } from "./ListItem.js";
|
|
5
|
+
import { setForwardedRef as L } from "../utils.js";
|
|
6
|
+
import { ListSortableItemTarget as y } from "./ListSortableItemTarget.js";
|
|
7
|
+
const N = "listSortableItem__a32a2c90", x = "dragging__de6c0dc6", a = {
|
|
8
|
+
listSortableItem: N,
|
|
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
|
-
}),
|
|
19
|
-
c(
|
|
19
|
+
}), S = (s) => {
|
|
20
|
+
c(s), L(m, s);
|
|
20
21
|
};
|
|
21
22
|
return /* @__PURE__ */ b(
|
|
22
|
-
|
|
23
|
+
_,
|
|
23
24
|
{
|
|
24
|
-
className:
|
|
25
|
-
style: { transform:
|
|
26
|
-
...
|
|
27
|
-
ref:
|
|
28
|
-
children: typeof
|
|
25
|
+
className: R(a.listSortableItem, { [a.dragging]: o }, i),
|
|
26
|
+
style: { transform: u.Translate.toString(g), transition: f, ...n },
|
|
27
|
+
...r,
|
|
28
|
+
ref: S,
|
|
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: y
|
|
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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const a = "
|
|
4
|
+
const a = "listSortableItemControls__33f0000c", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = l.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { c } from "../../../chunks/vendor-DudMBGKr.js";
|
|
5
|
-
const I = "
|
|
5
|
+
const I = "listSortableItemTarget__fa445801", b = "dragging__de6c0dc6", S = "listSortableItemTargetContent__b7ca518c", d = "listSortableItemTargetIcon__519aa7bd", t = {
|
|
6
6
|
listSortableItemTarget: I,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
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-_-tEvYQM.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
|
|
2
|
+
import s from "react";
|
|
3
|
+
import { ListMasterChipGroup as a } from "./components/ListMasterChipGroup.js";
|
|
3
4
|
import { ListMasterBody as m } 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 { ListMasterFooterControls as d } from "./components/ListMasterFooterControls.js";
|
|
8
9
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
o.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
const M = Object.assign(
|
|
11
|
+
s.forwardRef(function({ children: t, className: o, ...r }, e) {
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.28.0", ref: e, children: t });
|
|
13
|
+
}),
|
|
14
|
+
{
|
|
15
|
+
Body: m,
|
|
16
|
+
ChipGroup: a,
|
|
17
|
+
Footer: p,
|
|
18
|
+
FooterControls: d,
|
|
19
|
+
FooterDescription: L,
|
|
20
|
+
Header: f,
|
|
21
|
+
SelectionControls: n
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
M.displayName = "ListMaster";
|
|
18
25
|
export {
|
|
19
|
-
|
|
26
|
+
M 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-DudMBGKr.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "listMasterChipGroup__991ee740", l = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className:
|
|
7
|
+
}, u = i.forwardRef(
|
|
8
|
+
({ children: r, className: t, ...s }, o) => /* @__PURE__ */ p(e, { className: a(l.listMasterChipGroup, t), oneLine: !0, ...s, 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
|