@sberbusiness/triplex-next 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-C4HDxCMJ.js} +14 -14
- package/chunks/CalendarViewItem-Y3UQ6liF.js +101 -0
- package/chunks/Card.module-t9A1wsgP.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +11 -0
- package/chunks/{Chip-DXegvfGS.js → Chip-21qt-Ukl.js} +18 -18
- package/chunks/Confirm.module-CrTyGEYv.js +15 -0
- package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-DXBppGoi.js} +21 -21
- package/chunks/DropdownMobile.module-CdquuBgl.js +23 -0
- package/chunks/Footer.module-9PrdQ3S7.js +9 -0
- package/chunks/FormFieldInput-hUwbIuBd.js +62 -0
- package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +9 -0
- package/chunks/HeaderTabs.module-a_JyDpFt.js +9 -0
- package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-B_2yQmEh.js} +2 -2
- package/chunks/IslandAccordion.module-BCHg71CD.js +25 -0
- package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +9 -0
- package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +9 -0
- package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-DDRusGqo.js} +6 -6
- package/chunks/LightBoxControls.module-CHrL_gpj.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +8 -0
- package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-3APG17-A.js} +9 -9
- package/chunks/ListItemTail.module-BW9qp-XX.js +12 -0
- package/chunks/ListMasterFooter.module-B3kLf2M1.js +10 -0
- package/chunks/ModalWindow.module-BFTuZtt7.js +17 -0
- package/chunks/Notification.module-DU0GLki1.js +21 -0
- package/chunks/Overlay.module-CQY18PV-.js +18 -0
- package/chunks/Page.module-BO9rnNjD.js +11 -0
- package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-Bo5_O5lj.js} +14 -14
- package/chunks/SMSField.module-ibOZLVgV.js +16 -0
- package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +15 -0
- package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-C7TQHv-j.js} +9 -9
- package/chunks/StatusTracker.module-C66hhTIO.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-BJiMEG2_.js} +4 -4
- package/chunks/TableFooter.module-cSix4Lyk.js +14 -0
- package/chunks/TabsExtended.module-D7fs9FsL.js +16 -0
- package/chunks/TabsLine.module-CEQyfehM.js +21 -0
- package/chunks/TooltipDesktop.module-DD9WosV6.js +19 -0
- package/chunks/TreeView.module-Dxrir5YQ.js +9 -0
- package/chunks/{UploadZoneInput-D8diOBuf.js → UploadZoneInput-C2_0grVp.js} +8 -8
- package/chunks/{utils-BvGDcicX.js → utils-BhoCc4rI.js} +6 -6
- package/chunks/{utils-tUaA-zN1.js → utils-BsOip28-.js} +8 -8
- package/chunks/utils-D8Gj0oC8.js +20 -0
- package/chunks/utils-HEAUA6LV.js +24 -0
- package/chunks/{utils--cyZSVhM.js → utils-mlGAF1hQ.js} +8 -8
- package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +59 -62
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +34 -34
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +18 -18
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/CarouselExtended/index.js +5 -0
- package/components/Checkbox/Checkbox.js +35 -33
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +3 -3
- package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
- package/components/Chip/ChipDatePicker/index.js +7 -0
- package/components/Chip/ChipDropdownArrow.js +7 -7
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +26 -22
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +21 -21
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +99 -94
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
- package/components/DesignTokens/components/AmountField.js +11 -0
- package/components/DesignTokens/components/FormField.js +2 -2
- package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +30 -30
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +14 -14
- package/components/FormField/components/FormFieldMaskedInput.js +52 -52
- package/components/FormField/components/FormFieldPostfix.js +10 -10
- package/components/FormField/components/FormFieldPrefix.js +10 -10
- package/components/FormField/components/FormFieldTarget.js +25 -25
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/enums.js +2 -3
- package/components/FormField/index.js +13 -14
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +2 -2
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +57 -51
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +18 -18
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +27 -27
- package/components/List/List.js +10 -10
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +22 -20
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +41 -0
- package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
- package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
- package/components/SMSField/components/SMSFieldInput.js +63 -0
- package/components/SMSField/components/SMSFieldRefresh.js +39 -0
- package/components/SMSField/components/SMSFieldSubmit.js +43 -0
- package/components/SMSField/components/SMSFieldTooltip.js +38 -0
- package/components/SMSField/index.js +5 -0
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +18 -18
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +12 -12
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +21 -21
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +3 -3
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +13 -13
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- 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 +13 -13
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +7 -7
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +9 -9
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +35 -35
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +27 -23
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
- package/components/TopOverlay/TopOverlay.js +11 -11
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +14 -14
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +560 -552
- package/consts/DateConst.js +1 -1
- package/consts/index.js +14 -0
- package/index.d.ts +158 -77
- package/index.js +577 -561
- package/package.json +8 -4
- package/styles/triplex-next.css +535 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
- package/chunks/Card.module-CDb8O5wa.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
- package/chunks/Confirm.module-ySc3irOD.js +0 -15
- package/chunks/DropdownMobile.module-B25s43In.js +0 -23
- package/chunks/Footer.module-CzmEZNfz.js +0 -9
- package/chunks/FormFieldInput-kWDtKz1V.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
- package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
- package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
- package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
- package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
- package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
- package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
- package/chunks/Notification.module-BHnUAhdM.js +0 -21
- package/chunks/Overlay.module-BHV5h0kp.js +0 -18
- package/chunks/Page.module-DcF12bw0.js +0 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
- package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
- package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
- package/chunks/TabsExtended.module-C87bijNv.js +0 -16
- package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
- package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
- package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
- package/chunks/TreeView.module-B6tUzJoC.js +0 -9
- package/chunks/utils-3xY20XDV.js +0 -24
- package/chunks/utils-BCJ-APtm.js +0 -20
- package/components/SMSInput/SMSInput.js +0 -41
- package/components/SMSInput/components/SMSInputInput.js +0 -63
- package/components/SMSInput/components/SMSInputRefresh.js +0 -39
- package/components/SMSInput/components/SMSInputSubmit.js +0 -43
- package/components/SMSInput/components/SMSInputTooltip.js +0 -38
- package/components/SMSInput/index.js +0 -5
- /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
- /package/components/{SMSInput → SMSField}/types.js +0 -0
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
-
import { c as n } from "./vendor-
|
|
7
|
-
const y = "
|
|
6
|
+
import { c as n } from "./vendor-ClY57Zzq.js";
|
|
7
|
+
const y = "alertProcess__922f552f", f = "withSpoiler__a9621d18", u = "themeIcon__c87a7b1d", T = "alertTypeError__58ca04f7", b = "alertTypeInfo__960ae6e7", B = "alertTypeWarning__5f3231cc", C = "alertTypeSystem__b0b2b71d", S = "alertTypeFeature__92fca1b0", h = "alertProcessContentBlock__6dfa6242", I = "expandableContent__4b507ba4", P = "expanded__faeab456", g = "closeButton__45276eba", k = "expandButton__31ed97e9", e = {
|
|
8
8
|
alertProcess: y,
|
|
9
9
|
withSpoiler: f,
|
|
10
10
|
themeIcon: u,
|
|
11
11
|
alertTypeError: T,
|
|
12
|
-
alertTypeInfo:
|
|
13
|
-
alertTypeWarning:
|
|
14
|
-
alertTypeSystem:
|
|
15
|
-
alertTypeFeature:
|
|
12
|
+
alertTypeInfo: b,
|
|
13
|
+
alertTypeWarning: B,
|
|
14
|
+
alertTypeSystem: C,
|
|
15
|
+
alertTypeFeature: S,
|
|
16
16
|
alertProcessContentBlock: h,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
20
|
expandButton: k
|
|
21
21
|
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
-
const { setHasSpoiler: a } =
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
23
|
i(() => (a(!0), () => {
|
|
24
24
|
a(!1);
|
|
25
25
|
}), [a]);
|
|
26
26
|
const c = () => {
|
|
27
27
|
o == null || o(!r);
|
|
28
28
|
};
|
|
29
|
-
return /* @__PURE__ */
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
30
|
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
31
|
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
32
|
] });
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-C4HDxCMJ.js.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import { c as V } from "./vendor-ClY57Zzq.js";
|
|
3
|
+
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__83ba0e63", E = "calendarViewMonths__6e46428e", L = "calendarViewYears__e20f6b80", R = "calendarViewDaysHeader__b6d71bbe", v = "calendarViewDaysBody__b47e5bbf", H = "calendarViewItem__0c0a146c", B = "current__e6d5c3aa", S = "disabled__47a81265", j = "calendarViewItemLabel__a79e0de7", O = "selected__85a29a7b", P = "basicMark__8623771f", g = "standardMark__73551117", q = "attentionMark__6a86472d", z = "criticalMark__8a27bfc9", G = "muted__f4c0b1c3", J = "marked__5bf8c0fe", Q = "unitDay__b8ffd699", U = "unitMonth__9d46ee20", W = "unitYear__3ca5f611", a = {
|
|
8
|
+
calendarViewDays: A,
|
|
9
|
+
calendarViewMonths: E,
|
|
10
|
+
calendarViewYears: L,
|
|
11
|
+
calendarViewDaysHeader: R,
|
|
12
|
+
calendarViewDaysBody: v,
|
|
13
|
+
calendarViewItem: H,
|
|
14
|
+
current: B,
|
|
15
|
+
disabled: S,
|
|
16
|
+
calendarViewItemLabel: j,
|
|
17
|
+
selected: O,
|
|
18
|
+
basicMark: P,
|
|
19
|
+
standardMark: g,
|
|
20
|
+
attentionMark: q,
|
|
21
|
+
criticalMark: z,
|
|
22
|
+
muted: G,
|
|
23
|
+
marked: J,
|
|
24
|
+
unitDay: Q,
|
|
25
|
+
unitMonth: U,
|
|
26
|
+
unitYear: W
|
|
27
|
+
}, X = {
|
|
28
|
+
[r.BASIC]: a.basicMark,
|
|
29
|
+
[r.STANDARD]: a.standardMark,
|
|
30
|
+
[r.ATTENTION]: a.attentionMark,
|
|
31
|
+
[r.CRITICAL]: a.criticalMark
|
|
32
|
+
}, Z = {
|
|
33
|
+
day: a.unitDay,
|
|
34
|
+
month: a.unitMonth,
|
|
35
|
+
year: a.unitYear
|
|
36
|
+
}, ra = ({
|
|
37
|
+
children: k,
|
|
38
|
+
className: b,
|
|
39
|
+
date: o,
|
|
40
|
+
unit: y,
|
|
41
|
+
tabbable: n,
|
|
42
|
+
active: l,
|
|
43
|
+
disabled: _,
|
|
44
|
+
muted: I,
|
|
45
|
+
markType: c,
|
|
46
|
+
onFocus: s,
|
|
47
|
+
onBlur: d,
|
|
48
|
+
onKeyDown: i,
|
|
49
|
+
onDateSelect: m,
|
|
50
|
+
...C
|
|
51
|
+
}) => {
|
|
52
|
+
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
+
Y(() => {
|
|
54
|
+
var e;
|
|
55
|
+
n && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [n, t]);
|
|
57
|
+
const D = (e) => {
|
|
58
|
+
t.current = !0, s == null || s(e);
|
|
59
|
+
}, h = (e) => {
|
|
60
|
+
t.current = !1, d == null || d(e);
|
|
61
|
+
}, p = (e) => {
|
|
62
|
+
const f = e.code || e.keyCode;
|
|
63
|
+
(w(f, "ENTER") || w(f, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
|
+
};
|
|
65
|
+
return /* @__PURE__ */ M(
|
|
66
|
+
"td",
|
|
67
|
+
{
|
|
68
|
+
className: V(a.calendarViewItem, { [a.disabled]: _ }, b),
|
|
69
|
+
tabIndex: n ? 0 : -1,
|
|
70
|
+
"aria-selected": l ? !0 : void 0,
|
|
71
|
+
onFocus: D,
|
|
72
|
+
onBlur: h,
|
|
73
|
+
onKeyDown: p,
|
|
74
|
+
...C,
|
|
75
|
+
ref: u,
|
|
76
|
+
children: /* @__PURE__ */ M(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: V(
|
|
80
|
+
a.calendarViewItemLabel,
|
|
81
|
+
Z[y],
|
|
82
|
+
{
|
|
83
|
+
[a.disabled]: _,
|
|
84
|
+
[a.marked]: c !== void 0,
|
|
85
|
+
[a.muted]: !!I,
|
|
86
|
+
[a.selected]: l
|
|
87
|
+
},
|
|
88
|
+
c !== void 0 ? X[c] : void 0
|
|
89
|
+
),
|
|
90
|
+
onClick: () => m(o),
|
|
91
|
+
children: k
|
|
92
|
+
}
|
|
93
|
+
)
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
ra as C,
|
|
99
|
+
a as s
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-Y3UQ6liF.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__9b4d72e7", d = "roundingMD__b3f7ad1d", a = "roundingSM__4936b022", c = "general__737554f6", o = "secondary__348bbb24", e = "cardMedia__5db6c57d", r = "cardContent__1e94cc07", t = "paddingMD__c2437257", _ = "paddingSM__98abe7ba", s = "cardContentHeader__e241afad", g = "cardContentFooter__fd0c04dd", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: e,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-t9A1wsgP.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__6397d963", c = "checkboxTreeExtendedNode__4ad70d78", d = "checkboxTreeExtendedNodeHeader__4e335bd7", o = "checkboxTreeCheckboxLabel__a9175dd8", r = "caretIconWrapper__a1712f8d", x = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: d,
|
|
5
|
+
checkboxTreeCheckboxLabel: o,
|
|
6
|
+
caretIconWrapper: r
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-BMfgVvwS.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as h, jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as n } from "./vendor-
|
|
1
|
+
import { jsxs as h, jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import b, { useCallback as x } from "react";
|
|
3
|
+
import { c as n } from "./vendor-ClY57Zzq.js";
|
|
4
4
|
import { EComponentSize as u } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "chipGroupItem__61a4e55b", w = "chip__64d404a8", I = "lg__78bfc94d", B = "prefix__af6493d4", G = "postfix__1fd612bc", g = "md__5ef68959", z = "sm__aa627e4e", M = "disabled__542728a4", S = "selected__922ba01d", j = "withPrefix__b4b1ae9c", y = "withPostfix__aeb7e5eb", E = "content__d43fb0b8", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,11 +17,11 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className:
|
|
22
|
-
const _ =
|
|
23
|
-
(
|
|
24
|
-
C(
|
|
20
|
+
}, R = P(e), T = b.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: a, selected: r, size: d = u.MD, onKeyDown: s, ...f }, m) => {
|
|
22
|
+
const _ = x(
|
|
23
|
+
(i) => {
|
|
24
|
+
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
26
26
|
[s]
|
|
27
27
|
);
|
|
@@ -31,14 +31,14 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[d],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!
|
|
37
|
+
[e.selected]: !!r,
|
|
38
38
|
[e.withPostfix]: typeof o < "u",
|
|
39
|
-
[e.withPrefix]: typeof
|
|
39
|
+
[e.withPrefix]: typeof a < "u"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
p
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
@@ -46,7 +46,7 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
46
46
|
...f,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
a ? /* @__PURE__ */ c(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,11 +58,11 @@ const N = "chipGroupItem__175c9eb0", w = "chip__83ddf80f", I = "lg__21c38189", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: a
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
|
-
/* @__PURE__ */
|
|
65
|
-
o ? /* @__PURE__ */
|
|
64
|
+
/* @__PURE__ */ c("span", { className: e.content, children: l }),
|
|
65
|
+
o ? /* @__PURE__ */ c(
|
|
66
66
|
"span",
|
|
67
67
|
{
|
|
68
68
|
className: n(
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-21qt-Ukl.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__bedd169c", o = "isInLightBox__cc9b5c10", i = "isInSideOverlaySM__3efcc292", t = "isInSideOverlayMD__979c6b76", e = "isInSideOverlayLG__37162577", c = "confirmCloseButton__a242ca0c", s = "confirmContent__ea66ed1e", r = "confirmControls__d1bd6638", l = "confirmContentTitle__9775999d", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: c,
|
|
8
|
+
confirmContent: s,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-CrTyGEYv.js.map
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
3
|
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
|
-
import { c as u } from "./vendor-
|
|
4
|
+
import { c as u } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__9428e080", y = "sm__e5e6cd77", N = "dropdownDesktopListItem__cd5b847d", g = "dropdownDesktopListLoader__d163a567", x = "md__db9777c7", O = "lg__04c64252", R = "active__b70d1173", T = "selected__81d21962", b = "notificationIcon__2c01e144", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
10
|
-
dropdownDesktopListLoader:
|
|
11
|
-
md:
|
|
12
|
-
lg:
|
|
13
|
-
active:
|
|
14
|
-
selected:
|
|
15
|
-
notificationIcon:
|
|
10
|
+
dropdownDesktopListLoader: g,
|
|
11
|
+
md: x,
|
|
12
|
+
lg: O,
|
|
13
|
+
active: R,
|
|
14
|
+
selected: T,
|
|
15
|
+
notificationIcon: b
|
|
16
16
|
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: p = C,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: m,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
|
-
showNotificationIcon:
|
|
26
|
-
...
|
|
27
|
-
},
|
|
25
|
+
showNotificationIcon: a,
|
|
26
|
+
..._
|
|
27
|
+
}, L) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
31
|
-
},
|
|
30
|
+
p.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
|
+
}, f = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
34
34
|
return I(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
@@ -39,17 +39,17 @@ const l = "dropdownDesktopList__289212c8", y = "sm__3f5d5692", N = "dropdownDesk
|
|
|
39
39
|
className: u(
|
|
40
40
|
s.dropdownDesktopListItem,
|
|
41
41
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
42
|
-
|
|
42
|
+
m
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
|
-
...
|
|
48
|
-
onClick:
|
|
49
|
-
ref:
|
|
47
|
+
..._,
|
|
48
|
+
onClick: f,
|
|
49
|
+
ref: L,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
|
-
|
|
52
|
+
a && /* @__PURE__ */ E(v, { className: s.notificationIcon })
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
);
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-DXBppGoi.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__5368f62a", d = "dropdownMobileBackdrop__347e23b4", e = "closing__6ef09ad4", n = "opening__111c7ddc", r = "opened__31deaee5", t = "dropdownMobile__a0976755", i = "dropdownMobileHeader__a7506a14", p = "dropdownMobileHeaderContent__b2424cc4", c = "dropdownMobileContent__504cfefd", l = "dropdownMobileFooter__f05de6c9", b = "dropdownMobileListItem__33ad6c5d", s = "selected__81d21962", w = "dropdownMobileListLoader__7c88966e", _ = "dropdownMobileBodyOverflow__5690f1be", M = "controlButtons__0c51f99b", a = "dropdownMobileLoader__d4359664", f = "notificationIcon__2c01e144", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: p,
|
|
10
|
+
dropdownMobileContent: c,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-CdquuBgl.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__df0efc71", t = "footerDescriptionContent__b7eb045f", e = "footerDescriptionControls__202828a9", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-9PrdQ3S7.js.map
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import z, { useContext as A, useRef as P, useEffect as c } from "react";
|
|
3
|
+
import { FormFieldContext as R } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { c as k, a as y } from "./vendor-ClY57Zzq.js";
|
|
5
|
+
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
+
const T = "formFieldInput__4642f19c", W = "sm__cf7ff5b5", j = "md__6db22c4a", q = "lg__3f1cca1c", x = {
|
|
8
|
+
formFieldInput: T,
|
|
9
|
+
sm: W,
|
|
10
|
+
md: j,
|
|
11
|
+
lg: q
|
|
12
|
+
}, w = M(x), L = z.forwardRef((m, d) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } = m, { render: f, ...C } = m, { focused: E, status: b, setFocused: p, setId: l, setValueExist: a, size: F } = A(R), I = k(x.formFieldInput, w[F], S), e = P(s || y("input_"));
|
|
14
|
+
c(() => {
|
|
15
|
+
l(e.current);
|
|
16
|
+
}, []), c(() => {
|
|
17
|
+
s && (e.current = s, l(e.current));
|
|
18
|
+
}, [s, l]), c(() => {
|
|
19
|
+
a(!!o);
|
|
20
|
+
}, [a, o]);
|
|
21
|
+
const _ = (t) => {
|
|
22
|
+
p(!1), n == null || n(t);
|
|
23
|
+
}, h = (t) => {
|
|
24
|
+
p(!0), i == null || i(t);
|
|
25
|
+
}, N = (t) => {
|
|
26
|
+
t.animationName.startsWith("autofill-applied-hook") ? a(!0) : t.animationName.startsWith("autofill-cancelled-hook") && (o || a(!1)), r == null || r(t);
|
|
27
|
+
};
|
|
28
|
+
return f ? f(
|
|
29
|
+
{
|
|
30
|
+
...C,
|
|
31
|
+
className: I,
|
|
32
|
+
id: e.current,
|
|
33
|
+
onAnimationStart: N,
|
|
34
|
+
onBlur: _,
|
|
35
|
+
onFocus: h,
|
|
36
|
+
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
37
|
+
placeholder: E ? u : " ",
|
|
38
|
+
size: F
|
|
39
|
+
},
|
|
40
|
+
d
|
|
41
|
+
) : /* @__PURE__ */ g(
|
|
42
|
+
"input",
|
|
43
|
+
{
|
|
44
|
+
...B,
|
|
45
|
+
className: I,
|
|
46
|
+
disabled: b === D.DISABLED,
|
|
47
|
+
id: e.current,
|
|
48
|
+
onAnimationStart: N,
|
|
49
|
+
onFocus: h,
|
|
50
|
+
onBlur: _,
|
|
51
|
+
value: o,
|
|
52
|
+
placeholder: u,
|
|
53
|
+
ref: d
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
});
|
|
57
|
+
L.displayName = "FormFieldInput";
|
|
58
|
+
export {
|
|
59
|
+
L as F,
|
|
60
|
+
x as s
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-hUwbIuBd.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__5c070da1", a = "headerLayoutSidebarContent__f350e99d", d = "headerLayoutSidebarSidebar__4ae2dda2", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-QjkaZFtn.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__e9103881", t = "headerTitleControls__447be022", l = "headerTitleContent__d00c19ae", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__0531810f", t = "headerTitleControls__51d036d1", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-B_2yQmEh.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__b1979849", t = "island__fad216d2", d = "item__0217ed15", o = "disabled__91e24d6d", c = "sm__33e6e46a", s = "md__03d1817d", _ = "lg__f2dfd85a", n = "header__07c2a084", a = "type1__476714f3", r = "opened__6ddfdb74", p = "type2__c5c9f975", i = "type3__2017c800", l = "footer__a6a2a1b3", f = "body__9974510e", y = "caretWrapper__dfde23b6", m = "caretIcon__cc4357dc", b = "step__178f9b8d", W = "titleWrapper__ef6d30d0", g = "remove__1f363d42", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: d,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: c,
|
|
7
|
+
md: s,
|
|
8
|
+
lg: _,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: l,
|
|
15
|
+
body: f,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: m,
|
|
18
|
+
step: b,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-BCHg71CD.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__00424a07", o = "islandWidgetFooterContent__722678e5", e = "islandWidgetFooterControls__ee8d7933", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-DV2tNWtj.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__4b0e0939", d = "islandWidgetHeaderContent__91859597", i = "islandWidgetHeaderDescription__c8849548", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-kAuK5xmR.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
2
|
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
3
|
import { WindowResizeListener as S } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import { u as T, c as R } from "./vendor-
|
|
4
|
+
import { u as T, c as R } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { LoaderScreen as b } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__eba0c401", A = "lightBoxBackdrop__dec87da8", L = "lightBoxSideOverlayActive__ec130cfd", W = "lightBoxTopOverlayActive__dd60e546", N = "lightBoxContent__670646e9", E = "loadingContentOverlay__7eaf4435", k = "lightBoxContentResizeWrapper__1f660408", w = "tempElSafariBug__c365bcdb", H = "bodyOverflowHidden__fa73c0f8", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,8 +13,8 @@ const z = "lightBox__d6b508ea", A = "lightBoxBackdrop__6744dd78", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className: a, isLoading: s, loadingTitle: c, ...
|
|
16
|
+
}, j = (f) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...p } = f, [d, B] = v(0), e = _(null), o = u(() => {
|
|
18
18
|
let n = 0;
|
|
19
19
|
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
20
|
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
@@ -39,7 +39,7 @@ const z = "lightBox__d6b508ea", A = "lightBoxBackdrop__6744dd78", L = "lightBoxS
|
|
|
39
39
|
{
|
|
40
40
|
className: R(a, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
|
-
...
|
|
42
|
+
...p,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
45
|
s && /* @__PURE__ */ i(b, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-DDRusGqo.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__2e8cf330", o = "withKeyboardEvent__eedbacae", e = "withoutKeyboardEvent__f7faf71b", l = "lightBoxPrev__5ffdff88", i = "lightBoxNext__6870ce1b", n = "lightBoxControlsDesktop__569d7ba0", x = "lightBoxControlsMobile__1f8decc2", h = "lightBoxClose__63a3ff20", s = "lightBoxPrevButton__bc037f81", B = "lightBoxNextButton__d83fcd1b", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: e,
|
|
5
|
+
lightBoxPrev: l,
|
|
6
|
+
lightBoxNext: i,
|
|
7
|
+
lightBoxControlsDesktop: n,
|
|
8
|
+
lightBoxControlsMobile: x,
|
|
9
|
+
lightBoxClose: h,
|
|
10
|
+
lightBoxPrevButton: s,
|
|
11
|
+
lightBoxNextButton: B
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
g as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=LightBoxControls.module-CHrL_gpj.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__1cc1bc28", l = "lightBoxSideOverlayCloseMobile__cb1687d2", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-CVxmzGmO.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-
|
|
4
|
-
import { ETextSize as
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
3
|
+
import { c as I } from "./vendor-ClY57Zzq.js";
|
|
4
|
+
import { ETextSize as c } from "../components/Typography/enums.js";
|
|
5
|
+
import { Text as u } from "../components/Typography/Text.js";
|
|
6
|
+
const a = "listItemControlsButton__e29acc7a", B = "listItemControlsButtonLabel__db12c38c", C = "listItemControlsButtonDropdown__5feca477", d = "listItemControlsButtonIcon__2161415c", p = "withText__fdaac68d", _ = "listItemControlsButtonInner__10767c8d", f = "withIcon__60c2aef0", w = "buttonDropdownMenuItem__929bc20e", t = {
|
|
7
|
+
listItemControlsButton: a,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
10
|
+
listItemControlsButtonIcon: d,
|
|
11
11
|
withText: p,
|
|
12
12
|
listItemControlsButtonInner: _,
|
|
13
|
-
withIcon:
|
|
13
|
+
withIcon: f,
|
|
14
14
|
buttonDropdownMenuItem: w
|
|
15
15
|
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
@@ -30,7 +30,7 @@ const c = "listItemControlsButton__a9841f79", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(u, { className: t.listItemControlsButtonLabel, size: c.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-3APG17-A.js.map
|