@sberbusiness/triplex-next 1.31.0 → 1.33.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 +36 -33
- package/chunks/{AlertProcessSpoiler-B-2x6lW0.js → AlertProcessSpoiler-Bw11lY_2.js} +14 -14
- package/chunks/{CalendarViewItem-o4k7U5Dm.js → CalendarViewItem-9zvGz6lK.js} +14 -14
- package/chunks/Card.module-CHntSBGP.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DZCnZPkk.js +15 -0
- package/chunks/{Chip-CoKB4iXT.js → Chip-DUgRidoA.js} +16 -16
- package/chunks/Confirm.module-DzA_7mQO.js +15 -0
- package/chunks/{DropdownListItem-Dy7ejFWN.js → DropdownListItem-DfdRzHWo.js} +20 -20
- package/chunks/DropdownMobile.module-B2_eLIZO.js +23 -0
- package/chunks/Footer.module-CV6e-B3r.js +9 -0
- package/chunks/{FormFieldInput-CkVtqncH.js → FormFieldInput-CxAdhoLS.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-GsbsfEiJ.js +9 -0
- package/chunks/HeaderTabs.module-fOX5YNsl.js +9 -0
- package/chunks/{HeaderTitle.module-ChThbaCy.js → HeaderTitle.module-tH470aDn.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BRSQsPqY.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-D9p93wFz.js → ImageGalleryExtendedThumb-Cpk1nE0q.js} +5 -5
- package/chunks/IslandAccordion.module-b2tphik7.js +25 -0
- package/chunks/IslandWidgetFooter.module-CKmwyHR4.js +9 -0
- package/chunks/IslandWidgetHeader.module-CZL2t5u0.js +13 -0
- package/chunks/{LightBoxContent-Cr4psg0Z.js → LightBoxContent-Dzx47lKv.js} +10 -10
- package/chunks/LightBoxControls.module-RG62wDXb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B7Fno0cK.js +9 -0
- package/chunks/{ListItemControlsButton-Bv8aFUBc.js → ListItemControlsButton-Dc6wY6Fp.js} +6 -6
- package/chunks/ListItemTail.module-DMJ9K0rM.js +12 -0
- package/chunks/ListMasterFooter.module-C58NLDG2.js +10 -0
- package/chunks/ModalWindow.module-CszS7FwS.js +17 -0
- package/chunks/Notification.module-BNsYZ_Ak.js +20 -0
- package/chunks/Overlay.module-DOk5L_-8.js +18 -0
- package/chunks/Page.module-TORdWU5G.js +11 -0
- package/chunks/SMSField.module-BjG_FEkT.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bt31TtEn.js +15 -0
- package/chunks/SliderExtendedRail-BYOwvNNf.js +40 -0
- package/chunks/StatusTracker.module-jqMWmKxs.js +24 -0
- package/chunks/{StepperStepArrowBorder-6bgUfxhh.js → StepperStepArrowBorder-j6OP5KT9.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-BYUd-DOC.js → SuggestFieldMobileDropdownHint-C8OEdlFf.js} +2 -2
- package/chunks/TableFooter.module-BrNleOTT.js +14 -0
- package/chunks/TabsExtended.module-BStXryDc.js +16 -0
- package/chunks/TabsLine.module-CR0Zbz9g.js +21 -0
- package/chunks/TooltipDesktop.module-lEItFyAS.js +19 -0
- package/chunks/TreeView.module-SA9BUUel.js +9 -0
- package/chunks/{UploadZoneInput-CUVjN3Kj.js → UploadZoneInput-B_FFSQm7.js} +3 -3
- package/chunks/{constants-Ci0_oXbs.js → constants-Dm1nkJLa.js} +13 -13
- package/chunks/{utils-BFyvyQPY.js → utils-C7AeO50S.js} +2 -2
- package/chunks/utils-C88ipzKd.js +28 -0
- package/chunks/utils-CqED8Odf.js +73 -0
- package/chunks/utils-DIpdLSK7.js +24 -0
- package/chunks/{vendor-82AnkPpo.js → vendor-D5cfSbgz.js} +1114 -1116
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +5 -5
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +5 -5
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +74 -73
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +12 -12
- package/components/Checkbox/Checkbox.js +12 -12
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +15 -15
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +50 -46
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +6 -6
- package/components/Col/Col.js +132 -132
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +2 -2
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +2 -2
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +4 -4
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Button.js +1 -1
- package/components/DesignTokens/components/Chip.js +1 -1
- package/components/DesignTokens/components/LightBox.js +10 -4
- package/components/DesignTokens/components/Tabs.js +2 -2
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +24 -24
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/EmptyView/EmptyView.js +7 -7
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/FocusTrapExtended/FocusTrapExtended.js +34 -0
- package/components/FocusTrapExtended/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +25 -25
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +6 -6
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +20 -20
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +7 -7
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +7 -7
- package/components/ImageGallery/ImageGallery.js +5 -4
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +9 -9
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +10 -10
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +8 -7
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +2 -2
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +2 -2
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +13 -13
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +60 -69
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +105 -97
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +4 -4
- 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 +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +27 -31
- package/components/MobileView/index.js +3 -1
- package/components/MobileView/useMobileView.js +10 -0
- package/components/ModalWindow/ModalWindow.js +30 -30
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +7 -7
- package/components/MonthYearRange/MonthYearRange.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +9 -9
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +8 -8
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +16 -16
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +19 -19
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -19
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +11 -9
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +18 -18
- package/components/Stepper/Stepper.js +33 -32
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Stepper/index.js +9 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/ChipPanel.js +2 -2
- package/components/Table/ChipPanelLinks.js +5 -5
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +21 -21
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +44 -39
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +13 -12
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
- package/components/TopOverlay/TopOverlay.js +53 -53
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +31 -31
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/Typography/enums.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +1 -1
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +363 -359
- package/index.d.ts +42 -42
- package/index.js +397 -393
- package/package.json +5 -1
- package/styles/triplex-next.css +557 -556
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-_9W_bDbW.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +0 -15
- package/chunks/Confirm.module-B7EimS-c.js +0 -15
- package/chunks/DropdownMobile.module-CEUckjjY.js +0 -23
- package/chunks/Footer.module-Btaepr_L.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +0 -9
- package/chunks/HeaderTabs.module-CiK3DS7c.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +0 -17
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +0 -25
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +0 -9
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +0 -13
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +0 -9
- package/chunks/ListItemTail.module-Bp7M4QdS.js +0 -12
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +0 -10
- package/chunks/ModalWindow.module-CcEb5ZBL.js +0 -17
- package/chunks/Notification.module-DmHe2Kv2.js +0 -20
- package/chunks/Overlay.module-f4p8iBuk.js +0 -18
- package/chunks/Page.module-B1W0CUyk.js +0 -11
- package/chunks/SMSField.module-cmbHRm31.js +0 -16
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +0 -15
- package/chunks/SliderExtendedRail-D4NXHvvH.js +0 -40
- package/chunks/StatusTracker.module-BBm6PrHb.js +0 -24
- package/chunks/TableFooter.module-D-gNDmws.js +0 -14
- package/chunks/TabsExtended.module-IBQrFWHl.js +0 -16
- package/chunks/TabsLine.module-CM-pL6UU.js +0 -21
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +0 -19
- package/chunks/TreeView.module-Co2-lRZN.js +0 -9
- package/chunks/utils-B2FzgoVa.js +0 -28
- package/chunks/utils-DEqGmway.js +0 -73
- package/chunks/utils-fAec4Z-1.js +0 -24
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as N, useRef as
|
|
3
|
-
import { c as x } from "../../../chunks/vendor-
|
|
4
|
-
const j = "
|
|
2
|
+
import { forwardRef as N, useRef as d, useImperativeHandle as L, useState as V, useEffect as g } from "react";
|
|
3
|
+
import { c as x } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const j = "lightBoxRightSidebar__53077f16", z = "fixed__637dddc3", E = "hidden__056645ae", r = {
|
|
5
5
|
lightBoxRightSidebar: j,
|
|
6
6
|
fixed: z,
|
|
7
7
|
hidden: E
|
|
8
8
|
}, O = N(
|
|
9
|
-
({ children: b, className: m, fixed: R, minVisibleWidth:
|
|
10
|
-
const n =
|
|
9
|
+
({ children: b, className: m, fixed: R, minVisibleWidth: o = 100, onShow: i, onHide: s, ...B }, p) => {
|
|
10
|
+
const n = d(null);
|
|
11
11
|
L(p, () => n.current);
|
|
12
|
-
const [v, _] = V(!0), e =
|
|
12
|
+
const [v, _] = V(!0), e = d(i), t = d(s);
|
|
13
13
|
return g(() => {
|
|
14
14
|
e.current = i, t.current = s;
|
|
15
15
|
}, [i, s]), g(() => {
|
|
@@ -17,7 +17,7 @@ const j = "lightBoxRightSidebar__2d1fde15", z = "fixed__e1773171", E = "hidden__
|
|
|
17
17
|
if (!a) return;
|
|
18
18
|
const l = new ResizeObserver((S) => {
|
|
19
19
|
for (const y of S) {
|
|
20
|
-
const c = y.contentRect.width >
|
|
20
|
+
const c = y.contentRect.width > o;
|
|
21
21
|
_((I) => {
|
|
22
22
|
var f, u;
|
|
23
23
|
return c !== I && (c ? (f = e.current) == null || f.call(e) : (u = t.current) == null || u.call(t)), c;
|
|
@@ -25,7 +25,7 @@ const j = "lightBoxRightSidebar__2d1fde15", z = "fixed__e1773171", E = "hidden__
|
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
return l.observe(a), () => l.disconnect();
|
|
28
|
-
}, [
|
|
28
|
+
}, [o]), /* @__PURE__ */ h(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
ref: n,
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as N } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as m, useRef as L, useCallback as n, useLayoutEffect as c } from "react";
|
|
3
3
|
import { Portal as B } from "../../Portal/Portal.js";
|
|
4
4
|
import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
|
|
5
|
-
import {
|
|
5
|
+
import { g as k, i as P, p } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
6
6
|
const g = "LightBoxMountNodeViewManager", $ = ({
|
|
7
7
|
lightBoxMountNode: a,
|
|
8
8
|
lightBoxViewManagerNode: x
|
package/components/Link/Link.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsx as h, jsxs as t, Fragment as
|
|
1
|
+
import { jsx as h, jsxs as t, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as a } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { IconWrapper as F } from "../IconWrapper/IconWrapper.js";
|
|
5
|
-
const I = "
|
|
5
|
+
const I = "link__d2efb9b1", S = "wordWithContent__b7e86e6d", T = "before__c7c3286c", q = "after__c284660c", e = {
|
|
6
6
|
link: I,
|
|
7
7
|
wordWithContent: S,
|
|
8
8
|
before: T,
|
|
9
9
|
after: q
|
|
10
10
|
}, v = L.forwardRef(
|
|
11
|
-
({ children:
|
|
12
|
-
const c = () => n ? /* @__PURE__ */ t(
|
|
11
|
+
({ children: i, className: N, onBlur: f, onMouseDown: C, contentAfter: s, contentBefore: n, ...u }, W) => {
|
|
12
|
+
const c = () => n ? /* @__PURE__ */ t(d, { children: [
|
|
13
13
|
"",
|
|
14
14
|
n()
|
|
15
|
-
] }) : null, m = () => s ? s() : null,
|
|
15
|
+
] }) : null, m = () => s ? s() : null, _ = (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,42 +25,42 @@ const I = "link__0756cae1", S = "wordWithContent__ba6b05c2", T = "before__78b663
|
|
|
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,
|
|
37
37
|
m()
|
|
38
38
|
] }) : p;
|
|
39
|
-
return /* @__PURE__ */ t(
|
|
39
|
+
return /* @__PURE__ */ t(d, { children: [
|
|
40
40
|
x,
|
|
41
41
|
" ",
|
|
42
42
|
k,
|
|
43
43
|
" ",
|
|
44
44
|
j
|
|
45
45
|
] });
|
|
46
|
-
},
|
|
47
|
-
const r = n ? n() : null,
|
|
48
|
-
return /* @__PURE__ */ t(
|
|
46
|
+
}, b = (o) => {
|
|
47
|
+
const r = n ? n() : null, l = s ? s() : null;
|
|
48
|
+
return /* @__PURE__ */ t(d, { children: [
|
|
49
49
|
r,
|
|
50
50
|
o,
|
|
51
|
-
|
|
51
|
+
l
|
|
52
52
|
] });
|
|
53
|
-
}, w = n || s ? ((o) => typeof o == "string" ?
|
|
53
|
+
}, w = n || s ? ((o) => typeof o == "string" ? _(o) : b(o))(i) : i;
|
|
54
54
|
return /* @__PURE__ */ h(
|
|
55
55
|
"a",
|
|
56
56
|
{
|
|
57
57
|
role: "link",
|
|
58
|
-
...
|
|
59
|
-
className:
|
|
58
|
+
...u,
|
|
59
|
+
className: a(N, e.link),
|
|
60
60
|
onBlur: f,
|
|
61
|
-
onMouseDown:
|
|
62
|
-
"data-tx": "1.
|
|
63
|
-
ref:
|
|
61
|
+
onMouseDown: C,
|
|
62
|
+
"data-tx": "1.33.0",
|
|
63
|
+
ref: W,
|
|
64
64
|
children: /* @__PURE__ */ h(F, { displayContents: !0, children: w })
|
|
65
65
|
}
|
|
66
66
|
);
|
package/components/List/List.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c
|
|
4
|
-
import { LoaderScreen as
|
|
5
|
-
const d = "
|
|
3
|
+
import { c } from "../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
+
const d = "list__c3c9985e", f = {
|
|
6
6
|
list: d
|
|
7
|
-
}, p = a.forwardRef(({ children: t, className: s, loading:
|
|
7
|
+
}, p = a.forwardRef(({ children: t, className: s, loading: e, ...l }, o) => /* @__PURE__ */ r("ul", { className: c(f.list, s), ...l, "data-tx": "1.33.0", ref: o, children: [
|
|
8
8
|
t,
|
|
9
|
-
|
|
9
|
+
e ? /* @__PURE__ */ i(m, { type: "middle" }) : null
|
|
10
10
|
] }));
|
|
11
11
|
p.displayName = "List";
|
|
12
12
|
export {
|
|
@@ -3,7 +3,7 @@ var b = (t, e, r) => e in t ? p(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var n = (t, e, r) => b(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
4
|
import { jsx as o } from "react/jsx-runtime";
|
|
5
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-
|
|
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-D5cfSbgz.js";
|
|
7
7
|
import { List as _ } from "./List.js";
|
|
8
8
|
import { isDraggableTarget as l } from "./utils.js";
|
|
9
9
|
class u extends R {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const p = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const p = "listEmptyState__4a2661c8", l = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, r = i.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...a }, m) => /* @__PURE__ */ e("div", { className: o(l.listEmptyState, s), ...a, ref: m, children: t })
|
|
@@ -3,7 +3,7 @@ import d, { useState as t } from "react";
|
|
|
3
3
|
import { ListItemContext as f } from "./ListItemContext.js";
|
|
4
4
|
const n = d.forwardRef(({ children: s, className: r, ...a }, l) => {
|
|
5
5
|
const [o, i] = t(!1), [m, c] = t(!1);
|
|
6
|
-
return /* @__PURE__ */ e(f.Provider, { value: { selected: o, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...a, "data-tx": "1.
|
|
6
|
+
return /* @__PURE__ */ e(f.Provider, { value: { selected: o, setSelected: i, selectable: m, setSelectable: c }, children: /* @__PURE__ */ e("li", { className: r, ...a, "data-tx": "1.33.0", ref: l, children: s }) });
|
|
7
7
|
});
|
|
8
8
|
n.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as r } from "../../../chunks/vendor-
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import m, { useContext as i } from "react";
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ListItemContext as d } from "./ListItemContext.js";
|
|
5
|
-
const
|
|
6
|
-
listItemContent:
|
|
7
|
-
selected:
|
|
8
|
-
selectable:
|
|
9
|
-
},
|
|
5
|
+
const C = "listItemContent__9b730d22", _ = "selected__68c6e785", f = "selectable__57aaeca3", t = {
|
|
6
|
+
listItemContent: C,
|
|
7
|
+
selected: _,
|
|
8
|
+
selectable: f
|
|
9
|
+
}, I = m.forwardRef(
|
|
10
10
|
({ children: e, className: s, ...l }, o) => {
|
|
11
11
|
const { selected: c, selectable: n } = i(d);
|
|
12
|
-
return /* @__PURE__ */
|
|
12
|
+
return /* @__PURE__ */ a(
|
|
13
13
|
"div",
|
|
14
14
|
{
|
|
15
15
|
className: r(
|
|
@@ -18,15 +18,15 @@ const f = "listItemContent__fb8b3dcc", C = "selected__e3029062", _ = "selectable
|
|
|
18
18
|
s
|
|
19
19
|
),
|
|
20
20
|
...l,
|
|
21
|
-
"data-tx": "1.
|
|
21
|
+
"data-tx": "1.33.0",
|
|
22
22
|
ref: o,
|
|
23
23
|
children: e
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
}
|
|
27
27
|
);
|
|
28
|
-
|
|
28
|
+
I.displayName = "ListItemContent";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
I as ListItemContent
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const i = "
|
|
2
|
+
import m from "react";
|
|
3
|
+
import { c as e } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const i = "listItemControls__58168091", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className:
|
|
6
|
+
}, a = m.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, l) => /* @__PURE__ */ r("div", { className: e(n.listItemControls, o), ...s, ref: l, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
a.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a as ListItemControls
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListItemControls.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../../chunks/vendor-
|
|
4
|
-
import { L as n } from "../../../chunks/ListItemControlsButton-
|
|
3
|
+
import "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { L as n } from "../../../chunks/ListItemControlsButton-Dc6wY6Fp.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import "../../IconWrapper/IconWrapper.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o, jsxs as W, Fragment as _ } from "react/jsx-runtime";
|
|
2
2
|
import P, { useRef as l, useState as E, createElement as w } from "react";
|
|
3
|
-
import { u as O, c as g } from "../../../chunks/vendor-
|
|
3
|
+
import { u as O, c as g } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ETextSize as K } from "../../Typography/enums.js";
|
|
5
5
|
import { Text as T } from "../../Typography/Text.js";
|
|
6
6
|
import { ButtonDropdownExtended as D } from "../../Button/ButtonDropdownExtended.js";
|
|
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
-
import { s as b, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as b, L as V } from "../../../chunks/ListItemControlsButton-Dc6wY6Fp.js";
|
|
22
22
|
import { setForwardedRef as G } from "../utils.js";
|
|
23
23
|
const J = P.forwardRef(
|
|
24
24
|
(h, C) => {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { EComponentSize as
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { LoaderSmall as s } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
6
|
import { ELoaderSmallTheme as l } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
const d = "
|
|
8
|
+
const d = "listItemLoading__eb5b6721", n = {
|
|
9
9
|
listItemLoading: d
|
|
10
|
-
},
|
|
11
|
-
({ className: t, ...m }, e) => /* @__PURE__ */ o("div", { className:
|
|
10
|
+
}, p = i.forwardRef(
|
|
11
|
+
({ className: t, ...m }, e) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: e, children: /* @__PURE__ */ o(s, { theme: l.BRAND, size: a.MD }) })
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
p.displayName = "ListItemLoading";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
p as ListItemLoading
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=ListItemLoading.js.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { Checkbox as
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import k, { useContext as x, useEffect as r } from "react";
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { Checkbox as _ } from "../../Checkbox/Checkbox.js";
|
|
5
5
|
import { ListItemContext as L } from "./ListItemContext.js";
|
|
6
|
-
const C = "
|
|
6
|
+
const C = "listItemSelectable__cc2ebfda", S = "selected__68c6e785", W = "checkboxWrapper__b67f1af7", u = "childrenWrapper__ca80a7a9", I = "checkboxLabel__0597d96d", N = "checkboxLabelClickArea__0139d049", e = {
|
|
7
7
|
listItemSelectable: C,
|
|
8
8
|
selected: S,
|
|
9
9
|
checkboxWrapper: W,
|
|
10
10
|
childrenWrapper: u,
|
|
11
11
|
checkboxLabel: I,
|
|
12
12
|
checkboxLabelClickArea: N
|
|
13
|
-
}, A =
|
|
13
|
+
}, A = k.forwardRef(
|
|
14
14
|
({ selected: c, children: s, className: o, onSelect: b, disabled: i, ...n }, h) => {
|
|
15
|
-
const { setSelected: l, setSelectable: a } =
|
|
15
|
+
const { setSelected: l, setSelectable: a } = x(L), p = (m) => {
|
|
16
16
|
b(m.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return r(() => {
|
|
19
19
|
l(c);
|
|
20
20
|
}, [c, l]), r(() => (a(!0), () => {
|
|
21
21
|
a(!1);
|
|
22
|
-
}), [a]), /* @__PURE__ */
|
|
22
|
+
}), [a]), /* @__PURE__ */ d(
|
|
23
23
|
"div",
|
|
24
24
|
{
|
|
25
|
-
className:
|
|
25
|
+
className: f(e.listItemSelectable, { [e.selected]: c }, o),
|
|
26
26
|
...n,
|
|
27
27
|
ref: h,
|
|
28
28
|
children: [
|
|
29
29
|
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: s }),
|
|
30
30
|
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
31
|
-
|
|
31
|
+
_,
|
|
32
32
|
{
|
|
33
33
|
checked: c,
|
|
34
34
|
onChange: p,
|
|
@@ -6,15 +6,15 @@ import { ListItemContent as w } from "./ListItemContent.js";
|
|
|
6
6
|
import { ListItemControls as L } from "./ListItemControls.js";
|
|
7
7
|
import { ListItemSelectable as T } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as h } from "./ListItemTailRight.js";
|
|
9
|
-
import { c as A } from "../../../chunks/vendor-
|
|
10
|
-
const x = "
|
|
9
|
+
import { c as A } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
10
|
+
const x = "listItemTable__0fafe380", y = "swipeableArea__00665f73", C = "content__d1debb11", t = {
|
|
11
11
|
listItemTable: x,
|
|
12
12
|
swipeableArea: y,
|
|
13
13
|
content: C
|
|
14
14
|
}, N = d.forwardRef(
|
|
15
|
-
({ children: a, className: m, controlButtons: i, onClickItem: l, onSelect: r, selected: s, swipeableAreaRef: n, ...c },
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ e(_, { className: A(t.listItemTable, m), ...c, ref:
|
|
15
|
+
({ children: a, className: m, controlButtons: i, onClickItem: l, onSelect: r, selected: s, swipeableAreaRef: n, ...c }, f) => {
|
|
16
|
+
const p = typeof r < "u" && typeof s < "u", o = () => /* @__PURE__ */ e(w, { className: t.content, onClick: l, children: a });
|
|
17
|
+
return /* @__PURE__ */ e(_, { className: A(t.listItemTable, m), ...c, ref: f, children: /* @__PURE__ */ b(
|
|
18
18
|
I,
|
|
19
19
|
{
|
|
20
20
|
className: t.swipeableArea,
|
|
@@ -22,7 +22,7 @@ const x = "listItemTable__00c8e972", y = "swipeableArea__1dc14821", C = "content
|
|
|
22
22
|
rightSwipeableArea: i ? /* @__PURE__ */ e(L, { children: i }) : void 0,
|
|
23
23
|
children: [
|
|
24
24
|
/* @__PURE__ */ e(h, {}),
|
|
25
|
-
|
|
25
|
+
p ? /* @__PURE__ */ e(T, { selected: s, onSelect: r, children: o() }) : o()
|
|
26
26
|
]
|
|
27
27
|
}
|
|
28
28
|
) });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DMJ9K0rM.js";
|
|
5
5
|
const r = m.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DMJ9K0rM.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, l) => /* @__PURE__ */ m("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: l, ...i, children: [
|
|
7
7
|
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import { q as I, s as u, c as R } from "../../../chunks/vendor-
|
|
3
|
+
import { q as I, s as u, c as R } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
4
|
import { ListItem as _ } from "./ListItem.js";
|
|
5
5
|
import { setForwardedRef as L } from "../utils.js";
|
|
6
6
|
import { ListSortableItemTarget as y } from "./ListSortableItemTarget.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "listSortableItem__4b282065", x = "dragging__29355948", a = {
|
|
8
8
|
listSortableItem: N,
|
|
9
9
|
dragging: x
|
|
10
10
|
}, T = Object.assign(
|
|
11
11
|
p.forwardRef(function({ children: t, className: i, style: n, disabled: e, ...r }, m) {
|
|
12
|
-
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef:
|
|
12
|
+
const { transform: g, transition: f, listeners: l, isDragging: o, setNodeRef: c, setActivatorNodeRef: d } = I({
|
|
13
13
|
disabled: e,
|
|
14
14
|
id: r.id,
|
|
15
15
|
transition: {
|
|
@@ -17,7 +17,7 @@ const N = "listSortableItem__d69de0a3", x = "dragging__38e86896", a = {
|
|
|
17
17
|
easing: "ease-out"
|
|
18
18
|
}
|
|
19
19
|
}), S = (s) => {
|
|
20
|
-
|
|
20
|
+
c(s), L(m, s);
|
|
21
21
|
};
|
|
22
22
|
return /* @__PURE__ */ b(
|
|
23
23
|
_,
|
|
@@ -26,7 +26,7 @@ const N = "listSortableItem__d69de0a3", x = "dragging__38e86896", a = {
|
|
|
26
26
|
style: { transform: u.Translate.toString(g), transition: f, ...n },
|
|
27
27
|
...r,
|
|
28
28
|
ref: S,
|
|
29
|
-
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef:
|
|
29
|
+
children: typeof t == "function" ? t({ disabled: e, dragging: o, listeners: l, setActivatorNodeRef: d }) : t
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
}),
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
4
|
-
const a = "
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import s from "react";
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const a = "listSortableItemControls__7ecae3be", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
|
-
}, i =
|
|
7
|
-
({ className: t, ...o },
|
|
6
|
+
}, i = s.forwardRef(
|
|
7
|
+
({ className: t, ...o }, e) => /* @__PURE__ */ r(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
10
|
className: l(m.listSortableItemControls, t),
|
|
11
11
|
"data-draggable": "false",
|
|
12
12
|
...o,
|
|
13
|
-
ref:
|
|
13
|
+
ref: e
|
|
14
14
|
}
|
|
15
15
|
)
|
|
16
16
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
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 I } from "../../../chunks/vendor-
|
|
5
|
-
const c = "
|
|
4
|
+
import { c as I } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
|
+
const c = "listSortableItemTarget__a282cf65", S = "dragging__29355948", b = "listSortableItemTargetContent__0088426e", T = "listSortableItemTargetIcon__547a4f0d", t = {
|
|
6
6
|
listSortableItemTarget: c,
|
|
7
|
-
dragging:
|
|
8
|
-
listSortableItemTargetContent:
|
|
7
|
+
dragging: S,
|
|
8
|
+
listSortableItemTargetContent: b,
|
|
9
9
|
listSortableItemTargetIcon: T
|
|
10
10
|
}, d = m.forwardRef(
|
|
11
11
|
({ children: a, className: r, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
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-Dc6wY6Fp.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";
|
|
@@ -9,7 +9,7 @@ import { ListMasterFooterControls as d } from "./components/ListMasterFooterCont
|
|
|
9
9
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
10
10
|
const M = Object.assign(
|
|
11
11
|
s.forwardRef(function({ children: t, className: o, ...r }, e) {
|
|
12
|
-
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.
|
|
12
|
+
return /* @__PURE__ */ i("div", { className: o, ...r, "data-tx": "1.33.0", ref: e, children: t });
|
|
13
13
|
}),
|
|
14
14
|
{
|
|
15
15
|
Body: m,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
|
|
4
|
-
import { c as a } from "../../../chunks/vendor-
|
|
5
|
-
const m = "
|
|
4
|
+
import { c as a } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
5
|
+
const m = "listMasterChipGroup__46f9e50b", l = {
|
|
6
6
|
listMasterChipGroup: m
|
|
7
|
-
},
|
|
8
|
-
({ children: r, className: t, ...s }, o) => /* @__PURE__ */ p(e, { className: a(
|
|
7
|
+
}, u = i.forwardRef(
|
|
8
|
+
({ children: r, className: t, ...s }, o) => /* @__PURE__ */ p(e, { className: a(l.listMasterChipGroup, t), oneLine: !0, ...s, ref: o, children: r })
|
|
9
9
|
);
|
|
10
|
-
|
|
10
|
+
u.displayName = "ListMasterChipGroup";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
u as ListMasterChipGroup
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as f } from "../../../chunks/vendor-
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-C58NLDG2.js";
|
|
5
5
|
const c = 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
|
-
import { c as m } from "../../../chunks/vendor-
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-C58NLDG2.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, s) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, t), ...r, ref: s, 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
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-C58NLDG2.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: t, className: o, ...r }, s) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, o), ...r, ref: s, children: t })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as w } from "../../../chunks/vendor-
|
|
4
|
-
const p = "
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import f, { useRef as o, useEffect as m } from "react";
|
|
3
|
+
import { c as w } from "../../../chunks/vendor-D5cfSbgz.js";
|
|
4
|
+
const p = "listMasterHeader__3049a5ed", y = "sticky__89fb111b", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
|
-
}, H =
|
|
7
|
+
}, H = f.forwardRef(
|
|
8
8
|
({ children: i, className: n, sticky: a = !0, ...l }, t) => {
|
|
9
9
|
const e = o(null), r = o(0);
|
|
10
10
|
m(() => {
|
|
@@ -13,10 +13,10 @@ const p = "listMasterHeader__838f787a", y = "sticky__f8d6e5b3", c = {
|
|
|
13
13
|
window.scrollTo({ top: Math.max(window.scrollY - r.current, 0) });
|
|
14
14
|
};
|
|
15
15
|
}, []);
|
|
16
|
-
const
|
|
16
|
+
const u = (s) => {
|
|
17
17
|
e.current = s, typeof t == "function" ? t(s) : t && (t.current = s);
|
|
18
18
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ d(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: w(
|
|
@@ -27,7 +27,7 @@ const p = "listMasterHeader__838f787a", y = "sticky__f8d6e5b3", c = {
|
|
|
27
27
|
n
|
|
28
28
|
),
|
|
29
29
|
...l,
|
|
30
|
-
ref:
|
|
30
|
+
ref: u,
|
|
31
31
|
children: i
|
|
32
32
|
}
|
|
33
33
|
);
|