@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
package/components/Row/Row.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
row:
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../chunks/vendor-DudMBGKr.js";
|
|
3
|
+
const m = "row__f3fdccaa", i = "noPaddingBottom__9516ea71", o = {
|
|
4
|
+
row: m,
|
|
5
5
|
noPaddingBottom: i
|
|
6
|
-
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
6
|
+
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...a }) => {
|
|
7
|
+
const r = d(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ c("div", { className: r, ...a, children: t });
|
|
9
9
|
};
|
|
10
10
|
e.displayName = "Row";
|
|
11
11
|
export {
|
|
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
|
|
|
6
6
|
import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
|
|
7
7
|
import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
|
|
8
8
|
import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
|
|
9
|
-
import { s } from "../../chunks/SMSField.module-
|
|
9
|
+
import { s } from "../../chunks/SMSField.module-C20gqTPw.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const I = z(s), e = (r) => {
|
|
12
12
|
const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
|
|
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
|
|
|
26
26
|
sizeClassName: I[o],
|
|
27
27
|
tooltipId: b
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.
|
|
29
|
+
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "1.25.0", children: m })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-C20gqTPw.js";
|
|
4
4
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
5
5
|
const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
|
|
6
6
|
"L" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
|
5
5
|
import "../../FormField/components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldCounter as T } from "../../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import { FormFieldDescription as j } from "../../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as y } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as y } from "../../../chunks/FormFieldInput-DtYGQ_bi.js";
|
|
9
9
|
import "../../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { FormField as z } from "../../FormField/FormField.js";
|
|
16
16
|
import { FormGroup as A } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSFieldContext as L } from "../SMSFieldContext.js";
|
|
18
|
-
import { s as O } from "../../../chunks/SMSField.module-
|
|
18
|
+
import { s as O } from "../../../chunks/SMSField.module-C20gqTPw.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = v.forwardRef(
|
|
21
21
|
({ className: f, counter: e, description: s, disabled: u, maxLength: c = 8, onChange: o, onKeyDown: i, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as F } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as u } from "../SMSFieldContext.js";
|
|
11
11
|
import { RefreshIcon as z } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSField.module-C20gqTPw.js";
|
|
13
13
|
const D = M(
|
|
14
14
|
({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
|
|
15
15
|
const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as x } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as I } from "../SMSFieldContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s } from "../../../chunks/SMSField.module-C20gqTPw.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ESegmentedControlTheme as o, ESegmentedControlType as m } from "./enums.js";
|
|
2
|
-
import { SegmentedControlSegment as
|
|
3
|
-
import { jsx as
|
|
4
|
-
import
|
|
5
|
-
import { c as
|
|
2
|
+
import { SegmentedControlSegment as y } from "./SegmentedControlSegment.js";
|
|
3
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
4
|
+
import E from "react";
|
|
5
|
+
import { c as b } from "../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
|
|
7
7
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
8
|
-
const h = "
|
|
8
|
+
const h = "segmentedControl__b48be71f", x = "general1__ce5330d1", L = "secondary1__40455f9a", A = "general2__efa8d5ad", M = "secondary2__fb58cad0", G = "sm__48e0d844", O = "md__9c6f7db2", j = "lg__a9e372ba", e = {
|
|
9
9
|
segmentedControl: h,
|
|
10
10
|
general1: x,
|
|
11
11
|
secondary1: L,
|
|
@@ -20,9 +20,9 @@ const h = "segmentedControl__153d08a7", x = "general1__01cb9725", L = "secondary
|
|
|
20
20
|
[o.SECONDARY_1]: e.secondary1,
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
22
|
}, z = T(e), D = Object.assign(
|
|
23
|
-
|
|
24
|
-
({ children:
|
|
25
|
-
const p =
|
|
23
|
+
E.forwardRef(
|
|
24
|
+
({ children: c, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...f }, C) => {
|
|
25
|
+
const p = b(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
28
28
|
z[_],
|
|
@@ -39,7 +39,7 @@ const h = "segmentedControl__153d08a7", x = "general1__01cb9725", L = "secondary
|
|
|
39
39
|
t(a ? [...n, s] : [...n].filter((N) => N !== s));
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
return /* @__PURE__ */
|
|
42
|
+
return /* @__PURE__ */ d(
|
|
43
43
|
R.Provider,
|
|
44
44
|
{
|
|
45
45
|
value: {
|
|
@@ -48,13 +48,13 @@ const h = "segmentedControl__153d08a7", x = "general1__01cb9725", L = "secondary
|
|
|
48
48
|
disabled: !!i,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */
|
|
51
|
+
children: /* @__PURE__ */ d("div", { className: p, ...f, "data-tx": "1.25.0", ref: C, children: c })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
55
55
|
),
|
|
56
56
|
{
|
|
57
|
-
Segment:
|
|
57
|
+
Segment: y
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
60
|
D.displayName = "SegmentedControl";
|
|
@@ -1,71 +1,66 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as y } from "react";
|
|
3
3
|
import { c as L } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { ButtonBase as N } from "../Button/ButtonBase.js";
|
|
5
5
|
import { ESegmentedControlType as n } from "./enums.js";
|
|
6
6
|
import { SegmentedControlContext as _ } from "./SegmentedControlContext.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
import { IconWrapper as b } from "../IconWrapper/IconWrapper.js";
|
|
8
|
+
const E = "segmentedControlSegment__21914f2f", I = "selected__c78f5607", T = "content__692c3e73", c = {
|
|
9
|
+
segmentedControlSegment: E,
|
|
10
|
+
selected: I,
|
|
11
|
+
content: T
|
|
12
|
+
}, h = ({
|
|
12
13
|
children: s,
|
|
13
|
-
className:
|
|
14
|
+
className: p,
|
|
14
15
|
value: e,
|
|
15
|
-
title:
|
|
16
|
-
disabled:
|
|
16
|
+
title: m,
|
|
17
|
+
disabled: d,
|
|
17
18
|
onClick: o,
|
|
18
19
|
...S
|
|
19
20
|
}) => {
|
|
20
21
|
const {
|
|
21
|
-
type:
|
|
22
|
-
value:
|
|
23
|
-
disabled:
|
|
24
|
-
onSegmentSelect:
|
|
25
|
-
} =
|
|
26
|
-
switch (
|
|
22
|
+
type: l,
|
|
23
|
+
value: a,
|
|
24
|
+
disabled: i,
|
|
25
|
+
onSegmentSelect: g
|
|
26
|
+
} = y(_), t = (() => {
|
|
27
|
+
switch (l) {
|
|
27
28
|
case n.SINGLE:
|
|
28
|
-
return e ===
|
|
29
|
+
return e === a;
|
|
29
30
|
case n.MULTIPLE:
|
|
30
|
-
return
|
|
31
|
+
return a.includes(e);
|
|
31
32
|
}
|
|
32
|
-
})(),
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"hoverable",
|
|
36
|
-
{ active: t },
|
|
37
|
-
i
|
|
38
|
-
), f = () => {
|
|
39
|
-
if (c)
|
|
40
|
-
return c;
|
|
33
|
+
})(), f = L(c.segmentedControlSegment, { [c.selected]: t }, p), C = () => {
|
|
34
|
+
if (m)
|
|
35
|
+
return m;
|
|
41
36
|
if (typeof s == "string")
|
|
42
37
|
return s;
|
|
43
|
-
},
|
|
44
|
-
switch (
|
|
38
|
+
}, u = (x) => {
|
|
39
|
+
switch (l) {
|
|
45
40
|
case n.SINGLE:
|
|
46
|
-
|
|
41
|
+
g({ value: e, selected: !0 });
|
|
47
42
|
break;
|
|
48
43
|
case n.MULTIPLE:
|
|
49
|
-
|
|
44
|
+
g({ value: e, selected: !t });
|
|
50
45
|
break;
|
|
51
46
|
}
|
|
52
|
-
o == null || o(
|
|
47
|
+
o == null || o(x);
|
|
53
48
|
};
|
|
54
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ r(b, { displayContents: !0, disabled: d || i, active: t, children: /* @__PURE__ */ r(
|
|
55
50
|
N,
|
|
56
51
|
{
|
|
57
|
-
className:
|
|
58
|
-
title:
|
|
59
|
-
disabled:
|
|
52
|
+
className: f,
|
|
53
|
+
title: C(),
|
|
54
|
+
disabled: d || i,
|
|
60
55
|
"aria-pressed": t,
|
|
61
|
-
onClick:
|
|
56
|
+
onClick: u,
|
|
62
57
|
...S,
|
|
63
|
-
children: /* @__PURE__ */
|
|
58
|
+
children: /* @__PURE__ */ r("span", { className: c.content, children: s })
|
|
64
59
|
}
|
|
65
|
-
);
|
|
60
|
+
) });
|
|
66
61
|
};
|
|
67
|
-
|
|
62
|
+
h.displayName = "SegmentedControlSegment";
|
|
68
63
|
export {
|
|
69
|
-
|
|
64
|
+
h as SegmentedControlSegment
|
|
70
65
|
};
|
|
71
66
|
//# sourceMappingURL=SegmentedControlSegment.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as K, jsxs as R } from "react/jsx-runtime";
|
|
2
|
+
import b, { useState as L, useRef as o, useLayoutEffect as N, useCallback as l, useEffect as F } from "react";
|
|
3
3
|
import { isKey as j, EVENT_KEY_CODES as k } from "../../utils/keyboard.js";
|
|
4
4
|
import { KeyDownListener as v } from "../KeyDownListener/KeyDownListener.js";
|
|
5
5
|
import { c as A } from "../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
import { SelectExtendedFieldTarget as M } from "./components/SelectExtendedFieldTarget.js";
|
|
7
7
|
import { SelectExtendedFieldDropdown as B } from "./components/SelectExtendedFieldDropdown.js";
|
|
8
|
-
const P = "
|
|
8
|
+
const P = "selectExtendedField__79ce251f", V = {
|
|
9
9
|
selectExtendedField: P
|
|
10
10
|
}, Y = Object.assign(
|
|
11
|
-
|
|
11
|
+
b.forwardRef((S, r) => {
|
|
12
12
|
const { className: g, onKeyDown: s, children: h, renderTarget: O, closeOnTab: m, onClose: p, onOpen: E, ...T } = S, [t, i] = L(!1), u = o(null), x = o(null), c = o(E), d = o(p), w = o(!1);
|
|
13
13
|
N(() => {
|
|
14
14
|
c.current = E, d.current = p;
|
|
@@ -25,7 +25,7 @@ const P = "selectExtendedField__c6b0c160", V = {
|
|
|
25
25
|
[t]
|
|
26
26
|
), f = l(() => {
|
|
27
27
|
t && i(!1);
|
|
28
|
-
}, [t]),
|
|
28
|
+
}, [t]), C = l(
|
|
29
29
|
(e) => {
|
|
30
30
|
const n = e.code || e.keyCode;
|
|
31
31
|
m && j(n, "TAB") && f(), s == null || s(e);
|
|
@@ -41,11 +41,11 @@ const P = "selectExtendedField__c6b0c160", V = {
|
|
|
41
41
|
return;
|
|
42
42
|
}
|
|
43
43
|
t ? (e = c.current) == null || e.call(c) : (n = d.current) == null || n.call(d);
|
|
44
|
-
}, [t]), /* @__PURE__ */
|
|
44
|
+
}, [t]), /* @__PURE__ */ K(v, { onMatch: f, eventKeyCode: k.ESCAPE, children: /* @__PURE__ */ R(
|
|
45
45
|
"div",
|
|
46
46
|
{
|
|
47
47
|
className: A(V.selectExtendedField, g),
|
|
48
|
-
onKeyDown:
|
|
48
|
+
onKeyDown: C,
|
|
49
49
|
ref: _,
|
|
50
50
|
...T,
|
|
51
51
|
children: [
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../Dropdown/DropdownListContext.js";
|
|
3
3
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as m } from "../../Dropdown/desktop/DropdownList.js";
|
|
5
|
-
import "../../../chunks/DropdownListItem-
|
|
5
|
+
import "../../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
6
6
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -4,7 +4,7 @@ import { SelectExtendedField as d } from "../SelectExtendedField.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as E } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as k } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -1,128 +1,128 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { CaretdownStrokeSrvIcon24 as
|
|
4
|
-
import { EVENT_KEY_CODES as
|
|
5
|
-
import { LoaderSmall as
|
|
6
|
-
import { ELoaderSmallTheme as
|
|
1
|
+
import { jsx as t, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
+
import T, { useRef as A } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon24 as M, CaretdownStrokeSrvIcon20 as O, CaretdownStrokeSrvIcon16 as z } from "@sberbusiness/icons-next";
|
|
4
|
+
import { EVENT_KEY_CODES as d } from "../../../utils/keyboard.js";
|
|
5
|
+
import { LoaderSmall as S } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
+
import { ELoaderSmallTheme as x } from "../../Loader/LoaderSmall/enum.js";
|
|
7
7
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
-
import { c as
|
|
9
|
-
import { EFormFieldStatus as
|
|
10
|
-
import { FormFieldClear as
|
|
8
|
+
import { c as u } from "../../../chunks/vendor-DudMBGKr.js";
|
|
9
|
+
import { EFormFieldStatus as s } from "../../FormField/enums.js";
|
|
10
|
+
import { FormFieldClear as W } from "../../FormField/components/FormFieldClear.js";
|
|
11
11
|
import "../../FormField/components/FormFieldCounter.js";
|
|
12
12
|
import "../../FormField/components/FormFieldDescription.js";
|
|
13
|
-
import "../../../chunks/FormFieldInput-
|
|
14
|
-
import { FormFieldLabel as
|
|
13
|
+
import "../../../chunks/FormFieldInput-DtYGQ_bi.js";
|
|
14
|
+
import { FormFieldLabel as k } from "../../FormField/components/FormFieldLabel.js";
|
|
15
15
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
16
|
-
import { FormFieldPostfix as
|
|
17
|
-
import { FormFieldPrefix as
|
|
18
|
-
import { FormFieldTarget as
|
|
16
|
+
import { FormFieldPostfix as B } from "../../FormField/components/FormFieldPostfix.js";
|
|
17
|
+
import { FormFieldPrefix as w } from "../../FormField/components/FormFieldPrefix.js";
|
|
18
|
+
import { FormFieldTarget as y } from "../../FormField/components/FormFieldTarget.js";
|
|
19
19
|
import "../../FormField/components/FormFieldTextarea.js";
|
|
20
|
-
import { FormField as
|
|
20
|
+
import { FormField as P } from "../../FormField/FormField.js";
|
|
21
21
|
import { EComponentSize as o } from "../../../enums/EComponentSize.js";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
[o.
|
|
32
|
-
[o.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
[o.
|
|
36
|
-
[o.
|
|
37
|
-
|
|
38
|
-
|
|
22
|
+
import { IconWrapper as v } from "../../IconWrapper/IconWrapper.js";
|
|
23
|
+
const G = "selectExtendedFieldTarget__4e4c3459", K = "caretWrapper__f5a2869c", j = "caretIcon__c3a903cf", U = "selectOpened__4844ff7b", V = "disabled__84e231b8", Y = "target__1b88c147", e = {
|
|
24
|
+
selectExtendedFieldTarget: G,
|
|
25
|
+
caretWrapper: K,
|
|
26
|
+
caretIcon: j,
|
|
27
|
+
selectOpened: U,
|
|
28
|
+
disabled: V,
|
|
29
|
+
target: Y
|
|
30
|
+
}, q = {
|
|
31
|
+
[o.SM]: /* @__PURE__ */ t(z, { paletteIndex: 5, className: e.caretIcon }),
|
|
32
|
+
[o.MD]: /* @__PURE__ */ t(O, { paletteIndex: 5, className: e.caretIcon }),
|
|
33
|
+
[o.LG]: /* @__PURE__ */ t(M, { paletteIndex: 5, className: e.caretIcon })
|
|
34
|
+
}, H = {
|
|
35
|
+
[o.SM]: /* @__PURE__ */ t(S, { size: o.SM, theme: x.BRAND }),
|
|
36
|
+
[o.MD]: /* @__PURE__ */ t(S, { size: o.MD, theme: x.BRAND }),
|
|
37
|
+
[o.LG]: /* @__PURE__ */ t(S, { size: o.LG, theme: x.BRAND })
|
|
38
|
+
}, J = T.forwardRef(
|
|
39
|
+
(g, c) => {
|
|
39
40
|
const {
|
|
40
|
-
children:
|
|
41
|
-
className:
|
|
42
|
-
label:
|
|
43
|
-
placeholder:
|
|
44
|
-
onKeyDown:
|
|
45
|
-
onClick:
|
|
46
|
-
onClear:
|
|
41
|
+
children: Q,
|
|
42
|
+
className: N,
|
|
43
|
+
label: n,
|
|
44
|
+
placeholder: D,
|
|
45
|
+
onKeyDown: m,
|
|
46
|
+
onClick: p,
|
|
47
|
+
onClear: E,
|
|
47
48
|
opened: a,
|
|
48
|
-
postfix:
|
|
49
|
-
prefix:
|
|
50
|
-
setOpened:
|
|
49
|
+
postfix: F,
|
|
50
|
+
prefix: I,
|
|
51
|
+
setOpened: h,
|
|
51
52
|
loading: i,
|
|
52
|
-
size:
|
|
53
|
+
size: f = o.MD,
|
|
53
54
|
status: l,
|
|
54
|
-
tabIndex:
|
|
55
|
+
tabIndex: X,
|
|
55
56
|
fieldLabel: b,
|
|
56
|
-
...
|
|
57
|
-
} =
|
|
57
|
+
...R
|
|
58
|
+
} = g, C = A(null), L = u(
|
|
58
59
|
e.selectExtendedFieldTarget,
|
|
59
60
|
{
|
|
60
61
|
[e.selectOpened]: a,
|
|
61
62
|
[e.loading]: i,
|
|
62
|
-
[e.disabled]: l ===
|
|
63
|
+
[e.disabled]: l === s.DISABLED
|
|
63
64
|
},
|
|
64
|
-
|
|
65
|
-
)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
i && l === d.DISABLED || (a || [
|
|
69
|
-
s.SPACE,
|
|
70
|
-
s.ENTER,
|
|
71
|
-
s.ARROW_DOWN,
|
|
72
|
-
s.ARROW_UP
|
|
73
|
-
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(), _(!a)), p == null || p(r));
|
|
74
|
-
}, M = (r) => {
|
|
75
|
-
R.current = r, typeof c == "function" ? c(r) : c && (c.current = r);
|
|
76
|
-
};
|
|
77
|
-
return /* @__PURE__ */ u(
|
|
78
|
-
j,
|
|
65
|
+
N
|
|
66
|
+
);
|
|
67
|
+
return /* @__PURE__ */ _(
|
|
68
|
+
P,
|
|
79
69
|
{
|
|
80
|
-
onClick:
|
|
81
|
-
|
|
70
|
+
onClick: (r) => {
|
|
71
|
+
i || l === s.DISABLED || (h(!a), p == null || p(r));
|
|
72
|
+
},
|
|
73
|
+
onKeyDown: (r) => {
|
|
74
|
+
i && l === s.DISABLED || (a || [
|
|
75
|
+
d.SPACE,
|
|
76
|
+
d.ENTER,
|
|
77
|
+
d.ARROW_DOWN,
|
|
78
|
+
d.ARROW_UP
|
|
79
|
+
].includes(r.keyCode) && (r.preventDefault(), r.stopPropagation(), h(!a)), m == null || m(r));
|
|
80
|
+
},
|
|
82
81
|
status: l,
|
|
83
|
-
size:
|
|
84
|
-
className:
|
|
82
|
+
size: f,
|
|
83
|
+
className: L,
|
|
85
84
|
"aria-expanded": a,
|
|
86
85
|
"aria-haspopup": "listbox",
|
|
87
|
-
"data-tx": "1.
|
|
86
|
+
"data-tx": "1.25.0",
|
|
88
87
|
active: a,
|
|
89
|
-
...
|
|
88
|
+
...R,
|
|
90
89
|
children: [
|
|
91
|
-
|
|
92
|
-
/* @__PURE__ */ t(
|
|
90
|
+
I ? /* @__PURE__ */ t(w, { children: I }) : null,
|
|
91
|
+
/* @__PURE__ */ t(k, { children: b }),
|
|
93
92
|
/* @__PURE__ */ t(
|
|
94
|
-
|
|
93
|
+
y,
|
|
95
94
|
{
|
|
96
|
-
ref:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
95
|
+
ref: (r) => {
|
|
96
|
+
C.current = r, typeof c == "function" ? c(r) : c && (c.current = r);
|
|
97
|
+
},
|
|
98
|
+
className: u(e.target, {
|
|
99
|
+
[e.placeholder]: !!D && !n,
|
|
100
|
+
[e.label]: !!n
|
|
100
101
|
}),
|
|
101
|
-
placeholder:
|
|
102
|
-
children:
|
|
102
|
+
placeholder: D,
|
|
103
|
+
children: n
|
|
103
104
|
}
|
|
104
105
|
),
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
|
|
107
|
-
i ?
|
|
108
|
-
|
|
106
|
+
/* @__PURE__ */ _(B, { children: [
|
|
107
|
+
E && /* @__PURE__ */ t(W, { onClick: E }),
|
|
108
|
+
i ? H[f] : /* @__PURE__ */ t(
|
|
109
|
+
v,
|
|
109
110
|
{
|
|
110
|
-
className:
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
children: J[S]
|
|
111
|
+
className: e.caretWrapper,
|
|
112
|
+
active: a,
|
|
113
|
+
disabled: l === s.DISABLED,
|
|
114
|
+
children: q[f]
|
|
115
115
|
}
|
|
116
116
|
),
|
|
117
|
-
|
|
117
|
+
F || null
|
|
118
118
|
] })
|
|
119
119
|
]
|
|
120
120
|
}
|
|
121
121
|
);
|
|
122
122
|
}
|
|
123
123
|
);
|
|
124
|
-
|
|
124
|
+
J.displayName = "SelectExtendedFieldTarget";
|
|
125
125
|
export {
|
|
126
|
-
|
|
126
|
+
J as SelectExtendedFieldTarget
|
|
127
127
|
};
|
|
128
128
|
//# sourceMappingURL=SelectExtendedFieldTarget.js.map
|
|
@@ -7,7 +7,7 @@ import { SelectExtendedFieldDropdownDefault as S } from "../SelectExtendedField/
|
|
|
7
7
|
import { DropdownListContext as E } from "../Dropdown/DropdownListContext.js";
|
|
8
8
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
9
9
|
import "../Dropdown/desktop/DropdownList.js";
|
|
10
|
-
import "../../chunks/DropdownListItem-
|
|
10
|
+
import "../../chunks/DropdownListItem-DEiNYa7V.js";
|
|
11
11
|
import { EDropdownWidth as F } from "../Dropdown/desktop/enums.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
13
13
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../chunks/vendor-DudMBGKr.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "skeleton__8c75ed2c", k = "light__1f7e8ec8", a = "dark__6e91945d", e = {
|
|
5
5
|
skeleton: r,
|
|
6
|
-
light:
|
|
7
|
-
dark:
|
|
8
|
-
}, _ = ({ className: s, type:
|
|
6
|
+
light: k,
|
|
7
|
+
dark: a
|
|
8
|
+
}, _ = ({ className: s, type: o = t.DARK, ...l }) => /* @__PURE__ */ c(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className: n(
|
|
12
|
-
[
|
|
13
|
-
[
|
|
11
|
+
className: n(e.skeleton, s, {
|
|
12
|
+
[e.dark]: o === t.DARK,
|
|
13
|
+
[e.light]: o === t.LIGHT
|
|
14
14
|
}),
|
|
15
15
|
...l,
|
|
16
|
-
"data-tx": "1.
|
|
16
|
+
"data-tx": "1.25.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor-DudMBGKr.js";
|
|
|
4
4
|
import { SliderExtendedDot as R } from "./components/SliderExtendedDot/SliderExtendedDot.js";
|
|
5
5
|
import { SliderExtendedMarks as j } from "./components/SliderExtendedMarks/SliderExtendedMarks.js";
|
|
6
6
|
import { SliderExtendedMark as H } from "./components/SliderExtendedMarks/SliderExtendedMark.js";
|
|
7
|
-
import { s as c, S as F } from "../../chunks/SliderExtendedRail-
|
|
7
|
+
import { s as c, S as F } from "../../chunks/SliderExtendedRail-D5G6Gddu.js";
|
|
8
8
|
import { SliderExtendedTrack as I } from "./components/SliderExtendedTrack/SliderExtendedTrack.js";
|
|
9
9
|
import { SliderExtendedContext as L } from "./SliderExtendedContext.js";
|
|
10
10
|
import { SliderExtendedUtils as x } from "./SliderExtendedUtils.js";
|
|
@@ -82,7 +82,7 @@ const q = U(c), w = ({
|
|
|
82
82
|
[c.disabled]: !!m
|
|
83
83
|
}),
|
|
84
84
|
...g,
|
|
85
|
-
"data-tx": "1.
|
|
85
|
+
"data-tx": "1.25.0",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as b, Fragment as B, jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a, useContext as re, useRef as le, useLayoutEffect as L, useEffect as ae } from "react";
|
|
3
3
|
import { u as ie, c as ne, l as k } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { SliderExtendedUtils as o } from "../../SliderExtendedUtils.js";
|
|
@@ -9,7 +9,7 @@ import { useSliderExtendedDotTabIndex as fe } from "./useSliderExtendedDotTabInd
|
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { EVENT_KEY_CODES as p } from "../../../../utils/keyboard.js";
|
|
11
11
|
import { createSizeToClassNameMap as me } from "../../../../utils/classNameMaps.js";
|
|
12
|
-
const pe = "
|
|
12
|
+
const pe = "sliderExtendedDot__f8cf1610", xe = "focusedByClick__2ea25eca", he = "disabled__81614e79", ge = "dragByMouse__a163f5f7", De = "lg__d1b44726", i = {
|
|
13
13
|
sliderExtendedDot: pe,
|
|
14
14
|
focusedByClick: xe,
|
|
15
15
|
disabled: he,
|
|
@@ -92,17 +92,17 @@ const pe = "sliderExtendedDot__2e87f5f8", xe = "focusedByClick__74fe86ef", he =
|
|
|
92
92
|
}
|
|
93
93
|
}, T = (e) => {
|
|
94
94
|
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend", T);
|
|
95
|
-
},
|
|
96
|
-
e.preventDefault(), O.moveToPrevStep(
|
|
95
|
+
}, I = () => z.filter((e) => e.id === l)[0], te = (e) => {
|
|
96
|
+
e.preventDefault(), O.moveToPrevStep(I(), s);
|
|
97
97
|
}, oe = (e) => {
|
|
98
|
-
e.preventDefault(), O.moveToNextStep(
|
|
98
|
+
e.preventDefault(), O.moveToNextStep(I(), s);
|
|
99
99
|
}, se = (e) => {
|
|
100
100
|
y || V(!0), N(!0), h == null || h(e);
|
|
101
101
|
}, de = (e) => {
|
|
102
102
|
y && V(!1), E(!1), N(!1), x == null || x(e);
|
|
103
103
|
};
|
|
104
|
-
return /* @__PURE__ */
|
|
105
|
-
W && /* @__PURE__ */
|
|
104
|
+
return /* @__PURE__ */ b(B, { children: [
|
|
105
|
+
W && /* @__PURE__ */ b(B, { children: [
|
|
106
106
|
/* @__PURE__ */ m(
|
|
107
107
|
F,
|
|
108
108
|
{
|