@sberbusiness/triplex-next 0.14.1 → 0.16.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-BfExIHyf.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-DjDlwsr-.js} +18 -18
- package/chunks/Card.module-BDhkqA-1.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-Is4KDVHc.js} +3 -3
- package/chunks/Confirm.module-DJgmkdgX.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-BdSacGyt.js} +21 -21
- package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
- package/chunks/Footer.module-B0GfNisY.js +9 -0
- package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
- package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
- package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
- package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
- package/chunks/{LightBoxContent-B5TEJXI-.js → LightBoxContent-CN7SmRwX.js} +13 -13
- package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-CgrHz7BO.js} +3 -3
- package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
- package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
- package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
- package/chunks/Notification.module-6l7KFShv.js +21 -0
- package/chunks/Overlay.module-COWWNc0T.js +18 -0
- package/chunks/Page.module-UL2Y8-XU.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-B47Am4iB.js} +9 -9
- package/chunks/SMSField.module-BGqA-NcR.js +16 -0
- package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-C_eWUceV.js} +6 -6
- package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C_9OyUAk.js +14 -0
- package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
- package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
- package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
- package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
- package/chunks/TreeView.module-BHzh1VmC.js +9 -0
- package/chunks/UploadZoneInput--8r5kxhe.js +33 -0
- package/chunks/constants-BY1BSJmu.js +57 -0
- package/chunks/{utils-DQttOWML.js → utils-Bg2bllE8.js} +9 -9
- package/chunks/utils-e1nAN4Kk.js +20 -0
- package/chunks/utils-rqbzWAF8.js +24 -0
- package/chunks/utils-zNOBXKDX.js +73 -0
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +26 -26
- package/components/Avatar/Avatar.js +14 -14
- package/components/Badge/Badge.js +30 -0
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +36 -36
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +24 -24
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +5 -5
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/ExpandAnimation/index.js +5 -0
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +79 -75
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +37 -36
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +87 -72
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +21 -22
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +28 -28
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +8 -8
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +132 -133
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +19 -19
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +18 -18
- package/components/TagColor/TagColor.js +18 -18
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +6 -6
- package/components/TopOverlay/TopOverlay.js +10 -10
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +40 -42
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +12 -12
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +532 -533
- package/index.d.ts +108 -117
- package/index.js +576 -577
- package/package.json +9 -1
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +0 -39
- package/chunks/Card.module-BLsCGNSy.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +0 -14
- package/chunks/Confirm.module-CzudnAyq.js +0 -15
- package/chunks/DropdownMobile.module-DOLon8EA.js +0 -23
- package/chunks/Footer.module-BVFglVCT.js +0 -9
- package/chunks/FormFieldInput-CXE2lpa2.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +0 -9
- package/chunks/HeaderTabs.module-BD-cjJN0.js +0 -9
- package/chunks/IslandAccordion.module-DuBXHdTP.js +0 -25
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +0 -9
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +0 -9
- package/chunks/LightBoxControls.module-4BsaXW9O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +0 -8
- package/chunks/ListItemTail.module-Dqje1Ta9.js +0 -12
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +0 -10
- package/chunks/ModalWindow.module-BhRZeAo8.js +0 -17
- package/chunks/Notification.module-DwrRfWOt.js +0 -21
- package/chunks/Overlay.module-B6CO6ER3.js +0 -18
- package/chunks/Page.module-DkHondpd.js +0 -11
- package/chunks/SMSField.module-CDTpuKgF.js +0 -16
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +0 -15
- package/chunks/StatusTracker.module-DkISSFNd.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BM9lOqXe.js +0 -15
- package/chunks/TableFooter.module-zu7cE58N.js +0 -14
- package/chunks/TabsExtended.module-CKJx5gTC.js +0 -16
- package/chunks/TabsLine.module-dWFH4Lb0.js +0 -21
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +0 -19
- package/chunks/TreeView.module-CBWqJQ3g.js +0 -9
- package/chunks/UploadZoneInput-DgPYo5Ct.js +0 -33
- package/chunks/utils-D6gsTR6V.js +0 -73
- package/chunks/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-Ds7Etruz.js +0 -20
- package/chunks/utils-QtOC5s-T.js +0 -36
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -1,16 +1,16 @@
|
|
|
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__6db8d6c9", d = {
|
|
5
5
|
formFieldCounter: s
|
|
6
|
-
},
|
|
6
|
+
}, u = ({ children: o, ...e }) => {
|
|
7
7
|
const { setWithCounter: t } = i(n);
|
|
8
8
|
return m(() => {
|
|
9
9
|
t(!0);
|
|
10
|
-
}, []), /* @__PURE__ */ r("div", { className:
|
|
10
|
+
}, []), /* @__PURE__ */ r("div", { className: d.formFieldCounter, ...e, children: o });
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
u.displayName = "FormFieldCounter";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
u as FormFieldCounter
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=FormFieldCounter.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as n } from "react";
|
|
3
|
-
import { c
|
|
4
|
-
import { FormFieldDescriptionContext as
|
|
5
|
-
const
|
|
6
|
-
formFieldDescription:
|
|
7
|
-
withCounter:
|
|
8
|
-
},
|
|
3
|
+
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { FormFieldDescriptionContext as m } from "../FormFieldDescriptionContext.js";
|
|
5
|
+
const d = "formFieldDescription__7e3d18d3", l = "withCounter__d2dc6fc2", i = {
|
|
6
|
+
formFieldDescription: d,
|
|
7
|
+
withCounter: l
|
|
8
|
+
}, p = ({ children: e, ...r }) => {
|
|
9
9
|
const [o, s] = n(!1);
|
|
10
|
-
return /* @__PURE__ */ t(
|
|
10
|
+
return /* @__PURE__ */ t(m.Provider, { value: { withCounter: o, setWithCounter: s }, children: /* @__PURE__ */ t("div", { className: c(i.formFieldDescription, { [i.withCounter]: o }), ...r, children: e }) });
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
p.displayName = "FormFieldDescription";
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
p as FormFieldDescription
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=FormFieldDescription.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../FormFieldContext.js";
|
|
4
|
-
import "../../../chunks/vendor-
|
|
5
|
-
import { F as a } from "../../../chunks/FormFieldInput-
|
|
4
|
+
import "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
import { F as a } from "../../../chunks/FormFieldInput-DDUEO0k6.js";
|
|
6
6
|
import "../enums.js";
|
|
7
7
|
import "../../../utils/classNameMaps.js";
|
|
8
8
|
export {
|
|
@@ -2,18 +2,18 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import p, { useContext as T, useState as g, useEffect as E } from "react";
|
|
3
3
|
import { FormFieldContext as h } from "../FormFieldContext.js";
|
|
4
4
|
import { TARGET_PADDING_X_DEFAULT as d } from "../consts.js";
|
|
5
|
-
import { m as D, c as N } from "../../../chunks/vendor-
|
|
5
|
+
import { m as D, c as N } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
import { EFormFieldStatus as y } from "../enums.js";
|
|
7
|
-
const A = "
|
|
7
|
+
const A = "formFieldLabel__0dbf6892", R = "floating__6577c4fe", S = "formFieldLabelText__be104b91", C = "disabled__13038762", s = {
|
|
8
8
|
formFieldLabel: A,
|
|
9
|
-
"size-sm": "size-
|
|
10
|
-
"size-md": "size-
|
|
11
|
-
"size-lg": "size-
|
|
9
|
+
"size-sm": "size-sm__671e10b4",
|
|
10
|
+
"size-md": "size-md__efc01781",
|
|
11
|
+
"size-lg": "size-lg__cc2aa2ac",
|
|
12
12
|
floating: R,
|
|
13
13
|
formFieldLabelText: S,
|
|
14
14
|
disabled: C
|
|
15
15
|
}, G = p.forwardRef(
|
|
16
|
-
({ children: f, className: r, style:
|
|
16
|
+
({ children: f, className: r, style: c, floating: e, ...b }, n) => {
|
|
17
17
|
const { status: F, focused: t, id: _, prefixWidth: L, postfixWidth: x, size: i, valueExist: a } = T(h), [l, o] = g(!1);
|
|
18
18
|
E(() => {
|
|
19
19
|
!D(e) && e !== l ? o(e) : e !== l && o(t || a);
|
|
@@ -31,9 +31,9 @@ const A = "formFieldLabel__0a1eb26b", R = "floating__b41be358", S = "formFieldLa
|
|
|
31
31
|
left: L || d,
|
|
32
32
|
// Правая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
|
|
33
33
|
right: x || d,
|
|
34
|
-
...
|
|
34
|
+
...c
|
|
35
35
|
};
|
|
36
|
-
return /* @__PURE__ */ m("label", { className: u, ref: n, htmlFor: _, ...
|
|
36
|
+
return /* @__PURE__ */ m("label", { className: u, ref: n, htmlFor: _, ...b, style: z, children: /* @__PURE__ */ m("span", { className: s.formFieldLabelText, children: f }) });
|
|
37
37
|
}
|
|
38
38
|
);
|
|
39
39
|
G.displayName = "FormFieldLabel";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
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
|
-
import { c as F, n as q, o as
|
|
3
|
+
import { c as F, n as q, o as p } from "../../../chunks/vendor-DE8Zvm0w.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-DDUEO0k6.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__3085c8e3", X = "formFieldMaskedInputPlaceholder__06841ed6", Y = "formFieldMaskedInput__552bf3bf", l = {
|
|
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__671e10b4",
|
|
12
|
+
"size-md": "size-md__efc01781",
|
|
13
|
+
"size-lg": "size-lg__cc2aa2ac",
|
|
14
14
|
formFieldMaskedInput: Y
|
|
15
|
-
},
|
|
15
|
+
}, a = ({
|
|
16
16
|
className: I,
|
|
17
17
|
forwardedRef: f,
|
|
18
18
|
mask: o,
|
|
@@ -23,18 +23,18 @@ const Q = "formFieldMaskedInputWrapper__4b608b16", X = "formFieldMaskedInputPlac
|
|
|
23
23
|
value: s,
|
|
24
24
|
...M
|
|
25
25
|
}) => {
|
|
26
|
-
const [x,
|
|
26
|
+
const [x, y] = $(""), c = L(!1), { valueExist: z, focused: b, size: k, status: _ } = N(K);
|
|
27
27
|
O(() => {
|
|
28
|
-
|
|
28
|
+
y((() => {
|
|
29
29
|
let t = [];
|
|
30
30
|
if (s) {
|
|
31
|
-
const { conformedValue: i } =
|
|
31
|
+
const { conformedValue: i } = p.conformToMask(s.toString(), o, { guide: !0, placeholderChar: n });
|
|
32
32
|
for (let r = 0; r < o.length; r++)
|
|
33
33
|
typeof o[r] == "string" ? t[r] = i[r] : i[r] === n && !s.toString()[r] ? t[r] = (u == null ? void 0 : u[r]) || n : t[r] = i[r];
|
|
34
34
|
} else if (u)
|
|
35
35
|
t = u.split("");
|
|
36
36
|
else {
|
|
37
|
-
const { conformedValue: i } =
|
|
37
|
+
const { conformedValue: i } = p.conformToMask("", o, { guide: !0, placeholderChar: n });
|
|
38
38
|
t = i.split("");
|
|
39
39
|
}
|
|
40
40
|
return t.join("");
|
|
@@ -48,7 +48,7 @@ const Q = "formFieldMaskedInputWrapper__4b608b16", X = "formFieldMaskedInputPlac
|
|
|
48
48
|
[s, d]
|
|
49
49
|
), S = () => {
|
|
50
50
|
c.current = !0;
|
|
51
|
-
}, T = (e, t) => o ===
|
|
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)*)/;
|
|
@@ -56,11 +56,11 @@ const Q = "formFieldMaskedInputWrapper__4b608b16", X = "formFieldMaskedInputPlac
|
|
|
56
56
|
} else (e === "7" || e === "8") && (e = "+7 (");
|
|
57
57
|
return {
|
|
58
58
|
indexesOfPipedChars: t,
|
|
59
|
-
value:
|
|
59
|
+
value: p.conformToMask(e, o, { guide: !1, placeholderChar: n }).conformedValue
|
|
60
60
|
};
|
|
61
|
-
}, D = () => o ===
|
|
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 = () => !
|
|
63
|
+
}, j = () => !z && !b || !s && g ? "" : x;
|
|
64
64
|
return /* @__PURE__ */ B("div", { className: F(l.formFieldMaskedInputWrapper, l[`size-${k}`]), children: [
|
|
65
65
|
/* @__PURE__ */ m(
|
|
66
66
|
"input",
|
|
@@ -94,8 +94,8 @@ const Q = "formFieldMaskedInputWrapper__4b608b16", X = "formFieldMaskedInputPlac
|
|
|
94
94
|
)
|
|
95
95
|
] });
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
a.presets = G;
|
|
98
98
|
export {
|
|
99
|
-
|
|
99
|
+
a as FormFieldMaskedInput
|
|
100
100
|
};
|
|
101
101
|
//# sourceMappingURL=FormFieldMaskedInput.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import d, { useContext as x, useRef as u, useEffect as
|
|
3
|
-
import { FormFieldContext as
|
|
4
|
-
import { c as
|
|
5
|
-
const P = "
|
|
2
|
+
import d, { useContext as x, useRef as u, useEffect as F } from "react";
|
|
3
|
+
import { FormFieldContext as p } from "../FormFieldContext.js";
|
|
4
|
+
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
const P = "formFieldPostfix__2263fc9e", R = {
|
|
6
6
|
formFieldPostfix: P
|
|
7
7
|
}, h = d.forwardRef(
|
|
8
8
|
({ children: s, className: i, ...r }, o) => {
|
|
9
|
-
const f =
|
|
9
|
+
const f = a(R.formFieldPostfix, i), { postfixWidth: n, setPostfixWidth: c } = x(p), 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();
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import d, { useContext as x, useRef as u, useEffect as F } from "react";
|
|
3
|
-
import { FormFieldContext as
|
|
4
|
-
import { c as
|
|
5
|
-
const P = "
|
|
3
|
+
import { FormFieldContext as p } from "../FormFieldContext.js";
|
|
4
|
+
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
const P = "formFieldPrefix__2c3fc329", R = {
|
|
6
6
|
formFieldPrefix: P
|
|
7
7
|
}, h = d.forwardRef(
|
|
8
8
|
({ children: o, className: i, ...f }, r) => {
|
|
9
|
-
const s =
|
|
9
|
+
const s = a(R.formFieldPrefix, i), { prefixWidth: c, setPrefixWidth: n } = x(p), t = u(), m = (e) => {
|
|
10
10
|
t.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
11
11
|
};
|
|
12
12
|
return F(() => {
|
|
13
13
|
if (!t.current)
|
|
14
14
|
return;
|
|
15
15
|
const { width: e } = t.current.getBoundingClientRect();
|
|
16
|
-
e !==
|
|
16
|
+
e !== c && n(e);
|
|
17
17
|
}), /* @__PURE__ */ l("span", { className: s, ref: m, ...f, children: o });
|
|
18
18
|
}
|
|
19
19
|
);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import x, { useContext as E, useRef as T, useEffect as n } from "react";
|
|
3
3
|
import { FormFieldContext as B } from "../FormFieldContext.js";
|
|
4
|
-
import { c as N,
|
|
4
|
+
import { c as N, u as S } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
5
|
import { EFormFieldStatus as o } from "../enums.js";
|
|
6
|
-
const A = "
|
|
6
|
+
const A = "formFieldTarget__f39e2bfb", L = "placeholder__106ee2f6", W = "disabled__13038762", R = "placeholderWrapper__83b3cae1", e = {
|
|
7
7
|
formFieldTarget: A,
|
|
8
8
|
placeholder: L,
|
|
9
9
|
disabled: W,
|
|
10
|
-
"size-sm": "size-
|
|
11
|
-
"size-md": "size-
|
|
12
|
-
"size-lg": "size-
|
|
10
|
+
"size-sm": "size-sm__671e10b4",
|
|
11
|
+
"size-md": "size-md__efc01781",
|
|
12
|
+
"size-lg": "size-lg__cc2aa2ac",
|
|
13
13
|
placeholderWrapper: R
|
|
14
14
|
}, y = x.forwardRef((F, _) => {
|
|
15
15
|
const { className: h, id: r, onBlur: d, onFocus: c, placeholder: m, children: s, ...b } = F, { status: a, setFocused: p, setId: l, setValueExist: f, size: g } = E(B), z = N(e.formFieldTarget, h, e[`size-${g}`], {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as N } from "react/jsx-runtime";
|
|
2
2
|
import C, { useContext as E, useMemo as I, useEffect as c } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { u as g, c as z } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { createSizeToClassNameMap as M } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { FormFieldContext as S } from "../FormFieldContext.js";
|
|
6
|
-
import { EFormFieldStatus as
|
|
7
|
-
const
|
|
8
|
-
formFieldTextarea:
|
|
9
|
-
sm:
|
|
10
|
-
md:
|
|
11
|
-
lg:
|
|
6
|
+
import { EFormFieldStatus as h } from "../enums.js";
|
|
7
|
+
const y = "formFieldTextarea__959d70a0", D = "sm__f572581a", R = "md__882cf072", b = "lg__25cf80d9", l = {
|
|
8
|
+
formFieldTextarea: y,
|
|
9
|
+
sm: D,
|
|
10
|
+
md: R,
|
|
11
|
+
lg: b
|
|
12
12
|
}, j = M(l), q = C.forwardRef(
|
|
13
13
|
({ className: f, id: e, onBlur: t, onFocus: s, value: a, ...n }, x) => {
|
|
14
14
|
const { size: F, status: p, setFocused: m, setId: d, setValueExist: i } = E(S), o = I(() => e === void 0 ? g("textarea_") : e, [e]), _ = z(l.formFieldTextarea, j[F], f);
|
|
@@ -28,7 +28,7 @@ const h = "formFieldTextarea__28582350", y = "sm__6024f80b", D = "md__71d9ec8d",
|
|
|
28
28
|
...n,
|
|
29
29
|
id: o,
|
|
30
30
|
className: _,
|
|
31
|
-
disabled: p ===
|
|
31
|
+
disabled: p === h.DISABLED,
|
|
32
32
|
onFocus: u,
|
|
33
33
|
onBlur: T,
|
|
34
34
|
value: a,
|
|
@@ -4,7 +4,7 @@ import { FormFieldCounter as p } from "./components/FormFieldCounter.js";
|
|
|
4
4
|
import { FormFieldLabel as x } from "./components/FormFieldLabel.js";
|
|
5
5
|
import { FormFieldClear as d } from "./components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldTarget as s } from "./components/FormFieldTarget.js";
|
|
7
|
-
import { F as n } from "../../chunks/FormFieldInput-
|
|
7
|
+
import { F as n } from "../../chunks/FormFieldInput-DDUEO0k6.js";
|
|
8
8
|
import { FormFieldMaskedInput as T } from "./components/FormFieldMaskedInput.js";
|
|
9
9
|
import { FormFieldPostfix as M } from "./components/FormFieldPostfix.js";
|
|
10
10
|
import { FormFieldPrefix as b } from "./components/FormFieldPrefix.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 }, o) {
|
|
15
|
-
return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.
|
|
15
|
+
return /* @__PURE__ */ t("div", { ...e, "data-tx": "0.16.0", ref: o, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as b } from "../../../../chunks/HeaderLayoutSidebar.module-BvdGzIVf.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: d(b.headerLayoutSidebar, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as d } from "../../../../chunks/HeaderLayoutSidebar.module-BvdGzIVf.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...o }, r) => /* @__PURE__ */ t("div", { className: m(d.headerLayoutSidebarContent, a), ...o, ref: r, 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
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as t } from "../../../../chunks/HeaderLayoutSidebar.module-BvdGzIVf.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: s(t.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
const
|
|
5
|
-
headerSubheader:
|
|
6
|
-
withoutPaddings:
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const u = "headerSubheader__3411a629", c = "withoutPaddings__e654c8f3", e = {
|
|
5
|
+
headerSubheader: u,
|
|
6
|
+
withoutPaddings: c
|
|
7
7
|
}, n = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...o }, t) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as d } from "../../../../chunks/HeaderTabs.module-
|
|
5
|
+
import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
|
+
import { s as d } from "../../../../chunks/HeaderTabs.module-COsRYfxE.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...o }, a) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-COsRYfxE.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
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-COsRYfxE.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
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
5
|
+
import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-LN1Fj13p.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
a.forwardRef(function({ children: e, className: r, ...t }, o) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-LN1Fj13p.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-LN1Fj13p.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as h, Fragment as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import {
|
|
4
|
-
import { QuestioncircleFilledSrvIcon16 as
|
|
5
|
-
import { ButtonIcon as
|
|
6
|
-
import { EButtonIconShape as
|
|
1
|
+
import { jsxs as h, Fragment as N, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as S, useState as c } from "react";
|
|
3
|
+
import { u as E, c as L, F as R } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { QuestioncircleFilledSrvIcon16 as j } from "@sberbusiness/icons-next";
|
|
5
|
+
import { ButtonIcon as k } from "../Button/ButtonIcon.js";
|
|
6
|
+
import { EButtonIconShape as _ } from "../Button/enums.js";
|
|
7
7
|
import { Tooltip as l } from "../Tooltip/Tooltip.js";
|
|
8
|
-
import { TooltipMobileHeader as
|
|
9
|
-
import { MobileView as
|
|
10
|
-
import { getDataHTMLAttributes as
|
|
11
|
-
import { getAriaHTMLAttributes as
|
|
12
|
-
const
|
|
13
|
-
helpBoxButton:
|
|
14
|
-
},
|
|
8
|
+
import { TooltipMobileHeader as q } from "../Tooltip/components/mobile/components/TooltipMobileHeader.js";
|
|
9
|
+
import { MobileView as z } from "../MobileView/MobileView.js";
|
|
10
|
+
import { getDataHTMLAttributes as C } from "../../utils/html/DataAttributes.js";
|
|
11
|
+
import { getAriaHTMLAttributes as D } from "../../utils/html/AriaAttributes.js";
|
|
12
|
+
const Q = "helpBoxButton__cb3b8101", V = {
|
|
13
|
+
helpBoxButton: Q
|
|
14
|
+
}, X = ({
|
|
15
15
|
children: x,
|
|
16
16
|
className: T,
|
|
17
17
|
focusTrapProps: o,
|
|
@@ -19,21 +19,22 @@ const D = "helpBoxButton__9afc14a4", Q = {
|
|
|
19
19
|
isOpen: i,
|
|
20
20
|
onShow: n,
|
|
21
21
|
tooltipSize: I,
|
|
22
|
-
preferPlace:
|
|
22
|
+
preferPlace: b,
|
|
23
23
|
toggle: r,
|
|
24
24
|
tooltipAriaAttributes: m,
|
|
25
25
|
tooltipDataAttributes: p,
|
|
26
|
+
iconProps: F,
|
|
26
27
|
...v
|
|
27
28
|
}) => {
|
|
28
|
-
const
|
|
29
|
-
i === void 0 &&
|
|
30
|
-
},
|
|
29
|
+
const u = S(null), [O, g] = c(!!i), [d, B] = c(null), [f] = c(E()), a = i ?? O, y = (e) => {
|
|
30
|
+
i === void 0 && g(e), e || B(null), r == null || r(e);
|
|
31
|
+
}, H = (e) => {
|
|
31
32
|
B(e), n == null || n(e);
|
|
32
|
-
},
|
|
33
|
-
|
|
33
|
+
}, M = (e) => /* @__PURE__ */ t(
|
|
34
|
+
z,
|
|
34
35
|
{
|
|
35
36
|
fallback: /* @__PURE__ */ t(
|
|
36
|
-
|
|
37
|
+
R,
|
|
37
38
|
{
|
|
38
39
|
active: a,
|
|
39
40
|
...o,
|
|
@@ -49,7 +50,7 @@ const D = "helpBoxButton__9afc14a4", Q = {
|
|
|
49
50
|
children: null
|
|
50
51
|
}
|
|
51
52
|
);
|
|
52
|
-
return /* @__PURE__ */ h(
|
|
53
|
+
return /* @__PURE__ */ h(N, { children: [
|
|
53
54
|
/* @__PURE__ */ h(
|
|
54
55
|
l,
|
|
55
56
|
{
|
|
@@ -58,36 +59,36 @@ const D = "helpBoxButton__9afc14a4", Q = {
|
|
|
58
59
|
role: "dialog",
|
|
59
60
|
toggleType: "hover",
|
|
60
61
|
size: I,
|
|
61
|
-
preferPlace:
|
|
62
|
+
preferPlace: b,
|
|
62
63
|
isOpen: a,
|
|
63
|
-
toggle:
|
|
64
|
-
onShow:
|
|
65
|
-
targetRef:
|
|
66
|
-
...!!m &&
|
|
67
|
-
...!!p &&
|
|
64
|
+
toggle: y,
|
|
65
|
+
onShow: H,
|
|
66
|
+
targetRef: u,
|
|
67
|
+
...!!m && D(m),
|
|
68
|
+
...!!p && C(p),
|
|
68
69
|
children: [
|
|
69
70
|
/* @__PURE__ */ t(l.Target, { children: /* @__PURE__ */ t(
|
|
70
|
-
|
|
71
|
+
k,
|
|
71
72
|
{
|
|
72
|
-
className:
|
|
73
|
+
className: L(V.helpBoxButton, T),
|
|
73
74
|
"aria-label": "Подсказка",
|
|
74
|
-
shape:
|
|
75
|
-
ref:
|
|
75
|
+
shape: _.CIRCLE,
|
|
76
|
+
ref: u,
|
|
76
77
|
...v,
|
|
77
|
-
children: /* @__PURE__ */ t(
|
|
78
|
+
children: /* @__PURE__ */ t(j, { paletteIndex: 5, ...F })
|
|
78
79
|
}
|
|
79
80
|
) }),
|
|
80
|
-
s && /* @__PURE__ */ t(
|
|
81
|
+
s && /* @__PURE__ */ t(q, { children: s }),
|
|
81
82
|
/* @__PURE__ */ t(l.Body, { children: x }),
|
|
82
83
|
/* @__PURE__ */ t(l.XButton, { "aria-label": "Закрыть" })
|
|
83
84
|
]
|
|
84
85
|
}
|
|
85
86
|
),
|
|
86
|
-
a &&
|
|
87
|
+
a && d && M(d)
|
|
87
88
|
] });
|
|
88
89
|
};
|
|
89
|
-
|
|
90
|
+
X.displayName = "HelpBox";
|
|
90
91
|
export {
|
|
91
|
-
|
|
92
|
+
X as HelpBox
|
|
92
93
|
};
|
|
93
94
|
//# sourceMappingURL=HelpBox.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as n } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as f } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-rqbzWAF8.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as t } from "../../../chunks/vendor-
|
|
4
|
-
const n = "
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import a from "react";
|
|
3
|
+
import { c as t } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const n = "islandBody__bbb23833", i = {
|
|
5
5
|
islandBody: n
|
|
6
|
-
}, e =
|
|
6
|
+
}, e = a.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ r("div", { className: t(i.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
8
8
|
e as IslandBody
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
5
|
-
islandFooter:
|
|
6
|
-
}, m =
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const n = "islandFooter__e50b771e", i = {
|
|
5
|
+
islandFooter: n
|
|
6
|
+
}, m = e.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: a(i.islandFooter), ref: s, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandFooter
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const t = "islandHeader__8b0da94d", n = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
}, m = d.forwardRef(({ children:
|
|
6
|
+
}, m = d.forwardRef(({ children: a, ...e }, r) => /* @__PURE__ */ s("div", { className: o(n.islandHeader), ref: r, ...e, children: a }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandHeader
|
|
9
9
|
};
|