@sberbusiness/triplex-next 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +41 -0
- package/chunks/{CalendarViewItem-DuqIjj7K.js → CalendarViewItem-BdyVWg8a.js} +11 -11
- package/chunks/Card.module-gPkzcCGo.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +15 -0
- package/chunks/Chip-CuoqjaG4.js +77 -0
- package/chunks/Confirm.module-bXfHpEZY.js +15 -0
- package/chunks/{DropdownListItem-D_38hBVf.js → DropdownListItem-CRdOVwlq.js} +15 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +23 -0
- package/chunks/Footer.module-Dhevv5cy.js +9 -0
- package/chunks/{FormFieldInput-CP3P-T8_.js → FormFieldInput-CyAOOwnJ.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +9 -0
- package/chunks/HeaderTabs.module-BQHI-7dx.js +9 -0
- package/chunks/{HeaderTitle.module-CoThbDwW.js → HeaderTitle.module-BDZQCHuH.js} +2 -2
- package/chunks/IslandAccordion.module-ElAylnXP.js +25 -0
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +9 -0
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +12 -0
- package/chunks/LightBoxContent-Bp6XRgdB.js +63 -0
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +9 -0
- package/chunks/ListItemControlsButton-PANaJdYf.js +59 -0
- package/chunks/ListItemTail.module-BKP1QEpv.js +12 -0
- package/chunks/ListMasterFooter.module-D1BeGub8.js +10 -0
- package/chunks/ModalWindow.module-PJk-BOT5.js +17 -0
- package/chunks/Notification.module-7THtDpDh.js +20 -0
- package/chunks/Overlay.module-B0Fayqn2.js +18 -0
- package/chunks/Page.module-oxsZ2i2v.js +11 -0
- package/chunks/SMSField.module-DQoHDr5D.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +15 -0
- package/chunks/SliderExtendedRail-B33WytbG.js +40 -0
- package/chunks/StatusTracker.module-CwUmaWht.js +24 -0
- package/chunks/StepperStepArrowBorder-9OXwuqOn.js +101 -0
- package/chunks/SuggestFieldMobileDropdownHint-dcZDUPZa.js +15 -0
- package/chunks/TableFooter.module-DaFBiojx.js +14 -0
- package/chunks/TabsExtended.module-D4GCJESe.js +16 -0
- package/chunks/TabsLine.module-BEA3Lssg.js +21 -0
- package/chunks/TooltipDesktop.module-hff_h0-q.js +19 -0
- package/chunks/TreeView.module-C-XaQJbB.js +9 -0
- package/chunks/{UploadZoneInput-DmnrQ-pa.js → UploadZoneInput-BsJhqlie.js} +2 -2
- package/chunks/{constants-BECBzrfZ.js → constants-KINy2OSZ.js} +10 -10
- package/chunks/utils-BVhTB5hC.js +73 -0
- package/chunks/{utils-BlzKyU4p.js → utils-CWqa2skI.js} +6 -6
- package/chunks/utils-DFHOghtD.js +28 -0
- package/chunks/utils-TZKbWcP7.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +20 -20
- package/components/Alert/AlertProcess/AlertProcess.js +41 -34
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +63 -86
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +66 -65
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +17 -19
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +6 -6
- 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 +34 -33
- package/components/Checkbox/CheckboxXGroup.js +18 -17
- package/components/Checkbox/CheckboxYGroup.js +10 -9
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +38 -43
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +23 -22
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +76 -66
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +134 -134
- 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 +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/DesignTokens/components/Stepper.js +11 -20
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +8 -8
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- 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 +18 -18
- package/components/FormField/components/FormFieldClear.js +8 -8
- 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 +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +13 -13
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +15 -15
- package/components/FormField/components/FormFieldTextarea.js +19 -19
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/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 +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- 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 +2 -2
- 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 +28 -28
- package/components/IslandWidget/IslandWidget.js +24 -24
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- 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 +3 -3
- package/components/LightBox/LightBox.js +43 -40
- 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 +19 -19
- 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 +13 -13
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +41 -40
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +3 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +10 -10
- 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 +8 -8
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +12 -12
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearField/MonthYearFieldTarget.js +12 -11
- package/components/MonthYearRange/MonthYearRange.js +76 -0
- package/components/MonthYearRange/enums.js +5 -0
- package/components/MonthYearRange/index.js +7 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +19 -14
- package/components/OrderedList/OrderedListItem.js +2 -2
- 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 +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +10 -10
- 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 +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
- 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 +92 -92
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +16 -16
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +12 -12
- package/components/Stepper/Stepper.js +104 -89
- package/components/Stepper/StepperExtended.js +23 -21
- package/components/Stepper/StepperExtendedContext.js +6 -6
- package/components/Stepper/StepperStep.js +61 -64
- package/components/Stepper/StepperStepArrowBorder.js +7 -0
- package/components/Stepper/enums.js +3 -4
- package/components/Stepper/index.js +4 -5
- package/components/Stepper/types.js +2 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +5 -5
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +63 -63
- 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 +6 -6
- package/components/Table/NoColumns.js +1 -1
- 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 +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- 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 +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +19 -19
- 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 +17 -17
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagColor/index.js +4 -2
- 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 +15 -15
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +15 -15
- 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 +2 -2
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +30 -30
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- 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 +596 -581
- package/index.d.ts +136 -36
- package/index.js +642 -627
- package/package.json +14 -2
- package/styles/triplex-next.css +538 -541
- package/chunks/AlertProcessSpoiler-BofkfSM8.js +0 -39
- package/chunks/Card.module-Cok9cKxI.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +0 -15
- package/chunks/Chip-CFtA5mp4.js +0 -104
- package/chunks/Confirm.module-BgCUAiCk.js +0 -15
- package/chunks/DropdownMobile.module-Bccjckjq.js +0 -23
- package/chunks/Footer.module-CkVvrPtL.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +0 -9
- package/chunks/HeaderTabs.module-2vtcjdH_.js +0 -9
- package/chunks/IslandAccordion.module-DLanAkfo.js +0 -25
- package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +0 -9
- package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +0 -12
- package/chunks/LightBoxContent-hyVn3q-T.js +0 -56
- package/chunks/LightBoxControls.module-CTUWde8O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +0 -9
- package/chunks/ListItemControlsButton-BFfMrFr7.js +0 -51
- package/chunks/ListItemTail.module-BOV7kcBg.js +0 -12
- package/chunks/ListMasterFooter.module-DT_P8Iub.js +0 -10
- package/chunks/ModalWindow.module-DZdMA7rm.js +0 -17
- package/chunks/Notification.module-CJl-qcj8.js +0 -20
- package/chunks/Overlay.module-Buw8PcSy.js +0 -18
- package/chunks/Page.module-DIObxp8c.js +0 -11
- package/chunks/RightBorderArrow-TcR9E_47.js +0 -146
- package/chunks/SMSField.module-B170OigL.js +0 -16
- package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +0 -15
- package/chunks/SliderExtendedRail-DawwH3OZ.js +0 -40
- package/chunks/StatusTracker.module-BT9AMEAv.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-_Gn-OMhG.js +0 -15
- package/chunks/TableFooter.module-DaFHVJUx.js +0 -14
- package/chunks/TabsExtended.module-vg1pJlhg.js +0 -16
- package/chunks/TabsLine.module-h8aBK1Tw.js +0 -21
- package/chunks/TooltipDesktop.module-oXI2FLzE.js +0 -19
- package/chunks/TreeView.module-C6t2uuwa.js +0 -9
- package/chunks/utils-BI5x-xfE.js +0 -24
- package/chunks/utils-C9aEOF3O.js +0 -73
- package/chunks/utils-WHBUmZgw.js +0 -28
- package/components/Stepper/RightBorderArrow.js +0 -7
- package/components/Stepper/StepperWrapper.js +0 -12
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { L as
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-PANaJdYf.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
|
+
import "../../IconWrapper/IconWrapper.js";
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
+
n as ListItemControlsButton
|
|
9
10
|
};
|
|
10
11
|
//# sourceMappingURL=ListItemControlsButton.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as o, jsxs as W, Fragment as P } from "react/jsx-runtime";
|
|
2
2
|
import E, { useRef as a, 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 R } 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";
|
|
@@ -17,19 +17,18 @@ import { DropdownMobileList as F } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
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 h, L as V } from "../../../chunks/ListItemControlsButton-
|
|
20
|
+
import { DropdownList as b } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
+
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-PANaJdYf.js";
|
|
22
22
|
const G = E.forwardRef(
|
|
23
23
|
(y, l) => {
|
|
24
|
-
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...
|
|
24
|
+
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...L } = y, u = a(null), f = a(null), [p, N] = O(), D = a(_()), A = ({ opened: t, setOpened: e }) => /* @__PURE__ */ o(
|
|
25
25
|
V,
|
|
26
26
|
{
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
onClick: A({ opened: e, setOpened: o }),
|
|
27
|
+
onKeyDown: k({ opened: t, setOpened: e }),
|
|
28
|
+
onClick: S({ opened: t, setOpened: e }),
|
|
30
29
|
disabled: I,
|
|
31
30
|
"aria-haspopup": "menu",
|
|
32
|
-
"aria-expanded":
|
|
31
|
+
"aria-expanded": t,
|
|
33
32
|
"aria-controls": D.current,
|
|
34
33
|
"aria-activedescendant": p,
|
|
35
34
|
icon: B,
|
|
@@ -37,27 +36,27 @@ const G = E.forwardRef(
|
|
|
37
36
|
ref: M,
|
|
38
37
|
children: c
|
|
39
38
|
}
|
|
40
|
-
),
|
|
39
|
+
), S = ({ opened: t, setOpened: e }) => () => e(!t), k = ({ opened: t, setOpened: e }) => (m) => {
|
|
41
40
|
const { key: r } = m;
|
|
42
|
-
(i(r, "SPACE") || i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && m.preventDefault(), !
|
|
43
|
-
},
|
|
44
|
-
|
|
41
|
+
(i(r, "SPACE") || i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && m.preventDefault(), !t && (i(r, "ARROW_UP") || i(r, "ARROW_DOWN")) && e(!0);
|
|
42
|
+
}, v = ({ opened: t, setOpened: e, className: m }) => /* @__PURE__ */ o(j.Provider, { value: { activeDescendant: p, setActiveDescendant: N }, children: /* @__PURE__ */ o(
|
|
43
|
+
R.Dropdown,
|
|
45
44
|
{
|
|
46
45
|
className: m,
|
|
47
|
-
opened:
|
|
48
|
-
setOpened:
|
|
46
|
+
opened: t,
|
|
47
|
+
setOpened: e,
|
|
49
48
|
targetRef: u,
|
|
50
49
|
ref: f,
|
|
51
50
|
mobileViewProps: {
|
|
52
51
|
children: /* @__PURE__ */ W(P, { children: [
|
|
53
|
-
/* @__PURE__ */
|
|
52
|
+
/* @__PURE__ */ o(
|
|
54
53
|
q,
|
|
55
54
|
{
|
|
56
|
-
controlButtons: /* @__PURE__ */
|
|
57
|
-
children: /* @__PURE__ */
|
|
55
|
+
controlButtons: /* @__PURE__ */ o(U, { onClick: () => e(!1) }),
|
|
56
|
+
children: /* @__PURE__ */ o(T, { tag: "div", size: K.B1, children: c })
|
|
58
57
|
}
|
|
59
58
|
),
|
|
60
|
-
/* @__PURE__ */
|
|
59
|
+
/* @__PURE__ */ o(z, { children: /* @__PURE__ */ o(F, { children: d.map((r) => /* @__PURE__ */ w(
|
|
61
60
|
H,
|
|
62
61
|
{
|
|
63
62
|
...r,
|
|
@@ -65,15 +64,15 @@ const G = E.forwardRef(
|
|
|
65
64
|
selected: r.id === (n == null ? void 0 : n.id),
|
|
66
65
|
onSelect: () => {
|
|
67
66
|
var s;
|
|
68
|
-
(s = r.onSelect) == null || s.call(r),
|
|
67
|
+
(s = r.onSelect) == null || s.call(r), e(!1);
|
|
69
68
|
}
|
|
70
69
|
},
|
|
71
70
|
r.label
|
|
72
71
|
)) }) })
|
|
73
72
|
] })
|
|
74
73
|
},
|
|
75
|
-
children: /* @__PURE__ */
|
|
76
|
-
|
|
74
|
+
children: /* @__PURE__ */ o(b, { dropdownOpened: t, id: D.current, children: d.map((r) => /* @__PURE__ */ w(
|
|
75
|
+
b.Item,
|
|
77
76
|
{
|
|
78
77
|
...r,
|
|
79
78
|
className: h.buttonDropdownMenuItem,
|
|
@@ -81,24 +80,24 @@ const G = E.forwardRef(
|
|
|
81
80
|
selected: r.id === (n == null ? void 0 : n.id),
|
|
82
81
|
onSelect: () => {
|
|
83
82
|
var s;
|
|
84
|
-
(s = r.onSelect) == null || s.call(r),
|
|
83
|
+
(s = r.onSelect) == null || s.call(r), e(!1);
|
|
85
84
|
}
|
|
86
85
|
},
|
|
87
86
|
r.label
|
|
88
87
|
)) })
|
|
89
88
|
}
|
|
90
|
-
) }), M = (
|
|
91
|
-
u.current =
|
|
89
|
+
) }), M = (t) => {
|
|
90
|
+
u.current = t, typeof l == "function" ? l(t) : l && (l.current = t);
|
|
92
91
|
};
|
|
93
|
-
return /* @__PURE__ */
|
|
94
|
-
|
|
92
|
+
return /* @__PURE__ */ o(
|
|
93
|
+
R,
|
|
95
94
|
{
|
|
96
95
|
className: g(h.listItemControlsButtonDropdown, x),
|
|
97
|
-
renderButton:
|
|
98
|
-
renderDropdown:
|
|
96
|
+
renderButton: A,
|
|
97
|
+
renderDropdown: v,
|
|
99
98
|
dropdownRef: f,
|
|
100
99
|
closeOnTab: !0,
|
|
101
|
-
...
|
|
100
|
+
...L
|
|
102
101
|
}
|
|
103
102
|
);
|
|
104
103
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { EComponentSize as
|
|
5
|
-
import { LoaderSmall as
|
|
6
|
-
import { ELoaderSmallTheme as
|
|
4
|
+
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
5
|
+
import { LoaderSmall as a } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
+
import { ELoaderSmallTheme as d } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const
|
|
9
|
-
listItemLoading:
|
|
8
|
+
const l = "listItemLoading__cd98b643", n = {
|
|
9
|
+
listItemLoading: l
|
|
10
10
|
}, p = e.forwardRef(
|
|
11
|
-
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(
|
|
11
|
+
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme: d.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 a } 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 _ } from "./ListItemContext.js";
|
|
6
|
+
const f = "listItemSelectable__da2a01fc", L = "selected__b9221468", C = "checkboxWrapper__93ba3b7b", W = "childrenWrapper__ab606378", I = "checkboxLabel__8f710290", S = "checkboxLabelClickArea__ad2e8768", e = {
|
|
7
|
+
listItemSelectable: f,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
10
10
|
childrenWrapper: W,
|
|
@@ -12,26 +12,26 @@ const _ = "listItemSelectable__0cd33a81", L = "selected__94c15600", 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: t } = m(_), i = (h) => {
|
|
16
16
|
s(h.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return d(() => {
|
|
19
|
-
|
|
20
|
-
}, [c,
|
|
19
|
+
t(c);
|
|
20
|
+
}, [c, t]), /* @__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__ */ a("div", { className: e.childrenWrapper, children: l }),
|
|
28
|
+
/* @__PURE__ */ a("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ a(
|
|
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__ */ a("span", { className: e.checkboxLabelClickArea })
|
|
35
35
|
}
|
|
36
36
|
) })
|
|
37
37
|
]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
4
|
import { ListItem as w } from "./ListItem.js";
|
|
@@ -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 x } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "listItemTable__97c61c5f", C = "swipeableArea__d87eb7b5", m = {
|
|
11
11
|
listItemTable: y,
|
|
12
12
|
swipeableArea: C
|
|
13
13
|
}, _ = d.forwardRef(
|
|
14
|
-
({ children:
|
|
15
|
-
const
|
|
16
|
-
return /* @__PURE__ */ e(w, { className: x(
|
|
14
|
+
({ children: a, className: o, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: n, ...p }, c) => {
|
|
15
|
+
const f = typeof i < "u" && typeof r < "u", s = () => /* @__PURE__ */ e(L, { onClick: l, children: a });
|
|
16
|
+
return /* @__PURE__ */ e(w, { className: x(m.listItemTable, o), ...p, ref: c, children: /* @__PURE__ */ b(
|
|
17
17
|
I,
|
|
18
18
|
{
|
|
19
|
-
className:
|
|
19
|
+
className: m.swipeableArea,
|
|
20
20
|
ref: n,
|
|
21
21
|
rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
|
|
22
22
|
children: [
|
|
23
23
|
/* @__PURE__ */ e(A, {}),
|
|
24
|
-
|
|
24
|
+
f ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: s() }) : s()
|
|
25
25
|
]
|
|
26
26
|
}
|
|
27
27
|
) });
|
|
@@ -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-BKP1QEpv.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-BKP1QEpv.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,31 +1,31 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { o as I, q as u, c as y } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
|
|
6
|
-
const N = "
|
|
6
|
+
const N = "listSortableItem__3472bebe", _ = "dragging__4d02b375", a = {
|
|
7
7
|
listSortableItem: N,
|
|
8
8
|
dragging: _
|
|
9
9
|
}, x = Object.assign(
|
|
10
10
|
p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
|
|
11
|
-
const { transform: m, transition: l, listeners: f, isDragging:
|
|
11
|
+
const { transform: m, transition: l, listeners: f, isDragging: i, setNodeRef: c, setActivatorNodeRef: b } = I({
|
|
12
12
|
disabled: r,
|
|
13
13
|
id: s.id,
|
|
14
14
|
transition: {
|
|
15
15
|
duration: 300,
|
|
16
16
|
easing: "ease-out"
|
|
17
17
|
}
|
|
18
|
-
}),
|
|
18
|
+
}), S = (o) => {
|
|
19
19
|
c(o), typeof t == "function" ? t(o) : t && (t.current = o);
|
|
20
20
|
};
|
|
21
|
-
return /* @__PURE__ */
|
|
21
|
+
return /* @__PURE__ */ d(
|
|
22
22
|
L,
|
|
23
23
|
{
|
|
24
|
-
className: y(
|
|
24
|
+
className: y(a.listSortableItem, { [a.dragging]: i }, n),
|
|
25
25
|
style: { transform: u.Translate.toString(m), transition: l, ...g },
|
|
26
26
|
...s,
|
|
27
|
-
ref:
|
|
28
|
-
children: typeof e == "function" ? e({ disabled: r, dragging:
|
|
27
|
+
ref: S,
|
|
28
|
+
children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners: f, setActivatorNodeRef: b }) : e
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
}),
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const a = "
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as e } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
const a = "listSortableItemControls__f4864c2b", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
6
|
+
}, i = l.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: e(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
13
|
ref: r
|
|
@@ -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 as
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
11
|
-
({ children:
|
|
4
|
+
import { c as b } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
+
const I = "listSortableItemTarget__39f5b404", c = "dragging__4d02b375", S = "listSortableItemTargetContent__3870bb10", T = "listSortableItemTargetIcon__c05090b7", t = {
|
|
6
|
+
listSortableItemTarget: I,
|
|
7
|
+
dragging: c,
|
|
8
|
+
listSortableItemTargetContent: S,
|
|
9
|
+
listSortableItemTargetIcon: T
|
|
10
|
+
}, d = m.forwardRef(
|
|
11
|
+
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: b(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
|
|
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: r }),
|
|
19
19
|
!o && /* @__PURE__ */ e(n, { paletteIndex: 5, className: t.listSortableItemTargetIcon })
|
|
20
20
|
]
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
d.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
d 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-PANaJdYf.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";
|
|
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
|
|
|
6
6
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
7
|
import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
|
|
8
8
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.26.0", children: t });
|
|
10
10
|
o.Body = m;
|
|
11
11
|
o.ChipGroup = s;
|
|
12
12
|
o.Footer = p;
|
|
@@ -2,13 +2,13 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import p 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__5aec2fa2", c = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ i(e, { className: a(
|
|
7
|
+
}, l = p.forwardRef(
|
|
8
|
+
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ i(e, { className: a(c.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
|
|
9
9
|
);
|
|
10
|
-
|
|
10
|
+
l.displayName = "ListMasterChips";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
l 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-D1BeGub8.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-D1BeGub8.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-D1BeGub8.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,20 +1,20 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import d, { 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__3f331e7a", y = "sticky__24c2a82e", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
7
|
}, H = d.forwardRef(
|
|
8
|
-
({ children: i, className: n, sticky: a = !0, ...l },
|
|
9
|
-
const
|
|
8
|
+
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
|
+
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
11
|
-
if (
|
|
12
|
-
return r.current =
|
|
11
|
+
if (e.current)
|
|
12
|
+
return r.current = e.current.getBoundingClientRect().height, window.scrollTo({ top: window.scrollY + r.current }), () => {
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
16
|
const u = (s) => {
|
|
17
|
-
|
|
17
|
+
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
19
|
return /* @__PURE__ */ f(
|
|
20
20
|
"div",
|
|
@@ -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__76f3a5fd", 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__26e885a4", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.26.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
const s = "
|
|
1
|
+
import { jsx as o, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const s = "loaderMiddle__45f1d40f", e = "loaderMiddleDots__44a223d3", l = "dot__4f1c96d2", c = "dot1__ea3a63a5", i = "dot2__786646a0", n = "dot3__1b56d29c", r = "dot4__68d53af4", _ = "line__3fdf1e3c", d = {
|
|
4
4
|
loaderMiddle: s,
|
|
5
|
-
loaderMiddleDots:
|
|
5
|
+
loaderMiddleDots: e,
|
|
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__ */ a("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
|
-
/* @__PURE__ */ o("span", { className:
|
|
15
|
-
/* @__PURE__ */ o("span", { className:
|
|
16
|
-
/* @__PURE__ */ o("span", { className:
|
|
17
|
-
/* @__PURE__ */ o("span", { className:
|
|
14
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
16
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot3) }),
|
|
17
|
+
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot4) })
|
|
18
18
|
] }) });
|
|
19
19
|
m.displayName = "LoaderMiddle";
|
|
20
20
|
export {
|
|
@@ -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__1345cf33", _ = "sm__3f1bb779", p = "dot__4f1c96d2", i = "md__249b868a", N = "lg__5a891e66", b = "neutral__47ef7cd1", f = "brand__39c9e3e8", S = "dot1__ea3a63a5", u = "dot2__786646a0", T = "dot3__1b56d29c", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
|
-
dot:
|
|
9
|
-
md:
|
|
10
|
-
lg:
|
|
11
|
-
neutral:
|
|
12
|
-
brand:
|
|
13
|
-
dot1:
|
|
8
|
+
dot: p,
|
|
9
|
+
md: i,
|
|
10
|
+
lg: N,
|
|
11
|
+
neutral: b,
|
|
12
|
+
brand: f,
|
|
13
|
+
dot1: S,
|
|
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: l, theme: d, size: e, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[d], x[e], l),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|
|
@@ -4,7 +4,7 @@ import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__4c26fdfd", B = "loaderSmallBackdrop__102096d3", k = "loaderMiddleBackdrop__1c7791c6", d = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
10
|
loaderMiddleBackdrop: k
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-CWqa2skI.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|