@sberbusiness/triplex-next 1.10.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/chunks/AlertProcessSpoiler-BD_Gn-Dt.js +39 -0
- package/chunks/{CalendarViewItem-Y3UQ6liF.js → CalendarViewItem-D4xPCMNk.js} +24 -24
- package/chunks/Card.module-Bhthde3h.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BiRkBMQF.js +11 -0
- package/chunks/{Chip-21qt-Ukl.js → Chip-cfCxiRgH.js} +15 -15
- package/chunks/Confirm.module-DFlXoQgj.js +15 -0
- package/chunks/{DropdownListItem-DXBppGoi.js → DropdownListItem-DmNoGI25.js} +17 -17
- package/chunks/DropdownMobile.module-GlVoDQNA.js +23 -0
- package/chunks/Footer.module-DF8KqUFe.js +9 -0
- package/chunks/FormFieldInput-8PHiOrKp.js +62 -0
- package/chunks/HeaderLayoutSidebar.module-Dyup0YXT.js +9 -0
- package/chunks/HeaderTabs.module-BOk45fdD.js +9 -0
- package/chunks/{HeaderTitle.module-B_2yQmEh.js → HeaderTitle.module-Br1uSnXp.js} +2 -2
- package/chunks/IslandAccordion.module-DBJCDTU5.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cm4qltRz.js +9 -0
- package/chunks/IslandWidgetHeader.module-DNGkgtxt.js +9 -0
- package/chunks/{LightBoxContent-DDRusGqo.js → LightBoxContent-BsgLiqBK.js} +8 -8
- package/chunks/LightBoxControls.module-D0jwVGM3.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CRGNy4wB.js +8 -0
- package/chunks/ListItemControlsButton-Di_xvf2z.js +43 -0
- package/chunks/ListItemTail.module-8hOMglSb.js +12 -0
- package/chunks/ListMasterFooter.module-BqDaSIa3.js +10 -0
- package/chunks/ModalWindow.module-D64WOEok.js +17 -0
- package/chunks/Notification.module-D_VFaM4r.js +21 -0
- package/chunks/Overlay.module-CQqFoPPv.js +18 -0
- package/chunks/Page.module-7Rk0weox.js +11 -0
- package/chunks/{RightBorderArrow-Bo5_O5lj.js → RightBorderArrow-CCP2YL7m.js} +13 -13
- package/chunks/SMSField.module-BYMY_yYk.js +16 -0
- package/chunks/SliderExtendedMarks.module-DXK4tjpP.js +15 -0
- package/chunks/{SliderExtendedRail-C7TQHv-j.js → SliderExtendedRail-DgAU6Her.js} +2 -2
- package/chunks/StatusTracker.module-BKN8QleZ.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BJiMEG2_.js → SuggestFieldMobileDropdownHint-Bxhju9ds.js} +4 -4
- package/chunks/TableFooter.module-BCg7kNAi.js +14 -0
- package/chunks/TabsExtended.module--zTP2nly.js +16 -0
- package/chunks/TabsLine.module-JVvza8Eg.js +21 -0
- package/chunks/TooltipDesktop.module-CKhpsiwl.js +19 -0
- package/chunks/TreeView.module-BdAF2m9x.js +9 -0
- package/chunks/UploadZoneInput-BYbkWwSb.js +35 -0
- package/chunks/{utils-BhoCc4rI.js → utils-B8d-0n8_.js} +2 -2
- package/chunks/utils-ByxsWSQj.js +20 -0
- package/chunks/{utils-BsOip28-.js → utils-DSD_i5Q7.js} +16 -16
- package/chunks/{utils-HEAUA6LV.js → utils-DVMlFgJB.js} +5 -5
- package/chunks/{utils-mlGAF1hQ.js → utils-uus5lwmy.js} +8 -8
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +33 -33
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +14 -14
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +1 -1
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +20 -20
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +10 -10
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +18 -18
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +20 -20
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +13 -13
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +16 -16
- package/components/FormField/components/FormFieldTextarea.js +7 -7
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +14 -14
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +5 -5
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +4 -4
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +9 -9
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +10 -10
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +17 -17
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +7 -7
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +21 -21
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- 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 +9 -9
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +5 -5
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +12 -12
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +21 -21
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +16 -16
- package/components/Typography/Text.js +26 -26
- package/components/Typography/Title.js +16 -16
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +9 -9
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +172 -174
- package/index.d.ts +3 -39
- package/index.js +216 -218
- package/package.json +1 -1
- package/styles/triplex-next.css +535 -535
- package/chunks/AlertProcessSpoiler-C4HDxCMJ.js +0 -39
- package/chunks/Card.module-t9A1wsgP.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +0 -11
- package/chunks/Confirm.module-CrTyGEYv.js +0 -15
- package/chunks/DropdownMobile.module-CdquuBgl.js +0 -23
- package/chunks/Footer.module-9PrdQ3S7.js +0 -9
- package/chunks/FormFieldInput-hUwbIuBd.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +0 -9
- package/chunks/HeaderTabs.module-a_JyDpFt.js +0 -9
- package/chunks/IslandAccordion.module-BCHg71CD.js +0 -25
- package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +0 -9
- package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +0 -9
- package/chunks/LightBoxControls.module-CHrL_gpj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +0 -8
- package/chunks/ListItemControlsButton-3APG17-A.js +0 -43
- package/chunks/ListItemTail.module-BW9qp-XX.js +0 -12
- package/chunks/ListMasterFooter.module-B3kLf2M1.js +0 -10
- package/chunks/ModalWindow.module-BFTuZtt7.js +0 -17
- package/chunks/Notification.module-DU0GLki1.js +0 -21
- package/chunks/Overlay.module-CQY18PV-.js +0 -18
- package/chunks/Page.module-BO9rnNjD.js +0 -11
- package/chunks/SMSField.module-ibOZLVgV.js +0 -16
- package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +0 -15
- package/chunks/StatusTracker.module-C66hhTIO.js +0 -24
- package/chunks/TableFooter.module-cSix4Lyk.js +0 -14
- package/chunks/TabsExtended.module-D7fs9FsL.js +0 -16
- package/chunks/TabsLine.module-CEQyfehM.js +0 -21
- package/chunks/TooltipDesktop.module-DD9WosV6.js +0 -19
- package/chunks/TreeView.module-Dxrir5YQ.js +0 -9
- package/chunks/UploadZoneInput-C2_0grVp.js +0 -33
- package/chunks/utils-D8Gj0oC8.js +0 -20
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Triplex-next
|
|
2
2
|
|
|
3
|
+
### Версионирование
|
|
4
|
+
|
|
5
|
+
- Разработка версии для React 18 ведется в ветке main. Релизы с версии 1.0.0 до 2.0.0(не включительно).
|
|
6
|
+
- Разработка версии для React 17 ведется в ветке release-0. Релизы с версии 0.10.0 до 1.0.0(не включительно).
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## 🚀 Установка
|
|
4
10
|
|
|
5
11
|
```bash
|
|
@@ -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 f } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as m } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-ClY57Zzq.js";
|
|
7
|
+
const x = "alertProcess__f16253ad", y = "withSpoiler__b6beef0b", u = "themeIcon__fcfedfd1", T = "alertTypeError__e8104cb8", B = "alertTypeInfo__7f18d5aa", C = "alertTypeWarning__54656f5e", S = "alertTypeSystem__f9c0e94b", h = "alertTypeFeature__f0e89754", b = "alertProcessContentBlock__4ec24858", I = "expandableContent__d77de4d2", P = "expanded__046de941", g = "closeButton__72a4e729", k = "expandButton__67552a2f", e = {
|
|
8
|
+
alertProcess: x,
|
|
9
|
+
withSpoiler: y,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: B,
|
|
13
|
+
alertTypeWarning: C,
|
|
14
|
+
alertTypeSystem: S,
|
|
15
|
+
alertTypeFeature: h,
|
|
16
|
+
alertProcessContentBlock: b,
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...l }) => {
|
|
22
|
+
const { setHasSpoiler: n } = d(m);
|
|
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(f, { 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-BD_Gn-Dt.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-ClY57Zzq.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__b2b4de70", E = "calendarViewMonths__b26878f8", L = "calendarViewYears__843b722c", R = "calendarViewDaysHeader__4cc2a0db", v = "calendarViewDaysBody__20e3d909", H = "calendarViewItem__37594160", B = "current__e31526b7", S = "disabled__d7eda361", j = "calendarViewItemLabel__1b8cb42f", O = "selected__ea446094", P = "basicMark__a0379223", g = "standardMark__4e1c2614", q = "attentionMark__b184c3e1", z = "criticalMark__a980d396", G = "muted__77b8da2b", J = "marked__3712dcce", Q = "unitDay__60856b3e", U = "unitMonth__fbefbdf0", W = "unitYear__cfa92545", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -34,17 +34,17 @@ const A = "calendarViewDays__83ba0e63", E = "calendarViewMonths__6e46428e", L =
|
|
|
34
34
|
month: a.unitMonth,
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
|
-
children:
|
|
37
|
+
children: f,
|
|
38
38
|
className: b,
|
|
39
39
|
date: o,
|
|
40
40
|
unit: y,
|
|
41
|
-
tabbable:
|
|
41
|
+
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
44
|
muted: I,
|
|
45
|
-
markType:
|
|
46
|
-
onFocus:
|
|
47
|
-
onBlur:
|
|
45
|
+
markType: n,
|
|
46
|
+
onFocus: d,
|
|
47
|
+
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
50
|
...C
|
|
@@ -52,43 +52,43 @@ const A = "calendarViewDays__83ba0e63", E = "calendarViewMonths__6e46428e", L =
|
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
|
-
|
|
56
|
-
}, [
|
|
55
|
+
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
+
}, [c, t]);
|
|
57
57
|
const D = (e) => {
|
|
58
|
-
t.current = !0,
|
|
58
|
+
t.current = !0, d == null || d(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
|
-
t.current = !1,
|
|
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]: _ }, b),
|
|
69
|
+
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
71
|
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
74
|
...C,
|
|
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
81
|
Z[y],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
|
-
[a.marked]:
|
|
84
|
+
[a.marked]: n !== void 0,
|
|
85
85
|
[a.muted]: !!I,
|
|
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-D4xPCMNk.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__a7631d1e", d = "roundingMD__40b9cfcb", a = "roundingSM__36c1c1eb", c = "general__c088492f", e = "secondary__175cfe0a", o = "cardMedia__9a9664fd", r = "cardContent__963a5928", t = "paddingMD__014eda06", _ = "paddingSM__7a144fc9", s = "cardContentHeader__7728b3e1", g = "cardContentFooter__ea8d81a8", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: o,
|
|
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-Bhthde3h.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__9af59e67", c = "checkboxTreeExtendedNode__969c9b02", o = "checkboxTreeExtendedNodeHeader__9d947a0a", d = "checkboxTreeCheckboxLabel__324a0bc4", r = "caretIconWrapper__e0dbf2ab", x = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: o,
|
|
5
|
+
checkboxTreeCheckboxLabel: d,
|
|
6
|
+
caretIconWrapper: r
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
x as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-BiRkBMQF.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsxs as h, jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as h, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import x, { useCallback as u } from "react";
|
|
3
3
|
import { c as n } from "./vendor-ClY57Zzq.js";
|
|
4
|
-
import { EComponentSize as
|
|
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__f12e9670", w = "chip__c1f44ba8", I = "lg__48c25b9c", B = "prefix__88385ad3", G = "postfix__f7323680", g = "md__e499459c", z = "sm__8d5574ce", M = "disabled__1502f55c", S = "selected__08f0acd9", j = "withPrefix__a7d92bb2", y = "withPostfix__e683d9c0", E = "content__e1704115", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -17,9 +17,9 @@ const N = "chipGroupItem__61a4e55b", w = "chip__64d404a8", I = "lg__78bfc94d", B
|
|
|
17
17
|
withPrefix: j,
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
|
-
}, R = P(e), T =
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix:
|
|
22
|
-
const _ =
|
|
20
|
+
}, R = P(e), T = x.forwardRef(
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: f = b.MD, onKeyDown: s, ...d }, m) => {
|
|
22
|
+
const _ = u(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
25
|
},
|
|
@@ -31,22 +31,22 @@ const N = "chipGroupItem__61a4e55b", w = "chip__64d404a8", I = "lg__78bfc94d", 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
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
|
-
...
|
|
46
|
+
...d,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
|
-
|
|
49
|
+
c ? /* @__PURE__ */ a(
|
|
50
50
|
"span",
|
|
51
51
|
{
|
|
52
52
|
className: n(
|
|
@@ -58,11 +58,11 @@ const N = "chipGroupItem__61a4e55b", w = "chip__64d404a8", I = "lg__78bfc94d", B
|
|
|
58
58
|
// Для иконок.
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
children:
|
|
61
|
+
children: c
|
|
62
62
|
}
|
|
63
63
|
) : null,
|
|
64
|
-
/* @__PURE__ */
|
|
65
|
-
o ? /* @__PURE__ */
|
|
64
|
+
/* @__PURE__ */ a("span", { className: e.content, children: l }),
|
|
65
|
+
o ? /* @__PURE__ */ a(
|
|
66
66
|
"span",
|
|
67
67
|
{
|
|
68
68
|
className: n(
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-cfCxiRgH.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__da6a9d4e", o = "isInLightBox__6b532733", i = "isInSideOverlaySM__33cb5059", t = "isInSideOverlayMD__a4a1ae4f", e = "isInSideOverlayLG__4140134a", s = "confirmCloseButton__42fe21cb", c = "confirmContent__4f0c6403", r = "confirmControls__0675ee50", l = "confirmContentTitle__a3e4bdd3", f = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
f as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-DFlXoQgj.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
|
3
|
+
import { EVENT_KEY_CODES as a } from "../utils/keyboard.js";
|
|
4
4
|
import { c as u } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { NotificationIcon as v } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const l = "
|
|
6
|
+
const l = "dropdownDesktopList__0af009ac", y = "sm__b45d6e80", N = "dropdownDesktopListItem__863287c6", g = "dropdownDesktopListLoader__49957d04", x = "md__51d7acab", O = "lg__6e8496ae", R = "active__859c4a13", T = "selected__8ae01024", C = "notificationIcon__6e808c29", s = {
|
|
7
7
|
dropdownDesktopList: l,
|
|
8
8
|
sm: y,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
@@ -12,23 +12,23 @@ const l = "dropdownDesktopList__9428e080", y = "sm__e5e6cd77", N = "dropdownDesk
|
|
|
12
12
|
lg: O,
|
|
13
13
|
active: R,
|
|
14
14
|
selected: T,
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
15
|
+
notificationIcon: C
|
|
16
|
+
}, K = [a.SPACE, a.ENTER], b = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection:
|
|
19
|
+
keyCodesForSelection: c = K,
|
|
20
20
|
children: d,
|
|
21
|
-
className:
|
|
21
|
+
className: p,
|
|
22
22
|
onClick: n,
|
|
23
23
|
onSelect: o,
|
|
24
24
|
selected: r,
|
|
25
|
-
showNotificationIcon:
|
|
25
|
+
showNotificationIcon: m,
|
|
26
26
|
..._
|
|
27
|
-
},
|
|
27
|
+
}, f) => {
|
|
28
28
|
const i = (t) => {
|
|
29
29
|
const { keyCode: D } = t;
|
|
30
|
-
|
|
31
|
-
},
|
|
30
|
+
c.includes(D) && (t.preventDefault(), o == null || o());
|
|
31
|
+
}, L = (t) => {
|
|
32
32
|
o == null || o(), n == null || n(t);
|
|
33
33
|
};
|
|
34
34
|
return I(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
@@ -39,25 +39,25 @@ const l = "dropdownDesktopList__9428e080", y = "sm__e5e6cd77", N = "dropdownDesk
|
|
|
39
39
|
className: u(
|
|
40
40
|
s.dropdownDesktopListItem,
|
|
41
41
|
{ [s.active]: !!e, [s.selected]: !!r },
|
|
42
|
-
|
|
42
|
+
p
|
|
43
43
|
),
|
|
44
44
|
title: typeof d == "string" ? d : void 0,
|
|
45
45
|
role: "option",
|
|
46
46
|
"aria-selected": !!r,
|
|
47
47
|
..._,
|
|
48
|
-
onClick:
|
|
49
|
-
ref:
|
|
48
|
+
onClick: L,
|
|
49
|
+
ref: f,
|
|
50
50
|
children: [
|
|
51
51
|
d,
|
|
52
|
-
|
|
52
|
+
m && /* @__PURE__ */ E(v, { className: s.notificationIcon })
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
b.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
b as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-DmNoGI25.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__b39929ce", d = "dropdownMobileBackdrop__67e7d913", e = "closing__1dd8c2d7", n = "opening__f30ada40", r = "opened__e547ebd2", t = "dropdownMobile__fdb545ab", i = "dropdownMobileHeader__c44bd8a2", p = "dropdownMobileHeaderContent__952059a8", l = "dropdownMobileContent__2e1f55b3", c = "dropdownMobileFooter__9ae3fedc", b = "dropdownMobileListItem__f6760416", s = "selected__8ae01024", w = "dropdownMobileListLoader__b3313cec", _ = "dropdownMobileBodyOverflow__c61fb5d9", M = "controlButtons__98abd1dc", a = "dropdownMobileLoader__30fe3fb9", f = "notificationIcon__6e808c29", 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: l,
|
|
11
|
+
dropdownMobileFooter: c,
|
|
12
|
+
dropdownMobileListItem: b,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-GlVoDQNA.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__4a6c4695", t = "footerDescriptionContent__45d53c6e", e = "footerDescriptionControls__aa371f3a", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-DF8KqUFe.js.map
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as m } from "react";
|
|
3
|
+
import { FormFieldContext as b } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { c as k, a as y } from "./vendor-ClY57Zzq.js";
|
|
5
|
+
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as M } from "../utils/classNameMaps.js";
|
|
7
|
+
const T = "formFieldInput__1557de33", W = "sm__5a255055", j = "md__1f0ab4ff", q = "lg__1185160a", x = {
|
|
8
|
+
formFieldInput: T,
|
|
9
|
+
sm: W,
|
|
10
|
+
md: j,
|
|
11
|
+
lg: q
|
|
12
|
+
}, w = M(x), L = A.forwardRef((c, d) => {
|
|
13
|
+
const { className: S, id: s, onAnimationStart: r, onBlur: n, onFocus: i, placeholder: u, value: o, ...B } = c, { render: f, ...C } = c, { focused: E, status: g, setFocused: p, setId: l, setValueExist: a, size: F } = P(b), I = k(x.formFieldInput, w[F], S), t = R(s || y("input_"));
|
|
14
|
+
m(() => {
|
|
15
|
+
l(t.current);
|
|
16
|
+
}, []), m(() => {
|
|
17
|
+
s && (t.current = s, l(t.current));
|
|
18
|
+
}, [s, l]), m(() => {
|
|
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
|
+
d
|
|
41
|
+
) : /* @__PURE__ */ z(
|
|
42
|
+
"input",
|
|
43
|
+
{
|
|
44
|
+
...B,
|
|
45
|
+
className: I,
|
|
46
|
+
disabled: g === D.DISABLED,
|
|
47
|
+
id: t.current,
|
|
48
|
+
onAnimationStart: N,
|
|
49
|
+
onFocus: h,
|
|
50
|
+
onBlur: _,
|
|
51
|
+
value: o,
|
|
52
|
+
placeholder: u,
|
|
53
|
+
ref: d
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
});
|
|
57
|
+
L.displayName = "FormFieldInput";
|
|
58
|
+
export {
|
|
59
|
+
L as F,
|
|
60
|
+
x as s
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=FormFieldInput-8PHiOrKp.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__ce5978fb", a = "headerLayoutSidebarContent__a63dd08d", d = "headerLayoutSidebarSidebar__095a05a1", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-Dyup0YXT.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__cf941764", t = "headerTitleControls__c8f7484b", l = "headerTitleContent__c77cab44", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__e9103881", t = "headerTitleControls__447be022", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-Br1uSnXp.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__b8b96164", t = "island__ecfadcee", o = "item__100c7148", c = "disabled__63b60cc9", s = "sm__42f94744", _ = "md__814ff418", d = "lg__3801e1de", n = "header__3ea5feba", a = "type1__ddf18b2a", r = "opened__a296006a", p = "type2__edce6656", i = "type3__594bdbdf", b = "footer__1b909431", l = "body__615de3ff", f = "caretWrapper__28d3119b", y = "caretIcon__53cf4b9e", m = "step__78293198", W = "titleWrapper__ca0707c2", g = "remove__67818e61", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: o,
|
|
5
|
+
disabled: c,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: d,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: i,
|
|
14
|
+
footer: b,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: f,
|
|
17
|
+
caretIcon: y,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-DBJCDTU5.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__7ed8816f", o = "islandWidgetFooterContent__67854063", e = "islandWidgetFooterControls__1c931324", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-Cm4qltRz.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__5f0de91d", d = "islandWidgetHeaderContent__0339406f", i = "islandWidgetHeaderDescription__af8b70be", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-DNGkgtxt.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 h, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
3
|
import { WindowResizeListener as S } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
4
|
import { u as T, c as R } from "./vendor-ClY57Zzq.js";
|
|
5
5
|
import { LoaderScreen as b } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__9a0dd03e", A = "lightBoxBackdrop__0e9fac75", L = "lightBoxSideOverlayActive__e6f9a942", W = "lightBoxTopOverlayActive__f1ff050f", N = "lightBoxContent__5ef07cd2", E = "loadingContentOverlay__0dcedce8", k = "lightBoxContentResizeWrapper__4000bca5", w = "tempElSafariBug__44445a7f", H = "bodyOverflowHidden__727a755e", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -13,12 +13,12 @@ const z = "lightBox__eba0c401", A = "lightBoxBackdrop__dec87da8", L = "lightBoxS
|
|
|
13
13
|
lightBoxContentResizeWrapper: k,
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
|
-
}, j = (
|
|
17
|
-
const { children: l, className: a, isLoading: s, loadingTitle: c, ...p } =
|
|
16
|
+
}, j = (u) => {
|
|
17
|
+
const { children: l, className: a, isLoading: s, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o = h(() => {
|
|
18
18
|
let n = 0;
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
}, []), t =
|
|
19
|
+
const f = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
f && (n += f.offsetHeight), B((g) => Math.abs(g - n) > 1 ? n : g);
|
|
21
|
+
}, []), t = h(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
24
|
C(() => (o(), () => {
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-BsgLiqBK.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__36c7cfa0", o = "withKeyboardEvent__1ae22513", e = "withoutKeyboardEvent__80294dfd", l = "lightBoxPrev__dd2c6f62", i = "lightBoxNext__f261b912", n = "lightBoxControlsDesktop__44ea7fb2", x = "lightBoxControlsMobile__0d002dce", h = "lightBoxClose__d414e2ca", s = "lightBoxPrevButton__071ccdf2", B = "lightBoxNextButton__8cdd63de", 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-D0jwVGM3.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__f419f64d", l = "lightBoxSideOverlayCloseMobile__cbf178e5", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-CRGNy4wB.js.map
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as I } from "./vendor-ClY57Zzq.js";
|
|
4
|
+
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__0e96e414", B = "listItemControlsButtonLabel__b4e84512", C = "listItemControlsButtonDropdown__679c39a3", p = "listItemControlsButtonIcon__efb6fb67", _ = "withText__b9acf8fd", d = "listItemControlsButtonInner__74628aaa", f = "withIcon__a41063eb", b = "buttonDropdownMenuItem__652d3761", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
|
+
listItemControlsButtonLabel: B,
|
|
9
|
+
listItemControlsButtonDropdown: C,
|
|
10
|
+
listItemControlsButtonIcon: p,
|
|
11
|
+
withText: _,
|
|
12
|
+
listItemControlsButtonInner: d,
|
|
13
|
+
withIcon: f,
|
|
14
|
+
buttonDropdownMenuItem: b
|
|
15
|
+
}, w = i.forwardRef(
|
|
16
|
+
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
|
+
"button",
|
|
18
|
+
{
|
|
19
|
+
type: "button",
|
|
20
|
+
className: I(
|
|
21
|
+
t.listItemControlsButton,
|
|
22
|
+
"hoverable",
|
|
23
|
+
{
|
|
24
|
+
[t.withIcon]: typeof n < "u",
|
|
25
|
+
[t.withText]: typeof o < "u"
|
|
26
|
+
},
|
|
27
|
+
e
|
|
28
|
+
),
|
|
29
|
+
...l,
|
|
30
|
+
ref: r,
|
|
31
|
+
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
|
+
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
|
+
] })
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
);
|
|
38
|
+
w.displayName = "ListItemControlsButton";
|
|
39
|
+
export {
|
|
40
|
+
w as L,
|
|
41
|
+
t as s
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-Di_xvf2z.js.map
|