@sberbusiness/triplex-next 0.19.0 → 0.21.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 +61 -23
- package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +39 -0
- package/chunks/CalendarViewItem-D879SDC1.js +101 -0
- package/chunks/Card.module--O3Bx82B.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +15 -0
- package/chunks/{Chip-Bq-4tQtK.js → Chip-M9mPbBOt.js} +15 -15
- package/chunks/Confirm.module-DtBiR4Fo.js +15 -0
- package/chunks/{DropdownListItem-ILfoWhzW.js → DropdownListItem-BdLTF7q1.js} +16 -16
- package/chunks/DropdownMobile.module-PpB3KA4H.js +23 -0
- package/chunks/Footer.module-Z4RIi8JP.js +9 -0
- package/chunks/FormFieldInput-C75omt8Y.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +9 -0
- package/chunks/HeaderTabs.module-ykRWLBUI.js +9 -0
- package/chunks/{HeaderTitle.module-DKHery9U.js → HeaderTitle.module-Cg-I_NJG.js} +2 -2
- package/chunks/IslandAccordion.module-DE-xutGt.js +25 -0
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +9 -0
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +12 -0
- package/chunks/LightBoxContent-BLPx_Tsf.js +56 -0
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +9 -0
- package/chunks/{ListItemControlsButton-BVv5SEQK.js → ListItemControlsButton-0bXNCLYU.js} +8 -8
- package/chunks/ListItemTail.module-DFYWneN6.js +12 -0
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +10 -0
- package/chunks/ModalWindow.module-DqMffIcE.js +17 -0
- package/chunks/Notification.module-CPSD8BYw.js +20 -0
- package/chunks/Overlay.module-B5Hl3baB.js +18 -0
- package/chunks/Page.module-BbrHHqMK.js +11 -0
- package/chunks/{RightBorderArrow-DphWOCKu.js → RightBorderArrow-1OX8NAL9.js} +6 -6
- package/chunks/SMSField.module-CPSjUBD-.js +16 -0
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +15 -0
- package/chunks/SliderExtendedRail-C_1LnK7I.js +40 -0
- package/chunks/StatusTracker.module-KkpUE8KY.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BrJJVBqL.js → SuggestFieldMobileDropdownHint-DNKfDfM3.js} +6 -6
- package/chunks/TableFooter.module-OEvn0oaX.js +14 -0
- package/chunks/TabsExtended.module-B3Ti-48x.js +16 -0
- package/chunks/TabsLine.module-BgCBcRYT.js +21 -0
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +19 -0
- package/chunks/TreeView.module-CmGHGs81.js +9 -0
- package/chunks/{UploadZoneInput-CPReFDxM.js → UploadZoneInput-CIib3dEF.js} +5 -5
- package/chunks/{constants-BJYXBm7r.js → constants-BamiEgAW.js} +9 -9
- package/chunks/{utils-Di6w1QBl.js → utils-Bt-cuXIX.js} +2 -2
- package/chunks/utils-C5IWf42V.js +24 -0
- package/chunks/{utils-hoF6QqvY.js → utils-d7-rkiPs.js} +10 -10
- package/chunks/utils-hbQGLR7K.js +73 -0
- package/chunks/{vendor-DE8Zvm0w.js → vendor-DaOifQgP.js} +5330 -5331
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +11 -11
- 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 +8 -8
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +4 -4
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +11 -11
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +24 -23
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- 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 +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/Confirm/index.js +4 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensCore.js +8 -0
- package/components/DesignTokens/components/Pagination.js +2 -5
- package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +20 -20
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +3 -3
- 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 +14 -21
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- 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 +68 -66
- package/components/FormField/FormFieldContext.js +4 -3
- package/components/FormField/components/FormFieldClear.js +2 -2
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +19 -19
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +32 -30
- package/components/FormField/components/FormFieldTextarea.js +13 -13
- package/components/FormField/index.js +1 -1
- 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 +6 -6
- 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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +75 -69
- package/components/IslandWidget/IslandWidget.js +20 -20
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +32 -32
- 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 +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +15 -15
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +7 -7
- 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 +2 -2
- 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 +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +12 -12
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- 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 +3 -3
- 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 +13 -13
- 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 +24 -16
- package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Portal/index.js +5 -0
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +7 -7
- 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 +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +68 -64
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +18 -18
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- 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/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +3 -3
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -17
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +3 -3
- 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 +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- 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/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +120 -156
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +21 -19
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +5 -5
- 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/Tooltip/index.js +13 -5
- package/components/TopOverlay/TopOverlay.js +28 -28
- 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 +21 -21
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +15 -15
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +574 -560
- package/generated/refTokenTypes.js +1 -1
- package/helpers/less/colors.less +2 -0
- package/index.d.ts +231 -68
- package/index.js +618 -604
- package/package.json +6 -1
- package/styles/triplex-next.css +547 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BHNe1ozS.js +0 -39
- package/chunks/CalendarViewItem-DPBC-Z6J.js +0 -101
- package/chunks/Card.module-B5YIHmus.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CpX20kPI.js +0 -14
- package/chunks/Confirm.module-GA5Dzlmr.js +0 -15
- package/chunks/DropdownMobile.module-DclcWauT.js +0 -23
- package/chunks/Footer.module-DkDGszHy.js +0 -9
- package/chunks/FormFieldInput-ClOpQErr.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-BZz8z8Wm.js +0 -9
- package/chunks/HeaderTabs.module-C5oTxlpm.js +0 -9
- package/chunks/IslandAccordion.module-WbI4D8ty.js +0 -25
- package/chunks/IslandWidgetFooter.module-DTWh9cNJ.js +0 -9
- package/chunks/IslandWidgetHeader.module-BQRaj4yi.js +0 -12
- package/chunks/LightBoxContent-DwCwTnm8.js +0 -56
- package/chunks/LightBoxControls.module-Dd9isO-M.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D6dEk7jq.js +0 -8
- package/chunks/ListItemTail.module-Cl4qnsce.js +0 -12
- package/chunks/ListMasterFooter.module-DhaldysT.js +0 -10
- package/chunks/ModalWindow.module-0Ojlif30.js +0 -17
- package/chunks/Notification.module-PYfR2ux2.js +0 -20
- package/chunks/Overlay.module-DLlM4tJo.js +0 -18
- package/chunks/Page.module-g63XbdMj.js +0 -11
- package/chunks/SMSField.module-BtkXBfsB.js +0 -16
- package/chunks/SliderExtendedMarks.module-CmYXI7Bc.js +0 -15
- package/chunks/SliderExtendedRail-LPLejGxq.js +0 -40
- package/chunks/StatusTracker.module-DvCRrIA3.js +0 -24
- package/chunks/TableFooter.module--X6CLCIy.js +0 -14
- package/chunks/TabsExtended.module-R-jANZBU.js +0 -16
- package/chunks/TabsLine.module-B1pGQOOh.js +0 -21
- package/chunks/TooltipDesktop.module-DB_qJpGS.js +0 -19
- package/chunks/TreeView.module-DToAhAOL.js +0 -9
- package/chunks/utils-BumZpvr4.js +0 -73
- package/chunks/utils-C0IvyYX-.js +0 -24
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as y, Fragment as T } from "react/jsx-runtime";
|
|
2
2
|
import { useState as B, useRef as O, useEffect as X } from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as f, F as Y } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { OverlayBase as z, EOverlayDirection as L } from "../../Overlay/OverlayBase.js";
|
|
5
5
|
import { OverlayMask as R } from "../../Overlay/OverlayMask.js";
|
|
6
6
|
import { LightBoxSideOverlayLoader as j } from "./LightBoxSideOverlayLoader.js";
|
|
@@ -9,7 +9,7 @@ import { LightBoxSideOverlayCloseMobile as A } from "./LightBoxSideOverlayCloseM
|
|
|
9
9
|
import { LightBoxSideOverlayCloseDesktop as G } from "./LightBoxSideOverlayCloseDesktop.js";
|
|
10
10
|
import { EComponentSize as U } from "../../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as q } from "../../../utils/classNameMaps.js";
|
|
12
|
-
const J = "
|
|
12
|
+
const J = "lightBoxSideOverlayMask__714af292", K = "lightBoxSideOverlayWrapper__e5747e9e", Q = "overflowXHidden__1ad241a3", V = "overflowYHidden__b078fc2e", Z = "closing__f5759ec0", $ = "opened__58fba5f6", P = "lightBoxSideOverlayContent__4e1a2f10", ee = "opening__3e6c3779", oe = "sm__60670172", te = "md__f882860a", ie = "lg__a0813075", re = "lightBoxSideOverlay__29a74dcd", e = {
|
|
13
13
|
lightBoxSideOverlayMask: J,
|
|
14
14
|
lightBoxSideOverlayWrapper: K,
|
|
15
15
|
overflowXHidden: Q,
|
|
@@ -22,7 +22,7 @@ const J = "lightBoxSideOverlayMask__03fedde9", K = "lightBoxSideOverlayWrapper__
|
|
|
22
22
|
md: te,
|
|
23
23
|
lg: ie,
|
|
24
24
|
lightBoxSideOverlay: re
|
|
25
|
-
}, le = q(e),
|
|
25
|
+
}, le = q(e), v = ({
|
|
26
26
|
children: x,
|
|
27
27
|
className: S,
|
|
28
28
|
focusTrapProps: l,
|
|
@@ -40,18 +40,18 @@ const J = "lightBoxSideOverlayMask__03fedde9", K = "lightBoxSideOverlayWrapper__
|
|
|
40
40
|
X(() => {
|
|
41
41
|
m.current && !o ? (g(!1), d(!0)) : !m.current && o && (d(!1), g(!0)), m.current = o;
|
|
42
42
|
}, [o]);
|
|
43
|
-
const
|
|
44
|
-
const { target:
|
|
45
|
-
|
|
46
|
-
},
|
|
43
|
+
const w = (r) => {
|
|
44
|
+
const { target: W, currentTarget: b } = r;
|
|
45
|
+
W === b && (i ? (d(!1), s == null || s()) : n && (g(!1), c == null || c()));
|
|
46
|
+
}, C = ({ opened: r }) => /* @__PURE__ */ t(R, { opened: r, className: e.lightBoxSideOverlayMask }), H = () => /* @__PURE__ */ y(
|
|
47
47
|
"div",
|
|
48
48
|
{
|
|
49
|
-
className:
|
|
49
|
+
className: f(e.lightBoxSideOverlayContent, {
|
|
50
50
|
[e.closing]: i,
|
|
51
51
|
[e.opening]: n,
|
|
52
52
|
[e.opened]: o
|
|
53
53
|
}),
|
|
54
|
-
onTransitionEnd:
|
|
54
|
+
onTransitionEnd: w,
|
|
55
55
|
ref: p,
|
|
56
56
|
children: [
|
|
57
57
|
x,
|
|
@@ -59,22 +59,22 @@ const J = "lightBoxSideOverlayMask__03fedde9", K = "lightBoxSideOverlayWrapper__
|
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
), N = () => {
|
|
62
|
-
},
|
|
62
|
+
}, E = f(S, e.lightBoxSideOverlayWrapper, le[M], {
|
|
63
63
|
[e.closing]: i,
|
|
64
64
|
[e.opened]: o,
|
|
65
65
|
[e.overflowXHidden]: !!h || !!a,
|
|
66
66
|
[e.overflowYHidden]: !!h || !!a || !!u
|
|
67
|
-
}),
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
] }),
|
|
67
|
+
}), F = (r) => /* @__PURE__ */ y(T, { children: [
|
|
68
|
+
C(r),
|
|
69
|
+
H()
|
|
70
|
+
] }), D = /* @__PURE__ */ t(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: f(e.lightBoxSideOverlay, {
|
|
74
74
|
[e.closing]: i,
|
|
75
75
|
[e.opening]: n
|
|
76
76
|
}),
|
|
77
|
-
children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children:
|
|
77
|
+
children: /* @__PURE__ */ t(z, { direction: L.RIGHT, opened: o, setOpened: N, children: F })
|
|
78
78
|
}
|
|
79
79
|
);
|
|
80
80
|
return /* @__PURE__ */ t(
|
|
@@ -83,19 +83,19 @@ const J = "lightBoxSideOverlayMask__03fedde9", K = "lightBoxSideOverlayWrapper__
|
|
|
83
83
|
active: o && !n && !i,
|
|
84
84
|
...l,
|
|
85
85
|
focusTrapOptions: {
|
|
86
|
-
|
|
86
|
+
allowOutsideClick: !0,
|
|
87
87
|
initialFocus: () => I.getFirstInteractionElementByDataAttr(p.current),
|
|
88
88
|
preventScroll: !0,
|
|
89
89
|
...l == null ? void 0 : l.focusTrapOptions
|
|
90
90
|
},
|
|
91
|
-
children: /* @__PURE__ */ t("div", { className:
|
|
91
|
+
children: /* @__PURE__ */ t("div", { className: E, role: "dialog", "aria-modal": "true", ...k, children: D })
|
|
92
92
|
}
|
|
93
93
|
);
|
|
94
94
|
};
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
v.displayName = "LightBoxSideOverlay";
|
|
96
|
+
v.CloseDesktop = G;
|
|
97
|
+
v.CloseMobile = A;
|
|
98
98
|
export {
|
|
99
|
-
|
|
99
|
+
v as LightBoxSideOverlay
|
|
100
100
|
};
|
|
101
101
|
//# sourceMappingURL=LightBoxSideOverlay.js.map
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { TriggerClickOnKeyDownEvent as
|
|
4
|
-
import { EVENT_KEY_CODES as
|
|
5
|
-
import { c
|
|
6
|
-
import { CrossStrokeSrvIcon32 as
|
|
7
|
-
import { EButtonTheme as
|
|
8
|
-
import { EComponentSize as
|
|
9
|
-
import { Button as
|
|
10
|
-
import { s as
|
|
11
|
-
const
|
|
12
|
-
className:
|
|
13
|
-
clickByEsc:
|
|
14
|
-
...
|
|
2
|
+
import { useRef as l } from "react";
|
|
3
|
+
import { TriggerClickOnKeyDownEvent as a } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
4
|
+
import { EVENT_KEY_CODES as p } from "../../../utils/keyboard.js";
|
|
5
|
+
import { c } from "../../../chunks/vendor-DaOifQgP.js";
|
|
6
|
+
import { CrossStrokeSrvIcon32 as d } from "@sberbusiness/icons-next";
|
|
7
|
+
import { EButtonTheme as f } from "../../Button/enums.js";
|
|
8
|
+
import { EComponentSize as C } from "../../../enums/EComponentSize.js";
|
|
9
|
+
import { Button as u } from "../../Button/Button.js";
|
|
10
|
+
import { s as r } from "../../../chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js";
|
|
11
|
+
const E = ({
|
|
12
|
+
className: i,
|
|
13
|
+
clickByEsc: s,
|
|
14
|
+
...n
|
|
15
15
|
}) => {
|
|
16
|
-
const o =
|
|
17
|
-
|
|
16
|
+
const o = l(null), t = () => /* @__PURE__ */ e(
|
|
17
|
+
u,
|
|
18
18
|
{
|
|
19
19
|
"data-exclude-modal-focus": !0,
|
|
20
|
-
className:
|
|
20
|
+
className: c(i, r.lightBoxSideOverlayCloseDesktop),
|
|
21
21
|
title: "Закрыть",
|
|
22
|
-
...
|
|
22
|
+
...n,
|
|
23
23
|
ref: o,
|
|
24
|
-
icon: /* @__PURE__ */ e(
|
|
25
|
-
size:
|
|
26
|
-
theme:
|
|
24
|
+
icon: /* @__PURE__ */ e(d, { paletteIndex: 0 }),
|
|
25
|
+
size: C.LG,
|
|
26
|
+
theme: f.SECONDARY_LIGHT
|
|
27
27
|
}
|
|
28
|
-
);
|
|
29
|
-
return
|
|
28
|
+
), m = () => s ? /* @__PURE__ */ e(a, { eventKeyCode: p.ESCAPE, targetRef: o, children: t() }) : t();
|
|
29
|
+
return /* @__PURE__ */ e("div", { className: r.lightBoxSideOverlayCloseDesktopContainer, children: m() });
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
E.displayName = "LightBoxSideOverlayCloseDesktop";
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
E as LightBoxSideOverlayCloseDesktop
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=LightBoxSideOverlayCloseDesktop.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../../chunks/vendor-
|
|
2
|
+
import { c as r } from "../../../chunks/vendor-DaOifQgP.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-Dbzm6FYI.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__14af5936", c = {
|
|
5
5
|
lightBoxSideOverlayLoaderWrapper: n
|
|
6
6
|
}, f = ({ loadingTitle: a }) => {
|
|
7
7
|
const [t, r] = s(0), e = l(null);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const f = "
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
|
+
const f = "lightBoxLeftSidebar__2bc00188", x = "fixed__3fa7bb74", s = "lightBoxLeftSidebarInner__2420fa3a", e = {
|
|
4
4
|
lightBoxLeftSidebar: f,
|
|
5
5
|
fixed: x,
|
|
6
6
|
lightBoxLeftSidebarInner: s
|
|
7
7
|
}, l = ({
|
|
8
8
|
children: t,
|
|
9
|
-
className:
|
|
9
|
+
className: a,
|
|
10
10
|
fixed: o,
|
|
11
11
|
...r
|
|
12
|
-
}) => /* @__PURE__ */ i("div", { className: a
|
|
12
|
+
}) => /* @__PURE__ */ i("div", { className: d(a, e.lightBoxLeftSidebar, { [e.fixed]: o }), ...r, children: /* @__PURE__ */ i("div", { className: e.lightBoxLeftSidebarInner, children: t }) });
|
|
13
13
|
l.displayName = "LightBoxLeftSidebar";
|
|
14
14
|
export {
|
|
15
15
|
l as LightBoxLeftSidebar
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../chunks/vendor-
|
|
3
|
-
const r = "
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
|
|
3
|
+
const r = "lightBoxRightSidebar__63e7de6d", a = "fixed__3fa7bb74", x = "lightBoxRightSidebarInner__40bbb0c7", i = {
|
|
4
4
|
lightBoxRightSidebar: r,
|
|
5
5
|
fixed: a,
|
|
6
6
|
lightBoxRightSidebarInner: x
|
|
7
|
-
},
|
|
7
|
+
}, b = ({
|
|
8
8
|
children: e,
|
|
9
9
|
className: h,
|
|
10
10
|
fixed: d,
|
|
11
11
|
...g
|
|
12
12
|
}) => /* @__PURE__ */ t("div", { className: o(h, i.lightBoxRightSidebar, { [i.fixed]: d }), ...g, children: /* @__PURE__ */ t("div", { className: i.lightBoxRightSidebarInner, children: e }) });
|
|
13
|
-
|
|
13
|
+
b.displayName = "LightBoxRightSidebar";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
b as LightBoxRightSidebar
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=LightBoxRightSidebar.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
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
|
-
import {
|
|
3
|
+
import { g as B, i as k, p } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { Portal as P } from "../../Portal/Portal.js";
|
|
5
5
|
import { LightBoxViewManagerConsts as l } from "./LightBoxViewManagerConsts.js";
|
|
6
6
|
const g = "LightBoxMountNodeViewManager", $ = ({
|
package/components/Link/Link.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as R, jsxs as t, Fragment as d } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
|
-
import { c as a } from "../../chunks/vendor-
|
|
4
|
-
const v = "
|
|
3
|
+
import { c as a } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const v = "link__e23945d1", F = "wordWithContent__f9448dfb", S = "before__05ae6353", T = "after__f41cc407", e = {
|
|
5
5
|
link: v,
|
|
6
6
|
wordWithContent: F,
|
|
7
7
|
before: S,
|
|
8
8
|
after: T
|
|
9
9
|
}, q = L.forwardRef(
|
|
10
|
-
({ children: i, className: N, onBlur:
|
|
10
|
+
({ children: i, className: N, onBlur: f, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, W) => {
|
|
11
11
|
const c = () => o ? /* @__PURE__ */ t(d, { children: [
|
|
12
12
|
"",
|
|
13
13
|
o()
|
|
14
|
-
] }) : null, m = () => s ? s() : null,
|
|
14
|
+
] }) : null, m = () => s ? s() : null, u = (n) => {
|
|
15
15
|
const r = n.split(" ");
|
|
16
16
|
if (r.length < 2 || r.length < 3 && o && s) {
|
|
17
17
|
const y = a(e.wordWithContent, {
|
|
@@ -24,7 +24,7 @@ const v = "link__1df76b18", F = "wordWithContent__91b5d008", S = "before__a0cd05
|
|
|
24
24
|
m()
|
|
25
25
|
] });
|
|
26
26
|
}
|
|
27
|
-
const l = r[0], h = r[r.length - 1],
|
|
27
|
+
const l = r[0], h = r[r.length - 1], b = r.slice(1, -1).join(" "), k = a(e.wordWithContent, {
|
|
28
28
|
[e.before]: !!o
|
|
29
29
|
}), g = o ? /* @__PURE__ */ t("span", { className: k, children: [
|
|
30
30
|
c(),
|
|
@@ -38,29 +38,29 @@ const v = "link__1df76b18", F = "wordWithContent__91b5d008", S = "before__a0cd05
|
|
|
38
38
|
return /* @__PURE__ */ t(d, { children: [
|
|
39
39
|
g,
|
|
40
40
|
" ",
|
|
41
|
-
|
|
41
|
+
b,
|
|
42
42
|
" ",
|
|
43
43
|
j
|
|
44
44
|
] });
|
|
45
|
-
},
|
|
45
|
+
}, w = (n) => {
|
|
46
46
|
const r = o ? o() : null, l = s ? s() : null;
|
|
47
47
|
return /* @__PURE__ */ t(d, { children: [
|
|
48
48
|
r,
|
|
49
49
|
n,
|
|
50
50
|
l
|
|
51
51
|
] });
|
|
52
|
-
},
|
|
52
|
+
}, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(i) : i;
|
|
53
53
|
return /* @__PURE__ */ R(
|
|
54
54
|
"a",
|
|
55
55
|
{
|
|
56
56
|
role: "link",
|
|
57
|
-
...
|
|
57
|
+
...C,
|
|
58
58
|
className: a(N, e.link, "hoverable"),
|
|
59
|
-
onBlur:
|
|
60
|
-
onMouseDown:
|
|
61
|
-
"data-tx": "0.
|
|
62
|
-
ref:
|
|
63
|
-
children:
|
|
59
|
+
onBlur: f,
|
|
60
|
+
onMouseDown: p,
|
|
61
|
+
"data-tx": "0.21.0",
|
|
62
|
+
ref: W,
|
|
63
|
+
children: _
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { LoaderScreen as
|
|
5
|
-
const f = "
|
|
1
|
+
import { jsxs as a, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as e } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { LoaderScreen as m } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
+
const f = "list__2af8d8cc", p = {
|
|
6
6
|
list: f
|
|
7
|
-
},
|
|
7
|
+
}, d = c.forwardRef(({ children: s, className: t, loading: l, ...o }, r) => /* @__PURE__ */ a("ul", { className: e(p.list, t), ...o, "data-tx": "0.21.0", ref: r, children: [
|
|
8
8
|
s,
|
|
9
|
-
l ? /* @__PURE__ */
|
|
9
|
+
l ? /* @__PURE__ */ i(m, { type: "small" }) : null
|
|
10
10
|
] }));
|
|
11
|
-
|
|
11
|
+
d.displayName = "List";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
d as List
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=List.js.map
|
|
@@ -3,7 +3,7 @@ var p = (t, e, r) => e in t ? x(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var o = (t, e, r) => p(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
4
|
import { jsx as d } from "react/jsx-runtime";
|
|
5
5
|
import E from "react";
|
|
6
|
-
import { b,
|
|
6
|
+
import { a as b, b as f, D as M, M as T, r as D, d as L, S as w, v as y, e as I, T as C, f as H } from "../../chunks/vendor-DaOifQgP.js";
|
|
7
7
|
import { List as N } from "./List.js";
|
|
8
8
|
class u extends H {
|
|
9
9
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
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-DaOifQgP.js";
|
|
4
|
+
const p = "listEmptyState__332cd122", r = {
|
|
5
5
|
listEmptyState: p
|
|
6
6
|
}, c = 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
9
|
c.displayName = "ListItemEmpty";
|
|
10
10
|
export {
|
|
@@ -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.21.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
c.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import i, { useContext as l } from "react";
|
|
3
|
-
import { c as r } from "../../../chunks/vendor-
|
|
3
|
+
import { c as r } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { ListItemContext as d } from "./ListItemContext.js";
|
|
5
|
-
const a = "
|
|
5
|
+
const a = "listItemContent__9bf15d13", f = "selected__15e4f0b2", 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__f7ed1520", C = "selected__73d25c54", t = {
|
|
|
13
13
|
{
|
|
14
14
|
className: r(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.21.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
|
-
import { c as e } from "../../../chunks/vendor-
|
|
4
|
-
const i = "
|
|
3
|
+
import { c as e } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const i = "listItemControls__d35ba737", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(
|
|
6
|
+
}, a = m.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ l("div", { className: e(n.listItemControls, o), ...s, ref: r, 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 e } from "../../../chunks/ListItemControlsButton-
|
|
3
|
+
import "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-0bXNCLYU.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as W, Fragment as P } from "react/jsx-runtime";
|
|
2
2
|
import E, { useRef as a, useState as O, createElement as w } from "react";
|
|
3
|
-
import { u as _, c as g } from "../../../chunks/vendor-
|
|
3
|
+
import { u as _, c as g } from "../../../chunks/vendor-DaOifQgP.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 b } 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 h, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-0bXNCLYU.js";
|
|
22
22
|
const G = E.forwardRef(
|
|
23
23
|
(y, l) => {
|
|
24
24
|
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as s } from "../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { LoaderScreen as r } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
5
|
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
6
|
-
const n = "
|
|
6
|
+
const n = "listItemLoading__6001915f", d = {
|
|
7
7
|
listItemLoading: n
|
|
8
8
|
}, l = m.forwardRef(
|
|
9
9
|
({ className: o, ...i }, e) => /* @__PURE__ */ t("div", { className: s(d.listItemLoading, o), ...i, ref: e, children: /* @__PURE__ */ t(r, { type: "small", size: a.MD }) })
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import p, { useContext as m, useEffect as
|
|
3
|
-
import { c as
|
|
4
|
-
import { Checkbox as
|
|
5
|
-
import { ListItemContext as
|
|
6
|
-
const
|
|
7
|
-
listItemSelectable:
|
|
8
|
-
selected:
|
|
2
|
+
import p, { useContext as m, useEffect as k } from "react";
|
|
3
|
+
import { c as x } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { Checkbox as d } from "../../Checkbox/Checkbox.js";
|
|
5
|
+
import { ListItemContext as _ } from "./ListItemContext.js";
|
|
6
|
+
const L = "listItemSelectable__c8372e14", f = "selected__15e4f0b2", C = "checkboxWrapper__ec45b7c5", W = "childrenWrapper__983e0147", I = "checkboxLabel__77561e91", S = "checkboxLabelClickArea__1c208d44", e = {
|
|
7
|
+
listItemSelectable: L,
|
|
8
|
+
selected: f,
|
|
9
9
|
checkboxWrapper: C,
|
|
10
10
|
childrenWrapper: W,
|
|
11
11
|
checkboxLabel: I,
|
|
12
12
|
checkboxLabelClickArea: S
|
|
13
13
|
}, N = p.forwardRef(
|
|
14
|
-
({ selected: c, children:
|
|
15
|
-
const { setSelected:
|
|
14
|
+
({ selected: c, children: a, className: r, onSelect: s, ...o }, b) => {
|
|
15
|
+
const { setSelected: l } = m(_), i = (h) => {
|
|
16
16
|
s(h.target.checked);
|
|
17
17
|
};
|
|
18
|
-
return
|
|
19
|
-
|
|
20
|
-
}, [c,
|
|
18
|
+
return k(() => {
|
|
19
|
+
l(c);
|
|
20
|
+
}, [c, l]), /* @__PURE__ */ n(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
|
-
className:
|
|
23
|
+
className: x(e.listItemSelectable, { [e.selected]: c }, r),
|
|
24
24
|
...o,
|
|
25
25
|
ref: b,
|
|
26
26
|
children: [
|
|
27
|
-
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children:
|
|
27
|
+
/* @__PURE__ */ t("div", { className: e.childrenWrapper, children: a }),
|
|
28
28
|
/* @__PURE__ */ t("div", { className: e.checkboxWrapper, children: /* @__PURE__ */ t(
|
|
29
|
-
|
|
29
|
+
d,
|
|
30
30
|
{
|
|
31
31
|
checked: c,
|
|
32
32
|
onChange: i,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as e, jsxs as c } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { SwipeableArea as
|
|
4
|
-
import { ListItem as
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
|
+
import { ListItem as b } from "./ListItem.js";
|
|
5
5
|
import { ListItemContent as L } from "./ListItemContent.js";
|
|
6
6
|
import { ListItemControls as T } from "./ListItemControls.js";
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
8
|
import { ListItemTailRight as x } from "./ListItemTailRight.js";
|
|
9
|
-
import { c as y } from "../../../chunks/vendor-
|
|
10
|
-
const C = "
|
|
9
|
+
import { c as y } from "../../../chunks/vendor-DaOifQgP.js";
|
|
10
|
+
const C = "listItemTable__c975d465", w = {
|
|
11
11
|
listItemTable: C
|
|
12
|
-
}, R =
|
|
12
|
+
}, R = d.forwardRef(
|
|
13
13
|
({ children: o, className: s, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: a, ...n }, f) => {
|
|
14
14
|
const p = typeof i < "u" && typeof r < "u", m = () => /* @__PURE__ */ e(L, { onClick: l, children: o });
|
|
15
|
-
return /* @__PURE__ */ e(
|
|
16
|
-
|
|
15
|
+
return /* @__PURE__ */ e(b, { className: y(w.listItemTable, s), ...n, ref: f, children: /* @__PURE__ */ c(
|
|
16
|
+
I,
|
|
17
17
|
{
|
|
18
18
|
ref: a,
|
|
19
19
|
rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l 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-DaOifQgP.js";
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DFYWneN6.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-DFYWneN6.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
6
|
({ className: a, ...i }, m) => /* @__PURE__ */ l(
|
|
7
7
|
"span",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { q as I, s as u, c as y } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
|
|
6
|
-
const
|
|
7
|
-
listSortableItem:
|
|
8
|
-
dragging:
|
|
9
|
-
},
|
|
6
|
+
const N = "listSortableItem__385a65cf", _ = "dragging__b92d4709", i = {
|
|
7
|
+
listSortableItem: N,
|
|
8
|
+
dragging: _
|
|
9
|
+
}, x = Object.assign(
|
|
10
10
|
p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
|
|
11
11
|
const { transform: m, transition: l, listeners: f, isDragging: a, setNodeRef: c, setActivatorNodeRef: S } = I({
|
|
12
12
|
disabled: r,
|
|
@@ -33,8 +33,8 @@ const x = "listSortableItem__facab6b4", N = "dragging__4a60644a", i = {
|
|
|
33
33
|
Target: R
|
|
34
34
|
}
|
|
35
35
|
);
|
|
36
|
-
|
|
36
|
+
x.displayName = "ListSortableItem";
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
x as ListSortableItem
|
|
39
39
|
};
|
|
40
40
|
//# sourceMappingURL=ListSortableItem.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
4
|
-
const a = "
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
const a = "listSortableItemControls__e8c2cfb8", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|