@sberbusiness/triplex-next 0.31.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-DW0BhZ40.js +41 -0
- package/chunks/CalendarViewItem-DnsWMQ6f.js +101 -0
- package/chunks/Card.module-CXz8VlRt.js +18 -0
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +15 -0
- package/chunks/Chip-C4673wYg.js +85 -0
- package/chunks/Confirm.module-DXe0cS1V.js +15 -0
- package/chunks/{DropdownListItem-D093kwGL.js → DropdownListItem-Bp1g9j21.js} +12 -12
- package/chunks/DropdownMobile.module-B-gfhyrz.js +23 -0
- package/chunks/Footer.module-CHW5czGs.js +9 -0
- package/chunks/{FormFieldInput-DEkpK71h.js → FormFieldInput-DZ9wvF_L.js} +8 -8
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +9 -0
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +9 -0
- package/chunks/{HeaderTitle.module-_RjZrixi.js → HeaderTitle.module-Bjd_PeFL.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DvxWiBol.js → ImageGalleryExtendedThumb-A47Rfe5O.js} +7 -7
- package/chunks/IslandAccordion.module-Cez7gPQx.js +25 -0
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +13 -0
- package/chunks/{LightBoxContent-CD2ywHRd.js → LightBoxContent-9n7KZhyO.js} +6 -6
- package/chunks/LightBoxControls.module-CqE7tSjd.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +9 -0
- package/chunks/{ListItemControlsButton-ooEBqOYi.js → ListItemControlsButton-CvLzuMWL.js} +11 -11
- package/chunks/ListItemTail.module-Cj1qtzG7.js +12 -0
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +10 -0
- package/chunks/ModalWindow.module-DRSCJT-j.js +17 -0
- package/chunks/Notification.module-XEc1_4xz.js +20 -0
- package/chunks/Overlay.module-CG_bCws2.js +18 -0
- package/chunks/Page.module-w5MrLoeL.js +11 -0
- package/chunks/SMSField.module-CKYqfE0O.js +16 -0
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +15 -0
- package/chunks/SliderExtendedRail-BAv_g4xj.js +40 -0
- package/chunks/StatusTracker.module-Bxjr2F_-.js +24 -0
- package/chunks/{StepperStepArrowBorder-A6WoCp_l.js → StepperStepArrowBorder-zBMxIbHq.js} +8 -8
- package/chunks/{SuggestFieldMobileDropdownHint-B6H-gTlk.js → SuggestFieldMobileDropdownHint-DoCjNfsA.js} +4 -4
- package/chunks/TableFooter.module-nSntoxBZ.js +14 -0
- package/chunks/TabsExtended.module-BAblULYn.js +16 -0
- package/chunks/TabsLine.module-BB5LVegW.js +21 -0
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +19 -0
- package/chunks/TreeView.module-C8K0ykxB.js +9 -0
- package/chunks/{UploadZoneInput-CKzf73QX.js → UploadZoneInput-CZ0-33sV.js} +5 -5
- package/chunks/{constants-BO1zd0dv.js → constants-8_Umj6ax.js} +9 -9
- package/chunks/utils-BT5PPv2k.js +24 -0
- package/chunks/utils-CP79T5VE.js +73 -0
- package/chunks/{utils-BKnry-Ny.js → utils-De8Skuhh.js} +4 -4
- package/chunks/{utils-DBuNwIFU.js → utils-gmsD_32w.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +12 -12
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +22 -22
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +79 -78
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +18 -18
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +138 -138
- package/components/CollapsibleTree/CollapsibleTree.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +16 -16
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +11 -11
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +4 -4
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +10 -10
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +3 -3
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +10 -10
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +1 -1
- package/components/IconWrapper/IconWrapper.js +3 -3
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +8 -8
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +1 -1
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +1 -1
- package/components/ImageGalleryExtended/components/index.js +1 -1
- package/components/ImageGalleryExtended/index.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +18 -18
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +1 -1
- package/components/LightBox/LightBox.js +62 -72
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +12 -12
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +14 -14
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +27 -31
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +14 -14
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +18 -18
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +33 -32
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +5 -5
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +21 -21
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +7 -7
- package/components/Stepper/Stepper.js +33 -33
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +24 -24
- package/components/Table/ChipPanel.js +7 -7
- package/components/Table/ChipPanelLinks.js +1 -1
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +13 -13
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +11 -11
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +41 -36
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +24 -24
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +25 -25
- package/components/Typography/CodeText.js +2 -2
- package/components/Typography/Text.js +32 -32
- package/components/Typography/Title.js +26 -26
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +7 -7
- package/index.d.ts +9 -3
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +556 -556
- package/chunks/AlertProcessSpoiler-D94updt3.js +0 -41
- package/chunks/CalendarViewItem-w08J4qsu.js +0 -101
- package/chunks/Card.module-D8EAMd92.js +0 -18
- package/chunks/CheckboxTreeExtended.module-b9bSHVAz.js +0 -15
- package/chunks/Chip-Cteq3rht.js +0 -85
- package/chunks/Confirm.module-BtroC28g.js +0 -15
- package/chunks/DropdownMobile.module-BkdWickw.js +0 -23
- package/chunks/Footer.module-fb6dwao-.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DJZa8d1z.js +0 -9
- package/chunks/HeaderTabs.module-CYj6xy4J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-Da65hjez.js +0 -17
- package/chunks/IslandAccordion.module-BPxUPtoo.js +0 -25
- package/chunks/IslandWidgetFooter.module-ZxH3O6oy.js +0 -9
- package/chunks/IslandWidgetHeader.module-BSFljZcD.js +0 -13
- package/chunks/LightBoxControls.module-CmEdh818.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BN81wlqm.js +0 -9
- package/chunks/ListItemTail.module-4rSSMPVx.js +0 -12
- package/chunks/ListMasterFooter.module-C-WLsVa2.js +0 -10
- package/chunks/ModalWindow.module-D-ruP-W_.js +0 -17
- package/chunks/Notification.module-CGwe5hz6.js +0 -20
- package/chunks/Overlay.module-VY4-MhFj.js +0 -18
- package/chunks/Page.module-DxsbvUY0.js +0 -11
- package/chunks/SMSField.module-DsLV_aE8.js +0 -16
- package/chunks/SliderExtendedMarks.module-D_aHvnyq.js +0 -15
- package/chunks/SliderExtendedRail-DUIgrgt7.js +0 -40
- package/chunks/StatusTracker.module-BXZqUX7q.js +0 -24
- package/chunks/TableFooter.module-IT9a3X2n.js +0 -14
- package/chunks/TabsExtended.module-BeSILSIo.js +0 -16
- package/chunks/TabsLine.module-D1SiIi4c.js +0 -21
- package/chunks/TooltipDesktop.module--e7kCd3A.js +0 -19
- package/chunks/TreeView.module-BGGC5iP2.js +0 -9
- package/chunks/utils-B99NmqsA.js +0 -73
- package/chunks/utils-bwYnj4U9.js +0 -24
|
@@ -7,7 +7,7 @@ import { isKey as g } from "../../utils/keyboard.js";
|
|
|
7
7
|
import { StepperExtendedContext as H } from "./StepperExtendedContext.js";
|
|
8
8
|
import { EFocusSource as o } from "../../enums/EFocusSource.js";
|
|
9
9
|
import { EStepperStepType as y } from "./enums.js";
|
|
10
|
-
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-
|
|
10
|
+
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-zBMxIbHq.js";
|
|
11
11
|
import { IconWrapper as L } from "../IconWrapper/IconWrapper.js";
|
|
12
12
|
const Q = F(t), X = ({
|
|
13
13
|
children: N,
|
|
@@ -69,7 +69,7 @@ const Q = F(t), X = ({
|
|
|
69
69
|
...T,
|
|
70
70
|
ref: M,
|
|
71
71
|
children: [
|
|
72
|
-
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.
|
|
72
|
+
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.32.0", children: [
|
|
73
73
|
h && P(),
|
|
74
74
|
N
|
|
75
75
|
] }),
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as I } from "./SuggestContext.js";
|
|
|
4
4
|
import "../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../chunks/DropdownListItem-
|
|
7
|
+
import "../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
8
8
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as B } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as F } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -21,7 +21,7 @@ import "../Typography/Caption.js";
|
|
|
21
21
|
import "../Typography/CodeText.js";
|
|
22
22
|
import { Text as j } from "../Typography/Text.js";
|
|
23
23
|
import "../Typography/Title.js";
|
|
24
|
-
const k = "
|
|
24
|
+
const k = "suggestDropdownMobileBody__8efccb5e", z = "suggestDropdownMobileNoOptionsText__9a9b0947", g = {
|
|
25
25
|
suggestDropdownMobileBody: k,
|
|
26
26
|
suggestDropdownMobileNoOptionsText: z
|
|
27
27
|
}, A = () => {
|
|
@@ -32,12 +32,12 @@ const k = "suggestDropdownMobileBody__ed62c693", z = "suggestDropdownMobileNoOpt
|
|
|
32
32
|
placeholder: a,
|
|
33
33
|
noOptionsText: u,
|
|
34
34
|
loading: w,
|
|
35
|
-
clearInputOnFocus:
|
|
35
|
+
clearInputOnFocus: p,
|
|
36
36
|
dropdownListLoading: b,
|
|
37
37
|
onSelect: f,
|
|
38
38
|
onFilter: t,
|
|
39
39
|
onScrollEnd: l,
|
|
40
|
-
closeDropdown:
|
|
40
|
+
closeDropdown: d
|
|
41
41
|
} = I(), h = S(null), D = n(
|
|
42
42
|
(o) => {
|
|
43
43
|
if (l === void 0)
|
|
@@ -46,14 +46,14 @@ const k = "suggestDropdownMobileBody__ed62c693", z = "suggestDropdownMobileNoOpt
|
|
|
46
46
|
y - C - N < 1 && l();
|
|
47
47
|
},
|
|
48
48
|
[l]
|
|
49
|
-
), M = n(() =>
|
|
49
|
+
), M = n(() => d(), [d]), x = n(
|
|
50
50
|
(o) => {
|
|
51
51
|
t(o.target.value);
|
|
52
52
|
},
|
|
53
53
|
[t]
|
|
54
54
|
), T = n(() => {
|
|
55
|
-
i.length !== 0 &&
|
|
56
|
-
}, [i.length,
|
|
55
|
+
i.length !== 0 && p === !0 && t("");
|
|
56
|
+
}, [i.length, p, t]);
|
|
57
57
|
return /* @__PURE__ */ c(m, { children: [
|
|
58
58
|
/* @__PURE__ */ e(
|
|
59
59
|
O,
|
|
@@ -2,13 +2,13 @@ import "./desktop/SuggestFieldDesktopDropdown.js";
|
|
|
2
2
|
import { SuggestFieldDesktop as S } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as b } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import "../../chunks/SuggestFieldMobileDropdownHint-DoCjNfsA.js";
|
|
6
6
|
import { jsx as o } from "react/jsx-runtime";
|
|
7
7
|
import { MobileView as I } from "../MobileView/MobileView.js";
|
|
8
8
|
import "../FormField/components/FormFieldClear.js";
|
|
9
9
|
import "../FormField/components/FormFieldCounter.js";
|
|
10
10
|
import "../FormField/components/FormFieldDescription.js";
|
|
11
|
-
import { F as O } from "../../chunks/FormFieldInput-
|
|
11
|
+
import { F as O } from "../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
12
12
|
import "../FormField/components/FormFieldLabel.js";
|
|
13
13
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
14
14
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -9,7 +9,7 @@ import { EFormFieldStatus as q } from "../../FormField/enums.js";
|
|
|
9
9
|
import { FormFieldClear as ao } from "../../FormField/components/FormFieldClear.js";
|
|
10
10
|
import "../../FormField/components/FormFieldCounter.js";
|
|
11
11
|
import "../../FormField/components/FormFieldDescription.js";
|
|
12
|
-
import { F as ho } from "../../../chunks/FormFieldInput-
|
|
12
|
+
import { F as ho } from "../../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
13
13
|
import "../../FormField/components/FormFieldLabel.js";
|
|
14
14
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
15
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
23
23
|
import { DropdownListContext as po } from "../../Dropdown/DropdownListContext.js";
|
|
24
24
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
25
25
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
26
|
-
import "../../../chunks/DropdownListItem-
|
|
26
|
+
import "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
28
28
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
29
29
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -4,7 +4,7 @@ import { Portal as _ } from "../../Portal/Portal.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import { DropdownDesktop as b } from "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as L } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import { D as O } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D as O } from "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
8
8
|
import { EDropdownWidth as u } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -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-DoCjNfsA.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -7,7 +7,7 @@ import { DataTestId as A } from "../../../consts/DataTestId.js";
|
|
|
7
7
|
import { FormFieldClear as G } from "../../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../../FormField/components/FormFieldCounter.js";
|
|
9
9
|
import "../../FormField/components/FormFieldDescription.js";
|
|
10
|
-
import { F as N } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as N } from "../../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
11
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -18,7 +18,7 @@ import "../../FormField/FormField.js";
|
|
|
18
18
|
import { LoaderSmall as T } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as V } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-DoCjNfsA.js";
|
|
22
22
|
const po = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: b,
|
|
@@ -3,7 +3,7 @@ import z, { useState as D, 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-Bp1g9j21.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as A } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as G } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileList as L } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as Q } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as U } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as W } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint-DoCjNfsA.js";
|
|
19
19
|
const Z = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: M,
|
|
@@ -4,7 +4,7 @@ import "../../Typography/Caption.js";
|
|
|
4
4
|
import "../../Typography/CodeText.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
7
|
+
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-DoCjNfsA.js";
|
|
8
8
|
export {
|
|
9
9
|
g as SuggestFieldMobileDropdownHint
|
|
10
10
|
};
|
|
@@ -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-DoCjNfsA.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as W, jsx as T } from "react/jsx-runtime";
|
|
2
2
|
import H, { useState as S, useRef as u, useEffect as I, useImperativeHandle as V } from "react";
|
|
3
3
|
import { c as g } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const $ = "
|
|
4
|
+
const $ = "swipeableArea__e7e3ac9b", k = "content__7caa5a0f", q = "disableScroll__5792e655", G = "disablePointerEvents__87b82ebb", J = "swipeAnimationFinish__605ab505", K = "leftContent__67ecf782", Q = "rightContent__c6cef9b5", o = {
|
|
5
5
|
swipeableArea: $,
|
|
6
6
|
content: k,
|
|
7
7
|
disableScroll: q,
|
|
@@ -10,29 +10,29 @@ const $ = "swipeableArea__a2b2123c", k = "content__f85fa713", q = "disableScroll
|
|
|
10
10
|
leftContent: K,
|
|
11
11
|
rightContent: Q
|
|
12
12
|
}, m = 24, R = o.swipeAnimationFinish, U = o.disableScroll, Z = o.disablePointerEvents, y = { clientX: 0, clientY: 0 }, tt = H.forwardRef(
|
|
13
|
-
({ children: B, className: X, leftSwipeableArea: C, rightSwipeableArea:
|
|
14
|
-
const [p, a] = S(!1), [l, d] = S(), [s, e] = S(0), r = u(null),
|
|
13
|
+
({ children: B, className: X, leftSwipeableArea: C, rightSwipeableArea: b, onSwipeLeft: A, onSwipeRight: _, ...L }, x) => {
|
|
14
|
+
const [p, a] = S(!1), [l, d] = S(), [s, e] = S(0), r = u(null), c = u(null), n = u(0), h = u(y), E = u(null), O = () => {
|
|
15
15
|
a(!0);
|
|
16
16
|
const t = n.current - s;
|
|
17
|
-
n.current === 0 ? t > 0 ? t > m ? (e(-
|
|
17
|
+
n.current === 0 ? t > 0 ? t > m ? (e(-c.current.getBoundingClientRect().width), A == null || A()) : e(0) : Math.abs(t) > m ? (e(r.current.getBoundingClientRect().width), _ == null || _()) : e(0) : n.current > 0 ? t > 0 && e(
|
|
18
18
|
t > m ? 0 : r.current.getBoundingClientRect().width
|
|
19
19
|
) : n.current < 0 && t < 0 && e(
|
|
20
|
-
Math.abs(t) > m ? 0 : -
|
|
20
|
+
Math.abs(t) > m ? 0 : -c.current.getBoundingClientRect().width
|
|
21
21
|
);
|
|
22
22
|
}, w = () => {
|
|
23
|
-
|
|
23
|
+
h.current = y, d(void 0), document.removeEventListener("touchend", w);
|
|
24
24
|
};
|
|
25
25
|
I(() => {
|
|
26
26
|
!l && s !== n.current && O();
|
|
27
27
|
}, [l]);
|
|
28
28
|
const D = (t) => {
|
|
29
|
-
|
|
29
|
+
h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = s, document.addEventListener("touchend", w);
|
|
30
30
|
}, P = (t) => {
|
|
31
31
|
if (t.touches.length != 1)
|
|
32
32
|
return;
|
|
33
|
-
const
|
|
33
|
+
const i = t.touches[0].clientX - h.current.clientX, z = t.touches[0].clientY - h.current.clientY;
|
|
34
34
|
if (!l) {
|
|
35
|
-
Math.abs(z) > Math.abs(
|
|
35
|
+
Math.abs(z) > Math.abs(i) ? d(
|
|
36
36
|
"vertical"
|
|
37
37
|
/* vertical */
|
|
38
38
|
) : d(
|
|
@@ -43,25 +43,25 @@ const $ = "swipeableArea__a2b2123c", k = "content__f85fa713", q = "disableScroll
|
|
|
43
43
|
}
|
|
44
44
|
if (l === "vertical")
|
|
45
45
|
return;
|
|
46
|
-
const
|
|
47
|
-
n.current === 0 ?
|
|
48
|
-
Math.min(
|
|
49
|
-
) :
|
|
50
|
-
Math.max(
|
|
51
|
-
) : n.current > 0 ?
|
|
52
|
-
}, Y = () => a(!1), F = () =>
|
|
46
|
+
const f = n.current + i;
|
|
47
|
+
n.current === 0 ? i > 0 && C ? e(
|
|
48
|
+
Math.min(f, r.current.getBoundingClientRect().width)
|
|
49
|
+
) : i < 0 && b && e(
|
|
50
|
+
Math.max(f, -c.current.getBoundingClientRect().width)
|
|
51
|
+
) : n.current > 0 ? i < 0 && e(Math.max(0, f)) : n.current < 0 && i > 0 && e(Math.min(0, f));
|
|
52
|
+
}, Y = () => a(!1), F = () => c.current ? Math.abs(s) / c.current.getBoundingClientRect().width : 1, j = () => r.current ? Math.abs(s) / r.current.getBoundingClientRect().width : 1;
|
|
53
53
|
I(() => {
|
|
54
|
-
const t = (
|
|
55
|
-
|
|
54
|
+
const t = (i) => {
|
|
55
|
+
i.touches.length == 1 && E.current && !E.current.contains(i.target) && (a(!0), e(0), d(void 0));
|
|
56
56
|
};
|
|
57
57
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
58
58
|
}, []);
|
|
59
59
|
const v = () => {
|
|
60
60
|
r.current && (a(!0), e(r.current.getBoundingClientRect().width));
|
|
61
61
|
}, M = () => {
|
|
62
|
-
|
|
62
|
+
c.current && (a(!0), e(-c.current.getBoundingClientRect().width));
|
|
63
63
|
}, N = () => {
|
|
64
|
-
(
|
|
64
|
+
(c.current || r.current) && (a(!0), e(0));
|
|
65
65
|
};
|
|
66
66
|
return V(
|
|
67
67
|
x,
|
|
@@ -82,7 +82,7 @@ const $ = "swipeableArea__a2b2123c", k = "content__f85fa713", q = "disableScroll
|
|
|
82
82
|
{
|
|
83
83
|
className: g(o.swipeableArea, X),
|
|
84
84
|
...L,
|
|
85
|
-
"data-tx": "0.
|
|
85
|
+
"data-tx": "0.32.0",
|
|
86
86
|
ref: E,
|
|
87
87
|
children: [
|
|
88
88
|
typeof C < "u" ? /* @__PURE__ */ T(
|
|
@@ -96,15 +96,15 @@ const $ = "swipeableArea__a2b2123c", k = "content__f85fa713", q = "disableScroll
|
|
|
96
96
|
children: C
|
|
97
97
|
}
|
|
98
98
|
) : null,
|
|
99
|
-
typeof
|
|
99
|
+
typeof b < "u" ? /* @__PURE__ */ T(
|
|
100
100
|
"div",
|
|
101
101
|
{
|
|
102
102
|
className: g(o.rightContent, {
|
|
103
103
|
[R]: p
|
|
104
104
|
}),
|
|
105
|
-
ref:
|
|
105
|
+
ref: c,
|
|
106
106
|
style: { opacity: F() },
|
|
107
|
-
children:
|
|
107
|
+
children: b
|
|
108
108
|
}
|
|
109
109
|
) : null,
|
|
110
110
|
/* @__PURE__ */ T(
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { ChipPanelLinks as l } from "./ChipPanelLinks.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "chipPanel__ab25998a", o = {
|
|
5
5
|
chipPanel: c
|
|
6
|
-
},
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
}, a = ({ children: i, className: s, ...n }) => /* @__PURE__ */ p("div", { className: e(o.chipPanel, s), ...n, children: i });
|
|
7
|
+
a.Links = l;
|
|
8
|
+
a.displayName = "ChipPanel";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
a as ChipPanel
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=ChipPanel.js.map
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as t } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { Text as o } from "../Typography/Text.js";
|
|
4
4
|
import { EFontWeightText as a, ETextSize as p } from "../Typography/enums.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "chipPanelLinks__c4813f29", l = {
|
|
6
6
|
chipPanelLinks: c
|
|
7
7
|
}, m = ({ children: i, className: s, ...e }) => /* @__PURE__ */ n(
|
|
8
8
|
o,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "filterPanel__a5852e5f", 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": "0.
|
|
10
|
+
"data-tx": "0.32.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s } from "react";
|
|
3
3
|
import { MasterTableContext as n } from "./MasterTableContext.js";
|
|
4
4
|
import { c as p } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { NoColumns as b } from "./NoColumns.js";
|
|
6
6
|
import { FilterPanel as c } from "./FilterPanel.js";
|
|
7
|
-
import { ChipPanel as
|
|
8
|
-
import { TableBasic as
|
|
7
|
+
import { ChipPanel as f } from "./ChipPanel.js";
|
|
8
|
+
import { TableBasic as T } from "./TableBasic/TableBasic.js";
|
|
9
9
|
import { TableBasicSettings as P } from "./TableBasicSettings/TableBasicSettings.js";
|
|
10
10
|
import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
11
11
|
import { PaginationPanel as d } from "./PaginationPanel.js";
|
|
@@ -15,25 +15,25 @@ import "./TableFooter/components/TableFooterSummaryAmount.js";
|
|
|
15
15
|
import "./TableFooter/components/TableFooterSummarySelectAllButton.js";
|
|
16
16
|
import "./TableFooter/components/TableFooterSummarySelectedCount.js";
|
|
17
17
|
import "./TableBasicSettings/components/ColumnSettingsSortableListItem.js";
|
|
18
|
-
const C = "
|
|
18
|
+
const C = "masterTable__18894dbf", x = {
|
|
19
19
|
masterTable: C
|
|
20
|
-
}, t = ({ children:
|
|
20
|
+
}, t = ({ children: e, className: r, loading: a = !1, ...m }) => {
|
|
21
21
|
const [i, l] = s([]);
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ o(
|
|
23
23
|
n.Provider,
|
|
24
24
|
{
|
|
25
25
|
value: {
|
|
26
26
|
columns: i,
|
|
27
|
-
loading:
|
|
27
|
+
loading: a,
|
|
28
28
|
setColumns: l
|
|
29
29
|
},
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ o(
|
|
31
31
|
"div",
|
|
32
32
|
{
|
|
33
|
-
className: p(x.masterTable,
|
|
33
|
+
className: p(x.masterTable, r),
|
|
34
34
|
...m,
|
|
35
|
-
"data-tx": "0.
|
|
36
|
-
children:
|
|
35
|
+
"data-tx": "0.32.0",
|
|
36
|
+
children: e
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
39
|
}
|
|
@@ -42,8 +42,8 @@ const C = "masterTable__5aeed183", x = {
|
|
|
42
42
|
t.displayName = "MasterTable";
|
|
43
43
|
t.NoColumns = b;
|
|
44
44
|
t.FilterPanel = c;
|
|
45
|
-
t.ChipPanel =
|
|
46
|
-
t.TableBasic =
|
|
45
|
+
t.ChipPanel = f;
|
|
46
|
+
t.TableBasic = T;
|
|
47
47
|
t.TableBasicSettings = P;
|
|
48
48
|
t.TableFooter = u;
|
|
49
49
|
t.PaginationPanel = d;
|
|
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as e } from "../../chunks/vendor-z35N2Tap.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__288bf7b4", a = "content__8b0a1423", s = {
|
|
6
6
|
noColumns: i,
|
|
7
7
|
content: a
|
|
8
8
|
}, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "paginationPanel__65f60d80", 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": "0.
|
|
10
|
+
"data-tx": "0.32.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
3
|
import { i as T } from "../../../chunks/vendor-z35N2Tap.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-CP79T5VE.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
3
|
import { c as p } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-CP79T5VE.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -5,7 +5,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
|
|
|
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
7
|
import { c as d } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-CP79T5VE.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 }) => {
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as s } 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
5
|
import { c as p } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-CP79T5VE.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";
|
|
10
|
-
const j = ({ columns: y, data: C, onClickRow:
|
|
11
|
-
const { rowKey: b, rowData:
|
|
10
|
+
const j = ({ columns: y, data: C, onClickRow: d }) => {
|
|
11
|
+
const { rowKey: b, rowData: n, rowLayout: l, ariaAttributes: c, dataAttributes: r, selected: T = !1 } = C, g = p({ [M.selected]: T, selected: T }), h = d ? () => d(b) : void 0, B = r ? r["test-id"] : void 0, E = (e, t, x, m) => {
|
|
12
12
|
if (e.hidden)
|
|
13
13
|
return null;
|
|
14
|
-
const o = e.renderCell ? e.renderCell(t) : t,
|
|
15
|
-
$(
|
|
14
|
+
const o = e.renderCell ? e.renderCell(t) : t, i = e.cellType ?? a.TEXT, O = e.verticalAlign ?? (i === a.TEXT ? f.BASELINE : f.TOP), w = p(
|
|
15
|
+
$(i),
|
|
16
16
|
X(e.horizontalAlign),
|
|
17
|
-
S(
|
|
18
|
-
),
|
|
19
|
-
return /* @__PURE__ */
|
|
17
|
+
S(O)
|
|
18
|
+
), z = e.width ? { width: e.width } : void 0, K = () => o ? i === a.CHECKBOX || i === a.COMPONENTS ? o : /* @__PURE__ */ s(N, { size: A.B3, tag: "div", children: o }) : /* @__PURE__ */ s(N, { size: A.B3, tag: "div", children: "---" });
|
|
19
|
+
return /* @__PURE__ */ s(
|
|
20
20
|
"td",
|
|
21
21
|
{
|
|
22
|
-
className:
|
|
23
|
-
...
|
|
22
|
+
className: w,
|
|
23
|
+
...x,
|
|
24
24
|
"data-test-id": m && `${m}__${e.fieldKey}${L.Table.TableBasic.td}`,
|
|
25
|
-
style:
|
|
26
|
-
children:
|
|
25
|
+
style: z,
|
|
26
|
+
children: K()
|
|
27
27
|
},
|
|
28
28
|
e.fieldKey
|
|
29
29
|
);
|
|
30
|
-
},
|
|
30
|
+
}, v = y.map((e) => {
|
|
31
31
|
const { fieldKey: t } = e;
|
|
32
|
-
if (Object.keys(
|
|
33
|
-
return
|
|
32
|
+
if (Object.keys(n).indexOf(t) !== -1)
|
|
33
|
+
return E(e, n[t], l == null ? void 0 : l[t], B);
|
|
34
34
|
});
|
|
35
|
-
return /* @__PURE__ */
|
|
35
|
+
return /* @__PURE__ */ s(
|
|
36
36
|
"tr",
|
|
37
37
|
{
|
|
38
|
-
className:
|
|
39
|
-
onClick:
|
|
38
|
+
className: g,
|
|
39
|
+
onClick: h,
|
|
40
40
|
...!!c && H(c),
|
|
41
41
|
...!!r && D(r),
|
|
42
|
-
children:
|
|
42
|
+
children: v
|
|
43
43
|
}
|
|
44
44
|
);
|
|
45
45
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { ButtonDropdownExtended as
|
|
2
|
+
import { useRef as a } from "react";
|
|
3
|
+
import { ButtonDropdownExtended as i } from "../../Button/ButtonDropdownExtended.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.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__a02f851a", L = "tableSettingsDropdown__c33a6084", d = {
|
|
11
11
|
tableSettingsLink: k,
|
|
12
12
|
tableSettingsDropdown: L
|
|
13
|
-
}, t = ({ children: m, className: p, linkTitle: c, ...
|
|
14
|
-
const r =
|
|
13
|
+
}, t = ({ children: m, className: p, linkTitle: c, ...f }) => {
|
|
14
|
+
const r = a(null), s = a(null), g = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
|
|
15
15
|
x,
|
|
16
16
|
{
|
|
17
17
|
href: "#",
|
|
@@ -24,8 +24,8 @@ const k = "tableSettingsLink__b204fe87", L = "tableSettingsDropdown__05855b67",
|
|
|
24
24
|
ref: r,
|
|
25
25
|
children: c
|
|
26
26
|
}
|
|
27
|
-
),
|
|
28
|
-
|
|
27
|
+
), b = ({ className: e, ...o }) => /* @__PURE__ */ n(
|
|
28
|
+
i.Dropdown,
|
|
29
29
|
{
|
|
30
30
|
className: l(d.tableSettingsDropdown, e),
|
|
31
31
|
...o,
|
|
@@ -35,13 +35,13 @@ const k = "tableSettingsLink__b204fe87", L = "tableSettingsDropdown__05855b67",
|
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
return /* @__PURE__ */ n(
|
|
38
|
-
|
|
38
|
+
i,
|
|
39
39
|
{
|
|
40
40
|
className: l(d.tableSettingsLink, p),
|
|
41
|
-
renderButton:
|
|
42
|
-
renderDropdown:
|
|
41
|
+
renderButton: g,
|
|
42
|
+
renderDropdown: b,
|
|
43
43
|
dropdownRef: s,
|
|
44
|
-
...
|
|
44
|
+
...f
|
|
45
45
|
}
|
|
46
46
|
);
|
|
47
47
|
};
|
package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js
CHANGED
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
|
|
4
4
|
import { ListSortableItemControls as n } from "../../../List/components/ListSortableItemControls.js";
|
|
5
5
|
import { c as l } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
const c = "
|
|
6
|
+
const c = "columnSettingsSortableListItemTarget__792dee74", S = "dragging__8c861680", r = {
|
|
7
7
|
columnSettingsSortableListItemTarget: c,
|
|
8
8
|
dragging: S
|
|
9
9
|
}, b = i.forwardRef(
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { ListItem as c } from "../../../List/components/ListItem.js";
|
|
5
|
-
const n = "
|
|
5
|
+
const n = "columnSettingsStaticListItem__4e079ecf", 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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
3
|
import { c } from "../../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const B = "
|
|
4
|
+
const B = "tableBasicSettingsBody__f5e7a88c", l = {
|
|
5
5
|
tableBasicSettingsBody: B
|
|
6
6
|
}, d = o.forwardRef(
|
|
7
7
|
({ children: t, className: s, ...a }, e) => /* @__PURE__ */ i("div", { className: c(l.tableBasicSettingsBody, s), ref: e, ...a, children: t })
|