@sberbusiness/triplex-next 1.25.0 → 1.26.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-Boz5enko.js +41 -0
- package/chunks/{CalendarViewItem-D-POWd2-.js → CalendarViewItem-DHFLturD.js} +13 -13
- package/chunks/Card.module-Bn676gKC.js +17 -0
- package/chunks/CheckboxTreeExtended.module-QbHPuClH.js +15 -0
- package/chunks/{Chip-DTIbYTEg.js → Chip-Di8g8Z6j.js} +19 -19
- package/chunks/Confirm.module-b8ZTqcR2.js +15 -0
- package/chunks/{DropdownListItem-DEiNYa7V.js → DropdownListItem-CjZLy9zZ.js} +16 -16
- package/chunks/DropdownMobile.module-B2yaydF-.js +23 -0
- package/chunks/Footer.module-DlTuw8bG.js +9 -0
- package/chunks/{FormFieldInput-DtYGQ_bi.js → FormFieldInput-C2TczHnQ.js} +29 -29
- package/chunks/HeaderLayoutSidebar.module-BR0oblQF.js +9 -0
- package/chunks/HeaderTabs.module-D88xeP19.js +9 -0
- package/chunks/{HeaderTitle.module-C31ELKBY.js → HeaderTitle.module-BdAYtCP5.js} +2 -2
- package/chunks/IslandAccordion.module-CbGSbbl6.js +25 -0
- package/chunks/IslandWidgetFooter.module-DzcObfJV.js +9 -0
- package/chunks/IslandWidgetHeader.module-_sYg-PBp.js +12 -0
- package/chunks/{LightBoxContent-9gb9WiYK.js → LightBoxContent-B8dwsZcd.js} +8 -8
- package/chunks/LightBoxControls.module-DHrZ8-M9.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CgO3NViT.js +9 -0
- package/chunks/{ListItemControlsButton-DYBfA1gz.js → ListItemControlsButton-DjUxcey4.js} +11 -11
- package/chunks/ListItemTail.module-CIBEtGa9.js +12 -0
- package/chunks/ListMasterFooter.module-DDv57q5J.js +10 -0
- package/chunks/ModalWindow.module-Cek3j-PN.js +17 -0
- package/chunks/Notification.module-BWxDmBI2.js +20 -0
- package/chunks/Overlay.module-CUZKmhvQ.js +18 -0
- package/chunks/Page.module-BD0MsbnW.js +11 -0
- package/chunks/SMSField.module-B6sFmN1l.js +16 -0
- package/chunks/SliderExtendedMarks.module-jwnpPZXf.js +15 -0
- package/chunks/SliderExtendedRail-BYK2Vyz9.js +40 -0
- package/chunks/StatusTracker.module-DQI30fwP.js +24 -0
- package/chunks/StepperStepArrowBorder-CHpL6Q5q.js +101 -0
- package/chunks/SuggestFieldMobileDropdownHint-BpAuE0ir.js +15 -0
- package/chunks/TableFooter.module-DB3LfuRN.js +14 -0
- package/chunks/TabsExtended.module-DbTk0iCS.js +16 -0
- package/chunks/TabsLine.module-D3zxaGjs.js +21 -0
- package/chunks/TooltipDesktop.module-BTHsU4ca.js +19 -0
- package/chunks/TreeView.module-BXHaAGRo.js +9 -0
- package/chunks/{UploadZoneInput-CUKt0mmY.js → UploadZoneInput-qDtiZYmT.js} +5 -5
- package/chunks/{constants-CmdvDG7U.js → constants-CtrvWwDT.js} +8 -8
- package/chunks/{utils-B8JwCW07.js → utils-4uYqfVa-.js} +4 -4
- package/chunks/{utils-DILds0zQ.js → utils-BYHIu3S4.js} +4 -4
- package/chunks/{utils-D0TxmRz_.js → utils-CqjXJ4Td.js} +8 -8
- package/chunks/utils-DhWCXYI8.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +25 -25
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +11 -11
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +6 -6
- package/components/Badge/Badge.js +13 -13
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +15 -15
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +22 -22
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +23 -23
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +9 -9
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +28 -27
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +76 -66
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- 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 +11 -11
- package/components/DateRange/DateRange.js +23 -23
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Stepper.js +11 -20
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +7 -7
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/EmptyView/EmptyView.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +20 -20
- package/components/FormField/components/FormFieldClear.js +1 -1
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +13 -13
- package/components/FormField/components/FormFieldMaskedInput.js +18 -18
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +10 -10
- package/components/FormField/components/FormFieldTextarea.js +18 -18
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
- 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 +1 -1
- package/components/IconWrapper/IconWrapper.js +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +1 -1
- 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 +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +10 -10
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +16 -16
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +9 -9
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- 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/MonthYearField/MonthYearFieldTarget.js +14 -13
- package/components/MonthYearRange/MonthYearRange.js +76 -0
- package/components/MonthYearRange/enums.js +5 -0
- package/components/MonthYearRange/index.js +7 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- 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/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +2 -2
- 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 +11 -11
- 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 +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +14 -14
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +4 -4
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +14 -14
- package/components/SegmentedControl/SegmentedControlSegment.js +16 -16
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +20 -20
- 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 +12 -12
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +8 -8
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/Stepper.js +104 -89
- package/components/Stepper/StepperExtended.js +22 -20
- package/components/Stepper/StepperExtendedContext.js +6 -6
- package/components/Stepper/StepperStep.js +62 -63
- package/components/Stepper/StepperStepArrowBorder.js +7 -0
- package/components/Stepper/enums.js +3 -4
- package/components/Stepper/index.js +4 -5
- package/components/Stepper/types.js +2 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +58 -58
- 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 +19 -19
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +5 -5
- 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 +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- 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 +4 -4
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +14 -14
- package/components/TagColor/index.js +4 -2
- package/components/TagGroup/TagGroup.js +12 -12
- 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 +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/TopOverlay/TopOverlay.js +5 -5
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +25 -25
- package/components/Typography/CodeText.js +2 -2
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +24 -24
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +299 -294
- package/index.d.ts +56 -22
- package/index.js +329 -324
- package/package.json +6 -2
- package/styles/triplex-next.css +538 -541
- package/chunks/AlertProcessSpoiler-B46jKfAb.js +0 -41
- package/chunks/Card.module-CncHGyjC.js +0 -17
- package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +0 -15
- package/chunks/Confirm.module-EXbF7o_5.js +0 -15
- package/chunks/DropdownMobile.module-BoKjV5kN.js +0 -23
- package/chunks/Footer.module-DZkZf8cZ.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +0 -9
- package/chunks/HeaderTabs.module-BepwFanR.js +0 -9
- package/chunks/IslandAccordion.module-rpYHTG9-.js +0 -25
- package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +0 -9
- package/chunks/IslandWidgetHeader.module-CBRjot0L.js +0 -12
- package/chunks/LightBoxControls.module-DW8BGlP2.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +0 -9
- package/chunks/ListItemTail.module-BaV7s4hM.js +0 -12
- package/chunks/ListMasterFooter.module-DJ5zh4gk.js +0 -10
- package/chunks/ModalWindow.module-CBYym922.js +0 -17
- package/chunks/Notification.module-DxdRS8Y5.js +0 -20
- package/chunks/Overlay.module-BNFZ_rbt.js +0 -18
- package/chunks/Page.module-C50cd0OD.js +0 -11
- package/chunks/RightBorderArrow-BDD4mS5-.js +0 -146
- package/chunks/SMSField.module-C20gqTPw.js +0 -16
- package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +0 -15
- package/chunks/SliderExtendedRail-D5G6Gddu.js +0 -40
- package/chunks/StatusTracker.module-Dn-2MvTp.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-Bl-fHUU9.js +0 -15
- package/chunks/TableFooter.module-CVe7H3F5.js +0 -14
- package/chunks/TabsExtended.module-DAVeemgZ.js +0 -16
- package/chunks/TabsLine.module-DpFaqhk4.js +0 -21
- package/chunks/TooltipDesktop.module-OpglHVA8.js +0 -19
- package/chunks/TreeView.module-D0XjOCzq.js +0 -9
- package/chunks/utils-iU8-da0U.js +0 -24
- package/components/Stepper/RightBorderArrow.js +0 -7
- package/components/Stepper/StepperWrapper.js +0 -12
|
@@ -1,81 +1,91 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { useSuggestContext as
|
|
4
|
-
import { FormFieldClear as
|
|
1
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as D, useRef as L, useCallback as o } from "react";
|
|
3
|
+
import { useSuggestContext as M } from "../../../Suggest/SuggestContext.js";
|
|
4
|
+
import { FormFieldClear as T } from "../../../FormField/components/FormFieldClear.js";
|
|
5
5
|
import "../../../FormField/components/FormFieldCounter.js";
|
|
6
6
|
import "../../../FormField/components/FormFieldDescription.js";
|
|
7
|
-
import { F as
|
|
8
|
-
import { FormFieldLabel as
|
|
7
|
+
import { F as k } from "../../../../chunks/FormFieldInput-C2TczHnQ.js";
|
|
8
|
+
import { FormFieldLabel as B } from "../../../FormField/components/FormFieldLabel.js";
|
|
9
9
|
import "../../../FormField/components/FormFieldMaskedInput.js";
|
|
10
|
-
import { FormFieldPostfix as
|
|
10
|
+
import { FormFieldPostfix as O } from "../../../FormField/components/FormFieldPostfix.js";
|
|
11
11
|
import "../../../FormField/components/FormFieldPrefix.js";
|
|
12
12
|
import "../../../FormField/components/FormFieldTarget.js";
|
|
13
13
|
import "../../../FormField/components/FormFieldTextarea.js";
|
|
14
|
-
import { FormField as
|
|
15
|
-
import { EComponentSize as
|
|
16
|
-
import { Tooltip as
|
|
17
|
-
import { ETooltipSize as
|
|
18
|
-
import { LoaderSmall as
|
|
19
|
-
import { ELoaderSmallTheme as
|
|
14
|
+
import { FormField as R } from "../../../FormField/FormField.js";
|
|
15
|
+
import { EComponentSize as r } from "../../../../enums/EComponentSize.js";
|
|
16
|
+
import { Tooltip as p } from "../../../Tooltip/Tooltip.js";
|
|
17
|
+
import { ETooltipSize as W } from "../../../Tooltip/enums.js";
|
|
18
|
+
import { LoaderSmall as b } from "../../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
|
+
import { ELoaderSmallTheme as E } from "../../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
const
|
|
22
|
-
chipSuggestInputWrapper:
|
|
23
|
-
},
|
|
21
|
+
const j = "chipSuggestInputWrapper__797a8146", w = {
|
|
22
|
+
chipSuggestInputWrapper: j
|
|
23
|
+
}, re = ({
|
|
24
|
+
children: m,
|
|
25
|
+
size: u
|
|
26
|
+
}) => {
|
|
24
27
|
const {
|
|
25
|
-
inputValue:
|
|
26
|
-
placeholder:
|
|
27
|
-
noOptionsText:
|
|
28
|
-
dropdownListId:
|
|
29
|
-
activeDescendant:
|
|
30
|
-
loading:
|
|
31
|
-
tooltipOpen:
|
|
32
|
-
clearInputOnFocus:
|
|
28
|
+
inputValue: i,
|
|
29
|
+
placeholder: c,
|
|
30
|
+
noOptionsText: d,
|
|
31
|
+
dropdownListId: g,
|
|
32
|
+
activeDescendant: f,
|
|
33
|
+
loading: h,
|
|
34
|
+
tooltipOpen: F,
|
|
35
|
+
clearInputOnFocus: l,
|
|
33
36
|
onFilter: e
|
|
34
|
-
} =
|
|
35
|
-
(
|
|
36
|
-
e(
|
|
37
|
+
} = M(), [S, s] = D(!1), a = L(null), I = o(() => e(""), [e]), C = o(
|
|
38
|
+
(z) => {
|
|
39
|
+
e(z.target.value);
|
|
37
40
|
},
|
|
38
41
|
[e]
|
|
39
|
-
),
|
|
40
|
-
|
|
41
|
-
}, [
|
|
42
|
-
return /* @__PURE__ */
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
42
|
+
), x = o(() => {
|
|
43
|
+
s(!0), i.length !== 0 && l === !0 && e("");
|
|
44
|
+
}, [i.length, l, e]), v = o(() => s(!1), []);
|
|
45
|
+
return /* @__PURE__ */ n(
|
|
46
|
+
R,
|
|
47
|
+
{
|
|
48
|
+
className: w.chipSuggestInputWrapper,
|
|
49
|
+
size: u === r.LG ? r.MD : r.SM,
|
|
50
|
+
children: [
|
|
51
|
+
/* @__PURE__ */ t(B, { children: m }),
|
|
52
|
+
/* @__PURE__ */ n(
|
|
53
|
+
p,
|
|
54
|
+
{
|
|
55
|
+
size: W.SM,
|
|
56
|
+
isOpen: !!F && S,
|
|
57
|
+
toggle: () => {
|
|
58
|
+
},
|
|
59
|
+
targetRef: a,
|
|
60
|
+
disableAdaptiveMode: !0,
|
|
61
|
+
children: [
|
|
62
|
+
/* @__PURE__ */ t(p.Body, { children: d }),
|
|
63
|
+
/* @__PURE__ */ t(p.Target, { children: /* @__PURE__ */ t(
|
|
64
|
+
k,
|
|
65
|
+
{
|
|
66
|
+
value: i,
|
|
67
|
+
placeholder: c,
|
|
68
|
+
"aria-controls": g,
|
|
69
|
+
"aria-activedescendant": f,
|
|
70
|
+
autoFocus: !0,
|
|
71
|
+
onFocus: x,
|
|
72
|
+
onBlur: v,
|
|
73
|
+
onChange: C,
|
|
74
|
+
ref: a
|
|
75
|
+
}
|
|
76
|
+
) })
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
),
|
|
80
|
+
/* @__PURE__ */ n(O, { children: [
|
|
81
|
+
/* @__PURE__ */ t(T, { onClick: I }),
|
|
82
|
+
h && /* @__PURE__ */ t(b, { theme: E.BRAND, size: r.SM })
|
|
83
|
+
] })
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
);
|
|
77
87
|
};
|
|
78
88
|
export {
|
|
79
|
-
|
|
89
|
+
re as ChipSuggestDesktopDropdownField
|
|
80
90
|
};
|
|
81
91
|
//# sourceMappingURL=ChipSuggestDesktopDropdownField.js.map
|
package/components/Chip/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e } from "../../chunks/Chip-
|
|
1
|
+
import { C as e } from "../../chunks/Chip-Di8g8Z6j.js";
|
|
2
2
|
import { ChipDatePicker as t } from "./ChipDatePicker/ChipDatePicker.js";
|
|
3
3
|
import { ChipDatePickerTarget as C } from "./ChipDatePicker/ChipDatePickerTarget.js";
|
|
4
4
|
import { ChipClearButton as h } from "./ChipClearButton.js";
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { EComponentSize as
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as l } from "../../utils/classNameMaps.js";
|
|
6
|
-
const _ = "
|
|
6
|
+
const _ = "chipGroup__138dd88c", d = "oneLine__9814cc32", u = "multiLine__86554a26", f = "lg__b332de5a", L = "md__cf9a29e4", h = "sm__3ead4130", o = {
|
|
7
7
|
chipGroup: _,
|
|
8
|
-
oneLine:
|
|
8
|
+
oneLine: d,
|
|
9
9
|
multiLine: u,
|
|
10
|
-
lg:
|
|
10
|
+
lg: f,
|
|
11
11
|
md: L,
|
|
12
12
|
sm: h
|
|
13
|
-
}, G = l(o), C =
|
|
14
|
-
({ children: i, className: t, oneLine: e, size: m =
|
|
13
|
+
}, G = l(o), C = c.forwardRef(
|
|
14
|
+
({ children: i, className: t, oneLine: e, size: m = r.MD, ...s }, n) => /* @__PURE__ */ a(
|
|
15
15
|
"div",
|
|
16
16
|
{
|
|
17
|
-
className:
|
|
17
|
+
className: p(o.chipGroup, G[m], t, {
|
|
18
18
|
[o.multiLine]: !e,
|
|
19
19
|
[o.oneLine]: !!e
|
|
20
20
|
}),
|
|
21
21
|
...s,
|
|
22
22
|
ref: n,
|
|
23
|
-
"data-tx": "1.
|
|
23
|
+
"data-tx": "1.26.0",
|
|
24
24
|
children: i
|
|
25
25
|
}
|
|
26
26
|
)
|
package/components/Col/Col.js
CHANGED
|
@@ -1,155 +1,155 @@
|
|
|
1
1
|
import { jsx as v } from "react/jsx-runtime";
|
|
2
2
|
import { c as j } from "../../chunks/vendor-DudMBGKr.js";
|
|
3
3
|
const A = {
|
|
4
|
-
"col-1": "col-
|
|
5
|
-
"col-2": "col-
|
|
6
|
-
"col-3": "col-
|
|
7
|
-
"col-4": "col-
|
|
8
|
-
"col-5": "col-
|
|
9
|
-
"col-6": "col-
|
|
10
|
-
"col-7": "col-
|
|
11
|
-
"col-8": "col-
|
|
12
|
-
"col-9": "col-
|
|
13
|
-
"col-10": "col-
|
|
14
|
-
"col-11": "col-
|
|
15
|
-
"col-12": "col-
|
|
16
|
-
"offset-0": "offset-
|
|
17
|
-
"offset-1": "offset-
|
|
18
|
-
"offset-2": "offset-
|
|
19
|
-
"offset-3": "offset-
|
|
20
|
-
"offset-4": "offset-
|
|
21
|
-
"offset-5": "offset-
|
|
22
|
-
"offset-6": "offset-
|
|
23
|
-
"offset-7": "offset-
|
|
24
|
-
"offset-8": "offset-
|
|
25
|
-
"offset-9": "offset-
|
|
26
|
-
"offset-10": "offset-
|
|
27
|
-
"offset-11": "offset-
|
|
28
|
-
"d-none": "d-
|
|
29
|
-
"d-block": "d-
|
|
30
|
-
"col-sm-1": "col-sm-
|
|
31
|
-
"col-sm-2": "col-sm-
|
|
32
|
-
"col-sm-3": "col-sm-
|
|
33
|
-
"col-sm-4": "col-sm-
|
|
34
|
-
"col-sm-5": "col-sm-
|
|
35
|
-
"col-sm-6": "col-sm-
|
|
36
|
-
"col-sm-7": "col-sm-
|
|
37
|
-
"col-sm-8": "col-sm-
|
|
38
|
-
"col-sm-9": "col-sm-
|
|
39
|
-
"col-sm-10": "col-sm-
|
|
40
|
-
"col-sm-11": "col-sm-
|
|
41
|
-
"col-sm-12": "col-sm-
|
|
42
|
-
"offset-sm-0": "offset-sm-
|
|
43
|
-
"offset-sm-1": "offset-sm-
|
|
44
|
-
"offset-sm-2": "offset-sm-
|
|
45
|
-
"offset-sm-3": "offset-sm-
|
|
46
|
-
"offset-sm-4": "offset-sm-
|
|
47
|
-
"offset-sm-5": "offset-sm-
|
|
48
|
-
"offset-sm-6": "offset-sm-
|
|
49
|
-
"offset-sm-7": "offset-sm-
|
|
50
|
-
"offset-sm-8": "offset-sm-
|
|
51
|
-
"offset-sm-9": "offset-sm-
|
|
52
|
-
"offset-sm-10": "offset-sm-
|
|
53
|
-
"offset-sm-11": "offset-sm-
|
|
54
|
-
"d-none-sm": "d-none-
|
|
55
|
-
"d-block-sm": "d-block-
|
|
56
|
-
"col-md-1": "col-md-
|
|
57
|
-
"col-md-2": "col-md-
|
|
58
|
-
"col-md-3": "col-md-
|
|
59
|
-
"col-md-4": "col-md-
|
|
60
|
-
"col-md-5": "col-md-
|
|
61
|
-
"col-md-6": "col-md-
|
|
62
|
-
"col-md-7": "col-md-
|
|
63
|
-
"col-md-8": "col-md-
|
|
64
|
-
"col-md-9": "col-md-
|
|
65
|
-
"col-md-10": "col-md-
|
|
66
|
-
"col-md-11": "col-md-
|
|
67
|
-
"col-md-12": "col-md-
|
|
68
|
-
"offset-md-0": "offset-md-
|
|
69
|
-
"offset-md-1": "offset-md-
|
|
70
|
-
"offset-md-2": "offset-md-
|
|
71
|
-
"offset-md-3": "offset-md-
|
|
72
|
-
"offset-md-4": "offset-md-
|
|
73
|
-
"offset-md-5": "offset-md-
|
|
74
|
-
"offset-md-6": "offset-md-
|
|
75
|
-
"offset-md-7": "offset-md-
|
|
76
|
-
"offset-md-8": "offset-md-
|
|
77
|
-
"offset-md-9": "offset-md-
|
|
78
|
-
"offset-md-10": "offset-md-
|
|
79
|
-
"offset-md-11": "offset-md-
|
|
80
|
-
"d-none-md": "d-none-
|
|
81
|
-
"d-block-md": "d-block-
|
|
82
|
-
"col-lg-1": "col-lg-
|
|
83
|
-
"col-lg-2": "col-lg-
|
|
84
|
-
"col-lg-3": "col-lg-
|
|
85
|
-
"col-lg-4": "col-lg-
|
|
86
|
-
"col-lg-5": "col-lg-
|
|
87
|
-
"col-lg-6": "col-lg-
|
|
88
|
-
"col-lg-7": "col-lg-
|
|
89
|
-
"col-lg-8": "col-lg-
|
|
90
|
-
"col-lg-9": "col-lg-
|
|
91
|
-
"col-lg-10": "col-lg-
|
|
92
|
-
"col-lg-11": "col-lg-
|
|
93
|
-
"col-lg-12": "col-lg-
|
|
94
|
-
"offset-lg-0": "offset-lg-
|
|
95
|
-
"offset-lg-1": "offset-lg-
|
|
96
|
-
"offset-lg-2": "offset-lg-
|
|
97
|
-
"offset-lg-3": "offset-lg-
|
|
98
|
-
"offset-lg-4": "offset-lg-
|
|
99
|
-
"offset-lg-5": "offset-lg-
|
|
100
|
-
"offset-lg-6": "offset-lg-
|
|
101
|
-
"offset-lg-7": "offset-lg-
|
|
102
|
-
"offset-lg-8": "offset-lg-
|
|
103
|
-
"offset-lg-9": "offset-lg-
|
|
104
|
-
"offset-lg-10": "offset-lg-
|
|
105
|
-
"offset-lg-11": "offset-lg-
|
|
106
|
-
"d-none-lg": "d-none-
|
|
107
|
-
"d-block-lg": "d-block-
|
|
108
|
-
"col-xl-1": "col-xl-
|
|
109
|
-
"col-xl-2": "col-xl-
|
|
110
|
-
"col-xl-3": "col-xl-
|
|
111
|
-
"col-xl-4": "col-xl-
|
|
112
|
-
"col-xl-5": "col-xl-
|
|
113
|
-
"col-xl-6": "col-xl-
|
|
114
|
-
"col-xl-7": "col-xl-
|
|
115
|
-
"col-xl-8": "col-xl-
|
|
116
|
-
"col-xl-9": "col-xl-
|
|
117
|
-
"col-xl-10": "col-xl-
|
|
118
|
-
"col-xl-11": "col-xl-
|
|
119
|
-
"col-xl-12": "col-xl-
|
|
120
|
-
"offset-xl-0": "offset-xl-
|
|
121
|
-
"offset-xl-1": "offset-xl-
|
|
122
|
-
"offset-xl-2": "offset-xl-
|
|
123
|
-
"offset-xl-3": "offset-xl-
|
|
124
|
-
"offset-xl-4": "offset-xl-
|
|
125
|
-
"offset-xl-5": "offset-xl-
|
|
126
|
-
"offset-xl-6": "offset-xl-
|
|
127
|
-
"offset-xl-7": "offset-xl-
|
|
128
|
-
"offset-xl-8": "offset-xl-
|
|
129
|
-
"offset-xl-9": "offset-xl-
|
|
130
|
-
"offset-xl-10": "offset-xl-
|
|
131
|
-
"offset-xl-11": "offset-xl-
|
|
132
|
-
"d-none-xl": "d-none-
|
|
133
|
-
"d-block-xl": "d-block-
|
|
4
|
+
"col-1": "col-1__a92b6203",
|
|
5
|
+
"col-2": "col-2__e1f5bfd9",
|
|
6
|
+
"col-3": "col-3__923e4bf5",
|
|
7
|
+
"col-4": "col-4__8131f177",
|
|
8
|
+
"col-5": "col-5__ac57b930",
|
|
9
|
+
"col-6": "col-6__b3591e5b",
|
|
10
|
+
"col-7": "col-7__58a59e5e",
|
|
11
|
+
"col-8": "col-8__5b9e4533",
|
|
12
|
+
"col-9": "col-9__c7a0f30a",
|
|
13
|
+
"col-10": "col-10__e04f4e0e",
|
|
14
|
+
"col-11": "col-11__ff499f34",
|
|
15
|
+
"col-12": "col-12__afb984b0",
|
|
16
|
+
"offset-0": "offset-0__55c4f079",
|
|
17
|
+
"offset-1": "offset-1__51bc2609",
|
|
18
|
+
"offset-2": "offset-2__245eb214",
|
|
19
|
+
"offset-3": "offset-3__c994a395",
|
|
20
|
+
"offset-4": "offset-4__9830f44f",
|
|
21
|
+
"offset-5": "offset-5__53811458",
|
|
22
|
+
"offset-6": "offset-6__6d79a797",
|
|
23
|
+
"offset-7": "offset-7__1f52ef37",
|
|
24
|
+
"offset-8": "offset-8__8fe02cc1",
|
|
25
|
+
"offset-9": "offset-9__1a200d89",
|
|
26
|
+
"offset-10": "offset-10__78f87411",
|
|
27
|
+
"offset-11": "offset-11__bb855277",
|
|
28
|
+
"d-none": "d-none__7a9245c9",
|
|
29
|
+
"d-block": "d-block__e77b7fc7",
|
|
30
|
+
"col-sm-1": "col-sm-1__43315e9c",
|
|
31
|
+
"col-sm-2": "col-sm-2__42a8ffb8",
|
|
32
|
+
"col-sm-3": "col-sm-3__2949ad5b",
|
|
33
|
+
"col-sm-4": "col-sm-4__1919de65",
|
|
34
|
+
"col-sm-5": "col-sm-5__3b2718f3",
|
|
35
|
+
"col-sm-6": "col-sm-6__58ac5c22",
|
|
36
|
+
"col-sm-7": "col-sm-7__9971ff8f",
|
|
37
|
+
"col-sm-8": "col-sm-8__9b399dec",
|
|
38
|
+
"col-sm-9": "col-sm-9__4d9b2cfe",
|
|
39
|
+
"col-sm-10": "col-sm-10__9dd26931",
|
|
40
|
+
"col-sm-11": "col-sm-11__e357d51f",
|
|
41
|
+
"col-sm-12": "col-sm-12__fd7a6a19",
|
|
42
|
+
"offset-sm-0": "offset-sm-0__282bcdb2",
|
|
43
|
+
"offset-sm-1": "offset-sm-1__4fbec743",
|
|
44
|
+
"offset-sm-2": "offset-sm-2__8a41fdb6",
|
|
45
|
+
"offset-sm-3": "offset-sm-3__75cd9aca",
|
|
46
|
+
"offset-sm-4": "offset-sm-4__8c17f847",
|
|
47
|
+
"offset-sm-5": "offset-sm-5__86bc8e50",
|
|
48
|
+
"offset-sm-6": "offset-sm-6__891f76a7",
|
|
49
|
+
"offset-sm-7": "offset-sm-7__b6035516",
|
|
50
|
+
"offset-sm-8": "offset-sm-8__3424b5a4",
|
|
51
|
+
"offset-sm-9": "offset-sm-9__7608f2fc",
|
|
52
|
+
"offset-sm-10": "offset-sm-10__811e1623",
|
|
53
|
+
"offset-sm-11": "offset-sm-11__048ab177",
|
|
54
|
+
"d-none-sm": "d-none-sm__ce5bb6d5",
|
|
55
|
+
"d-block-sm": "d-block-sm__90d81569",
|
|
56
|
+
"col-md-1": "col-md-1__c87560ef",
|
|
57
|
+
"col-md-2": "col-md-2__65918e25",
|
|
58
|
+
"col-md-3": "col-md-3__bcbeba3e",
|
|
59
|
+
"col-md-4": "col-md-4__8021ad91",
|
|
60
|
+
"col-md-5": "col-md-5__ec68a6b1",
|
|
61
|
+
"col-md-6": "col-md-6__24631996",
|
|
62
|
+
"col-md-7": "col-md-7__f77b2729",
|
|
63
|
+
"col-md-8": "col-md-8__b25680c8",
|
|
64
|
+
"col-md-9": "col-md-9__831f1c95",
|
|
65
|
+
"col-md-10": "col-md-10__9678b1ce",
|
|
66
|
+
"col-md-11": "col-md-11__fa803179",
|
|
67
|
+
"col-md-12": "col-md-12__b58e4448",
|
|
68
|
+
"offset-md-0": "offset-md-0__3db07b82",
|
|
69
|
+
"offset-md-1": "offset-md-1__55dd107c",
|
|
70
|
+
"offset-md-2": "offset-md-2__089fb8b8",
|
|
71
|
+
"offset-md-3": "offset-md-3__bb2d5e60",
|
|
72
|
+
"offset-md-4": "offset-md-4__cd831758",
|
|
73
|
+
"offset-md-5": "offset-md-5__19a4e5d6",
|
|
74
|
+
"offset-md-6": "offset-md-6__b7f09495",
|
|
75
|
+
"offset-md-7": "offset-md-7__7d637b5b",
|
|
76
|
+
"offset-md-8": "offset-md-8__eb0a9910",
|
|
77
|
+
"offset-md-9": "offset-md-9__2960d54e",
|
|
78
|
+
"offset-md-10": "offset-md-10__57fb390c",
|
|
79
|
+
"offset-md-11": "offset-md-11__7c4b1c0d",
|
|
80
|
+
"d-none-md": "d-none-md__84ac53a2",
|
|
81
|
+
"d-block-md": "d-block-md__8e310894",
|
|
82
|
+
"col-lg-1": "col-lg-1__8e87c810",
|
|
83
|
+
"col-lg-2": "col-lg-2__1f0eb000",
|
|
84
|
+
"col-lg-3": "col-lg-3__0e24d1d3",
|
|
85
|
+
"col-lg-4": "col-lg-4__fd32b09b",
|
|
86
|
+
"col-lg-5": "col-lg-5__14926da7",
|
|
87
|
+
"col-lg-6": "col-lg-6__668ad631",
|
|
88
|
+
"col-lg-7": "col-lg-7__4240a9f9",
|
|
89
|
+
"col-lg-8": "col-lg-8__b8c2baf3",
|
|
90
|
+
"col-lg-9": "col-lg-9__b06eb851",
|
|
91
|
+
"col-lg-10": "col-lg-10__c5481602",
|
|
92
|
+
"col-lg-11": "col-lg-11__59a192a8",
|
|
93
|
+
"col-lg-12": "col-lg-12__e78cba09",
|
|
94
|
+
"offset-lg-0": "offset-lg-0__006790b2",
|
|
95
|
+
"offset-lg-1": "offset-lg-1__96144972",
|
|
96
|
+
"offset-lg-2": "offset-lg-2__b3601922",
|
|
97
|
+
"offset-lg-3": "offset-lg-3__a03f66f3",
|
|
98
|
+
"offset-lg-4": "offset-lg-4__c8fc0331",
|
|
99
|
+
"offset-lg-5": "offset-lg-5__a3900f57",
|
|
100
|
+
"offset-lg-6": "offset-lg-6__049b4b8d",
|
|
101
|
+
"offset-lg-7": "offset-lg-7__65aa0055",
|
|
102
|
+
"offset-lg-8": "offset-lg-8__271b7daf",
|
|
103
|
+
"offset-lg-9": "offset-lg-9__46f443fd",
|
|
104
|
+
"offset-lg-10": "offset-lg-10__e0cde56c",
|
|
105
|
+
"offset-lg-11": "offset-lg-11__7e83a947",
|
|
106
|
+
"d-none-lg": "d-none-lg__84423b1e",
|
|
107
|
+
"d-block-lg": "d-block-lg__c4950b58",
|
|
108
|
+
"col-xl-1": "col-xl-1__b1117807",
|
|
109
|
+
"col-xl-2": "col-xl-2__474cae8e",
|
|
110
|
+
"col-xl-3": "col-xl-3__51a0bdb6",
|
|
111
|
+
"col-xl-4": "col-xl-4__573a11ef",
|
|
112
|
+
"col-xl-5": "col-xl-5__12d4722f",
|
|
113
|
+
"col-xl-6": "col-xl-6__98d91ad1",
|
|
114
|
+
"col-xl-7": "col-xl-7__01f17f4e",
|
|
115
|
+
"col-xl-8": "col-xl-8__89111f58",
|
|
116
|
+
"col-xl-9": "col-xl-9__7864fc83",
|
|
117
|
+
"col-xl-10": "col-xl-10__dafb34b0",
|
|
118
|
+
"col-xl-11": "col-xl-11__051eff02",
|
|
119
|
+
"col-xl-12": "col-xl-12__419c2db1",
|
|
120
|
+
"offset-xl-0": "offset-xl-0__9dcdb416",
|
|
121
|
+
"offset-xl-1": "offset-xl-1__153d529f",
|
|
122
|
+
"offset-xl-2": "offset-xl-2__40900082",
|
|
123
|
+
"offset-xl-3": "offset-xl-3__80775e75",
|
|
124
|
+
"offset-xl-4": "offset-xl-4__dd8bbd02",
|
|
125
|
+
"offset-xl-5": "offset-xl-5__04ba172d",
|
|
126
|
+
"offset-xl-6": "offset-xl-6__72a3fca6",
|
|
127
|
+
"offset-xl-7": "offset-xl-7__665d5f26",
|
|
128
|
+
"offset-xl-8": "offset-xl-8__21986b74",
|
|
129
|
+
"offset-xl-9": "offset-xl-9__7a82d898",
|
|
130
|
+
"offset-xl-10": "offset-xl-10__9070a2e0",
|
|
131
|
+
"offset-xl-11": "offset-xl-11__5600ef80",
|
|
132
|
+
"d-none-xl": "d-none-xl__ff071b40",
|
|
133
|
+
"d-block-xl": "d-block-xl__e7655596"
|
|
134
134
|
};
|
|
135
135
|
function _({
|
|
136
|
-
block:
|
|
137
|
-
hidden:
|
|
136
|
+
block: t,
|
|
137
|
+
hidden: d,
|
|
138
138
|
offset: l,
|
|
139
139
|
prefix: o,
|
|
140
|
-
size:
|
|
140
|
+
size: s
|
|
141
141
|
}) {
|
|
142
|
-
const f = [],
|
|
143
|
-
return
|
|
142
|
+
const f = [], e = o ? `${o}-` : "", c = o ? `-${o}` : "";
|
|
143
|
+
return t === !0 && f.push(`d-block${c}`), d === !0 && f.push(`d-none${c}`), l !== void 0 && f.push(`offset-${e}${l}`), s && f.push(`col-${e}${s}`), f;
|
|
144
144
|
}
|
|
145
145
|
const B = ({
|
|
146
|
-
children:
|
|
147
|
-
className:
|
|
146
|
+
children: t,
|
|
147
|
+
className: d,
|
|
148
148
|
hidden: l,
|
|
149
149
|
hiddenSm: o,
|
|
150
|
-
hiddenMd:
|
|
150
|
+
hiddenMd: s,
|
|
151
151
|
hiddenLg: f,
|
|
152
|
-
hiddenXl:
|
|
152
|
+
hiddenXl: e,
|
|
153
153
|
block: c,
|
|
154
154
|
blockSm: m,
|
|
155
155
|
blockMd: b,
|
|
@@ -170,11 +170,11 @@ const B = ({
|
|
|
170
170
|
const y = [
|
|
171
171
|
..._({ block: c, hidden: l, offset: p, size: g }),
|
|
172
172
|
..._({ block: m, hidden: o, offset: u, prefix: "sm", size: n }),
|
|
173
|
-
..._({ block: b, hidden:
|
|
173
|
+
..._({ block: b, hidden: s, offset: h, prefix: "md", size: i }),
|
|
174
174
|
..._({ block: a, hidden: f, offset: $, prefix: "lg", size: r }),
|
|
175
|
-
..._({ block: x, hidden:
|
|
175
|
+
..._({ block: x, hidden: e, offset: N, prefix: "xl", size: k })
|
|
176
176
|
].map((z) => A[z]).filter(Boolean);
|
|
177
|
-
return /* @__PURE__ */ v("div", { ...C, className: j(
|
|
177
|
+
return /* @__PURE__ */ v("div", { ...C, className: j(d, ...y), children: t });
|
|
178
178
|
};
|
|
179
179
|
B.displayName = "Col";
|
|
180
180
|
export {
|
|
@@ -6,10 +6,10 @@ import C from "react";
|
|
|
6
6
|
import { TreeView as g } from "../../TreeView/TreeView.js";
|
|
7
7
|
import { AccordionBase as u } from "../../AccordionBase/protected/AccordionBase.js";
|
|
8
8
|
import { c as y } from "../../../chunks/vendor-DudMBGKr.js";
|
|
9
|
-
const T = "
|
|
9
|
+
const T = "collapsableTreeNodeContent__49d4c6f3", B = {
|
|
10
10
|
collapsableTreeNodeContent: T
|
|
11
11
|
};
|
|
12
|
-
class
|
|
12
|
+
class b extends C.Component {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
15
|
i(this, "state", {
|
|
@@ -25,27 +25,27 @@ class B extends C.Component {
|
|
|
25
25
|
});
|
|
26
26
|
/** Render-функция для передачи дочерних нод. */
|
|
27
27
|
i(this, "renderBody", (e) => (r) => {
|
|
28
|
-
const { activeNode: t, openedNode: s, hasChildNodes: l } = e, { animating: o } = r, { opened:
|
|
28
|
+
const { activeNode: t, openedNode: s, hasChildNodes: l } = e, { animating: o } = r, { opened: p, renderBody: d } = this.props, { controlled: a } = this.state;
|
|
29
29
|
return e.hasChildNodes ? /* @__PURE__ */ h(g.Group, { children: d({
|
|
30
30
|
activeNode: t,
|
|
31
31
|
animating: o,
|
|
32
32
|
hasChildNodes: l,
|
|
33
|
-
opened:
|
|
33
|
+
opened: a ? p : s,
|
|
34
34
|
toggle: this.toggle(e)
|
|
35
35
|
}) }) : d({
|
|
36
36
|
activeNode: t,
|
|
37
37
|
animating: o,
|
|
38
38
|
hasChildNodes: l,
|
|
39
|
-
opened:
|
|
39
|
+
opened: a ? p : s,
|
|
40
40
|
toggle: this.toggle(e)
|
|
41
41
|
});
|
|
42
42
|
});
|
|
43
43
|
/** Render-функция не сворачиваемой части ноды. */
|
|
44
44
|
i(this, "renderHeader", (e) => (r) => {
|
|
45
|
-
const { activeNode: t, openedNode: s, hasChildNodes: l, isLastNode: o } = e, { animating:
|
|
46
|
-
return
|
|
45
|
+
const { activeNode: t, openedNode: s, hasChildNodes: l, isLastNode: o } = e, { animating: p } = r, { opened: d, renderHeader: a } = this.props, { controlled: m } = this.state;
|
|
46
|
+
return a({
|
|
47
47
|
activeNode: t,
|
|
48
|
-
animating:
|
|
48
|
+
animating: p,
|
|
49
49
|
hasChildNodes: l,
|
|
50
50
|
isLastNode: o,
|
|
51
51
|
opened: m ? d : s,
|
|
@@ -54,26 +54,26 @@ class B extends C.Component {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
render() {
|
|
57
|
-
const { opened: e, onToggle: r, renderBody: t, renderHeader: s, toggle: l, ...o } = this.props, { controlled:
|
|
57
|
+
const { opened: e, onToggle: r, renderBody: t, renderHeader: s, toggle: l, ...o } = this.props, { controlled: p } = this.state;
|
|
58
58
|
return /* @__PURE__ */ h(g.Node, { opened: e, ...o, children: (d) => {
|
|
59
|
-
const
|
|
59
|
+
const a = p ? e : d.openedNode;
|
|
60
60
|
return /* @__PURE__ */ h(
|
|
61
61
|
u,
|
|
62
62
|
{
|
|
63
|
-
expandAnimationClassName: y(
|
|
64
|
-
collapsed: !
|
|
63
|
+
expandAnimationClassName: y(B.collapsableTreeNodeContent, {
|
|
64
|
+
collapsed: !a
|
|
65
65
|
}),
|
|
66
66
|
renderBody: this.renderBody(d),
|
|
67
67
|
renderHeader: this.renderHeader(d),
|
|
68
|
-
isOpen:
|
|
68
|
+
isOpen: a,
|
|
69
69
|
onToggle: r
|
|
70
70
|
}
|
|
71
71
|
);
|
|
72
72
|
} });
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
i(
|
|
75
|
+
i(b, "displayName", "CollapsableTreeNode");
|
|
76
76
|
export {
|
|
77
|
-
|
|
77
|
+
b as CollapsableTreeNode
|
|
78
78
|
};
|
|
79
79
|
//# sourceMappingURL=CollapsableTreeNode.js.map
|
|
@@ -9,7 +9,7 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { EConfirmParentComponent as o } from "./enums.js";
|
|
12
|
-
import { s as r } from "../../chunks/Confirm.module-
|
|
12
|
+
import { s as r } from "../../chunks/Confirm.module-b8ZTqcR2.js";
|
|
13
13
|
const d = {
|
|
14
14
|
[o.LIGHTBOX]: r.isInLightBox,
|
|
15
15
|
[o.SIDE_OVERLAY_SM]: r.isInSideOverlaySM,
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
4
|
import { c as f } from "../../../chunks/vendor-DudMBGKr.js";
|
|
5
|
-
import { s as n } from "../../../chunks/Confirm.module-
|
|
5
|
+
import { s as n } from "../../../chunks/Confirm.module-b8ZTqcR2.js";
|
|
6
6
|
import { Button as p } from "../../Button/Button.js";
|
|
7
7
|
import { EButtonTheme as a } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as l } from "../../../enums/EComponentSize.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { ConfirmContentSubTitle as r } from "./ConfirmContentSubTitle.js";
|
|
3
3
|
import { ConfirmContentTitle as e } from "./ConfirmContentTitle.js";
|
|
4
4
|
import { c as s } from "../../../chunks/vendor-DudMBGKr.js";
|
|
5
|
-
import { s as f } from "../../../chunks/Confirm.module-
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-b8ZTqcR2.js";
|
|
6
6
|
const o = ({ children: t, className: m, ...i }) => /* @__PURE__ */ n("div", { className: s(m, f.confirmContent), ...i, children: t });
|
|
7
7
|
o.displayName = "ConfirmContent";
|
|
8
8
|
o.Title = e;
|