@sberbusiness/triplex-next 1.13.0 → 1.14.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-CKP4h8-E.js → AlertProcessSpoiler-DALLbh4Y.js} +12 -12
- package/chunks/CalendarViewItem-DE57LdxF.js +101 -0
- package/chunks/Card.module-D18ujhsr.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
- package/chunks/{Chip-DaZ9JtW-.js → Chip-CBP_avtm.js} +10 -10
- package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
- package/chunks/{DropdownListItem-D52nAe3Z.js → DropdownListItem-C6I9gVRb.js} +11 -11
- package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
- package/chunks/Footer.module-BlHDTNCR.js +9 -0
- package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
- package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
- package/chunks/{HeaderTitle.module-Bvdyra1H.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
- package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
- package/chunks/{LightBoxContent-BXDZ6C5k.js → LightBoxContent-Bi0IQWNc.js} +12 -12
- package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
- package/chunks/{ListItemControlsButton-BHqWsm74.js → ListItemControlsButton--Ek4l8AX.js} +11 -11
- package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
- package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
- package/chunks/Notification.module-8g0up3Mn.js +21 -0
- package/chunks/Overlay.module-CJZIns4Y.js +18 -0
- package/chunks/Page.module-Cq-KMJ_J.js +11 -0
- package/chunks/{RightBorderArrow-BomPWl1J.js → RightBorderArrow-BqzM7D6K.js} +9 -9
- package/chunks/SMSField.module-Dpw_velC.js +16 -0
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
- package/chunks/SliderExtendedRail-BxflNPkW.js +40 -0
- package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CmJLz6qx.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
- package/chunks/TableFooter.module-BXib8bAF.js +14 -0
- package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
- package/chunks/TabsLine.module-DY1bt47O.js +21 -0
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
- package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
- package/chunks/{UploadZoneInput-scXVyf90.js → UploadZoneInput--oJn7HTT.js} +8 -8
- package/chunks/{utils-yLrEzIHN.js → utils-6FIQkvvy.js} +8 -8
- package/chunks/utils-B5Py99ZO.js +73 -0
- package/chunks/utils-BX1E8zy3.js +24 -0
- package/chunks/{utils-B-KTHE01.js → utils-Cyb1tecG.js} +5 -5
- package/chunks/{utils-C_xmindK.js → utils-DPkyEvqV.js} +12 -12
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +10 -10
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +18 -18
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +2 -2
- package/components/Calendar/Calendar.js +45 -44
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +7 -7
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- 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 +9 -9
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +9 -9
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +11 -11
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +25 -24
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +24 -24
- package/components/FormField/components/FormFieldClear.js +18 -18
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +34 -37
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +9 -9
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +23 -23
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +11 -11
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +9 -9
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +11 -11
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +7 -7
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- 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 +30 -30
- 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 +8 -8
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +16 -16
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +8 -8
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +14 -14
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +12 -12
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-h3bxNCuW.js +0 -101
- package/chunks/Card.module-bJptPqpj.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +0 -14
- package/chunks/Confirm.module-BF4VDMnq.js +0 -15
- package/chunks/DropdownMobile.module-ClkvaJLd.js +0 -23
- package/chunks/Footer.module-QvomhMbc.js +0 -9
- package/chunks/FormFieldInput-GtoWWQRE.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +0 -9
- package/chunks/HeaderTabs.module-jYlPSHw3.js +0 -9
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +0 -25
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +0 -9
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +0 -9
- package/chunks/LightBoxControls.module-BkOqYjOz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +0 -8
- package/chunks/ListItemTail.module-CunfwMYT.js +0 -12
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +0 -10
- package/chunks/ModalWindow.module-BHX3St6k.js +0 -17
- package/chunks/Notification.module-C4_TLm8a.js +0 -21
- package/chunks/Overlay.module-B6Jld0v6.js +0 -18
- package/chunks/Page.module-2EjEIDnt.js +0 -11
- package/chunks/SMSField.module-BKVjFcIn.js +0 -16
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +0 -15
- package/chunks/SliderExtendedRail-D96vBE1q.js +0 -40
- package/chunks/StatusTracker.module-BKem67MH.js +0 -24
- package/chunks/TableFooter.module-BAduw_pb.js +0 -14
- package/chunks/TabsExtended.module-D_KXJPSZ.js +0 -16
- package/chunks/TabsLine.module-COfUYGXF.js +0 -21
- package/chunks/TooltipDesktop.module-CG3_T63F.js +0 -19
- package/chunks/TreeView.module-CtJTgfbr.js +0 -9
- package/chunks/utils-CkGPjHGm.js +0 -73
- package/chunks/utils-esDpM0b2.js +0 -24
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
|
@@ -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-D2lqfg4n.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x, useEffect as i } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { s as c, w as d, x as f } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { DesignTokenUtils as S } from "../DesignTokens/DesignTokenUtils.js";
|
|
5
5
|
import { ThemeProviderView as h } from "./components/ThemeProviderView.js";
|
|
6
6
|
import { ETriplexNextTheme as u } from "./ETriplexNextTheme.js";
|
|
@@ -6,7 +6,7 @@ import { DesignTokensCore as D } from "../../DesignTokens/DesignTokensCore.js";
|
|
|
6
6
|
import { DesignTokensCoreThemeDark as d } from "../../DesignTokens/DesignTokensCoreThemeDark.js";
|
|
7
7
|
import { DesignTokensComponents as v } from "../../DesignTokens/DesignTokensComponents.js";
|
|
8
8
|
import { DesignTokensComponentsThemeDark as x } from "../../DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
9
|
-
import {
|
|
9
|
+
import { k as g } from "../../../chunks/vendor-DucOfXwy.js";
|
|
10
10
|
const I = ({
|
|
11
11
|
children: s,
|
|
12
12
|
scopeClassName: r,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-DucOfXwy.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-BP9en5Mr.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 }) });
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__746df257", r = "desktop__117b84b5", m = "mobile__4f0ee437", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
8
|
mobile: m
|
|
9
|
-
},
|
|
9
|
+
}, d = 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.14.0",
|
|
16
16
|
ref: p,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
@@ -21,14 +21,14 @@ const k = "tooltipLink__0ec24f31", r = "desktop__e2ec9d38", m = "mobile__9518b87
|
|
|
21
21
|
{
|
|
22
22
|
className: s(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...l,
|
|
24
|
-
"data-tx": "1.
|
|
24
|
+
"data-tx": "1.14.0",
|
|
25
25
|
ref: p,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
29
29
|
);
|
|
30
|
-
|
|
30
|
+
d.displayName = "TooltipLink";
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
d as TooltipLink
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=TooltipLink.js.map
|
|
@@ -3,7 +3,7 @@ import { useContext as m } 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 a } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as l } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as l } from "../../../../chunks/TooltipDesktop.module-BP9en5Mr.js";
|
|
7
7
|
const I = ({ onClick: o, ...s }) => {
|
|
8
8
|
const { setTooltipOpen: p } = m(i), e = (t) => {
|
|
9
9
|
t.stopPropagation(), p(!1), o == null || o(t);
|
|
@@ -3,13 +3,13 @@ var H = (p, a, i) => a in p ? _(p, a, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var t = (p, a, i) => H(p, typeof a != "symbol" ? a + "" : a, i);
|
|
4
4
|
import { jsxs as S, Fragment as P, jsx as x } from "react/jsx-runtime";
|
|
5
5
|
import O from "react";
|
|
6
|
-
import { i as M, c as $ } from "../../../../../chunks/vendor-
|
|
6
|
+
import { i as M, c as $ } from "../../../../../chunks/vendor-DucOfXwy.js";
|
|
7
7
|
import { TooltipContext as X } from "../../../TootlipContext.js";
|
|
8
8
|
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-BP9en5Mr.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
|
-
import { c } from "../../../../../chunks/vendor-
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
4
|
+
import { c } from "../../../../../chunks/vendor-DucOfXwy.js";
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-BP9en5Mr.js";
|
|
6
6
|
const l = p.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as b, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as u, useRef as f, useEffect as M } from "react";
|
|
3
3
|
import { TooltipContext as C } from "../../TootlipContext.js";
|
|
4
4
|
import { Portal as B } from "../../../Portal/Portal.js";
|
|
5
5
|
import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
|
|
8
|
-
import { c as y } from "../../../../chunks/vendor-
|
|
9
|
-
const N = "
|
|
8
|
+
import { c as y } from "../../../../chunks/vendor-DucOfXwy.js";
|
|
9
|
+
const N = "tooltipMobile__e20a868d", T = "tooltipMobileContent__7a92a915", g = "headerless__d7bbfc5d", H = "closeButton__c1bdd1b7", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -21,11 +21,11 @@ const N = "tooltipMobile__2c0f059d", T = "tooltipMobileContent__9f7cedbf", g = "
|
|
|
21
21
|
onShow: l,
|
|
22
22
|
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements: o, setTooltipOpen:
|
|
24
|
+
const { elements: o, setTooltipOpen: a } = u(C), i = f(null), p = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
28
|
-
const
|
|
28
|
+
const m = () => {
|
|
29
29
|
var s;
|
|
30
30
|
return /* @__PURE__ */ n("div", { className: e.closeButton, children: /* @__PURE__ */ n(h, { ...(s = o.closeButton) == null ? void 0 : s.props }) });
|
|
31
31
|
};
|
|
@@ -34,10 +34,10 @@ const N = "tooltipMobile__2c0f059d", T = "tooltipMobileContent__9f7cedbf", g = "
|
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: p,
|
|
38
38
|
tabIndex: -1,
|
|
39
39
|
opened: t,
|
|
40
|
-
setOpened:
|
|
40
|
+
setOpened: a,
|
|
41
41
|
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
@@ -45,7 +45,7 @@ const N = "tooltipMobile__2c0f059d", T = "tooltipMobileContent__9f7cedbf", g = "
|
|
|
45
45
|
/* @__PURE__ */ r(x, { className: e.tooltipMobileContent, children: [
|
|
46
46
|
o.body,
|
|
47
47
|
o.link,
|
|
48
|
-
o.mobileHeader === null &&
|
|
48
|
+
o.mobileHeader === null && m()
|
|
49
49
|
] })
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a, jsxs as b, Fragment as B } from "react/jsx-runtime";
|
|
2
2
|
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
|
-
import { c as S, F as j } from "../../chunks/vendor-
|
|
6
|
-
const D = "
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor-DucOfXwy.js";
|
|
6
|
+
const D = "topOverlayMask__daea41d1", E = "topOverlayWrapper__41ff70aa", A = "closing__c9f4496d", V = "opened__0cbacedc", $ = "topOverlayPanel__671bc975", q = "topOverlay__4540ac4d", t = {
|
|
7
7
|
topOverlayMask: D,
|
|
8
8
|
topOverlayWrapper: E,
|
|
9
9
|
closing: A,
|
|
@@ -12,13 +12,13 @@ const D = "topOverlayMask__a930014b", E = "topOverlayWrapper__4317bb54", A = "cl
|
|
|
12
12
|
topOverlay: q
|
|
13
13
|
}, K = ({
|
|
14
14
|
children: _,
|
|
15
|
-
focusTrapProps:
|
|
15
|
+
focusTrapProps: o,
|
|
16
16
|
opened: e,
|
|
17
17
|
onClose: l,
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W, d] = y(!1), [x, u] = y(!1), [
|
|
21
|
+
const [W, d] = y(!1), [x, u] = 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,51 +29,51 @@ const D = "topOverlayMask__a930014b", E = "topOverlayWrapper__4317bb54", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
|
|
32
|
+
m(), u(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
C(() => {
|
|
35
|
-
p.current && !e ? d(!0) : !p.current && e &&
|
|
35
|
+
p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
38
|
d(!1), c(0), l == null || l();
|
|
39
|
-
}, T = () => u(!1),
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
] }),
|
|
43
|
-
},
|
|
39
|
+
}, T = () => u(!1), F = (r) => /* @__PURE__ */ b(B, { children: [
|
|
40
|
+
/* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
|
+
/* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
|
+
] }), N = () => {
|
|
43
|
+
}, P = S(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
|
-
}),
|
|
46
|
+
}), I = /* @__PURE__ */ a(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
49
|
onClose: M,
|
|
50
50
|
onClosing: T,
|
|
51
51
|
onOpen: k,
|
|
52
52
|
opened: e,
|
|
53
|
-
setOpened:
|
|
53
|
+
setOpened: N,
|
|
54
54
|
...h,
|
|
55
55
|
className: t.topOverlay,
|
|
56
56
|
direction: R.TOP,
|
|
57
|
-
children:
|
|
57
|
+
children: F
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
|
-
return /* @__PURE__ */
|
|
60
|
+
return /* @__PURE__ */ a(
|
|
61
61
|
j,
|
|
62
62
|
{
|
|
63
63
|
active: x,
|
|
64
|
-
...
|
|
64
|
+
...o,
|
|
65
65
|
focusTrapOptions: {
|
|
66
66
|
clickOutsideDeactivates: !0,
|
|
67
67
|
preventScroll: !0,
|
|
68
|
-
...
|
|
68
|
+
...o == null ? void 0 : o.focusTrapOptions
|
|
69
69
|
},
|
|
70
|
-
children: /* @__PURE__ */
|
|
70
|
+
children: /* @__PURE__ */ a(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: P,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
76
|
-
children:
|
|
75
|
+
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
+
children: I
|
|
77
77
|
}
|
|
78
78
|
)
|
|
79
79
|
}
|
|
@@ -9,8 +9,8 @@ import { TreeViewContext as l } from "./TreeViewContext.js";
|
|
|
9
9
|
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
|
-
import { c as v } from "../../chunks/vendor-
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
12
|
+
import { c as v } from "../../chunks/vendor-DucOfXwy.js";
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-ssEB6Mn6.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-ssEB6Mn6.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
|
|
@@ -6,8 +6,8 @@ import l from "react";
|
|
|
6
6
|
import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewContext.js";
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
|
-
import { c as w } from "../../../chunks/vendor-
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
9
|
+
import { c as w } from "../../../chunks/vendor-DucOfXwy.js";
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-ssEB6Mn6.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { EFontWeightText as e, ECaptionSize as c, EFontType as
|
|
5
|
-
import { t as s, m as
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as g } from "react";
|
|
3
|
+
import { c as y } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { EFontWeightText as e, ECaptionSize as c, EFontType as T } from "./enums.js";
|
|
5
|
+
import { t as s, m as R } from "../../chunks/utils-6FIQkvvy.js";
|
|
6
|
+
const b = "caption__a315f878", E = "regular__fc512034", u = "semibold__b53518e6", x = "c1__e6cedc77", S = "c2__b33ad7f1", h = "d1__5eda5838", o = {
|
|
7
|
+
caption: b,
|
|
8
8
|
regular: E,
|
|
9
9
|
semibold: u,
|
|
10
10
|
c1: x,
|
|
@@ -17,23 +17,23 @@ const R = "caption__e08715c8", E = "regular__bfe756be", u = "semibold__22e045b3"
|
|
|
17
17
|
[c.C1]: o.c1,
|
|
18
18
|
[c.C2]: o.c2,
|
|
19
19
|
[c.D1]: o.d1
|
|
20
|
-
}, L =
|
|
20
|
+
}, L = g(
|
|
21
21
|
({
|
|
22
22
|
children: n,
|
|
23
23
|
className: p,
|
|
24
24
|
size: r,
|
|
25
25
|
tag: i = "span",
|
|
26
|
-
type: m =
|
|
26
|
+
type: m = T.PRIMARY,
|
|
27
27
|
weight: l = e.REGULAR,
|
|
28
28
|
underline: t,
|
|
29
29
|
strikethrough: a,
|
|
30
|
-
...
|
|
31
|
-
},
|
|
32
|
-
const
|
|
30
|
+
...d
|
|
31
|
+
}, C) => {
|
|
32
|
+
const _ = y(
|
|
33
33
|
s.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
A[r],
|
|
36
|
-
|
|
36
|
+
R[m],
|
|
37
37
|
F[l],
|
|
38
38
|
{
|
|
39
39
|
[s.strikethrough]: !!a && !t,
|
|
@@ -42,7 +42,7 @@ const R = "caption__e08715c8", E = "regular__bfe756be", u = "semibold__22e045b3"
|
|
|
42
42
|
},
|
|
43
43
|
p
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ f(i, { ref: C, className: _, ...d, children: n });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
48
|
L.displayName = "Caption";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as g } from "react";
|
|
3
|
-
import { c as C } from "../../chunks/vendor-
|
|
4
|
-
import { ETextSize as
|
|
5
|
-
import { t, m as
|
|
6
|
-
const E = "
|
|
3
|
+
import { c as C } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as r, ELineType as b, EFontType as R } from "./enums.js";
|
|
5
|
+
import { t, m as d } from "../../chunks/utils-6FIQkvvy.js";
|
|
6
|
+
const E = "text__1a5eb8e9", L = "regular__fc512034", A = "semibold__b53518e6", u = "b1__a48a9107", B = "b2__62851941", M = "b3__daab999f", S = "b4__b877f743", s = {
|
|
7
7
|
text: E,
|
|
8
8
|
regular: L,
|
|
9
9
|
semibold: A,
|
|
@@ -12,44 +12,44 @@ const E = "text__af803220", L = "regular__bfe756be", A = "semibold__22e045b3", u
|
|
|
12
12
|
b3: M,
|
|
13
13
|
b4: S
|
|
14
14
|
}, h = {
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
15
|
+
[o.B1]: s.b1,
|
|
16
|
+
[o.B2]: s.b2,
|
|
17
|
+
[o.B3]: s.b3,
|
|
18
|
+
[o.B4]: s.b4
|
|
19
19
|
}, F = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
20
|
+
[r.REGULAR]: s.regular,
|
|
21
|
+
[r.SEMIBOLD]: s.semibold
|
|
22
22
|
}, N = {
|
|
23
|
-
[
|
|
24
|
-
[
|
|
23
|
+
[b.NORMAL]: "",
|
|
24
|
+
[b.COMPACT]: t.compact
|
|
25
25
|
}, O = g(
|
|
26
26
|
({
|
|
27
27
|
children: m,
|
|
28
28
|
className: n,
|
|
29
|
-
size:
|
|
30
|
-
tag:
|
|
31
|
-
type: l =
|
|
32
|
-
weight: T =
|
|
33
|
-
line: i =
|
|
34
|
-
underline:
|
|
29
|
+
size: c,
|
|
30
|
+
tag: p = "span",
|
|
31
|
+
type: l = R.PRIMARY,
|
|
32
|
+
weight: T = r.REGULAR,
|
|
33
|
+
line: i = b.NORMAL,
|
|
34
|
+
underline: e,
|
|
35
35
|
strikethrough: a,
|
|
36
36
|
...x
|
|
37
37
|
}, _) => {
|
|
38
38
|
const y = C(
|
|
39
39
|
t.typography,
|
|
40
40
|
s.text,
|
|
41
|
-
h[
|
|
42
|
-
|
|
41
|
+
h[c],
|
|
42
|
+
d[l],
|
|
43
43
|
F[T],
|
|
44
44
|
N[i],
|
|
45
45
|
{
|
|
46
|
-
[t.strikethrough]: !!a && !
|
|
47
|
-
[t.underline]: !!
|
|
48
|
-
[t.underlineStrikethrough]: !!a && !!
|
|
46
|
+
[t.strikethrough]: !!a && !e,
|
|
47
|
+
[t.underline]: !!e && !a,
|
|
48
|
+
[t.underlineStrikethrough]: !!a && !!e
|
|
49
49
|
},
|
|
50
50
|
n
|
|
51
51
|
);
|
|
52
|
-
return /* @__PURE__ */
|
|
52
|
+
return /* @__PURE__ */ f(p, { ref: _, className: y, ...x, children: m });
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
O.displayName = "Text";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsx as T } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as f } from "react";
|
|
3
|
+
import { c as b } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { ETitleSize as m, EFontWeightTitle as o, EFontType as g } from "./enums.js";
|
|
5
|
-
import { t as s, m as u } from "../../chunks/utils-
|
|
6
|
-
const y = "
|
|
5
|
+
import { t as s, m as u } from "../../chunks/utils-6FIQkvvy.js";
|
|
6
|
+
const y = "title__69da4e0f", E = "regular__fc512034", C = "semibold__b53518e6", S = "medium__54be0230", M = "bold__3ff541e0", R = "h1__14fa8155", D = "h2__4571505e", F = "h3__a73cc5d8", t = {
|
|
7
7
|
title: y,
|
|
8
8
|
regular: E,
|
|
9
9
|
semibold: C,
|
|
@@ -21,22 +21,22 @@ const y = "title__acba1978", E = "regular__bfe756be", C = "semibold__22e045b3",
|
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, x =
|
|
24
|
+
}, x = f(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
26
|
+
children: a,
|
|
27
27
|
className: r,
|
|
28
|
-
size:
|
|
29
|
-
tag: c = `${
|
|
28
|
+
size: i,
|
|
29
|
+
tag: c = `${i}`,
|
|
30
30
|
type: n = g.PRIMARY,
|
|
31
31
|
weight: d = o.SEMIBOLD,
|
|
32
32
|
underline: e,
|
|
33
33
|
strikethrough: l,
|
|
34
34
|
...h
|
|
35
35
|
}, p) => {
|
|
36
|
-
const _ =
|
|
36
|
+
const _ = b(
|
|
37
37
|
s.typography,
|
|
38
38
|
t.title,
|
|
39
|
-
I[
|
|
39
|
+
I[i],
|
|
40
40
|
u[n],
|
|
41
41
|
L[d],
|
|
42
42
|
{
|
|
@@ -46,7 +46,7 @@ const y = "title__acba1978", E = "regular__bfe756be", C = "semibold__22e045b3",
|
|
|
46
46
|
},
|
|
47
47
|
r
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ T(c, { ref: p, className: _, ...h, children: a });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
x.displayName = "Title";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const a = "
|
|
5
|
+
const a = "unorderedList__4ba9c1bc", m = {
|
|
6
6
|
unorderedList: a
|
|
7
7
|
}, n = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
@@ -10,7 +10,7 @@ const a = "unorderedList__950704a4", m = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(m.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "1.
|
|
13
|
+
"data-tx": "1.14.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as s } from "../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import "../Typography/Title.js";
|
|
5
5
|
import { Text as i } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
7
|
import { ETextSize as d } from "../Typography/enums.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "unorderedListItem__4711153a", n = {
|
|
9
9
|
unorderedListItem: a
|
|
10
10
|
}, p = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -15,7 +15,7 @@ const a = "unorderedListItem__07146b75", n = {
|
|
|
15
15
|
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "1.
|
|
18
|
+
"data-tx": "1.14.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as O, jsxs as P } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as w, useState as x, useRef as A, useCallback as t, createElement as U, useEffect as N } from "react";
|
|
3
3
|
import { createRoot as H } from "react-dom/client";
|
|
4
|
-
import { c as R } from "../../chunks/vendor-
|
|
5
|
-
import { s as D, U as S } from "../../chunks/UploadZoneInput
|
|
4
|
+
import { c as R } from "../../chunks/vendor-DucOfXwy.js";
|
|
5
|
+
import { s as D, U as S } from "../../chunks/UploadZoneInput--oJn7HTT.js";
|
|
6
6
|
import { UploadZoneContext as T } from "./UploadZoneContext.js";
|
|
7
7
|
const W = Object.assign(
|
|
8
8
|
w((y, b) => {
|
|
@@ -75,7 +75,7 @@ const W = Object.assign(
|
|
|
75
75
|
openUploadDialog: m,
|
|
76
76
|
setInputNode: C
|
|
77
77
|
},
|
|
78
|
-
children: /* @__PURE__ */ P("div", { className: D.uploadZone, "data-tx": "1.
|
|
78
|
+
children: /* @__PURE__ */ P("div", { className: D.uploadZone, "data-tx": "1.14.0", ref: b, children: [
|
|
79
79
|
/* @__PURE__ */ U(
|
|
80
80
|
"div",
|
|
81
81
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
|
-
import "../../../chunks/vendor-
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput
|
|
3
|
+
import "../../../chunks/vendor-DucOfXwy.js";
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput--oJn7HTT.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|
package/components/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { ButtonDropdownExtended as O } from "./Button/ButtonDropdownExtended.js"
|
|
|
13
13
|
import { EButtonDotsTheme as U, EButtonIconShape as Y, EButtonTheme as K } from "./Button/enums.js";
|
|
14
14
|
import { Calendar as Z } from "./Calendar/Calendar.js";
|
|
15
15
|
import { ECalendarDateMarkType as q, ECalendarPickType as J, ECalendarViewMode as Q } from "./Calendar/enums.js";
|
|
16
|
-
import { C as $ } from "../chunks/Chip-
|
|
16
|
+
import { C as $ } from "../chunks/Chip-CBP_avtm.js";
|
|
17
17
|
import { ChipDatePicker as eo } from "./Chip/ChipDatePicker/ChipDatePicker.js";
|
|
18
18
|
import { ChipDatePickerTarget as to } from "./Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
19
19
|
import { ChipClearButton as mo } from "./Chip/ChipClearButton.js";
|
|
@@ -38,7 +38,7 @@ import { FormFieldCounter as Uo } from "./FormField/components/FormFieldCounter.
|
|
|
38
38
|
import { FormFieldLabel as Ko } from "./FormField/components/FormFieldLabel.js";
|
|
39
39
|
import { FormFieldClear as Zo } from "./FormField/components/FormFieldClear.js";
|
|
40
40
|
import { FormFieldTarget as qo } from "./FormField/components/FormFieldTarget.js";
|
|
41
|
-
import { F as Qo } from "../chunks/FormFieldInput-
|
|
41
|
+
import { F as Qo } from "../chunks/FormFieldInput-D2lqfg4n.js";
|
|
42
42
|
import { FormFieldMaskedInput as $o } from "./FormField/components/FormFieldMaskedInput.js";
|
|
43
43
|
import { FormFieldPostfix as ee } from "./FormField/components/FormFieldPostfix.js";
|
|
44
44
|
import { FormFieldPrefix as te } from "./FormField/components/FormFieldPrefix.js";
|
|
@@ -96,7 +96,7 @@ import { Dropdown as it } from "./Dropdown/Dropdown.js";
|
|
|
96
96
|
import { DropdownListContext as ft } from "./Dropdown/DropdownListContext.js";
|
|
97
97
|
import { DropdownDesktop as nt } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
98
98
|
import { DropdownList as lt } from "./Dropdown/desktop/DropdownList.js";
|
|
99
|
-
import { D as Tt } from "../chunks/DropdownListItem-
|
|
99
|
+
import { D as Tt } from "../chunks/DropdownListItem-C6I9gVRb.js";
|
|
100
100
|
import { DropdownMobile as St } from "./Dropdown/mobile/DropdownMobile.js";
|
|
101
101
|
import { DropdownMobileBody as Et } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
102
102
|
import { DropdownMobileClose as ct } from "./Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -113,7 +113,7 @@ import { AdvancedMouseSensor as Ut, AdvancedTouchSensor as Yt, ListSortable as K
|
|
|
113
113
|
import { ListItem as Zt } from "./List/components/ListItem.js";
|
|
114
114
|
import { ListItemControls as qt } from "./List/components/ListItemControls.js";
|
|
115
115
|
import { ListItemContent as Qt } from "./List/components/ListItemContent.js";
|
|
116
|
-
import { L as $t } from "../chunks/ListItemControlsButton
|
|
116
|
+
import { L as $t } from "../chunks/ListItemControlsButton--Ek4l8AX.js";
|
|
117
117
|
import { ListItemControlsButtonDropdown as ep } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
118
118
|
import { ListEmptyState as tp } from "./List/components/ListEmptyState.js";
|
|
119
119
|
import { ListItemLoading as mp } from "./List/components/ListItemLoading.js";
|
|
@@ -206,7 +206,7 @@ import { SuggestFieldDesktopDropdown as yx } from "./SuggestField/desktop/Sugges
|
|
|
206
206
|
import { SuggestFieldDesktop as Bx } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
207
207
|
import { SuggestFieldMobile as Wx } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
208
208
|
import { SuggestFieldMobileDropdown as Ax } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
209
|
-
import { S as vx } from "../chunks/SuggestFieldMobileDropdownHint-
|
|
209
|
+
import { S as vx } from "../chunks/SuggestFieldMobileDropdownHint-CooicUNx.js";
|
|
210
210
|
import { SuggestFieldMobileTarget as Gx } from "./SuggestField/mobile/SuggestFieldMobileTarget.js";
|
|
211
211
|
import { SuggestField as Ox } from "./SuggestField/SuggestField.js";
|
|
212
212
|
import { LightBox as Ux, lightBoxMountNodeIdDefault as Yx, lightBoxViewManagerNodeIdDefault as Kx } from "./LightBox/LightBox.js";
|