@sberbusiness/triplex-next 0.26.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DysxnR-B.js} +13 -13
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-DEMHVloq.js} +17 -17
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-CyAOOwnJ.js → FormFieldInput-Cb-NqZOL.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-CpxzDBba.js} +8 -8
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-BcWg1BjZ.js} +19 -19
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-D-T2vfBA.js} +2 -2
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DoCkMkMz.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +4 -4
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-DBUlHhad.js} +2 -2
- package/chunks/{constants-KINy2OSZ.js → constants-3hOLYskn.js} +9 -9
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-CWqa2skI.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/utils-C3N8DE_4.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +6 -6
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +23 -23
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +10 -10
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +20 -20
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +70 -64
- package/components/IslandWidget/IslandWidget.js +49 -41
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +75 -68
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +22 -21
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +11 -11
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +4 -4
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +31 -25
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +11 -11
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +14 -14
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +5 -5
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +18 -18
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +96 -28
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +0 -41
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Chip-CuoqjaG4.js +0 -77
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-BVhTB5hC.js +0 -73
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
|
@@ -1,101 +1,108 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
4
|
-
import { OverlayBase as
|
|
5
|
-
import { OverlayMask as
|
|
6
|
-
import { LightBoxSideOverlayLoader as
|
|
7
|
-
import { FocusTrapUtils as
|
|
8
|
-
import { LightBoxSideOverlayCloseMobile as
|
|
9
|
-
import { LightBoxSideOverlayCloseDesktop as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
1
|
+
import { jsx as t, jsxs as B, Fragment as X } from "react/jsx-runtime";
|
|
2
|
+
import { useState as O, useRef as x, useEffect as Y } from "react";
|
|
3
|
+
import { c as f, F as z } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { OverlayBase as L, EOverlayDirection as R } from "../../Overlay/OverlayBase.js";
|
|
5
|
+
import { OverlayMask as j } from "../../Overlay/OverlayMask.js";
|
|
6
|
+
import { LightBoxSideOverlayLoader as I } from "./LightBoxSideOverlayLoader.js";
|
|
7
|
+
import { FocusTrapUtils as A } from "../../../utils/focus/FocusTrapUtils.js";
|
|
8
|
+
import { LightBoxSideOverlayCloseMobile as G } from "./LightBoxSideOverlayCloseMobile.js";
|
|
9
|
+
import { LightBoxSideOverlayCloseDesktop as U } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
|
+
import { MobileView as V } from "../../MobileView/MobileView.js";
|
|
11
|
+
import { EComponentSize as q } from "../../../enums/EComponentSize.js";
|
|
12
|
+
import { createSizeToClassNameMap as J } from "../../../utils/classNameMaps.js";
|
|
13
|
+
const K = "lightBoxSideOverlayMask__256fce2f", Q = "lightBoxSideOverlayWrapper__805bd18a", Z = "overflowXHidden__9e5b4c5b", $ = "overflowYHidden__c60db848", P = "closing__e8c2b453", ee = "opened__e396fdb4", oe = "lightBoxSideOverlayContent__d39f912e", te = "opening__dc51c24e", ie = "sm__e4234c2b", re = "md__b7934a0d", le = "lg__ca882061", ne = "lightBoxSideOverlay__95966326", e = {
|
|
14
|
+
lightBoxSideOverlayMask: K,
|
|
15
|
+
lightBoxSideOverlayWrapper: Q,
|
|
16
|
+
overflowXHidden: Z,
|
|
17
|
+
overflowYHidden: $,
|
|
18
|
+
closing: P,
|
|
19
|
+
opened: ee,
|
|
20
|
+
lightBoxSideOverlayContent: oe,
|
|
21
|
+
opening: te,
|
|
22
|
+
sm: ie,
|
|
23
|
+
md: re,
|
|
24
|
+
lg: le,
|
|
25
|
+
lightBoxSideOverlay: ne
|
|
26
|
+
}, ae = J(e), v = ({
|
|
27
|
+
children: S,
|
|
28
|
+
className: _,
|
|
28
29
|
focusTrapProps: l,
|
|
29
30
|
isLoading: a,
|
|
30
|
-
loadingTitle:
|
|
31
|
-
isTopLevelSideOverlayOpened:
|
|
32
|
-
isTopOverlayOpened:
|
|
31
|
+
loadingTitle: u,
|
|
32
|
+
isTopLevelSideOverlayOpened: p,
|
|
33
|
+
isTopOverlayOpened: b,
|
|
33
34
|
onClose: s,
|
|
34
35
|
onOpen: c,
|
|
35
36
|
opened: o,
|
|
36
|
-
size: M =
|
|
37
|
-
...
|
|
37
|
+
size: M = q.MD,
|
|
38
|
+
...k
|
|
38
39
|
}) => {
|
|
39
|
-
const [i, d] =
|
|
40
|
-
|
|
40
|
+
const [i, d] = O(!1), [n, g] = O(!1), m = x(o), h = x(null);
|
|
41
|
+
Y(() => {
|
|
41
42
|
m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
|
|
42
43
|
}, [o]);
|
|
43
|
-
const
|
|
44
|
-
const { target: D, currentTarget:
|
|
45
|
-
D ===
|
|
46
|
-
},
|
|
44
|
+
const w = (r) => {
|
|
45
|
+
const { target: D, currentTarget: T } = r;
|
|
46
|
+
D === T && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
|
|
47
|
+
}, C = ({ opened: r }) => /* @__PURE__ */ t(j, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ B(
|
|
47
48
|
"div",
|
|
48
49
|
{
|
|
49
|
-
className:
|
|
50
|
+
className: f(e.lightBoxSideOverlayContent, {
|
|
50
51
|
[e.closing]: i,
|
|
51
52
|
[e.opening]: n,
|
|
52
53
|
[e.opened]: o
|
|
53
54
|
}),
|
|
54
|
-
onTransitionEnd:
|
|
55
|
-
ref:
|
|
55
|
+
onTransitionEnd: w,
|
|
56
|
+
ref: h,
|
|
56
57
|
children: [
|
|
57
|
-
|
|
58
|
-
a && /* @__PURE__ */ t(
|
|
58
|
+
S,
|
|
59
|
+
a && /* @__PURE__ */ t(I, { loadingTitle: u })
|
|
59
60
|
]
|
|
60
61
|
}
|
|
61
|
-
),
|
|
62
|
-
},
|
|
62
|
+
), N = () => {
|
|
63
|
+
}, E = f(_, e.lightBoxSideOverlayWrapper, ae[M], {
|
|
63
64
|
[e.closing]: i,
|
|
64
65
|
[e.opened]: o,
|
|
65
|
-
[e.overflowXHidden]: !!
|
|
66
|
-
[e.overflowYHidden]: !!
|
|
67
|
-
}),
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
] }),
|
|
66
|
+
[e.overflowXHidden]: !!p || !!a,
|
|
67
|
+
[e.overflowYHidden]: !!p || !!a || !!b
|
|
68
|
+
}), F = (r) => /* @__PURE__ */ B(X, { children: [
|
|
69
|
+
C(r),
|
|
70
|
+
H()
|
|
71
|
+
] }), W = /* @__PURE__ */ t(
|
|
71
72
|
"div",
|
|
72
73
|
{
|
|
73
|
-
className:
|
|
74
|
+
className: f(e.lightBoxSideOverlay, {
|
|
74
75
|
[e.closing]: i,
|
|
75
76
|
[e.opening]: n
|
|
76
77
|
}),
|
|
77
|
-
children: /* @__PURE__ */ t(
|
|
78
|
+
children: /* @__PURE__ */ t(L, { direction: R.RIGHT, opened: o, setOpened: N, children: F })
|
|
78
79
|
}
|
|
79
|
-
);
|
|
80
|
+
), y = () => /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: W });
|
|
80
81
|
return /* @__PURE__ */ t(
|
|
81
|
-
|
|
82
|
+
V,
|
|
82
83
|
{
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
fallback: /* @__PURE__ */ t(
|
|
85
|
+
z,
|
|
86
|
+
{
|
|
87
|
+
active: o && !n && !i,
|
|
88
|
+
...l,
|
|
89
|
+
focusTrapOptions: {
|
|
90
|
+
allowOutsideClick: !0,
|
|
91
|
+
initialFocus: () => A.getFirstInteractionElementByDataAttr(h.current),
|
|
92
|
+
preventScroll: !0,
|
|
93
|
+
...l == null ? void 0 : l.focusTrapOptions
|
|
94
|
+
},
|
|
95
|
+
children: y()
|
|
96
|
+
}
|
|
97
|
+
),
|
|
98
|
+
children: y()
|
|
92
99
|
}
|
|
93
100
|
);
|
|
94
101
|
};
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
102
|
+
v.displayName = "LightBoxSideOverlay";
|
|
103
|
+
v.CloseDesktop = U;
|
|
104
|
+
v.CloseMobile = G;
|
|
98
105
|
export {
|
|
99
|
-
|
|
106
|
+
v as LightBoxSideOverlay
|
|
100
107
|
};
|
|
101
108
|
//# sourceMappingURL=LightBoxSideOverlay.js.map
|
|
@@ -7,7 +7,7 @@ import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
|
|
|
7
7
|
import { EButtonTheme as f } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as C } from "../../../enums/EComponentSize.js";
|
|
9
9
|
import { Button as u } from "../../Button/Button.js";
|
|
10
|
-
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
10
|
+
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js";
|
|
11
11
|
const E = ({
|
|
12
12
|
className: i,
|
|
13
13
|
clickByEsc: s,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-
|
|
4
|
+
import { s as m } from "../../../chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js";
|
|
5
5
|
import { EButtonTheme as l } from "../../Button/enums.js";
|
|
6
6
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
7
7
|
import { Button as a } from "../../Button/Button.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s, useRef as l, useEffect as p } from "react";
|
|
3
3
|
import { LoaderScreen as d } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "lightBoxSideOverlayLoaderWrapper__1c6eaea8", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
7
|
const [t, r] = s(0), e = l(null);
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as R, useState as V, useEffect as x } from "react";
|
|
3
3
|
import { c as h } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const j = "
|
|
4
|
+
const j = "lightBoxLeftSidebar__851d5b83", z = "fixed__9b86ae79", E = "hidden__86595903", r = {
|
|
5
5
|
lightBoxLeftSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children: m, className: L, fixed: B, minVisibleWidth:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: m, className: L, fixed: B, minVisibleWidth: d = 100, onShow: s, onHide: i, ...g }, p) => {
|
|
10
|
+
const n = o(null);
|
|
11
11
|
R(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
13
|
-
return
|
|
12
|
+
const [v, _] = V(!0), e = o(s), t = o(i);
|
|
13
|
+
return x(() => {
|
|
14
14
|
e.current = s, t.current = i;
|
|
15
|
-
}, [s, i]),
|
|
15
|
+
}, [s, i]), x(() => {
|
|
16
16
|
const f = n.current;
|
|
17
17
|
if (!f) return;
|
|
18
|
-
const
|
|
18
|
+
const a = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const c = y.contentRect.width >
|
|
20
|
+
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var l, u;
|
|
23
|
+
return c !== I && (c ? (l = e.current) == null || l.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
28
|
-
}, [
|
|
27
|
+
return a.observe(f), () => a.disconnect();
|
|
28
|
+
}, [d]), /* @__PURE__ */ b(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
32
32
|
className: h(L, r.lightBoxLeftSidebar, { [r.fixed]: B }),
|
|
33
33
|
...g,
|
|
34
|
-
children: /* @__PURE__ */
|
|
34
|
+
children: /* @__PURE__ */ b("div", { className: h(r.lightBoxLeftSidebarInner, { [r.hidden]: !v }), children: m })
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as
|
|
3
|
-
import { c as
|
|
4
|
-
const j = "
|
|
2
|
+
import { forwardRef as N, useRef as o, useImperativeHandle as L, useState as V, useEffect as b } from "react";
|
|
3
|
+
import { c as g } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
const j = "lightBoxRightSidebar__6f4bd721", z = "fixed__9b86ae79", E = "hidden__86595903", r = {
|
|
5
5
|
lightBoxRightSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children:
|
|
9
|
+
({ children: x, className: m, fixed: R, minVisibleWidth: d = 100, onShow: i, onHide: s, ...B }, p) => {
|
|
10
10
|
const n = o(null);
|
|
11
11
|
L(p, () => n.current);
|
|
12
12
|
const [v, _] = V(!0), e = o(i), t = o(s);
|
|
13
|
-
return
|
|
13
|
+
return b(() => {
|
|
14
14
|
e.current = i, t.current = s;
|
|
15
|
-
}, [i, s]),
|
|
15
|
+
}, [i, s]), b(() => {
|
|
16
16
|
const a = n.current;
|
|
17
17
|
if (!a) return;
|
|
18
|
-
const
|
|
18
|
+
const l = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
20
|
const c = y.contentRect.width > d;
|
|
21
21
|
_((I) => {
|
|
22
|
-
var
|
|
23
|
-
return c !== I && (c ? (
|
|
22
|
+
var f, u;
|
|
23
|
+
return c !== I && (c ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
return
|
|
27
|
+
return l.observe(a), () => l.disconnect();
|
|
28
28
|
}, [d]), /* @__PURE__ */ h(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
32
|
-
className:
|
|
32
|
+
className: g(m, r.lightBoxRightSidebar, { [r.fixed]: R }),
|
|
33
33
|
...B,
|
|
34
|
-
children: /* @__PURE__ */ h("div", { className:
|
|
34
|
+
children: /* @__PURE__ */ h("div", { className: g(r.lightBoxRightSidebarInner, { [r.hidden]: !v }), children: x })
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
}
|
package/components/Link/Link.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as h, jsxs as t, Fragment as i } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as a } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
|
|
5
|
-
const I = "
|
|
5
|
+
const I = "link__40cdb394", S = "wordWithContent__e97e3bf5", T = "before__015b258e", q = "after__e977473f", e = {
|
|
6
6
|
link: I,
|
|
7
7
|
wordWithContent: S,
|
|
8
8
|
before: T,
|
|
9
9
|
after: q
|
|
10
10
|
}, v = L.forwardRef(
|
|
11
|
-
({ children: d, className: N, onBlur:
|
|
11
|
+
({ children: d, className: N, onBlur: f, onMouseDown: C, contentAfter: s, contentBefore: n, ...W }, u) => {
|
|
12
12
|
const c = () => n ? /* @__PURE__ */ t(i, { children: [
|
|
13
13
|
"",
|
|
14
14
|
n()
|
|
15
|
-
] }) : null, m = () => s ? s() : null,
|
|
15
|
+
] }) : null, m = () => s ? s() : null, b = (o) => {
|
|
16
16
|
const r = o.split(" ");
|
|
17
17
|
if (r.length < 2 || r.length < 3 && n && s) {
|
|
18
|
-
const R =
|
|
18
|
+
const R = a(e.wordWithContent, {
|
|
19
19
|
[e.after]: !!s,
|
|
20
20
|
[e.before]: !!n
|
|
21
21
|
});
|
|
@@ -25,12 +25,12 @@ const I = "link__830a0a1b", S = "wordWithContent__531a92da", T = "before__ac66e1
|
|
|
25
25
|
m()
|
|
26
26
|
] });
|
|
27
27
|
}
|
|
28
|
-
const
|
|
28
|
+
const l = r[0], p = r[r.length - 1], k = r.slice(1, -1).join(" "), g = a(e.wordWithContent, {
|
|
29
29
|
[e.before]: !!n
|
|
30
30
|
}), x = n ? /* @__PURE__ */ t("span", { className: g, children: [
|
|
31
31
|
c(),
|
|
32
|
-
|
|
33
|
-
] }) :
|
|
32
|
+
l
|
|
33
|
+
] }) : l, y = a(e.wordWithContent, {
|
|
34
34
|
[e.after]: !!s
|
|
35
35
|
}), j = s ? /* @__PURE__ */ t("span", { className: y, children: [
|
|
36
36
|
p,
|
|
@@ -39,29 +39,29 @@ const I = "link__830a0a1b", S = "wordWithContent__531a92da", T = "before__ac66e1
|
|
|
39
39
|
return /* @__PURE__ */ t(i, { children: [
|
|
40
40
|
x,
|
|
41
41
|
" ",
|
|
42
|
-
|
|
42
|
+
k,
|
|
43
43
|
" ",
|
|
44
44
|
j
|
|
45
45
|
] });
|
|
46
|
-
},
|
|
47
|
-
const r = n ? n() : null,
|
|
46
|
+
}, w = (o) => {
|
|
47
|
+
const r = n ? n() : null, l = s ? s() : null;
|
|
48
48
|
return /* @__PURE__ */ t(i, { children: [
|
|
49
49
|
r,
|
|
50
50
|
o,
|
|
51
|
-
|
|
51
|
+
l
|
|
52
52
|
] });
|
|
53
|
-
},
|
|
53
|
+
}, _ = n || s ? ((o) => typeof o == "string" ? b(o) : w(o))(d) : d;
|
|
54
54
|
return /* @__PURE__ */ h(
|
|
55
55
|
"a",
|
|
56
56
|
{
|
|
57
57
|
role: "link",
|
|
58
|
-
...
|
|
59
|
-
className:
|
|
60
|
-
onBlur:
|
|
61
|
-
onMouseDown:
|
|
62
|
-
"data-tx": "0.
|
|
58
|
+
...W,
|
|
59
|
+
className: a(N, e.link),
|
|
60
|
+
onBlur: f,
|
|
61
|
+
onMouseDown: C,
|
|
62
|
+
"data-tx": "0.28.0",
|
|
63
63
|
ref: u,
|
|
64
|
-
children: /* @__PURE__ */ h(F, { displayContents: !0, children:
|
|
64
|
+
children: /* @__PURE__ */ h(F, { displayContents: !0, children: _ })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import a from "react";
|
|
3
|
+
import { c as m } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const d = "
|
|
5
|
+
const d = "list__e8786ac1", p = {
|
|
6
6
|
list: d
|
|
7
|
-
},
|
|
7
|
+
}, f = a.forwardRef(({ children: s, className: t, loading: o, ...r }, e) => /* @__PURE__ */ i("ul", { className: m(p.list, t), ...r, "data-tx": "0.28.0", ref: e, children: [
|
|
8
8
|
s,
|
|
9
|
-
o ? /* @__PURE__ */
|
|
9
|
+
o ? /* @__PURE__ */ l(c, { type: "middle" }) : null
|
|
10
10
|
] }));
|
|
11
|
-
|
|
11
|
+
f.displayName = "List";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
f as List
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=List.js.map
|
|
@@ -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 = (s, r, e) => r in s ? p(s, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[r] = e;
|
|
3
|
+
var n = (s, r, e) => b(s, typeof r != "symbol" ? r + "" : r, e);
|
|
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---Om3uMV.js";
|
|
7
|
+
import { List as j } 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:
|
|
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: r }, { onActivation: e }) => r.button === 2 || !l(r.target) ? !1 : (e == null || e({ event: r }), !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:
|
|
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: r }, { onActivation: e }) => r.touches.length > 1 || !l(r.target) ? !1 : (e == null || e({ event: r }), !0)
|
|
48
23
|
}
|
|
49
24
|
]);
|
|
50
|
-
function
|
|
51
|
-
const
|
|
52
|
-
const { active:
|
|
53
|
-
if (
|
|
54
|
-
const
|
|
55
|
-
|
|
25
|
+
function q({ items: s, onItemsChange: r, ...e }, c) {
|
|
26
|
+
const g = T(i(u), i(f)), m = (S) => {
|
|
27
|
+
const { active: d, over: t } = S;
|
|
28
|
+
if (t && d.id !== t.id) {
|
|
29
|
+
const x = s.findIndex((a) => a.id === d.id), h = s.findIndex((a) => a.id === t.id);
|
|
30
|
+
r(C(s, 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: s, strategy: w, children: /* @__PURE__ */ o(j, { ...e, ref: c }) })
|
|
66
41
|
}
|
|
67
42
|
);
|
|
68
43
|
}
|
|
69
|
-
const
|
|
44
|
+
const B = D.forwardRef(q);
|
|
70
45
|
export {
|
|
71
46
|
u as AdvancedMouseSensor,
|
|
72
|
-
|
|
73
|
-
|
|
47
|
+
f as AdvancedTouchSensor,
|
|
48
|
+
B as ListSortable
|
|
74
49
|
};
|
|
75
50
|
//# sourceMappingURL=ListSortable.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__eb532318", r = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, l = i.forwardRef(
|
|
7
|
-
({ children: t, className: s, ...m },
|
|
7
|
+
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(r.listEmptyState, s), ...m, ref: a, children: t })
|
|
8
8
|
);
|
|
9
|
-
l.displayName = "
|
|
9
|
+
l.displayName = "ListEmptyState";
|
|
10
10
|
export {
|
|
11
11
|
l as ListEmptyState
|
|
12
12
|
};
|
|
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
|
|
|
3
3
|
import { ListItemContext as l } from "./ListItemContext.js";
|
|
4
4
|
const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
|
|
5
5
|
const [i, m] = d(!1);
|
|
6
|
-
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.
|
|
6
|
+
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.28.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
c.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -2,10 +2,10 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import i, { useContext as l } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ListItemContext as d } from "./ListItemContext.js";
|
|
5
|
-
const a = "
|
|
5
|
+
const a = "listItemContent__cd3f7f12", f = "selected__678c05bb", t = {
|
|
6
6
|
listItemContent: a,
|
|
7
|
-
selected:
|
|
8
|
-
},
|
|
7
|
+
selected: f
|
|
8
|
+
}, C = i.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
10
|
const { selected: m } = l(d);
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
@@ -13,15 +13,15 @@ const a = "listItemContent__6de3f19d", C = "selected__b9221468", t = {
|
|
|
13
13
|
{
|
|
14
14
|
className: r(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.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 l } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as e } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const i = "
|
|
4
|
+
const i = "listItemControls__6fc06c7e", c = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(
|
|
6
|
+
}, n = m.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(c.listItemControls, o), ...s, ref: r, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
n.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
n 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---Om3uMV.js";
|
|
4
|
-
import { L as n } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-BcWg1BjZ.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import "../../IconWrapper/IconWrapper.js";
|