@sberbusiness/triplex-next 1.22.0 → 1.23.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-IulaUJl0.js +39 -0
- package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DhRDn7-d.js} +27 -27
- package/chunks/Card.module-DSOXKXtd.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
- package/chunks/Chip-EVPZneh2.js +104 -0
- package/chunks/Confirm.module-gphOS6IB.js +15 -0
- package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-BOB8eQXM.js} +14 -14
- package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
- package/chunks/Footer.module-CMW0u8UD.js +9 -0
- package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-CwX_1h09.js} +29 -29
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
- package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
- package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
- package/chunks/{LightBoxContent-CBpCA29-.js → LightBoxContent-CE6sXjX1.js} +10 -10
- package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
- package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
- package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
- package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
- package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
- package/chunks/Notification.module-809Tnazq.js +20 -0
- package/chunks/Overlay.module-c4cyqpKr.js +18 -0
- package/chunks/Page.module-CixV2VSG.js +11 -0
- package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-nrRpapza.js} +6 -6
- package/chunks/SMSField.module-Qub64N0s.js +16 -0
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
- package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
- package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +5 -5
- package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
- package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
- package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
- package/chunks/TreeView.module-B8RxFbbh.js +9 -0
- package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-D9OID08A.js} +2 -2
- package/chunks/{constants-Crak3JEf.js → constants-DXLVATUh.js} +14 -14
- package/chunks/{utils-Dq2VA3Zd.js → utils-BDGrf0u9.js} +6 -6
- package/chunks/utils-BXi-2Jma.js +28 -0
- package/chunks/utils-CvsNd4Ut.js +24 -0
- package/chunks/{utils-CS30w_en.js → utils-DXnkRIJ2.js} +16 -16
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +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 +14 -14
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -20
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +7 -7
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.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/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- 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 +15 -15
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +23 -23
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +25 -25
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +9 -9
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +22 -22
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +5 -5
- 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 +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +5 -5
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +6 -14
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- 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 -9
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- 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 +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -10
- 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 +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +10 -10
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +8 -8
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
- 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 +25 -25
- 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 +13 -13
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +14 -14
- 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 +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +25 -24
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +19 -19
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +4 -4
- 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 +7 -7
- package/components/Tag/Tag.js +1 -1
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.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 +7 -7
- 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 +1 -1
- package/components/TopOverlay/TopOverlay.js +5 -5
- 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 +14 -14
- package/components/Typography/Text.js +17 -17
- package/components/Typography/Title.js +19 -19
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +25 -7
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
- package/chunks/Card.module-CPD2xDmu.js +0 -17
- package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
- package/chunks/Chip-Bxr2kLyU.js +0 -90
- package/chunks/Confirm.module-CmYpxyDp.js +0 -15
- package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
- package/chunks/Footer.module-CjY-6G8t.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
- package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
- package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
- package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
- package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
- package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
- package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
- package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
- package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
- package/chunks/Notification.module-ByKcbqB9.js +0 -20
- package/chunks/Overlay.module-fYkVPgjL.js +0 -18
- package/chunks/Page.module-Bhn0Pz59.js +0 -11
- package/chunks/SMSField.module-KA-eacXJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
- package/chunks/SliderExtendedRail-Dld8UNeR.js +0 -40
- package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
- package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
- package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
- package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
- package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
- package/chunks/TreeView.module-lJCCAWQb.js +0 -9
- package/chunks/utils-R-JQhhgt.js +0 -24
- package/chunks/utils-Z8JNo8tP.js +0 -28
|
@@ -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__913f43e5", W = "sm__26ad389e", G = "md__d9ffd574", M = "lg__35f13ce0", P = "active__41fe4b61", y = "disabled__31b1d2c0", U = "error__ff5f0f6c", j = "warning__0f9e5e33", z = "filled__092d3f2a", e = {
|
|
10
10
|
formField: S,
|
|
11
11
|
sm: W,
|
|
12
12
|
md: G,
|
|
13
13
|
lg: M,
|
|
14
|
-
default: "
|
|
14
|
+
default: "default__58caed7e",
|
|
15
15
|
active: P,
|
|
16
16
|
disabled: y,
|
|
17
17
|
error: U,
|
|
@@ -26,31 +26,31 @@ const S = "formField__c29e5771", W = "sm__dfbcde57", G = "md__78c7dc00", M = "lg
|
|
|
26
26
|
({
|
|
27
27
|
children: p,
|
|
28
28
|
className: F,
|
|
29
|
-
style:
|
|
29
|
+
style: g,
|
|
30
30
|
size: s = w.LG,
|
|
31
31
|
status: r = o.DEFAULT,
|
|
32
32
|
active: a = !1,
|
|
33
|
-
...
|
|
34
|
-
},
|
|
35
|
-
const [
|
|
33
|
+
...u
|
|
34
|
+
}, x) => {
|
|
35
|
+
const [m, T] = t(), [c, b] = t(), [i, E] = t(_), [l, N] = t(_), [f, R] = t(!1), [d, A] = t(!1), D = L(
|
|
36
36
|
() => ({
|
|
37
37
|
size: s,
|
|
38
38
|
status: r,
|
|
39
|
-
targetId:
|
|
40
|
-
labelId:
|
|
39
|
+
targetId: m,
|
|
40
|
+
labelId: c,
|
|
41
41
|
postfixWidth: i,
|
|
42
42
|
prefixWidth: l,
|
|
43
43
|
filled: f,
|
|
44
44
|
focused: d,
|
|
45
45
|
active: a || d,
|
|
46
|
-
setTargetId:
|
|
47
|
-
setLabelId:
|
|
46
|
+
setTargetId: T,
|
|
47
|
+
setLabelId: b,
|
|
48
48
|
setPostfixWidth: E,
|
|
49
49
|
setPrefixWidth: N,
|
|
50
50
|
setFilled: R,
|
|
51
51
|
setFocused: A
|
|
52
52
|
}),
|
|
53
|
-
[s, r,
|
|
53
|
+
[s, r, m, c, i, l, f, d, a]
|
|
54
54
|
);
|
|
55
55
|
return /* @__PURE__ */ n(v.Provider, { value: D, children: /* @__PURE__ */ n(
|
|
56
56
|
"div",
|
|
@@ -65,10 +65,10 @@ const S = "formField__c29e5771", W = "sm__dfbcde57", G = "md__78c7dc00", M = "lg
|
|
|
65
65
|
},
|
|
66
66
|
F
|
|
67
67
|
),
|
|
68
|
-
"data-tx": "1.
|
|
69
|
-
style: { paddingLeft: l, paddingRight: i, ...
|
|
70
|
-
...
|
|
71
|
-
ref:
|
|
68
|
+
"data-tx": "1.23.0",
|
|
69
|
+
style: { paddingLeft: l, paddingRight: i, ...g },
|
|
70
|
+
...u,
|
|
71
|
+
ref: x,
|
|
72
72
|
children: p
|
|
73
73
|
}
|
|
74
74
|
) });
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c
|
|
2
|
+
import f, { useCallback as i } from "react";
|
|
3
|
+
import { c } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as d } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
|
-
const p = "
|
|
6
|
+
const p = "formFieldClear__e84651f8", C = {
|
|
7
7
|
formFieldClear: p
|
|
8
|
-
}, F =
|
|
8
|
+
}, F = f.forwardRef(
|
|
9
9
|
({ className: a, onMouseDown: r, ...t }, m) => {
|
|
10
|
-
const o =
|
|
10
|
+
const o = i(
|
|
11
11
|
(e) => {
|
|
12
12
|
e.preventDefault(), r == null || r(e);
|
|
13
13
|
},
|
|
@@ -17,7 +17,7 @@ const p = "formFieldClear__c08c9262", C = {
|
|
|
17
17
|
s,
|
|
18
18
|
{
|
|
19
19
|
...t,
|
|
20
|
-
className:
|
|
20
|
+
className: c(C.formFieldClear, "hoverable", a),
|
|
21
21
|
onMouseDown: o,
|
|
22
22
|
ref: m,
|
|
23
23
|
children: /* @__PURE__ */ l(d, { paletteIndex: 5 })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as i, useEffect as m } from "react";
|
|
3
3
|
import { FormFieldDescriptionContext as n } from "../FormFieldDescriptionContext.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "formFieldCounter__87ac50c3", u = {
|
|
5
5
|
formFieldCounter: s
|
|
6
6
|
}, l = ({ children: o, ...e }) => {
|
|
7
7
|
const { setWithCounter: t } = i(n);
|
|
@@ -2,15 +2,15 @@ import { jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as n } from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
|
|
5
|
-
const l = "
|
|
5
|
+
const l = "formFieldDescription__5c5f2005", p = "withCounter__5bdb5833", i = {
|
|
6
6
|
formFieldDescription: l,
|
|
7
|
-
withCounter:
|
|
8
|
-
},
|
|
7
|
+
withCounter: p
|
|
8
|
+
}, d = ({ children: r, ...e }) => {
|
|
9
9
|
const [o, s] = n(!1);
|
|
10
10
|
return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...e, children: r }) });
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
d.displayName = "FormFieldDescription";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
d as FormFieldDescription
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=FormFieldDescription.js.map
|
|
@@ -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-CwX_1h09.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__c6f22484", R = "sm__26ad389e", v = "md__d9ffd574", z = "lg__35f13ce0", G = "floating__d9407c8a", W = "formFieldLabelText__f91d9ca2", j = "disabled__31b1d2c0", e = {
|
|
9
9
|
formFieldLabel: M,
|
|
10
10
|
sm: R,
|
|
11
11
|
md: v,
|
|
@@ -14,13 +14,13 @@ const M = "formFieldLabel__ac33b007", R = "sm__dfbcde57", v = "md__78c7dc00", z
|
|
|
14
14
|
formFieldLabelText: W,
|
|
15
15
|
disabled: j
|
|
16
16
|
}, q = D(e), w = A.forwardRef(
|
|
17
|
-
({ children: i, id: t, className: d, style: m, floating:
|
|
18
|
-
const { targetId: n, size:
|
|
17
|
+
({ children: i, id: t, className: d, style: m, floating: f, ...r }, c) => {
|
|
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]), u = f ?? (F || L), x = h(
|
|
19
19
|
e.formFieldLabel,
|
|
20
|
-
q[
|
|
20
|
+
q[_],
|
|
21
21
|
{
|
|
22
22
|
[e.floating]: u,
|
|
23
|
-
[e.disabled]:
|
|
23
|
+
[e.disabled]: b === C.DISABLED
|
|
24
24
|
},
|
|
25
25
|
d
|
|
26
26
|
), T = {
|
|
@@ -32,7 +32,7 @@ const M = "formFieldLabel__ac33b007", R = "sm__dfbcde57", v = "md__78c7dc00", z
|
|
|
32
32
|
};
|
|
33
33
|
return I(() => {
|
|
34
34
|
o(l);
|
|
35
|
-
}, [l, o]), /* @__PURE__ */ s("label", { ...
|
|
35
|
+
}, [l, o]), /* @__PURE__ */ s("label", { ...r, id: l, className: x, htmlFor: n, style: T, ref: c, children: /* @__PURE__ */ s("span", { className: e.formFieldLabelText, children: i }) });
|
|
36
36
|
}
|
|
37
37
|
);
|
|
38
38
|
w.displayName = "FormFieldLabel";
|
|
@@ -2,17 +2,17 @@ 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, n as q, o as p } from "../../../chunks/vendor-BiObpx9E.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-CwX_1h09.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__e8c14f94", X = "formFieldMaskedInputPlaceholder__3fb60620", Y = "formFieldMaskedInput__2c1d4917", 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__905bccee",
|
|
12
|
+
"size-md": "size-md__af2618b4",
|
|
13
|
+
"size-lg": "size-lg__e7b5e08c",
|
|
14
14
|
formFieldMaskedInput: Y
|
|
15
|
-
},
|
|
15
|
+
}, c = ({
|
|
16
16
|
className: I,
|
|
17
17
|
forwardedRef: f,
|
|
18
18
|
mask: o,
|
|
@@ -23,9 +23,9 @@ const Q = "formFieldMaskedInputWrapper__59d95683", X = "formFieldMaskedInputPlac
|
|
|
23
23
|
value: s,
|
|
24
24
|
...M
|
|
25
25
|
}) => {
|
|
26
|
-
const [x,
|
|
26
|
+
const [x, b] = $(""), a = 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,17 +40,17 @@ const Q = "formFieldMaskedInputWrapper__59d95683", 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
|
+
a.current = !1, s !== t && (d == null || d(e));
|
|
47
47
|
},
|
|
48
48
|
[s, d]
|
|
49
|
-
),
|
|
50
|
-
|
|
51
|
-
},
|
|
49
|
+
), S = () => {
|
|
50
|
+
a.current = !0;
|
|
51
|
+
}, T = (e, t) => o === c.presets.masks.phone ? e.length ? P(t.rawValue) : e : o === c.presets.masks.swiftCode ? e.toUpperCase() : e, P = (e) => {
|
|
52
52
|
let t = [];
|
|
53
|
-
if (
|
|
53
|
+
if (a.current) {
|
|
54
54
|
let i = /^[78]((\D*\d)*)/;
|
|
55
55
|
e = e.replace(i, "+7 ($1"), i = /^\d7/, e = e.replace(i, (r) => (t = Array.from("+7 (").map((Z, A) => A), `+7 (${r}`));
|
|
56
56
|
} else (e === "7" || e === "8") && (e = "+7 (");
|
|
@@ -58,10 +58,10 @@ const Q = "formFieldMaskedInputWrapper__59d95683", X = "formFieldMaskedInputPlac
|
|
|
58
58
|
indexesOfPipedChars: t,
|
|
59
59
|
value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
|
|
60
60
|
};
|
|
61
|
-
},
|
|
61
|
+
}, D = () => o === c.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,19 +83,19 @@ const Q = "formFieldMaskedInputWrapper__59d95683", 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
|
}
|
|
94
94
|
)
|
|
95
95
|
] });
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
c.presets = G;
|
|
98
98
|
export {
|
|
99
|
-
|
|
99
|
+
c as FormFieldMaskedInput
|
|
100
100
|
};
|
|
101
101
|
//# sourceMappingURL=FormFieldMaskedInput.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FormFieldContext as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import l, { useContext as x, useRef as u, useEffect as F } from "react";
|
|
3
|
+
import { FormFieldContext as a } from "../FormFieldContext.js";
|
|
4
4
|
import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
|
-
const P = "
|
|
5
|
+
const P = "formFieldPostfix__dc5f2945", R = {
|
|
6
6
|
formFieldPostfix: P
|
|
7
|
-
}, _ =
|
|
8
|
-
({ children: s, className:
|
|
9
|
-
const
|
|
7
|
+
}, _ = l.forwardRef(
|
|
8
|
+
({ children: s, className: f, ...i }, o) => {
|
|
9
|
+
const r = p(R.formFieldPostfix, f), { postfixWidth: n, setPostfixWidth: c } = x(a), e = u(), m = (t) => {
|
|
10
10
|
e.current = t, typeof o == "function" ? o(t) : o && (o.current = t);
|
|
11
11
|
};
|
|
12
|
-
return
|
|
12
|
+
return F(() => {
|
|
13
13
|
if (!e.current)
|
|
14
14
|
return;
|
|
15
15
|
const { width: t } = e.current.getBoundingClientRect();
|
|
16
16
|
t !== n && c(t);
|
|
17
|
-
}), /* @__PURE__ */
|
|
17
|
+
}), /* @__PURE__ */ d("span", { className: r, ref: m, ...i, children: s });
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
_.displayName = "FormFieldPostfix";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import d, { useContext as x, useRef as u, useEffect as F } from "react";
|
|
3
3
|
import { FormFieldContext as a } from "../FormFieldContext.js";
|
|
4
4
|
import { c as p } from "../../../chunks/vendor-BiObpx9E.js";
|
|
5
|
-
const P = "
|
|
5
|
+
const P = "formFieldPrefix__b555e782", R = {
|
|
6
6
|
formFieldPrefix: P
|
|
7
|
-
}, _ =
|
|
7
|
+
}, _ = d.forwardRef(
|
|
8
8
|
({ children: o, className: i, ...f }, r) => {
|
|
9
9
|
const s = p(R.formFieldPrefix, i), { prefixWidth: n, setPrefixWidth: c } = x(a), t = u(), m = (e) => {
|
|
10
10
|
t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
@@ -14,7 +14,7 @@ const P = "formFieldPrefix__89d28eb9", R = {
|
|
|
14
14
|
return;
|
|
15
15
|
const { width: e } = t.current.getBoundingClientRect();
|
|
16
16
|
e !== n && c(e);
|
|
17
|
-
}), /* @__PURE__ */
|
|
17
|
+
}), /* @__PURE__ */ l("span", { className: s, ref: m, ...f, children: o });
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
_.displayName = "FormFieldPrefix";
|
|
@@ -4,7 +4,7 @@ import { u as y, c as A } from "../../../chunks/vendor-BiObpx9E.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__00b5e1c9", M = "sm__26ad389e", R = "md__d9ffd574", j = "lg__35f13ce0", k = "placeholder__7cdbba3a", q = "disabled__31b1d2c0", w = "placeholderWrapper__e0611c0b", B = "active__41fe4b61", e = {
|
|
8
8
|
formFieldTarget: z,
|
|
9
9
|
sm: M,
|
|
10
10
|
md: R,
|
|
@@ -14,17 +14,17 @@ const z = "formFieldTarget__ee27c74a", M = "sm__dfbcde57", R = "md__78c7dc00", j
|
|
|
14
14
|
placeholderWrapper: w,
|
|
15
15
|
active: B
|
|
16
16
|
}, G = W(e), H = b.forwardRef(
|
|
17
|
-
({ children:
|
|
18
|
-
const { size: I, status: s, active: v, labelId: x, setFilled:
|
|
17
|
+
({ children: c, id: o, className: T, placeholder: p, onFocus: a, onBlur: t, ...u }, D) => {
|
|
18
|
+
const { size: I, status: s, active: v, labelId: x, setFilled: f, setFocused: l, setTargetId: n } = S(L), i = g(() => o === void 0 ? y("target_") : o, [o]), r = g(() => b.Children.toArray(c).length !== 0, [c]), E = A(e.formFieldTarget, G[I], T, {
|
|
19
19
|
[e.disabled]: s === d.DISABLED,
|
|
20
20
|
[e.placeholder]: !!p && !r && s !== d.DISABLED,
|
|
21
21
|
[e.active]: v
|
|
22
22
|
});
|
|
23
23
|
h(() => {
|
|
24
|
-
|
|
25
|
-
}, [i,
|
|
26
|
-
|
|
27
|
-
}, [r,
|
|
24
|
+
n(i);
|
|
25
|
+
}, [i, n]), h(() => {
|
|
26
|
+
f(r);
|
|
27
|
+
}, [r, f]);
|
|
28
28
|
const C = F(
|
|
29
29
|
(m) => {
|
|
30
30
|
l(!0), a == null || a(m);
|
|
@@ -48,7 +48,7 @@ const z = "formFieldTarget__ee27c74a", M = "sm__dfbcde57", R = "md__78c7dc00", j
|
|
|
48
48
|
onBlur: N,
|
|
49
49
|
onFocus: C,
|
|
50
50
|
ref: D,
|
|
51
|
-
children: r ?
|
|
51
|
+
children: r ? c : /* @__PURE__ */ _("span", { className: e.placeholderWrapper, children: p })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import { jsx as I } from "react/jsx-runtime";
|
|
2
|
-
import M, { useContext as n, useMemo as C, useCallback as
|
|
2
|
+
import M, { useContext as n, useMemo as C, useCallback as s, useLayoutEffect as u } from "react";
|
|
3
3
|
import { u as D, c as L } from "../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
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__7a3d371b", G = "sm__26ad389e", H = "md__d9ffd574", J = "lg__35f13ce0", T = {
|
|
9
9
|
formFieldTextarea: w,
|
|
10
10
|
sm: G,
|
|
11
11
|
md: H,
|
|
12
12
|
lg: J
|
|
13
13
|
}, K = R(T), O = M.forwardRef(
|
|
14
|
-
({ id:
|
|
15
|
-
const { size:
|
|
14
|
+
({ id: c, className: p, value: a, defaultValue: x, onFocus: r, onBlur: l, onAnimationStart: m, onChange: d, ..._ }, N) => {
|
|
15
|
+
const { size: g, status: h, setFocused: i, setTargetId: F, setFilled: o } = n(W), f = C(() => c === void 0 ? D("textarea_") : c, [c]), y = L(T.formFieldTextarea, K[g], p), t = s(
|
|
16
16
|
(e) => {
|
|
17
|
-
|
|
17
|
+
o(q(e));
|
|
18
18
|
},
|
|
19
|
-
[
|
|
19
|
+
[o]
|
|
20
20
|
);
|
|
21
21
|
u(() => {
|
|
22
22
|
F(f);
|
|
23
23
|
}, [f, F]), u(() => {
|
|
24
|
-
t(
|
|
24
|
+
t(a ?? x);
|
|
25
25
|
}, []), u(() => {
|
|
26
|
-
|
|
27
|
-
}, [
|
|
28
|
-
const
|
|
26
|
+
a !== void 0 && t(a);
|
|
27
|
+
}, [a, t]);
|
|
28
|
+
const b = s(
|
|
29
29
|
(e) => {
|
|
30
|
-
t(e.currentTarget.value),
|
|
30
|
+
t(e.currentTarget.value), i(!0), r == null || r(e);
|
|
31
31
|
},
|
|
32
|
-
[t,
|
|
33
|
-
), k =
|
|
32
|
+
[t, i, r]
|
|
33
|
+
), k = s(
|
|
34
34
|
(e) => {
|
|
35
|
-
t(e.currentTarget.value),
|
|
35
|
+
t(e.currentTarget.value), i(!1), l == null || l(e);
|
|
36
36
|
},
|
|
37
|
-
[t,
|
|
38
|
-
), z =
|
|
37
|
+
[t, i, l]
|
|
38
|
+
), z = s(
|
|
39
39
|
(e) => {
|
|
40
|
-
e.animationName.startsWith("autofill-applied-hook") ?
|
|
40
|
+
e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && t(e.currentTarget.value), m == null || m(e);
|
|
41
41
|
},
|
|
42
|
-
[
|
|
43
|
-
), E =
|
|
42
|
+
[o, t, m]
|
|
43
|
+
), E = s(
|
|
44
44
|
(e) => {
|
|
45
|
-
t(e.currentTarget.value),
|
|
45
|
+
t(e.currentTarget.value), d == null || d(e);
|
|
46
46
|
},
|
|
47
|
-
[
|
|
47
|
+
[d, t]
|
|
48
48
|
);
|
|
49
49
|
return /* @__PURE__ */ I(
|
|
50
50
|
"textarea",
|
|
51
51
|
{
|
|
52
52
|
..._,
|
|
53
53
|
id: f,
|
|
54
|
-
className:
|
|
55
|
-
value:
|
|
54
|
+
className: y,
|
|
55
|
+
value: a,
|
|
56
56
|
defaultValue: x,
|
|
57
|
-
disabled:
|
|
58
|
-
onFocus:
|
|
57
|
+
disabled: h === j.DISABLED,
|
|
58
|
+
onFocus: b,
|
|
59
59
|
onBlur: k,
|
|
60
60
|
onAnimationStart: z,
|
|
61
61
|
onChange: E,
|
|
@@ -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-CwX_1h09.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";
|
|
@@ -2,7 +2,7 @@ import { EFormFieldStatus as e } from "./enums.js";
|
|
|
2
2
|
import { FormFieldClear as F } from "./components/FormFieldClear.js";
|
|
3
3
|
import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
|
|
4
4
|
import { FormFieldDescription as l } from "./components/FormFieldDescription.js";
|
|
5
|
-
import { F as f } from "../../chunks/FormFieldInput
|
|
5
|
+
import { F as f } from "../../chunks/FormFieldInput-CwX_1h09.js";
|
|
6
6
|
import { FormFieldLabel as a } from "./components/FormFieldLabel.js";
|
|
7
7
|
import { FormFieldMaskedInput as u } from "./components/FormFieldMaskedInput.js";
|
|
8
8
|
import { FormFieldPostfix as C } from "./components/FormFieldPostfix.js";
|
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.23.0", ref: t, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -3,7 +3,7 @@ import d from "react";
|
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
|
|
7
7
|
const b = Object.assign(
|
|
8
8
|
d.forwardRef(function({ children: e, className: r, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as t } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
const u = "
|
|
4
|
+
const u = "headerSubheader__5591b825", n = "withoutPaddings__65f9270b", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
6
|
withoutPaddings: n
|
|
7
|
-
},
|
|
7
|
+
}, b = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
@@ -15,8 +15,8 @@ const u = "headerSubheader__92240e20", n = "withoutPaddings__ad8477ed", e = {
|
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
b.displayName = "HeaderSubheader";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
b as HeaderSubheader
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=HeaderSubheader.js.map
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
5
|
import { c as d } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-BKu6DIV4.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
5
|
import { c as l } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: e, className: t, ...r }, o) {
|
|
9
9
|
return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
|
|
5
5
|
const m = s.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-BiObpx9E.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-DyI7KGeM.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|