@sberbusiness/triplex-next 1.24.0 → 1.25.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/README.md +0 -1
- package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
- package/chunks/{CalendarViewItem-DcrCLRoo.js → CalendarViewItem-D-POWd2-.js} +21 -21
- package/chunks/Card.module-CncHGyjC.js +17 -0
- package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
- package/chunks/Chip-DTIbYTEg.js +77 -0
- package/chunks/Confirm.module-EXbF7o_5.js +15 -0
- package/chunks/{DropdownListItem-D_36RD5A.js → DropdownListItem-DEiNYa7V.js} +15 -15
- package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
- package/chunks/Footer.module-DZkZf8cZ.js +9 -0
- package/chunks/{FormFieldInput-C7aO7-c1.js → FormFieldInput-DtYGQ_bi.js} +15 -15
- package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
- package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
- package/chunks/{HeaderTitle.module-zCyPp1EB.js → HeaderTitle.module-C31ELKBY.js} +2 -2
- package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
- package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
- package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
- package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
- package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
- package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
- package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
- package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
- package/chunks/ModalWindow.module-CBYym922.js +17 -0
- package/chunks/Notification.module-DxdRS8Y5.js +20 -0
- package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
- package/chunks/Page.module-C50cd0OD.js +11 -0
- package/chunks/{RightBorderArrow-eMlmbMOj.js → RightBorderArrow-BDD4mS5-.js} +11 -11
- package/chunks/SMSField.module-C20gqTPw.js +16 -0
- package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
- package/chunks/{SliderExtendedRail-DjkasbSz.js → SliderExtendedRail-D5G6Gddu.js} +14 -14
- package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BFJfXl0C.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +4 -4
- package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
- package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
- package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
- package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
- package/chunks/TreeView.module-D0XjOCzq.js +9 -0
- package/chunks/{UploadZoneInput-PFc1lc82.js → UploadZoneInput-CUKt0mmY.js} +7 -7
- package/chunks/{constants-L3AUxJxB.js → constants-CmdvDG7U.js} +7 -7
- package/chunks/utils-B8JwCW07.js +73 -0
- package/chunks/{utils-BdtV3MzH.js → utils-D0TxmRz_.js} +9 -9
- package/chunks/{utils-BLU83HAp.js → utils-DILds0zQ.js} +4 -4
- package/chunks/utils-iU8-da0U.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +21 -21
- package/components/Alert/AlertProcess/AlertProcess.js +44 -37
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +18 -18
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +8 -8
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +64 -87
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +65 -64
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +17 -19
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +5 -5
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +16 -16
- 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 +33 -32
- package/components/Checkbox/CheckboxXGroup.js +17 -16
- package/components/Checkbox/CheckboxYGroup.js +11 -10
- 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 +3 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +38 -43
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +7 -7
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- 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 +1 -1
- package/components/DateRange/DateRange.js +12 -12
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- 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 +1 -1
- 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 +1 -1
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- 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 +4 -4
- 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 +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- 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 +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +27 -27
- package/components/IslandWidget/IslandWidget.js +11 -11
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +8 -8
- package/components/LightBox/LightBox.js +37 -34
- 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 +12 -12
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +40 -39
- 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 +12 -12
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +3 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +24 -25
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +13 -13
- 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 +6 -6
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
- 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 +20 -15
- 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 +15 -15
- 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 +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +36 -41
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +89 -89
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +14 -14
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +23 -23
- package/components/SmallInput/SmallInput.js +3 -3
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +14 -14
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +63 -65
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +10 -10
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- 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 +17 -17
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +15 -15
- package/components/TagColor/TagColor.js +14 -14
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +9 -9
- package/components/TopOverlay/TopOverlay.js +14 -14
- 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 +21 -21
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +18 -18
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- 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 +591 -581
- package/index.d.ts +80 -14
- package/index.js +639 -629
- package/package.json +9 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-80EWxnlw.js +0 -39
- package/chunks/Card.module-CUXrlJIK.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +0 -15
- package/chunks/Chip-DxpL0kHg.js +0 -104
- package/chunks/Confirm.module-Cr5VrxP0.js +0 -15
- package/chunks/DropdownMobile.module-C3vVcwH8.js +0 -23
- package/chunks/Footer.module-SSgVxTxk.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +0 -9
- package/chunks/HeaderTabs.module-BvkH88vz.js +0 -9
- package/chunks/IslandAccordion.module-C00y6r96.js +0 -25
- package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +0 -9
- package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +0 -12
- package/chunks/LightBoxContent-JnifyJVA.js +0 -56
- package/chunks/LightBoxControls.module-sVFD1v0Y.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +0 -9
- package/chunks/ListItemControlsButton-BZ5uutQX.js +0 -51
- package/chunks/ListItemTail.module-Dx6BEkhi.js +0 -12
- package/chunks/ListMasterFooter.module-wZeGRX3y.js +0 -10
- package/chunks/ModalWindow.module-Cn_qF5og.js +0 -17
- package/chunks/Notification.module-ytSUjaU2.js +0 -20
- package/chunks/Overlay.module-0Rx__Ctf.js +0 -18
- package/chunks/Page.module-BWR-liu5.js +0 -11
- package/chunks/SMSField.module-CjgotURM.js +0 -16
- package/chunks/SliderExtendedMarks.module-BEldseQH.js +0 -15
- package/chunks/StatusTracker.module-DSJGmASX.js +0 -24
- package/chunks/TableFooter.module-BE2n5_2S.js +0 -14
- package/chunks/TabsExtended.module-BVEU3Ags.js +0 -16
- package/chunks/TabsLine.module-QKvdCYgI.js +0 -21
- package/chunks/TooltipDesktop.module-LbV07iSe.js +0 -19
- package/chunks/TreeView.module-KRwuysl3.js +0 -9
- package/chunks/utils-CjaG-bCZ.js +0 -24
- package/chunks/utils-DaknoeiF.js +0 -73
|
@@ -5,7 +5,7 @@ import { Calendar as W } from "../Calendar/Calendar.js";
|
|
|
5
5
|
import "../Dropdown/DropdownListContext.js";
|
|
6
6
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
7
7
|
import "../Dropdown/desktop/DropdownList.js";
|
|
8
|
-
import "../../chunks/DropdownListItem-
|
|
8
|
+
import "../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
9
9
|
import { EDropdownAlignment as X } from "../Dropdown/desktop/enums.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -103,7 +103,7 @@ const ee = G.forwardRef((l, r) => {
|
|
|
103
103
|
onKeyDown: _,
|
|
104
104
|
onMouseDown: F,
|
|
105
105
|
...V,
|
|
106
|
-
"data-tx": "1.
|
|
106
|
+
"data-tx": "1.25.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
s.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -14,7 +14,7 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const h = "
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__b6044450", E = {
|
|
18
18
|
datePickerExtendedMobileDropdown: h
|
|
19
19
|
}, C = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
@@ -4,25 +4,25 @@ import { CaretleftStrokeSrvIcon20 as D, MinusStrokeSrvIcon20 as M, CaretrightStr
|
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as C } from "./enums.js";
|
|
6
6
|
import { c as i } from "../../chunks/vendor-DudMBGKr.js";
|
|
7
|
-
const E = "
|
|
7
|
+
const E = "dateRange__2aeed3ce", F = "dateRangeButton__40843218", h = "separator__840e287e", d = {
|
|
8
8
|
dateRange: E,
|
|
9
9
|
dateRangeButton: F,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
|
-
className:
|
|
14
|
-
value:
|
|
13
|
+
className: R,
|
|
14
|
+
value: g,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = C.MONTH,
|
|
18
|
-
hideNavigation:
|
|
19
|
-
renderPickerFrom:
|
|
18
|
+
hideNavigation: p,
|
|
19
|
+
renderPickerFrom: f,
|
|
20
20
|
renderPickerTo: u,
|
|
21
21
|
renderButtonForward: S,
|
|
22
|
-
renderButtonBack:
|
|
23
|
-
...
|
|
22
|
+
renderButtonBack: k,
|
|
23
|
+
...x
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = g, b = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -43,14 +43,14 @@ const E = "dateRange__5cc43cb0", F = "dateRangeButton__8b1fddc0", h = "separator
|
|
|
43
43
|
m.add(n, s).format(r)
|
|
44
44
|
]);
|
|
45
45
|
};
|
|
46
|
-
return /* @__PURE__ */ v("div", { className:
|
|
47
|
-
!
|
|
46
|
+
return /* @__PURE__ */ v("div", { className: b, ...x, children: [
|
|
47
|
+
!p && k({
|
|
48
48
|
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
50
50
|
disabled: !(t && a),
|
|
51
51
|
onClick: N
|
|
52
52
|
}),
|
|
53
|
-
|
|
53
|
+
f({
|
|
54
54
|
onChange: B,
|
|
55
55
|
value: t
|
|
56
56
|
}),
|
|
@@ -59,7 +59,7 @@ const E = "dateRange__5cc43cb0", F = "dateRangeButton__8b1fddc0", h = "separator
|
|
|
59
59
|
onChange: I,
|
|
60
60
|
value: a
|
|
61
61
|
}),
|
|
62
|
-
!
|
|
62
|
+
!p && S({
|
|
63
63
|
children: /* @__PURE__ */ l(Y, { paletteIndex: 5 }),
|
|
64
64
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
65
65
|
disabled: !(t && a),
|
|
@@ -7,7 +7,7 @@ import { m as T } from "../../chunks/vendor-DudMBGKr.js";
|
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "1.
|
|
10
|
+
let o = "1.25.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(m) => `--${r}-${e}-${m}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][m],
|
|
@@ -11,7 +11,7 @@ const r = [
|
|
|
11
11
|
// var(--triplex-next-AlertProcess-Warning_Background)
|
|
12
12
|
Error_Background: [{ ref: "ColorError.100" }, { ref: "ColorError.0" }],
|
|
13
13
|
// var(--triplex-next-AlertProcess-Error_Background)
|
|
14
|
-
System_Background: [{ ref: "ColorSystem.
|
|
14
|
+
System_Background: [{ ref: "ColorSystem.95" }, { ref: "ColorSystem.0" }],
|
|
15
15
|
// var(--triplex-next-AlertProcess-System_Background)
|
|
16
16
|
Feature_Background: [{ ref: "ColorBrand.100" }, { ref: "ColorBrand.0" }]
|
|
17
17
|
// var(--triplex-next-AlertProcess-Feature_Background)
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as g } from "../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
const z = "
|
|
3
|
+
const z = "divider__86ca7a46", i = {
|
|
4
4
|
divider: z,
|
|
5
|
-
"marginTopSize-4": "marginTopSize-
|
|
6
|
-
"marginBottomSize-4": "marginBottomSize-
|
|
7
|
-
"marginTopSize-8": "marginTopSize-
|
|
8
|
-
"marginBottomSize-8": "marginBottomSize-
|
|
9
|
-
"marginTopSize-12": "marginTopSize-
|
|
10
|
-
"marginBottomSize-12": "marginBottomSize-
|
|
11
|
-
"marginTopSize-16": "marginTopSize-
|
|
12
|
-
"marginBottomSize-16": "marginBottomSize-
|
|
13
|
-
"marginTopSize-20": "marginTopSize-
|
|
14
|
-
"marginBottomSize-20": "marginBottomSize-
|
|
15
|
-
"marginTopSize-24": "marginTopSize-
|
|
16
|
-
"marginBottomSize-24": "marginBottomSize-
|
|
17
|
-
"marginTopSize-28": "marginTopSize-
|
|
18
|
-
"marginBottomSize-28": "marginBottomSize-
|
|
19
|
-
"marginTopSize-32": "marginTopSize-
|
|
20
|
-
"marginBottomSize-32": "marginBottomSize-
|
|
5
|
+
"marginTopSize-4": "marginTopSize-4__9c173b55",
|
|
6
|
+
"marginBottomSize-4": "marginBottomSize-4__1ba14ed7",
|
|
7
|
+
"marginTopSize-8": "marginTopSize-8__9282b905",
|
|
8
|
+
"marginBottomSize-8": "marginBottomSize-8__362bfe0e",
|
|
9
|
+
"marginTopSize-12": "marginTopSize-12__327fa387",
|
|
10
|
+
"marginBottomSize-12": "marginBottomSize-12__5c8318c4",
|
|
11
|
+
"marginTopSize-16": "marginTopSize-16__9e86472d",
|
|
12
|
+
"marginBottomSize-16": "marginBottomSize-16__fb167c25",
|
|
13
|
+
"marginTopSize-20": "marginTopSize-20__03fa6b21",
|
|
14
|
+
"marginBottomSize-20": "marginBottomSize-20__8a6483f0",
|
|
15
|
+
"marginTopSize-24": "marginTopSize-24__fabf6a05",
|
|
16
|
+
"marginBottomSize-24": "marginBottomSize-24__3613755d",
|
|
17
|
+
"marginTopSize-28": "marginTopSize-28__2fbb8248",
|
|
18
|
+
"marginBottomSize-28": "marginBottomSize-28__66ea6997",
|
|
19
|
+
"marginTopSize-32": "marginTopSize-32__8bbfee0d",
|
|
20
|
+
"marginBottomSize-32": "marginBottomSize-32__68c317bd"
|
|
21
21
|
}, S = (e) => {
|
|
22
22
|
const { className: a, marginTopSize: o, marginBottomSize: m, ...r } = e, t = g(
|
|
23
23
|
i.divider,
|
|
@@ -8,7 +8,7 @@ import { StringUtils as B } from "../../utils/stringUtils.js";
|
|
|
8
8
|
import { isKey as O } from "../../utils/keyboard.js";
|
|
9
9
|
import { c as U } from "../../chunks/vendor-DudMBGKr.js";
|
|
10
10
|
import { Link as Y } from "../Link/Link.js";
|
|
11
|
-
const $ = "
|
|
11
|
+
const $ = "documentNumberEdit__363aad5d", G = "label__3de3ea74", H = "inputEditWrapper__b1d06168", n = {
|
|
12
12
|
documentNumberEdit: $,
|
|
13
13
|
label: G,
|
|
14
14
|
inputEditWrapper: H
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { jsx as U } from "react/jsx-runtime";
|
|
2
|
-
import B, { useState as F, useRef as I, useCallback as d, useEffect as
|
|
2
|
+
import B, { useState as F, useRef as I, useCallback as d, useEffect as O } from "react";
|
|
3
3
|
import { c as j } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { EDropdownDirection as u, EDropdownAlignment as R, EDropdownWidth as
|
|
4
|
+
import { EDropdownDirection as u, EDropdownAlignment as R, EDropdownWidth as T } from "./enums.js";
|
|
5
5
|
import { EComponentSize as K } from "../../../enums/EComponentSize.js";
|
|
6
6
|
import { createSizeToClassNameMap as V } from "../../../utils/classNameMaps.js";
|
|
7
7
|
import { useToken as q } from "../../ThemeProvider/useToken.js";
|
|
8
8
|
import { isKey as n } from "../../../utils/keyboard.js";
|
|
9
|
-
const J = "
|
|
9
|
+
const J = "dropdownDesktop__fdb647f3", Q = "sm__fc1b2fec", X = "md__47789f5a", Y = "lg__31408154", Z = "dropdownDesktopOverflowHidden__a01c200a", _ = {
|
|
10
10
|
dropdownDesktop: J,
|
|
11
11
|
sm: Q,
|
|
12
12
|
md: X,
|
|
13
13
|
lg: Y,
|
|
14
14
|
dropdownDesktopOverflowHidden: Z
|
|
15
|
-
}, $ = V(
|
|
15
|
+
}, $ = V(_), N = _.dropdownDesktopOverflowHidden, ee = B.forwardRef((H, m) => {
|
|
16
16
|
const {
|
|
17
17
|
children: P,
|
|
18
18
|
className: A,
|
|
19
19
|
style: C,
|
|
20
20
|
size: M = K.MD,
|
|
21
21
|
direction: a = u.AUTO,
|
|
22
|
-
alignment:
|
|
23
|
-
width: p =
|
|
22
|
+
alignment: k = R.LEFT,
|
|
23
|
+
width: p = T.CONTENT,
|
|
24
24
|
opened: s,
|
|
25
25
|
targetRef: l,
|
|
26
26
|
setOpened: te,
|
|
27
27
|
...S
|
|
28
|
-
} = H, [W,
|
|
28
|
+
} = H, [W, b] = F({ opacity: 0 }), i = I(null), { scopeClassName: z } = q(), x = j(_.dropdownDesktop, $[M], z, A), w = d(
|
|
29
29
|
(e) => {
|
|
30
30
|
var t;
|
|
31
31
|
(t = i.current) != null && t.contains(e.target) || e.preventDefault();
|
|
@@ -45,15 +45,15 @@ const J = "dropdownDesktop__09c1dbbf", Q = "sm__4198f46a", X = "md__38823b8b", Y
|
|
|
45
45
|
), g = d(
|
|
46
46
|
(e, t, o) => {
|
|
47
47
|
const r = document.documentElement.clientWidth, v = t.left, D = t.right - o;
|
|
48
|
-
if (
|
|
49
|
-
const
|
|
50
|
-
e.left =
|
|
48
|
+
if (k === R.LEFT) {
|
|
49
|
+
const y = v + o <= r;
|
|
50
|
+
e.left = y ? v : Math.max(0, D);
|
|
51
51
|
} else {
|
|
52
|
-
const
|
|
53
|
-
e.left =
|
|
52
|
+
const y = D >= 0;
|
|
53
|
+
e.left = y ? D : Math.max(0, Math.min(v, r - o));
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
[
|
|
56
|
+
[k]
|
|
57
57
|
), L = d(
|
|
58
58
|
(e, t, o) => {
|
|
59
59
|
a === u.AUTO ? o.bottom + 4 + t.height < document.documentElement.clientHeight ? e.top = o.bottom + 4 : o.top - 4 - t.height > 0 ? e.bottom = document.documentElement.clientHeight - o.top + 4 : e.top = o.bottom + 4 : a === u.BOTTOM ? e.top = o.bottom + 4 : a === u.TOP && (e.bottom = document.documentElement.clientHeight - o.top + 4);
|
|
@@ -63,11 +63,11 @@ const J = "dropdownDesktop__09c1dbbf", Q = "sm__4198f46a", X = "md__38823b8b", Y
|
|
|
63
63
|
if (i.current === null || l.current === null) return;
|
|
64
64
|
const e = i.current.getBoundingClientRect(), t = l.current.getBoundingClientRect(), o = {};
|
|
65
65
|
let r = e.width;
|
|
66
|
-
p ===
|
|
66
|
+
p === T.TARGET ? (r = t.width, o.width = t.width) : p === T.MIN_TARGET && (r = Math.max(e.width, t.width), o.minWidth = t.width), L(o, e, t), g(o, t, r), b(o);
|
|
67
67
|
}, [l, p, L, g]);
|
|
68
|
-
|
|
69
|
-
s ? c() :
|
|
70
|
-
}, [s, c]),
|
|
68
|
+
O(() => {
|
|
69
|
+
s ? c() : b({ opacity: 0 });
|
|
70
|
+
}, [s, c]), O(() => {
|
|
71
71
|
if (!s || i.current === null || l.current === null) return;
|
|
72
72
|
const e = new ResizeObserver(c);
|
|
73
73
|
return e.observe(i.current), e.observe(l.current), () => e.disconnect();
|
|
@@ -75,7 +75,7 @@ const J = "dropdownDesktop__09c1dbbf", Q = "sm__4198f46a", X = "md__38823b8b", Y
|
|
|
75
75
|
const f = d(() => {
|
|
76
76
|
setTimeout(c);
|
|
77
77
|
}, [c]);
|
|
78
|
-
|
|
78
|
+
O(() => {
|
|
79
79
|
if (s)
|
|
80
80
|
return document.addEventListener("scroll", f, !0), window.addEventListener("resize", f), E(!0), document.body.classList.add(N), f(), () => {
|
|
81
81
|
document.removeEventListener("scroll", f, !0), window.removeEventListener("resize", f), E(!1), document.body.classList.remove(N);
|
|
@@ -90,7 +90,7 @@ const J = "dropdownDesktop__09c1dbbf", Q = "sm__4198f46a", X = "md__38823b8b", Y
|
|
|
90
90
|
className: x,
|
|
91
91
|
style: { ...W, ...C },
|
|
92
92
|
...S,
|
|
93
|
-
"data-tx": "1.
|
|
93
|
+
"data-tx": "1.25.0",
|
|
94
94
|
ref: G,
|
|
95
95
|
children: P
|
|
96
96
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as _, jsx as h } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as y, useRef as B, useState as b, useEffect as f } from "react";
|
|
3
3
|
import { c as z } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as D, D as x } from "../../../chunks/DropdownListItem-
|
|
4
|
+
import { s as D, D as x } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
5
5
|
import { EVENT_KEY_CODES as w } from "../../../utils/keyboard.js";
|
|
6
6
|
import { DropdownListContext as V } from "../DropdownListContext.js";
|
|
7
7
|
import { LoaderSmall as W } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
@@ -4,7 +4,7 @@ import "../../../chunks/vendor-DudMBGKr.js";
|
|
|
4
4
|
import "../../../enums/EComponentSize.js";
|
|
5
5
|
import "../../../utils/keyboard.js";
|
|
6
6
|
import "../../Badge/Badge.js";
|
|
7
|
-
import { D } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
8
8
|
export {
|
|
9
9
|
D as DropdownListItem
|
|
10
10
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownDesktop as p } from "./DropdownDesktop.js";
|
|
2
2
|
import { DropdownList as n } from "./DropdownList.js";
|
|
3
|
-
import { D as e } from "../../../chunks/DropdownListItem-
|
|
3
|
+
import { D as e } from "../../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
4
4
|
import { EDropdownAlignment as i, EDropdownDirection as m, EDropdownWidth as w } from "./enums.js";
|
|
5
5
|
export {
|
|
6
6
|
p as DropdownDesktop,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DropdownListContext as e } from "./DropdownListContext.js";
|
|
2
2
|
import { DropdownDesktop as t } from "./desktop/DropdownDesktop.js";
|
|
3
3
|
import { DropdownList as d } from "./desktop/DropdownList.js";
|
|
4
|
-
import { D as i } from "../../chunks/DropdownListItem-
|
|
4
|
+
import { D as i } from "../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
5
5
|
import { EDropdownAlignment as w, EDropdownDirection as x, EDropdownWidth as f } from "./desktop/enums.js";
|
|
6
6
|
import { DropdownMobile as b } from "./mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as s } from "./mobile/DropdownMobileBody.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import a, { useEffect as m } from "react";
|
|
3
3
|
import { OverlayBase as n, EOverlayDirection as c } from "../../Overlay/OverlayBase.js";
|
|
4
4
|
import { DropdownMobileInner as f } from "./DropdownMobileInner.js";
|
|
5
|
-
import { s as p } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as p } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
6
6
|
const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
7
7
|
({ children: t, opened: o, setOpened: s, ...d }, i) => (m(() => (o ? document.body.classList.add(r) : document.body.classList.remove(r), () => document.body.classList.remove(r)), [o]), /* @__PURE__ */ e(n, { setOpened: s, opened: o, direction: c.BOTTOM, children: (l) => /* @__PURE__ */ e(
|
|
8
8
|
f,
|
|
@@ -10,7 +10,7 @@ const r = p.dropdownMobileBodyOverflow, y = a.forwardRef(
|
|
|
10
10
|
...l,
|
|
11
11
|
...d,
|
|
12
12
|
ref: i,
|
|
13
|
-
"data-tx": "1.
|
|
13
|
+
"data-tx": "1.25.0",
|
|
14
14
|
children: t
|
|
15
15
|
}
|
|
16
16
|
) }))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as a } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as a } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
5
5
|
const i = d.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, s) => /* @__PURE__ */ t("div", { className: m(a.dropdownMobileContent, r), ref: s, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { ButtonIcon as m } from "../../Button/ButtonIcon.js";
|
|
4
4
|
import { CrossStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
|
|
6
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
6
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
7
7
|
const a = t.forwardRef(
|
|
8
8
|
({ className: r, ...e }, s) => /* @__PURE__ */ o(m, { className: p(i.dropdownMobileClose, r), ref: s, ...e, children: /* @__PURE__ */ o(l, { paletteIndex: 5 }) })
|
|
9
9
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as i } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as i } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
5
5
|
const p = m.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...e }, t) => /* @__PURE__ */ s("div", { className: a(i.dropdownMobileFooter, r), ref: t, ...e, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as o } from "../../../chunks/DropdownMobile.module-
|
|
4
|
+
import { s as o } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
5
5
|
const n = t.forwardRef(
|
|
6
6
|
({ children: r, className: d, controlButtons: s, ...a }, i) => /* @__PURE__ */ l("div", { className: m(o.dropdownMobileHeader, d), ref: i, ...a, children: [
|
|
7
7
|
/* @__PURE__ */ e("div", { className: o.dropdownMobileHeaderContent, children: r }),
|
|
@@ -2,7 +2,7 @@ import { jsxs as j, jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import y, { useState as l, useEffect as d } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { useToken as B } from "../../ThemeProvider/useToken.js";
|
|
5
|
-
import { s as e } from "../../../chunks/DropdownMobile.module-
|
|
5
|
+
import { s as e } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
6
6
|
const C = y.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: f,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
3
|
import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const e = "
|
|
4
|
+
const e = "dropdownMobileInput__d30c4536", i = {
|
|
5
5
|
dropdownMobileInput: e
|
|
6
6
|
}, l = r.forwardRef(
|
|
7
7
|
({ className: o, ...p }, t) => /* @__PURE__ */ n("input", { className: d(i.dropdownMobileInput, o), ...p, ref: t })
|
|
@@ -6,7 +6,7 @@ import { ELoaderSmallTheme as b } from "../../Loader/LoaderSmall/enum.js";
|
|
|
6
6
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
7
7
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { DropdownMobileListItem as w } from "./DropdownMobileListItem.js";
|
|
9
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
9
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
10
10
|
const M = p.forwardRef(
|
|
11
11
|
({ children: e, className: t, loading: i, ...m }, s) => {
|
|
12
12
|
const [d] = n(() => f()), a = () => /* @__PURE__ */ o(w, { id: d, className: r.dropdownMobileListLoader, children: /* @__PURE__ */ o(L, { theme: b.BRAND, size: u.MD }) });
|
|
@@ -5,7 +5,7 @@ import { Text as z } from "../../Typography/Text.js";
|
|
|
5
5
|
import { ETextSize as B } from "../../Typography/enums.js";
|
|
6
6
|
import { Badge as D } from "../../Badge/Badge.js";
|
|
7
7
|
import { EComponentSize as I } from "../../../enums/EComponentSize.js";
|
|
8
|
-
import { s as r } from "../../../chunks/DropdownMobile.module-
|
|
8
|
+
import { s as r } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
9
9
|
const M = x.forwardRef(
|
|
10
10
|
({ children: o, className: m, id: b, onClick: t, onSelect: i, selected: e, showNotificationIcon: s, ...a }, p) => {
|
|
11
11
|
const f = (d) => {
|
|
@@ -4,7 +4,7 @@ import { LoaderSmall as t } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
|
4
4
|
import { ELoaderSmallTheme as i } from "../../Loader/LoaderSmall/enum.js";
|
|
5
5
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
6
6
|
import { EComponentSize as p } from "../../../enums/EComponentSize.js";
|
|
7
|
-
import { s } from "../../../chunks/DropdownMobile.module-
|
|
7
|
+
import { s } from "../../../chunks/DropdownMobile.module-BoKjV5kN.js";
|
|
8
8
|
const S = ({ className: o, ...r }) => /* @__PURE__ */ m(
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as p } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
3
|
import { FormFieldMaskedInput as o } from "../../FormField/components/FormFieldMaskedInput.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "dropdownMobileMaskedInput__8d8114e8", r = {
|
|
5
5
|
dropdownMobileMaskedInput: t
|
|
6
6
|
}, n = ({ className: e, ...s }) => /* @__PURE__ */ d(o, { className: p(r.dropdownMobileMaskedInput, e), ...s });
|
|
7
7
|
n.presets = o.presets;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "ellipsisLineClamp__f95d734a", r = "oneLine__bf66967c", e = {
|
|
5
5
|
ellipsisLineClamp: c,
|
|
6
6
|
oneLine: r
|
|
7
7
|
}, f = t.forwardRef(
|
|
8
|
-
({ children: i, maxLines: s, className: l, ...n },
|
|
9
|
-
const
|
|
10
|
-
return /* @__PURE__ */
|
|
8
|
+
({ children: i, maxLines: s, className: l, ...n }, a) => {
|
|
9
|
+
const o = m(e.ellipsisLineClamp, { [e.oneLine]: s === 1 }, l);
|
|
10
|
+
return /* @__PURE__ */ p(
|
|
11
11
|
"div",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
13
|
+
className: o,
|
|
14
14
|
style: { "--ellipsis-line-clamp": s },
|
|
15
15
|
...n,
|
|
16
|
-
"data-tx": "1.
|
|
17
|
-
ref:
|
|
16
|
+
"data-tx": "1.25.0",
|
|
17
|
+
ref: a,
|
|
18
18
|
children: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { EEmptyViewSize as i } from "./enums.js";
|
|
2
|
+
import { jsxs as s, jsx as e, Fragment as x } from "react/jsx-runtime";
|
|
3
|
+
import N from "react";
|
|
4
|
+
import { c as A } from "../../chunks/vendor-DudMBGKr.js";
|
|
5
|
+
import { Title as R } from "../Typography/Title.js";
|
|
6
|
+
import { EFontWeightTitle as h, ETitleSize as p, ETextSize as _, EFontType as d, EFontWeightText as M } from "../Typography/enums.js";
|
|
7
|
+
import { Text as S } from "../Typography/Text.js";
|
|
8
|
+
import { Gap as n } from "../Gap/Gap.js";
|
|
9
|
+
const B = "emptyView__90829ebf", D = "container__938ece26", g = "icon__0d9e33e9", I = "textBlock__fa30074d", t = {
|
|
10
|
+
emptyView: B,
|
|
11
|
+
container: D,
|
|
12
|
+
icon: g,
|
|
13
|
+
textBlock: I
|
|
14
|
+
}, V = {
|
|
15
|
+
[i.SM]: t.sm,
|
|
16
|
+
[i.MD]: t.md
|
|
17
|
+
}, v = {
|
|
18
|
+
[i.SM]: { size: p.H3, weight: h.MEDIUM },
|
|
19
|
+
[i.MD]: { size: p.H2, weight: h.SEMIBOLD }
|
|
20
|
+
}, T = {
|
|
21
|
+
[i.SM]: _.B3,
|
|
22
|
+
[i.MD]: _.B2
|
|
23
|
+
}, z = {
|
|
24
|
+
[i.SM]: 16,
|
|
25
|
+
[i.MD]: 24
|
|
26
|
+
}, k = N.forwardRef(
|
|
27
|
+
({ className: f, size: o, icon: a, title: c, description: r, caption: m, buttons: E, ...w }, y) => {
|
|
28
|
+
const l = !!(r || m);
|
|
29
|
+
return /* @__PURE__ */ s(
|
|
30
|
+
"div",
|
|
31
|
+
{
|
|
32
|
+
className: A(t.emptyView, V[o], { [t.hasTitle]: !!c }, f),
|
|
33
|
+
ref: y,
|
|
34
|
+
...w,
|
|
35
|
+
children: [
|
|
36
|
+
/* @__PURE__ */ s("div", { className: t.container, children: [
|
|
37
|
+
a && /* @__PURE__ */ e("div", { className: t.icon, children: a }),
|
|
38
|
+
a && o === i.SM && /* @__PURE__ */ e(n, { size: 8 }),
|
|
39
|
+
(c || l) && /* @__PURE__ */ s("div", { className: t.textBlock, children: [
|
|
40
|
+
c && /* @__PURE__ */ e(R, { ...v[o], children: c }),
|
|
41
|
+
c && l && /* @__PURE__ */ e(n, { size: 12 }),
|
|
42
|
+
l && /* @__PURE__ */ s("div", { className: t.descriptionBlock, children: [
|
|
43
|
+
r && /* @__PURE__ */ e(
|
|
44
|
+
S,
|
|
45
|
+
{
|
|
46
|
+
size: T[o],
|
|
47
|
+
weight: M.REGULAR,
|
|
48
|
+
type: c ? d.SECONDARY : d.PRIMARY,
|
|
49
|
+
children: r
|
|
50
|
+
}
|
|
51
|
+
),
|
|
52
|
+
r && m && /* @__PURE__ */ e(n, { size: 8 }),
|
|
53
|
+
m && /* @__PURE__ */ e(
|
|
54
|
+
S,
|
|
55
|
+
{
|
|
56
|
+
size: T[o],
|
|
57
|
+
weight: M.REGULAR,
|
|
58
|
+
type: d.SECONDARY,
|
|
59
|
+
children: m
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
] })
|
|
63
|
+
] })
|
|
64
|
+
] }),
|
|
65
|
+
E && /* @__PURE__ */ s(x, { children: [
|
|
66
|
+
/* @__PURE__ */ e(n, { size: z[o] }),
|
|
67
|
+
/* @__PURE__ */ e("div", { className: t.buttons, children: E })
|
|
68
|
+
] })
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
k.displayName = "EmptyView";
|
|
75
|
+
export {
|
|
76
|
+
k as EmptyView
|
|
77
|
+
};
|
|
78
|
+
//# sourceMappingURL=EmptyView.js.map
|
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { z as
|
|
4
|
-
const z = "
|
|
2
|
+
import U, { useRef as y } from "react";
|
|
3
|
+
import { z as b, c as j } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
const z = "expandAnimation__05f2784e", F = {
|
|
5
5
|
expandAnimation: z
|
|
6
|
-
}, I = 300, L =
|
|
6
|
+
}, I = 300, L = U.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: A,
|
|
9
9
|
className: E,
|
|
10
10
|
expanded: v,
|
|
11
|
-
animationTime:
|
|
11
|
+
animationTime: x = I,
|
|
12
12
|
style: R,
|
|
13
|
-
onStart:
|
|
13
|
+
onStart: d,
|
|
14
14
|
onEnd: h,
|
|
15
15
|
transitionProps: e,
|
|
16
16
|
..._
|
|
17
|
-
},
|
|
17
|
+
}, f) => {
|
|
18
18
|
const m = y({
|
|
19
19
|
entering: { height: void 0, overflow: "hidden" },
|
|
20
20
|
entered: {},
|
|
21
21
|
exiting: { height: 0, overflow: "hidden" },
|
|
22
22
|
exited: { height: 0, overflow: "hidden", visibility: "hidden" },
|
|
23
23
|
unmounted: {}
|
|
24
|
-
}),
|
|
24
|
+
}), l = y(null), w = (c) => {
|
|
25
25
|
var u;
|
|
26
|
-
|
|
26
|
+
l.current && (m.current.entering.height = l.current.scrollHeight), d == null || d(), (u = e == null ? void 0 : e.onEnter) == null || u.call(e, c);
|
|
27
27
|
}, H = (c) => {
|
|
28
28
|
var u;
|
|
29
29
|
h == null || h(), (u = e == null ? void 0 : e.onEntered) == null || u.call(e, c);
|
|
30
30
|
}, T = () => {
|
|
31
31
|
var c;
|
|
32
|
-
|
|
33
|
-
},
|
|
32
|
+
l.current && (l.current.style.height = l.current.scrollHeight + "px", l.current.scrollHeight), d == null || d(), (c = e == null ? void 0 : e.onExit) == null || c.call(e);
|
|
33
|
+
}, D = () => {
|
|
34
34
|
var c;
|
|
35
35
|
h == null || h(), (c = e == null ? void 0 : e.onExited) == null || c.call(e);
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, N = (c) => {
|
|
37
|
+
l.current = c, typeof f == "function" ? f(c) : f && (f.current = c);
|
|
38
38
|
};
|
|
39
39
|
return /* @__PURE__ */ g(
|
|
40
|
-
|
|
40
|
+
b,
|
|
41
41
|
{
|
|
42
42
|
in: v,
|
|
43
|
-
timeout:
|
|
44
|
-
nodeRef:
|
|
43
|
+
timeout: x,
|
|
44
|
+
nodeRef: l,
|
|
45
45
|
...e,
|
|
46
46
|
onEnter: w,
|
|
47
47
|
onEntered: H,
|
|
48
48
|
onExit: T,
|
|
49
|
-
onExited:
|
|
49
|
+
onExited: D,
|
|
50
50
|
children: (c) => /* @__PURE__ */ g(
|
|
51
51
|
"div",
|
|
52
52
|
{
|
|
53
53
|
className: j(F.expandAnimation, E),
|
|
54
54
|
style: {
|
|
55
|
-
transitionDuration:
|
|
55
|
+
transitionDuration: x + "ms",
|
|
56
56
|
...m.current[c],
|
|
57
57
|
...R
|
|
58
58
|
},
|
|
59
59
|
..._,
|
|
60
|
-
ref:
|
|
60
|
+
ref: N,
|
|
61
61
|
children: A
|
|
62
62
|
}
|
|
63
63
|
)
|