@sberbusiness/triplex-next 1.3.0 → 1.5.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-M7W9D-p3.js +39 -0
- package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
- package/chunks/Card.module-lZl8x0iL.js +17 -0
- package/chunks/Chip-DpSJGyYK.js +90 -0
- package/chunks/DropdownListItem-SqymKZn5.js +57 -0
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
- package/chunks/Footer.module-3tcvZGt3.js +9 -0
- package/chunks/FormFieldInput-BSxKZxcq.js +62 -0
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
- package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
- package/chunks/HeaderTitle.module-CEMLCR13.js +11 -0
- package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
- package/chunks/LightBoxContent-DTTxRVLQ.js +56 -0
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
- package/chunks/{ListItemControlsButton-Ms4q9wDe.js → ListItemControlsButton-AbCEipFe.js} +7 -7
- package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
- package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
- package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
- package/chunks/Overlay.module-BqJXvoeX.js +18 -0
- package/chunks/Page.module-DUQ6i8Ez.js +12 -0
- package/chunks/{RightBorderArrow-D6ZllSTT.js → RightBorderArrow-Co_RT8lZ.js} +14 -14
- package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
- package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cc_fZLBH.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
- package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
- package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
- package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
- package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
- package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
- package/chunks/{UploadZoneInput-Bkv3b0F5.js → UploadZoneInput-C2-_7DoS.js} +3 -3
- package/chunks/{utils-CVSz7tV_.js → utils-CFlJg-k1.js} +5 -5
- package/chunks/utils-CXhKCNyM.js +72 -0
- package/chunks/utils-CoHHiBA8.js +24 -0
- package/chunks/{utils-DWPj89gs.js → utils-D9w2Kvyk.js} +7 -7
- package/chunks/{utils-BZFu5eVD.js → utils-Dhi5F6Da.js} +8 -8
- package/chunks/vendor-9KVE23Ri.js +14839 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +23 -24
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +25 -8
- package/components/Body/enums.js +5 -0
- package/components/Button/Button.js +45 -44
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +54 -54
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +183 -0
- package/components/Calendar/CalendarContext.js +22 -0
- package/components/Calendar/CalendarRange.js +28 -0
- package/components/Calendar/CalendarViewContext.js +8 -0
- package/components/Calendar/components/CalendarControls.js +98 -0
- package/components/Calendar/components/CalendarFooter.js +9 -0
- package/components/Calendar/components/CalendarTodayButton.js +31 -0
- package/components/Calendar/components/CalendarView.js +30 -0
- package/components/Calendar/components/CalendarViewDays.js +109 -0
- package/components/Calendar/components/CalendarViewItem.js +11 -0
- package/components/Calendar/components/CalendarViewMonths.js +64 -0
- package/components/Calendar/components/CalendarViewYears.js +64 -0
- package/components/Calendar/enums.js +7 -0
- package/components/Calendar/index.js +9 -0
- package/components/Calendar/utils.js +38 -0
- package/components/Card/CardAction.js +16 -16
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +20 -20
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +3 -3
- package/components/Chip/Chip.js +5 -3
- package/components/Chip/ChipClearButton.js +16 -24
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +55 -0
- package/components/Chip/ChipSuggest/ChipSuggest.js +21 -0
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +85 -0
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +42 -0
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +81 -0
- package/components/Chip/ChipSuggest/index.js +7 -0
- package/components/Chip/ChipSuggest/types.js +2 -0
- package/components/Chip/index.js +9 -3
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/DateField/DateField.js +135 -0
- package/components/DateField/DateFieldContext.js +12 -0
- package/components/DateField/DateFieldTarget.js +60 -0
- package/components/DateField/constants.js +5 -0
- package/components/DateField/index.js +5 -0
- package/components/DateField/types.js +2 -0
- package/components/DateField/utils.js +23 -0
- package/components/DatePickerExtended/DatePickerExtended.js +136 -0
- package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +91 -70
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +88 -62
- package/components/DesignTokens/DesignTokensCore.js +1 -1
- package/components/DesignTokens/components/Calendar.js +109 -0
- package/components/DesignTokens/components/Card.js +6 -3
- package/components/DesignTokens/components/Divider.js +4 -4
- package/components/DesignTokens/components/Island.js +1 -1
- package/components/DesignTokens/components/IslandAccordion.js +9 -0
- package/components/DesignTokens/components/LightBox.js +11 -0
- package/components/DesignTokens/components/Loader.js +13 -7
- package/components/DesignTokens/components/ModalWindow.js +11 -0
- package/components/DesignTokens/components/SMSInput.js +26 -0
- package/components/DesignTokens/components/StatusTracker.js +35 -0
- package/components/DesignTokens/components/Step.js +44 -0
- package/components/DesignTokens/components/index.js +127 -109
- package/components/Divider/Divider.js +18 -18
- package/components/Dropdown/desktop/DropdownDesktop.js +23 -23
- package/components/Dropdown/desktop/DropdownList.js +42 -41
- 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 +4 -4
- 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 +11 -0
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +27 -27
- package/components/Footer/Footer.js +9 -20
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +14 -18
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +14 -18
- package/components/FormField/components/FormFieldPostfix.js +10 -10
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +36 -32
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +15 -27
- 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 +2 -2
- 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 +15 -7
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +14 -6
- package/components/HelpBox/HelpBox.js +21 -21
- package/components/Island/Island.js +12 -16
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/components/index.js +9 -0
- package/components/Island/index.js +7 -1
- package/components/Island/utils.js +1 -3
- package/components/IslandAccordion/IslandAccordion.js +31 -0
- package/components/IslandAccordion/IslandAccordionContext.js +16 -0
- package/components/IslandAccordion/components/IslandAccordionContent.js +12 -0
- package/components/IslandAccordion/components/IslandAccordionFooter.js +13 -0
- package/components/IslandAccordion/components/IslandAccordionItem.js +122 -0
- package/components/IslandAccordion/components/IslandAccordionTitle.js +21 -0
- package/components/IslandAccordion/components/index.js +11 -0
- package/components/IslandAccordion/index.js +13 -0
- package/components/LightBox/LightBox.js +105 -0
- package/components/LightBox/LightBoxContent.js +10 -0
- package/components/LightBox/LightBoxControls/LightBoxClose.js +53 -0
- package/components/LightBox/LightBoxControls/LightBoxControls.js +15 -0
- package/components/LightBox/LightBoxControls/LightBoxNext.js +58 -0
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +58 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +106 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +35 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +27 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +21 -0
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +86 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +63 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManagerConsts.js +28 -0
- package/components/LightBox/index.js +7 -0
- package/components/Link/Link.js +12 -12
- package/components/List/List.js +7 -7
- 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 +3 -3
- 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 +4 -4
- package/components/List/components/ListItemSelectable.js +5 -5
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +9 -9
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -12
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +19 -20
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +98 -0
- package/components/ModalWindow/components/ModalWindowBody.js +189 -0
- package/components/ModalWindow/components/ModalWindowClose.js +29 -0
- package/components/ModalWindow/components/ModalWindowContent.js +13 -0
- package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
- package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
- package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
- package/components/ModalWindow/index.js +17 -0
- package/components/MonthYearField/MonthYearField.js +66 -0
- package/components/MonthYearField/MonthYearFieldContext.js +9 -0
- package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
- package/components/MonthYearField/constants.js +5 -0
- package/components/MonthYearField/index.js +5 -0
- package/components/MonthYearField/types.js +2 -0
- package/components/MonthYearField/utils.js +22 -0
- 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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +11 -11
- 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 +13 -13
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +35 -29
- package/components/Page/components/HeaderPage.js +22 -28
- package/components/Page/components/useStickyCornerRadius.js +32 -22
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- 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 +12 -12
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSInput/SMSInput.js +41 -0
- package/components/SMSInput/SMSInputContext.js +23 -0
- package/components/SMSInput/components/RefreshIcon.js +35 -0
- package/components/SMSInput/components/SMSInputInput.js +63 -0
- package/components/SMSInput/components/SMSInputRefresh.js +39 -0
- package/components/SMSInput/components/SMSInputSubmit.js +43 -0
- package/components/SMSInput/components/SMSInputTooltip.js +38 -0
- package/components/SMSInput/components/SubmitIcon.js +19 -0
- package/components/SMSInput/index.js +5 -0
- package/components/SMSInput/types.js +2 -0
- package/components/SegmentedControl/SegmentedControl.js +15 -15
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -20
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/Spoiler/Spoiler.js +75 -0
- package/components/Spoiler/index.js +5 -0
- package/components/StatusTracker/StatusTracker.js +45 -0
- package/components/StatusTracker/components/StatusTrackerAlert.js +18 -0
- package/components/StatusTracker/components/StatusTrackerBody.js +20 -0
- package/components/StatusTracker/components/StatusTrackerButton.js +16 -0
- package/components/StatusTracker/components/StatusTrackerDescription.js +24 -0
- package/components/StatusTracker/components/StatusTrackerFooter.js +28 -0
- package/components/StatusTracker/components/StatusTrackerHeader.js +22 -0
- package/components/StatusTracker/components/StatusTrackerMedia.js +11 -0
- package/components/StatusTracker/components/StatusTrackerStatus.js +12 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +25 -0
- package/components/StatusTracker/components/StatusTrackerTitle.js +24 -0
- package/components/StatusTracker/enums.js +6 -0
- package/components/StatusTracker/index.js +5 -0
- package/components/Step/Step.js +49 -0
- package/components/Step/enums.js +6 -0
- package/components/Step/index.js +9 -0
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +54 -54
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +99 -0
- package/components/Suggest/SuggestContext.js +29 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +96 -0
- package/components/Suggest/index.js +8 -0
- package/components/Suggest/types.js +2 -0
- package/components/SuggestField/SuggestField.js +11 -12
- package/components/SuggestField/SuggestFieldTarget.js +35 -32
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +73 -72
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +27 -26
- 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 +20 -20
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +33 -32
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +19 -18
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +9 -9
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +10 -21
- 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 +14 -14
- 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 +17 -17
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +18 -0
- package/components/TextareaField/index.js +5 -0
- package/components/TextareaField/types.js +2 -0
- package/components/ThemeProvider/ThemeProvider.js +6 -6
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- 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 +26 -30
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Triggers/TriggerClickOnKeyDownEvent.js +15 -0
- package/components/Typography/Caption.js +13 -13
- package/components/Typography/Text.js +24 -24
- package/components/Typography/Title.js +15 -15
- package/components/Typography/index.js +15 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +18 -0
- package/components/index.js +428 -366
- package/consts/DateConst.js +14 -0
- package/index.d.ts +1022 -60
- package/index.js +434 -372
- package/package.json +50 -1
- package/styles/triplex-next.css +501 -441
- package/types/DateTypes.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/utils/focus/FocusTrapUtils.js +11 -0
- package/utils/scroll/scrollbar.js +14 -0
- package/chunks/AlertProcessSpoiler-B91XiZ7K.js +0 -39
- package/chunks/Card.module-NgdHcwYS.js +0 -17
- package/chunks/Chip-XyednI9u.js +0 -87
- package/chunks/DropdownListItem-g0mYNHIW.js +0 -57
- package/chunks/DropdownMobile.module-BBY44sVr.js +0 -21
- package/chunks/Footer.module-4a0n1yRR.js +0 -11
- package/chunks/FormFieldInput-qaJqBTBV.js +0 -63
- package/chunks/HeaderLayoutSidebar.module-BP0DyJae.js +0 -9
- package/chunks/HeaderTabs.module-CXcyvbb5.js +0 -9
- package/chunks/HeaderTitle.module-B-6xJFnf.js +0 -9
- package/chunks/ListItemTail.module-D5VudFCz.js +0 -12
- package/chunks/ListMasterFooter.module-DzXu5TSC.js +0 -10
- package/chunks/Notification.module-MX1NZXsu.js +0 -21
- package/chunks/Overlay.module-B1IlIRoo.js +0 -18
- package/chunks/Page.module-Cwb_zvqj.js +0 -12
- package/chunks/TableFooter.module-D9_esv5A.js +0 -13
- package/chunks/TabsExtended.module--2PQhvJQ.js +0 -16
- package/chunks/TabsLine.module-CH_sqFyE.js +0 -23
- package/chunks/TooltipDesktop.module-D3cbaDX1.js +0 -19
- package/chunks/utils-D8e1oAR3.js +0 -72
- package/chunks/utils-dyCpsmr1.js +0 -48
- package/chunks/vendor-CehxOAkM.js +0 -11907
- package/components/DesignTokens/components/Page.js +0 -9
- /package/components/{Island → Calendar}/types.js +0 -0
|
@@ -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 x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-9KVE23Ri.js";
|
|
7
|
+
const y = "alertProcess__c451a774", f = "withSpoiler__768bc40a", u = "themeIcon__2d3ae919", T = "alertTypeError__d1b83062", b = "alertTypeInfo__636f7231", B = "alertTypeWarning__14717e58", C = "alertTypeSystem__dd7ddb1d", S = "alertTypeFeature__4e6ed240", h = "alertProcessContentBlock__bb281510", I = "closeButton__c98bf544", P = "expandableContent__bfcabf3e", g = "expanded__e92d927e", k = "expandButton__2785e148", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: b,
|
|
13
|
+
alertTypeWarning: B,
|
|
14
|
+
alertTypeSystem: C,
|
|
15
|
+
alertTypeFeature: S,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
closeButton: I,
|
|
18
|
+
expandableContent: P,
|
|
19
|
+
expanded: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
+
const { setHasSpoiler: n } = d(x);
|
|
23
|
+
i(() => (n(!0), () => {
|
|
24
|
+
n(!1);
|
|
25
|
+
}), [n]);
|
|
26
|
+
const c = () => {
|
|
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 }), ...l, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, 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-M7W9D-p3.js.map
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as M } from "./vendor-9KVE23Ri.js";
|
|
3
|
+
import { useContext as p, useRef as E, useEffect as N } from "react";
|
|
4
|
+
import { ECalendarDateMarkType as n } from "../components/Calendar/enums.js";
|
|
5
|
+
import { CalendarViewContext as S } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
+
import { isKey as b } from "../utils/keyboard.js";
|
|
7
|
+
const T = "calendarViewDays__7cfc095c", Y = "calendarViewMonths__73e7f9fd", x = "calendarViewYears__788b973d", A = "calendarViewDaysHeader__44a21b97", B = "calendarViewDaysBody__61e41677", L = "calendarViewItem__1cac2b61", R = "current__3d40ae38", v = "rangeSingle__6b915650", H = "rangeStart__bff97996", j = "rangeEnd__0c049463", O = "rangeBetween__9bc47fe9", P = "disabled__97c3fb23", q = "calendarViewItemLabel__9aa178b6", z = "selected__2edf45d3", G = "basicMark__74ce5beb", J = "standardMark__b8cc381b", Q = "attentionMark__2bd03494", U = "criticalMark__3b56cb30", W = "muted__31348cc3", X = "marked__6c6e8743", Z = "unitDay__9debfb6d", $ = "unitMonth__c15f58cc", F = "unitYear__e18adbdd", e = {
|
|
8
|
+
calendarViewDays: T,
|
|
9
|
+
calendarViewMonths: Y,
|
|
10
|
+
calendarViewYears: x,
|
|
11
|
+
calendarViewDaysHeader: A,
|
|
12
|
+
calendarViewDaysBody: B,
|
|
13
|
+
calendarViewItem: L,
|
|
14
|
+
current: R,
|
|
15
|
+
rangeSingle: v,
|
|
16
|
+
rangeStart: H,
|
|
17
|
+
rangeEnd: j,
|
|
18
|
+
rangeBetween: O,
|
|
19
|
+
disabled: P,
|
|
20
|
+
calendarViewItemLabel: q,
|
|
21
|
+
selected: z,
|
|
22
|
+
basicMark: G,
|
|
23
|
+
standardMark: J,
|
|
24
|
+
attentionMark: Q,
|
|
25
|
+
criticalMark: U,
|
|
26
|
+
muted: W,
|
|
27
|
+
marked: X,
|
|
28
|
+
unitDay: Z,
|
|
29
|
+
unitMonth: $,
|
|
30
|
+
unitYear: F
|
|
31
|
+
}, K = {
|
|
32
|
+
[n.BASIC]: e.basicMark,
|
|
33
|
+
[n.STANDARD]: e.standardMark,
|
|
34
|
+
[n.ATTENTION]: e.attentionMark,
|
|
35
|
+
[n.CRITICAL]: e.criticalMark
|
|
36
|
+
}, ee = {
|
|
37
|
+
day: e.unitDay,
|
|
38
|
+
month: e.unitMonth,
|
|
39
|
+
year: e.unitYear
|
|
40
|
+
}, se = ({
|
|
41
|
+
children: V,
|
|
42
|
+
className: k,
|
|
43
|
+
date: o,
|
|
44
|
+
unit: y,
|
|
45
|
+
tabbable: r,
|
|
46
|
+
active: l,
|
|
47
|
+
disabled: _,
|
|
48
|
+
muted: g,
|
|
49
|
+
markType: c,
|
|
50
|
+
onFocus: d,
|
|
51
|
+
onBlur: s,
|
|
52
|
+
onKeyDown: i,
|
|
53
|
+
onDateSelect: m,
|
|
54
|
+
...I
|
|
55
|
+
}) => {
|
|
56
|
+
const { viewItemFocusedRef: t } = p(S), u = E(null);
|
|
57
|
+
N(() => {
|
|
58
|
+
var a;
|
|
59
|
+
r && t.current && ((a = u.current) == null || a.focus());
|
|
60
|
+
}, [r, t]);
|
|
61
|
+
const C = (a) => {
|
|
62
|
+
t.current = !0, d == null || d(a);
|
|
63
|
+
}, D = (a) => {
|
|
64
|
+
t.current = !1, s == null || s(a);
|
|
65
|
+
}, h = (a) => {
|
|
66
|
+
const w = a.code || a.keyCode;
|
|
67
|
+
(b(w, "ENTER") || b(w, "SPACE")) && (a.preventDefault(), m(o)), i == null || i(a);
|
|
68
|
+
};
|
|
69
|
+
return /* @__PURE__ */ f(
|
|
70
|
+
"td",
|
|
71
|
+
{
|
|
72
|
+
className: M(e.calendarViewItem, { [e.disabled]: _ }, k),
|
|
73
|
+
tabIndex: r ? 0 : -1,
|
|
74
|
+
"aria-selected": l ? !0 : void 0,
|
|
75
|
+
onFocus: C,
|
|
76
|
+
onBlur: D,
|
|
77
|
+
onKeyDown: h,
|
|
78
|
+
...I,
|
|
79
|
+
ref: u,
|
|
80
|
+
children: /* @__PURE__ */ f(
|
|
81
|
+
"div",
|
|
82
|
+
{
|
|
83
|
+
className: M(
|
|
84
|
+
e.calendarViewItemLabel,
|
|
85
|
+
ee[y],
|
|
86
|
+
{
|
|
87
|
+
[e.disabled]: _,
|
|
88
|
+
[e.marked]: c !== void 0,
|
|
89
|
+
[e.muted]: !!g,
|
|
90
|
+
[e.selected]: l
|
|
91
|
+
},
|
|
92
|
+
c !== void 0 ? K[c] : void 0
|
|
93
|
+
),
|
|
94
|
+
onClick: () => m(o),
|
|
95
|
+
children: V
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
}
|
|
99
|
+
);
|
|
100
|
+
};
|
|
101
|
+
export {
|
|
102
|
+
se as C,
|
|
103
|
+
e as s
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=CalendarViewItem-Cs4qo2T0.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__dbd172a8", d = "roundingMD__34d72d13", e = "roundingSM__c21e3f2c", a = "general__ab81d980", o = "secondary__e0f3e1d0", c = "cardMedia__fdc2072f", r = "cardContent__8719be6a", t = "paddingMD__8c3430e2", _ = "paddingSM__ea652def", s = "cardContentHeader__0f05e31e", g = "cardContentFooter__af36f711", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: e,
|
|
5
|
+
general: a,
|
|
6
|
+
secondary: o,
|
|
7
|
+
cardMedia: c,
|
|
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-lZl8x0iL.js.map
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import x, { useCallback as b } from "react";
|
|
3
|
+
import { c as n } from "./vendor-9KVE23Ri.js";
|
|
4
|
+
import { EComponentSize as u } from "../enums/EComponentSize.js";
|
|
5
|
+
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
|
+
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
+
const N = "chipGroupItem__65914bc6", w = "chip__a15beede", I = "lg__cb327fa0", B = "prefix__cec0066f", G = "postfix__ea56245f", g = "md__16282e8f", z = "sm__7156c899", M = "disabled__d4eeff22", S = "selected__ab812c8d", j = "withPrefix__5344b138", y = "withPostfix__5fbc563b", E = "content__59e9a4f7", e = {
|
|
8
|
+
chipGroupItem: N,
|
|
9
|
+
chip: w,
|
|
10
|
+
lg: I,
|
|
11
|
+
prefix: B,
|
|
12
|
+
postfix: G,
|
|
13
|
+
md: g,
|
|
14
|
+
sm: z,
|
|
15
|
+
disabled: M,
|
|
16
|
+
selected: S,
|
|
17
|
+
withPrefix: j,
|
|
18
|
+
withPostfix: y,
|
|
19
|
+
content: E
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: f, size: r = u.MD, onKeyDown: s, ...m }, d) => {
|
|
22
|
+
const _ = b(
|
|
23
|
+
(i) => {
|
|
24
|
+
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
|
+
},
|
|
26
|
+
[s]
|
|
27
|
+
);
|
|
28
|
+
return /* @__PURE__ */ h(
|
|
29
|
+
"span",
|
|
30
|
+
{
|
|
31
|
+
className: n(
|
|
32
|
+
e.chip,
|
|
33
|
+
e.chipGroupItem,
|
|
34
|
+
R[r],
|
|
35
|
+
{
|
|
36
|
+
[e.disabled]: !!t,
|
|
37
|
+
[e.selected]: !!f,
|
|
38
|
+
[e.withPostfix]: typeof o < "u",
|
|
39
|
+
[e.withPrefix]: typeof c < "u"
|
|
40
|
+
},
|
|
41
|
+
p
|
|
42
|
+
),
|
|
43
|
+
role: "button",
|
|
44
|
+
tabIndex: t ? -1 : 0,
|
|
45
|
+
onKeyDown: _,
|
|
46
|
+
...m,
|
|
47
|
+
ref: d,
|
|
48
|
+
children: [
|
|
49
|
+
c ? /* @__PURE__ */ a(
|
|
50
|
+
"span",
|
|
51
|
+
{
|
|
52
|
+
className: n(
|
|
53
|
+
e.prefix,
|
|
54
|
+
"hoverable",
|
|
55
|
+
// Для иконок.
|
|
56
|
+
{
|
|
57
|
+
disabled: !!t
|
|
58
|
+
// Для иконок.
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
children: c
|
|
62
|
+
}
|
|
63
|
+
) : null,
|
|
64
|
+
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
65
|
+
o ? /* @__PURE__ */ a(
|
|
66
|
+
"span",
|
|
67
|
+
{
|
|
68
|
+
className: n(
|
|
69
|
+
e.postfix,
|
|
70
|
+
"hoverable",
|
|
71
|
+
// Для иконок.
|
|
72
|
+
{
|
|
73
|
+
disabled: !!t
|
|
74
|
+
// Для иконок.
|
|
75
|
+
}
|
|
76
|
+
),
|
|
77
|
+
children: o
|
|
78
|
+
}
|
|
79
|
+
) : null
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
T.displayName = "Chip";
|
|
86
|
+
export {
|
|
87
|
+
T as C,
|
|
88
|
+
e as s
|
|
89
|
+
};
|
|
90
|
+
//# sourceMappingURL=Chip-DpSJGyYK.js.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { jsx as w } from "react/jsx-runtime";
|
|
2
|
+
import E, { useEffect as f } from "react";
|
|
3
|
+
import { EVENT_KEY_CODES as i } from "../utils/keyboard.js";
|
|
4
|
+
import { c as k } from "./vendor-9KVE23Ri.js";
|
|
5
|
+
const u = "dropdownDesktopList__e5db8866", v = "sm__30213050", y = "dropdownDesktopListItem__09698aaa", I = "dropdownDesktopListLoader__7333d7f9", l = "md__2bb7d775", N = "lg__56c4cb68", b = "active__f364454d", g = "selected__057988d5", n = {
|
|
6
|
+
dropdownDesktopList: u,
|
|
7
|
+
sm: v,
|
|
8
|
+
dropdownDesktopListItem: y,
|
|
9
|
+
dropdownDesktopListLoader: I,
|
|
10
|
+
md: l,
|
|
11
|
+
lg: N,
|
|
12
|
+
active: b,
|
|
13
|
+
selected: g
|
|
14
|
+
}, O = [i.SPACE, i.ENTER], R = E.forwardRef(
|
|
15
|
+
({
|
|
16
|
+
active: s,
|
|
17
|
+
keyCodesForSelection: m = O,
|
|
18
|
+
children: e,
|
|
19
|
+
className: a,
|
|
20
|
+
onClick: d,
|
|
21
|
+
onSelect: t,
|
|
22
|
+
selected: p,
|
|
23
|
+
..._
|
|
24
|
+
}, L) => {
|
|
25
|
+
const r = (o) => {
|
|
26
|
+
const { keyCode: D } = o;
|
|
27
|
+
m.includes(D) && (o.preventDefault(), t == null || t());
|
|
28
|
+
}, c = (o) => {
|
|
29
|
+
t == null || t(), d == null || d(o);
|
|
30
|
+
};
|
|
31
|
+
return f(() => (s ? document.addEventListener("keydown", r) : document.removeEventListener("keydown", r), () => {
|
|
32
|
+
document.removeEventListener("keydown", r);
|
|
33
|
+
}), [s]), /* @__PURE__ */ w(
|
|
34
|
+
"div",
|
|
35
|
+
{
|
|
36
|
+
className: k(
|
|
37
|
+
n.dropdownDesktopListItem,
|
|
38
|
+
{ [n.active]: !!s, [n.selected]: !!p },
|
|
39
|
+
a
|
|
40
|
+
),
|
|
41
|
+
title: typeof e == "string" ? e : void 0,
|
|
42
|
+
role: "option",
|
|
43
|
+
"aria-selected": !!p,
|
|
44
|
+
..._,
|
|
45
|
+
onClick: c,
|
|
46
|
+
ref: L,
|
|
47
|
+
children: e
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
R.displayName = "DropdownListItem";
|
|
53
|
+
export {
|
|
54
|
+
R as D,
|
|
55
|
+
n as s
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=DropdownListItem-SqymKZn5.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__129ba173", d = "dropdownMobileBackdrop__1ccc6398", e = "closing__2adcb6c9", n = "opening__b2f7d86e", r = "opened__64058c9b", p = "dropdownMobile__6cd1b023", l = "dropdownMobileHeader__c367cbeb", i = "dropdownMobileContent__ceaa7325", b = "dropdownMobileFooter__73191fb2", t = "dropdownMobileListItem__00fb1593", c = "selected__057988d5", w = "dropdownMobileLoader__57604598", s = "dropdownMobileClose__f86c41dd", M = "dropdownMobileListLoader__02283ab5", _ = "dropdownMobileBodyOverflow__102b155a", a = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: p,
|
|
8
|
+
dropdownMobileHeader: l,
|
|
9
|
+
dropdownMobileContent: i,
|
|
10
|
+
dropdownMobileFooter: b,
|
|
11
|
+
dropdownMobileListItem: t,
|
|
12
|
+
selected: c,
|
|
13
|
+
dropdownMobileLoader: w,
|
|
14
|
+
dropdownMobileClose: s,
|
|
15
|
+
dropdownMobileListLoader: M,
|
|
16
|
+
dropdownMobileBodyOverflow: _
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
a as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=DropdownMobile.module-C_Jtpfxj.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__5599205d", t = "footerDescriptionContent__44934ba7", e = "footerDescriptionControls__f318299b", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-3tcvZGt3.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 d } from "react";
|
|
3
|
+
import { FormFieldContext as R } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { c as k, a as y } from "./vendor-9KVE23Ri.js";
|
|
5
|
+
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
+
const T = "formFieldInput__b0364d21", W = "sm__72b40d84", j = "md__ad0d6702", q = "lg__c6a3f3de", x = {
|
|
8
|
+
formFieldInput: T,
|
|
9
|
+
sm: W,
|
|
10
|
+
md: j,
|
|
11
|
+
lg: q
|
|
12
|
+
}, w = M(x), L = z.forwardRef((m, c) => {
|
|
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), t = P(s || y("input_"));
|
|
14
|
+
d(() => {
|
|
15
|
+
l(t.current);
|
|
16
|
+
}, []), d(() => {
|
|
17
|
+
s && (t.current = s, l(t.current));
|
|
18
|
+
}, [s, l]), d(() => {
|
|
19
|
+
a(!!o);
|
|
20
|
+
}, [a, o]);
|
|
21
|
+
const _ = (e) => {
|
|
22
|
+
p(!1), n == null || n(e);
|
|
23
|
+
}, h = (e) => {
|
|
24
|
+
p(!0), i == null || i(e);
|
|
25
|
+
}, N = (e) => {
|
|
26
|
+
e.animationName.startsWith("autofill-applied-hook") ? a(!0) : e.animationName.startsWith("autofill-cancelled-hook") && (o || a(!1)), r == null || r(e);
|
|
27
|
+
};
|
|
28
|
+
return f ? f(
|
|
29
|
+
{
|
|
30
|
+
...C,
|
|
31
|
+
className: I,
|
|
32
|
+
id: t.current,
|
|
33
|
+
onAnimationStart: N,
|
|
34
|
+
onBlur: _,
|
|
35
|
+
onFocus: h,
|
|
36
|
+
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
37
|
+
placeholder: E ? u : " ",
|
|
38
|
+
size: F
|
|
39
|
+
},
|
|
40
|
+
c
|
|
41
|
+
) : /* @__PURE__ */ g(
|
|
42
|
+
"input",
|
|
43
|
+
{
|
|
44
|
+
...B,
|
|
45
|
+
className: I,
|
|
46
|
+
disabled: b === D.DISABLED,
|
|
47
|
+
id: t.current,
|
|
48
|
+
onAnimationStart: N,
|
|
49
|
+
onFocus: h,
|
|
50
|
+
onBlur: _,
|
|
51
|
+
value: o,
|
|
52
|
+
placeholder: u,
|
|
53
|
+
ref: c
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
});
|
|
57
|
+
L.displayName = "FormFieldInput";
|
|
58
|
+
export {
|
|
59
|
+
L as F,
|
|
60
|
+
x as s
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-BSxKZxcq.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__65ac185c", a = "headerLayoutSidebarContent__9dc8cc56", d = "headerLayoutSidebarSidebar__3ee491a2", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-DqrwTmWo.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "headerTitle__e3a59223", t = "headerTitleControls__b3280a55", l = "headerTitleContent__a3f795c6", o = {
|
|
2
|
+
headerTitle: e,
|
|
3
|
+
headerTitleControls: t,
|
|
4
|
+
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
5
|
+
"global-HeaderTitleContent": "global-HeaderTitleContent",
|
|
6
|
+
headerTitleContent: l
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
o as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-CEMLCR13.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const e = "islandAccordion__2cb14cc8", c = "island__4f199904", o = "item__f9a22c7f", t = "disabled__b0db1931", s = "sm__125c06e9", a = "md__ca0b84ef", n = "lg__337ec4a4", _ = "header__f85cf699", d = "footer__c80671d2", r = "body__b722c94d", p = "opened__c55e0807", i = "caretWrapper__3908565e", l = "caretIcon__5be4ba59", b = "step__ff5e528a", f = "titleWrapper__3afd482a", m = "remove__7f06e583", W = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: c,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: t,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: a,
|
|
8
|
+
lg: n,
|
|
9
|
+
header: _,
|
|
10
|
+
footer: d,
|
|
11
|
+
body: r,
|
|
12
|
+
opened: p,
|
|
13
|
+
caretWrapper: i,
|
|
14
|
+
caretIcon: l,
|
|
15
|
+
step: b,
|
|
16
|
+
titleWrapper: f,
|
|
17
|
+
remove: m
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
W as s
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=IslandAccordion.module-DFvQwhSg.js.map
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
+
import { useState as v, useRef as _, useCallback as u, useLayoutEffect as b, useEffect as C } from "react";
|
|
3
|
+
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
+
import { u as S, c as T } from "./vendor-9KVE23Ri.js";
|
|
5
|
+
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
+
const z = "lightBox__b3d6f4ca", A = "lightBoxBackdrop__a25c3b0c", L = "lightBoxSideOverlayActive__9913beb0", W = "lightBoxTopOverlayActive__6185fdae", N = "lightBoxContent__8c71f1b0", E = "loadingContentOverlay__6caad493", k = "lightBoxContentResizeWrapper__c974b6b7", w = "tempElSafariBug__c6ab15b9", H = "bodyOverflowHidden__62e25d8c", r = {
|
|
7
|
+
lightBox: z,
|
|
8
|
+
lightBoxBackdrop: A,
|
|
9
|
+
lightBoxSideOverlayActive: L,
|
|
10
|
+
lightBoxTopOverlayActive: W,
|
|
11
|
+
lightBoxContent: N,
|
|
12
|
+
loadingContentOverlay: E,
|
|
13
|
+
lightBoxContentResizeWrapper: k,
|
|
14
|
+
tempElSafariBug: w,
|
|
15
|
+
bodyOverflowHidden: H
|
|
16
|
+
}, j = (p) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...f } = p, [d, B] = v(0), e = _(null), o = u(() => {
|
|
18
|
+
let n = 0;
|
|
19
|
+
const g = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
g && (n += g.offsetHeight), B((h) => Math.abs(h - n) > 1 ? n : h);
|
|
21
|
+
}, []), t = u(() => {
|
|
22
|
+
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
|
+
}, [o]);
|
|
24
|
+
b(() => (o(), () => {
|
|
25
|
+
e.current && clearTimeout(e.current);
|
|
26
|
+
}), []), C(() => {
|
|
27
|
+
t();
|
|
28
|
+
}, [l, a, s, c, t]);
|
|
29
|
+
const { ref: x } = S({
|
|
30
|
+
handleWidth: !0,
|
|
31
|
+
onResize: t,
|
|
32
|
+
refreshMode: "debounce",
|
|
33
|
+
refreshRate: 100
|
|
34
|
+
}), m = {
|
|
35
|
+
paddingTop: d
|
|
36
|
+
};
|
|
37
|
+
return /* @__PURE__ */ i(O, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
|
+
"div",
|
|
39
|
+
{
|
|
40
|
+
className: T(a, r.lightBoxContent),
|
|
41
|
+
style: d ? m : void 0,
|
|
42
|
+
...f,
|
|
43
|
+
children: [
|
|
44
|
+
l,
|
|
45
|
+
s && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: c }),
|
|
46
|
+
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
) });
|
|
50
|
+
};
|
|
51
|
+
j.displayName = "LightBoxContent";
|
|
52
|
+
export {
|
|
53
|
+
j as L,
|
|
54
|
+
r as s
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-DTTxRVLQ.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__aa4e0fcc", o = "withKeyboardEvent__775d7370", l = "withoutKeyboardEvent__78be2cdd", e = "lightBoxPrev__88451d8d", i = "lightBoxNext__212a93ae", n = "lightBoxControlsDesktop__eddcd901", x = "lightBoxControlsMobile__b81ba513", h = "lightBoxClose__9a1076c5", s = "lightBoxPrevButton__d0172c3a", B = "lightBoxNextButton__4a054f5d", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: l,
|
|
5
|
+
lightBoxPrev: e,
|
|
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-Dn4GtUtF.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__ed4a6037", l = "lightBoxSideOverlayCloseMobile__18db29d4", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-BUvFYJwr.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-
|
|
3
|
+
import { c as I } from "./vendor-9KVE23Ri.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
5
|
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
-
const c = "
|
|
6
|
+
const c = "listItemControlsButton__1a5e1140", B = "listItemControlsButtonLabel__959a12df", C = "listItemControlsButtonDropdown__31e3f7e4", f = "listItemControlsButtonIcon__41bf0410", d = "withText__8d5e65af", p = "listItemControlsButtonInner__f6815f42", _ = "withIcon__0bfca4ea", w = "buttonDropdownMenuItem__d5d25885", t = {
|
|
7
7
|
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
10
|
+
listItemControlsButtonIcon: f,
|
|
11
|
+
withText: d,
|
|
12
|
+
listItemControlsButtonInner: p,
|
|
13
|
+
withIcon: _,
|
|
14
14
|
buttonDropdownMenuItem: w
|
|
15
15
|
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-AbCEipFe.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__f8c48329", i = "listItemTailLine__27fcfe4a", l = "listItemTailTop__812ea360", e = "listItemTailBottom__caf8b3e6", s = "listItemTailRight__ea5cf41d", a = "listItemTailLeft__9a65cf6f", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: e,
|
|
6
|
+
listItemTailRight: s,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-CZYSMJRz.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__816ba37d", s = "sticky__16ed1bd8", o = "listMasterFooterDescription__29b9d23f", r = "listMasterFooterControls__66c01457", e = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: r
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
e as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-Bw6BVPVj.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__6f9bb719", n = "modalWindowBackdrop__1e15e63b", d = "modalWindow__a8519db1", a = "modalWindowContentWrapper__a69a1baf", e = "modalWindowContent__cb186074", t = "modalWindowResizeWrapper__41b9ce40", i = "sm__c508159e", m = "md__36fc324c", W = "lg__8a8058e9", l = "modalWindowContentPage__78f5e696", r = "modalWindowLoaderScreen__219b8030", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: n,
|
|
4
|
+
modalWindow: d,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-DGcF8-xJ.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__271768b7", t = "extraBottomPadding__e79c9999", i = "notificationHeader__16833c81", n = "notificationIcon__be5e9a5a", c = "notificationBody__c9885c0e", e = "notificationBodyList__71c35e02", a = "notificationBodyContent__17d98045", f = "notificationClose__fccaeb5a", s = "showCloseOnHover__b8112dfe", d = "notificationFooter__b42ed67c", r = "notificationTime__566dae68", _ = "notificationGroupedWrapper__ca190f4c", p = "notificationGroupedFooterItem__441953ea", B = "first__78dcdb48", y = "second__24d948b1", m = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: y
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
m as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-Cj_Pd4DQ.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = "overlay__56c48b27", o = "fixed__ea0945e2", t = "closing__b06d79a3", n = "opened__bbd68d2f", a = "overlayPanel__69390353", l = "bottom__41e573c6", _ = "left__39ae0695", s = "right__14a7ea5a", c = "top__0c944b3b", r = "overlayContent__f1524a39", y = "overlayMask__f36e0a83", v = "overlayOpened__202e5cd8", d = {
|
|
2
|
+
overlay: e,
|
|
3
|
+
fixed: o,
|
|
4
|
+
closing: t,
|
|
5
|
+
opened: n,
|
|
6
|
+
overlayPanel: a,
|
|
7
|
+
bottom: l,
|
|
8
|
+
left: _,
|
|
9
|
+
right: s,
|
|
10
|
+
top: c,
|
|
11
|
+
overlayContent: r,
|
|
12
|
+
overlayMask: y,
|
|
13
|
+
overlayOpened: v
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
d as s
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Overlay.module-BqJXvoeX.js.map
|