@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
|
@@ -5,7 +5,7 @@ import { Text as z } from "../../Typography/Text.js";
|
|
|
5
5
|
import { ETextSize as B } from "../../Typography/enums.js";
|
|
6
6
|
import { Badge as D } from "../../Badge/Badge.js";
|
|
7
7
|
import { EComponentSize as I } from "../../../enums/EComponentSize.js";
|
|
8
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
8
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
9
9
|
const M = x.forwardRef(
|
|
10
10
|
({ children: o, className: s, id: b, onClick: t, onSelect: i, selected: m, showNotificationIcon: e, ...a }, p) => {
|
|
11
11
|
const f = (d) => {
|
|
@@ -4,7 +4,7 @@ import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
4
4
|
import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
|
|
5
5
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
7
|
+
import { s } from "../../../chunks/DropdownMobile.module-B-gfhyrz.js";
|
|
8
8
|
const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "dropdownMobileMaskedInput__c5e71dbf", r = {
|
|
5
5
|
dropdownMobileMaskedInput: t
|
|
6
|
-
}, n = ({ className: e, ...s }) => /* @__PURE__ */
|
|
6
|
+
}, n = ({ className: e, ...s }) => /* @__PURE__ */ d(o, { className: p(r.dropdownMobileMaskedInput, e), ...s });
|
|
7
7
|
n.presets = o.presets;
|
|
8
8
|
export {
|
|
9
9
|
n as DropdownMobileMaskedInput
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "ellipsisLineClamp__16b21a49", r = "oneLine__234d5803", i = {
|
|
5
5
|
ellipsisLineClamp: c,
|
|
6
6
|
oneLine: r
|
|
7
7
|
}, L = t.forwardRef(
|
|
8
|
-
({ children:
|
|
9
|
-
const p = m(
|
|
8
|
+
({ children: e, maxLines: s, className: l, ...n }, o) => {
|
|
9
|
+
const p = m(i.ellipsisLineClamp, { [i.oneLine]: s === 1 }, l);
|
|
10
10
|
return /* @__PURE__ */ a(
|
|
11
11
|
"div",
|
|
12
12
|
{
|
|
13
13
|
className: p,
|
|
14
14
|
style: { "--ellipsis-line-clamp": s },
|
|
15
15
|
...n,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.32.0",
|
|
17
17
|
ref: o,
|
|
18
|
-
children:
|
|
18
|
+
children: e
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
@@ -3,10 +3,10 @@ import { jsxs as s, jsx as e, Fragment as x } from "react/jsx-runtime";
|
|
|
3
3
|
import N from "react";
|
|
4
4
|
import { c as A } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { Title as R } from "../Typography/Title.js";
|
|
6
|
-
import { EFontWeightTitle as h, ETitleSize as p, ETextSize as M, EFontType as
|
|
6
|
+
import { EFontWeightTitle as h, ETitleSize as p, ETextSize as M, EFontType as E, EFontWeightText as S } from "../Typography/enums.js";
|
|
7
7
|
import { Text as _ } from "../Typography/Text.js";
|
|
8
8
|
import { Gap as n } from "../Gap/Gap.js";
|
|
9
|
-
const B = "
|
|
9
|
+
const B = "emptyView__8d10ac5a", D = "container__bf5aea85", g = "icon__f46562aa", I = "textBlock__1f3364e3", t = {
|
|
10
10
|
emptyView: B,
|
|
11
11
|
container: D,
|
|
12
12
|
icon: g,
|
|
@@ -24,7 +24,7 @@ const B = "emptyView__824fdb44", D = "container__ac856f30", g = "icon__a7731edb"
|
|
|
24
24
|
[i.SM]: 16,
|
|
25
25
|
[i.MD]: 24
|
|
26
26
|
}, k = N.forwardRef(
|
|
27
|
-
({ className: f, size: o, icon: a, title: c, description: r, caption: m, buttons:
|
|
27
|
+
({ className: f, size: o, icon: a, title: c, description: r, caption: m, buttons: d, ...w }, y) => {
|
|
28
28
|
const l = !!(r || m);
|
|
29
29
|
return /* @__PURE__ */ s(
|
|
30
30
|
"div",
|
|
@@ -45,7 +45,7 @@ const B = "emptyView__824fdb44", D = "container__ac856f30", g = "icon__a7731edb"
|
|
|
45
45
|
{
|
|
46
46
|
size: T[o],
|
|
47
47
|
weight: S.REGULAR,
|
|
48
|
-
type: c ?
|
|
48
|
+
type: c ? E.SECONDARY : E.PRIMARY,
|
|
49
49
|
children: r
|
|
50
50
|
}
|
|
51
51
|
),
|
|
@@ -55,16 +55,16 @@ const B = "emptyView__824fdb44", D = "container__ac856f30", g = "icon__a7731edb"
|
|
|
55
55
|
{
|
|
56
56
|
size: T[o],
|
|
57
57
|
weight: S.REGULAR,
|
|
58
|
-
type:
|
|
58
|
+
type: E.SECONDARY,
|
|
59
59
|
children: m
|
|
60
60
|
}
|
|
61
61
|
)
|
|
62
62
|
] })
|
|
63
63
|
] })
|
|
64
64
|
] }),
|
|
65
|
-
|
|
65
|
+
d && /* @__PURE__ */ s(x, { children: [
|
|
66
66
|
/* @__PURE__ */ e(n, { size: z[o] }),
|
|
67
|
-
/* @__PURE__ */ e("div", { className: t.buttons, children:
|
|
67
|
+
/* @__PURE__ */ e("div", { className: t.buttons, children: d })
|
|
68
68
|
] })
|
|
69
69
|
]
|
|
70
70
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { z as
|
|
4
|
-
const z = "
|
|
2
|
+
import N, { useRef as y } from "react";
|
|
3
|
+
import { z as U, c as j } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
const z = "expandAnimation__9b22944f", F = {
|
|
5
5
|
expandAnimation: z
|
|
6
|
-
}, I = 300, L =
|
|
6
|
+
}, I = 300, L = N.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: A,
|
|
9
9
|
className: E,
|
|
@@ -30,14 +30,14 @@ const z = "expandAnimation__03647705", F = {
|
|
|
30
30
|
}, _ = () => {
|
|
31
31
|
var c;
|
|
32
32
|
l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
|
|
33
|
-
},
|
|
33
|
+
}, b = () => {
|
|
34
34
|
var c;
|
|
35
35
|
h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
|
|
36
|
-
},
|
|
36
|
+
}, D = (c) => {
|
|
37
37
|
l.current = c, typeof x == "function" ? x(c) : x && (x.current = c);
|
|
38
38
|
};
|
|
39
39
|
return /* @__PURE__ */ g(
|
|
40
|
-
|
|
40
|
+
U,
|
|
41
41
|
{
|
|
42
42
|
in: v,
|
|
43
43
|
timeout: f,
|
|
@@ -46,7 +46,7 @@ const z = "expandAnimation__03647705", F = {
|
|
|
46
46
|
onEnter: H,
|
|
47
47
|
onEntered: T,
|
|
48
48
|
onExit: _,
|
|
49
|
-
onExited:
|
|
49
|
+
onExited: b,
|
|
50
50
|
children: (c) => /* @__PURE__ */ g(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
@@ -57,7 +57,7 @@ const z = "expandAnimation__03647705", F = {
|
|
|
57
57
|
...R
|
|
58
58
|
},
|
|
59
59
|
...w,
|
|
60
|
-
ref:
|
|
60
|
+
ref: D,
|
|
61
61
|
children: A
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -5,7 +5,7 @@ import "./components/FooterDescriptionControls.js";
|
|
|
5
5
|
import "./components/FooterDescriptionContent.js";
|
|
6
6
|
const p = Object.assign(
|
|
7
7
|
e.forwardRef(function({ children: o, ...r }, t) {
|
|
8
|
-
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.
|
|
8
|
+
return /* @__PURE__ */ i("div", { ...r, "data-tx": "0.32.0", ref: t, children: o });
|
|
9
9
|
}),
|
|
10
10
|
{
|
|
11
11
|
Description: m
|
|
@@ -3,7 +3,7 @@ import s from "react";
|
|
|
3
3
|
import { FooterDescriptionContent as n } from "./FooterDescriptionContent.js";
|
|
4
4
|
import { FooterDescriptionControls as m } from "./FooterDescriptionControls.js";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
|
-
import { s as c } from "../../../chunks/Footer.module-
|
|
6
|
+
import { s as c } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
s.forwardRef(function({ children: o, className: r, ...t }, e) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: p(c.footerDescription, r), ...t, ref: e, children: o });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as n } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as n } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: t, ...r }, e) => /* @__PURE__ */ s("div", { className: m(n.footerDescriptionContent, t), ...r, ref: e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as p } from "../../../chunks/Footer.module-
|
|
4
|
+
import { s as p } from "../../../chunks/Footer.module-CHW5czGs.js";
|
|
5
5
|
const a = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(p.footerDescriptionControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import I, { useState as t, useMemo as L } from "react";
|
|
3
3
|
import { c as h } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as v } from "./FormFieldContext.js";
|
|
@@ -6,12 +6,12 @@ import { TARGET_PADDING_X_DEFAULT as _ } from "./consts.js";
|
|
|
6
6
|
import { EFormFieldStatus as o } from "./enums.js";
|
|
7
7
|
import { EComponentSize as w } from "../../enums/EComponentSize.js";
|
|
8
8
|
import { createSizeToClassNameMap as C } from "../../utils/classNameMaps.js";
|
|
9
|
-
const S = "
|
|
9
|
+
const S = "formField__94ffe16d", W = "sm__cd879807", G = "md__86f475a9", M = "lg__b5bd551f", P = "active__4eee5b99", y = "disabled__a54581cd", U = "error__a447f988", j = "warning__49e4137a", z = "filled__7cd8e5b4", e = {
|
|
10
10
|
formField: S,
|
|
11
11
|
sm: W,
|
|
12
12
|
md: G,
|
|
13
13
|
lg: M,
|
|
14
|
-
default: "
|
|
14
|
+
default: "default__61d2315e",
|
|
15
15
|
active: P,
|
|
16
16
|
disabled: y,
|
|
17
17
|
error: U,
|
|
@@ -26,23 +26,23 @@ const S = "formField__be7472b5", W = "sm__e47ada85", G = "md__c943e3eb", M = "lg
|
|
|
26
26
|
({
|
|
27
27
|
children: p,
|
|
28
28
|
className: F,
|
|
29
|
-
style:
|
|
30
|
-
size:
|
|
29
|
+
style: g,
|
|
30
|
+
size: d = w.LG,
|
|
31
31
|
status: r = o.DEFAULT,
|
|
32
|
-
active:
|
|
33
|
-
...
|
|
32
|
+
active: a = !1,
|
|
33
|
+
...b
|
|
34
34
|
}, u) => {
|
|
35
|
-
const [
|
|
35
|
+
const [f, x] = t(), [n, T] = t(), [i, E] = t(_), [l, N] = t(_), [m, R] = t(!1), [s, A] = t(!1), D = L(
|
|
36
36
|
() => ({
|
|
37
|
-
size:
|
|
37
|
+
size: d,
|
|
38
38
|
status: r,
|
|
39
|
-
targetId:
|
|
39
|
+
targetId: f,
|
|
40
40
|
labelId: n,
|
|
41
41
|
postfixWidth: i,
|
|
42
42
|
prefixWidth: l,
|
|
43
|
-
filled:
|
|
43
|
+
filled: m,
|
|
44
44
|
focused: s,
|
|
45
|
-
active:
|
|
45
|
+
active: a || s,
|
|
46
46
|
setTargetId: x,
|
|
47
47
|
setLabelId: T,
|
|
48
48
|
setPostfixWidth: E,
|
|
@@ -50,24 +50,24 @@ const S = "formField__be7472b5", W = "sm__e47ada85", G = "md__c943e3eb", M = "lg
|
|
|
50
50
|
setFilled: R,
|
|
51
51
|
setFocused: A
|
|
52
52
|
}),
|
|
53
|
-
[
|
|
53
|
+
[d, r, f, n, i, l, m, s, a]
|
|
54
54
|
);
|
|
55
|
-
return /* @__PURE__ */
|
|
55
|
+
return /* @__PURE__ */ c(v.Provider, { value: D, children: /* @__PURE__ */ c(
|
|
56
56
|
"div",
|
|
57
57
|
{
|
|
58
58
|
className: h(
|
|
59
59
|
e.formField,
|
|
60
|
-
O[
|
|
60
|
+
O[d],
|
|
61
61
|
B[r],
|
|
62
62
|
{
|
|
63
|
-
[e.filled]:
|
|
64
|
-
[e.active]:
|
|
63
|
+
[e.filled]: m,
|
|
64
|
+
[e.active]: a || s
|
|
65
65
|
},
|
|
66
66
|
F
|
|
67
67
|
),
|
|
68
|
-
"data-tx": "0.
|
|
69
|
-
style: { paddingLeft: l, paddingRight: i, ...
|
|
70
|
-
...
|
|
68
|
+
"data-tx": "0.32.0",
|
|
69
|
+
style: { paddingLeft: l, paddingRight: i, ...g },
|
|
70
|
+
...b,
|
|
71
71
|
ref: u,
|
|
72
72
|
children: p
|
|
73
73
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import i, { useCallback as c } from "react";
|
|
3
3
|
import { c as f } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as s } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as d } from "../../Button/ButtonIcon.js";
|
|
6
|
-
const p = "
|
|
6
|
+
const p = "formFieldClear__45549a58", C = {
|
|
7
7
|
formFieldClear: p
|
|
8
|
-
}, F =
|
|
9
|
-
({ className:
|
|
10
|
-
const o =
|
|
8
|
+
}, F = i.forwardRef(
|
|
9
|
+
({ className: a, onMouseDown: r, ...t }, m) => {
|
|
10
|
+
const o = c(
|
|
11
11
|
(e) => {
|
|
12
12
|
e.preventDefault(), r == null || r(e);
|
|
13
13
|
},
|
|
@@ -16,8 +16,8 @@ const p = "formFieldClear__3e1cc67c", C = {
|
|
|
16
16
|
return /* @__PURE__ */ l(
|
|
17
17
|
d,
|
|
18
18
|
{
|
|
19
|
-
...
|
|
20
|
-
className: f(C.formFieldClear,
|
|
19
|
+
...t,
|
|
20
|
+
className: f(C.formFieldClear, a),
|
|
21
21
|
onMouseDown: o,
|
|
22
22
|
ref: m,
|
|
23
23
|
children: /* @__PURE__ */ l(s, { paletteIndex: 5 })
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as n, useEffect as i } from "react";
|
|
3
3
|
import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "formFieldCounter__439b593f", u = {
|
|
5
5
|
formFieldCounter: s
|
|
6
|
-
},
|
|
6
|
+
}, f = ({ children: o, ...r }) => {
|
|
7
7
|
const { setWithCounter: e } = n(m);
|
|
8
8
|
return i(() => (e(!0), () => e(!1)), []), /* @__PURE__ */ t("div", { className: u.formFieldCounter, ...r, children: o });
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
f.displayName = "FormFieldCounter";
|
|
11
11
|
export {
|
|
12
|
-
|
|
12
|
+
f as FormFieldCounter
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=FormFieldCounter.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { FormFieldDescriptionContext as
|
|
5
|
-
const l = "
|
|
3
|
+
import { c as m } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
|
+
import { FormFieldDescriptionContext as c } from "../FormFieldDescriptionContext.js";
|
|
5
|
+
const l = "formFieldDescription__b4b089f8", p = "withCounter__6ebfb891", i = {
|
|
6
6
|
formFieldDescription: l,
|
|
7
7
|
withCounter: p
|
|
8
|
-
}, d = ({ children:
|
|
8
|
+
}, d = ({ children: e, ...r }) => {
|
|
9
9
|
const [o, s] = n(!1);
|
|
10
|
-
return /* @__PURE__ */ t(
|
|
10
|
+
return /* @__PURE__ */ t(c.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: m(i.formFieldDescription, { [i.withCounter]: o }), ...r, children: e }) });
|
|
11
11
|
};
|
|
12
12
|
d.displayName = "FormFieldDescription";
|
|
13
13
|
export {
|
|
@@ -5,7 +5,7 @@ import "../FormFieldContext.js";
|
|
|
5
5
|
import "../enums.js";
|
|
6
6
|
import "../../../utils/classNameMaps.js";
|
|
7
7
|
import "./utils.js";
|
|
8
|
-
import { F as d } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as d } from "../../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
9
9
|
export {
|
|
10
10
|
d as FormFieldInput
|
|
11
11
|
};
|
|
@@ -5,7 +5,7 @@ import { FormFieldContext as y } from "../FormFieldContext.js";
|
|
|
5
5
|
import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
|
|
6
6
|
import { EFormFieldStatus as C } from "../enums.js";
|
|
7
7
|
import { TARGET_PADDING_X_DEFAULT as a } from "../consts.js";
|
|
8
|
-
const M = "
|
|
8
|
+
const M = "formFieldLabel__20be502c", R = "sm__cd879807", v = "md__86f475a9", z = "lg__b5bd551f", G = "floating__70241558", W = "formFieldLabelText__2004c833", j = "disabled__a54581cd", e = {
|
|
9
9
|
formFieldLabel: M,
|
|
10
10
|
sm: R,
|
|
11
11
|
md: v,
|
|
@@ -15,12 +15,12 @@ const M = "formFieldLabel__28e8d603", R = "sm__e47ada85", v = "md__c943e3eb", z
|
|
|
15
15
|
disabled: j
|
|
16
16
|
}, q = D(e), w = A.forwardRef(
|
|
17
17
|
({ children: i, id: t, className: m, style: d, floating: r, ...f }, c) => {
|
|
18
|
-
const { targetId: n, size:
|
|
18
|
+
const { targetId: n, size: _, status: b, filled: F, active: L, prefixWidth: g, postfixWidth: p, setLabelId: o } = E(y), l = N(() => t === void 0 ? S("label_") : t, [t]), x = r ?? (F || L), u = h(
|
|
19
19
|
e.formFieldLabel,
|
|
20
|
-
q[
|
|
20
|
+
q[_],
|
|
21
21
|
{
|
|
22
22
|
[e.floating]: x,
|
|
23
|
-
[e.disabled]:
|
|
23
|
+
[e.disabled]: b === C.DISABLED
|
|
24
24
|
},
|
|
25
25
|
m
|
|
26
26
|
), T = {
|
|
@@ -2,15 +2,15 @@ import { jsxs as B, jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as $, useRef as L, useContext as N, useEffect as O, useCallback as U } from "react";
|
|
3
3
|
import { c as F, m as q, n as p } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { presets as G } from "./FormFieldMaskedInputPresets.js";
|
|
5
|
-
import { s as H, F as J } from "../../../chunks/FormFieldInput-
|
|
5
|
+
import { s as H, F as J } from "../../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
6
6
|
import { FormFieldContext as K } from "../FormFieldContext.js";
|
|
7
7
|
import { EFormFieldStatus as V } from "../enums.js";
|
|
8
|
-
const Q = "
|
|
8
|
+
const Q = "formFieldMaskedInputWrapper__05caf8a1", X = "formFieldMaskedInputPlaceholder__ce8e634f", Y = "formFieldMaskedInput__24b3bdbe", u = {
|
|
9
9
|
formFieldMaskedInputWrapper: Q,
|
|
10
10
|
formFieldMaskedInputPlaceholder: X,
|
|
11
|
-
"size-sm": "size-
|
|
12
|
-
"size-md": "size-
|
|
13
|
-
"size-lg": "size-
|
|
11
|
+
"size-sm": "size-sm__181392cc",
|
|
12
|
+
"size-md": "size-md__b7183451",
|
|
13
|
+
"size-lg": "size-lg__65353574",
|
|
14
14
|
formFieldMaskedInput: Y
|
|
15
15
|
}, a = ({
|
|
16
16
|
className: I,
|
|
@@ -23,9 +23,9 @@ const Q = "formFieldMaskedInputWrapper__037f5f86", X = "formFieldMaskedInputPlac
|
|
|
23
23
|
value: s,
|
|
24
24
|
...M
|
|
25
25
|
}) => {
|
|
26
|
-
const [x,
|
|
26
|
+
const [x, b] = $(""), c = L(!1), { filled: y, focused: z, size: k, status: _ } = N(K);
|
|
27
27
|
O(() => {
|
|
28
|
-
|
|
28
|
+
b((() => {
|
|
29
29
|
let t = [];
|
|
30
30
|
if (s) {
|
|
31
31
|
const { conformedValue: i } = p.conformToMask(s.toString(), o, { guide: !0, placeholderChar: n });
|
|
@@ -40,15 +40,15 @@ const Q = "formFieldMaskedInputWrapper__037f5f86", X = "formFieldMaskedInputPlac
|
|
|
40
40
|
return t.join("");
|
|
41
41
|
})());
|
|
42
42
|
}, [s, o, n, l]);
|
|
43
|
-
const
|
|
43
|
+
const E = U(
|
|
44
44
|
(e) => {
|
|
45
45
|
const { value: t } = e.target;
|
|
46
46
|
c.current = !1, s !== t && (d == null || d(e));
|
|
47
47
|
},
|
|
48
48
|
[s, d]
|
|
49
|
-
),
|
|
49
|
+
), S = () => {
|
|
50
50
|
c.current = !0;
|
|
51
|
-
},
|
|
51
|
+
}, T = (e, t) => o === a.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === a.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
|
|
52
52
|
let t = [];
|
|
53
53
|
if (c.current) {
|
|
54
54
|
let i = /^[78]((\D*\d)*)/;
|
|
@@ -58,10 +58,10 @@ const Q = "formFieldMaskedInputWrapper__037f5f86", X = "formFieldMaskedInputPlac
|
|
|
58
58
|
indexesOfPipedChars: t,
|
|
59
59
|
value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
|
|
60
60
|
};
|
|
61
|
-
},
|
|
61
|
+
}, D = () => o === a.presets.masks.phone ? (s = P(s).value, s) : p.conformToMask(s, o, { guide: !1, placeholderChar: n }).conformedValue, W = (e) => (t) => {
|
|
62
62
|
t && e(t), typeof f == "function" ? f(t) : f && (f.current = t);
|
|
63
|
-
}, j = () => !
|
|
64
|
-
return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${
|
|
63
|
+
}, j = () => !y && !z || !s && g ? "" : x;
|
|
64
|
+
return /* @__PURE__ */ B("div", { className: F(u.formFieldMaskedInputWrapper, u[`size-${k}`]), children: [
|
|
65
65
|
/* @__PURE__ */ m(
|
|
66
66
|
"input",
|
|
67
67
|
{
|
|
@@ -83,11 +83,11 @@ const Q = "formFieldMaskedInputWrapper__037f5f86", X = "formFieldMaskedInputPlac
|
|
|
83
83
|
guide: !1,
|
|
84
84
|
render: (e, t) => /* @__PURE__ */ m(J, { ...t, value: s, placeholder: g || "", ref: W(e) }),
|
|
85
85
|
mask: o,
|
|
86
|
-
onChange:
|
|
87
|
-
onPaste:
|
|
86
|
+
onChange: E,
|
|
87
|
+
onPaste: S,
|
|
88
88
|
placeholderChar: n,
|
|
89
|
-
value:
|
|
90
|
-
pipe:
|
|
89
|
+
value: D(),
|
|
90
|
+
pipe: T,
|
|
91
91
|
type: "text",
|
|
92
92
|
...M
|
|
93
93
|
}
|
|
@@ -3,11 +3,11 @@ import F, { useContext as a, useRef as p, useEffect as P } from "react";
|
|
|
3
3
|
import { c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as _ } from "../FormFieldContext.js";
|
|
5
5
|
import { TARGET_PADDING_X_DEFAULT as w } from "../consts.js";
|
|
6
|
-
const N = "
|
|
6
|
+
const N = "formFieldPostfix__d963d28e", b = {
|
|
7
7
|
formFieldPostfix: N
|
|
8
8
|
}, g = F.forwardRef(
|
|
9
9
|
({ children: n, className: c, ...m }, t) => {
|
|
10
|
-
const { setPostfixWidth: o } = a(_), s = p(),
|
|
10
|
+
const { setPostfixWidth: o } = a(_), s = p(), d = R(b.formFieldPostfix, c), l = (e) => {
|
|
11
11
|
s.current = e, typeof t == "function" ? t(e) : t && (t.current = e);
|
|
12
12
|
};
|
|
13
13
|
return P(() => {
|
|
@@ -21,7 +21,7 @@ const N = "formFieldPostfix__3266226f", b = {
|
|
|
21
21
|
return r.observe(e), () => {
|
|
22
22
|
r.disconnect(), o(w);
|
|
23
23
|
};
|
|
24
|
-
}, [o]), /* @__PURE__ */ u("span", { className:
|
|
24
|
+
}, [o]), /* @__PURE__ */ u("span", { className: d, ...m, ref: l, children: n });
|
|
25
25
|
}
|
|
26
26
|
);
|
|
27
27
|
g.displayName = "FormFieldPostfix";
|
|
@@ -3,7 +3,7 @@ import F, { useContext as a, useRef as p, useEffect as P } from "react";
|
|
|
3
3
|
import { c as R } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as _ } from "../FormFieldContext.js";
|
|
5
5
|
import { TARGET_PADDING_X_DEFAULT as w } from "../consts.js";
|
|
6
|
-
const N = "
|
|
6
|
+
const N = "formFieldPrefix__96da0376", b = {
|
|
7
7
|
formFieldPrefix: N
|
|
8
8
|
}, g = F.forwardRef(
|
|
9
9
|
({ children: n, className: c, ...m }, r) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import _, { useContext as S, useMemo as g, useLayoutEffect as h, useCallback as F } from "react";
|
|
3
3
|
import { u as y, c as A } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { FormFieldContext as L } from "../FormFieldContext.js";
|
|
5
5
|
import { EFormFieldStatus as d } from "../enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as W } from "../../../utils/classNameMaps.js";
|
|
7
|
-
const z = "
|
|
7
|
+
const z = "formFieldTarget__fb3ecb20", M = "sm__cd879807", R = "md__86f475a9", j = "lg__b5bd551f", k = "placeholder__91b875f7", q = "disabled__a54581cd", w = "placeholderWrapper__74a2f5b9", B = "active__4eee5b99", e = {
|
|
8
8
|
formFieldTarget: z,
|
|
9
9
|
sm: M,
|
|
10
10
|
md: R,
|
|
@@ -13,18 +13,18 @@ const z = "formFieldTarget__6a88c343", M = "sm__e47ada85", R = "md__c943e3eb", j
|
|
|
13
13
|
disabled: q,
|
|
14
14
|
placeholderWrapper: w,
|
|
15
15
|
active: B
|
|
16
|
-
}, G = W(e), H =
|
|
17
|
-
({ children:
|
|
18
|
-
const { size: u, status: s, active: v, labelId: x, setFilled:
|
|
16
|
+
}, G = W(e), H = _.forwardRef(
|
|
17
|
+
({ children: o, id: c, className: T, placeholder: p, onFocus: a, onBlur: t, ...D }, I) => {
|
|
18
|
+
const { size: u, status: s, active: v, labelId: x, setFilled: f, setFocused: r, setTargetId: n } = S(L), i = g(() => c === void 0 ? y("target_") : c, [c]), l = g(() => _.Children.toArray(o).length !== 0, [o]), E = A(e.formFieldTarget, G[u], T, {
|
|
19
19
|
[e.disabled]: s === d.DISABLED,
|
|
20
20
|
[e.placeholder]: !!p && !l && s !== d.DISABLED,
|
|
21
21
|
[e.active]: v
|
|
22
22
|
});
|
|
23
23
|
h(() => {
|
|
24
|
-
|
|
25
|
-
}, [i,
|
|
26
|
-
|
|
27
|
-
}, [l,
|
|
24
|
+
n(i);
|
|
25
|
+
}, [i, n]), h(() => {
|
|
26
|
+
f(l);
|
|
27
|
+
}, [l, f]);
|
|
28
28
|
const C = F(
|
|
29
29
|
(m) => {
|
|
30
30
|
r(!0), a == null || a(m);
|
|
@@ -36,7 +36,7 @@ const z = "formFieldTarget__6a88c343", M = "sm__e47ada85", R = "md__c943e3eb", j
|
|
|
36
36
|
},
|
|
37
37
|
[t, r]
|
|
38
38
|
);
|
|
39
|
-
return /* @__PURE__ */
|
|
39
|
+
return /* @__PURE__ */ b(
|
|
40
40
|
"div",
|
|
41
41
|
{
|
|
42
42
|
...D,
|
|
@@ -48,7 +48,7 @@ const z = "formFieldTarget__6a88c343", M = "sm__e47ada85", R = "md__c943e3eb", j
|
|
|
48
48
|
onBlur: N,
|
|
49
49
|
onFocus: C,
|
|
50
50
|
ref: I,
|
|
51
|
-
children: l ?
|
|
51
|
+
children: l ? o : /* @__PURE__ */ b("span", { className: e.placeholderWrapper, children: p })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -5,18 +5,18 @@ import { createSizeToClassNameMap as R } from "../../../utils/classNameMaps.js";
|
|
|
5
5
|
import { FormFieldContext as W } from "../FormFieldContext.js";
|
|
6
6
|
import { EFormFieldStatus as j } from "../enums.js";
|
|
7
7
|
import { isFilled as q } from "./utils.js";
|
|
8
|
-
const w = "
|
|
8
|
+
const w = "formFieldTextarea__b08a00b7", G = "sm__cd879807", H = "md__86f475a9", J = "lg__b5bd551f", u = {
|
|
9
9
|
formFieldTextarea: w,
|
|
10
10
|
sm: G,
|
|
11
11
|
md: H,
|
|
12
12
|
lg: J
|
|
13
13
|
}, K = R(u), O = M.forwardRef(
|
|
14
|
-
({ id:
|
|
15
|
-
const { size:
|
|
14
|
+
({ id: c, className: p, value: s, defaultValue: F, onFocus: r, onBlur: l, onAnimationStart: m, onChange: i, ..._ }, N) => {
|
|
15
|
+
const { size: b, status: g, setFocused: o, setTargetId: T, setFilled: d } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), h = L(u.formFieldTextarea, K[b], p), t = a(
|
|
16
16
|
(e) => {
|
|
17
|
-
|
|
17
|
+
d(q(e));
|
|
18
18
|
},
|
|
19
|
-
[
|
|
19
|
+
[d]
|
|
20
20
|
);
|
|
21
21
|
x(() => {
|
|
22
22
|
T(f);
|
|
@@ -37,9 +37,9 @@ const w = "formFieldTextarea__0c470507", G = "sm__e47ada85", H = "md__c943e3eb",
|
|
|
37
37
|
[t, o, l]
|
|
38
38
|
), z = a(
|
|
39
39
|
(e) => {
|
|
40
|
-
e.animationName.startsWith("autofill-applied-hook") ?
|
|
40
|
+
e.animationName.startsWith("autofill-applied-hook") ? d(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
|
|
41
41
|
},
|
|
42
|
-
[
|
|
42
|
+
[d, t, m]
|
|
43
43
|
), E = a(
|
|
44
44
|
(e) => {
|
|
45
45
|
t(e.currentTarget.value), i == null || i(e);
|
|
@@ -51,10 +51,10 @@ const w = "formFieldTextarea__0c470507", G = "sm__e47ada85", H = "md__c943e3eb",
|
|
|
51
51
|
{
|
|
52
52
|
..._,
|
|
53
53
|
id: f,
|
|
54
|
-
className:
|
|
54
|
+
className: h,
|
|
55
55
|
value: s,
|
|
56
56
|
defaultValue: F,
|
|
57
|
-
disabled:
|
|
57
|
+
disabled: g === j.DISABLED,
|
|
58
58
|
onFocus: y,
|
|
59
59
|
onBlur: k,
|
|
60
60
|
onAnimationStart: z,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormFieldClear as e } from "./FormFieldClear.js";
|
|
2
2
|
import { FormFieldCounter as m } from "./FormFieldCounter.js";
|
|
3
3
|
import { FormFieldDescription as i } from "./FormFieldDescription.js";
|
|
4
|
-
import { F as x } from "../../../chunks/FormFieldInput-
|
|
4
|
+
import { F as x } from "../../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
5
5
|
import { FormFieldLabel as l } from "./FormFieldLabel.js";
|
|
6
6
|
import { FormFieldMaskedInput as a } from "./FormFieldMaskedInput.js";
|
|
7
7
|
import { FormFieldPostfix as s } from "./FormFieldPostfix.js";
|