@sberbusiness/triplex-next 0.21.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -25
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +39 -0
- package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
- package/chunks/Card.module-BmZKmkeY.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
- package/chunks/Chip-D5zfQfAA.js +104 -0
- package/chunks/Confirm.module-CtbiIzcl.js +15 -0
- package/chunks/DropdownListItem-C4JE2xV7.js +65 -0
- package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
- package/chunks/Footer.module-B469C_XO.js +9 -0
- package/chunks/FormFieldInput-Dr_WBweC.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
- package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
- package/chunks/{HeaderTitle.module-Cg-I_NJG.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
- package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
- package/chunks/{LightBoxContent-BLPx_Tsf.js → LightBoxContent-Lme9r-vN.js} +12 -12
- package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
- package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
- package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
- package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
- package/chunks/Notification.module-CjpGpuL7.js +20 -0
- package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
- package/chunks/Page.module-98SUxLiM.js +11 -0
- package/chunks/{RightBorderArrow-1OX8NAL9.js → RightBorderArrow-CGThEmc4.js} +6 -6
- package/chunks/SMSField.module-k0lfRov5.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
- package/chunks/{SliderExtendedRail-C_1LnK7I.js → SliderExtendedRail-C51TfjHY.js} +6 -6
- package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DNKfDfM3.js → SuggestFieldMobileDropdownHint-8Km5bFV3.js} +5 -5
- package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
- package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
- package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
- package/chunks/TreeView.module-DAOSEOZO.js +9 -0
- package/chunks/{UploadZoneInput-CIib3dEF.js → UploadZoneInput-onwF8t4d.js} +8 -8
- package/chunks/{constants-BamiEgAW.js → constants-CUVfo8-z.js} +7 -7
- package/chunks/{utils-Bt-cuXIX.js → utils-By-UAq7Y.js} +5 -5
- package/chunks/utils-CyxIcdb6.js +73 -0
- package/chunks/utils-DxMHp1hh.js +28 -0
- package/chunks/utils-SSwzNA1R.js +24 -0
- package/chunks/{vendor-DaOifQgP.js → vendor---Om3uMV.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +96 -83
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/index.js +6 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +9 -10
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +7 -8
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +5 -5
- package/components/DatePickerExtended/DatePickerExtended.js +3 -3
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/DesignTokens/components/Tabs.js +0 -18
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.js +7 -0
- package/components/Dropdown/desktop/index.js +8 -4
- package/components/Dropdown/index.js +24 -25
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +69 -77
- package/components/FormField/FormFieldContext.js +16 -14
- package/components/FormField/components/FormFieldClear.js +25 -23
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +62 -35
- package/components/FormField/components/index.js +23 -0
- package/components/FormField/components/utils.js +5 -0
- package/components/FormField/index.js +25 -25
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +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 +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +14 -14
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +10 -10
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +7 -15
- package/components/List/components/ListSortableItem.js +9 -9
- package/components/List/components/ListSortableItemControls.js +2 -2
- 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 -13
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/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 +5 -5
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +14 -14
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +35 -32
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +11 -11
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +9 -9
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +9 -9
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +24 -24
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +9 -9
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- 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 +5 -5
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +22 -22
- 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 +37 -18
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +3 -3
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +49 -47
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +5 -5
- package/components/ThemeProvider/ThemeProvider.js +18 -20
- package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- 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 +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
- package/components/TopOverlay/TopOverlay.js +21 -21
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +10 -10
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +29 -29
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +541 -538
- package/index.d.ts +75 -31
- package/index.js +577 -574
- package/package.json +2 -3
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +0 -39
- package/chunks/CalendarViewItem-D879SDC1.js +0 -101
- package/chunks/Card.module--O3Bx82B.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +0 -15
- package/chunks/Chip-M9mPbBOt.js +0 -90
- package/chunks/Confirm.module-DtBiR4Fo.js +0 -15
- package/chunks/DropdownListItem-BdLTF7q1.js +0 -65
- package/chunks/DropdownMobile.module-PpB3KA4H.js +0 -23
- package/chunks/Footer.module-Z4RIi8JP.js +0 -9
- package/chunks/FormFieldInput-C75omt8Y.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +0 -9
- package/chunks/HeaderTabs.module-ykRWLBUI.js +0 -9
- package/chunks/IslandAccordion.module-DE-xutGt.js +0 -25
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +0 -9
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +0 -12
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +0 -9
- package/chunks/ListItemControlsButton-0bXNCLYU.js +0 -43
- package/chunks/ListItemTail.module-DFYWneN6.js +0 -12
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +0 -10
- package/chunks/ModalWindow.module-DqMffIcE.js +0 -17
- package/chunks/Notification.module-CPSD8BYw.js +0 -20
- package/chunks/Overlay.module-B5Hl3baB.js +0 -18
- package/chunks/Page.module-BbrHHqMK.js +0 -11
- package/chunks/SMSField.module-CPSjUBD-.js +0 -16
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +0 -15
- package/chunks/StatusTracker.module-KkpUE8KY.js +0 -24
- package/chunks/TableFooter.module-OEvn0oaX.js +0 -14
- package/chunks/TabsExtended.module-B3Ti-48x.js +0 -16
- package/chunks/TabsLine.module-BgCBcRYT.js +0 -21
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +0 -19
- package/chunks/TreeView.module-CmGHGs81.js +0 -9
- package/chunks/utils-C5IWf42V.js +0 -24
- package/chunks/utils-d7-rkiPs.js +0 -27
- package/chunks/utils-hbQGLR7K.js +0 -73
- package/components/Dropdown/enums.js +0 -8
package/utils/amountUtils.js
CHANGED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as d, useEffect as i } from "react";
|
|
3
|
-
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
-
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
-
import { AlertProcessContext as f } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
-
import { c as n } from "./vendor-DaOifQgP.js";
|
|
7
|
-
const x = "alertProcess__eb01ee0b", y = "withSpoiler__d669f82d", u = "themeIcon__1994a235", T = "alertTypeError__f07ed65b", b = "alertTypeInfo__9b400ecf", B = "alertTypeWarning__9c26edfc", C = "alertTypeSystem__7abbacdc", S = "alertTypeFeature__bf7deb76", h = "alertProcessContentBlock__d5a0b085", I = "expandableContent__1e8a07ca", P = "expanded__5c506e7b", g = "closeButton__a3180f95", k = "expandButton__fac0bcf8", e = {
|
|
8
|
-
alertProcess: x,
|
|
9
|
-
withSpoiler: y,
|
|
10
|
-
themeIcon: u,
|
|
11
|
-
alertTypeError: T,
|
|
12
|
-
alertTypeInfo: b,
|
|
13
|
-
alertTypeWarning: B,
|
|
14
|
-
alertTypeSystem: C,
|
|
15
|
-
alertTypeFeature: S,
|
|
16
|
-
alertProcessContentBlock: h,
|
|
17
|
-
expandableContent: I,
|
|
18
|
-
expanded: P,
|
|
19
|
-
closeButton: g,
|
|
20
|
-
expandButton: k
|
|
21
|
-
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
-
const { setHasSpoiler: a } = d(f);
|
|
23
|
-
i(() => (a(!0), () => {
|
|
24
|
-
a(!1);
|
|
25
|
-
}), [a]);
|
|
26
|
-
const l = () => {
|
|
27
|
-
o == null || o(!r);
|
|
28
|
-
};
|
|
29
|
-
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
-
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
-
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: l, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
-
] });
|
|
33
|
-
};
|
|
34
|
-
v.displayName = "AlertProcessSpoiler";
|
|
35
|
-
export {
|
|
36
|
-
v as A,
|
|
37
|
-
e as s
|
|
38
|
-
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-DxZ8QVn2.js.map
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
-
import { c as f } from "./vendor-DaOifQgP.js";
|
|
3
|
-
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
|
-
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
|
-
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as w } from "../utils/keyboard.js";
|
|
7
|
-
const A = "calendarViewDays__95662bfe", E = "calendarViewMonths__80394253", L = "calendarViewYears__c3e3908a", R = "calendarViewDaysHeader__1b807aea", v = "calendarViewDaysBody__6fc3928a", H = "calendarViewItem__4609563c", B = "current__2aa66dc8", S = "disabled__17fdac19", j = "calendarViewItemLabel__c9db2a8a", O = "selected__debf4220", P = "basicMark__779e6266", g = "standardMark__73b5f3c8", q = "attentionMark__91452e21", z = "criticalMark__6cc7433d", G = "muted__e56f1203", J = "marked__1d8b681b", Q = "unitDay__d137f6d1", U = "unitMonth__28919af3", W = "unitYear__decdcde5", a = {
|
|
8
|
-
calendarViewDays: A,
|
|
9
|
-
calendarViewMonths: E,
|
|
10
|
-
calendarViewYears: L,
|
|
11
|
-
calendarViewDaysHeader: R,
|
|
12
|
-
calendarViewDaysBody: v,
|
|
13
|
-
calendarViewItem: H,
|
|
14
|
-
current: B,
|
|
15
|
-
disabled: S,
|
|
16
|
-
calendarViewItemLabel: j,
|
|
17
|
-
selected: O,
|
|
18
|
-
basicMark: P,
|
|
19
|
-
standardMark: g,
|
|
20
|
-
attentionMark: q,
|
|
21
|
-
criticalMark: z,
|
|
22
|
-
muted: G,
|
|
23
|
-
marked: J,
|
|
24
|
-
unitDay: Q,
|
|
25
|
-
unitMonth: U,
|
|
26
|
-
unitYear: W
|
|
27
|
-
}, X = {
|
|
28
|
-
[r.BASIC]: a.basicMark,
|
|
29
|
-
[r.STANDARD]: a.standardMark,
|
|
30
|
-
[r.ATTENTION]: a.attentionMark,
|
|
31
|
-
[r.CRITICAL]: a.criticalMark
|
|
32
|
-
}, Z = {
|
|
33
|
-
day: a.unitDay,
|
|
34
|
-
month: a.unitMonth,
|
|
35
|
-
year: a.unitYear
|
|
36
|
-
}, ra = ({
|
|
37
|
-
children: k,
|
|
38
|
-
className: y,
|
|
39
|
-
date: o,
|
|
40
|
-
unit: I,
|
|
41
|
-
tabbable: c,
|
|
42
|
-
active: l,
|
|
43
|
-
disabled: _,
|
|
44
|
-
muted: b,
|
|
45
|
-
markType: n,
|
|
46
|
-
onFocus: d,
|
|
47
|
-
onBlur: s,
|
|
48
|
-
onKeyDown: i,
|
|
49
|
-
onDateSelect: m,
|
|
50
|
-
...C
|
|
51
|
-
}) => {
|
|
52
|
-
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
|
-
Y(() => {
|
|
54
|
-
var e;
|
|
55
|
-
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
|
-
}, [c, t]);
|
|
57
|
-
const D = (e) => {
|
|
58
|
-
t.current = !0, d == null || d(e);
|
|
59
|
-
}, h = (e) => {
|
|
60
|
-
t.current = !1, s == null || s(e);
|
|
61
|
-
}, p = (e) => {
|
|
62
|
-
const M = e.code || e.keyCode;
|
|
63
|
-
(w(M, "ENTER") || w(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
|
-
};
|
|
65
|
-
return /* @__PURE__ */ V(
|
|
66
|
-
"td",
|
|
67
|
-
{
|
|
68
|
-
className: f(a.calendarViewItem, { [a.disabled]: _ }, y),
|
|
69
|
-
tabIndex: c ? 0 : -1,
|
|
70
|
-
"aria-selected": l ? !0 : void 0,
|
|
71
|
-
onFocus: D,
|
|
72
|
-
onBlur: h,
|
|
73
|
-
onKeyDown: p,
|
|
74
|
-
...C,
|
|
75
|
-
ref: u,
|
|
76
|
-
children: /* @__PURE__ */ V(
|
|
77
|
-
"div",
|
|
78
|
-
{
|
|
79
|
-
className: f(
|
|
80
|
-
a.calendarViewItemLabel,
|
|
81
|
-
Z[I],
|
|
82
|
-
{
|
|
83
|
-
[a.disabled]: _,
|
|
84
|
-
[a.marked]: n !== void 0,
|
|
85
|
-
[a.muted]: !!b,
|
|
86
|
-
[a.selected]: l
|
|
87
|
-
},
|
|
88
|
-
n !== void 0 ? X[n] : void 0
|
|
89
|
-
),
|
|
90
|
-
onClick: () => m(o),
|
|
91
|
-
children: k
|
|
92
|
-
}
|
|
93
|
-
)
|
|
94
|
-
}
|
|
95
|
-
);
|
|
96
|
-
};
|
|
97
|
-
export {
|
|
98
|
-
ra as C,
|
|
99
|
-
a as s
|
|
100
|
-
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-D879SDC1.js.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const n = "card__1e1c30b8", d = "roundingMD__2d27090a", a = "roundingSM__cb6989c1", c = "general__63617c89", o = "secondary__68c71ab9", e = "cardMedia__27f54d83", r = "cardContent__895a3701", t = "paddingMD__07fd2e7d", _ = "paddingSM__165718e2", s = "cardContentHeader__8297947b", g = "cardContentFooter__3111d66a", i = {
|
|
2
|
-
card: n,
|
|
3
|
-
roundingMD: d,
|
|
4
|
-
roundingSM: a,
|
|
5
|
-
general: c,
|
|
6
|
-
secondary: o,
|
|
7
|
-
cardMedia: e,
|
|
8
|
-
cardContent: r,
|
|
9
|
-
paddingMD: t,
|
|
10
|
-
paddingSM: _,
|
|
11
|
-
cardContentHeader: s,
|
|
12
|
-
cardContentFooter: g
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
i as c
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=Card.module--O3Bx82B.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const e = "checkboxTreeExtended__1192e498", c = "checkboxTreeExtendedNode__55b60643", o = "sm__77055849", d = "md__b600851f", x = "lg__d4938ef6", r = "checkboxTreeExtendedNodeHeader__7448cd25", b = "checkboxTreeCheckboxLabel__5646919c", t = "caretIconWrapper__7c7a1009", n = "checkboxTreeCheckbox__99c89b85", h = {
|
|
2
|
-
checkboxTreeExtended: e,
|
|
3
|
-
checkboxTreeExtendedNode: c,
|
|
4
|
-
sm: o,
|
|
5
|
-
md: d,
|
|
6
|
-
lg: x,
|
|
7
|
-
checkboxTreeExtendedNodeHeader: r,
|
|
8
|
-
checkboxTreeCheckboxLabel: b,
|
|
9
|
-
caretIconWrapper: t,
|
|
10
|
-
checkboxTreeCheckbox: n
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
h as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=CheckboxTreeExtended.module-Cw3yb-cF.js.map
|
package/chunks/Chip-M9mPbBOt.js
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { jsxs as _, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import b, { useCallback as x } from "react";
|
|
3
|
-
import { c as n } from "./vendor-DaOifQgP.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__c21511b3", w = "chip__68df64ef", I = "lg__6e69225b", B = "prefix__bec9861e", G = "postfix__03b5bb92", g = "md__f6c0afbe", z = "sm__474e78e3", M = "disabled__5441047b", S = "selected__3d9c6219", j = "withPrefix__ab21b6cb", y = "withPostfix__418c971e", E = "content__7be50c42", 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 = b.forwardRef(
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: f = u.MD, onKeyDown: s, ...m }, d) => {
|
|
22
|
-
const h = x(
|
|
23
|
-
(i) => {
|
|
24
|
-
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
25
|
-
},
|
|
26
|
-
[s]
|
|
27
|
-
);
|
|
28
|
-
return /* @__PURE__ */ _(
|
|
29
|
-
"span",
|
|
30
|
-
{
|
|
31
|
-
className: n(
|
|
32
|
-
e.chip,
|
|
33
|
-
e.chipGroupItem,
|
|
34
|
-
R[f],
|
|
35
|
-
{
|
|
36
|
-
[e.disabled]: !!t,
|
|
37
|
-
[e.selected]: !!r,
|
|
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: h,
|
|
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-M9mPbBOt.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const n = "confirm__2a28e68e", o = "isInLightBox__33345ed9", i = "isInSideOverlaySM__981d47aa", t = "isInSideOverlayMD__8bb7819d", e = "isInSideOverlayLG__b8fa93a9", s = "confirmCloseButton__fb3ad920", r = "confirmContent__d4ae8cf0", c = "confirmControls__8424606e", f = "confirmContentTitle__22e096fb", l = {
|
|
2
|
-
confirm: n,
|
|
3
|
-
isInLightBox: o,
|
|
4
|
-
isInSideOverlaySM: i,
|
|
5
|
-
isInSideOverlayMD: t,
|
|
6
|
-
isInSideOverlayLG: e,
|
|
7
|
-
confirmCloseButton: s,
|
|
8
|
-
confirmContent: r,
|
|
9
|
-
confirmControls: c,
|
|
10
|
-
confirmContentTitle: f
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
l as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=Confirm.module-DtBiR4Fo.js.map
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { jsxs as E, jsx as k } from "react/jsx-runtime";
|
|
2
|
-
import I, { useEffect as v } from "react";
|
|
3
|
-
import { c as b } from "./vendor-DaOifQgP.js";
|
|
4
|
-
import { EComponentSize as u } from "../enums/EComponentSize.js";
|
|
5
|
-
import { EVENT_KEY_CODES as a } from "../utils/keyboard.js";
|
|
6
|
-
import { Badge as y } from "../components/Badge/Badge.js";
|
|
7
|
-
const l = "dropdownDesktopList__c94eb151", N = "notificationIcon__ac0d91a1", g = "sm__3186abdd", x = "dropdownDesktopListItem__da0ff8b3", C = "dropdownDesktopListLoader__5271eca9", O = "md__f42cb32e", R = "lg__abba6909", T = "active__337cbbc9", K = "selected__e67a7505", s = {
|
|
8
|
-
dropdownDesktopList: l,
|
|
9
|
-
notificationIcon: N,
|
|
10
|
-
sm: g,
|
|
11
|
-
dropdownDesktopListItem: x,
|
|
12
|
-
dropdownDesktopListLoader: C,
|
|
13
|
-
md: O,
|
|
14
|
-
lg: R,
|
|
15
|
-
active: T,
|
|
16
|
-
selected: K
|
|
17
|
-
}, j = [a.SPACE, a.ENTER], A = I.forwardRef(
|
|
18
|
-
({
|
|
19
|
-
active: e,
|
|
20
|
-
keyCodesForSelection: p = j,
|
|
21
|
-
children: d,
|
|
22
|
-
className: c,
|
|
23
|
-
onClick: n,
|
|
24
|
-
onSelect: o,
|
|
25
|
-
selected: r,
|
|
26
|
-
showNotificationIcon: m,
|
|
27
|
-
size: _ = u.MD,
|
|
28
|
-
...f
|
|
29
|
-
}, D) => {
|
|
30
|
-
const i = (t) => {
|
|
31
|
-
const { keyCode: w } = t;
|
|
32
|
-
p.includes(w) && (t.preventDefault(), o == null || o());
|
|
33
|
-
}, L = (t) => {
|
|
34
|
-
o == null || o(), n == null || n(t);
|
|
35
|
-
};
|
|
36
|
-
return v(() => (e ? document.addEventListener("keydown", i) : document.removeEventListener("keydown", i), () => {
|
|
37
|
-
document.removeEventListener("keydown", i);
|
|
38
|
-
}), [e]), /* @__PURE__ */ E(
|
|
39
|
-
"div",
|
|
40
|
-
{
|
|
41
|
-
className: b(
|
|
42
|
-
s.dropdownDesktopListItem,
|
|
43
|
-
{ [s.active]: !!e, [s.selected]: !!r },
|
|
44
|
-
c
|
|
45
|
-
),
|
|
46
|
-
title: typeof d == "string" ? d : void 0,
|
|
47
|
-
role: "option",
|
|
48
|
-
"aria-selected": !!r,
|
|
49
|
-
...f,
|
|
50
|
-
onClick: L,
|
|
51
|
-
ref: D,
|
|
52
|
-
children: [
|
|
53
|
-
d,
|
|
54
|
-
m && /* @__PURE__ */ k(y.Dot, { size: _, className: s.notificationIcon })
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
);
|
|
60
|
-
A.displayName = "DropdownListItem";
|
|
61
|
-
export {
|
|
62
|
-
A as D,
|
|
63
|
-
s
|
|
64
|
-
};
|
|
65
|
-
//# sourceMappingURL=DropdownListItem-BdLTF7q1.js.map
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const o = "dropdownMobileWrapper__628bf443", e = "dropdownMobileBackdrop__01aebfa8", d = "closing__551d0400", n = "opening__ae09a874", r = "opened__6b02aaf7", t = "dropdownMobile__a227f051", i = "dropdownMobileHeader__217cd8cf", p = "dropdownMobileHeaderContent__269d462f", c = "dropdownMobileContent__b0bb33b9", l = "dropdownMobileFooter__9520cc79", b = "dropdownMobileListItem__ba53f125", s = "selected__e67a7505", w = "dropdownMobileBodyOverflow__f04c61a5", a = "controlButtons__e1313266", _ = "dropdownMobileLoader__b9f8979c", M = "dropdownMobileListLoader__cececafb", f = "notificationIcon__ac0d91a1", L = {
|
|
2
|
-
dropdownMobileWrapper: o,
|
|
3
|
-
dropdownMobileBackdrop: e,
|
|
4
|
-
closing: d,
|
|
5
|
-
opening: n,
|
|
6
|
-
opened: r,
|
|
7
|
-
dropdownMobile: t,
|
|
8
|
-
dropdownMobileHeader: i,
|
|
9
|
-
dropdownMobileHeaderContent: p,
|
|
10
|
-
dropdownMobileContent: c,
|
|
11
|
-
dropdownMobileFooter: l,
|
|
12
|
-
dropdownMobileListItem: b,
|
|
13
|
-
selected: s,
|
|
14
|
-
dropdownMobileBodyOverflow: w,
|
|
15
|
-
controlButtons: a,
|
|
16
|
-
dropdownMobileLoader: _,
|
|
17
|
-
dropdownMobileListLoader: M,
|
|
18
|
-
notificationIcon: f
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
L as s
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=DropdownMobile.module-PpB3KA4H.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const o = "footerDescription__a879a71c", t = "footerDescriptionContent__2a1821c4", e = "footerDescriptionControls__db615225", n = {
|
|
2
|
-
footerDescription: o,
|
|
3
|
-
footerDescriptionContent: t,
|
|
4
|
-
footerDescriptionControls: e
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
n as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=Footer.module-Z4RIi8JP.js.map
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { jsx as z } from "react/jsx-runtime";
|
|
2
|
-
import A, { useContext as B, useMemo as M, useEffect as _ } from "react";
|
|
3
|
-
import { FormFieldContext as P } from "../components/FormField/FormFieldContext.js";
|
|
4
|
-
import { u as k, c as D } from "./vendor-DaOifQgP.js";
|
|
5
|
-
import { EFormFieldStatus as R } from "../components/FormField/enums.js";
|
|
6
|
-
import { createSizeToClassNameMap as T } from "../utils/classNameMaps.js";
|
|
7
|
-
const V = "formFieldInput__46c15979", W = "sm__9d81b3df", j = "md__12df891c", q = "lg__a5c94cbc", E = {
|
|
8
|
-
formFieldInput: V,
|
|
9
|
-
sm: W,
|
|
10
|
-
md: j,
|
|
11
|
-
lg: q
|
|
12
|
-
}, w = T(E), x = (s) => s === void 0 ? !1 : typeof s == "number" ? !0 : s.length !== 0, L = A.forwardRef((s, m) => {
|
|
13
|
-
const { className: S, id: r, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: c, value: t, ...b } = s, { render: d, ...g } = s, { focused: C, status: y, setFocused: u, setId: f, setValueExist: o, size: p } = B(P), a = M(() => r === void 0 ? k("input_") : r, [r]), F = D(E.formFieldInput, w[p], S);
|
|
14
|
-
_(() => {
|
|
15
|
-
f(a);
|
|
16
|
-
}, [a, f]), _(() => {
|
|
17
|
-
o(x(t));
|
|
18
|
-
}, [o, t]);
|
|
19
|
-
const I = (e) => {
|
|
20
|
-
u(!1), n == null || n(e);
|
|
21
|
-
}, h = (e) => {
|
|
22
|
-
u(!0), l == null || l(e);
|
|
23
|
-
}, N = (e) => {
|
|
24
|
-
e.animationName.startsWith("autofill-applied-hook") ? o(!0) : e.animationName.startsWith("autofill-cancelled-hook") && (x(t) || o(!1)), i == null || i(e);
|
|
25
|
-
};
|
|
26
|
-
return d ? d(
|
|
27
|
-
{
|
|
28
|
-
...g,
|
|
29
|
-
className: F,
|
|
30
|
-
id: a,
|
|
31
|
-
onAnimationStart: N,
|
|
32
|
-
onBlur: I,
|
|
33
|
-
onFocus: h,
|
|
34
|
-
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
35
|
-
placeholder: C ? c : " ",
|
|
36
|
-
size: p
|
|
37
|
-
},
|
|
38
|
-
m
|
|
39
|
-
) : /* @__PURE__ */ z(
|
|
40
|
-
"input",
|
|
41
|
-
{
|
|
42
|
-
...b,
|
|
43
|
-
className: F,
|
|
44
|
-
disabled: y === R.DISABLED,
|
|
45
|
-
id: a,
|
|
46
|
-
onAnimationStart: N,
|
|
47
|
-
onFocus: h,
|
|
48
|
-
onBlur: I,
|
|
49
|
-
value: t,
|
|
50
|
-
placeholder: c,
|
|
51
|
-
ref: m
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
});
|
|
55
|
-
L.displayName = "FormFieldInput";
|
|
56
|
-
export {
|
|
57
|
-
L as F,
|
|
58
|
-
E as s
|
|
59
|
-
};
|
|
60
|
-
//# sourceMappingURL=FormFieldInput-C75omt8Y.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const e = "headerLayoutSidebar__11ee9a82", a = "headerLayoutSidebarContent__af5b9738", r = "headerLayoutSidebarSidebar__27059a86", d = {
|
|
2
|
-
headerLayoutSidebar: e,
|
|
3
|
-
headerLayoutSidebarContent: a,
|
|
4
|
-
headerLayoutSidebarSidebar: r
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
d as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=HeaderLayoutSidebar.module-BJZj3qz4.js.map
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const e = "islandAccordion__6876dd0a", t = "island__6af4fa06", o = "item__ad9e31dd", c = "disabled__607a112a", s = "sm__d1f1f0b7", d = "md__19acede8", _ = "lg__5953a225", n = "header__200d0f9e", a = "type1__9fb28ba3", r = "opened__3d6199c9", p = "type2__e205a6f0", i = "type3__346ceb20", b = "footer__7b2f33fc", l = "body__136c4343", f = "caretWrapper__c569c0e6", y = "caretIcon__eb5b71b5", m = "title__a5bcb9f1", g = "step__39b79302", h = "remove__d4e2861d", v = {
|
|
2
|
-
islandAccordion: e,
|
|
3
|
-
island: t,
|
|
4
|
-
item: o,
|
|
5
|
-
disabled: c,
|
|
6
|
-
sm: s,
|
|
7
|
-
md: d,
|
|
8
|
-
lg: _,
|
|
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
|
-
title: m,
|
|
19
|
-
step: g,
|
|
20
|
-
remove: h
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
v as s
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=IslandAccordion.module-DE-xutGt.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const t = "islandWidgetFooter__faf58ab3", o = "islandWidgetFooterContent__c499557f", e = "islandWidgetFooterControls__5fdd22e6", n = {
|
|
2
|
-
islandWidgetFooter: t,
|
|
3
|
-
islandWidgetFooterContent: o,
|
|
4
|
-
islandWidgetFooterControls: e
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
n as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=IslandWidgetFooter.module-DpnJPgi0.js.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const e = "islandWidgetHeader__e9966d38", t = "islandWidgetHeaderContent__e66b52cf", d = "islandWidgetHeaderDescription__1f1dfcb9", n = "caretWrapper__5080dfce", a = "caretIcon__86496d75", r = "open__3f1a3fb8", i = {
|
|
2
|
-
islandWidgetHeader: e,
|
|
3
|
-
islandWidgetHeaderContent: t,
|
|
4
|
-
islandWidgetHeaderDescription: d,
|
|
5
|
-
caretWrapper: n,
|
|
6
|
-
caretIcon: a,
|
|
7
|
-
open: r
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
i as s
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=IslandWidgetHeader.module-lf-NGWlm.js.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const t = "lightBoxControls__82dcd286", o = "withKeyboardEvent__b54004c5", l = "withoutKeyboardEvent__958d500a", e = "lightBoxPrev__54439c9c", i = "lightBoxNext__42a24485", n = "lightBoxControlsDesktop__114db97f", x = "lightBoxControlsMobile__ec40ee50", h = "lightBoxClose__80d50a90", s = "lightBoxPrevButton__3fdf27ed", B = "lightBoxNextButton__d497a9d6", 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-Cbi_wgHX.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const e = "lightBoxSideOverlayCloseDesktopContainer__b9eeacd0", o = "lightBoxSideOverlayCloseDesktop__8ddf5cf3", l = "lightBoxSideOverlayCloseMobile__20f578c4", i = {
|
|
2
|
-
lightBoxSideOverlayCloseDesktopContainer: e,
|
|
3
|
-
lightBoxSideOverlayCloseDesktop: o,
|
|
4
|
-
lightBoxSideOverlayCloseMobile: l
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
i as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=LightBoxSideOverlayClose.module-Dbzm6FYI.js.map
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-DaOifQgP.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__50df8b9a", B = "listItemControlsButtonLabel__8aca972f", C = "listItemControlsButtonDropdown__758d33f4", f = "listItemControlsButtonIcon__6f84824b", p = "withText__54c4291f", d = "listItemControlsButtonInner__ff96e263", _ = "withIcon__a2a1dad4", w = "buttonDropdownMenuItem__c9bc5f50", t = {
|
|
7
|
-
listItemControlsButton: c,
|
|
8
|
-
listItemControlsButtonLabel: B,
|
|
9
|
-
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon: f,
|
|
11
|
-
withText: p,
|
|
12
|
-
listItemControlsButtonInner: d,
|
|
13
|
-
withIcon: _,
|
|
14
|
-
buttonDropdownMenuItem: w
|
|
15
|
-
}, b = 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
|
-
b.displayName = "ListItemControlsButton";
|
|
39
|
-
export {
|
|
40
|
-
b as L,
|
|
41
|
-
t as s
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-0bXNCLYU.js.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const t = "listItemTail__49e7613f", i = "listItemTailLine__1f9f4f5d", l = "listItemTailTop__921b2343", e = "listItemTailBottom__df88c04c", s = "listItemTailRight__0e2fa3c7", m = "listItemTailLeft__c07e35bb", T = {
|
|
2
|
-
listItemTail: t,
|
|
3
|
-
listItemTailLine: i,
|
|
4
|
-
listItemTailTop: l,
|
|
5
|
-
listItemTailBottom: e,
|
|
6
|
-
listItemTailRight: s,
|
|
7
|
-
listItemTailLeft: m
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
T as s
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=ListItemTail.module-DFYWneN6.js.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
const t = "listMasterFooter__515c1a95", s = "sticky__7ca034aa", o = "listMasterFooterDescription__beb843c8", r = "listMasterFooterControls__2f22b411", 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-CoXWM3Nq.js.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const o = "modalWindowContainer__b5854a32", d = "modalWindowBackdrop__de49349b", n = "modalWindow__512e4f9d", a = "modalWindowContentWrapper__f78cb13c", e = "modalWindowContent__76c252e0", t = "modalWindowResizeWrapper__12de5bd3", i = "sm__4d4894d0", m = "md__551aa049", W = "lg__4ad8e97a", l = "modalWindowContentPage__02438d3e", r = "modalWindowLoaderScreen__b97bbc8b", w = {
|
|
2
|
-
modalWindowContainer: o,
|
|
3
|
-
modalWindowBackdrop: d,
|
|
4
|
-
modalWindow: n,
|
|
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-DqMffIcE.js.map
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const o = "notification__3ba03fc7", i = "extraBottomPadding__08df90c5", t = "notificationHeader__f85f2a80", n = "notificationIcon__746b794f", c = "notificationBody__8d564dcb", a = "notificationBodyList__69355af4", e = "notificationClose__1f4dadb4", f = "showCloseOnHover__823ba01c", s = "notificationFooter__c7a88add", d = "notificationTime__d1436305", r = "notificationGroupedWrapper__391c3d8f", _ = "notificationGroupedFooterItem__b6cad04c", p = "first__2b22f69b", b = "second__c8ecb920", m = {
|
|
2
|
-
notification: o,
|
|
3
|
-
extraBottomPadding: i,
|
|
4
|
-
notificationHeader: t,
|
|
5
|
-
notificationIcon: n,
|
|
6
|
-
notificationBody: c,
|
|
7
|
-
notificationBodyList: a,
|
|
8
|
-
notificationClose: e,
|
|
9
|
-
showCloseOnHover: f,
|
|
10
|
-
notificationFooter: s,
|
|
11
|
-
notificationTime: d,
|
|
12
|
-
notificationGroupedWrapper: r,
|
|
13
|
-
notificationGroupedFooterItem: _,
|
|
14
|
-
first: p,
|
|
15
|
-
second: b
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
m as s
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=Notification.module-CPSD8BYw.js.map
|