@sberbusiness/triplex-next 0.30.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-Bp1g9j21.js +65 -0
- package/chunks/DropdownMobile.module-B-gfhyrz.js +23 -0
- package/chunks/Footer.module-CHW5czGs.js +9 -0
- package/chunks/{FormFieldInput-DM8lK78a.js → FormFieldInput-DZ9wvF_L.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +9 -0
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +9 -0
- package/chunks/{HeaderTitle.module-wm7lWk21.js → HeaderTitle.module-Bjd_PeFL.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-A47Rfe5O.js +28 -0
- 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-C-Q4JvDf.js → LightBoxContent-9n7KZhyO.js} +7 -7
- package/chunks/LightBoxControls.module-CqE7tSjd.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +9 -0
- package/chunks/{ListItemControlsButton-B52gadtt.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-EN9dWr8g.js → SliderExtendedRail-BAv_g4xj.js} +11 -11
- package/chunks/StatusTracker.module-Bxjr2F_-.js +24 -0
- package/chunks/{StepperStepArrowBorder-B2mxgMOK.js → StepperStepArrowBorder-zBMxIbHq.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-8plGk4NO.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-B-gVlolB.js → UploadZoneInput-CZ0-33sV.js} +8 -8
- package/chunks/{constants-CgVlsuXP.js → constants-8_Umj6ax.js} +10 -10
- package/chunks/utils-BT5PPv2k.js +24 -0
- package/chunks/utils-CP79T5VE.js +73 -0
- package/chunks/{utils-B3jUITHO.js → utils-De8Skuhh.js} +5 -5
- package/chunks/{utils-BygtCSQo.js → utils-gmsD_32w.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +31 -31
- 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 +9 -9
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +11 -11
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +26 -26
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +73 -72
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +13 -13
- 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 +8 -8
- 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 +9 -9
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +173 -158
- package/components/CollapsibleTree/CollapsibleTree.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +13 -13
- 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 +6 -6
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- 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 +4 -4
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +7 -7
- 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 +20 -20
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- 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 +3 -3
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- 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 +5 -5
- 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 +16 -16
- package/components/IconWrapper/IconWrapper.js +8 -8
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +3 -3
- 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 +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- 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 +5 -5
- package/components/LightBox/LightBox.js +65 -75
- 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 +39 -39
- 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 +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +13 -13
- 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 +1 -1
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +30 -34
- package/components/ModalWindow/ModalWindow.js +9 -9
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- 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 +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- 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 +5 -5
- 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 +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- 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 +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +31 -30
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- 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 +3 -3
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +18 -18
- 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 +12 -12
- package/components/Stepper/Stepper.js +32 -32
- 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 +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +3 -3
- 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 +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- 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 +1 -1
- 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/index.js +7 -7
- 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 +8 -8
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +10 -10
- 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 +3 -3
- 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 +5 -5
- package/components/TopOverlay/TopOverlay.js +40 -40
- 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 +23 -23
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +644 -622
- package/index.d.ts +325 -34
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-u6M_UUD9.js +0 -41
- package/chunks/CalendarViewItem-0qx9TN09.js +0 -101
- package/chunks/Card.module-Dk_x12aX.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +0 -15
- package/chunks/Chip-CgSrMLOj.js +0 -77
- package/chunks/Confirm.module-D-Z-baL7.js +0 -15
- package/chunks/DropdownListItem-DsKl9Gi-.js +0 -65
- package/chunks/DropdownMobile.module-DBKmP6tH.js +0 -23
- package/chunks/Footer.module-D19luc11.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +0 -9
- package/chunks/HeaderTabs.module-B3OUkcWC.js +0 -9
- package/chunks/IslandAccordion.module-CkjSe196.js +0 -25
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +0 -9
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +0 -13
- package/chunks/LightBoxControls.module-D6dJVyd1.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +0 -9
- package/chunks/ListItemTail.module-96x050E6.js +0 -12
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +0 -10
- package/chunks/ModalWindow.module-D3XZrRCV.js +0 -17
- package/chunks/Notification.module-MWvLXIRM.js +0 -20
- package/chunks/Overlay.module-nAMUorJ1.js +0 -18
- package/chunks/Page.module-BDTFNqSr.js +0 -11
- package/chunks/SMSField.module-Dt8sZq_D.js +0 -16
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +0 -15
- package/chunks/StatusTracker.module-GZp9BaaE.js +0 -24
- package/chunks/TableFooter.module-C1wbovyw.js +0 -14
- package/chunks/TabsExtended.module-DATvYZNn.js +0 -16
- package/chunks/TabsLine.module-O3-2VgYL.js +0 -21
- package/chunks/TooltipDesktop.module-COHJz2TY.js +0 -19
- package/chunks/TreeView.module-Cxj4qOdA.js +0 -9
- package/chunks/utils-Dwhaig77.js +0 -24
- package/chunks/utils-mJogbZdW.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
package/components/Step/Step.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs as E, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as g } from "react";
|
|
3
3
|
import { EStepStatus as o, EStepPosition as e } from "./enums.js";
|
|
4
4
|
import { ETooltipAlign as n, ETooltipSize as A } from "../Tooltip/enums.js";
|
|
5
|
-
import { Tooltip as
|
|
5
|
+
import { Tooltip as c } from "../Tooltip/Tooltip.js";
|
|
6
6
|
import { EFontWeightText as u, ETextSize as N } from "../Typography/enums.js";
|
|
7
7
|
import "../Typography/Caption.js";
|
|
8
8
|
import "../Typography/CodeText.js";
|
|
@@ -11,12 +11,12 @@ import "../Typography/Title.js";
|
|
|
11
11
|
import { c as D } from "../../chunks/vendor-z35N2Tap.js";
|
|
12
12
|
import { EComponentSize as O } from "../../enums/EComponentSize.js";
|
|
13
13
|
import { createSizeToClassNameMap as I } from "../../utils/classNameMaps.js";
|
|
14
|
-
const L = "
|
|
14
|
+
const L = "step__d2e6dcc1", M = "sm__a5c3732c", P = "md__79ec3cd4", R = "lg__7c758b4d", x = "done__8c32fd99", C = "warning__0a88cd80", h = "active__cbbc8b0a", v = "error__5bd6d1a3", z = "disabled__a921aeb6", t = {
|
|
15
15
|
step: L,
|
|
16
16
|
sm: M,
|
|
17
17
|
md: P,
|
|
18
18
|
lg: R,
|
|
19
|
-
default: "
|
|
19
|
+
default: "default__fc1ad9f5",
|
|
20
20
|
done: x,
|
|
21
21
|
warning: C,
|
|
22
22
|
active: h,
|
|
@@ -36,16 +36,16 @@ const L = "step__1caa01e6", M = "sm__187b6b71", P = "md__a954209c", R = "lg__72f
|
|
|
36
36
|
}, B = I(t), Y = (r, s) => s === 0 ? e.XFirst : s + 1 === r ? e.XLast : e.Default, F = ({
|
|
37
37
|
children: r,
|
|
38
38
|
className: s,
|
|
39
|
-
step:
|
|
40
|
-
status:
|
|
41
|
-
position:
|
|
42
|
-
size:
|
|
43
|
-
...
|
|
39
|
+
step: d,
|
|
40
|
+
status: m,
|
|
41
|
+
position: _ = e.Default,
|
|
42
|
+
size: p = O.MD,
|
|
43
|
+
...f
|
|
44
44
|
}) => {
|
|
45
|
-
const
|
|
46
|
-
return r ? /* @__PURE__ */ E(
|
|
47
|
-
/* @__PURE__ */ i(
|
|
48
|
-
/* @__PURE__ */ i(
|
|
45
|
+
const a = g(null), T = y[_], S = D(t.step, w[m], B[p], s), l = () => /* @__PURE__ */ i("div", { ref: a, className: S, ...f, children: /* @__PURE__ */ i(b, { size: N.B1, weight: u.SEMIBOLD, children: d }) });
|
|
46
|
+
return r ? /* @__PURE__ */ E(c, { size: A.SM, toggleType: "hover", alignTip: T, targetRef: a, children: [
|
|
47
|
+
/* @__PURE__ */ i(c.Target, { children: l() }),
|
|
48
|
+
/* @__PURE__ */ i(c.Body, { children: r })
|
|
49
49
|
] }) : l();
|
|
50
50
|
};
|
|
51
51
|
F.displayName = "Step";
|
|
@@ -11,7 +11,7 @@ import { scrollSmoothHorizontally as h } from "../../utils/scroll.js";
|
|
|
11
11
|
import { EComponentSize as X } from "../../enums/EComponentSize.js";
|
|
12
12
|
import { EScreenWidth as $ } from "../../helpers/breakpoints.js";
|
|
13
13
|
import "./enums.js";
|
|
14
|
-
const q = "
|
|
14
|
+
const q = "stepperCarousel__58a42485", D = "stepperButtonWrapper__ce59ad3b", F = "prev__296f786c", J = "next__0f983635", K = "stepperButton__91af8767", Q = "sm__6ad0efb8", U = "md__83973489", V = "lg__14ecdc63", s = {
|
|
15
15
|
stepperCarousel: q,
|
|
16
16
|
stepperButtonWrapper: D,
|
|
17
17
|
prev: F,
|
|
@@ -27,69 +27,69 @@ const q = "stepperCarousel__05df1799", D = "stepperButtonWrapper__faa55267", F =
|
|
|
27
27
|
selectedStepId: c,
|
|
28
28
|
...M
|
|
29
29
|
}) => {
|
|
30
|
-
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null),
|
|
31
|
-
({ hidden:
|
|
30
|
+
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null), v = N({}), L = S.findIndex((t) => t.id === c), O = p(
|
|
31
|
+
({ hidden: t, ...e }) => t ? null : /* @__PURE__ */ n("div", { className: l(s.stepperButtonWrapper, s.prev), children: /* @__PURE__ */ n(
|
|
32
32
|
E,
|
|
33
33
|
{
|
|
34
34
|
className: l(s.stepperButton, g[i]),
|
|
35
35
|
tabIndex: -1,
|
|
36
|
-
...
|
|
36
|
+
...e,
|
|
37
37
|
children: /* @__PURE__ */ n(y, { paletteIndex: 5 })
|
|
38
38
|
}
|
|
39
39
|
) }),
|
|
40
40
|
[i]
|
|
41
41
|
), T = p(
|
|
42
|
-
({ hidden:
|
|
42
|
+
({ hidden: t, ...e }) => t ? null : /* @__PURE__ */ n("div", { className: l(s.stepperButtonWrapper, s.next), children: /* @__PURE__ */ n(
|
|
43
43
|
E,
|
|
44
44
|
{
|
|
45
45
|
className: l(s.stepperButton, g[i]),
|
|
46
46
|
tabIndex: -1,
|
|
47
|
-
...
|
|
47
|
+
...e,
|
|
48
48
|
children: /* @__PURE__ */ n(j, { paletteIndex: 5 })
|
|
49
49
|
}
|
|
50
50
|
) }),
|
|
51
51
|
[i]
|
|
52
52
|
);
|
|
53
53
|
w(() => {
|
|
54
|
-
const
|
|
55
|
-
if (
|
|
54
|
+
const t = m.current;
|
|
55
|
+
if (t === null)
|
|
56
56
|
return;
|
|
57
|
-
const
|
|
57
|
+
const e = new ResizeObserver((r) => {
|
|
58
58
|
const a = r[0].contentRect.width * Y;
|
|
59
59
|
P({
|
|
60
60
|
stepNext: a,
|
|
61
61
|
stepPrev: a
|
|
62
62
|
});
|
|
63
63
|
});
|
|
64
|
-
return
|
|
65
|
-
|
|
64
|
+
return e.observe(t), () => {
|
|
65
|
+
e.disconnect();
|
|
66
66
|
};
|
|
67
67
|
}, []);
|
|
68
|
-
const
|
|
69
|
-
(
|
|
70
|
-
r > 0 && (
|
|
68
|
+
const C = p(
|
|
69
|
+
(t, e, r, o) => {
|
|
70
|
+
r > 0 && (e.nextElementSibling && (r -= o - e.nextElementSibling.getBoundingClientRect().right), h(t, Math.ceil(r)));
|
|
71
71
|
},
|
|
72
72
|
[]
|
|
73
|
-
),
|
|
74
|
-
(
|
|
75
|
-
r < 0 && (
|
|
73
|
+
), _ = p(
|
|
74
|
+
(t, e, r, o) => {
|
|
75
|
+
r < 0 && (e.previousElementSibling && (r -= o - e.previousElementSibling.getBoundingClientRect().left), h(t, Math.floor(r)));
|
|
76
76
|
},
|
|
77
77
|
[]
|
|
78
|
-
),
|
|
79
|
-
|
|
80
|
-
}, []),
|
|
81
|
-
(
|
|
82
|
-
const { left: r, right: o, width: a } =
|
|
83
|
-
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ?
|
|
78
|
+
), B = p((t, e) => {
|
|
79
|
+
e && h(t, e);
|
|
80
|
+
}, []), R = p(
|
|
81
|
+
(t, e) => {
|
|
82
|
+
const { left: r, right: o, width: a } = t.getBoundingClientRect(), { left: u, right: b, width: k } = e.getBoundingClientRect(), f = r + a / 2, d = u + k / 2;
|
|
83
|
+
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(t, d - f) : f > d ? _(t, e, u - r, u) : f < d && C(t, e, b - o, b);
|
|
84
84
|
},
|
|
85
|
-
[_, C
|
|
85
|
+
[B, _, C]
|
|
86
86
|
);
|
|
87
87
|
return w(() => {
|
|
88
88
|
if (c) {
|
|
89
|
-
const { current:
|
|
90
|
-
|
|
89
|
+
const { current: t } = m, e = v.current[c];
|
|
90
|
+
t && e && R(t, e);
|
|
91
91
|
}
|
|
92
|
-
}, [c,
|
|
92
|
+
}, [c, R]), /* @__PURE__ */ n(
|
|
93
93
|
z,
|
|
94
94
|
{
|
|
95
95
|
className: l(s.stepperCarousel, g[i], I),
|
|
@@ -98,15 +98,15 @@ const q = "stepperCarousel__05df1799", D = "stepperButtonWrapper__faa55267", F =
|
|
|
98
98
|
stepPrev: x.stepPrev,
|
|
99
99
|
stepNext: x.stepNext,
|
|
100
100
|
ref: m,
|
|
101
|
-
children: /* @__PURE__ */ n(W, { selectedStepId: c, size: i, ...M, children: S.map(({ label:
|
|
101
|
+
children: /* @__PURE__ */ n(W, { selectedStepId: c, size: i, ...M, children: S.map(({ label: t, ...e }, r) => /* @__PURE__ */ n(
|
|
102
102
|
W.Step,
|
|
103
103
|
{
|
|
104
|
-
forwardedRef: (o) =>
|
|
105
|
-
...
|
|
104
|
+
forwardedRef: (o) => v.current[e.id] = o,
|
|
105
|
+
...e,
|
|
106
106
|
isInActiveStep: r > L,
|
|
107
|
-
children:
|
|
107
|
+
children: t
|
|
108
108
|
},
|
|
109
|
-
|
|
109
|
+
e.id
|
|
110
110
|
)) })
|
|
111
111
|
}
|
|
112
112
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import { c
|
|
2
|
+
import { useMemo as a } from "react";
|
|
3
|
+
import { c } 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__701a1a25", u = {
|
|
8
8
|
stepperExtended: E
|
|
9
9
|
}, S = ({
|
|
10
10
|
children: p,
|
|
@@ -12,14 +12,14 @@ const E = "stepperExtended__4ad1d024", u = {
|
|
|
12
12
|
size: e = f.LG,
|
|
13
13
|
onSelectStep: t,
|
|
14
14
|
selectedStepId: r,
|
|
15
|
-
forwardedRef:
|
|
16
|
-
...
|
|
15
|
+
forwardedRef: m,
|
|
16
|
+
...n
|
|
17
17
|
}) => {
|
|
18
|
-
const
|
|
18
|
+
const d = c(u.stepperExtended, s), x = a(
|
|
19
19
|
() => ({ selectedId: r, size: e, onSelectStep: t }),
|
|
20
20
|
[r, e, t]
|
|
21
21
|
);
|
|
22
|
-
return /* @__PURE__ */ o(l.Provider, { value: x, children: /* @__PURE__ */ o("ol", { className:
|
|
22
|
+
return /* @__PURE__ */ o(l.Provider, { value: x, 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-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 = () => {
|
|
@@ -33,12 +33,12 @@ const k = "suggestDropdownMobileBody__67298e53", z = "suggestDropdownMobileNoOpt
|
|
|
33
33
|
noOptionsText: u,
|
|
34
34
|
loading: w,
|
|
35
35
|
clearInputOnFocus: p,
|
|
36
|
-
dropdownListLoading:
|
|
37
|
-
onSelect:
|
|
36
|
+
dropdownListLoading: b,
|
|
37
|
+
onSelect: f,
|
|
38
38
|
onFilter: t,
|
|
39
39
|
onScrollEnd: l,
|
|
40
40
|
closeDropdown: d
|
|
41
|
-
} = I(),
|
|
41
|
+
} = I(), h = S(null), D = n(
|
|
42
42
|
(o) => {
|
|
43
43
|
if (l === void 0)
|
|
44
44
|
return;
|
|
@@ -83,14 +83,14 @@ const k = "suggestDropdownMobileBody__67298e53", 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-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,42 +1,38 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as W, jsx as T } from "react/jsx-runtime";
|
|
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
|
|
5
|
-
swipeableArea:
|
|
6
|
-
content:
|
|
7
|
-
disableScroll:
|
|
8
|
-
disablePointerEvents:
|
|
9
|
-
swipeAnimationFinish:
|
|
10
|
-
leftContent:
|
|
11
|
-
rightContent:
|
|
12
|
-
},
|
|
13
|
-
({ children:
|
|
14
|
-
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
|
+
swipeableArea: $,
|
|
6
|
+
content: k,
|
|
7
|
+
disableScroll: q,
|
|
8
|
+
disablePointerEvents: G,
|
|
9
|
+
swipeAnimationFinish: J,
|
|
10
|
+
leftContent: K,
|
|
11
|
+
rightContent: Q
|
|
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: 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
|
-
const t = n.current -
|
|
17
|
-
n.current === 0 ? t > 0 ? e(
|
|
18
|
-
t >
|
|
19
|
-
) : e(
|
|
20
|
-
Math.abs(t) > p ? i.current.getBoundingClientRect().width : 0
|
|
21
|
-
) : n.current > 0 ? t > 0 && e(
|
|
22
|
-
t > p ? 0 : i.current.getBoundingClientRect().width
|
|
16
|
+
const t = n.current - s;
|
|
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
|
+
t > m ? 0 : r.current.getBoundingClientRect().width
|
|
23
19
|
) : n.current < 0 && t < 0 && e(
|
|
24
|
-
Math.abs(t) >
|
|
20
|
+
Math.abs(t) > m ? 0 : -c.current.getBoundingClientRect().width
|
|
25
21
|
);
|
|
26
|
-
},
|
|
27
|
-
h.current =
|
|
22
|
+
}, w = () => {
|
|
23
|
+
h.current = y, d(void 0), document.removeEventListener("touchend", w);
|
|
28
24
|
};
|
|
29
|
-
|
|
30
|
-
!l &&
|
|
25
|
+
I(() => {
|
|
26
|
+
!l && s !== n.current && O();
|
|
31
27
|
}, [l]);
|
|
32
|
-
const
|
|
33
|
-
h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current =
|
|
34
|
-
},
|
|
28
|
+
const D = (t) => {
|
|
29
|
+
h.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = s, document.addEventListener("touchend", w);
|
|
30
|
+
}, P = (t) => {
|
|
35
31
|
if (t.touches.length != 1)
|
|
36
32
|
return;
|
|
37
|
-
const
|
|
33
|
+
const i = t.touches[0].clientX - h.current.clientX, z = t.touches[0].clientY - h.current.clientY;
|
|
38
34
|
if (!l) {
|
|
39
|
-
Math.abs(
|
|
35
|
+
Math.abs(z) > Math.abs(i) ? d(
|
|
40
36
|
"vertical"
|
|
41
37
|
/* vertical */
|
|
42
38
|
) : d(
|
|
@@ -47,85 +43,85 @@ const H = "swipeableArea__b134bb9a", V = "content__498c92af", $ = "disableScroll
|
|
|
47
43
|
}
|
|
48
44
|
if (l === "vertical")
|
|
49
45
|
return;
|
|
50
|
-
const f = n.current +
|
|
51
|
-
n.current === 0 ?
|
|
52
|
-
Math.min(f,
|
|
53
|
-
) :
|
|
54
|
-
Math.max(f, -
|
|
55
|
-
) : n.current > 0 ?
|
|
56
|
-
},
|
|
57
|
-
|
|
58
|
-
const t = (
|
|
59
|
-
|
|
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
|
+
I(() => {
|
|
54
|
+
const t = (i) => {
|
|
55
|
+
i.touches.length == 1 && E.current && !E.current.contains(i.target) && (a(!0), e(0), d(void 0));
|
|
60
56
|
};
|
|
61
57
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
58
|
}, []);
|
|
63
|
-
const
|
|
64
|
-
|
|
65
|
-
},
|
|
66
|
-
|
|
67
|
-
},
|
|
68
|
-
(
|
|
59
|
+
const v = () => {
|
|
60
|
+
r.current && (a(!0), e(r.current.getBoundingClientRect().width));
|
|
61
|
+
}, M = () => {
|
|
62
|
+
c.current && (a(!0), e(-c.current.getBoundingClientRect().width));
|
|
63
|
+
}, N = () => {
|
|
64
|
+
(c.current || r.current) && (a(!0), e(0));
|
|
69
65
|
};
|
|
70
|
-
return
|
|
71
|
-
|
|
66
|
+
return V(
|
|
67
|
+
x,
|
|
72
68
|
() => ({
|
|
73
69
|
closeSwipe: () => {
|
|
74
|
-
|
|
70
|
+
N();
|
|
75
71
|
},
|
|
76
72
|
swipeLeft: () => {
|
|
77
|
-
|
|
73
|
+
M();
|
|
78
74
|
},
|
|
79
75
|
swipeRight: () => {
|
|
80
|
-
|
|
76
|
+
v();
|
|
81
77
|
}
|
|
82
78
|
}),
|
|
83
|
-
[
|
|
84
|
-
), /* @__PURE__ */
|
|
79
|
+
[N, M, v]
|
|
80
|
+
), /* @__PURE__ */ W(
|
|
85
81
|
"div",
|
|
86
82
|
{
|
|
87
|
-
className: g(
|
|
88
|
-
...
|
|
89
|
-
"data-tx": "0.
|
|
90
|
-
ref:
|
|
83
|
+
className: g(o.swipeableArea, X),
|
|
84
|
+
...L,
|
|
85
|
+
"data-tx": "0.32.0",
|
|
86
|
+
ref: E,
|
|
91
87
|
children: [
|
|
92
|
-
typeof
|
|
88
|
+
typeof C < "u" ? /* @__PURE__ */ T(
|
|
93
89
|
"div",
|
|
94
90
|
{
|
|
95
|
-
className: g(
|
|
96
|
-
[
|
|
91
|
+
className: g(o.leftContent, {
|
|
92
|
+
[R]: p
|
|
97
93
|
}),
|
|
98
|
-
ref:
|
|
99
|
-
style: { opacity:
|
|
100
|
-
children:
|
|
94
|
+
ref: r,
|
|
95
|
+
style: { opacity: j() },
|
|
96
|
+
children: C
|
|
101
97
|
}
|
|
102
98
|
) : null,
|
|
103
|
-
typeof
|
|
99
|
+
typeof b < "u" ? /* @__PURE__ */ T(
|
|
104
100
|
"div",
|
|
105
101
|
{
|
|
106
|
-
className: g(
|
|
107
|
-
[
|
|
102
|
+
className: g(o.rightContent, {
|
|
103
|
+
[R]: p
|
|
108
104
|
}),
|
|
109
|
-
ref:
|
|
110
|
-
style: { opacity:
|
|
111
|
-
children:
|
|
105
|
+
ref: c,
|
|
106
|
+
style: { opacity: F() },
|
|
107
|
+
children: b
|
|
112
108
|
}
|
|
113
109
|
) : null,
|
|
114
|
-
/* @__PURE__ */
|
|
110
|
+
/* @__PURE__ */ T(
|
|
115
111
|
"div",
|
|
116
112
|
{
|
|
117
|
-
className: g(
|
|
118
|
-
[
|
|
119
|
-
[
|
|
120
|
-
[
|
|
113
|
+
className: g(o.content, {
|
|
114
|
+
[Z]: s !== 0,
|
|
115
|
+
[U]: l === "horizontal",
|
|
116
|
+
[R]: p
|
|
121
117
|
}),
|
|
122
|
-
onTouchStart:
|
|
123
|
-
onTouchMove:
|
|
118
|
+
onTouchStart: D,
|
|
119
|
+
onTouchMove: P,
|
|
124
120
|
style: {
|
|
125
|
-
transform: `translateX(${
|
|
121
|
+
transform: `translateX(${s}px)`
|
|
126
122
|
},
|
|
127
|
-
onTransitionEnd:
|
|
128
|
-
children:
|
|
123
|
+
onTransitionEnd: Y,
|
|
124
|
+
children: B
|
|
129
125
|
}
|
|
130
126
|
)
|
|
131
127
|
]
|
|
@@ -133,8 +129,8 @@ const H = "swipeableArea__b134bb9a", V = "content__498c92af", $ = "disableScroll
|
|
|
133
129
|
);
|
|
134
130
|
}
|
|
135
131
|
);
|
|
136
|
-
|
|
132
|
+
tt.displayName = "SwipeableArea";
|
|
137
133
|
export {
|
|
138
|
-
|
|
134
|
+
tt as SwipeableArea
|
|
139
135
|
};
|
|
140
136
|
//# sourceMappingURL=SwipeableArea.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { ChipPanelLinks as l } from "./ChipPanelLinks.js";
|
|
4
|
+
const c = "chipPanel__ab25998a", o = {
|
|
5
|
+
chipPanel: c
|
|
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
|
+
export {
|
|
10
|
+
a as ChipPanel
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ChipPanel.js.map
|