@sberbusiness/triplex-next 1.30.0 → 1.31.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-B-2x6lW0.js +41 -0
- package/chunks/{CalendarViewItem-DZix7Wi3.js → CalendarViewItem-o4k7U5Dm.js} +23 -23
- package/chunks/Card.module-_9W_bDbW.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BW6Er6eg.js +15 -0
- package/chunks/Chip-CoKB4iXT.js +85 -0
- package/chunks/Confirm.module-B7EimS-c.js +15 -0
- package/chunks/DropdownListItem-Dy7ejFWN.js +65 -0
- package/chunks/DropdownMobile.module-CEUckjjY.js +23 -0
- package/chunks/Footer.module-Btaepr_L.js +9 -0
- package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-CkVtqncH.js} +28 -28
- package/chunks/HeaderLayoutSidebar.module-Uq7eUhaq.js +9 -0
- package/chunks/HeaderTabs.module-CiK3DS7c.js +9 -0
- package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-ChThbaCy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-KwgIPfp-.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-D9p93wFz.js +28 -0
- package/chunks/IslandAccordion.module-BxoLhMzZ.js +25 -0
- package/chunks/IslandWidgetFooter.module-CxO5dSVu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BZIonIbn.js +13 -0
- package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-Cr4psg0Z.js} +5 -5
- package/chunks/LightBoxControls.module-BT6tQ7Ue.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-dV9DEtmo.js +9 -0
- package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-Bv8aFUBc.js} +6 -6
- package/chunks/ListItemTail.module-Bp7M4QdS.js +12 -0
- package/chunks/ListMasterFooter.module-DMGAGzUD.js +10 -0
- package/chunks/ModalWindow.module-CcEb5ZBL.js +17 -0
- package/chunks/Notification.module-DmHe2Kv2.js +20 -0
- package/chunks/Overlay.module-f4p8iBuk.js +18 -0
- package/chunks/Page.module-B1W0CUyk.js +11 -0
- package/chunks/SMSField.module-cmbHRm31.js +16 -0
- package/chunks/SliderExtendedMarks.module-DptabtoD.js +15 -0
- package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-D4NXHvvH.js} +12 -12
- package/chunks/StatusTracker.module-BBm6PrHb.js +24 -0
- package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-6bgUfxhh.js} +4 -4
- package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-BYUd-DOC.js} +4 -4
- package/chunks/TableFooter.module-D-gNDmws.js +14 -0
- package/chunks/TabsExtended.module-IBQrFWHl.js +16 -0
- package/chunks/TabsLine.module-CM-pL6UU.js +21 -0
- package/chunks/TooltipDesktop.module-CXZIjsAn.js +19 -0
- package/chunks/TreeView.module-Co2-lRZN.js +9 -0
- package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-CUVjN3Kj.js} +5 -5
- package/chunks/{constants-DG4U-QtS.js → constants-Ci0_oXbs.js} +6 -6
- package/chunks/{utils-DgpN6CSa.js → utils-B2FzgoVa.js} +7 -7
- package/chunks/{utils-BTk2T8x6.js → utils-BFyvyQPY.js} +6 -6
- package/chunks/utils-DEqGmway.js +73 -0
- package/chunks/utils-fAec4Z-1.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +26 -26
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +9 -9
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +26 -26
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +6 -6
- 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 +14 -14
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +15 -15
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +6 -6
- 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 +6 -6
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +177 -162
- package/components/CollapsibleTree/CollapsibleTree.js +6 -6
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +3 -3
- 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 +4 -4
- package/components/DateRange/DateRange.js +16 -16
- 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 +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- 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 +5 -5
- 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 +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +24 -24
- package/components/FormField/components/FormFieldClear.js +6 -6
- 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 +15 -15
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +2 -2
- 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 +5 -5
- package/components/IconWrapper/IconWrapper.js +3 -3
- 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 +4 -4
- 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 +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- 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 +4 -4
- package/components/LightBox/LightBox.js +30 -30
- 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 +36 -36
- 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 +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +9 -9
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- 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 +13 -13
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- 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 +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- 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 +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +8 -8
- 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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +10 -10
- 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/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +15 -15
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +1 -1
- 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 +5 -5
- package/components/Table/MasterTable.js +25 -25
- package/components/Table/NoColumns.js +5 -5
- 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 +7 -7
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/index.js +7 -7
- 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 +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +12 -12
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +11 -11
- 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 +16 -16
- 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 +38 -38
- 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 +28 -28
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +21 -21
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- 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 +316 -31
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
- package/chunks/Card.module-C57O8DQ9.js +0 -18
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
- package/chunks/Chip-D73o-tIk.js +0 -77
- package/chunks/Confirm.module-CUcXlA0E.js +0 -15
- package/chunks/DropdownListItem-PhDNj_sI.js +0 -65
- package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
- package/chunks/Footer.module-DZzX_hiB.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
- package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
- package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
- package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
- package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
- package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
- package/chunks/Notification.module-OkzyDWlc.js +0 -20
- package/chunks/Overlay.module-CBlckNkR.js +0 -18
- package/chunks/Page.module-BkDd7q7x.js +0 -11
- package/chunks/SMSField.module-BBRpa0-4.js +0 -16
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
- package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
- package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
- package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
- package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
- package/chunks/TreeView.module-ClEsZNDe.js +0 -9
- package/chunks/utils-2vVjLvvg.js +0 -24
- package/chunks/utils-Bk10DX0W.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import D, { useContext as
|
|
3
|
-
import { C as
|
|
4
|
-
import { ChipDropdownArrow as
|
|
2
|
+
import D, { useContext as P } from "react";
|
|
3
|
+
import { C as k } from "../../../chunks/Chip-CoKB4iXT.js";
|
|
4
|
+
import { ChipDropdownArrow as w } from "../ChipDropdownArrow.js";
|
|
5
5
|
import { ChipClearButton as g } from "../ChipClearButton.js";
|
|
6
6
|
import { DatePickerExtendedContext as E } from "../../DatePickerExtended/DatePickerExtendedContext.js";
|
|
7
|
-
import { isKey as
|
|
8
|
-
const T = D.forwardRef((
|
|
9
|
-
const { children: f, selected: a, onKeyDown:
|
|
10
|
-
(
|
|
11
|
-
}, h = (
|
|
12
|
-
p(!
|
|
13
|
-
}, u = () => a ? /* @__PURE__ */ n(g, { size:
|
|
14
|
-
|
|
7
|
+
import { isKey as s } from "../../../utils/keyboard.js";
|
|
8
|
+
const T = D.forwardRef((d, c) => {
|
|
9
|
+
const { children: f, size: e, selected: a, onKeyDown: t, onClick: i, onClear: l, ...m } = d, { dropdownOpen: r, setDropdownOpen: p } = P(E), C = (o) => {
|
|
10
|
+
(s(o.code, "ENTER") || s(o.code, "SPACE")) && (o.preventDefault(), p(!r), t == null || t(o));
|
|
11
|
+
}, h = (o) => {
|
|
12
|
+
p(!r), i == null || i(o);
|
|
13
|
+
}, u = () => a ? /* @__PURE__ */ n(g, { size: e, onClick: x }) : /* @__PURE__ */ n(w, { size: e, rotated: r }), x = (o) => {
|
|
14
|
+
o.stopPropagation(), l();
|
|
15
15
|
};
|
|
16
16
|
return /* @__PURE__ */ n(
|
|
17
|
-
|
|
17
|
+
k,
|
|
18
18
|
{
|
|
19
|
-
|
|
19
|
+
size: e,
|
|
20
20
|
selected: a,
|
|
21
|
-
"aria-expanded":
|
|
21
|
+
"aria-expanded": r,
|
|
22
22
|
onKeyDown: C,
|
|
23
23
|
onClick: h,
|
|
24
|
-
|
|
24
|
+
postfix: u(),
|
|
25
25
|
...m,
|
|
26
26
|
ref: c,
|
|
27
27
|
children: f
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { CaretdownStrokeSrvIcon24 as p, CaretdownStrokeSrvIcon20 as d, CaretdownStrokeSrvIcon16 as a } from "@sberbusiness/icons-next";
|
|
3
3
|
import { c } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
5
|
-
const w = "
|
|
5
|
+
const w = "chipDropdownArrow__25ca5ef0", s = "rotated__4d1444ba", t = {
|
|
6
6
|
chipDropdownArrow: w,
|
|
7
7
|
rotated: s
|
|
8
8
|
}, i = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import f from "react";
|
|
3
|
-
import { C as t } from "../../chunks/Chip-
|
|
3
|
+
import { C as t } from "../../chunks/Chip-CoKB4iXT.js";
|
|
4
4
|
const a = f.forwardRef(({ children: p, ...r }, i) => /* @__PURE__ */ o(t, { ...r, prefix: p, postfix: /* @__PURE__ */ o("span", {}), ref: i }));
|
|
5
5
|
a.displayName = "ChipIcon";
|
|
6
6
|
export {
|
|
@@ -1,55 +1,56 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { MultiselectField as
|
|
4
|
-
import { s as
|
|
5
|
-
import { ChipClearButton as
|
|
6
|
-
import { ChipDropdownArrow as
|
|
2
|
+
import y from "react";
|
|
3
|
+
import { MultiselectField as x } from "../MultiselectField/MultiselectField.js";
|
|
4
|
+
import { s as D, C as E } from "../../chunks/Chip-CoKB4iXT.js";
|
|
5
|
+
import { ChipClearButton as K } from "./ChipClearButton.js";
|
|
6
|
+
import { ChipDropdownArrow as g } from "./ChipDropdownArrow.js";
|
|
7
7
|
import { isKey as i } from "../../utils/keyboard.js";
|
|
8
|
-
import { c as
|
|
9
|
-
const
|
|
10
|
-
({ children: c, className: p, clearSelected: m, disabled: s, label: e, displayedValue: d, selected: a, size: r,
|
|
11
|
-
const
|
|
8
|
+
import { c as B } from "../../chunks/vendor-82AnkPpo.js";
|
|
9
|
+
const N = y.forwardRef(
|
|
10
|
+
({ children: c, className: p, clearSelected: m, disabled: s, label: e, displayedValue: d, selected: a, size: r, type: f, ...C }, h) => {
|
|
11
|
+
const u = (o) => {
|
|
12
12
|
(i(o.code, "ENTER") || i(o.code, "SPACE")) && o.stopPropagation();
|
|
13
|
-
},
|
|
13
|
+
}, w = (o) => {
|
|
14
14
|
o.stopPropagation(), m();
|
|
15
15
|
};
|
|
16
16
|
return /* @__PURE__ */ t(
|
|
17
|
-
|
|
17
|
+
x,
|
|
18
18
|
{
|
|
19
19
|
size: r,
|
|
20
20
|
renderTarget: ({ opened: o, setOpened: n }) => /* @__PURE__ */ t(
|
|
21
|
-
|
|
21
|
+
E,
|
|
22
22
|
{
|
|
23
23
|
"aria-expanded": o,
|
|
24
24
|
disabled: s,
|
|
25
25
|
size: r,
|
|
26
|
+
type: f,
|
|
26
27
|
onClick: () => n(!o),
|
|
27
28
|
onKeyDown: (l) => {
|
|
28
29
|
(i(l.code, "ENTER") || i(l.code, "SPACE")) && n(!o);
|
|
29
30
|
},
|
|
30
31
|
postfix: a ? /* @__PURE__ */ t(
|
|
31
|
-
|
|
32
|
+
K,
|
|
32
33
|
{
|
|
33
34
|
size: r,
|
|
34
|
-
onKeyDown:
|
|
35
|
-
onClick:
|
|
35
|
+
onKeyDown: u,
|
|
36
|
+
onClick: w
|
|
36
37
|
}
|
|
37
|
-
) : /* @__PURE__ */ t(
|
|
38
|
-
ref:
|
|
38
|
+
) : /* @__PURE__ */ t(g, { size: r, rotated: o }),
|
|
39
|
+
ref: h,
|
|
39
40
|
role: "listbox",
|
|
40
41
|
selected: !!a,
|
|
41
42
|
children: a ? d ?? e : e
|
|
42
43
|
}
|
|
43
44
|
),
|
|
44
|
-
className:
|
|
45
|
-
...
|
|
45
|
+
className: B(D.chipGroupItem, p),
|
|
46
|
+
...C,
|
|
46
47
|
children: c
|
|
47
48
|
}
|
|
48
49
|
);
|
|
49
50
|
}
|
|
50
51
|
);
|
|
51
|
-
|
|
52
|
+
N.displayName = "ChipMultiselect";
|
|
52
53
|
export {
|
|
53
|
-
|
|
54
|
+
N as ChipMultiselect
|
|
54
55
|
};
|
|
55
56
|
//# sourceMappingURL=ChipMultiselect.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { OptionsStrokeSrvIcon24 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { C } from "../../chunks/Chip-
|
|
5
|
-
import { ChipClearButton as
|
|
6
|
-
const
|
|
7
|
-
chipOptionsContent:
|
|
4
|
+
import { C } from "../../chunks/Chip-CoKB4iXT.js";
|
|
5
|
+
import { ChipClearButton as f } from "./ChipClearButton.js";
|
|
6
|
+
const m = "chipOptionsContent__6bb2a946", c = {
|
|
7
|
+
chipOptionsContent: m
|
|
8
8
|
}, l = r.forwardRef(
|
|
9
9
|
({ children: o, clearSelected: e, selected: n, ...p }, s) => /* @__PURE__ */ t(
|
|
10
10
|
C,
|
|
11
11
|
{
|
|
12
12
|
prefix: n ? /* @__PURE__ */ t(i, { paletteIndex: 6 }) : /* @__PURE__ */ t(i, { paletteIndex: 5 }),
|
|
13
|
-
postfix: n ? /* @__PURE__ */ t(
|
|
13
|
+
postfix: n ? /* @__PURE__ */ t(f, { onClick: (a) => {
|
|
14
14
|
a.stopPropagation(), e();
|
|
15
15
|
}, size: p.size }) : /* @__PURE__ */ t("span", {}),
|
|
16
16
|
selected: n,
|
|
17
17
|
...p,
|
|
18
18
|
ref: s,
|
|
19
|
-
children: typeof o < "u" ? /* @__PURE__ */ t("span", { className:
|
|
19
|
+
children: typeof o < "u" ? /* @__PURE__ */ t("span", { className: c.chipOptionsContent, children: o }) : o
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
@@ -1,50 +1,63 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
2
|
+
import C from "react";
|
|
3
|
+
import { c as w } from "../../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { SelectExtendedField as D } from "../../SelectExtendedField/SelectExtendedField.js";
|
|
4
5
|
import "../../SelectExtendedField/components/SelectExtendedFieldDropdown.js";
|
|
5
6
|
import "../../SelectExtendedField/components/SelectExtendedFieldTarget.js";
|
|
6
|
-
import { SelectExtendedFieldDropdownDefault as
|
|
7
|
-
import { ChipSelectTarget as
|
|
8
|
-
import { s as
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
import { SelectExtendedFieldDropdownDefault as T } from "../../SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js";
|
|
8
|
+
import { ChipSelectTarget as g } from "./ChipSelectTarget.js";
|
|
9
|
+
import { s as u } from "../../../chunks/Chip-CoKB4iXT.js";
|
|
10
|
+
const y = C.forwardRef(
|
|
11
|
+
({
|
|
12
|
+
className: m,
|
|
13
|
+
disabled: c,
|
|
14
|
+
value: e,
|
|
15
|
+
options: d,
|
|
16
|
+
onChange: p,
|
|
17
|
+
type: l,
|
|
18
|
+
size: o,
|
|
19
|
+
clearSelected: n,
|
|
20
|
+
label: i,
|
|
21
|
+
displayedValue: s,
|
|
22
|
+
...f
|
|
23
|
+
}, a) => {
|
|
24
|
+
const h = (r) => /* @__PURE__ */ t(
|
|
25
|
+
T,
|
|
14
26
|
{
|
|
15
27
|
...r,
|
|
16
28
|
mobileTitle: i,
|
|
17
29
|
size: o,
|
|
18
|
-
onChange:
|
|
19
|
-
options:
|
|
30
|
+
onChange: p,
|
|
31
|
+
options: d,
|
|
20
32
|
value: e
|
|
21
33
|
}
|
|
22
|
-
),
|
|
23
|
-
|
|
34
|
+
), x = ({ opened: r, setOpened: S }) => /* @__PURE__ */ t(
|
|
35
|
+
g,
|
|
24
36
|
{
|
|
25
|
-
|
|
26
|
-
disabled: d,
|
|
27
|
-
onClear: c,
|
|
37
|
+
type: l,
|
|
28
38
|
size: o,
|
|
39
|
+
selected: e !== void 0,
|
|
40
|
+
disabled: c,
|
|
41
|
+
onClear: n,
|
|
29
42
|
opened: r,
|
|
30
|
-
setOpened:
|
|
31
|
-
children: e ?
|
|
43
|
+
setOpened: S,
|
|
44
|
+
children: e ? s ?? e.label : i
|
|
32
45
|
}
|
|
33
46
|
);
|
|
34
47
|
return /* @__PURE__ */ t(
|
|
35
|
-
|
|
48
|
+
D,
|
|
36
49
|
{
|
|
37
|
-
className:
|
|
38
|
-
renderTarget:
|
|
39
|
-
...
|
|
40
|
-
ref:
|
|
41
|
-
children:
|
|
50
|
+
className: w(u.chipGroupItem, m),
|
|
51
|
+
renderTarget: x,
|
|
52
|
+
...f,
|
|
53
|
+
ref: a,
|
|
54
|
+
children: h
|
|
42
55
|
}
|
|
43
56
|
);
|
|
44
57
|
}
|
|
45
58
|
);
|
|
46
|
-
|
|
59
|
+
y.displayName = "ChipSelect";
|
|
47
60
|
export {
|
|
48
|
-
|
|
61
|
+
y as ChipSelect
|
|
49
62
|
};
|
|
50
63
|
//# sourceMappingURL=ChipSelect.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import g, { useCallback as t } from "react";
|
|
3
|
-
import { C as x } from "../../../chunks/Chip-
|
|
3
|
+
import { C as x } from "../../../chunks/Chip-CoKB4iXT.js";
|
|
4
4
|
import { ChipDropdownArrow as y } from "../ChipDropdownArrow.js";
|
|
5
5
|
import { ChipClearButton as D } from "../ChipClearButton.js";
|
|
6
6
|
import { isKey as a } from "../../../utils/keyboard.js";
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { u as
|
|
4
|
-
import { ChipIcon as
|
|
2
|
+
import E, { useRef as w } from "react";
|
|
3
|
+
import { u as C, l as K, c as R } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
|
+
import { ChipIcon as N } from "./ChipIcon.js";
|
|
5
5
|
import { SortStrokeSrvIcon24 as m } from "@sberbusiness/icons-next";
|
|
6
|
-
import { SelectExtendedField as
|
|
6
|
+
import { SelectExtendedField as T } from "../SelectExtendedField/SelectExtendedField.js";
|
|
7
7
|
import "../SelectExtendedField/components/SelectExtendedFieldDropdown.js";
|
|
8
8
|
import "../SelectExtendedField/components/SelectExtendedFieldTarget.js";
|
|
9
|
-
import { SelectExtendedFieldDropdownDefault as
|
|
9
|
+
import { SelectExtendedFieldDropdownDefault as b } from "../SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js";
|
|
10
10
|
import { isKey as s } from "../../utils/keyboard.js";
|
|
11
|
-
import { IconWrapper as
|
|
12
|
-
import { s as
|
|
13
|
-
const
|
|
14
|
-
({ className: p, defaultValue: d, disabled: n, label: f, onChange: u, options: h, value: t, size: i,
|
|
15
|
-
const c =
|
|
16
|
-
|
|
11
|
+
import { IconWrapper as k } from "../IconWrapper/IconWrapper.js";
|
|
12
|
+
import { s as q } from "../../chunks/Chip-CoKB4iXT.js";
|
|
13
|
+
const F = E.forwardRef(
|
|
14
|
+
({ className: p, defaultValue: d, disabled: n, label: f, onChange: u, options: h, value: t, size: i, type: x, ...I }, S) => {
|
|
15
|
+
const c = w(C()), a = !!t && !K.isEqual(d, t), y = ({ opened: r, setOpened: l }) => /* @__PURE__ */ o(
|
|
16
|
+
N,
|
|
17
17
|
{
|
|
18
|
-
ref: I,
|
|
19
18
|
disabled: n,
|
|
20
19
|
selected: a,
|
|
21
20
|
onClick: () => l(!r),
|
|
@@ -23,13 +22,15 @@ const q = D.forwardRef(
|
|
|
23
22
|
!r && (s(e.code, "ENTER") || s(e.code, "SPACE")) && (e.preventDefault(), l(!0));
|
|
24
23
|
},
|
|
25
24
|
size: i,
|
|
25
|
+
type: x,
|
|
26
26
|
role: "combobox",
|
|
27
27
|
"aria-expanded": r,
|
|
28
28
|
"aria-controls": c.current,
|
|
29
|
-
|
|
29
|
+
ref: S,
|
|
30
|
+
children: /* @__PURE__ */ o(k, { active: r, disabled: n, displayContents: !0, children: a ? /* @__PURE__ */ o(m, { paletteIndex: 6 }) : /* @__PURE__ */ o(m, { paletteIndex: 5 }) })
|
|
30
31
|
}
|
|
31
|
-
),
|
|
32
|
-
|
|
32
|
+
), D = (r) => /* @__PURE__ */ o(
|
|
33
|
+
b,
|
|
33
34
|
{
|
|
34
35
|
...r,
|
|
35
36
|
size: i,
|
|
@@ -41,18 +42,18 @@ const q = D.forwardRef(
|
|
|
41
42
|
}
|
|
42
43
|
);
|
|
43
44
|
return /* @__PURE__ */ o(
|
|
44
|
-
|
|
45
|
+
T,
|
|
45
46
|
{
|
|
46
|
-
className:
|
|
47
|
-
renderTarget:
|
|
48
|
-
...
|
|
49
|
-
children:
|
|
47
|
+
className: R(q.chipGroupItem, p),
|
|
48
|
+
renderTarget: y,
|
|
49
|
+
...I,
|
|
50
|
+
children: D
|
|
50
51
|
}
|
|
51
52
|
);
|
|
52
53
|
}
|
|
53
54
|
);
|
|
54
|
-
|
|
55
|
+
F.displayName = "ChipSort";
|
|
55
56
|
export {
|
|
56
|
-
|
|
57
|
+
F as ChipSort
|
|
57
58
|
};
|
|
58
59
|
//# sourceMappingURL=ChipSort.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ChipSuggestTarget as
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import
|
|
4
|
-
import { c as
|
|
1
|
+
import { ChipSuggestTarget as R } from "./ChipSuggestTarget.js";
|
|
2
|
+
import { jsxs as d, jsx as m } from "react/jsx-runtime";
|
|
3
|
+
import x, { useRef as p } from "react";
|
|
4
|
+
import { c as S } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
5
|
import "../../Suggest/SuggestContext.js";
|
|
6
|
-
import { Suggest as
|
|
7
|
-
import { ChipSuggestDropdown as
|
|
8
|
-
import { s as
|
|
9
|
-
const
|
|
10
|
-
const { value: s, size: f } = o, i = p(null),
|
|
6
|
+
import { Suggest as C } from "../../Suggest/Suggest.js";
|
|
7
|
+
import { ChipSuggestDropdown as j } from "./ChipSuggestDropdown.js";
|
|
8
|
+
import { s as w } from "../../../chunks/Chip-CoKB4iXT.js";
|
|
9
|
+
const y = ({ className: u, type: c, displayedValue: g, label: r, prefix: _, targetProps: l, dropdownProps: n, ...o }, t) => {
|
|
10
|
+
const { value: s, size: f } = o, i = p(null), a = p(null), h = (e) => {
|
|
11
11
|
i.current = e, typeof t == "function" ? t(e) : t && (t.current = e);
|
|
12
12
|
};
|
|
13
|
-
return /* @__PURE__ */
|
|
14
|
-
/* @__PURE__ */ m(
|
|
15
|
-
/* @__PURE__ */ m(
|
|
13
|
+
return /* @__PURE__ */ d(C, { className: S(w.chipGroupItem, u), ...o, ref: h, children: [
|
|
14
|
+
/* @__PURE__ */ m(R, { size: f, ...l, type: c, ref: a, children: s ? g ?? s.label : r }),
|
|
15
|
+
/* @__PURE__ */ m(j, { size: f, targetRef: i, ...n, children: r })
|
|
16
16
|
] });
|
|
17
|
-
},
|
|
17
|
+
}, b = x.forwardRef(y);
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
b as ChipSuggest
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=ChipSuggest.js.map
|
|
@@ -6,7 +6,7 @@ import { useSuggestContext as k } from "../../Suggest/SuggestContext.js";
|
|
|
6
6
|
import "../../Dropdown/DropdownListContext.js";
|
|
7
7
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
8
8
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
9
|
-
import { D as _ } from "../../../chunks/DropdownListItem-
|
|
9
|
+
import { D as _ } from "../../../chunks/DropdownListItem-Dy7ejFWN.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
12
12
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import P, { useCallback as r } from "react";
|
|
3
3
|
import { useSuggestContext as T } from "../../Suggest/SuggestContext.js";
|
|
4
4
|
import "../../Suggest/Suggest.js";
|
|
5
|
-
import { C as c } from "../../../chunks/Chip-
|
|
5
|
+
import { C as c } from "../../../chunks/Chip-CoKB4iXT.js";
|
|
6
6
|
import { ChipClearButton as w } from "../ChipClearButton.js";
|
|
7
7
|
import { ChipDropdownArrow as B } from "../ChipDropdownArrow.js";
|
|
8
8
|
import { isKey as n } from "../../../utils/keyboard.js";
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as M } from "../../../Suggest/SuggestContext.js";
|
|
|
4
4
|
import { FormFieldClear as T } from "../../../FormField/components/FormFieldClear.js";
|
|
5
5
|
import "../../../FormField/components/FormFieldCounter.js";
|
|
6
6
|
import "../../../FormField/components/FormFieldDescription.js";
|
|
7
|
-
import { F as k } from "../../../../chunks/FormFieldInput-
|
|
7
|
+
import { F as k } from "../../../../chunks/FormFieldInput-CkVtqncH.js";
|
|
8
8
|
import { FormFieldLabel as B } from "../../../FormField/components/FormFieldLabel.js";
|
|
9
9
|
import "../../../FormField/components/FormFieldMaskedInput.js";
|
|
10
10
|
import { FormFieldPostfix as O } from "../../../FormField/components/FormFieldPostfix.js";
|
|
@@ -18,7 +18,7 @@ import { ETooltipSize as W } from "../../../Tooltip/enums.js";
|
|
|
18
18
|
import { LoaderSmall as b } from "../../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as E } from "../../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
const j = "
|
|
21
|
+
const j = "chipSuggestInputWrapper__a3ae6e79", w = {
|
|
22
22
|
chipSuggestInputWrapper: j
|
|
23
23
|
}, re = ({
|
|
24
24
|
children: m,
|
|
@@ -28,8 +28,8 @@ const j = "chipSuggestInputWrapper__4afd3ee8", w = {
|
|
|
28
28
|
inputValue: i,
|
|
29
29
|
placeholder: c,
|
|
30
30
|
noOptionsText: d,
|
|
31
|
-
dropdownListId:
|
|
32
|
-
activeDescendant:
|
|
31
|
+
dropdownListId: g,
|
|
32
|
+
activeDescendant: f,
|
|
33
33
|
loading: h,
|
|
34
34
|
tooltipOpen: F,
|
|
35
35
|
clearInputOnFocus: l,
|
|
@@ -65,8 +65,8 @@ const j = "chipSuggestInputWrapper__4afd3ee8", w = {
|
|
|
65
65
|
{
|
|
66
66
|
value: i,
|
|
67
67
|
placeholder: c,
|
|
68
|
-
"aria-controls":
|
|
69
|
-
"aria-activedescendant":
|
|
68
|
+
"aria-controls": g,
|
|
69
|
+
"aria-activedescendant": f,
|
|
70
70
|
autoFocus: !0,
|
|
71
71
|
onFocus: x,
|
|
72
72
|
onBlur: v,
|
package/components/Chip/index.js
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
1
|
+
import { EChipType as e } from "./enums.js";
|
|
2
|
+
import { C as t } from "../../chunks/Chip-CoKB4iXT.js";
|
|
3
|
+
import { ChipDatePicker as C } from "./ChipDatePicker/ChipDatePicker.js";
|
|
4
|
+
import { ChipDatePickerTarget as h } from "./ChipDatePicker/ChipDatePickerTarget.js";
|
|
5
|
+
import { ChipClearButton as x } from "./ChipClearButton.js";
|
|
6
|
+
import { ChipDropdownArrow as g } from "./ChipDropdownArrow.js";
|
|
7
|
+
import { ChipIcon as l } from "./ChipIcon.js";
|
|
8
|
+
import { ChipMultiselect as S } from "./ChipMultiselect.js";
|
|
9
|
+
import { ChipOptions as u } from "./ChipOptions.js";
|
|
10
|
+
import { ChipSelect as D } from "./ChipSelect/ChipSelect.js";
|
|
11
|
+
import { ChipSelectTarget as w } from "./ChipSelect/ChipSelectTarget.js";
|
|
12
|
+
import { ChipSort as d } from "./ChipSort.js";
|
|
13
|
+
import { ChipSuggestTarget as A } from "./ChipSuggest/ChipSuggestTarget.js";
|
|
14
|
+
import { ChipSuggest as E } from "./ChipSuggest/ChipSuggest.js";
|
|
14
15
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
t as Chip,
|
|
17
|
+
x as ChipClearButton,
|
|
18
|
+
C as ChipDatePicker,
|
|
19
|
+
h as ChipDatePickerTarget,
|
|
20
|
+
g as ChipDropdownArrow,
|
|
21
|
+
l as ChipIcon,
|
|
22
|
+
S as ChipMultiselect,
|
|
23
|
+
u as ChipOptions,
|
|
24
|
+
D as ChipSelect,
|
|
25
|
+
w as ChipSelectTarget,
|
|
26
|
+
d as ChipSort,
|
|
27
|
+
E as ChipSuggest,
|
|
28
|
+
A as ChipSuggestTarget,
|
|
29
|
+
e as EChipType
|
|
28
30
|
};
|
|
29
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import a from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
6
|
-
const _ = "
|
|
6
|
+
const _ = "chipGroup__ea05199e", u = "oneLine__a5a8c545", d = "multiLine__f0ec981f", f = "lg__59280a52", L = "md__033cec7c", h = "sm__dde99470", o = {
|
|
7
7
|
chipGroup: _,
|
|
8
|
-
oneLine:
|
|
9
|
-
multiLine:
|
|
8
|
+
oneLine: u,
|
|
9
|
+
multiLine: d,
|
|
10
10
|
lg: f,
|
|
11
11
|
md: L,
|
|
12
12
|
sm: h
|
|
13
|
-
}, G = l(o),
|
|
14
|
-
({ children: i, className: t, oneLine: e, size: m = r.MD, ...s },
|
|
13
|
+
}, G = l(o), C = a.forwardRef(
|
|
14
|
+
({ children: i, className: t, oneLine: e, size: m = r.MD, ...s }, c) => /* @__PURE__ */ n(
|
|
15
15
|
"div",
|
|
16
16
|
{
|
|
17
17
|
className: p(o.chipGroup, G[m], t, {
|
|
@@ -19,14 +19,14 @@ const _ = "chipGroup__af811a55", d = "oneLine__0a63094f", u = "multiLine__e321cb
|
|
|
19
19
|
[o.oneLine]: !!e
|
|
20
20
|
}),
|
|
21
21
|
...s,
|
|
22
|
-
ref:
|
|
23
|
-
"data-tx": "1.
|
|
22
|
+
ref: c,
|
|
23
|
+
"data-tx": "1.31.0",
|
|
24
24
|
children: i
|
|
25
25
|
}
|
|
26
26
|
)
|
|
27
27
|
);
|
|
28
|
-
|
|
28
|
+
C.displayName = "ChipGroup";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
C as ChipGroup
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=ChipGroup.js.map
|