@sberbusiness/triplex-next 1.11.0 → 1.12.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-2ISgLMAv.js +39 -0
- package/chunks/{CalendarViewItem-GZv99LrE.js → CalendarViewItem-DM6giHDZ.js} +30 -30
- package/chunks/Card.module-B3p3ckTi.js +17 -0
- package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +11 -0
- package/chunks/{Chip-L25luM9A.js → Chip-DAuhowke.js} +16 -16
- package/chunks/Confirm.module-C8vukyYR.js +15 -0
- package/chunks/{DropdownListItem-QBxfm941.js → DropdownListItem-Dd97YDii.js} +15 -15
- package/chunks/DropdownMobile.module-CCITYoi5.js +23 -0
- package/chunks/Footer.module-CvMg6tX7.js +9 -0
- package/chunks/{FormFieldInput-ZCQQZs7b.js → FormFieldInput-CkbWg1jd.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +9 -0
- package/chunks/HeaderTabs.module-BByuDFWD.js +9 -0
- package/chunks/{HeaderTitle.module-C7KQyTXH.js → HeaderTitle.module-B5-wunmu.js} +2 -2
- package/chunks/IslandAccordion.module-xj0cP0m9.js +25 -0
- package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +9 -0
- package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +9 -0
- package/chunks/{LightBoxContent-D0toheNV.js → LightBoxContent-CkXwpIcr.js} +11 -11
- package/chunks/LightBoxControls.module-CzUVzNt3.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +8 -0
- package/chunks/{ListItemControlsButton-B0Qs0eEN.js → ListItemControlsButton-CzGamwTx.js} +9 -9
- package/chunks/ListItemTail.module-nXIzaumG.js +12 -0
- package/chunks/ListMasterFooter.module-DSwVh_Ga.js +10 -0
- package/chunks/ModalWindow.module-Cve8WlGX.js +17 -0
- package/chunks/Notification.module-CPxgLCeP.js +21 -0
- package/chunks/Overlay.module-CUGc7krZ.js +18 -0
- package/chunks/Page.module-F4pO41fd.js +11 -0
- package/chunks/{RightBorderArrow-B3TaRXow.js → RightBorderArrow-DCUUrij3.js} +17 -17
- package/chunks/SMSField.module-DsbfVxJI.js +16 -0
- package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +15 -0
- package/chunks/{SliderExtendedRail-DP6nRRY0.js → SliderExtendedRail-BGydR8-k.js} +10 -10
- package/chunks/StatusTracker.module-BfU9IGap.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-C04_aHFB.js → SuggestFieldMobileDropdownHint-B1y2_WeW.js} +2 -2
- package/chunks/TableFooter.module-B85spOme.js +14 -0
- package/chunks/TabsExtended.module-D5Cengc4.js +16 -0
- package/chunks/TabsLine.module-BIWiErhn.js +21 -0
- package/chunks/TooltipDesktop.module-BHooJ0zu.js +19 -0
- package/chunks/TreeView.module-BlFF2oGU.js +9 -0
- package/chunks/UploadZoneInput-BERiqnOn.js +35 -0
- package/chunks/{utils-BWjaO0EE.js → utils-7DZsULe6.js} +14 -14
- package/chunks/utils-BSFj4o72.js +24 -0
- package/chunks/utils-Bn_7-Ayu.js +36 -0
- package/chunks/{utils-CDPE3P4X.js → utils-BxluXyQN.js} +8 -8
- package/chunks/utils-x7NpEaSu.js +20 -0
- package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +47 -39
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +35 -35
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +21 -21
- 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/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- 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 +2 -2
- package/components/DateRange/DateRange.js +2 -2
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +90 -95
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
- package/components/DesignTokens/components/index.js +153 -156
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +23 -23
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +13 -13
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +2 -2
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +6 -6
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +7 -7
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +26 -26
- 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 +19 -19
- 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 +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +6 -6
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +2 -2
- 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 +2 -2
- package/components/List/components/ListSortableItemTarget.js +4 -4
- 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 +8 -8
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- 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 +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- 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 +5 -5
- 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 +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +31 -23
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +8 -8
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +9 -9
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +6 -6
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +24 -24
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +29 -29
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +6 -6
- 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 +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- 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 +4 -4
- 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 +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +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 +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- 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 +2 -2
- 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 +7 -7
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +5 -5
- 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 +9 -9
- package/components/Tag/Tag.js +14 -14
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +13 -13
- 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 +4 -4
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +34 -34
- 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 +3 -3
- package/components/Typography/Text.js +14 -14
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +4 -4
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +54 -50
- package/consts/DateConst.js +1 -1
- package/index.d.ts +70 -16
- package/index.js +136 -132
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BGQ1uQrz.js +0 -39
- package/chunks/Card.module-Bb-0eR7p.js +0 -17
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +0 -11
- package/chunks/Confirm.module-B2F1vU1t.js +0 -15
- package/chunks/DropdownMobile.module-zHrNkkL5.js +0 -23
- package/chunks/Footer.module-CTz6ITIP.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +0 -9
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +0 -9
- package/chunks/IslandAccordion.module-B1DwUTEO.js +0 -25
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +0 -9
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +0 -9
- package/chunks/LightBoxControls.module-DUY3tLKy.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +0 -8
- package/chunks/ListItemTail.module-uDs8u3yU.js +0 -12
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +0 -10
- package/chunks/ModalWindow.module-BxFKBpp4.js +0 -17
- package/chunks/Notification.module-HwYJsw5w.js +0 -21
- package/chunks/Overlay.module-BdT_EdJd.js +0 -18
- package/chunks/Page.module-CQz9ZvqA.js +0 -11
- package/chunks/SMSField.module-B2vNyUh9.js +0 -16
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +0 -15
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +0 -24
- package/chunks/TableFooter.module-DNpkWevf.js +0 -14
- package/chunks/TabsExtended.module-BvIRknmY.js +0 -16
- package/chunks/TabsLine.module-BN-kBFLj.js +0 -21
- package/chunks/TooltipDesktop.module-itrszAnq.js +0 -19
- package/chunks/TreeView.module-CDWFlOAV.js +0 -9
- package/chunks/UploadZoneInput-BYGZcWC8.js +0 -35
- package/chunks/utils-BsNeWWRx.js +0 -20
- package/chunks/utils-DKyrkqb2.js +0 -36
- package/chunks/utils-P0A0WEsB.js +0 -24
- package/components/DesignTokens/components/AmountField.js +0 -11
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as f } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-CwhnMZ7o.js";
|
|
7
|
+
const x = "alertProcess__c66159b1", y = "withSpoiler__5970fe1c", u = "themeIcon__3cfec688", T = "alertTypeError__836d7466", B = "alertTypeInfo__acb14a4c", C = "alertTypeWarning__b76b942e", S = "alertTypeSystem__fae7d67b", b = "alertTypeFeature__101245f1", h = "alertProcessContentBlock__eb76e484", I = "expandableContent__ca970fff", P = "expanded__57305fcc", g = "closeButton__d525e949", k = "expandButton__72e3c2fc", e = {
|
|
8
|
+
alertProcess: x,
|
|
9
|
+
withSpoiler: y,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: b,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
+
const { setHasSpoiler: n } = d(f);
|
|
23
|
+
i(() => (n(!0), () => {
|
|
24
|
+
n(!1);
|
|
25
|
+
}), [n]);
|
|
26
|
+
const l = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: l, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
v.displayName = "AlertProcessSpoiler";
|
|
35
|
+
export {
|
|
36
|
+
v as A,
|
|
37
|
+
e as s
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-2ISgLMAv.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "./vendor-CwhnMZ7o.js";
|
|
3
3
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as k } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__2360d998", E = "calendarViewMonths__37ee253d", L = "calendarViewYears__ae62adc6", R = "calendarViewDaysHeader__4783d876", v = "calendarViewDaysBody__5d301945", H = "calendarViewItem__0047d471", B = "current__c3814c1e", S = "disabled__5b1e048c", j = "calendarViewItemLabel__b538a3a4", O = "selected__4a4da3c8", P = "basicMark__a426a8e6", g = "standardMark__071c16cb", q = "attentionMark__6c1d3a19", z = "criticalMark__94d33385", G = "muted__7927f3c1", J = "marked__050741b4", Q = "unitDay__72f4dc64", U = "unitMonth__73d983d6", W = "unitYear__df8c99f1", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -34,61 +34,61 @@ const A = "calendarViewDays__32103392", E = "calendarViewMonths__41747522", L =
|
|
|
34
34
|
month: a.unitMonth,
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
|
-
children:
|
|
37
|
+
children: f,
|
|
38
38
|
className: y,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
41
|
-
tabbable:
|
|
40
|
+
unit: I,
|
|
41
|
+
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
45
|
-
markType:
|
|
44
|
+
muted: C,
|
|
45
|
+
markType: n,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
|
-
...
|
|
50
|
+
...D
|
|
51
51
|
}) => {
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
|
-
|
|
56
|
-
}, [
|
|
57
|
-
const
|
|
55
|
+
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [c, t]);
|
|
57
|
+
const h = (e) => {
|
|
58
58
|
t.current = !0, d == null || d(e);
|
|
59
|
-
},
|
|
59
|
+
}, b = (e) => {
|
|
60
60
|
t.current = !1, s == null || s(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
|
-
const
|
|
63
|
-
(
|
|
62
|
+
const M = e.code || e.keyCode;
|
|
63
|
+
(k(M, "ENTER") || k(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ V(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
69
|
-
tabIndex:
|
|
68
|
+
className: w(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
+
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
|
-
onFocus:
|
|
72
|
-
onBlur:
|
|
71
|
+
onFocus: h,
|
|
72
|
+
onBlur: b,
|
|
73
73
|
onKeyDown: p,
|
|
74
|
-
...
|
|
74
|
+
...D,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ V(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: w(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[I],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
85
|
-
[a.muted]: !!
|
|
84
|
+
[a.marked]: n !== void 0,
|
|
85
|
+
[a.muted]: !!C,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
n !== void 0 ? X[n] : void 0
|
|
89
89
|
),
|
|
90
90
|
onClick: () => m(o),
|
|
91
|
-
children:
|
|
91
|
+
children: f
|
|
92
92
|
}
|
|
93
93
|
)
|
|
94
94
|
}
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-DM6giHDZ.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__4733a604", d = "roundingMD__10348476", c = "roundingSM__c7534405", a = "general__26ca7ecd", o = "secondary__1c3d17a9", r = "cardMedia__8cc0300d", t = "cardContent__c4b61804", e = "paddingMD__d7099055", _ = "paddingSM__086c4923", s = "cardContentHeader__a400d3e3", g = "cardContentFooter__f59f6016", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: c,
|
|
5
|
+
general: a,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: r,
|
|
8
|
+
cardContent: t,
|
|
9
|
+
paddingMD: e,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-B3p3ckTi.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__27e88abc", c = "checkboxTreeExtendedNode__ece5eecf", d = "checkboxTreeExtendedNodeHeader__7c80add1", o = "checkboxTreeCheckboxLabel__6da0325f", r = "caretIconWrapper__2dcfca81", 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-C9E_PNKd.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import x, { useCallback as
|
|
3
|
-
import { c as n } from "./vendor-
|
|
4
|
-
import { EComponentSize as
|
|
2
|
+
import x, { useCallback as u } from "react";
|
|
3
|
+
import { c as n } from "./vendor-CwhnMZ7o.js";
|
|
4
|
+
import { EComponentSize as b } 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__1ece13c5", w = "chip__13198a73", I = "lg__04caf8c9", B = "prefix__a03f10e6", G = "postfix__176c7b1f", g = "md__e89edacc", z = "sm__61ed95b3", M = "disabled__0220883b", S = "selected__5794772f", j = "withPrefix__7237def8", y = "withPostfix__5517af30", E = "content__3e23486b", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,10 +18,10 @@ const N = "chipGroupItem__54d1372f", w = "chip__ef917b32", I = "lg__d39e0bae", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix:
|
|
22
|
-
const _ =
|
|
23
|
-
(
|
|
24
|
-
C(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: f = b.MD, onKeyDown: s, ...m }, d) => {
|
|
22
|
+
const _ = u(
|
|
23
|
+
(i) => {
|
|
24
|
+
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
26
26
|
[s]
|
|
27
27
|
);
|
|
@@ -31,22 +31,22 @@ const N = "chipGroupItem__54d1372f", w = "chip__ef917b32", I = "lg__d39e0bae", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[f],
|
|
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 c < "u"
|
|
40
40
|
},
|
|
41
41
|
p
|
|
42
42
|
),
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: _,
|
|
46
|
-
...
|
|
47
|
-
ref:
|
|
46
|
+
...m,
|
|
47
|
+
ref: d,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
c ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,7 +58,7 @@ const N = "chipGroupItem__54d1372f", w = "chip__ef917b32", I = "lg__d39e0bae", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: c
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
64
|
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-DAuhowke.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__9ad72b29", o = "isInLightBox__4cc97846", i = "isInSideOverlaySM__01354ed6", t = "isInSideOverlayMD__e230e123", e = "isInSideOverlayLG__9f877074", s = "confirmCloseButton__3ad48ebf", r = "confirmContent__624d7105", c = "confirmControls__94d329be", l = "confirmContentTitle__133d3d36", _ = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: r,
|
|
9
|
+
confirmControls: c,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
_ as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-C8vukyYR.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
|
-
import { EVENT_KEY_CODES as
|
|
4
|
-
import { c as u } from "./vendor-
|
|
3
|
+
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
|
+
import { c as u } from "./vendor-CwhnMZ7o.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__2247d4ee", y = "sm__134ccfa0", N = "dropdownDesktopListItem__cbaa86af", b = "dropdownDesktopListLoader__3de94430", g = "md__0a8febc1", x = "lg__8011142b", O = "active__b3d8fd38", R = "selected__d0025b29", T = "notificationIcon__c239ac92", 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:
|
|
16
|
-
},
|
|
10
|
+
dropdownDesktopListLoader: b,
|
|
11
|
+
md: g,
|
|
12
|
+
lg: x,
|
|
13
|
+
active: O,
|
|
14
|
+
selected: R,
|
|
15
|
+
notificationIcon: T
|
|
16
|
+
}, C = [c.SPACE, c.ENTER], K = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: a = C,
|
|
20
20
|
children: d,
|
|
21
21
|
className: p,
|
|
22
22
|
onClick: n,
|
|
@@ -27,7 +27,7 @@ const l = "dropdownDesktopList__5d1da937", y = "sm__2e1ffd85", N = "dropdownDesk
|
|
|
27
27
|
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
30
|
+
a.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
31
|
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
@@ -55,9 +55,9 @@ const l = "dropdownDesktopList__5d1da937", y = "sm__2e1ffd85", N = "dropdownDesk
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
K.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
K as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-Dd97YDii.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__cf45a543", d = "dropdownMobileBackdrop__c22f149b", e = "closing__a13b0579", n = "opening__af045a96", r = "opened__0945bbea", t = "dropdownMobile__f3ef3e4c", i = "dropdownMobileHeader__ef9b98f0", p = "dropdownMobileHeaderContent__923b8588", b = "dropdownMobileContent__0a5dfb02", l = "dropdownMobileFooter__d8ba82e3", c = "dropdownMobileListItem__d0c373be", s = "selected__d0025b29", w = "dropdownMobileListLoader__258b805b", _ = "dropdownMobileBodyOverflow__af5773cf", a = "controlButtons__a3a82b47", M = "dropdownMobileLoader__b24bd9d8", f = "notificationIcon__c239ac92", 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: b,
|
|
11
|
+
dropdownMobileFooter: l,
|
|
12
|
+
dropdownMobileListItem: c,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: a,
|
|
17
|
+
dropdownMobileLoader: M,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-CCITYoi5.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__ae275d4e", t = "footerDescriptionContent__994a5372", e = "footerDescriptionControls__b6096d21", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-CvMg6tX7.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { FormFieldContext as
|
|
4
|
-
import { c as k, a as y } from "./vendor-
|
|
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-CwhnMZ7o.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
6
|
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
-
const T = "
|
|
7
|
+
const T = "formFieldInput__c0cbb50a", W = "sm__0f878821", j = "md__796ef235", q = "lg__0ebaa418", x = {
|
|
8
8
|
formFieldInput: T,
|
|
9
9
|
sm: W,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w = M(x), L =
|
|
13
|
-
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder:
|
|
12
|
+
}, w = M(x), L = z.forwardRef((m, u) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: d, value: o, ...b } = m, { render: f, ...B } = m, { focused: C, status: E, setFocused: p, setId: l, setValueExist: a, size: F } = A(R), I = k(x.formFieldInput, w[F], S), t = P(s || y("input_"));
|
|
14
14
|
c(() => {
|
|
15
15
|
l(t.current);
|
|
16
16
|
}, []), c(() => {
|
|
@@ -27,30 +27,30 @@ const T = "formFieldInput__1c2495f8", W = "sm__42c421ea", j = "md__3b63f96d", q
|
|
|
27
27
|
};
|
|
28
28
|
return f ? f(
|
|
29
29
|
{
|
|
30
|
-
...
|
|
30
|
+
...B,
|
|
31
31
|
className: I,
|
|
32
32
|
id: t.current,
|
|
33
33
|
onAnimationStart: N,
|
|
34
34
|
onBlur: _,
|
|
35
35
|
onFocus: h,
|
|
36
36
|
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
37
|
-
placeholder:
|
|
37
|
+
placeholder: C ? d : " ",
|
|
38
38
|
size: F
|
|
39
39
|
},
|
|
40
|
-
|
|
41
|
-
) : /* @__PURE__ */
|
|
40
|
+
u
|
|
41
|
+
) : /* @__PURE__ */ g(
|
|
42
42
|
"input",
|
|
43
43
|
{
|
|
44
|
-
...
|
|
44
|
+
...b,
|
|
45
45
|
className: I,
|
|
46
|
-
disabled:
|
|
46
|
+
disabled: E === D.DISABLED,
|
|
47
47
|
id: t.current,
|
|
48
48
|
onAnimationStart: N,
|
|
49
49
|
onFocus: h,
|
|
50
50
|
onBlur: _,
|
|
51
51
|
value: o,
|
|
52
|
-
placeholder:
|
|
53
|
-
ref:
|
|
52
|
+
placeholder: d,
|
|
53
|
+
ref: u
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
});
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
L as F,
|
|
60
60
|
x as s
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=FormFieldInput-
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-CkbWg1jd.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__7e61b5d3", a = "headerLayoutSidebarContent__9e94a24c", d = "headerLayoutSidebarSidebar__cb24e6f2", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-Dsxv0xGF.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__c0e8919a", t = "headerTitleControls__7158a409", l = "headerTitleContent__caa4cb71", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__0578eaab", t = "headerTitleControls__d4bdd16e", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-B5-wunmu.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__aff44b5e", t = "island__60d1c1d3", c = "item__13c82a00", o = "disabled__e91bc994", d = "sm__8cea55d3", s = "md__d64a7043", _ = "lg__b782b7bd", n = "header__018886aa", a = "type1__f3de8dbd", r = "opened__274d5b8a", p = "type2__22dc9cdc", i = "type3__47dd34ff", l = "footer__581f9341", b = "body__4875e3c9", y = "caretWrapper__48915326", f = "caretIcon__cee69838", m = "step__b9f2da12", W = "titleWrapper__51e5fa63", g = "remove__f100c2e8", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: d,
|
|
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: b,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: f,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-xj0cP0m9.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__4f82f563", o = "islandWidgetFooterContent__d77039eb", e = "islandWidgetFooterControls__290a6930", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-bDnVNRPn.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__5d19897d", d = "islandWidgetHeaderContent__a1408318", i = "islandWidgetHeaderDescription__e1635862", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-BW5vlxfL.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { useState as v, useRef as _, useCallback as
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as C, useEffect as b } from "react";
|
|
3
3
|
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import { u as S, c as T } from "./vendor-
|
|
4
|
+
import { u as S, c as T } from "./vendor-CwhnMZ7o.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__069d968b", A = "lightBoxBackdrop__9d45e754", L = "lightBoxSideOverlayActive__27281150", W = "lightBoxTopOverlayActive__b0b8679a", N = "lightBoxContent__423801ad", E = "loadingContentOverlay__5dbdce12", k = "lightBoxContentResizeWrapper__ea6863bc", w = "tempElSafariBug__e13f3681", H = "bodyOverflowHidden__f397e6dd", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,19 +13,19 @@ const z = "lightBox__e3db2e0c", A = "lightBoxBackdrop__8dfb5dfc", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className:
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: s, isLoading: a, loadingTitle: c, ...f } = p, [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);
|
|
21
|
-
}, []), t =
|
|
21
|
+
}, []), t = u(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
24
|
C(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
26
|
}), []), b(() => {
|
|
27
27
|
t();
|
|
28
|
-
}, [l,
|
|
28
|
+
}, [l, s, a, c, t]);
|
|
29
29
|
const { ref: x } = S({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
@@ -37,12 +37,12 @@ const z = "lightBox__e3db2e0c", A = "lightBoxBackdrop__8dfb5dfc", L = "lightBoxS
|
|
|
37
37
|
return /* @__PURE__ */ i(O, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className: T(
|
|
40
|
+
className: T(s, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
|
-
...
|
|
42
|
+
...f,
|
|
43
43
|
children: [
|
|
44
44
|
l,
|
|
45
|
-
|
|
45
|
+
a && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
46
|
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
47
|
]
|
|
48
48
|
}
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-CkXwpIcr.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__863879e3", o = "withKeyboardEvent__c0022fc5", e = "withoutKeyboardEvent__85d018ee", l = "lightBoxPrev__13eb93f9", i = "lightBoxNext__243b0918", n = "lightBoxControlsDesktop__046a5361", x = "lightBoxControlsMobile__7034ea84", h = "lightBoxClose__16552971", s = "lightBoxPrevButton__9dfa6d10", B = "lightBoxNextButton__79b00850", 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-CzUVzNt3.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__b93d5792", l = "lightBoxSideOverlayCloseMobile__d9a0b8cb", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-DLin9oqm.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
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-
|
|
3
|
+
import { c as I } from "./vendor-CwhnMZ7o.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
8
|
-
listItemControlsButtonLabel:
|
|
9
|
-
listItemControlsButtonDropdown:
|
|
10
|
-
listItemControlsButtonIcon:
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__ef716652", d = "listItemControlsButtonLabel__d263545d", B = "listItemControlsButtonDropdown__e8ab3bcd", C = "listItemControlsButtonIcon__dc2dde3f", p = "withText__e7a80dfd", _ = "listItemControlsButtonInner__1ddb354d", f = "withIcon__52755dae", w = "buttonDropdownMenuItem__8a4aef04", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
|
+
listItemControlsButtonLabel: d,
|
|
9
|
+
listItemControlsButtonDropdown: B,
|
|
10
|
+
listItemControlsButtonIcon: C,
|
|
11
11
|
withText: p,
|
|
12
12
|
listItemControlsButtonInner: _,
|
|
13
13
|
withIcon: f,
|
|
@@ -30,7 +30,7 @@ const a = "listItemControlsButton__8418d094", 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(a, { className: t.listItemControlsButtonLabel, size: u.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-CzGamwTx.js.map
|