@sberbusiness/triplex-next 0.33.0 → 0.34.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-BXa1yThy.js +41 -0
- package/chunks/{CalendarViewItem-jaPGc7g9.js → CalendarViewItem-CcneNgUN.js} +16 -16
- package/chunks/Card.module-B95wvDgf.js +18 -0
- package/chunks/CheckboxTreeExtended.module-DieUohY2.js +15 -0
- package/chunks/Chip-CwUtKklT.js +85 -0
- package/chunks/Confirm.module-DAri1spU.js +15 -0
- package/chunks/{DropdownListItem-9uM7fY6X.js → DropdownListItem-Cspd56Yl.js} +16 -16
- package/chunks/DropdownMobile.module-DrD6ibvE.js +23 -0
- package/chunks/Footer.module-DcYb0T1i.js +9 -0
- package/chunks/{FormFieldInput-CLHhO8Kh.js → FormFieldInput-D3Ncfs2O.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-C3C0sKOR.js +9 -0
- package/chunks/HeaderTabs.module-BkwLC92-.js +9 -0
- package/chunks/{HeaderTitle.module-D4SZQJKQ.js → HeaderTitle.module-CgvvJQ0i.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DsxpDSCZ.js +17 -0
- package/chunks/{ImageGalleryExtendedThumb-DVMRe0a9.js → ImageGalleryExtendedThumb-Dwh72nwh.js} +2 -2
- package/chunks/IslandAccordion.module-DaY9vVJp.js +25 -0
- package/chunks/IslandWidgetFooter.module-CEfWuouj.js +9 -0
- package/chunks/IslandWidgetHeader.module-CxuzaM--.js +13 -0
- package/chunks/{LightBoxContent-CJPhUyR3.js → LightBoxContent-CJtTSiys.js} +5 -5
- package/chunks/LightBoxControls.module-DWLPCWBc.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-oYZl6d26.js +9 -0
- package/chunks/{ListItemControlsButton-BsJp3m-o.js → ListItemControlsButton-BwKD73pC.js} +11 -11
- package/chunks/ListItemTail.module-Bj8zic0V.js +12 -0
- package/chunks/ListMasterFooter.module-BFDBK4_z.js +10 -0
- package/chunks/ModalWindow.module-CpZnXDzI.js +17 -0
- package/chunks/Notification.module-CgMv6vKH.js +20 -0
- package/chunks/Overlay.module-CW1lqxQV.js +18 -0
- package/chunks/Page.module-B9JECpGI.js +11 -0
- package/chunks/SMSField.module-VqYW2mTS.js +16 -0
- package/chunks/SliderExtendedMarks.module-DadrWVGM.js +15 -0
- package/chunks/{SliderExtendedRail-SYhKGslJ.js → SliderExtendedRail-BDQN7rWF.js} +5 -5
- package/chunks/StatusTracker.module-DWmAmjm2.js +24 -0
- package/chunks/{StepperStepArrowBorder-B59UgJt-.js → StepperStepArrowBorder-BMResef_.js} +12 -12
- package/chunks/{SuggestFieldMobileDropdownHint-GTMw7Nng.js → SuggestFieldMobileDropdownHint-9Q2UeJdi.js} +2 -2
- package/chunks/TableFooter.module-Dftom-s2.js +14 -0
- package/chunks/TabsExtended.module-DR0KZ8sI.js +16 -0
- package/chunks/TabsLine.module-D8wvke8p.js +21 -0
- package/chunks/TooltipDesktop.module-Chw47OdI.js +19 -0
- package/chunks/TreeView.module-DlD_4rrF.js +9 -0
- package/chunks/{UploadZoneInput-NoKos3kX.js → UploadZoneInput-DyTdTOhb.js} +4 -4
- package/chunks/{constants-DXTFMfA_.js → constants-CEkl1AbB.js} +16 -16
- package/chunks/{utils-C2i3hSWR.js → utils-B1xQI_Pq.js} +6 -6
- package/chunks/utils-B8AZrFu8.js +28 -0
- package/chunks/utils-BHumxyiH.js +73 -0
- package/chunks/utils-C0t0OqOb.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- 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 +21 -21
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- 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 +12 -12
- 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 +16 -16
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- 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 +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- 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 +19 -19
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsibleTree/CollapsibleTree.js +7 -7
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +1 -1
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- 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 +9 -9
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +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 +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +14 -14
- package/components/FormField/components/FormFieldTextarea.js +22 -22
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +13 -13
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/IconWrapper/IconWrapper.js +9 -9
- package/components/ImageGallery/ImageGallery.js +1 -1
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +6 -6
- 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 +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- 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 +19 -19
- 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 +6 -6
- package/components/LightBox/LightBox.js +22 -22
- 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 +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +10 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +6 -14
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +1 -1
- 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 +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +18 -18
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- 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 +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +35 -36
- package/components/Notification/NotificationGrouped.js +14 -9
- package/components/Notification/components/NotificationBody.js +20 -16
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +54 -54
- package/components/Overlay/OverlayBase.js +26 -22
- 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 +15 -15
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +18 -18
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +16 -16
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +27 -27
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- 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 +21 -21
- package/components/Table/ChipPanel.js +9 -9
- package/components/Table/ChipPanelLinks.js +4 -4
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +16 -16
- 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 +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- 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 +13 -13
- 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 +37 -37
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +5 -5
- 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 +6 -6
- 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 +9 -9
- package/components/TopOverlay/TopOverlay.js +20 -20
- 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 +29 -29
- package/components/Typography/CodeText.js +8 -8
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- 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 +71 -116
- package/index.js +7 -7
- package/package.json +1 -1
- package/styles/triplex-next.css +557 -557
- package/chunks/AlertProcessSpoiler-D5Z3QhxI.js +0 -41
- package/chunks/Card.module-BT82F3Ky.js +0 -18
- package/chunks/CheckboxTreeExtended.module-dWJEHy4I.js +0 -15
- package/chunks/Chip-DEoNciDr.js +0 -85
- package/chunks/Confirm.module-Bek5Y_d5.js +0 -15
- package/chunks/DropdownMobile.module-Dn9sFUCq.js +0 -23
- package/chunks/Footer.module-cwVzdGju.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-By0WroW0.js +0 -9
- package/chunks/HeaderTabs.module-nNfmab3J.js +0 -9
- package/chunks/ImageGalleryExtendedMain.module-BV4sYkkw.js +0 -17
- package/chunks/IslandAccordion.module-DZaeBDfB.js +0 -25
- package/chunks/IslandWidgetFooter.module-gs1vcAcR.js +0 -9
- package/chunks/IslandWidgetHeader.module-DCfKgbBN.js +0 -13
- package/chunks/LightBoxControls.module-Dw9yTb8h.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-PasYNDqH.js +0 -9
- package/chunks/ListItemTail.module-C_0Ilv6P.js +0 -12
- package/chunks/ListMasterFooter.module-BtdNBL90.js +0 -10
- package/chunks/ModalWindow.module-BL1rtFYz.js +0 -17
- package/chunks/Notification.module-DGitAi0W.js +0 -20
- package/chunks/Overlay.module-C4CvBteS.js +0 -18
- package/chunks/Page.module-C0z8yMeg.js +0 -11
- package/chunks/SMSField.module-BcNuX5lS.js +0 -16
- package/chunks/SliderExtendedMarks.module-C_x_7ws7.js +0 -15
- package/chunks/StatusTracker.module-DkbOCTwb.js +0 -24
- package/chunks/TableFooter.module-CGgvFs4s.js +0 -14
- package/chunks/TabsExtended.module-D6URUq4g.js +0 -16
- package/chunks/TabsLine.module-DZEuIiZO.js +0 -21
- package/chunks/TooltipDesktop.module-DK_Fl-Dq.js +0 -19
- package/chunks/TreeView.module-Bq5-RYgn.js +0 -9
- package/chunks/utils-D55sjebM.js +0 -73
- package/chunks/utils-DDzMRlrV.js +0 -28
- package/chunks/utils-DVaJTyM2.js +0 -24
|
@@ -12,7 +12,7 @@ import { scrollSmoothHorizontally as h } from "../../utils/scroll.js";
|
|
|
12
12
|
import { EComponentSize as X } from "../../enums/EComponentSize.js";
|
|
13
13
|
import { EScreenWidth as $ } from "../../helpers/breakpoints.js";
|
|
14
14
|
import "./StepperStepIcon.js";
|
|
15
|
-
const q = "
|
|
15
|
+
const q = "stepperCarousel__2b22f5ed", D = "stepperButtonWrapper__cbeda72e", F = "prev__e51a6707", J = "next__4c75332f", K = "stepperButton__120a1d4f", Q = "sm__e4de1aa4", U = "md__d982adad", V = "lg__d50723b6", s = {
|
|
16
16
|
stepperCarousel: q,
|
|
17
17
|
stepperButtonWrapper: D,
|
|
18
18
|
prev: F,
|
|
@@ -28,67 +28,67 @@ const q = "stepperCarousel__6b4ffb64", D = "stepperButtonWrapper__bc736339", F =
|
|
|
28
28
|
selectedStepId: c,
|
|
29
29
|
...M
|
|
30
30
|
}) => {
|
|
31
|
-
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null), v = N({}), L = S.findIndex((
|
|
32
|
-
({ hidden:
|
|
31
|
+
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null), v = N({}), L = S.findIndex((t) => t.id === c), O = p(
|
|
32
|
+
({ hidden: t, ...e }) => t ? null : /* @__PURE__ */ n("div", { className: l(s.stepperButtonWrapper, s.prev), children: /* @__PURE__ */ n(
|
|
33
33
|
E,
|
|
34
34
|
{
|
|
35
35
|
className: l(s.stepperButton, g[i]),
|
|
36
36
|
tabIndex: -1,
|
|
37
|
-
...
|
|
37
|
+
...e,
|
|
38
38
|
children: /* @__PURE__ */ n(y, { paletteIndex: 5 })
|
|
39
39
|
}
|
|
40
40
|
) }),
|
|
41
41
|
[i]
|
|
42
42
|
), T = p(
|
|
43
|
-
({ hidden:
|
|
43
|
+
({ hidden: t, ...e }) => t ? null : /* @__PURE__ */ n("div", { className: l(s.stepperButtonWrapper, s.next), children: /* @__PURE__ */ n(
|
|
44
44
|
E,
|
|
45
45
|
{
|
|
46
46
|
className: l(s.stepperButton, g[i]),
|
|
47
47
|
tabIndex: -1,
|
|
48
|
-
...
|
|
48
|
+
...e,
|
|
49
49
|
children: /* @__PURE__ */ n(j, { paletteIndex: 5 })
|
|
50
50
|
}
|
|
51
51
|
) }),
|
|
52
52
|
[i]
|
|
53
53
|
);
|
|
54
54
|
w(() => {
|
|
55
|
-
const
|
|
56
|
-
if (
|
|
55
|
+
const t = m.current;
|
|
56
|
+
if (t === null)
|
|
57
57
|
return;
|
|
58
|
-
const
|
|
58
|
+
const e = new ResizeObserver((r) => {
|
|
59
59
|
const a = r[0].contentRect.width * Y;
|
|
60
60
|
P({
|
|
61
61
|
stepNext: a,
|
|
62
62
|
stepPrev: a
|
|
63
63
|
});
|
|
64
64
|
});
|
|
65
|
-
return
|
|
66
|
-
|
|
65
|
+
return e.observe(t), () => {
|
|
66
|
+
e.disconnect();
|
|
67
67
|
};
|
|
68
68
|
}, []);
|
|
69
69
|
const C = p(
|
|
70
|
-
(
|
|
71
|
-
r > 0 && (
|
|
70
|
+
(t, e, r, o) => {
|
|
71
|
+
r > 0 && (e.nextElementSibling && (r -= o - e.nextElementSibling.getBoundingClientRect().right), h(t, Math.ceil(r)));
|
|
72
72
|
},
|
|
73
73
|
[]
|
|
74
74
|
), _ = p(
|
|
75
|
-
(
|
|
76
|
-
r < 0 && (
|
|
75
|
+
(t, e, r, o) => {
|
|
76
|
+
r < 0 && (e.previousElementSibling && (r -= o - e.previousElementSibling.getBoundingClientRect().left), h(t, Math.floor(r)));
|
|
77
77
|
},
|
|
78
78
|
[]
|
|
79
|
-
), B = p((
|
|
80
|
-
|
|
79
|
+
), B = p((t, e) => {
|
|
80
|
+
e && h(t, e);
|
|
81
81
|
}, []), b = p(
|
|
82
|
-
(
|
|
83
|
-
const { left: r, right: o, width: a } =
|
|
84
|
-
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(
|
|
82
|
+
(t, e) => {
|
|
83
|
+
const { left: r, right: o, width: a } = t.getBoundingClientRect(), { left: u, right: R, width: k } = e.getBoundingClientRect(), d = r + a / 2, f = u + k / 2;
|
|
84
|
+
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(t, f - d) : d > f ? _(t, e, u - r, u) : d < f && C(t, e, R - o, R);
|
|
85
85
|
},
|
|
86
86
|
[B, _, C]
|
|
87
87
|
);
|
|
88
88
|
return w(() => {
|
|
89
89
|
if (c) {
|
|
90
|
-
const { current:
|
|
91
|
-
|
|
90
|
+
const { current: t } = m, e = v.current[c];
|
|
91
|
+
t && e && b(t, e);
|
|
92
92
|
}
|
|
93
93
|
}, [c, b]), /* @__PURE__ */ n(
|
|
94
94
|
z,
|
|
@@ -99,15 +99,15 @@ const q = "stepperCarousel__6b4ffb64", D = "stepperButtonWrapper__bc736339", F =
|
|
|
99
99
|
stepPrev: x.stepPrev,
|
|
100
100
|
stepNext: x.stepNext,
|
|
101
101
|
ref: m,
|
|
102
|
-
children: /* @__PURE__ */ n(W, { selectedStepId: c, size: i, ...M, children: S.map(({ label:
|
|
102
|
+
children: /* @__PURE__ */ n(W, { selectedStepId: c, size: i, ...M, children: S.map(({ label: t, ...e }, r) => /* @__PURE__ */ n(
|
|
103
103
|
W.Step,
|
|
104
104
|
{
|
|
105
|
-
forwardedRef: (o) => v.current[
|
|
106
|
-
...
|
|
105
|
+
forwardedRef: (o) => v.current[e.id] = o,
|
|
106
|
+
...e,
|
|
107
107
|
isInActiveStep: r > L,
|
|
108
|
-
children:
|
|
108
|
+
children: t
|
|
109
109
|
},
|
|
110
|
-
|
|
110
|
+
e.id
|
|
111
111
|
)) })
|
|
112
112
|
}
|
|
113
113
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import { c } from "../../chunks/vendor-z35N2Tap.js";
|
|
2
|
+
import { useMemo as x } from "react";
|
|
3
|
+
import { c as a } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { StepperStep as i } from "./StepperStep.js";
|
|
5
5
|
import { StepperExtendedContext as l } from "./StepperExtendedContext.js";
|
|
6
6
|
import { EComponentSize as f } from "../../enums/EComponentSize.js";
|
|
7
|
-
const E = "
|
|
7
|
+
const E = "stepperExtended__0c12a393", u = {
|
|
8
8
|
stepperExtended: E
|
|
9
9
|
}, S = ({
|
|
10
10
|
children: p,
|
|
@@ -15,11 +15,11 @@ const E = "stepperExtended__a95ad445", u = {
|
|
|
15
15
|
forwardedRef: m,
|
|
16
16
|
...n
|
|
17
17
|
}) => {
|
|
18
|
-
const d =
|
|
18
|
+
const d = a(u.stepperExtended, s), c = x(
|
|
19
19
|
() => ({ selectedId: r, size: e, onSelectStep: t }),
|
|
20
20
|
[r, e, t]
|
|
21
21
|
);
|
|
22
|
-
return /* @__PURE__ */ o(l.Provider, { value:
|
|
22
|
+
return /* @__PURE__ */ o(l.Provider, { value: c, children: /* @__PURE__ */ o("ol", { className: d, role: "tablist", ...n, ref: m, children: p }) });
|
|
23
23
|
};
|
|
24
24
|
S.Step = i;
|
|
25
25
|
export {
|
|
@@ -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-BMResef_.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.34.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-Cspd56Yl.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__e90bc4a3", z = "suggestDropdownMobileNoOptionsText__ff53ba57", g = {
|
|
25
25
|
suggestDropdownMobileBody: k,
|
|
26
26
|
suggestDropdownMobileNoOptionsText: z
|
|
27
27
|
}, A = () => {
|
|
@@ -32,13 +32,13 @@ const k = "suggestDropdownMobileBody__3ed91948", z = "suggestDropdownMobileNoOpt
|
|
|
32
32
|
placeholder: a,
|
|
33
33
|
noOptionsText: u,
|
|
34
34
|
loading: w,
|
|
35
|
-
clearInputOnFocus:
|
|
36
|
-
dropdownListLoading:
|
|
37
|
-
onSelect:
|
|
35
|
+
clearInputOnFocus: p,
|
|
36
|
+
dropdownListLoading: b,
|
|
37
|
+
onSelect: f,
|
|
38
38
|
onFilter: t,
|
|
39
39
|
onScrollEnd: l,
|
|
40
|
-
closeDropdown:
|
|
41
|
-
} = I(),
|
|
40
|
+
closeDropdown: d
|
|
41
|
+
} = I(), h = S(null), D = n(
|
|
42
42
|
(o) => {
|
|
43
43
|
if (l === void 0)
|
|
44
44
|
return;
|
|
@@ -46,14 +46,14 @@ const k = "suggestDropdownMobileBody__3ed91948", 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,
|
|
@@ -83,14 +83,14 @@ const k = "suggestDropdownMobileBody__3ed91948", z = "suggestDropdownMobileNoOpt
|
|
|
83
83
|
tag: "div",
|
|
84
84
|
children: u
|
|
85
85
|
}
|
|
86
|
-
) : /* @__PURE__ */ e(R, { loading:
|
|
86
|
+
) : /* @__PURE__ */ e(R, { loading: b, ref: h, children: s.map((o) => /* @__PURE__ */ e(
|
|
87
87
|
_,
|
|
88
88
|
{
|
|
89
89
|
id: o.id,
|
|
90
90
|
selected: o.id === (r == null ? void 0 : r.id),
|
|
91
91
|
showNotificationIcon: o.showNotificationIcon,
|
|
92
92
|
onSelect: () => {
|
|
93
|
-
|
|
93
|
+
f(o);
|
|
94
94
|
},
|
|
95
95
|
children: o.content || o.label
|
|
96
96
|
},
|
|
@@ -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-9Q2UeJdi.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-D3Ncfs2O.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-D3Ncfs2O.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-Cspd56Yl.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-Cspd56Yl.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-9Q2UeJdi.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-D3Ncfs2O.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-9Q2UeJdi.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-Cspd56Yl.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-9Q2UeJdi.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-9Q2UeJdi.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-9Q2UeJdi.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as W, jsx as
|
|
1
|
+
import { jsxs as W, jsx as b } 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__a8376e3a", k = "content__ff76ea86", q = "disableScroll__3e2538ef", G = "disablePointerEvents__7d821e8b", J = "swipeAnimationFinish__d379c62e", K = "leftContent__d3a46940", Q = "rightContent__d7a32c3a", o = {
|
|
5
5
|
swipeableArea: $,
|
|
6
6
|
content: k,
|
|
7
7
|
disableScroll: q,
|
|
@@ -10,27 +10,27 @@ const $ = "swipeableArea__f5a965ea", k = "content__bc3e2af7", 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: A, onSwipeLeft:
|
|
14
|
-
const [
|
|
13
|
+
({ children: B, className: X, leftSwipeableArea: C, rightSwipeableArea: A, onSwipeLeft: _, onSwipeRight: p, ...L }, x) => {
|
|
14
|
+
const [E, a] = S(!1), [l, d] = S(), [s, e] = S(0), r = u(null), c = u(null), n = u(0), h = u(y), T = u(null), O = () => {
|
|
15
15
|
a(!0);
|
|
16
16
|
const t = n.current - s;
|
|
17
|
-
n.current === 0 ? t > 0 ? t > m ? (e(-c.current.getBoundingClientRect().width),
|
|
17
|
+
n.current === 0 ? t > 0 ? t > m ? (e(-c.current.getBoundingClientRect().width), _ == null || _()) : e(0) : Math.abs(t) > m ? (e(r.current.getBoundingClientRect().width), p == null || p()) : 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
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 i = t.touches[0].clientX -
|
|
33
|
+
const i = t.touches[0].clientX - h.current.clientX, z = t.touches[0].clientY - h.current.clientY;
|
|
34
34
|
if (!l) {
|
|
35
35
|
Math.abs(z) > Math.abs(i) ? d(
|
|
36
36
|
"vertical"
|
|
@@ -43,16 +43,16 @@ const $ = "swipeableArea__f5a965ea", k = "content__bc3e2af7", q = "disableScroll
|
|
|
43
43
|
}
|
|
44
44
|
if (l === "vertical")
|
|
45
45
|
return;
|
|
46
|
-
const
|
|
46
|
+
const f = n.current + i;
|
|
47
47
|
n.current === 0 ? i > 0 && C ? e(
|
|
48
|
-
Math.min(
|
|
48
|
+
Math.min(f, r.current.getBoundingClientRect().width)
|
|
49
49
|
) : i < 0 && A && e(
|
|
50
|
-
Math.max(
|
|
51
|
-
) : n.current > 0 ? i < 0 && e(Math.max(0,
|
|
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
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
54
|
const t = (i) => {
|
|
55
|
-
i.touches.length == 1 &&
|
|
55
|
+
i.touches.length == 1 && T.current && !T.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
|
}, []);
|
|
@@ -82,38 +82,38 @@ const $ = "swipeableArea__f5a965ea", k = "content__bc3e2af7", q = "disableScroll
|
|
|
82
82
|
{
|
|
83
83
|
className: g(o.swipeableArea, X),
|
|
84
84
|
...L,
|
|
85
|
-
"data-tx": "0.
|
|
86
|
-
ref:
|
|
85
|
+
"data-tx": "0.34.0",
|
|
86
|
+
ref: T,
|
|
87
87
|
children: [
|
|
88
|
-
typeof C < "u" ? /* @__PURE__ */
|
|
88
|
+
typeof C < "u" ? /* @__PURE__ */ b(
|
|
89
89
|
"div",
|
|
90
90
|
{
|
|
91
91
|
className: g(o.leftContent, {
|
|
92
|
-
[R]:
|
|
92
|
+
[R]: E
|
|
93
93
|
}),
|
|
94
94
|
ref: r,
|
|
95
95
|
style: { opacity: j() },
|
|
96
96
|
children: C
|
|
97
97
|
}
|
|
98
98
|
) : null,
|
|
99
|
-
typeof A < "u" ? /* @__PURE__ */
|
|
99
|
+
typeof A < "u" ? /* @__PURE__ */ b(
|
|
100
100
|
"div",
|
|
101
101
|
{
|
|
102
102
|
className: g(o.rightContent, {
|
|
103
|
-
[R]:
|
|
103
|
+
[R]: E
|
|
104
104
|
}),
|
|
105
105
|
ref: c,
|
|
106
106
|
style: { opacity: F() },
|
|
107
107
|
children: A
|
|
108
108
|
}
|
|
109
109
|
) : null,
|
|
110
|
-
/* @__PURE__ */
|
|
110
|
+
/* @__PURE__ */ b(
|
|
111
111
|
"div",
|
|
112
112
|
{
|
|
113
113
|
className: g(o.content, {
|
|
114
114
|
[Z]: s !== 0,
|
|
115
115
|
[U]: l === "horizontal",
|
|
116
|
-
[R]:
|
|
116
|
+
[R]: E
|
|
117
117
|
}),
|
|
118
118
|
onTouchStart: D,
|
|
119
119
|
onTouchMove: P,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { ChipPanelLinks as
|
|
4
|
-
const
|
|
5
|
-
chipPanel:
|
|
6
|
-
},
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { ChipPanelLinks as e } from "./ChipPanelLinks.js";
|
|
4
|
+
const l = "chipPanel__c13c379c", o = {
|
|
5
|
+
chipPanel: l
|
|
6
|
+
}, i = ({ children: c, className: s, ...a }) => /* @__PURE__ */ n("div", { className: p(o.chipPanel, s), ...a, children: c });
|
|
7
|
+
i.Links = e;
|
|
8
|
+
i.displayName = "ChipPanel";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
i as ChipPanel
|
|
11
11
|
};
|
|
12
12
|
//# sourceMappingURL=ChipPanel.js.map
|
|
@@ -2,16 +2,16 @@ 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__e4f50c87", l = {
|
|
6
6
|
chipPanelLinks: c
|
|
7
|
-
}, m = ({ children: i, className:
|
|
7
|
+
}, m = ({ children: i, className: e, ...s }) => /* @__PURE__ */ n(
|
|
8
8
|
o,
|
|
9
9
|
{
|
|
10
10
|
tag: "div",
|
|
11
11
|
size: p.B3,
|
|
12
12
|
weight: a.SEMIBOLD,
|
|
13
|
-
className: t(
|
|
14
|
-
...
|
|
13
|
+
className: t(e, l.chipPanelLinks),
|
|
14
|
+
...s,
|
|
15
15
|
children: i
|
|
16
16
|
}
|
|
17
17
|
);
|
|
@@ -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__113029de", 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.34.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } 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 c } from "./NoColumns.js";
|
|
6
6
|
import { FilterPanel as b } from "./FilterPanel.js";
|
|
7
|
-
import { ChipPanel as
|
|
8
|
-
import { TableBasic as
|
|
7
|
+
import { ChipPanel as T } from "./ChipPanel.js";
|
|
8
|
+
import { TableBasic as f } from "./TableBasic/TableBasic.js";
|
|
9
9
|
import { TableBasicSettings as P } from "./TableBasicSettings/TableBasicSettings.js";
|
|
10
|
-
import { TableFooter as
|
|
11
|
-
import { PaginationPanel as
|
|
10
|
+
import { TableFooter as d } from "./TableFooter/TableFooter.js";
|
|
11
|
+
import { PaginationPanel as u } from "./PaginationPanel.js";
|
|
12
12
|
import "./TableBasicSettings/components/ColumnSettings.js";
|
|
13
13
|
import "./TableBasic/enums.js";
|
|
14
14
|
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
|
|
19
|
-
masterTable:
|
|
20
|
-
}, t = ({ children:
|
|
18
|
+
const C = "masterTable__1cde18ed", x = {
|
|
19
|
+
masterTable: C
|
|
20
|
+
}, t = ({ children: o, className: r, loading: a = !1, ...m }) => {
|
|
21
21
|
const [i, l] = s([]);
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ e(
|
|
23
23
|
n.Provider,
|
|
24
24
|
{
|
|
25
25
|
value: {
|
|
@@ -27,13 +27,13 @@ const d = "masterTable__c71f1869", x = {
|
|
|
27
27
|
loading: a,
|
|
28
28
|
setColumns: l
|
|
29
29
|
},
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ e(
|
|
31
31
|
"div",
|
|
32
32
|
{
|
|
33
33
|
className: p(x.masterTable, r),
|
|
34
34
|
...m,
|
|
35
|
-
"data-tx": "0.
|
|
36
|
-
children:
|
|
35
|
+
"data-tx": "0.34.0",
|
|
36
|
+
children: o
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
39
|
}
|
|
@@ -42,11 +42,11 @@ const d = "masterTable__c71f1869", x = {
|
|
|
42
42
|
t.displayName = "MasterTable";
|
|
43
43
|
t.NoColumns = c;
|
|
44
44
|
t.FilterPanel = b;
|
|
45
|
-
t.ChipPanel =
|
|
46
|
-
t.TableBasic =
|
|
45
|
+
t.ChipPanel = T;
|
|
46
|
+
t.TableBasic = f;
|
|
47
47
|
t.TableBasicSettings = P;
|
|
48
|
-
t.TableFooter =
|
|
49
|
-
t.PaginationPanel =
|
|
48
|
+
t.TableFooter = d;
|
|
49
|
+
t.PaginationPanel = u;
|
|
50
50
|
export {
|
|
51
51
|
t as MasterTable
|
|
52
52
|
};
|
|
@@ -2,7 +2,7 @@ import { jsxs as m, 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__08dec8f3", a = "content__c2b1db43", s = {
|
|
6
6
|
noColumns: i,
|
|
7
7
|
content: a
|
|
8
8
|
}, p = ({ children: n, className: t, ...c }) => /* @__PURE__ */ m("div", { className: e(s.noColumns, t), ...c, 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__c608719a", 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.34.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|