@sberbusiness/triplex-next 1.18.0 → 1.19.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-QOnBvPaB.js +39 -0
- package/chunks/{CalendarViewItem-pHtA4Vlx.js → CalendarViewItem-JEkNv5BF.js} +24 -24
- package/chunks/Card.module-B-kskzDu.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZUMscf2.js +14 -0
- package/chunks/{Chip-CO3WBvtA.js → Chip-Hpw_8UIG.js} +15 -15
- package/chunks/Confirm.module-BCr1BTe_.js +15 -0
- package/chunks/DropdownListItem-DkfeETTd.js +65 -0
- package/chunks/DropdownMobile.module-GswY2cBC.js +23 -0
- package/chunks/Footer.module-eHCIMM8b.js +9 -0
- package/chunks/{FormFieldInput-BHKqXXmM.js → FormFieldInput-Bf7Hleek.js} +7 -7
- package/chunks/HeaderLayoutSidebar.module-DylAdbY5.js +9 -0
- package/chunks/HeaderTabs.module-ePuFE0tR.js +9 -0
- package/chunks/{HeaderTitle.module-DejeYBva.js → HeaderTitle.module-CKSdXcBH.js} +2 -2
- package/chunks/IslandAccordion.module-CSfaBgt7.js +25 -0
- package/chunks/IslandWidgetFooter.module-Njc7vX7n.js +9 -0
- package/chunks/IslandWidgetHeader.module-Boy2QpEU.js +12 -0
- package/chunks/{LightBoxContent-CAboXCdn.js → LightBoxContent-BhMRbJFV.js} +14 -14
- package/chunks/LightBoxControls.module-BIML4FtD.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DO3lZMTa.js +8 -0
- package/chunks/{ListItemControlsButton-rljKBmYs.js → ListItemControlsButton-WjTBGtRH.js} +10 -10
- package/chunks/ListItemTail.module-DbwOPqPM.js +12 -0
- package/chunks/ListMasterFooter.module-C_iN2cC2.js +10 -0
- package/chunks/ModalWindow.module-BHzR_A-u.js +17 -0
- package/chunks/Notification.module-DKVKCNAc.js +20 -0
- package/chunks/Overlay.module-BA4wfORe.js +18 -0
- package/chunks/Page.module-ClDxwmIg.js +11 -0
- package/chunks/{RightBorderArrow-VyofIz59.js → RightBorderArrow-DzKQo2fL.js} +15 -15
- package/chunks/SMSField.module-Bzh5rJPE.js +16 -0
- package/chunks/SliderExtendedMarks.module-CxeVaMq1.js +15 -0
- package/chunks/{SliderExtendedRail-DgwS0MGB.js → SliderExtendedRail-Cb5r_qJ5.js} +11 -11
- package/chunks/StatusTracker.module-BML0rfx7.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BLejFeyH.js → SuggestFieldMobileDropdownHint-B1GcRtym.js} +6 -6
- package/chunks/TableFooter.module-CSQttYnz.js +14 -0
- package/chunks/TabsExtended.module-Dd8drRUU.js +16 -0
- package/chunks/TabsLine.module-BByAjI5u.js +21 -0
- package/chunks/TooltipDesktop.module-FxzkC1sv.js +19 -0
- package/chunks/TreeView.module-Cm7rvpYW.js +9 -0
- package/chunks/{UploadZoneInput-CVEVGrOi.js → UploadZoneInput-BYWNSrDW.js} +4 -4
- package/chunks/{constants-RnOklYSN.js → constants-nPkk17A0.js} +11 -11
- package/chunks/utils-9cQ-Vroa.js +73 -0
- package/chunks/utils-DjcQ_hhv.js +27 -0
- package/chunks/utils-OZcknB0Z.js +24 -0
- package/chunks/utils-v_hn9TAd.js +18 -0
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +8 -8
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +10 -10
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +14 -14
- 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 +6 -6
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +9 -9
- 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 +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +13 -13
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +14 -15
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +24 -17
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +25 -24
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- 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 +6 -6
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +15 -15
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +3 -3
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +6 -6
- 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 +8 -8
- 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 +1 -1
- package/components/Island/components/IslandFooter.js +6 -6
- 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 +15 -15
- 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 +8 -8
- package/components/LightBox/LightBox.js +18 -18
- 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 +24 -24
- 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 +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +4 -4
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- 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/MultiselectFieldDropdownContent.js +12 -11
- 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/NotificationBodyContent.js +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- 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 +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +13 -13
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- 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 +7 -9
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- 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 +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +8 -8
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- 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 +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- 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 +16 -16
- 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 +31 -31
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +20 -20
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +6 -6
- 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 +17 -17
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +20 -20
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +10 -10
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +10 -10
- package/components/UploadZone/UploadZone.js +74 -65
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +1 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-LkdaQ_Di.js +0 -39
- package/chunks/Card.module-BcSOlt-v.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +0 -14
- package/chunks/Confirm.module-Dhpj4ZKo.js +0 -15
- package/chunks/DropdownListItem-BQHOMeuh.js +0 -63
- package/chunks/DropdownMobile.module-xbdFMKNS.js +0 -23
- package/chunks/Footer.module-C1SNucJG.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +0 -9
- package/chunks/HeaderTabs.module-MEcJFqAB.js +0 -9
- package/chunks/IslandAccordion.module-BxCqLPl3.js +0 -25
- package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +0 -9
- package/chunks/IslandWidgetHeader.module-BM15zmJI.js +0 -12
- package/chunks/LightBoxControls.module-DGtd3hzE.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +0 -8
- package/chunks/ListItemTail.module-DeeZQGZM.js +0 -12
- package/chunks/ListMasterFooter.module-Deinj_Hn.js +0 -10
- package/chunks/ModalWindow.module-B0rsZ6qC.js +0 -17
- package/chunks/Notification.module-nKn4mJRI.js +0 -21
- package/chunks/Overlay.module-DK5sjXuJ.js +0 -18
- package/chunks/Page.module-CUe-R8bM.js +0 -11
- package/chunks/SMSField.module-GiwLpUxs.js +0 -16
- package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +0 -15
- package/chunks/StatusTracker.module-BMReqWPL.js +0 -24
- package/chunks/TableFooter.module-DFzmhqFH.js +0 -14
- package/chunks/TabsExtended.module-Dn0Lp5NZ.js +0 -16
- package/chunks/TabsLine.module-BXYAgYql.js +0 -21
- package/chunks/TooltipDesktop.module-Dabcv06X.js +0 -19
- package/chunks/TreeView.module-Bv5q9M8W.js +0 -9
- package/chunks/utils-BecQ3s95.js +0 -24
- package/chunks/utils-CgBTTmNc.js +0 -73
- package/chunks/utils-IR7tW0dD.js +0 -20
- package/chunks/utils-mnZTG3vL.js +0 -27
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
|
@@ -4,8 +4,8 @@ import { n as N, c as S } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
|
4
4
|
import { FormFieldContext as h } from "../FormFieldContext.js";
|
|
5
5
|
import { createSizeToClassNameMap as D } from "../../../utils/classNameMaps.js";
|
|
6
6
|
import { EFormFieldStatus as y } from "../enums.js";
|
|
7
|
-
import { TARGET_PADDING_X_DEFAULT as
|
|
8
|
-
const C = "
|
|
7
|
+
import { TARGET_PADDING_X_DEFAULT as d } from "../consts.js";
|
|
8
|
+
const C = "formFieldLabel__622fa203", I = "sm__a7ae96c7", M = "md__ffbed6db", R = "lg__f83881eb", z = "floating__f2cdc340", G = "formFieldLabelText__f5670976", U = "disabled__14701dd3", s = {
|
|
9
9
|
formFieldLabel: C,
|
|
10
10
|
sm: I,
|
|
11
11
|
md: M,
|
|
@@ -14,7 +14,7 @@ const C = "formFieldLabel__711a9660", I = "sm__838474ca", M = "md__b92938ef", R
|
|
|
14
14
|
formFieldLabelText: G,
|
|
15
15
|
disabled: U
|
|
16
16
|
}, W = D(s), j = T.forwardRef(
|
|
17
|
-
({ children:
|
|
17
|
+
({ children: m, className: f, style: r, floating: e, ...c }, n) => {
|
|
18
18
|
const { status: _, focused: l, id: b, prefixWidth: F, postfixWidth: L, size: x, valueExist: o } = E(h), [t, a] = g(!1);
|
|
19
19
|
A(() => {
|
|
20
20
|
!N(e) && e !== t ? a(e) : e !== t && a(l || o);
|
|
@@ -29,12 +29,12 @@ const C = "formFieldLabel__711a9660", I = "sm__838474ca", M = "md__b92938ef", R
|
|
|
29
29
|
f
|
|
30
30
|
), u = {
|
|
31
31
|
// Левая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
|
|
32
|
-
left: F ||
|
|
32
|
+
left: F || d,
|
|
33
33
|
// Правая позиция элемента. Когда label по-середине инпута, позиция учитывает иконки по краям, когда сверху, позиция на все ширину поля ввода.
|
|
34
|
-
right: L ||
|
|
34
|
+
right: L || d,
|
|
35
35
|
...r
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i("label", { className: p, ref: n, htmlFor: b, ...c, style: u, children: /* @__PURE__ */ i("span", { className: s.formFieldLabelText, children:
|
|
37
|
+
return /* @__PURE__ */ i("label", { className: p, ref: n, htmlFor: b, ...c, style: u, children: /* @__PURE__ */ i("span", { className: s.formFieldLabelText, children: m }) });
|
|
38
38
|
}
|
|
39
39
|
);
|
|
40
40
|
j.displayName = "FormFieldLabel";
|
|
@@ -1,22 +1,22 @@
|
|
|
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 q } from "react";
|
|
3
|
-
import { c as F, o as U, q as
|
|
3
|
+
import { c as F, o as U, q as p } from "../../../chunks/vendor-Dlne6Znf.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-Bf7Hleek.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__27fd7b19", X = "formFieldMaskedInputPlaceholder__d658d6df", Y = "formFieldMaskedInput__c3921a22", 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__3afaf578",
|
|
12
|
+
"size-md": "size-md__9865b0b6",
|
|
13
|
+
"size-lg": "size-lg__60c9fbfb",
|
|
14
14
|
formFieldMaskedInput: Y
|
|
15
|
-
},
|
|
15
|
+
}, a = ({
|
|
16
16
|
className: I,
|
|
17
|
-
forwardedRef:
|
|
17
|
+
forwardedRef: f,
|
|
18
18
|
mask: o,
|
|
19
|
-
onChange:
|
|
19
|
+
onChange: d,
|
|
20
20
|
placeholder: g,
|
|
21
21
|
placeholderChar: n = "0",
|
|
22
22
|
placeholderMask: u,
|
|
@@ -28,13 +28,13 @@ const Q = "formFieldMaskedInputWrapper__129ba5b3", X = "formFieldMaskedInputPlac
|
|
|
28
28
|
b((() => {
|
|
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("");
|
|
@@ -43,12 +43,12 @@ const Q = "formFieldMaskedInputWrapper__129ba5b3", X = "formFieldMaskedInputPlac
|
|
|
43
43
|
const E = q(
|
|
44
44
|
(e) => {
|
|
45
45
|
const { value: t } = e.target;
|
|
46
|
-
c.current = !1, s !== t && (
|
|
46
|
+
c.current = !1, s !== t && (d == null || d(e));
|
|
47
47
|
},
|
|
48
|
-
[s,
|
|
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,10 +56,10 @@ const Q = "formFieldMaskedInputWrapper__129ba5b3", 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 ===
|
|
62
|
-
t && e(t), typeof
|
|
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
|
+
t && e(t), typeof f == "function" ? f(t) : f && (f.current = t);
|
|
63
63
|
}, j = () => !y && !z || !s && g ? "" : x;
|
|
64
64
|
return /* @__PURE__ */ B("div", { className: F(l.formFieldMaskedInputWrapper, l[`size-${k}`]), children: [
|
|
65
65
|
/* @__PURE__ */ m(
|
|
@@ -94,8 +94,8 @@ const Q = "formFieldMaskedInputWrapper__129ba5b3", 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,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-Dlne6Znf.js";
|
|
5
|
-
const P = "
|
|
5
|
+
const P = "formFieldPostfix__b79d37b7", R = {
|
|
6
6
|
formFieldPostfix: P
|
|
7
|
-
}, _ =
|
|
7
|
+
}, _ = l.forwardRef(
|
|
8
8
|
({ children: s, className: i, ...r }, o) => {
|
|
9
|
-
const f = p(R.formFieldPostfix, i), { postfixWidth: n, setPostfixWidth: c } = x(
|
|
9
|
+
const f = p(R.formFieldPostfix, i), { 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: f, ref: m, ...r, children: s });
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
_.displayName = "FormFieldPostfix";
|
|
@@ -2,7 +2,7 @@ import { jsx as l } from "react/jsx-runtime";
|
|
|
2
2
|
import d, { useContext as x, useRef as u, useEffect as a } from "react";
|
|
3
3
|
import { FormFieldContext as F } from "../FormFieldContext.js";
|
|
4
4
|
import { c as p } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
5
|
-
const P = "
|
|
5
|
+
const P = "formFieldPrefix__0a28ef44", R = {
|
|
6
6
|
formFieldPrefix: P
|
|
7
7
|
}, _ = d.forwardRef(
|
|
8
8
|
({ children: o, className: f, ...i }, r) => {
|
|
@@ -3,16 +3,16 @@ import x, { useContext as E, useRef as T, useEffect as n } from "react";
|
|
|
3
3
|
import { FormFieldContext as B } from "../FormFieldContext.js";
|
|
4
4
|
import { c as N, u as S } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
5
5
|
import { EFormFieldStatus as t } from "../enums.js";
|
|
6
|
-
const A = "
|
|
6
|
+
const A = "formFieldTarget__61c1d0c1", L = "placeholder__504ed57c", W = "disabled__14701dd3", R = "placeholderWrapper__f7d26825", 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__3afaf578",
|
|
11
|
+
"size-md": "size-md__9865b0b6",
|
|
12
|
+
"size-lg": "size-lg__60c9fbfb",
|
|
13
13
|
placeholderWrapper: R
|
|
14
|
-
}, y = x.forwardRef((_,
|
|
15
|
-
const { className:
|
|
14
|
+
}, y = x.forwardRef((_, F) => {
|
|
15
|
+
const { className: h, id: r, onBlur: o, onFocus: c, placeholder: m, children: s, ...b } = _, { status: a, setFocused: p, setId: d, setValueExist: f, size: g } = E(B), z = N(e.formFieldTarget, h, e[`size-${g}`], {
|
|
16
16
|
[e.disabled]: a === t.DISABLED,
|
|
17
17
|
[e.placeholder]: !!m && !s && a !== t.DISABLED
|
|
18
18
|
}), l = T(r || S("formFieldTarget_"));
|
|
@@ -31,14 +31,14 @@ const A = "formFieldTarget__b4bdbe07", L = "placeholder__b2e4fc24", W = "disable
|
|
|
31
31
|
return /* @__PURE__ */ u(
|
|
32
32
|
"div",
|
|
33
33
|
{
|
|
34
|
-
...
|
|
34
|
+
...b,
|
|
35
35
|
className: z,
|
|
36
36
|
"aria-disabled": a === t.DISABLED,
|
|
37
37
|
id: l.current,
|
|
38
38
|
onFocus: I,
|
|
39
39
|
onBlur: D,
|
|
40
40
|
tabIndex: a === t.DISABLED ? -1 : 0,
|
|
41
|
-
ref:
|
|
41
|
+
ref: F,
|
|
42
42
|
children: s || /* @__PURE__ */ u("span", { className: e.placeholderWrapper, children: m })
|
|
43
43
|
}
|
|
44
44
|
);
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as N } from "react/jsx-runtime";
|
|
2
|
-
import b, { useContext as C, useMemo as E, useEffect as
|
|
2
|
+
import b, { useContext as C, useMemo as E, useEffect as l } from "react";
|
|
3
3
|
import { u as I, c as g } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { createSizeToClassNameMap as z } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { FormFieldContext as M } from "../FormFieldContext.js";
|
|
6
6
|
import { EFormFieldStatus as S } from "../enums.js";
|
|
7
|
-
const h = "
|
|
7
|
+
const h = "formFieldTextarea__869d7670", y = "sm__a7ae96c7", D = "md__ffbed6db", R = "lg__f83881eb", c = {
|
|
8
8
|
formFieldTextarea: h,
|
|
9
9
|
sm: y,
|
|
10
10
|
md: D,
|
|
11
11
|
lg: R
|
|
12
|
-
}, j = z(
|
|
12
|
+
}, j = z(c), q = b.forwardRef(
|
|
13
13
|
({ className: f, id: e, onBlur: t, onFocus: s, value: a, ...n }, x) => {
|
|
14
|
-
const { size: F, status: _, setFocused: m, setId: d, setValueExist: i } = C(M), o = E(() => e === void 0 ? I("textarea_") : e, [e]), p = g(
|
|
15
|
-
|
|
14
|
+
const { size: F, status: _, setFocused: m, setId: d, setValueExist: i } = C(M), o = E(() => e === void 0 ? I("textarea_") : e, [e]), p = g(c.formFieldTextarea, j[F], f);
|
|
15
|
+
l(() => {
|
|
16
16
|
d(o);
|
|
17
|
-
}, [o, d]),
|
|
17
|
+
}, [o, d]), l(() => {
|
|
18
18
|
i(!!a);
|
|
19
19
|
}, [i, a]);
|
|
20
20
|
const T = (r) => {
|
|
@@ -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-Bf7Hleek.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 }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.19.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-Dlne6Znf.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-DylAdbY5.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-Dlne6Znf.js";
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-DylAdbY5.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-Dlne6Znf.js";
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-DylAdbY5.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,22 +1,22 @@
|
|
|
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-Dlne6Znf.js";
|
|
4
|
-
const u = "
|
|
4
|
+
const u = "headerSubheader__cd88cd6d", c = "withoutPaddings__d3e73b2e", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
|
-
withoutPaddings:
|
|
7
|
-
},
|
|
8
|
-
({ children:
|
|
6
|
+
withoutPaddings: c
|
|
7
|
+
}, n = h.forwardRef(
|
|
8
|
+
({ children: d, className: a, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className: i(e.headerSubheader, { [e.withoutPaddings]: !!r },
|
|
11
|
+
className: i(e.headerSubheader, { [e.withoutPaddings]: !!r }, a),
|
|
12
12
|
...t,
|
|
13
13
|
ref: o,
|
|
14
|
-
children:
|
|
14
|
+
children: d
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
n.displayName = "HeaderSubheader";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
n 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-Dlne6Znf.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-ePuFE0tR.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-Dlne6Znf.js";
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-ePuFE0tR.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-Dlne6Znf.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-ePuFE0tR.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-Dlne6Znf.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-CKSdXcBH.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-Dlne6Znf.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-CKSdXcBH.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-Dlne6Znf.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-CKSdXcBH.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as f, Fragment as M, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as N, useState as h, useId as R } from "react";
|
|
3
3
|
import { c as S, h as L } from "../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as j } from "@sberbusiness/icons-next";
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as z } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as C } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as D } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as Q } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const V = "
|
|
12
|
+
const V = "helpBoxButton__91283eac", X = {
|
|
13
13
|
helpBoxButton: V
|
|
14
14
|
}, $ = ({
|
|
15
15
|
children: x,
|
|
@@ -26,7 +26,7 @@ const V = "helpBoxButton__77fe1c45", X = {
|
|
|
26
26
|
iconProps: F,
|
|
27
27
|
...O
|
|
28
28
|
}) => {
|
|
29
|
-
const m = N(null), [b, g] = h(!!i), [d, u] = h(null),
|
|
29
|
+
const m = N(null), [b, g] = h(!!i), [d, u] = h(null), B = R(), a = i ?? b, y = (e) => {
|
|
30
30
|
i === void 0 && g(e), e || u(null), r == null || r(e);
|
|
31
31
|
}, E = (e) => {
|
|
32
32
|
u(e), n == null || n(e);
|
|
@@ -40,7 +40,7 @@ const V = "helpBoxButton__77fe1c45", X = {
|
|
|
40
40
|
...o,
|
|
41
41
|
focusTrapOptions: {
|
|
42
42
|
clickOutsideDeactivates: !0,
|
|
43
|
-
initialFocus: `[id='${
|
|
43
|
+
initialFocus: `[id='${B}']`,
|
|
44
44
|
preventScroll: !0,
|
|
45
45
|
...o == null ? void 0 : o.focusTrapOptions
|
|
46
46
|
},
|
|
@@ -50,11 +50,11 @@ const V = "helpBoxButton__77fe1c45", X = {
|
|
|
50
50
|
children: null
|
|
51
51
|
}
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
54
|
-
/* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ f(M, { children: [
|
|
54
|
+
/* @__PURE__ */ f(
|
|
55
55
|
l,
|
|
56
56
|
{
|
|
57
|
-
id:
|
|
57
|
+
id: B,
|
|
58
58
|
tabIndex: -1,
|
|
59
59
|
role: "dialog",
|
|
60
60
|
toggleType: "hover",
|
|
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
|
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } 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-OZcknB0Z.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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { c as t } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
-
const l = "
|
|
4
|
+
const l = "islandBody__acf56e97", n = {
|
|
5
5
|
islandBody: l
|
|
6
6
|
}, f = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import s from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
-
const
|
|
5
|
-
islandFooter:
|
|
6
|
-
},
|
|
4
|
+
const l = "islandFooter__e94eee9f", n = {
|
|
5
|
+
islandFooter: l
|
|
6
|
+
}, f = s.forwardRef(({ children: o, ...e }, r) => /* @__PURE__ */ t("div", { className: a(n.islandFooter), ref: r, ...e, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as IslandFooter
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandFooter.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "islandHeader__2255b61f", l = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
},
|
|
6
|
+
}, f = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as IslandHeader
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandHeader.js.map
|
|
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { c as f } from "../../chunks/vendor-Dlne6Znf.js";
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-CSfaBgt7.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
e.forwardRef(
|
|
17
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.19.0", ref: a, children: t }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-CSfaBgt7.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-CSfaBgt7.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -24,7 +24,7 @@ import { ETitleSize as f, EFontType as z } from "../../Typography/enums.js";
|
|
|
24
24
|
import "../../Typography/Caption.js";
|
|
25
25
|
import "../../Typography/Text.js";
|
|
26
26
|
import { Title as U } from "../../Typography/Title.js";
|
|
27
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
27
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-CSfaBgt7.js";
|
|
28
28
|
const V = {
|
|
29
29
|
[l.TYPE_1]: t.type1,
|
|
30
30
|
[l.TYPE_2]: t.type2,
|
|
@@ -79,7 +79,7 @@ const V = {
|
|
|
79
79
|
}),
|
|
80
80
|
onClick: _,
|
|
81
81
|
disabled: r,
|
|
82
|
-
"data-tx": "1.
|
|
82
|
+
"data-tx": "1.19.0",
|
|
83
83
|
children: [
|
|
84
84
|
h && I && /* @__PURE__ */ e("div", { className: t.step, children: /* @__PURE__ */ e(J, { step: I, status: h, position: K.XFirst, children: r ? void 0 : M }) }),
|
|
85
85
|
/* @__PURE__ */ e(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as n, Fragment as s } from "react/jsx-runtime";
|
|
2
2
|
import _, { useContext as F, useState as u } from "react";
|
|
3
3
|
import { Island as v } from "../Island/Island.js";
|
|
4
4
|
import { EIslandType as y } from "../Island/enums.js";
|
|
@@ -16,19 +16,19 @@ import { IslandWidgetContext as O } from "./IslandWidgetContext.js";
|
|
|
16
16
|
import { ExpandAnimation as j } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
18
|
import { useMatchMedia as N } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
-
const
|
|
20
|
-
islandWidget:
|
|
21
|
-
islandWidgetWithExtraFooter:
|
|
22
|
-
islandWidgetHeaderWrapperAdaptive:
|
|
23
|
-
},
|
|
19
|
+
const k = "islandWidget__9c629f16", z = "islandWidgetWithExtraFooter__ccc307cd", B = "islandWidgetHeaderWrapperAdaptive__fa89a567", i = {
|
|
20
|
+
islandWidget: k,
|
|
21
|
+
islandWidgetWithExtraFooter: z,
|
|
22
|
+
islandWidgetHeaderWrapperAdaptive: B
|
|
23
|
+
}, P = Object.assign(
|
|
24
24
|
_.forwardRef(
|
|
25
|
-
({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...
|
|
25
|
+
({ className: l, renderBody: c, renderFooter: o, renderHeader: W, disableAdaptiveCollapsing: r = !1, ...f }, g) => {
|
|
26
26
|
const { hasExtraFooter: x } = F(S), [d, h] = u(r), e = N(
|
|
27
27
|
`(max-width: ${p.SM_MAX})`,
|
|
28
28
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
29
29
|
), E = () => {
|
|
30
30
|
h(!d);
|
|
31
|
-
}, I = e && !r,
|
|
31
|
+
}, I = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
|
|
32
32
|
c({}),
|
|
33
33
|
o ? o({}) : null
|
|
34
34
|
] });
|
|
@@ -46,10 +46,10 @@ const b = "islandWidget__c3c36182", k = "islandWidgetWithExtraFooter__25b806b5",
|
|
|
46
46
|
className: m(i.islandWidget, l, {
|
|
47
47
|
[i.islandWidgetWithExtraFooter]: x
|
|
48
48
|
}),
|
|
49
|
-
"data-tx": "1.
|
|
50
|
-
...
|
|
51
|
-
ref:
|
|
52
|
-
children: /* @__PURE__ */
|
|
49
|
+
"data-tx": "1.19.0",
|
|
50
|
+
...f,
|
|
51
|
+
ref: g,
|
|
52
|
+
children: /* @__PURE__ */ n(v, { type: y.TYPE_1, size: A.MD, children: [
|
|
53
53
|
/* @__PURE__ */ t(
|
|
54
54
|
"div",
|
|
55
55
|
{
|
|
@@ -60,7 +60,7 @@ const b = "islandWidget__c3c36182", k = "islandWidgetWithExtraFooter__25b806b5",
|
|
|
60
60
|
children: W({})
|
|
61
61
|
}
|
|
62
62
|
),
|
|
63
|
-
I ? /* @__PURE__ */ t(j, { expanded: d, children:
|
|
63
|
+
I ? /* @__PURE__ */ t(j, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
|
|
64
64
|
] })
|
|
65
65
|
}
|
|
66
66
|
)
|
|
@@ -75,8 +75,8 @@ const b = "islandWidget__c3c36182", k = "islandWidgetWithExtraFooter__25b806b5",
|
|
|
75
75
|
ExtraFooter: C
|
|
76
76
|
}
|
|
77
77
|
);
|
|
78
|
-
|
|
78
|
+
P.displayName = "IslandWidget";
|
|
79
79
|
export {
|
|
80
|
-
|
|
80
|
+
P as IslandWidget
|
|
81
81
|
};
|
|
82
82
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
const a = "
|
|
3
|
+
const a = "islandWidgetBody__f8cddba7", e = {
|
|
4
4
|
islandWidgetBody: a
|
|
5
5
|
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|