@sberbusiness/triplex-next 1.21.0 → 1.23.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 +54 -25
- package/chunks/{AlertProcessSpoiler-io5SjBK8.js → AlertProcessSpoiler-IulaUJl0.js} +9 -9
- package/chunks/CalendarViewItem-DhRDn7-d.js +101 -0
- package/chunks/Card.module-DSOXKXtd.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
- package/chunks/Chip-EVPZneh2.js +104 -0
- package/chunks/Confirm.module-gphOS6IB.js +15 -0
- package/chunks/{DropdownListItem-gGRZUigY.js → DropdownListItem-BOB8eQXM.js} +19 -19
- package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
- package/chunks/Footer.module-CMW0u8UD.js +9 -0
- package/chunks/FormFieldInput-CwX_1h09.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
- package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
- package/chunks/{HeaderTitle.module-G-lXVibC.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
- package/chunks/{LightBoxContent-Dwdsxv-p.js → LightBoxContent-CE6sXjX1.js} +13 -13
- package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
- package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
- package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
- package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
- package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
- package/chunks/Notification.module-809Tnazq.js +20 -0
- package/chunks/Overlay.module-c4cyqpKr.js +18 -0
- package/chunks/Page.module-CixV2VSG.js +11 -0
- package/chunks/{RightBorderArrow-BStHeZkJ.js → RightBorderArrow-nrRpapza.js} +4 -4
- package/chunks/SMSField.module-Qub64N0s.js +16 -0
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
- package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
- package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DP7pX8_2.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +4 -4
- package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
- package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
- package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
- package/chunks/TreeView.module-B8RxFbbh.js +9 -0
- package/chunks/{UploadZoneInput--cEsI9GG.js → UploadZoneInput-D9OID08A.js} +8 -8
- package/chunks/{constants-Dag2NxzH.js → constants-DXLVATUh.js} +6 -6
- package/chunks/{utils-mDzXEbG8.js → utils-BDGrf0u9.js} +5 -5
- package/chunks/utils-BXi-2Jma.js +28 -0
- package/chunks/utils-CvsNd4Ut.js +24 -0
- package/chunks/utils-DXnkRIJ2.js +73 -0
- package/chunks/{vendor-CuCj7SgU.js → vendor-BiObpx9E.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +17 -17
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +30 -30
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +91 -78
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +7 -7
- 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 +13 -13
- 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 +9 -9
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTree/index.js +6 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- 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 +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +11 -12
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +9 -10
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +28 -28
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +22 -22
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- 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/DateField/DateField.js +5 -5
- package/components/DatePickerExtended/DatePickerExtended.js +3 -3
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/DesignTokens/components/Tabs.js +0 -18
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.js +7 -0
- package/components/Dropdown/desktop/index.js +8 -4
- package/components/Dropdown/index.js +24 -25
- 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 +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +30 -30
- 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 +70 -78
- package/components/FormField/FormFieldContext.js +16 -14
- package/components/FormField/components/FormFieldClear.js +25 -23
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +29 -29
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +61 -34
- package/components/FormField/components/index.js +23 -0
- package/components/FormField/components/utils.js +5 -0
- package/components/FormField/index.js +25 -25
- 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 +7 -7
- 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 +9 -9
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +6 -6
- 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 +16 -16
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- 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/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +14 -14
- 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 +13 -13
- 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 +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +16 -16
- package/components/List/List.js +10 -10
- 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 +3 -3
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +7 -15
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- 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 +9 -13
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +26 -19
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +5 -5
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +13 -13
- 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 +12 -12
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +35 -32
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- 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 +12 -12
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +16 -16
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +11 -11
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +36 -36
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +39 -39
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +23 -23
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- 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 +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +22 -22
- 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 +37 -18
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +3 -3
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +49 -47
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +5 -5
- package/components/ThemeProvider/ThemeProvider.js +18 -20
- package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- 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 +12 -12
- package/components/TopOverlay/TopOverlay.js +10 -10
- 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 +24 -24
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- 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 +541 -538
- package/index.d.ts +76 -32
- package/index.js +577 -574
- package/package.json +3 -4
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-CW39vnxU.js +0 -101
- package/chunks/Card.module-wkZoieJo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +0 -15
- package/chunks/Chip-CtmEt4Cp.js +0 -90
- package/chunks/Confirm.module-Bi0IoVgW.js +0 -15
- package/chunks/DropdownMobile.module-D1Tda3VC.js +0 -23
- package/chunks/Footer.module-dEM87TWq.js +0 -9
- package/chunks/FormFieldInput-BXZLkCG-.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +0 -9
- package/chunks/HeaderTabs.module-lGf7L-VN.js +0 -9
- package/chunks/IslandAccordion.module-CmJ_07-4.js +0 -25
- package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +0 -9
- package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +0 -12
- package/chunks/LightBoxControls.module-C0ehN4OK.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +0 -9
- package/chunks/ListItemControlsButton-CXrdUtOj.js +0 -43
- package/chunks/ListItemTail.module-t77bOXMm.js +0 -12
- package/chunks/ListMasterFooter.module-S-2GdDuq.js +0 -10
- package/chunks/ModalWindow.module-BNDWxL9E.js +0 -17
- package/chunks/Notification.module-BukggXdi.js +0 -20
- package/chunks/Overlay.module-DNkYF6tu.js +0 -18
- package/chunks/Page.module-Bz9n-Dho.js +0 -11
- package/chunks/SMSField.module-DBEf-aa7.js +0 -16
- package/chunks/SliderExtendedMarks.module-QVPE-s18.js +0 -15
- package/chunks/SliderExtendedRail-1zC_WMFD.js +0 -40
- package/chunks/StatusTracker.module-_Hh_EXXG.js +0 -24
- package/chunks/TableFooter.module-nim97iDm.js +0 -14
- package/chunks/TabsExtended.module-33reL6bh.js +0 -16
- package/chunks/TabsLine.module-BS4pWC4f.js +0 -21
- package/chunks/TooltipDesktop.module-CU1qQ4fM.js +0 -19
- package/chunks/TreeView.module-7JefvvHQ.js +0 -9
- package/chunks/utils-C81PwsD3.js +0 -24
- package/chunks/utils-DKXtpqrd.js +0 -73
- package/chunks/utils-wIML3CoI.js +0 -27
- package/components/Dropdown/enums.js +0 -8
|
@@ -2,7 +2,7 @@ import { SuggestFieldDesktopDropdown as r } from "./desktop/SuggestFieldDesktopD
|
|
|
2
2
|
import { SuggestFieldDesktop as g } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as i } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import { SuggestFieldMobileDropdown as l } from "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-CRvB37lf.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -4,21 +4,21 @@ import { EComponentSize as I } from "../../../enums/EComponentSize.js";
|
|
|
4
4
|
import { SuggestFieldMobileDropdown as M } from "./SuggestFieldMobileDropdown.js";
|
|
5
5
|
import { TextFieldBase as _ } from "../../TextField/TextFieldBase.js";
|
|
6
6
|
import { DataTestId as $ } from "../../../consts/DataTestId.js";
|
|
7
|
-
import "../../FormField/
|
|
8
|
-
import "../../FormField/components/FormFieldDescription.js";
|
|
7
|
+
import { FormFieldClear as y } from "../../FormField/components/FormFieldClear.js";
|
|
9
8
|
import "../../FormField/components/FormFieldCounter.js";
|
|
9
|
+
import "../../FormField/components/FormFieldDescription.js";
|
|
10
|
+
import { F as A } from "../../../chunks/FormFieldInput-CwX_1h09.js";
|
|
10
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
11
|
-
import { FormFieldClear as y } from "../../FormField/components/FormFieldClear.js";
|
|
12
|
-
import "../../FormField/components/FormFieldTarget.js";
|
|
13
|
-
import { F as A } from "../../../chunks/FormFieldInput-BXZLkCG-.js";
|
|
14
12
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
13
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
16
14
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
15
|
+
import "../../FormField/components/FormFieldTarget.js";
|
|
17
16
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
17
|
+
import "../../FormField/FormField.js";
|
|
18
18
|
import { LoaderSmall as G } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as N } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-CRvB37lf.js";
|
|
22
22
|
const lo = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: b,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t, jsxs as w, Fragment as D } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import _, { useState as M, useRef as p, useCallback as i } from "react";
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import "../../../chunks/DropdownListItem-
|
|
6
|
+
import "../../../chunks/DropdownListItem-BOB8eQXM.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as q } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as z } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,24 +15,24 @@ import { DropdownMobileList as J } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as K } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as L } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as Q } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as U, S as W } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as U, S as W } from "../../../chunks/SuggestFieldMobileDropdownHint-CRvB37lf.js";
|
|
19
19
|
const X = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: C,
|
|
22
22
|
placeholder: a,
|
|
23
23
|
tooltipHint: h,
|
|
24
24
|
opened: F,
|
|
25
|
-
loading:
|
|
25
|
+
loading: I,
|
|
26
26
|
dropdownListLoading: n,
|
|
27
27
|
clearInputOnFocus: b,
|
|
28
28
|
setOpened: e,
|
|
29
|
-
onSelect:
|
|
29
|
+
onSelect: c,
|
|
30
30
|
onFilter: g,
|
|
31
|
-
onScrollEnd:
|
|
32
|
-
},
|
|
33
|
-
const [d, s] = M((o == null ? void 0 : o.label) || ""), [m,
|
|
34
|
-
(o == null ? void 0 : o.id) !== (m == null ? void 0 : m.id) && (
|
|
35
|
-
const f = p(!1),
|
|
31
|
+
onScrollEnd: l
|
|
32
|
+
}, R) => {
|
|
33
|
+
const [d, s] = M((o == null ? void 0 : o.label) || ""), [m, B] = M(o);
|
|
34
|
+
(o == null ? void 0 : o.id) !== (m == null ? void 0 : m.id) && (B(o), s((o == null ? void 0 : o.label) || ""));
|
|
35
|
+
const f = p(!1), S = p(null), y = p(null), k = i(() => {
|
|
36
36
|
s(b ? "" : (o == null ? void 0 : o.label) || "");
|
|
37
37
|
}, [b, o == null ? void 0 : o.label]), x = i(
|
|
38
38
|
(r) => {
|
|
@@ -41,35 +41,35 @@ const X = ({
|
|
|
41
41
|
[g]
|
|
42
42
|
), H = i(() => {
|
|
43
43
|
e(!1);
|
|
44
|
-
}, [e]),
|
|
44
|
+
}, [e]), N = i(() => {
|
|
45
45
|
if (f.current) {
|
|
46
46
|
f.current = !1;
|
|
47
47
|
return;
|
|
48
48
|
}
|
|
49
|
-
d.length === 0 && o !== void 0 &&
|
|
50
|
-
}, [d.length,
|
|
49
|
+
d.length === 0 && o !== void 0 && c(void 0);
|
|
50
|
+
}, [d.length, c, o]), V = i(
|
|
51
51
|
(r) => {
|
|
52
|
-
if (
|
|
52
|
+
if (l === void 0 || n)
|
|
53
53
|
return;
|
|
54
|
-
const { scrollHeight:
|
|
55
|
-
|
|
54
|
+
const { scrollHeight: j, scrollTop: P, clientHeight: T } = r.currentTarget;
|
|
55
|
+
j - P - T < 1 && l();
|
|
56
56
|
},
|
|
57
|
-
[
|
|
57
|
+
[l, n]
|
|
58
58
|
);
|
|
59
59
|
return /* @__PURE__ */ t(
|
|
60
60
|
Q,
|
|
61
61
|
{
|
|
62
62
|
opened: F,
|
|
63
63
|
setOpened: e,
|
|
64
|
-
targetRef:
|
|
65
|
-
onClose:
|
|
64
|
+
targetRef: y,
|
|
65
|
+
onClose: N,
|
|
66
66
|
mobileViewProps: {
|
|
67
67
|
children: /* @__PURE__ */ w(D, { children: [
|
|
68
68
|
/* @__PURE__ */ t(
|
|
69
69
|
A,
|
|
70
70
|
{
|
|
71
71
|
controlButtons: /* @__PURE__ */ w(D, { children: [
|
|
72
|
-
|
|
72
|
+
I && /* @__PURE__ */ t(L, {}),
|
|
73
73
|
/* @__PURE__ */ t(z, { onClick: H })
|
|
74
74
|
] }),
|
|
75
75
|
children: /* @__PURE__ */ t(
|
|
@@ -84,13 +84,14 @@ const X = ({
|
|
|
84
84
|
)
|
|
85
85
|
}
|
|
86
86
|
),
|
|
87
|
-
/* @__PURE__ */ t(q, { className: U.suggestFieldMobileBody, onScroll:
|
|
87
|
+
/* @__PURE__ */ t(q, { className: U.suggestFieldMobileBody, onScroll: V, children: h ? /* @__PURE__ */ t(W, { children: h }) : /* @__PURE__ */ t(J, { loading: n, ref: S, children: C.map((r) => /* @__PURE__ */ t(
|
|
88
88
|
K,
|
|
89
89
|
{
|
|
90
90
|
id: r.id,
|
|
91
91
|
selected: r.id === (o == null ? void 0 : o.id),
|
|
92
|
+
showNotificationIcon: r.showNotificationIcon,
|
|
92
93
|
onSelect: () => {
|
|
93
|
-
f.current = !0,
|
|
94
|
+
f.current = !0, c(r), e(!1);
|
|
94
95
|
},
|
|
95
96
|
children: r.content || r.label
|
|
96
97
|
},
|
|
@@ -98,10 +99,10 @@ const X = ({
|
|
|
98
99
|
)) }) })
|
|
99
100
|
] })
|
|
100
101
|
},
|
|
101
|
-
ref:
|
|
102
|
+
ref: R
|
|
102
103
|
}
|
|
103
104
|
);
|
|
104
|
-
}, po =
|
|
105
|
+
}, po = _.forwardRef(X);
|
|
105
106
|
export {
|
|
106
107
|
po as SuggestFieldMobileDropdown
|
|
107
108
|
};
|
|
@@ -3,7 +3,7 @@ import "../../Typography/enums.js";
|
|
|
3
3
|
import "../../Typography/Caption.js";
|
|
4
4
|
import "../../Typography/Text.js";
|
|
5
5
|
import "../../Typography/Title.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
6
|
+
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-CRvB37lf.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SuggestFieldMobileDropdownHint
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
|
|
2
2
|
import { SuggestFieldMobileDropdown as t } from "./SuggestFieldMobileDropdown.js";
|
|
3
|
-
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
3
|
+
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-CRvB37lf.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as j, jsx as
|
|
1
|
+
import { jsxs as j, jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as w, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
|
-
import { c as g } from "../../chunks/vendor-
|
|
4
|
-
const H = "
|
|
3
|
+
import { c as g } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
const H = "swipeableArea__20c8c86f", V = "content__bfbf023b", $ = "disableScroll__fdde502e", k = "disablePointerEvents__885a974e", q = "swipeAnimationFinish__498cb80b", G = "leftContent__edfaa458", J = "rightContent__573f3c54", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -10,8 +10,8 @@ const H = "swipeableArea__639fbc2b", V = "content__ac71cd4d", $ = "disableScroll
|
|
|
10
10
|
leftContent: G,
|
|
11
11
|
rightContent: J
|
|
12
12
|
}, p = 24, A = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
|
|
13
|
-
({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea:
|
|
14
|
-
const [
|
|
13
|
+
({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
|
|
14
|
+
const [S, a] = w(!1), [l, d] = w(), [o, e] = w(0), i = u(null), r = u(null), n = u(0), f = u(N), _ = u(null), X = () => {
|
|
15
15
|
a(!0);
|
|
16
16
|
const t = n.current - o;
|
|
17
17
|
n.current === 0 ? t > 0 ? e(
|
|
@@ -24,17 +24,17 @@ const H = "swipeableArea__639fbc2b", V = "content__ac71cd4d", $ = "disableScroll
|
|
|
24
24
|
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
26
|
}, E = () => {
|
|
27
|
-
|
|
27
|
+
f.current = N, d(void 0), document.removeEventListener("touchend", E);
|
|
28
28
|
};
|
|
29
29
|
M(() => {
|
|
30
30
|
!l && o !== n.current && X();
|
|
31
31
|
}, [l]);
|
|
32
32
|
const x = (t) => {
|
|
33
|
-
|
|
33
|
+
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
|
|
34
34
|
}, O = (t) => {
|
|
35
35
|
if (t.touches.length != 1)
|
|
36
36
|
return;
|
|
37
|
-
const c = t.touches[0].clientX -
|
|
37
|
+
const c = t.touches[0].clientX - f.current.clientX, F = t.touches[0].clientY - f.current.clientY;
|
|
38
38
|
if (!l) {
|
|
39
39
|
Math.abs(F) > Math.abs(c) ? d(
|
|
40
40
|
"vertical"
|
|
@@ -47,16 +47,16 @@ const H = "swipeableArea__639fbc2b", V = "content__ac71cd4d", $ = "disableScroll
|
|
|
47
47
|
}
|
|
48
48
|
if (l === "vertical")
|
|
49
49
|
return;
|
|
50
|
-
const
|
|
50
|
+
const h = n.current + c;
|
|
51
51
|
n.current === 0 ? c > 0 && m ? e(
|
|
52
|
-
Math.min(
|
|
53
|
-
) : c < 0 &&
|
|
54
|
-
Math.max(
|
|
55
|
-
) : n.current > 0 ? c < 0 && e(Math.max(0,
|
|
52
|
+
Math.min(h, i.current.getBoundingClientRect().width)
|
|
53
|
+
) : c < 0 && C && e(
|
|
54
|
+
Math.max(h, -r.current.getBoundingClientRect().width)
|
|
55
|
+
) : n.current > 0 ? c < 0 && e(Math.max(0, h)) : n.current < 0 && c > 0 && e(Math.min(0, h));
|
|
56
56
|
}, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
|
|
57
57
|
M(() => {
|
|
58
58
|
const t = (c) => {
|
|
59
|
-
c.touches.length == 1 &&
|
|
59
|
+
c.touches.length == 1 && _.current && !_.current.contains(c.target) && (a(!0), e(0), d(void 0));
|
|
60
60
|
};
|
|
61
61
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
62
|
}, []);
|
|
@@ -86,38 +86,38 @@ const H = "swipeableArea__639fbc2b", V = "content__ac71cd4d", $ = "disableScroll
|
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "1.
|
|
90
|
-
ref:
|
|
89
|
+
"data-tx": "1.23.0",
|
|
90
|
+
ref: _,
|
|
91
91
|
children: [
|
|
92
|
-
typeof m < "u" ? /* @__PURE__ */
|
|
92
|
+
typeof m < "u" ? /* @__PURE__ */ b(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
95
|
className: g(s.leftContent, {
|
|
96
|
-
[A]:
|
|
96
|
+
[A]: S
|
|
97
97
|
}),
|
|
98
98
|
ref: i,
|
|
99
99
|
style: { opacity: Y() },
|
|
100
100
|
children: m
|
|
101
101
|
}
|
|
102
102
|
) : null,
|
|
103
|
-
typeof
|
|
103
|
+
typeof C < "u" ? /* @__PURE__ */ b(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: g(s.rightContent, {
|
|
107
|
-
[A]:
|
|
107
|
+
[A]: S
|
|
108
108
|
}),
|
|
109
109
|
ref: r,
|
|
110
110
|
style: { opacity: P() },
|
|
111
|
-
children:
|
|
111
|
+
children: C
|
|
112
112
|
}
|
|
113
113
|
) : null,
|
|
114
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ b(
|
|
115
115
|
"div",
|
|
116
116
|
{
|
|
117
117
|
className: g(s.content, {
|
|
118
118
|
[Q]: o !== 0,
|
|
119
119
|
[K]: l === "horizontal",
|
|
120
|
-
[A]:
|
|
120
|
+
[A]: S
|
|
121
121
|
}),
|
|
122
122
|
onTouchStart: x,
|
|
123
123
|
onTouchMove: O,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "../../chunks/vendor-
|
|
3
|
-
const s = "
|
|
2
|
+
import { c as r } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
const s = "filterPanel__49a01d8f", i = {
|
|
4
4
|
filterPanel: s
|
|
5
5
|
}, n = ({ children: e, className: l, ...t }) => /* @__PURE__ */ a(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: r(i.filterPanel, l),
|
|
9
9
|
...t,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.23.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as i } from "react";
|
|
3
3
|
import { MasterTableContext as n } from "./MasterTableContext.js";
|
|
4
|
-
import { c as b } from "../../chunks/vendor-
|
|
4
|
+
import { c as b } from "../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import { NoColumns as p } from "./NoColumns.js";
|
|
6
6
|
import { FilterPanel as T } from "./FilterPanel.js";
|
|
7
7
|
import { TabsLinePanel as c } from "./TabsLinePanel.js";
|
|
@@ -11,7 +11,7 @@ import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
|
11
11
|
import { PaginationPanel as d } from "./PaginationPanel.js";
|
|
12
12
|
import "./TableBasicSettings/components/ColumnSettings.js";
|
|
13
13
|
import "./TableBasic/enums.js";
|
|
14
|
-
const x = "
|
|
14
|
+
const x = "masterTable__4b89612f", g = {
|
|
15
15
|
masterTable: x
|
|
16
16
|
}, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
|
|
17
17
|
const [s, l] = i([]);
|
|
@@ -28,7 +28,7 @@ const x = "masterTable__5e6224c1", g = {
|
|
|
28
28
|
{
|
|
29
29
|
className: b(g.masterTable, o),
|
|
30
30
|
...m,
|
|
31
|
-
"data-tx": "1.
|
|
31
|
+
"data-tx": "1.23.0",
|
|
32
32
|
children: t
|
|
33
33
|
}
|
|
34
34
|
)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c as e } from "../../chunks/vendor-
|
|
1
|
+
import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { Gap as l } from "../Gap/Gap.js";
|
|
4
4
|
import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
|
|
5
|
-
const i = "
|
|
5
|
+
const i = "noColumns__d8551ba4", a = "content__80039b19", s = {
|
|
6
6
|
noColumns: i,
|
|
7
7
|
content: a
|
|
8
|
-
}, p = ({ children: n, className: t, ...
|
|
8
|
+
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
|
|
9
9
|
/* @__PURE__ */ o(r, {}),
|
|
10
10
|
/* @__PURE__ */ o(l, { size: 8 }),
|
|
11
11
|
/* @__PURE__ */ o("div", { className: s.content, children: n })
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../chunks/vendor-
|
|
3
|
-
const s = "
|
|
2
|
+
import { c as o } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
const s = "paginationPanel__9ac1ac37", e = {
|
|
4
4
|
paginationPanel: s
|
|
5
5
|
}, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: o(e.paginationPanel, n),
|
|
9
9
|
...i,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.23.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
|
-
import { i as T } from "../../../chunks/vendor-
|
|
3
|
+
import { i as T } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { MasterTableContext as L } from "../MasterTableContext.js";
|
|
5
|
-
import { s as a } from "../../../chunks/utils-
|
|
5
|
+
import { s as a } from "../../../chunks/utils-DXnkRIJ2.js";
|
|
6
6
|
import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
|
|
7
7
|
import { TableBasicBody as C } from "./components/TableBasicBody.js";
|
|
8
8
|
import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { TableBasicRow as b } from "./TableBasicRow.js";
|
|
3
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
3
|
+
import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -4,8 +4,8 @@ import { isNullOrUndefined as b } from "../../../../utils/isNullOrUndefined.js";
|
|
|
4
4
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
5
5
|
import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
|
|
6
6
|
import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
|
|
7
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
7
|
+
import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
9
9
|
import { Text as B } from "../../../Typography/Text.js";
|
|
10
10
|
import { ETextSize as v } from "../../../Typography/enums.js";
|
|
11
11
|
const w = ({ columns: u, onOrderBy: l }) => {
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttributes.js";
|
|
3
3
|
import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
|
|
4
4
|
import { DataTestId as L } from "../../../../consts/DataTestId.js";
|
|
5
|
-
import { c as p } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
5
|
+
import { c as p } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-DXnkRIJ2.js";
|
|
7
7
|
import { ECellType as a, EVerticalAlign as f } from "../enums.js";
|
|
8
8
|
import { ETextSize as A } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { ButtonDropdownExtended as
|
|
4
|
-
import { c as l } from "../../../chunks/vendor-
|
|
2
|
+
import { useRef as a } from "react";
|
|
3
|
+
import { ButtonDropdownExtended as i } from "../../Button/ButtonDropdownExtended.js";
|
|
4
|
+
import { c as l } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
5
|
import { TableBasicSettingsBody as u } from "./components/TableBasicSettingsBody.js";
|
|
6
6
|
import { ColumnSettings as w } from "./components/ColumnSettings.js";
|
|
7
7
|
import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
|
|
8
8
|
import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
|
|
9
9
|
import { Link as x } from "../../Link/Link.js";
|
|
10
|
-
const k = "
|
|
10
|
+
const k = "tableSettingsLink__aac84862", L = "tableSettingsDropdown__e3534adc", d = {
|
|
11
11
|
tableSettingsLink: k,
|
|
12
12
|
tableSettingsDropdown: L
|
|
13
13
|
}, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
|
|
14
|
-
const r =
|
|
14
|
+
const r = a(null), s = a(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
|
|
15
15
|
x,
|
|
16
16
|
{
|
|
17
17
|
href: "#",
|
|
@@ -25,7 +25,7 @@ const k = "tableSettingsLink__f9a24165", L = "tableSettingsDropdown__3906d661",
|
|
|
25
25
|
children: c
|
|
26
26
|
}
|
|
27
27
|
), b = ({ className: e, ...o }) => /* @__PURE__ */ n(
|
|
28
|
-
|
|
28
|
+
i.Dropdown,
|
|
29
29
|
{
|
|
30
30
|
className: l(d.tableSettingsDropdown, e),
|
|
31
31
|
...o,
|
|
@@ -35,7 +35,7 @@ const k = "tableSettingsLink__f9a24165", L = "tableSettingsDropdown__3906d661",
|
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
return /* @__PURE__ */ n(
|
|
38
|
-
|
|
38
|
+
i,
|
|
39
39
|
{
|
|
40
40
|
className: l(d.tableSettingsLink, p),
|
|
41
41
|
renderButton: g,
|
package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js
CHANGED
|
@@ -2,12 +2,12 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
|
|
4
4
|
import { ListSortableItemControls as l } from "../../../List/components/ListSortableItemControls.js";
|
|
5
|
-
import { c as n } from "../../../../chunks/vendor-
|
|
6
|
-
const c = "
|
|
5
|
+
import { c as n } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
+
const c = "columnSettingsSortableListItemTarget__1b3ca470", S = "dragging__f5910f37", r = {
|
|
7
7
|
columnSettingsSortableListItemTarget: c,
|
|
8
8
|
dragging: S
|
|
9
|
-
},
|
|
10
|
-
({ children: o, className: s, style:
|
|
9
|
+
}, f = i.forwardRef(
|
|
10
|
+
({ children: o, className: s, style: b, dragging: t, ...a }, m) => /* @__PURE__ */ e(
|
|
11
11
|
g,
|
|
12
12
|
{
|
|
13
13
|
className: n(
|
|
@@ -22,8 +22,8 @@ const c = "columnSettingsSortableListItemTarget__c0c95aeb", S = "dragging__5cc16
|
|
|
22
22
|
}
|
|
23
23
|
)
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
f.displayName = "ColumnSettingsSortableListItemTarget";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
f as ColumnSettingsSortableListItemTarget
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ColumnSettingsSortableListItemTarget.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as o } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as o } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { ListItem as c } from "../../../List/components/ListItem.js";
|
|
5
|
-
const n = "
|
|
5
|
+
const n = "columnSettingsStaticListItem__972ddd86", a = {
|
|
6
6
|
columnSettingsStaticListItem: n
|
|
7
7
|
}, r = e.forwardRef(
|
|
8
8
|
({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
import { c } from "../../../../chunks/vendor-
|
|
4
|
-
const B = "
|
|
3
|
+
import { c } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
const B = "tableBasicSettingsBody__280daa10", d = {
|
|
5
5
|
tableBasicSettingsBody: B
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(
|
|
6
|
+
}, l = o.forwardRef(
|
|
7
|
+
({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(d.tableBasicSettingsBody, s), ref: e, ...a, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
l.displayName = "TableBasicSettingsBody";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
l as TableBasicSettingsBody
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=TableBasicSettingsBody.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c } from "../../../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
tableBasicSettingsFooter:
|
|
3
|
+
import { c as r } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
const c = "tableBasicSettingsFooter__db07851e", l = {
|
|
5
|
+
tableBasicSettingsFooter: c
|
|
6
6
|
}, n = i.forwardRef(
|
|
7
|
-
({ children: t, className: e, ...o }, s) => /* @__PURE__ */ a("div", { className:
|
|
7
|
+
({ children: t, className: e, ...o }, s) => /* @__PURE__ */ a("div", { className: r(l.tableBasicSettingsFooter, e), ref: s, ...o, children: t })
|
|
8
8
|
);
|
|
9
9
|
n.displayName = "TableBasicSettingsFooter";
|
|
10
10
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
2
|
+
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { Text as r } from "../../../Typography/Text.js";
|
|
4
4
|
import { EFontWeightText as o, ETextSize as c } from "../../../Typography/enums.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "tableBasicSettingsHeader__2a473d5f", m = {
|
|
6
6
|
tableBasicSettingsHeader: l
|
|
7
7
|
}, n = ({
|
|
8
8
|
children: e,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as r } from "../../../chunks/TableFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
import { s as r } from "../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
4
4
|
import { FooterDescription as l } from "../../Footer/components/FooterDescription.js";
|
|
5
5
|
import { FooterDescriptionControls as p } from "../../Footer/components/FooterDescriptionControls.js";
|
|
6
6
|
import { TableFooterSummary as c } from "./components/TableFooterSummary.js";
|
|
@@ -3,17 +3,17 @@ import { FooterDescription as r } from "../../../Footer/components/FooterDescrip
|
|
|
3
3
|
import { TableFooterSummaryAmount as m } from "./TableFooterSummaryAmount.js";
|
|
4
4
|
import { TableFooterSummarySelectedCount as a } from "./TableFooterSummarySelectedCount.js";
|
|
5
5
|
import { TableFooterSummarySelectAllButton as l } from "./TableFooterSummarySelectAllButton.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/TableFooter.module-
|
|
7
|
-
const
|
|
6
|
+
import { s as n } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
7
|
+
const y = Object.assign(
|
|
8
8
|
({ children: t, ...e }) => /* @__PURE__ */ o(r.Content, { ...e, children: /* @__PURE__ */ o("div", { className: n.tableFooterSummary, children: t }) }),
|
|
9
9
|
{
|
|
10
10
|
Amount: m,
|
|
11
11
|
SelectedCount: a,
|
|
12
|
-
SelectAllButton: l
|
|
12
|
+
SelectAllButton: l,
|
|
13
|
+
displayName: "TableFooterSummary"
|
|
13
14
|
}
|
|
14
15
|
);
|
|
15
|
-
u.displayName = "TableFooterSummary";
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
y as TableFooterSummary
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=TableFooterSummary.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as m } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as m } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
import { Amount as s } from "../../../Amount/Amount.js";
|
|
4
4
|
import { Text as l } from "../../../Typography/Text.js";
|
|
5
5
|
import { ETextSize as i } from "../../../Typography/enums.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as a } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
import { ETextSize as s } from "../../../Typography/enums.js";
|
|
4
4
|
import { Link as i } from "../../../Link/Link.js";
|
|
5
5
|
import { Text as p } from "../../../Typography/Text.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../../chunks/TableFooter.module-
|
|
2
|
+
import { s as t } from "../../../../chunks/TableFooter.module-BW9hgU6o.js";
|
|
3
3
|
const a = ({ children: e }) => /* @__PURE__ */ o("span", { className: t.tableFooterSummarySelectedCount, children: e });
|
|
4
4
|
a.displayName = "TableFooterSummarySelectedCount";
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../chunks/vendor-
|
|
2
|
+
import { c as t } from "../../chunks/vendor-BiObpx9E.js";
|
|
3
3
|
import { TabsLinePanelLinks as l } from "./TabsLinePanelLinks.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "tabsLinePanel__bc71c7a8", L = {
|
|
5
5
|
tabsLinePanel: o
|
|
6
6
|
}, a = ({ children: s, className: n, ...e }) => /* @__PURE__ */ i("div", { className: t(L.tabsLinePanel, n), ...e, children: s });
|
|
7
7
|
a.Links = l;
|