@sberbusiness/triplex-next 1.7.0 → 1.8.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-Ce_8Yuvv.js → AlertProcessSpoiler-C7qEZRwB.js} +6 -6
- package/chunks/{CalendarViewItem-BDMvwpK5.js → CalendarViewItem-CUPkQFFY.js} +18 -18
- package/chunks/Card.module-D1ZooBvB.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +11 -0
- package/chunks/{Chip-eRAmMCbK.js → Chip-CCv72AgN.js} +14 -14
- package/chunks/Confirm.module-DCsU0G6f.js +15 -0
- package/chunks/DropdownListItem-BcXHt5bk.js +63 -0
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +23 -0
- package/chunks/Footer.module-lZvJ02_q.js +9 -0
- package/chunks/{FormFieldInput-Dc0f4nno.js → FormFieldInput-BnHKlreA.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +9 -0
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +9 -0
- package/chunks/{HeaderTitle.module-B6qQsh69.js → HeaderTitle.module-0YuV_UNN.js} +2 -2
- package/chunks/IslandAccordion.module-h_O6zE1D.js +26 -0
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +9 -0
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +9 -0
- package/chunks/{LightBoxContent--MHZ9Gkl.js → LightBoxContent-CzLiq8KE.js} +12 -12
- package/chunks/LightBoxControls.module-BRiJRrAF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +8 -0
- package/chunks/{ListItemControlsButton-CDyUDFUr.js → ListItemControlsButton-BB9ENDS-.js} +5 -5
- package/chunks/ListItemTail.module-BNCbqffO.js +12 -0
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +10 -0
- package/chunks/ModalWindow.module-Bf1JWUeo.js +17 -0
- package/chunks/Notification.module-BRB3HPvc.js +21 -0
- package/chunks/Overlay.module-BPWZrFj3.js +18 -0
- package/chunks/Page.module-qLhls7XX.js +11 -0
- package/chunks/{RightBorderArrow-B-QGBlRY.js → RightBorderArrow-BsoQkq2D.js} +7 -7
- package/chunks/SMSInput.module-C87wEVmB.js +16 -0
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +15 -0
- package/chunks/{SliderExtendedRail-VV02EHbt.js → SliderExtendedRail-DCMgHGfh.js} +10 -10
- package/chunks/StatusTracker.module-8ARjpbBi.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CW9LKnIb.js → SuggestFieldMobileDropdownHint-BEzPFmOF.js} +2 -2
- package/chunks/TableFooter.module-DgtjRZYk.js +14 -0
- package/chunks/TabsExtended.module-B0_ktbZ6.js +16 -0
- package/chunks/TabsLine.module-DGic2tTZ.js +21 -0
- package/chunks/TooltipDesktop.module-krYzO0tT.js +19 -0
- package/chunks/{TooltipMobileCloseButton-BCyljTIq.js → TooltipMobileCloseButton-D5h1S51t.js} +7 -7
- package/chunks/TreeView.module-7xjkN1j1.js +9 -0
- package/chunks/{UploadZoneInput-DNhfVDyP.js → UploadZoneInput-BES4iuW5.js} +2 -2
- package/chunks/{utils-D9oDaQiI.js → utils-Bg2EU04u.js} +2 -2
- package/chunks/utils-CIob06mu.js +20 -0
- package/chunks/utils-D2zZhfuB.js +27 -0
- package/chunks/utils-DRFlp8Cg.js +73 -0
- package/chunks/utils-TKCSmJUI.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- 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 +11 -11
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +33 -33
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +97 -98
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.js +1 -1
- 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 +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +13 -13
- 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 +16 -19
- package/components/DateRange/DateRange.js +1 -1
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/DropdownMobile.js +1 -1
- package/components/DesignTokens/components/Island.js +2 -2
- package/components/DesignTokens/components/ModalWindow.js +2 -2
- package/components/DesignTokens/components/Tabs.js +1 -1
- package/components/DesignTokens/components/TabsLine.js +0 -3
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +3 -2
- 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 +10 -10
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +25 -25
- package/components/Dropdown/mobile/DropdownMobileLoader.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- 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 +16 -16
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- 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 +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- 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 +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 +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- 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 +4 -4
- package/components/LightBox/LightBox.js +15 -15
- 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 +10 -10
- 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/Link/Link.js +23 -23
- package/components/List/List.js +2 -2
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +38 -35
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +4 -4
- 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 +7 -7
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +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 +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +10 -0
- package/components/NotificationIcon/index.js +5 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +2 -2
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +6 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +7 -7
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +8 -8
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +41 -35
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +44 -38
- 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 +2 -2
- package/components/Table/NoColumns.js +7 -7
- 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 +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- 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 +32 -31
- 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 +18 -14
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +18 -17
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +50 -52
- package/components/TabsLine/components/TabsLineItem.js +16 -15
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +11 -11
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +9 -11
- package/components/TopOverlay/TopOverlay.js +7 -7
- 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 +4 -4
- package/components/Typography/Text.js +30 -30
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +29 -27
- package/index.d.ts +22 -6
- package/index.js +60 -58
- package/package.json +5 -1
- package/styles/triplex-next.css +528 -529
- package/chunks/Card.module-BvlTqE5R.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DsOQXTb2.js +0 -11
- package/chunks/Confirm.module-BQvs_z36.js +0 -15
- package/chunks/DropdownListItem-DjvVx10v.js +0 -57
- package/chunks/DropdownMobile.module-CEPFt9uH.js +0 -21
- package/chunks/Footer.module-CXnDx0Qq.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CHV51xUH.js +0 -9
- package/chunks/HeaderTabs.module-T3W10WU8.js +0 -9
- package/chunks/IslandAccordion.module-DoM2x4VR.js +0 -26
- package/chunks/IslandWidgetFooter.module-qNMIN4zr.js +0 -9
- package/chunks/IslandWidgetHeader.module-DUf_HV96.js +0 -9
- package/chunks/LightBoxControls.module-C3_q74nl.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D66ESS7b.js +0 -8
- package/chunks/ListItemTail.module-DYbacvAR.js +0 -12
- package/chunks/ListMasterFooter.module-ghOvyA19.js +0 -10
- package/chunks/ModalWindow.module-CvIIBPzJ.js +0 -17
- package/chunks/Notification.module-DrKXO_L0.js +0 -21
- package/chunks/Overlay.module-B4exkEG2.js +0 -18
- package/chunks/Page.module-CvSterCP.js +0 -11
- package/chunks/SMSInput.module-DkPfMZWv.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZlxonFv.js +0 -15
- package/chunks/StatusTracker.module-BzVEt7sh.js +0 -24
- package/chunks/TableFooter.module-DKNnDtzT.js +0 -14
- package/chunks/TabsExtended.module-BQKnCc6i.js +0 -16
- package/chunks/TabsLine.module-Cr-x0ll4.js +0 -23
- package/chunks/TooltipDesktop.module-D3epe_HW.js +0 -19
- package/chunks/TreeView.module-BXfRfHL4.js +0 -9
- package/chunks/utils-BY1yN3Hq.js +0 -26
- package/chunks/utils-BtnGErpx.js +0 -20
- package/chunks/utils-CR8DYAi0.js +0 -73
- package/chunks/utils-DQX5JZ_3.js +0 -24
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsxs as w, jsx as
|
|
5
|
-
import
|
|
6
|
-
import { a as
|
|
1
|
+
var R = Object.defineProperty;
|
|
2
|
+
var N = (c, r, e) => r in c ? R(c, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[r] = e;
|
|
3
|
+
var t = (c, r, e) => N(c, typeof r != "symbol" ? r + "" : r, e);
|
|
4
|
+
import { jsxs as w, jsx as d } from "react/jsx-runtime";
|
|
5
|
+
import l, { createElement as T } from "react";
|
|
6
|
+
import { a as I, c as h } from "../../../chunks/vendor-D3hUOusX.js";
|
|
7
7
|
import { Dropdown as v } from "../../Dropdown/Dropdown.js";
|
|
8
8
|
import { DropdownListContext as S } from "../../Dropdown/DropdownListContext.js";
|
|
9
9
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
10
10
|
import { DropdownList as D } from "../../Dropdown/desktop/DropdownList.js";
|
|
11
|
-
import "../../../chunks/DropdownListItem-
|
|
11
|
+
import "../../../chunks/DropdownListItem-BcXHt5bk.js";
|
|
12
12
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
13
13
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
14
14
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -20,71 +20,69 @@ import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
|
20
20
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
21
21
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
22
22
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
23
|
-
import { EComponentSize as
|
|
24
|
-
import { CaretdownStrokeSrvIcon16 as
|
|
23
|
+
import { EComponentSize as b } from "../../../enums/EComponentSize.js";
|
|
24
|
+
import { CaretdownStrokeSrvIcon16 as k } from "@sberbusiness/icons-next";
|
|
25
25
|
import { isKey as p } from "../../../utils/keyboard.js";
|
|
26
|
-
import { s as
|
|
26
|
+
import { s as o } from "../../../chunks/TabsLine.module-DGic2tTZ.js";
|
|
27
27
|
import { createSizeToClassNameMap as O } from "../../../utils/classNameMaps.js";
|
|
28
|
-
const A = O(
|
|
29
|
-
class te extends
|
|
28
|
+
const A = O(o);
|
|
29
|
+
class te extends l.PureComponent {
|
|
30
30
|
constructor(e) {
|
|
31
31
|
super(e);
|
|
32
|
-
|
|
32
|
+
t(this, "state", {
|
|
33
33
|
activeDescendant: void 0,
|
|
34
34
|
opened: !1
|
|
35
35
|
});
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
t(this, "targetRef");
|
|
37
|
+
t(this, "dropdownRef");
|
|
38
|
+
t(this, "instanceId", I());
|
|
39
39
|
/** Установка значения activeDescendant. */
|
|
40
|
-
|
|
40
|
+
t(this, "setActiveDescendant", (e) => {
|
|
41
41
|
this.setState({ activeDescendant: e });
|
|
42
42
|
});
|
|
43
43
|
/** Рендер кнопки, раскрывающей список. */
|
|
44
|
-
|
|
45
|
-
const { active: e, label: n, targetHtmlAttributes:
|
|
46
|
-
[
|
|
47
|
-
}), u = h(
|
|
48
|
-
return /* @__PURE__ */
|
|
44
|
+
t(this, "renderTarget", () => {
|
|
45
|
+
const { active: e, label: n, targetHtmlAttributes: i, size: a = b.MD } = this.props, { activeDescendant: s, opened: m } = this.state, f = h(o.tab, A[a], o.dropdownTarget, {
|
|
46
|
+
[o.active]: e
|
|
47
|
+
}), u = h(o.dropdownTargetCaret, { [o.opened]: m });
|
|
48
|
+
return /* @__PURE__ */ d(
|
|
49
49
|
"button",
|
|
50
50
|
{
|
|
51
|
-
...
|
|
51
|
+
...i,
|
|
52
52
|
className: f,
|
|
53
53
|
onClick: this.handleTargetClick,
|
|
54
54
|
onKeyDown: this.handleTargetKeyDown,
|
|
55
55
|
type: "button",
|
|
56
56
|
role: "tab",
|
|
57
57
|
"aria-haspopup": "menu",
|
|
58
|
-
"aria-expanded":
|
|
58
|
+
"aria-expanded": m,
|
|
59
59
|
"aria-controls": this.instanceId,
|
|
60
60
|
"aria-activedescendant": s,
|
|
61
|
-
children: /* @__PURE__ */
|
|
61
|
+
children: /* @__PURE__ */ d("span", { className: o.tabInner, children: /* @__PURE__ */ w("span", { className: o.dropdownTargetInner, children: [
|
|
62
62
|
n,
|
|
63
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ d(k, { className: u, paletteIndex: 5 })
|
|
64
64
|
] }) })
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
});
|
|
68
68
|
/** Рендер дропдаун списка. */
|
|
69
|
-
|
|
70
|
-
const { selected: e, tabs: n } = this.props, { activeDescendant:
|
|
71
|
-
return /* @__PURE__ */
|
|
69
|
+
t(this, "renderDropdown", () => {
|
|
70
|
+
const { selected: e, tabs: n } = this.props, { activeDescendant: i, opened: a } = this.state;
|
|
71
|
+
return /* @__PURE__ */ d(
|
|
72
72
|
v,
|
|
73
73
|
{
|
|
74
|
-
className:
|
|
75
|
-
opened:
|
|
74
|
+
className: o.dropdown,
|
|
75
|
+
opened: a,
|
|
76
76
|
setOpened: this.setOpenedDropdown,
|
|
77
77
|
targetRef: this.targetRef,
|
|
78
78
|
ref: this.dropdownRef,
|
|
79
|
-
children: /* @__PURE__ */
|
|
79
|
+
children: /* @__PURE__ */ d(
|
|
80
80
|
S.Provider,
|
|
81
81
|
{
|
|
82
|
-
value: { activeDescendant:
|
|
83
|
-
children: /* @__PURE__ */
|
|
84
|
-
const { id:
|
|
85
|
-
|
|
86
|
-
});
|
|
87
|
-
return /* @__PURE__ */ I(
|
|
82
|
+
value: { activeDescendant: i, setActiveDescendant: this.setActiveDescendant },
|
|
83
|
+
children: /* @__PURE__ */ d(D, { dropdownOpened: a, id: this.instanceId, children: n.map((s) => {
|
|
84
|
+
const { id: m, label: f, showNotificationIcon: u, ...C } = s, g = h(o.dropdownItem);
|
|
85
|
+
return /* @__PURE__ */ T(
|
|
88
86
|
D.Item,
|
|
89
87
|
{
|
|
90
88
|
...C,
|
|
@@ -94,10 +92,10 @@ class te extends m.PureComponent {
|
|
|
94
92
|
onSelect: () => {
|
|
95
93
|
this.handleClickTab(s);
|
|
96
94
|
},
|
|
97
|
-
selected: s === e
|
|
95
|
+
selected: s === e,
|
|
96
|
+
showNotificationIcon: s.showNotificationIcon
|
|
98
97
|
},
|
|
99
|
-
/* @__PURE__ */
|
|
100
|
-
s.showNotificationIcon && /* @__PURE__ */ a("span", { className: t.notificationIcon })
|
|
98
|
+
/* @__PURE__ */ d("span", { className: o.dropdownItemInner, children: s.label })
|
|
101
99
|
);
|
|
102
100
|
}) })
|
|
103
101
|
}
|
|
@@ -106,31 +104,31 @@ class te extends m.PureComponent {
|
|
|
106
104
|
);
|
|
107
105
|
});
|
|
108
106
|
/** Открывает/закрывает Dropdown. */
|
|
109
|
-
|
|
107
|
+
t(this, "setOpenedDropdown", (e) => {
|
|
110
108
|
this.setState({ opened: e });
|
|
111
109
|
});
|
|
112
110
|
/** Обработчик кнопки, раскрывающей список. */
|
|
113
|
-
|
|
111
|
+
t(this, "handleTargetClick", () => {
|
|
114
112
|
const { opened: e } = this.state;
|
|
115
113
|
this.setState({ opened: !e });
|
|
116
114
|
});
|
|
117
115
|
/** Обработчик клика по табу. */
|
|
118
|
-
|
|
119
|
-
const { onClickTab: n } = this.props, { opened:
|
|
120
|
-
n(e), this.setState({ opened: !
|
|
116
|
+
t(this, "handleClickTab", (e) => {
|
|
117
|
+
const { onClickTab: n } = this.props, { opened: i } = this.state;
|
|
118
|
+
n(e), this.setState({ opened: !i });
|
|
121
119
|
});
|
|
122
120
|
/** Обработчик нажатия клавиш по кнопке, раскрывающей список. */
|
|
123
|
-
|
|
121
|
+
t(this, "handleTargetKeyDown", (e) => {
|
|
124
122
|
const { opened: n } = this.state;
|
|
125
123
|
n || (p(e.code, "ARROW_UP") || p(e.code, "ARROW_DOWN")) && (e.preventDefault(), this.setState({ opened: !0 })), n && (p(e.code, "TAB") || p(e.code, "ESCAPE")) && this.setState({ opened: !1 });
|
|
126
124
|
});
|
|
127
125
|
/** Обработчик клика вне дропдауна. */
|
|
128
|
-
|
|
129
|
-
var
|
|
126
|
+
t(this, "handleClickOutside", (e) => {
|
|
127
|
+
var i, a;
|
|
130
128
|
const { opened: n } = this.state;
|
|
131
|
-
n && !((
|
|
129
|
+
n && !((i = this.targetRef.current) != null && i.contains(e.target)) && !((a = this.dropdownRef.current) != null && a.contains(e.target)) && this.setState({ opened: !1 });
|
|
132
130
|
});
|
|
133
|
-
this.targetRef =
|
|
131
|
+
this.targetRef = l.createRef(), this.dropdownRef = l.createRef();
|
|
134
132
|
}
|
|
135
133
|
componentDidMount() {
|
|
136
134
|
document.addEventListener("mouseup", this.handleClickOutside);
|
|
@@ -139,7 +137,7 @@ class te extends m.PureComponent {
|
|
|
139
137
|
document.removeEventListener("mouseup", this.handleClickOutside);
|
|
140
138
|
}
|
|
141
139
|
render() {
|
|
142
|
-
return /* @__PURE__ */ w("div", { className:
|
|
140
|
+
return /* @__PURE__ */ w("div", { className: o.tabsLineDropdown, ref: this.targetRef, children: [
|
|
143
141
|
this.renderTarget(),
|
|
144
142
|
this.renderDropdown()
|
|
145
143
|
] });
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
2
|
+
import c, { createElement as p } from "react";
|
|
3
|
+
import { c as f } from "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { EComponentSize as l } from "../../../enums/EComponentSize.js";
|
|
6
5
|
import { createSizeToClassNameMap as b } from "../../../utils/classNameMaps.js";
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import { NotificationIcon as N } from "../../NotificationIcon/NotificationIcon.js";
|
|
7
|
+
import { s as o } from "../../../chunks/TabsLine.module-DGic2tTZ.js";
|
|
8
|
+
const u = b(o), y = c.forwardRef(
|
|
9
|
+
({ id: e, label: a, selected: t, showNotificationIcon: m, size: r = l.MD, ...i }, s) => /* @__PURE__ */ p(
|
|
9
10
|
"button",
|
|
10
11
|
{
|
|
11
12
|
type: "button",
|
|
12
|
-
...
|
|
13
|
-
key:
|
|
14
|
-
className:
|
|
13
|
+
...i,
|
|
14
|
+
key: e,
|
|
15
|
+
className: f(o.tab, u[r], { [o.active]: !!t }),
|
|
15
16
|
role: "tab",
|
|
16
|
-
"aria-selected":
|
|
17
|
-
ref:
|
|
17
|
+
"aria-selected": t,
|
|
18
|
+
ref: s
|
|
18
19
|
},
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
a,
|
|
21
|
+
m && /* @__PURE__ */ n(N, { className: o.notificationIcon })
|
|
21
22
|
)
|
|
22
23
|
);
|
|
23
|
-
|
|
24
|
+
y.displayName = "TabsLineItem";
|
|
24
25
|
export {
|
|
25
|
-
|
|
26
|
+
y as TabsLineItem
|
|
26
27
|
};
|
|
27
28
|
//# sourceMappingURL=TabsLineItem.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { TabsLineItem as t } from "./TabsLineItem.js";
|
|
3
|
-
const d = "
|
|
3
|
+
const d = "tabsLineMobileWrapper__71dd5b87", p = "tabsLineMobile__01cecb18", l = {
|
|
4
4
|
tabsLineMobileWrapper: d,
|
|
5
5
|
tabsLineMobile: p
|
|
6
|
-
},
|
|
6
|
+
}, u = ({ onChangeTab: r, selectedId: o, tabs: i }) => {
|
|
7
7
|
if (!i.length)
|
|
8
8
|
return null;
|
|
9
|
-
const
|
|
10
|
-
const
|
|
9
|
+
const b = ({ selected: L, ...e }) => {
|
|
10
|
+
const a = (c) => {
|
|
11
11
|
var s;
|
|
12
12
|
r(e.id), (s = e.onClick) == null || s.call(e, c);
|
|
13
13
|
};
|
|
14
|
-
return /* @__PURE__ */ n(t, { selected: o === e.id, ...e, onClick:
|
|
14
|
+
return /* @__PURE__ */ n(t, { selected: o === e.id, ...e, onClick: a }, e.id);
|
|
15
15
|
};
|
|
16
|
-
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(
|
|
16
|
+
return /* @__PURE__ */ n("div", { className: l.tabsLineMobileWrapper, children: /* @__PURE__ */ n("div", { className: l.tabsLineMobile, children: i.map(b) }) });
|
|
17
17
|
};
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
u as TabsLineMobile
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=TabsLineMobile.js.map
|
package/components/Tag/Tag.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as o, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import D, { useCallback as S } from "react";
|
|
3
3
|
import { c as E } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { EditStrokeSrvIcon24 as L, EditStrokeSrvIcon20 as N, EditStrokeSrvIcon16 as v, CrossStrokeSrvIcon24 as y, CrossStrokeSrvIcon20 as z, CrossStrokeSrvIcon16 as G } from "@sberbusiness/icons-next";
|
|
5
5
|
import { Text as h } from "../Typography/Text.js";
|
|
@@ -7,13 +7,13 @@ import { ETextSize as I, EFontType as _ } from "../Typography/enums.js";
|
|
|
7
7
|
import { ButtonIcon as T } from "../Button/ButtonIcon.js";
|
|
8
8
|
import { createSizeToClassNameMap as j } from "../../utils/classNameMaps.js";
|
|
9
9
|
import { EComponentSize as e } from "../../enums/EComponentSize.js";
|
|
10
|
-
const A = "
|
|
10
|
+
const A = "tag__721cc946", R = "sm__baf206f5", w = "md__05e5af2e", F = "lg__2c2eed4a", P = "content__b441d8df", f = {
|
|
11
11
|
tag: A,
|
|
12
12
|
sm: R,
|
|
13
13
|
md: w,
|
|
14
14
|
lg: F,
|
|
15
15
|
content: P
|
|
16
|
-
}, Y = j(
|
|
16
|
+
}, Y = j(f), q = {
|
|
17
17
|
[e.SM]: I.B4,
|
|
18
18
|
[e.MD]: I.B3,
|
|
19
19
|
[e.LG]: I.B2
|
|
@@ -25,12 +25,12 @@ const A = "tag__18b9eee7", R = "sm__d33d00c3", w = "md__c4749a35", F = "lg__ba87
|
|
|
25
25
|
[e.SM]: /* @__PURE__ */ o(G, { paletteIndex: 5 }),
|
|
26
26
|
[e.MD]: /* @__PURE__ */ o(z, { paletteIndex: 5 }),
|
|
27
27
|
[e.LG]: /* @__PURE__ */ o(y, { paletteIndex: 5 })
|
|
28
|
-
}, b =
|
|
29
|
-
({ children:
|
|
28
|
+
}, b = D.forwardRef(
|
|
29
|
+
({ children: l, id: s, className: u, size: r, disabled: n, onRemove: a, onEdit: c, removeButtonProps: x, editButtonProps: M, ...g }, C) => {
|
|
30
30
|
const k = S(() => {
|
|
31
31
|
const t = n ? _.DISABLED : _.PRIMARY;
|
|
32
|
-
return /* @__PURE__ */ o(h, { className:
|
|
33
|
-
}, [
|
|
32
|
+
return /* @__PURE__ */ o(h, { className: f.content, type: t, size: q[r], children: l });
|
|
33
|
+
}, [l, r, n]), B = S(() => {
|
|
34
34
|
const { onClick: t, ...m } = M || {};
|
|
35
35
|
return /* @__PURE__ */ o(
|
|
36
36
|
T,
|
|
@@ -43,7 +43,7 @@ const A = "tag__18b9eee7", R = "sm__d33d00c3", w = "md__c4749a35", F = "lg__ba87
|
|
|
43
43
|
children: H[r]
|
|
44
44
|
}
|
|
45
45
|
);
|
|
46
|
-
}, [s, r, n, M, c]),
|
|
46
|
+
}, [s, r, n, M, c]), d = S(() => {
|
|
47
47
|
const { onClick: t, ...m } = x || {};
|
|
48
48
|
return /* @__PURE__ */ o(
|
|
49
49
|
T,
|
|
@@ -57,10 +57,10 @@ const A = "tag__18b9eee7", R = "sm__d33d00c3", w = "md__c4749a35", F = "lg__ba87
|
|
|
57
57
|
}
|
|
58
58
|
);
|
|
59
59
|
}, [s, r, n, x, a]);
|
|
60
|
-
return /* @__PURE__ */
|
|
60
|
+
return /* @__PURE__ */ i("span", { className: E(f.tag, Y[r], u), ...g, ref: C, children: [
|
|
61
61
|
k(),
|
|
62
62
|
c && B(),
|
|
63
|
-
|
|
63
|
+
d()
|
|
64
64
|
] });
|
|
65
65
|
}
|
|
66
66
|
);
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const
|
|
6
|
-
tagGroup:
|
|
7
|
-
sm:
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
5
|
+
const _ = "tagGroup__de0b32a1", d = "sm__eed52c29", g = "md__93b1e2d8", f = "lg__90cc40c3", o = {
|
|
6
|
+
tagGroup: _,
|
|
7
|
+
sm: d,
|
|
8
8
|
md: g,
|
|
9
9
|
lg: f
|
|
10
|
-
}, i =
|
|
11
|
-
({ children: s, className:
|
|
10
|
+
}, i = l(o), N = c.forwardRef(
|
|
11
|
+
({ children: s, className: t, size: a, ...r }, e) => /* @__PURE__ */ m(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: p(o.tagGroup, i[a], t),
|
|
15
15
|
role: "group",
|
|
16
16
|
...r,
|
|
17
|
-
ref:
|
|
17
|
+
ref: e,
|
|
18
18
|
children: s
|
|
19
19
|
}
|
|
20
20
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { F as r } from "../../chunks/FormFieldInput-
|
|
2
|
+
import { F as r } from "../../chunks/FormFieldInput-BnHKlreA.js";
|
|
3
3
|
import { TextFieldBase as t } from "./TextFieldBase.js";
|
|
4
4
|
const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
|
|
5
5
|
m.displayName = "TextField";
|
|
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
6
6
|
import "../FormField/components/FormFieldLabel.js";
|
|
7
7
|
import "../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../FormField/components/FormFieldTarget.js";
|
|
9
|
-
import "../../chunks/FormFieldInput-
|
|
9
|
+
import "../../chunks/FormFieldInput-BnHKlreA.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
5
|
import { Text as l } from "../../../Typography/Text.js";
|
|
6
6
|
import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
|
|
7
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
7
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-krYzO0tT.js";
|
|
8
8
|
const d = r.forwardRef(({ className: m, ...i }, t) => {
|
|
9
9
|
const e = s(f.tooltipBody, m);
|
|
10
10
|
return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: e, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: e, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
|
|
@@ -2,17 +2,17 @@ import { jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as s } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__0f1f826f", r = "desktop__af90942e", m = "mobile__9f820388", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
|
-
mobile:
|
|
9
|
-
},
|
|
8
|
+
mobile: m
|
|
9
|
+
}, f = n.forwardRef(
|
|
10
10
|
({ children: i, className: e, ...l }, p) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
13
|
className: s(o.tooltipLink, o.desktop, e),
|
|
14
14
|
...l,
|
|
15
|
-
"data-tx": "1.
|
|
15
|
+
"data-tx": "1.8.0",
|
|
16
16
|
ref: p,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
@@ -21,14 +21,14 @@ const k = "tooltipLink__d9ed648f", r = "desktop__f516cbed", d = "mobile__6b7e7a3
|
|
|
21
21
|
{
|
|
22
22
|
className: s(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...l,
|
|
24
|
-
"data-tx": "1.
|
|
24
|
+
"data-tx": "1.8.0",
|
|
25
25
|
ref: p,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
29
29
|
);
|
|
30
|
-
|
|
30
|
+
f.displayName = "TooltipLink";
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
f as TooltipLink
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=TooltipLink.js.map
|
|
@@ -3,7 +3,7 @@ import { useContext as p } from "react";
|
|
|
3
3
|
import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { TooltipContext as i } from "../../TootlipContext.js";
|
|
5
5
|
import { ButtonIcon as l } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-krYzO0tT.js";
|
|
7
7
|
const I = ({ onClick: t, ...r }) => {
|
|
8
8
|
const { setTooltipOpen: e } = p(i), s = (m) => {
|
|
9
9
|
e(!1), t == null || t(m);
|
|
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
|
|
|
9
9
|
import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
|
|
10
10
|
import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
|
|
11
11
|
import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
|
|
12
|
-
import { s as f } from "../../../../../chunks/TooltipDesktop.module-
|
|
12
|
+
import { s as f } from "../../../../../chunks/TooltipDesktop.module-krYzO0tT.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -2,7 +2,7 @@ import { jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
4
|
import { c } from "../../../../../chunks/vendor-D3hUOusX.js";
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-krYzO0tT.js";
|
|
6
6
|
const l = p.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -4,7 +4,7 @@ import { TooltipContext as M } from "../../TootlipContext.js";
|
|
|
4
4
|
import { Portal as C } from "../../../Portal/Portal.js";
|
|
5
5
|
import { DropdownMobile as T } from "../../../Dropdown/mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as y } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
|
-
import { s as l, T as B } from "../../../../chunks/TooltipMobileCloseButton-
|
|
7
|
+
import { s as l, T as B } from "../../../../chunks/TooltipMobileCloseButton-D5h1S51t.js";
|
|
8
8
|
import { c as g } from "../../../../chunks/vendor-D3hUOusX.js";
|
|
9
9
|
const P = ({
|
|
10
10
|
children: H,
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../Dropdown/mobile/DropdownMobileClose.js";
|
|
4
4
|
import "../../../TootlipContext.js";
|
|
5
|
-
import { T as e } from "../../../../../chunks/TooltipMobileCloseButton-
|
|
5
|
+
import { T as e } from "../../../../../chunks/TooltipMobileCloseButton-D5h1S51t.js";
|
|
6
6
|
export {
|
|
7
7
|
e as TooltipMobileCloseButton
|
|
8
8
|
};
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { DropdownMobileHeader as
|
|
4
|
-
import { TooltipContext as
|
|
5
|
-
import { T as
|
|
6
|
-
import { Text as
|
|
7
|
-
import { EFontType as
|
|
2
|
+
import { useContext as p } from "react";
|
|
3
|
+
import { DropdownMobileHeader as m } from "../../../../Dropdown/mobile/DropdownMobileHeader.js";
|
|
4
|
+
import { TooltipContext as s } from "../../../TootlipContext.js";
|
|
5
|
+
import { T as l } from "../../../../../chunks/TooltipMobileCloseButton-D5h1S51t.js";
|
|
6
|
+
import { Text as f } from "../../../../Typography/Text.js";
|
|
7
|
+
import { EFontType as T, ETextSize as c } from "../../../../Typography/enums.js";
|
|
8
8
|
const b = ({ children: e, ...r }) => {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
return /* @__PURE__ */ o(s, { ...(t = i.closeButton) == null ? void 0 : t.props });
|
|
13
|
-
}, ...r, children: /* @__PURE__ */ o(l, { size: f.B3, type: d.PRIMARY, tag: "div", children: e }) });
|
|
9
|
+
var t;
|
|
10
|
+
const { elements: i } = p(s), n = /* @__PURE__ */ o(l, { ...(t = i.closeButton) == null ? void 0 : t.props });
|
|
11
|
+
return /* @__PURE__ */ o(m, { controlButtons: n, ...r, children: /* @__PURE__ */ o(f, { size: c.B3, type: T.PRIMARY, tag: "div", children: e }) });
|
|
14
12
|
};
|
|
15
13
|
export {
|
|
16
14
|
b as TooltipMobileHeader
|
|
@@ -3,7 +3,7 @@ import { useState as y, useRef as g, useEffect as C } from "react";
|
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
5
|
import { c as S, F as j } from "../../chunks/vendor-D3hUOusX.js";
|
|
6
|
-
const D = "
|
|
6
|
+
const D = "topOverlayMask__c4a21b0f", E = "topOverlayWrapper__409f5736", A = "closing__5a3d5a31", V = "opened__7e6ca180", $ = "topOverlayPanel__05d818b5", q = "topOverlay__ee8394a6", t = {
|
|
7
7
|
topOverlayMask: D,
|
|
8
8
|
topOverlayWrapper: E,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const D = "topOverlayMask__277b2d39", E = "topOverlayWrapper__a1a0af7f", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, u] = y(!1), [x, d] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
|
|
22
22
|
if (s.current) {
|
|
23
23
|
const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
|
|
24
24
|
i.top < 0 ? c(
|
|
@@ -29,14 +29,14 @@ const D = "topOverlayMask__277b2d39", E = "topOverlayWrapper__a1a0af7f", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
m(),
|
|
32
|
+
m(), d(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
C(() => {
|
|
35
|
-
p.current && !e ?
|
|
35
|
+
p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
|
-
|
|
39
|
-
}, T = () =>
|
|
38
|
+
u(!1), c(0), l == null || l();
|
|
39
|
+
}, T = () => d(!1), F = (r) => /* @__PURE__ */ b(B, { children: [
|
|
40
40
|
/* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
@@ -72,7 +72,7 @@ const D = "topOverlayMask__277b2d39", E = "topOverlayWrapper__a1a0af7f", A = "cl
|
|
|
72
72
|
{
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
75
|
+
style: f ? { top: `${f}px` } : void 0,
|
|
76
76
|
children: I
|
|
77
77
|
}
|
|
78
78
|
)
|
|
@@ -10,7 +10,7 @@ import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
12
|
import { c as v } from "../../chunks/vendor-D3hUOusX.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-7xjkN1j1.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-7xjkN1j1.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor-D3hUOusX.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-7xjkN1j1.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -2,9 +2,9 @@ import { jsx as f } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as g } from "react";
|
|
3
3
|
import { c as y } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { EFontWeightText as e, ECaptionSize as c, EFontType as T } from "./enums.js";
|
|
5
|
-
import { t as s, m as
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
5
|
+
import { t as s, m as b } from "../../chunks/utils-Bg2EU04u.js";
|
|
6
|
+
const R = "caption__e4dcf583", E = "regular__14042282", u = "semibold__b99e67cc", x = "c1__3ce87d85", S = "c2__34125536", h = "d1__5bfdbf24", o = {
|
|
7
|
+
caption: R,
|
|
8
8
|
regular: E,
|
|
9
9
|
semibold: u,
|
|
10
10
|
c1: x,
|
|
@@ -33,7 +33,7 @@ const b = "caption__ff69bbe9", E = "regular__38e21628", u = "semibold__662912d9"
|
|
|
33
33
|
s.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
A[r],
|
|
36
|
-
|
|
36
|
+
b[m],
|
|
37
37
|
F[l],
|
|
38
38
|
{
|
|
39
39
|
[s.strikethrough]: !!a && !t,
|