@sberbusiness/triplex-next 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-DALLbh4Y.js → AlertProcessSpoiler-BG_kloAp.js} +14 -14
- package/chunks/{CalendarViewItem-DE57LdxF.js → CalendarViewItem-CQQGgtHA.js} +18 -18
- package/chunks/Card.module-D_9Nt5tA.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D7lKoA-a.js +14 -0
- package/chunks/{Chip-CBP_avtm.js → Chip-D_XuO-fG.js} +19 -19
- package/chunks/Confirm.module-BFd_0tH_.js +15 -0
- package/chunks/{DropdownListItem-C6I9gVRb.js → DropdownListItem-DzngoNVf.js} +8 -8
- package/chunks/DropdownMobile.module-Ct6WVB7d.js +23 -0
- package/chunks/Footer.module-Cz5Pu1VT.js +9 -0
- package/chunks/{FormFieldInput-D2lqfg4n.js → FormFieldInput-TbDWEJtn.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-Bce5gLLP.js +9 -0
- package/chunks/HeaderTabs.module-Bwx0AJwd.js +9 -0
- package/chunks/{HeaderTitle.module-D2Le-Vmd.js → HeaderTitle.module-DVxCsuq0.js} +2 -2
- package/chunks/IslandAccordion.module-oqHSoL0z.js +25 -0
- package/chunks/IslandWidgetFooter.module-Bp7thdVi.js +9 -0
- package/chunks/IslandWidgetHeader.module-B2SJ3aL2.js +12 -0
- package/chunks/{LightBoxContent-Bi0IQWNc.js → LightBoxContent-CY1Sxlp1.js} +10 -10
- package/chunks/LightBoxControls.module-CXoONiYm.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BeAPadn5.js +8 -0
- package/chunks/{ListItemControlsButton--Ek4l8AX.js → ListItemControlsButton-C55hc-cr.js} +8 -8
- package/chunks/ListItemTail.module-BlucpMEa.js +12 -0
- package/chunks/ListMasterFooter.module-D93cBp3m.js +10 -0
- package/chunks/ModalWindow.module-AO3qbtIE.js +17 -0
- package/chunks/Notification.module-3pjGHWYU.js +21 -0
- package/chunks/Overlay.module-yINooO_5.js +18 -0
- package/chunks/Page.module-fTNmaZZ6.js +11 -0
- package/chunks/{RightBorderArrow-BqzM7D6K.js → RightBorderArrow-D4dScyRx.js} +11 -11
- package/chunks/SMSField.module-D01Witvu.js +16 -0
- package/chunks/SliderExtendedMarks.module-BLyZ9qYi.js +15 -0
- package/chunks/{SliderExtendedRail-BxflNPkW.js → SliderExtendedRail-Bgz2tkUx.js} +8 -8
- package/chunks/StatusTracker.module-DPlTQG3M.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-CaLnhNmM.js +14 -0
- package/chunks/TableFooter.module-zC8u9DwX.js +14 -0
- package/chunks/TabsExtended.module-C65aq0XO.js +16 -0
- package/chunks/TabsLine.module-B3O0egAv.js +21 -0
- package/chunks/TooltipDesktop.module-D1K6FcqB.js +19 -0
- package/chunks/TreeView.module-Vpz40gNk.js +9 -0
- package/chunks/UploadZoneInput-DxG_yQtm.js +33 -0
- package/chunks/constants-DAn1uZaw.js +57 -0
- package/chunks/{utils-DPkyEvqV.js → utils-9tQwQbYj.js} +11 -11
- package/chunks/{utils-Cyb1tecG.js → utils-D7Yx6kDI.js} +4 -4
- package/chunks/utils-DV0NGebi.js +24 -0
- package/chunks/utils-HLMbnICl.js +73 -0
- package/chunks/{vendor-DucOfXwy.js → vendor-Dlne6Znf.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +10 -10
- package/components/AmountField/AmountField.js +27 -27
- package/components/Avatar/Avatar.js +15 -15
- package/components/Badge/Badge.js +30 -0
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +21 -21
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +10 -10
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- 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 +13 -13
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +19 -19
- 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/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +31 -30
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +23 -23
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +12 -12
- package/components/ExpandAnimation/index.js +5 -0
- 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 +79 -75
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +14 -14
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +9 -9
- 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 +38 -37
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +89 -74
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
- 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 +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +14 -15
- 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 +68 -70
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +5 -5
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +9 -9
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +9 -9
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +6 -6
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +5 -5
- package/components/Row/Row.js +4 -4
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +6 -6
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +22 -22
- package/components/SelectField/SelectField.js +11 -11
- package/components/Skeleton/Skeleton.js +5 -5
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +17 -17
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
- 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 +8 -8
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +52 -88
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +128 -129
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +21 -21
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +4 -4
- 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 +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +9 -9
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +12 -12
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +4 -4
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +23 -28
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +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 +2 -2
- package/components/TopOverlay/TopOverlay.js +23 -23
- 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 +41 -43
- package/components/Typography/Text.js +49 -51
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +12 -12
- 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 +532 -533
- package/index.d.ts +236 -237
- package/index.js +576 -577
- package/package.json +9 -1
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-D18ujhsr.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +0 -14
- package/chunks/Confirm.module-Y-2NyRFX.js +0 -15
- package/chunks/DropdownMobile.module-ppF6TvoG.js +0 -23
- package/chunks/Footer.module-BlHDTNCR.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +0 -9
- package/chunks/HeaderTabs.module-msmMm_BI.js +0 -9
- package/chunks/IslandAccordion.module-DpgAGmIN.js +0 -25
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +0 -9
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +0 -9
- package/chunks/LightBoxControls.module-DTFEWumP.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +0 -8
- package/chunks/ListItemTail.module-DrFpbbjw.js +0 -12
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +0 -10
- package/chunks/ModalWindow.module-CMT6Qwhi.js +0 -17
- package/chunks/Notification.module-8g0up3Mn.js +0 -21
- package/chunks/Overlay.module-CJZIns4Y.js +0 -18
- package/chunks/Page.module-Cq-KMJ_J.js +0 -11
- package/chunks/SMSField.module-Dpw_velC.js +0 -16
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +0 -15
- package/chunks/StatusTracker.module-BPaAftS3.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-CooicUNx.js +0 -15
- package/chunks/TableFooter.module-BXib8bAF.js +0 -14
- package/chunks/TabsExtended.module-41dIJqTz.js +0 -16
- package/chunks/TabsLine.module-DY1bt47O.js +0 -21
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +0 -19
- package/chunks/TreeView.module-ssEB6Mn6.js +0 -9
- package/chunks/UploadZoneInput--oJn7HTT.js +0 -33
- package/chunks/utils-6FIQkvvy.js +0 -36
- package/chunks/utils-B5Py99ZO.js +0 -73
- package/chunks/utils-BX1E8zy3.js +0 -24
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { default as default_3 } from 'moment';
|
|
|
4
4
|
import { default as default_4 } from 'big.js';
|
|
5
5
|
import { FC } from 'react';
|
|
6
6
|
import { FocusTrapProps } from 'focus-trap-react';
|
|
7
|
+
import { ISingleColorIconProps } from '@sberbusiness/icons-next';
|
|
7
8
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
8
9
|
import { MaskedInputProps } from 'react-text-mask';
|
|
9
10
|
import { Moment } from 'moment';
|
|
@@ -69,6 +70,15 @@ export declare const AmountField: default_2.ForwardRefExoticComponent<IAmountFie
|
|
|
69
70
|
/** Аватар, предназначен для отображения изображений профиля пользователя, инициалов или иконок. */
|
|
70
71
|
export declare const Avatar: default_2.ForwardRefExoticComponent<IAvatarProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
71
72
|
|
|
73
|
+
/**
|
|
74
|
+
* Индикатор статуса или уведомления.
|
|
75
|
+
* Может содержать префикс, контент и постфикс.
|
|
76
|
+
* Для отображения точки используется компонент BadgeDot.
|
|
77
|
+
* */
|
|
78
|
+
export declare const Badge: default_2.ForwardRefExoticComponent<IBadgeProps & default_2.RefAttributes<HTMLSpanElement>> & {
|
|
79
|
+
Dot: default_2.ForwardRefExoticComponent<IBadgeDotProps & default_2.RefAttributes<HTMLSpanElement>>;
|
|
80
|
+
};
|
|
81
|
+
|
|
72
82
|
/**
|
|
73
83
|
* Компонент Body, используется как один из детей(Header, Body и Footer) компонента Page.
|
|
74
84
|
* Используется как контейнер для контента страницы. Имеет дефолтные отступы со всех сторон.
|
|
@@ -127,612 +137,612 @@ export declare const Caption: default_2.ForwardRefExoticComponent<(Omit<{
|
|
|
127
137
|
/** Размер текста. */
|
|
128
138
|
size: ECaptionSize;
|
|
129
139
|
/** Толщина шрифта. */
|
|
130
|
-
weight?:
|
|
140
|
+
weight?: EFontWeightCaption;
|
|
131
141
|
} & ITypographyProps & default_2.SVGProps<SVGSymbolElement>, "ref"> | Omit<{
|
|
132
142
|
/** Размер текста. */
|
|
133
143
|
size: ECaptionSize;
|
|
134
144
|
/** Толщина шрифта. */
|
|
135
|
-
weight?:
|
|
145
|
+
weight?: EFontWeightCaption;
|
|
136
146
|
} & ITypographyProps & default_2.ClassAttributes<HTMLObjectElement> & default_2.ObjectHTMLAttributes<HTMLObjectElement>, "ref"> | Omit<{
|
|
137
147
|
/** Размер текста. */
|
|
138
148
|
size: ECaptionSize;
|
|
139
149
|
/** Толщина шрифта. */
|
|
140
|
-
weight?:
|
|
150
|
+
weight?: EFontWeightCaption;
|
|
141
151
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHeadingElement> & default_2.HTMLAttributes<HTMLHeadingElement>, "ref"> | Omit<{
|
|
142
152
|
/** Размер текста. */
|
|
143
153
|
size: ECaptionSize;
|
|
144
154
|
/** Толщина шрифта. */
|
|
145
|
-
weight?:
|
|
155
|
+
weight?: EFontWeightCaption;
|
|
146
156
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAnchorElement> & default_2.AnchorHTMLAttributes<HTMLAnchorElement>, "ref"> | Omit<{
|
|
147
157
|
/** Размер текста. */
|
|
148
158
|
size: ECaptionSize;
|
|
149
159
|
/** Толщина шрифта. */
|
|
150
|
-
weight?:
|
|
160
|
+
weight?: EFontWeightCaption;
|
|
151
161
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.HTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
152
162
|
/** Размер текста. */
|
|
153
163
|
size: ECaptionSize;
|
|
154
164
|
/** Толщина шрифта. */
|
|
155
|
-
weight?:
|
|
165
|
+
weight?: EFontWeightCaption;
|
|
156
166
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAreaElement> & default_2.AreaHTMLAttributes<HTMLAreaElement>, "ref"> | Omit<{
|
|
157
167
|
/** Размер текста. */
|
|
158
168
|
size: ECaptionSize;
|
|
159
169
|
/** Толщина шрифта. */
|
|
160
|
-
weight?:
|
|
170
|
+
weight?: EFontWeightCaption;
|
|
161
171
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAudioElement> & default_2.AudioHTMLAttributes<HTMLAudioElement>, "ref"> | Omit<{
|
|
162
172
|
/** Размер текста. */
|
|
163
173
|
size: ECaptionSize;
|
|
164
174
|
/** Толщина шрифта. */
|
|
165
|
-
weight?:
|
|
175
|
+
weight?: EFontWeightCaption;
|
|
166
176
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBaseElement> & default_2.BaseHTMLAttributes<HTMLBaseElement>, "ref"> | Omit<{
|
|
167
177
|
/** Размер текста. */
|
|
168
178
|
size: ECaptionSize;
|
|
169
179
|
/** Толщина шрифта. */
|
|
170
|
-
weight?:
|
|
180
|
+
weight?: EFontWeightCaption;
|
|
171
181
|
} & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.BlockquoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
|
|
172
182
|
/** Размер текста. */
|
|
173
183
|
size: ECaptionSize;
|
|
174
184
|
/** Толщина шрифта. */
|
|
175
|
-
weight?:
|
|
185
|
+
weight?: EFontWeightCaption;
|
|
176
186
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBodyElement> & default_2.HTMLAttributes<HTMLBodyElement>, "ref"> | Omit<{
|
|
177
187
|
/** Размер текста. */
|
|
178
188
|
size: ECaptionSize;
|
|
179
189
|
/** Толщина шрифта. */
|
|
180
|
-
weight?:
|
|
190
|
+
weight?: EFontWeightCaption;
|
|
181
191
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBRElement> & default_2.HTMLAttributes<HTMLBRElement>, "ref"> | Omit<{
|
|
182
192
|
/** Размер текста. */
|
|
183
193
|
size: ECaptionSize;
|
|
184
194
|
/** Толщина шрифта. */
|
|
185
|
-
weight?:
|
|
195
|
+
weight?: EFontWeightCaption;
|
|
186
196
|
} & ITypographyProps & default_2.ClassAttributes<HTMLButtonElement> & default_2.ButtonHTMLAttributes<HTMLButtonElement>, "ref"> | Omit<{
|
|
187
197
|
/** Размер текста. */
|
|
188
198
|
size: ECaptionSize;
|
|
189
199
|
/** Толщина шрифта. */
|
|
190
|
-
weight?:
|
|
200
|
+
weight?: EFontWeightCaption;
|
|
191
201
|
} & ITypographyProps & default_2.ClassAttributes<HTMLCanvasElement> & default_2.CanvasHTMLAttributes<HTMLCanvasElement>, "ref"> | Omit<{
|
|
192
202
|
/** Размер текста. */
|
|
193
203
|
size: ECaptionSize;
|
|
194
204
|
/** Толщина шрифта. */
|
|
195
|
-
weight?:
|
|
205
|
+
weight?: EFontWeightCaption;
|
|
196
206
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
|
|
197
207
|
/** Размер текста. */
|
|
198
208
|
size: ECaptionSize;
|
|
199
209
|
/** Толщина шрифта. */
|
|
200
|
-
weight?:
|
|
210
|
+
weight?: EFontWeightCaption;
|
|
201
211
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColgroupHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
|
|
202
212
|
/** Размер текста. */
|
|
203
213
|
size: ECaptionSize;
|
|
204
214
|
/** Толщина шрифта. */
|
|
205
|
-
weight?:
|
|
215
|
+
weight?: EFontWeightCaption;
|
|
206
216
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDataElement> & default_2.DataHTMLAttributes<HTMLDataElement>, "ref"> | Omit<{
|
|
207
217
|
/** Размер текста. */
|
|
208
218
|
size: ECaptionSize;
|
|
209
219
|
/** Толщина шрифта. */
|
|
210
|
-
weight?:
|
|
220
|
+
weight?: EFontWeightCaption;
|
|
211
221
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDataListElement> & default_2.HTMLAttributes<HTMLDataListElement>, "ref"> | Omit<{
|
|
212
222
|
/** Размер текста. */
|
|
213
223
|
size: ECaptionSize;
|
|
214
224
|
/** Толщина шрифта. */
|
|
215
|
-
weight?:
|
|
225
|
+
weight?: EFontWeightCaption;
|
|
216
226
|
} & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.DelHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
|
|
217
227
|
/** Размер текста. */
|
|
218
228
|
size: ECaptionSize;
|
|
219
229
|
/** Толщина шрифта. */
|
|
220
|
-
weight?:
|
|
230
|
+
weight?: EFontWeightCaption;
|
|
221
231
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDetailsElement> & default_2.DetailsHTMLAttributes<HTMLDetailsElement>, "ref"> | Omit<{
|
|
222
232
|
/** Размер текста. */
|
|
223
233
|
size: ECaptionSize;
|
|
224
234
|
/** Толщина шрифта. */
|
|
225
|
-
weight?:
|
|
235
|
+
weight?: EFontWeightCaption;
|
|
226
236
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDialogElement> & default_2.DialogHTMLAttributes<HTMLDialogElement>, "ref"> | Omit<{
|
|
227
237
|
/** Размер текста. */
|
|
228
238
|
size: ECaptionSize;
|
|
229
239
|
/** Толщина шрифта. */
|
|
230
|
-
weight?:
|
|
240
|
+
weight?: EFontWeightCaption;
|
|
231
241
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDivElement> & default_2.HTMLAttributes<HTMLDivElement>, "ref"> | Omit<{
|
|
232
242
|
/** Размер текста. */
|
|
233
243
|
size: ECaptionSize;
|
|
234
244
|
/** Толщина шрифта. */
|
|
235
|
-
weight?:
|
|
245
|
+
weight?: EFontWeightCaption;
|
|
236
246
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDListElement> & default_2.HTMLAttributes<HTMLDListElement>, "ref"> | Omit<{
|
|
237
247
|
/** Размер текста. */
|
|
238
248
|
size: ECaptionSize;
|
|
239
249
|
/** Толщина шрифта. */
|
|
240
|
-
weight?:
|
|
250
|
+
weight?: EFontWeightCaption;
|
|
241
251
|
} & ITypographyProps & default_2.ClassAttributes<HTMLEmbedElement> & default_2.EmbedHTMLAttributes<HTMLEmbedElement>, "ref"> | Omit<{
|
|
242
252
|
/** Размер текста. */
|
|
243
253
|
size: ECaptionSize;
|
|
244
254
|
/** Толщина шрифта. */
|
|
245
|
-
weight?:
|
|
255
|
+
weight?: EFontWeightCaption;
|
|
246
256
|
} & ITypographyProps & default_2.ClassAttributes<HTMLFieldSetElement> & default_2.FieldsetHTMLAttributes<HTMLFieldSetElement>, "ref"> | Omit<{
|
|
247
257
|
/** Размер текста. */
|
|
248
258
|
size: ECaptionSize;
|
|
249
259
|
/** Толщина шрифта. */
|
|
250
|
-
weight?:
|
|
260
|
+
weight?: EFontWeightCaption;
|
|
251
261
|
} & ITypographyProps & default_2.ClassAttributes<HTMLFormElement> & default_2.FormHTMLAttributes<HTMLFormElement>, "ref"> | Omit<{
|
|
252
262
|
/** Размер текста. */
|
|
253
263
|
size: ECaptionSize;
|
|
254
264
|
/** Толщина шрифта. */
|
|
255
|
-
weight?:
|
|
265
|
+
weight?: EFontWeightCaption;
|
|
256
266
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHeadElement> & default_2.HTMLAttributes<HTMLHeadElement>, "ref"> | Omit<{
|
|
257
267
|
/** Размер текста. */
|
|
258
268
|
size: ECaptionSize;
|
|
259
269
|
/** Толщина шрифта. */
|
|
260
|
-
weight?:
|
|
270
|
+
weight?: EFontWeightCaption;
|
|
261
271
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHRElement> & default_2.HTMLAttributes<HTMLHRElement>, "ref"> | Omit<{
|
|
262
272
|
/** Размер текста. */
|
|
263
273
|
size: ECaptionSize;
|
|
264
274
|
/** Толщина шрифта. */
|
|
265
|
-
weight?:
|
|
275
|
+
weight?: EFontWeightCaption;
|
|
266
276
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHtmlElement> & default_2.HtmlHTMLAttributes<HTMLHtmlElement>, "ref"> | Omit<{
|
|
267
277
|
/** Размер текста. */
|
|
268
278
|
size: ECaptionSize;
|
|
269
279
|
/** Толщина шрифта. */
|
|
270
|
-
weight?:
|
|
280
|
+
weight?: EFontWeightCaption;
|
|
271
281
|
} & ITypographyProps & default_2.ClassAttributes<HTMLIFrameElement> & default_2.IframeHTMLAttributes<HTMLIFrameElement>, "ref"> | Omit<{
|
|
272
282
|
/** Размер текста. */
|
|
273
283
|
size: ECaptionSize;
|
|
274
284
|
/** Толщина шрифта. */
|
|
275
|
-
weight?:
|
|
285
|
+
weight?: EFontWeightCaption;
|
|
276
286
|
} & ITypographyProps & default_2.ClassAttributes<HTMLImageElement> & default_2.ImgHTMLAttributes<HTMLImageElement>, "ref"> | Omit<{
|
|
277
287
|
/** Размер текста. */
|
|
278
288
|
size: ECaptionSize;
|
|
279
289
|
/** Толщина шрифта. */
|
|
280
|
-
weight?:
|
|
290
|
+
weight?: EFontWeightCaption;
|
|
281
291
|
} & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.InsHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
|
|
282
292
|
/** Размер текста. */
|
|
283
293
|
size: ECaptionSize;
|
|
284
294
|
/** Толщина шрифта. */
|
|
285
|
-
weight?:
|
|
295
|
+
weight?: EFontWeightCaption;
|
|
286
296
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.KeygenHTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
287
297
|
/** Размер текста. */
|
|
288
298
|
size: ECaptionSize;
|
|
289
299
|
/** Толщина шрифта. */
|
|
290
|
-
weight?:
|
|
300
|
+
weight?: EFontWeightCaption;
|
|
291
301
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLabelElement> & default_2.LabelHTMLAttributes<HTMLLabelElement>, "ref"> | Omit<{
|
|
292
302
|
/** Размер текста. */
|
|
293
303
|
size: ECaptionSize;
|
|
294
304
|
/** Толщина шрифта. */
|
|
295
|
-
weight?:
|
|
305
|
+
weight?: EFontWeightCaption;
|
|
296
306
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLegendElement> & default_2.HTMLAttributes<HTMLLegendElement>, "ref"> | Omit<{
|
|
297
307
|
/** Размер текста. */
|
|
298
308
|
size: ECaptionSize;
|
|
299
309
|
/** Толщина шрифта. */
|
|
300
|
-
weight?:
|
|
310
|
+
weight?: EFontWeightCaption;
|
|
301
311
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLIElement> & default_2.LiHTMLAttributes<HTMLLIElement>, "ref"> | Omit<{
|
|
302
312
|
/** Размер текста. */
|
|
303
313
|
size: ECaptionSize;
|
|
304
314
|
/** Толщина шрифта. */
|
|
305
|
-
weight?:
|
|
315
|
+
weight?: EFontWeightCaption;
|
|
306
316
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLinkElement> & default_2.LinkHTMLAttributes<HTMLLinkElement>, "ref"> | Omit<{
|
|
307
317
|
/** Размер текста. */
|
|
308
318
|
size: ECaptionSize;
|
|
309
319
|
/** Толщина шрифта. */
|
|
310
|
-
weight?:
|
|
320
|
+
weight?: EFontWeightCaption;
|
|
311
321
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMapElement> & default_2.MapHTMLAttributes<HTMLMapElement>, "ref"> | Omit<{
|
|
312
322
|
/** Размер текста. */
|
|
313
323
|
size: ECaptionSize;
|
|
314
324
|
/** Толщина шрифта. */
|
|
315
|
-
weight?:
|
|
325
|
+
weight?: EFontWeightCaption;
|
|
316
326
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.MenuHTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
317
327
|
/** Размер текста. */
|
|
318
328
|
size: ECaptionSize;
|
|
319
329
|
/** Толщина шрифта. */
|
|
320
|
-
weight?:
|
|
330
|
+
weight?: EFontWeightCaption;
|
|
321
331
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMetaElement> & default_2.MetaHTMLAttributes<HTMLMetaElement>, "ref"> | Omit<{
|
|
322
332
|
/** Размер текста. */
|
|
323
333
|
size: ECaptionSize;
|
|
324
334
|
/** Толщина шрифта. */
|
|
325
|
-
weight?:
|
|
335
|
+
weight?: EFontWeightCaption;
|
|
326
336
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMeterElement> & default_2.MeterHTMLAttributes<HTMLMeterElement>, "ref"> | Omit<{
|
|
327
337
|
/** Размер текста. */
|
|
328
338
|
size: ECaptionSize;
|
|
329
339
|
/** Толщина шрифта. */
|
|
330
|
-
weight?:
|
|
340
|
+
weight?: EFontWeightCaption;
|
|
331
341
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOListElement> & default_2.OlHTMLAttributes<HTMLOListElement>, "ref"> | Omit<{
|
|
332
342
|
/** Размер текста. */
|
|
333
343
|
size: ECaptionSize;
|
|
334
344
|
/** Толщина шрифта. */
|
|
335
|
-
weight?:
|
|
345
|
+
weight?: EFontWeightCaption;
|
|
336
346
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOptGroupElement> & default_2.OptgroupHTMLAttributes<HTMLOptGroupElement>, "ref"> | Omit<{
|
|
337
347
|
/** Размер текста. */
|
|
338
348
|
size: ECaptionSize;
|
|
339
349
|
/** Толщина шрифта. */
|
|
340
|
-
weight?:
|
|
350
|
+
weight?: EFontWeightCaption;
|
|
341
351
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOptionElement> & default_2.OptionHTMLAttributes<HTMLOptionElement>, "ref"> | Omit<{
|
|
342
352
|
/** Размер текста. */
|
|
343
353
|
size: ECaptionSize;
|
|
344
354
|
/** Толщина шрифта. */
|
|
345
|
-
weight?:
|
|
355
|
+
weight?: EFontWeightCaption;
|
|
346
356
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOutputElement> & default_2.OutputHTMLAttributes<HTMLOutputElement>, "ref"> | Omit<{
|
|
347
357
|
/** Размер текста. */
|
|
348
358
|
size: ECaptionSize;
|
|
349
359
|
/** Толщина шрифта. */
|
|
350
|
-
weight?:
|
|
360
|
+
weight?: EFontWeightCaption;
|
|
351
361
|
} & ITypographyProps & default_2.ClassAttributes<HTMLParagraphElement> & default_2.HTMLAttributes<HTMLParagraphElement>, "ref"> | Omit<{
|
|
352
362
|
/** Размер текста. */
|
|
353
363
|
size: ECaptionSize;
|
|
354
364
|
/** Толщина шрифта. */
|
|
355
|
-
weight?:
|
|
365
|
+
weight?: EFontWeightCaption;
|
|
356
366
|
} & ITypographyProps & default_2.ClassAttributes<HTMLParamElement> & default_2.ParamHTMLAttributes<HTMLParamElement>, "ref"> | Omit<{
|
|
357
367
|
/** Размер текста. */
|
|
358
368
|
size: ECaptionSize;
|
|
359
369
|
/** Толщина шрифта. */
|
|
360
|
-
weight?:
|
|
370
|
+
weight?: EFontWeightCaption;
|
|
361
371
|
} & ITypographyProps & default_2.ClassAttributes<HTMLPreElement> & default_2.HTMLAttributes<HTMLPreElement>, "ref"> | Omit<{
|
|
362
372
|
/** Размер текста. */
|
|
363
373
|
size: ECaptionSize;
|
|
364
374
|
/** Толщина шрифта. */
|
|
365
|
-
weight?:
|
|
375
|
+
weight?: EFontWeightCaption;
|
|
366
376
|
} & ITypographyProps & default_2.ClassAttributes<HTMLProgressElement> & default_2.ProgressHTMLAttributes<HTMLProgressElement>, "ref"> | Omit<{
|
|
367
377
|
/** Размер текста. */
|
|
368
378
|
size: ECaptionSize;
|
|
369
379
|
/** Толщина шрифта. */
|
|
370
|
-
weight?:
|
|
380
|
+
weight?: EFontWeightCaption;
|
|
371
381
|
} & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.QuoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
|
|
372
382
|
/** Размер текста. */
|
|
373
383
|
size: ECaptionSize;
|
|
374
384
|
/** Толщина шрифта. */
|
|
375
|
-
weight?:
|
|
385
|
+
weight?: EFontWeightCaption;
|
|
376
386
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSlotElement> & default_2.SlotHTMLAttributes<HTMLSlotElement>, "ref"> | Omit<{
|
|
377
387
|
/** Размер текста. */
|
|
378
388
|
size: ECaptionSize;
|
|
379
389
|
/** Толщина шрифта. */
|
|
380
|
-
weight?:
|
|
390
|
+
weight?: EFontWeightCaption;
|
|
381
391
|
} & ITypographyProps & default_2.ClassAttributes<HTMLScriptElement> & default_2.ScriptHTMLAttributes<HTMLScriptElement>, "ref"> | Omit<{
|
|
382
392
|
/** Размер текста. */
|
|
383
393
|
size: ECaptionSize;
|
|
384
394
|
/** Толщина шрифта. */
|
|
385
|
-
weight?:
|
|
395
|
+
weight?: EFontWeightCaption;
|
|
386
396
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSourceElement> & default_2.SourceHTMLAttributes<HTMLSourceElement>, "ref"> | Omit<{
|
|
387
397
|
/** Размер текста. */
|
|
388
398
|
size: ECaptionSize;
|
|
389
399
|
/** Толщина шрифта. */
|
|
390
|
-
weight?:
|
|
400
|
+
weight?: EFontWeightCaption;
|
|
391
401
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSpanElement> & default_2.HTMLAttributes<HTMLSpanElement>, "ref"> | Omit<{
|
|
392
402
|
/** Размер текста. */
|
|
393
403
|
size: ECaptionSize;
|
|
394
404
|
/** Толщина шрифта. */
|
|
395
|
-
weight?:
|
|
405
|
+
weight?: EFontWeightCaption;
|
|
396
406
|
} & ITypographyProps & default_2.ClassAttributes<HTMLStyleElement> & default_2.StyleHTMLAttributes<HTMLStyleElement>, "ref"> | Omit<{
|
|
397
407
|
/** Размер текста. */
|
|
398
408
|
size: ECaptionSize;
|
|
399
409
|
/** Толщина шрифта. */
|
|
400
|
-
weight?:
|
|
410
|
+
weight?: EFontWeightCaption;
|
|
401
411
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableElement> & default_2.TableHTMLAttributes<HTMLTableElement>, "ref"> | Omit<{
|
|
402
412
|
/** Размер текста. */
|
|
403
413
|
size: ECaptionSize;
|
|
404
414
|
/** Толщина шрифта. */
|
|
405
|
-
weight?:
|
|
415
|
+
weight?: EFontWeightCaption;
|
|
406
416
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTemplateElement> & default_2.HTMLAttributes<HTMLTemplateElement>, "ref"> | Omit<{
|
|
407
417
|
/** Размер текста. */
|
|
408
418
|
size: ECaptionSize;
|
|
409
419
|
/** Толщина шрифта. */
|
|
410
|
-
weight?:
|
|
420
|
+
weight?: EFontWeightCaption;
|
|
411
421
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableSectionElement> & default_2.HTMLAttributes<HTMLTableSectionElement>, "ref"> | Omit<{
|
|
412
422
|
/** Размер текста. */
|
|
413
423
|
size: ECaptionSize;
|
|
414
424
|
/** Толщина шрифта. */
|
|
415
|
-
weight?:
|
|
425
|
+
weight?: EFontWeightCaption;
|
|
416
426
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableDataCellElement> & default_2.TdHTMLAttributes<HTMLTableDataCellElement>, "ref"> | Omit<{
|
|
417
427
|
/** Размер текста. */
|
|
418
428
|
size: ECaptionSize;
|
|
419
429
|
/** Толщина шрифта. */
|
|
420
|
-
weight?:
|
|
430
|
+
weight?: EFontWeightCaption;
|
|
421
431
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTextAreaElement> & default_2.TextareaHTMLAttributes<HTMLTextAreaElement>, "ref"> | Omit<{
|
|
422
432
|
/** Размер текста. */
|
|
423
433
|
size: ECaptionSize;
|
|
424
434
|
/** Толщина шрифта. */
|
|
425
|
-
weight?:
|
|
435
|
+
weight?: EFontWeightCaption;
|
|
426
436
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableHeaderCellElement> & default_2.ThHTMLAttributes<HTMLTableHeaderCellElement>, "ref"> | Omit<{
|
|
427
437
|
/** Размер текста. */
|
|
428
438
|
size: ECaptionSize;
|
|
429
439
|
/** Толщина шрифта. */
|
|
430
|
-
weight?:
|
|
440
|
+
weight?: EFontWeightCaption;
|
|
431
441
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTimeElement> & default_2.TimeHTMLAttributes<HTMLTimeElement>, "ref"> | Omit<{
|
|
432
442
|
/** Размер текста. */
|
|
433
443
|
size: ECaptionSize;
|
|
434
444
|
/** Толщина шрифта. */
|
|
435
|
-
weight?:
|
|
445
|
+
weight?: EFontWeightCaption;
|
|
436
446
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTitleElement> & default_2.HTMLAttributes<HTMLTitleElement>, "ref"> | Omit<{
|
|
437
447
|
/** Размер текста. */
|
|
438
448
|
size: ECaptionSize;
|
|
439
449
|
/** Толщина шрифта. */
|
|
440
|
-
weight?:
|
|
450
|
+
weight?: EFontWeightCaption;
|
|
441
451
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableRowElement> & default_2.HTMLAttributes<HTMLTableRowElement>, "ref"> | Omit<{
|
|
442
452
|
/** Размер текста. */
|
|
443
453
|
size: ECaptionSize;
|
|
444
454
|
/** Толщина шрифта. */
|
|
445
|
-
weight?:
|
|
455
|
+
weight?: EFontWeightCaption;
|
|
446
456
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTrackElement> & default_2.TrackHTMLAttributes<HTMLTrackElement>, "ref"> | Omit<{
|
|
447
457
|
/** Размер текста. */
|
|
448
458
|
size: ECaptionSize;
|
|
449
459
|
/** Толщина шрифта. */
|
|
450
|
-
weight?:
|
|
460
|
+
weight?: EFontWeightCaption;
|
|
451
461
|
} & ITypographyProps & default_2.ClassAttributes<HTMLUListElement> & default_2.HTMLAttributes<HTMLUListElement>, "ref"> | Omit<{
|
|
452
462
|
/** Размер текста. */
|
|
453
463
|
size: ECaptionSize;
|
|
454
464
|
/** Толщина шрифта. */
|
|
455
|
-
weight?:
|
|
465
|
+
weight?: EFontWeightCaption;
|
|
456
466
|
} & ITypographyProps & default_2.ClassAttributes<HTMLVideoElement> & default_2.VideoHTMLAttributes<HTMLVideoElement>, "ref"> | Omit<{
|
|
457
467
|
/** Размер текста. */
|
|
458
468
|
size: ECaptionSize;
|
|
459
469
|
/** Толщина шрифта. */
|
|
460
|
-
weight?:
|
|
470
|
+
weight?: EFontWeightCaption;
|
|
461
471
|
} & ITypographyProps & default_2.ClassAttributes<HTMLWebViewElement> & default_2.WebViewHTMLAttributes<HTMLWebViewElement>, "ref"> | Omit<{
|
|
462
472
|
/** Размер текста. */
|
|
463
473
|
size: ECaptionSize;
|
|
464
474
|
/** Толщина шрифта. */
|
|
465
|
-
weight?:
|
|
475
|
+
weight?: EFontWeightCaption;
|
|
466
476
|
} & ITypographyProps & default_2.SVGProps<SVGSVGElement>, "ref"> | Omit<{
|
|
467
477
|
/** Размер текста. */
|
|
468
478
|
size: ECaptionSize;
|
|
469
479
|
/** Толщина шрифта. */
|
|
470
|
-
weight?:
|
|
480
|
+
weight?: EFontWeightCaption;
|
|
471
481
|
} & ITypographyProps & default_2.SVGProps<SVGElement>, "ref"> | Omit<{
|
|
472
482
|
/** Размер текста. */
|
|
473
483
|
size: ECaptionSize;
|
|
474
484
|
/** Толщина шрифта. */
|
|
475
|
-
weight?:
|
|
485
|
+
weight?: EFontWeightCaption;
|
|
476
486
|
} & ITypographyProps & default_2.SVGProps<SVGCircleElement>, "ref"> | Omit<{
|
|
477
487
|
/** Размер текста. */
|
|
478
488
|
size: ECaptionSize;
|
|
479
489
|
/** Толщина шрифта. */
|
|
480
|
-
weight?:
|
|
490
|
+
weight?: EFontWeightCaption;
|
|
481
491
|
} & ITypographyProps & default_2.SVGProps<SVGClipPathElement>, "ref"> | Omit<{
|
|
482
492
|
/** Размер текста. */
|
|
483
493
|
size: ECaptionSize;
|
|
484
494
|
/** Толщина шрифта. */
|
|
485
|
-
weight?:
|
|
495
|
+
weight?: EFontWeightCaption;
|
|
486
496
|
} & ITypographyProps & default_2.SVGProps<SVGDefsElement>, "ref"> | Omit<{
|
|
487
497
|
/** Размер текста. */
|
|
488
498
|
size: ECaptionSize;
|
|
489
499
|
/** Толщина шрифта. */
|
|
490
|
-
weight?:
|
|
500
|
+
weight?: EFontWeightCaption;
|
|
491
501
|
} & ITypographyProps & default_2.SVGProps<SVGDescElement>, "ref"> | Omit<{
|
|
492
502
|
/** Размер текста. */
|
|
493
503
|
size: ECaptionSize;
|
|
494
504
|
/** Толщина шрифта. */
|
|
495
|
-
weight?:
|
|
505
|
+
weight?: EFontWeightCaption;
|
|
496
506
|
} & ITypographyProps & default_2.SVGProps<SVGEllipseElement>, "ref"> | Omit<{
|
|
497
507
|
/** Размер текста. */
|
|
498
508
|
size: ECaptionSize;
|
|
499
509
|
/** Толщина шрифта. */
|
|
500
|
-
weight?:
|
|
510
|
+
weight?: EFontWeightCaption;
|
|
501
511
|
} & ITypographyProps & default_2.SVGProps<SVGFEBlendElement>, "ref"> | Omit<{
|
|
502
512
|
/** Размер текста. */
|
|
503
513
|
size: ECaptionSize;
|
|
504
514
|
/** Толщина шрифта. */
|
|
505
|
-
weight?:
|
|
515
|
+
weight?: EFontWeightCaption;
|
|
506
516
|
} & ITypographyProps & default_2.SVGProps<SVGFEColorMatrixElement>, "ref"> | Omit<{
|
|
507
517
|
/** Размер текста. */
|
|
508
518
|
size: ECaptionSize;
|
|
509
519
|
/** Толщина шрифта. */
|
|
510
|
-
weight?:
|
|
520
|
+
weight?: EFontWeightCaption;
|
|
511
521
|
} & ITypographyProps & default_2.SVGProps<SVGFEComponentTransferElement>, "ref"> | Omit<{
|
|
512
522
|
/** Размер текста. */
|
|
513
523
|
size: ECaptionSize;
|
|
514
524
|
/** Толщина шрифта. */
|
|
515
|
-
weight?:
|
|
525
|
+
weight?: EFontWeightCaption;
|
|
516
526
|
} & ITypographyProps & default_2.SVGProps<SVGFECompositeElement>, "ref"> | Omit<{
|
|
517
527
|
/** Размер текста. */
|
|
518
528
|
size: ECaptionSize;
|
|
519
529
|
/** Толщина шрифта. */
|
|
520
|
-
weight?:
|
|
530
|
+
weight?: EFontWeightCaption;
|
|
521
531
|
} & ITypographyProps & default_2.SVGProps<SVGFEConvolveMatrixElement>, "ref"> | Omit<{
|
|
522
532
|
/** Размер текста. */
|
|
523
533
|
size: ECaptionSize;
|
|
524
534
|
/** Толщина шрифта. */
|
|
525
|
-
weight?:
|
|
535
|
+
weight?: EFontWeightCaption;
|
|
526
536
|
} & ITypographyProps & default_2.SVGProps<SVGFEDiffuseLightingElement>, "ref"> | Omit<{
|
|
527
537
|
/** Размер текста. */
|
|
528
538
|
size: ECaptionSize;
|
|
529
539
|
/** Толщина шрифта. */
|
|
530
|
-
weight?:
|
|
540
|
+
weight?: EFontWeightCaption;
|
|
531
541
|
} & ITypographyProps & default_2.SVGProps<SVGFEDisplacementMapElement>, "ref"> | Omit<{
|
|
532
542
|
/** Размер текста. */
|
|
533
543
|
size: ECaptionSize;
|
|
534
544
|
/** Толщина шрифта. */
|
|
535
|
-
weight?:
|
|
545
|
+
weight?: EFontWeightCaption;
|
|
536
546
|
} & ITypographyProps & default_2.SVGProps<SVGFEDistantLightElement>, "ref"> | Omit<{
|
|
537
547
|
/** Размер текста. */
|
|
538
548
|
size: ECaptionSize;
|
|
539
549
|
/** Толщина шрифта. */
|
|
540
|
-
weight?:
|
|
550
|
+
weight?: EFontWeightCaption;
|
|
541
551
|
} & ITypographyProps & default_2.SVGProps<SVGFEDropShadowElement>, "ref"> | Omit<{
|
|
542
552
|
/** Размер текста. */
|
|
543
553
|
size: ECaptionSize;
|
|
544
554
|
/** Толщина шрифта. */
|
|
545
|
-
weight?:
|
|
555
|
+
weight?: EFontWeightCaption;
|
|
546
556
|
} & ITypographyProps & default_2.SVGProps<SVGFEFloodElement>, "ref"> | Omit<{
|
|
547
557
|
/** Размер текста. */
|
|
548
558
|
size: ECaptionSize;
|
|
549
559
|
/** Толщина шрифта. */
|
|
550
|
-
weight?:
|
|
560
|
+
weight?: EFontWeightCaption;
|
|
551
561
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncAElement>, "ref"> | Omit<{
|
|
552
562
|
/** Размер текста. */
|
|
553
563
|
size: ECaptionSize;
|
|
554
564
|
/** Толщина шрифта. */
|
|
555
|
-
weight?:
|
|
565
|
+
weight?: EFontWeightCaption;
|
|
556
566
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncBElement>, "ref"> | Omit<{
|
|
557
567
|
/** Размер текста. */
|
|
558
568
|
size: ECaptionSize;
|
|
559
569
|
/** Толщина шрифта. */
|
|
560
|
-
weight?:
|
|
570
|
+
weight?: EFontWeightCaption;
|
|
561
571
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncGElement>, "ref"> | Omit<{
|
|
562
572
|
/** Размер текста. */
|
|
563
573
|
size: ECaptionSize;
|
|
564
574
|
/** Толщина шрифта. */
|
|
565
|
-
weight?:
|
|
575
|
+
weight?: EFontWeightCaption;
|
|
566
576
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncRElement>, "ref"> | Omit<{
|
|
567
577
|
/** Размер текста. */
|
|
568
578
|
size: ECaptionSize;
|
|
569
579
|
/** Толщина шрифта. */
|
|
570
|
-
weight?:
|
|
580
|
+
weight?: EFontWeightCaption;
|
|
571
581
|
} & ITypographyProps & default_2.SVGProps<SVGFEGaussianBlurElement>, "ref"> | Omit<{
|
|
572
582
|
/** Размер текста. */
|
|
573
583
|
size: ECaptionSize;
|
|
574
584
|
/** Толщина шрифта. */
|
|
575
|
-
weight?:
|
|
585
|
+
weight?: EFontWeightCaption;
|
|
576
586
|
} & ITypographyProps & default_2.SVGProps<SVGFEImageElement>, "ref"> | Omit<{
|
|
577
587
|
/** Размер текста. */
|
|
578
588
|
size: ECaptionSize;
|
|
579
589
|
/** Толщина шрифта. */
|
|
580
|
-
weight?:
|
|
590
|
+
weight?: EFontWeightCaption;
|
|
581
591
|
} & ITypographyProps & default_2.SVGProps<SVGFEMergeElement>, "ref"> | Omit<{
|
|
582
592
|
/** Размер текста. */
|
|
583
593
|
size: ECaptionSize;
|
|
584
594
|
/** Толщина шрифта. */
|
|
585
|
-
weight?:
|
|
595
|
+
weight?: EFontWeightCaption;
|
|
586
596
|
} & ITypographyProps & default_2.SVGProps<SVGFEMergeNodeElement>, "ref"> | Omit<{
|
|
587
597
|
/** Размер текста. */
|
|
588
598
|
size: ECaptionSize;
|
|
589
599
|
/** Толщина шрифта. */
|
|
590
|
-
weight?:
|
|
600
|
+
weight?: EFontWeightCaption;
|
|
591
601
|
} & ITypographyProps & default_2.SVGProps<SVGFEMorphologyElement>, "ref"> | Omit<{
|
|
592
602
|
/** Размер текста. */
|
|
593
603
|
size: ECaptionSize;
|
|
594
604
|
/** Толщина шрифта. */
|
|
595
|
-
weight?:
|
|
605
|
+
weight?: EFontWeightCaption;
|
|
596
606
|
} & ITypographyProps & default_2.SVGProps<SVGFEOffsetElement>, "ref"> | Omit<{
|
|
597
607
|
/** Размер текста. */
|
|
598
608
|
size: ECaptionSize;
|
|
599
609
|
/** Толщина шрифта. */
|
|
600
|
-
weight?:
|
|
610
|
+
weight?: EFontWeightCaption;
|
|
601
611
|
} & ITypographyProps & default_2.SVGProps<SVGFEPointLightElement>, "ref"> | Omit<{
|
|
602
612
|
/** Размер текста. */
|
|
603
613
|
size: ECaptionSize;
|
|
604
614
|
/** Толщина шрифта. */
|
|
605
|
-
weight?:
|
|
615
|
+
weight?: EFontWeightCaption;
|
|
606
616
|
} & ITypographyProps & default_2.SVGProps<SVGFESpecularLightingElement>, "ref"> | Omit<{
|
|
607
617
|
/** Размер текста. */
|
|
608
618
|
size: ECaptionSize;
|
|
609
619
|
/** Толщина шрифта. */
|
|
610
|
-
weight?:
|
|
620
|
+
weight?: EFontWeightCaption;
|
|
611
621
|
} & ITypographyProps & default_2.SVGProps<SVGFESpotLightElement>, "ref"> | Omit<{
|
|
612
622
|
/** Размер текста. */
|
|
613
623
|
size: ECaptionSize;
|
|
614
624
|
/** Толщина шрифта. */
|
|
615
|
-
weight?:
|
|
625
|
+
weight?: EFontWeightCaption;
|
|
616
626
|
} & ITypographyProps & default_2.SVGProps<SVGFETileElement>, "ref"> | Omit<{
|
|
617
627
|
/** Размер текста. */
|
|
618
628
|
size: ECaptionSize;
|
|
619
629
|
/** Толщина шрифта. */
|
|
620
|
-
weight?:
|
|
630
|
+
weight?: EFontWeightCaption;
|
|
621
631
|
} & ITypographyProps & default_2.SVGProps<SVGFETurbulenceElement>, "ref"> | Omit<{
|
|
622
632
|
/** Размер текста. */
|
|
623
633
|
size: ECaptionSize;
|
|
624
634
|
/** Толщина шрифта. */
|
|
625
|
-
weight?:
|
|
635
|
+
weight?: EFontWeightCaption;
|
|
626
636
|
} & ITypographyProps & default_2.SVGProps<SVGFilterElement>, "ref"> | Omit<{
|
|
627
637
|
/** Размер текста. */
|
|
628
638
|
size: ECaptionSize;
|
|
629
639
|
/** Толщина шрифта. */
|
|
630
|
-
weight?:
|
|
640
|
+
weight?: EFontWeightCaption;
|
|
631
641
|
} & ITypographyProps & default_2.SVGProps<SVGForeignObjectElement>, "ref"> | Omit<{
|
|
632
642
|
/** Размер текста. */
|
|
633
643
|
size: ECaptionSize;
|
|
634
644
|
/** Толщина шрифта. */
|
|
635
|
-
weight?:
|
|
645
|
+
weight?: EFontWeightCaption;
|
|
636
646
|
} & ITypographyProps & default_2.SVGProps<SVGGElement>, "ref"> | Omit<{
|
|
637
647
|
/** Размер текста. */
|
|
638
648
|
size: ECaptionSize;
|
|
639
649
|
/** Толщина шрифта. */
|
|
640
|
-
weight?:
|
|
650
|
+
weight?: EFontWeightCaption;
|
|
641
651
|
} & ITypographyProps & default_2.SVGProps<SVGImageElement>, "ref"> | Omit<{
|
|
642
652
|
/** Размер текста. */
|
|
643
653
|
size: ECaptionSize;
|
|
644
654
|
/** Толщина шрифта. */
|
|
645
|
-
weight?:
|
|
655
|
+
weight?: EFontWeightCaption;
|
|
646
656
|
} & ITypographyProps & default_2.SVGLineElementAttributes<SVGLineElement>, "ref"> | Omit<{
|
|
647
657
|
/** Размер текста. */
|
|
648
658
|
size: ECaptionSize;
|
|
649
659
|
/** Толщина шрифта. */
|
|
650
|
-
weight?:
|
|
660
|
+
weight?: EFontWeightCaption;
|
|
651
661
|
} & ITypographyProps & default_2.SVGProps<SVGLinearGradientElement>, "ref"> | Omit<{
|
|
652
662
|
/** Размер текста. */
|
|
653
663
|
size: ECaptionSize;
|
|
654
664
|
/** Толщина шрифта. */
|
|
655
|
-
weight?:
|
|
665
|
+
weight?: EFontWeightCaption;
|
|
656
666
|
} & ITypographyProps & default_2.SVGProps<SVGMarkerElement>, "ref"> | Omit<{
|
|
657
667
|
/** Размер текста. */
|
|
658
668
|
size: ECaptionSize;
|
|
659
669
|
/** Толщина шрифта. */
|
|
660
|
-
weight?:
|
|
670
|
+
weight?: EFontWeightCaption;
|
|
661
671
|
} & ITypographyProps & default_2.SVGProps<SVGMaskElement>, "ref"> | Omit<{
|
|
662
672
|
/** Размер текста. */
|
|
663
673
|
size: ECaptionSize;
|
|
664
674
|
/** Толщина шрифта. */
|
|
665
|
-
weight?:
|
|
675
|
+
weight?: EFontWeightCaption;
|
|
666
676
|
} & ITypographyProps & default_2.SVGProps<SVGMetadataElement>, "ref"> | Omit<{
|
|
667
677
|
/** Размер текста. */
|
|
668
678
|
size: ECaptionSize;
|
|
669
679
|
/** Толщина шрифта. */
|
|
670
|
-
weight?:
|
|
680
|
+
weight?: EFontWeightCaption;
|
|
671
681
|
} & ITypographyProps & default_2.SVGProps<SVGPathElement>, "ref"> | Omit<{
|
|
672
682
|
/** Размер текста. */
|
|
673
683
|
size: ECaptionSize;
|
|
674
684
|
/** Толщина шрифта. */
|
|
675
|
-
weight?:
|
|
685
|
+
weight?: EFontWeightCaption;
|
|
676
686
|
} & ITypographyProps & default_2.SVGProps<SVGPatternElement>, "ref"> | Omit<{
|
|
677
687
|
/** Размер текста. */
|
|
678
688
|
size: ECaptionSize;
|
|
679
689
|
/** Толщина шрифта. */
|
|
680
|
-
weight?:
|
|
690
|
+
weight?: EFontWeightCaption;
|
|
681
691
|
} & ITypographyProps & default_2.SVGProps<SVGPolygonElement>, "ref"> | Omit<{
|
|
682
692
|
/** Размер текста. */
|
|
683
693
|
size: ECaptionSize;
|
|
684
694
|
/** Толщина шрифта. */
|
|
685
|
-
weight?:
|
|
695
|
+
weight?: EFontWeightCaption;
|
|
686
696
|
} & ITypographyProps & default_2.SVGProps<SVGPolylineElement>, "ref"> | Omit<{
|
|
687
697
|
/** Размер текста. */
|
|
688
698
|
size: ECaptionSize;
|
|
689
699
|
/** Толщина шрифта. */
|
|
690
|
-
weight?:
|
|
700
|
+
weight?: EFontWeightCaption;
|
|
691
701
|
} & ITypographyProps & default_2.SVGProps<SVGRadialGradientElement>, "ref"> | Omit<{
|
|
692
702
|
/** Размер текста. */
|
|
693
703
|
size: ECaptionSize;
|
|
694
704
|
/** Толщина шрифта. */
|
|
695
|
-
weight?:
|
|
705
|
+
weight?: EFontWeightCaption;
|
|
696
706
|
} & ITypographyProps & default_2.SVGProps<SVGRectElement>, "ref"> | Omit<{
|
|
697
707
|
/** Размер текста. */
|
|
698
708
|
size: ECaptionSize;
|
|
699
709
|
/** Толщина шрифта. */
|
|
700
|
-
weight?:
|
|
710
|
+
weight?: EFontWeightCaption;
|
|
701
711
|
} & ITypographyProps & default_2.SVGProps<SVGSetElement>, "ref"> | Omit<{
|
|
702
712
|
/** Размер текста. */
|
|
703
713
|
size: ECaptionSize;
|
|
704
714
|
/** Толщина шрифта. */
|
|
705
|
-
weight?:
|
|
715
|
+
weight?: EFontWeightCaption;
|
|
706
716
|
} & ITypographyProps & default_2.SVGProps<SVGStopElement>, "ref"> | Omit<{
|
|
707
717
|
/** Размер текста. */
|
|
708
718
|
size: ECaptionSize;
|
|
709
719
|
/** Толщина шрифта. */
|
|
710
|
-
weight?:
|
|
720
|
+
weight?: EFontWeightCaption;
|
|
711
721
|
} & ITypographyProps & default_2.SVGProps<SVGSwitchElement>, "ref"> | Omit<{
|
|
712
722
|
/** Размер текста. */
|
|
713
723
|
size: ECaptionSize;
|
|
714
724
|
/** Толщина шрифта. */
|
|
715
|
-
weight?:
|
|
725
|
+
weight?: EFontWeightCaption;
|
|
716
726
|
} & ITypographyProps & default_2.SVGTextElementAttributes<SVGTextElement>, "ref"> | Omit<{
|
|
717
727
|
/** Размер текста. */
|
|
718
728
|
size: ECaptionSize;
|
|
719
729
|
/** Толщина шрифта. */
|
|
720
|
-
weight?:
|
|
730
|
+
weight?: EFontWeightCaption;
|
|
721
731
|
} & ITypographyProps & default_2.SVGProps<SVGTextPathElement>, "ref"> | Omit<{
|
|
722
732
|
/** Размер текста. */
|
|
723
733
|
size: ECaptionSize;
|
|
724
734
|
/** Толщина шрифта. */
|
|
725
|
-
weight?:
|
|
735
|
+
weight?: EFontWeightCaption;
|
|
726
736
|
} & ITypographyProps & default_2.SVGProps<SVGTSpanElement>, "ref"> | Omit<{
|
|
727
737
|
/** Размер текста. */
|
|
728
738
|
size: ECaptionSize;
|
|
729
739
|
/** Толщина шрифта. */
|
|
730
|
-
weight?:
|
|
740
|
+
weight?: EFontWeightCaption;
|
|
731
741
|
} & ITypographyProps & default_2.SVGProps<SVGUseElement>, "ref"> | Omit<{
|
|
732
742
|
/** Размер текста. */
|
|
733
743
|
size: ECaptionSize;
|
|
734
744
|
/** Толщина шрифта. */
|
|
735
|
-
weight?:
|
|
745
|
+
weight?: EFontWeightCaption;
|
|
736
746
|
} & ITypographyProps & default_2.SVGProps<SVGViewElement>, "ref">) & default_2.RefAttributes<HTMLElement>>;
|
|
737
747
|
|
|
738
748
|
/** Компонент "Интерактивная карточка". */
|
|
@@ -945,6 +955,8 @@ declare const designTokensComponentsAlertProcessKeys: readonly ["Info_Background
|
|
|
945
955
|
|
|
946
956
|
declare const designTokensComponentsAvatarKeys: readonly ["Background"];
|
|
947
957
|
|
|
958
|
+
declare const designTokensComponentsBadgeKeys: readonly ["Background"];
|
|
959
|
+
|
|
948
960
|
declare const designTokensComponentsButtonKeys: readonly ["General_Background_Active", "General_Background_Default", "General_Background_Disabled", "General_Background_Hover", "General_Color_Active", "General_Color_Default", "General_Color_Disabled", "General_Color_Hover", "General_Shadow_Focus", "Secondary_Background_Active", "Secondary_Background_Default", "Secondary_Background_Disabled", "Secondary_Background_Hover", "Secondary_Color_Active", "Secondary_Color_Default", "Secondary_Color_Disabled", "Secondary_Color_Hover", "Secondary_Shadow_Focus", "SecondaryLight_Background_Active", "SecondaryLight_Background_Default", "SecondaryLight_Background_Disabled", "SecondaryLight_Background_Hover", "SecondaryLight_Color_Active", "SecondaryLight_Color_Default", "SecondaryLight_Color_Disabled", "SecondaryLight_Color_Hover", "SecondaryLight_Shadow_Focus", "Danger_Background_Active", "Danger_Background_Default", "Danger_Background_Disabled", "Danger_Background_Hover", "Danger_Color_Active", "Danger_Color_Default", "Danger_Color_Disabled", "Danger_Color_Hover", "Danger_Shadow_Focus", "Icon_Shadow_Focus", "Link_Color_Active", "Link_Color_Default", "Link_Color_Disabled", "Link_Color_Hover", "Link_Shadow_Focus"];
|
|
949
961
|
|
|
950
962
|
declare const designTokensComponentsCalendarKeys: readonly ["Background_Shadow", "View_Header_Color", "View_Item_Background_Default", "View_Item_Background_Hover", "View_Item_Background_Selected_Default", "View_Item_Background_Selected_Hover", "View_Item_Background_Selected_Muted_Default", "View_Item_Background_Selected_Muted_Hover", "View_Item_BorderColor_Default", "View_Item_BorderColor_Focus", "View_Item_Color_Default", "View_Item_Color_Hover", "View_Item_Color_Disabled", "View_Item_Color_Muted", "View_Item_Color_Selected", "View_Item_Color_Selected_Muted_Default", "View_Item_Color_Selected_Muted_Hover", "View_Item_Mark_Basic_Background_Default", "View_Item_Mark_Basic_Background_Selected_Default", "View_Item_Mark_Basic_Background_Selected_Hover", "View_Item_Mark_Standard_Background_Default", "View_Item_Mark_Standard_Background_Selected_Default", "View_Item_Mark_Standard_Background_Selected_Hover", "View_Item_Mark_Attention_Background_Default", "View_Item_Mark_Attention_Background_Selected_Default", "View_Item_Mark_Attention_Background_Selected_Hover", "View_Item_Mark_Critical_Background_Default", "View_Item_Mark_Critical_Background_Selected_Default", "View_Item_Mark_Critical_Background_Selected_Hover"];
|
|
@@ -1041,7 +1053,7 @@ declare const designTokensComponentsTooltipKeys: readonly ["Background", "Color"
|
|
|
1041
1053
|
|
|
1042
1054
|
declare const designTokensComponentsTopOverlayKeys: readonly ["Background"];
|
|
1043
1055
|
|
|
1044
|
-
declare const designTokensComponentsTypographyKeys: readonly ["Primary_Color", "Complementary_Color", "Secondary_Color", "Tertiary_Color", "Disabled_Color", "Brand_Color", "Info_Color", "Success_Color", "Error_Color", "Warning_Color", "System_Color"];
|
|
1056
|
+
declare const designTokensComponentsTypographyKeys: readonly ["Primary_Color", "Complementary_Color", "Secondary_Color", "Tertiary_Color", "Disabled_Color", "Brand_Color", "Info_Color", "Success_Color", "Error_Color", "Warning_Color", "System_Color", "PrimaryInvert_Color", "ComplementaryInvert_Color", "SecondaryInvert_Color", "TertiaryInvert_Color", "DisabledInvert_Color", "BrandInvert_Color", "InfoInvert_Color", "SuccessInvert_Color", "ErrorInvert_Color", "WarningInvert_Color", "SystemInvert_Color"];
|
|
1045
1057
|
|
|
1046
1058
|
declare const designTokensComponentsUploadZoneKeys: readonly ["Background_Default", "Background_Hover", "BorderColor_Default", "DragArea_Background", "DragArea_BorderColor"];
|
|
1047
1059
|
|
|
@@ -1197,7 +1209,7 @@ export declare enum ECalendarViewMode {
|
|
|
1197
1209
|
YEARS = "years"
|
|
1198
1210
|
}
|
|
1199
1211
|
|
|
1200
|
-
/** Возможные размеры Caption. */
|
|
1212
|
+
/** Возможные размеры компонента Caption. */
|
|
1201
1213
|
export declare enum ECaptionSize {
|
|
1202
1214
|
C1 = "C1",// В дизайне C1
|
|
1203
1215
|
C2 = "C2",// В дизайне C2
|
|
@@ -1301,16 +1313,33 @@ export declare enum EFontType {
|
|
|
1301
1313
|
SUCCESS = "success",
|
|
1302
1314
|
WARNING = "warning",
|
|
1303
1315
|
ERROR = "error",
|
|
1304
|
-
SYSTEM = "system"
|
|
1316
|
+
SYSTEM = "system",
|
|
1317
|
+
PRIMARY_INVERT = "primary-invert",
|
|
1318
|
+
COMPLEMENTARY_INVERT = "complementary-invert",
|
|
1319
|
+
SECONDARY_INVERT = "secondary-invert",
|
|
1320
|
+
TERTIARY_INVERT = "tertiary-invert",
|
|
1321
|
+
DISABLED_INVERT = "disabled-invert",
|
|
1322
|
+
BRAND_INVERT = "brand-invert",
|
|
1323
|
+
INFO_INVERT = "info-invert",
|
|
1324
|
+
SUCCESS_INVERT = "success-invert",
|
|
1325
|
+
WARNING_INVERT = "warning-invert",
|
|
1326
|
+
ERROR_INVERT = "error-invert",
|
|
1327
|
+
SYSTEM_INVERT = "system-invert"
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
/** Возможные начертания шрифта компонента Caption. */
|
|
1331
|
+
export declare enum EFontWeightCaption {
|
|
1332
|
+
REGULAR = "regular",
|
|
1333
|
+
SEMIBOLD = "semibold"
|
|
1305
1334
|
}
|
|
1306
1335
|
|
|
1307
|
-
/** Возможные начертания
|
|
1336
|
+
/** Возможные начертания шрифта компонента Text. */
|
|
1308
1337
|
export declare enum EFontWeightText {
|
|
1309
1338
|
REGULAR = "regular",
|
|
1310
1339
|
SEMIBOLD = "semibold"
|
|
1311
1340
|
}
|
|
1312
1341
|
|
|
1313
|
-
/** Возможные начертания
|
|
1342
|
+
/** Возможные начертания шрифта компонента Title. */
|
|
1314
1343
|
export declare enum EFontWeightTitle {
|
|
1315
1344
|
MEDIUM = "medium",
|
|
1316
1345
|
REGULAR = "regular",
|
|
@@ -1349,13 +1378,7 @@ export declare enum EIslandType {
|
|
|
1349
1378
|
TYPE_3 = "type_3"
|
|
1350
1379
|
}
|
|
1351
1380
|
|
|
1352
|
-
|
|
1353
|
-
SM = "sm",
|
|
1354
|
-
MD = "md",
|
|
1355
|
-
LG = "lg"
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/** Возможные типы интерлиньяжа. */
|
|
1381
|
+
/** Возможные типы интерлиньяжа компонентов типографики. */
|
|
1359
1382
|
export declare enum ELineType {
|
|
1360
1383
|
NORMAL = "normal",
|
|
1361
1384
|
COMPACT = "compact"
|
|
@@ -1501,7 +1524,7 @@ export declare enum ETabsExtendedType {
|
|
|
1501
1524
|
TYPE_2 = "type2"
|
|
1502
1525
|
}
|
|
1503
1526
|
|
|
1504
|
-
/** Возможные размеры
|
|
1527
|
+
/** Возможные размеры компонента Text. */
|
|
1505
1528
|
export declare enum ETextSize {
|
|
1506
1529
|
B1 = "B1",// В дизайне S1, B1
|
|
1507
1530
|
B2 = "B2",// В дизайне S2, B2
|
|
@@ -1509,7 +1532,7 @@ export declare enum ETextSize {
|
|
|
1509
1532
|
B4 = "B4"
|
|
1510
1533
|
}
|
|
1511
1534
|
|
|
1512
|
-
/** Возможные размеры
|
|
1535
|
+
/** Возможные размеры компонента Title. */
|
|
1513
1536
|
export declare enum ETitleSize {
|
|
1514
1537
|
H1 = "h1",// В дизайне H1
|
|
1515
1538
|
H2 = "h2",// В дизайне H2
|
|
@@ -1612,6 +1635,9 @@ export declare enum EVerticalAlign {
|
|
|
1612
1635
|
BOTTOM = "bottom"
|
|
1613
1636
|
}
|
|
1614
1637
|
|
|
1638
|
+
/** Компонент анимации сворачивания/разворачивания контента. */
|
|
1639
|
+
export declare const ExpandAnimation: default_2.ForwardRefExoticComponent<IExpandAnimationProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
1640
|
+
|
|
1615
1641
|
/** Компонент панели под элементы фильтрации данных для таблицы. */
|
|
1616
1642
|
export declare const FilterPanel: default_2.FC<IFilterPanelProps>;
|
|
1617
1643
|
|
|
@@ -1657,7 +1683,7 @@ declare const FooterPage: default_2.ForwardRefExoticComponent<(IFooterPageTypeSe
|
|
|
1657
1683
|
export declare function formatAmount(amount: string | default_4, fractionLength?: number | null, separateGroups?: boolean, fillFraction?: boolean): string;
|
|
1658
1684
|
|
|
1659
1685
|
/** Элемент, отображающий input/select/textarea + label. */
|
|
1660
|
-
export declare const FormField: default_2.
|
|
1686
|
+
export declare const FormField: default_2.ForwardRefExoticComponent<IFormFieldProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
1661
1687
|
|
|
1662
1688
|
/** Кнопка очищения введенного значения. */
|
|
1663
1689
|
export declare const FormFieldClear: default_2.ForwardRefExoticComponent<IFormFieldClearProps & default_2.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1916,6 +1942,28 @@ export declare interface IAvatarProps extends default_2.HTMLAttributes<HTMLDivEl
|
|
|
1916
1942
|
size: EAvatarSize;
|
|
1917
1943
|
}
|
|
1918
1944
|
|
|
1945
|
+
/** Свойства компонента BadgeContent. */
|
|
1946
|
+
export declare interface IBadgeContentProps extends default_2.HTMLAttributes<HTMLSpanElement> {
|
|
1947
|
+
size: EComponentSize;
|
|
1948
|
+
/** Флаг, определяющий, нужно ли удалить левый отступ. */
|
|
1949
|
+
noPaddingLeft?: boolean;
|
|
1950
|
+
/** Флаг, определяющий, нужно ли удалить правый отступ. */
|
|
1951
|
+
noPaddingRight?: boolean;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
/** Свойства компонента BadgeDot. */
|
|
1955
|
+
export declare interface IBadgeDotProps extends Omit<default_2.HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
1956
|
+
size: EComponentSize;
|
|
1957
|
+
children?: never;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
/** Свойства компонента Badge. */
|
|
1961
|
+
export declare interface IBadgeProps extends Omit<default_2.HTMLAttributes<HTMLSpanElement>, "prefix" | "postfix"> {
|
|
1962
|
+
size: EComponentSize;
|
|
1963
|
+
prefix?: default_2.ReactNode;
|
|
1964
|
+
postfix?: default_2.ReactNode;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1919
1967
|
declare interface IBodyPageTypeFirstProps extends IBodyProps {
|
|
1920
1968
|
children: default_2.ReactNode;
|
|
1921
1969
|
/** Тип компонента BodyPage. */
|
|
@@ -2849,7 +2897,7 @@ export declare interface IEllipsisProps extends default_2.HTMLAttributes<HTMLDiv
|
|
|
2849
2897
|
}
|
|
2850
2898
|
|
|
2851
2899
|
/** Свойства компонента ExpandAnimation. */
|
|
2852
|
-
declare interface IExpandAnimationProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
2900
|
+
export declare interface IExpandAnimationProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
2853
2901
|
/** Время анимации (мс). */
|
|
2854
2902
|
animationTime?: number;
|
|
2855
2903
|
/** Развёрнут ли компонент. */
|
|
@@ -2974,7 +3022,9 @@ export declare interface IFormFieldPrefixProps extends default_2.HTMLAttributes<
|
|
|
2974
3022
|
|
|
2975
3023
|
/** Свойства компонента FormField. */
|
|
2976
3024
|
export declare interface IFormFieldProps extends default_2.HTMLAttributes<HTMLDivElement>, DataAttributes {
|
|
3025
|
+
/** Визуальное состояние. */
|
|
2977
3026
|
status?: EFormFieldStatus;
|
|
3027
|
+
/** Размер. */
|
|
2978
3028
|
size?: EComponentSize;
|
|
2979
3029
|
}
|
|
2980
3030
|
|
|
@@ -3078,6 +3128,8 @@ export declare interface IHelpBoxProps extends default_2.HTMLAttributes<HTMLButt
|
|
|
3078
3128
|
tooltipSize: ETooltipSize;
|
|
3079
3129
|
/** Контент заголовка TooltipMobile. */
|
|
3080
3130
|
mobileHeaderContent?: default_2.ReactNode;
|
|
3131
|
+
/** Свойства иконки. */
|
|
3132
|
+
iconProps?: ISingleColorIconProps;
|
|
3081
3133
|
}
|
|
3082
3134
|
|
|
3083
3135
|
/** Свойства компонента IslandAccordionContent. */
|
|
@@ -3138,6 +3190,7 @@ export declare interface IIslandWidgetBodyProps extends default_2.HTMLAttributes
|
|
|
3138
3190
|
|
|
3139
3191
|
/** Свойства компонента IslandWidgetExtraFooter. */
|
|
3140
3192
|
declare interface IIslandWidgetExtraFooterProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3193
|
+
/** Контролируемое состояние открытости. */
|
|
3141
3194
|
open?: boolean;
|
|
3142
3195
|
}
|
|
3143
3196
|
|
|
@@ -3164,9 +3217,14 @@ export declare interface IIslandWidgetHeaderProps extends default_2.HTMLAttribut
|
|
|
3164
3217
|
}
|
|
3165
3218
|
|
|
3166
3219
|
export declare interface IIslandWidgetProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3220
|
+
/** Рендер-функция Body. */
|
|
3167
3221
|
renderBody: (props: IIslandWidgetBodyProps) => default_2.ReactNode;
|
|
3222
|
+
/** Рендер-функция Footer. */
|
|
3168
3223
|
renderFooter?: (props: IIslandWidgetFooterProps) => default_2.ReactNode;
|
|
3224
|
+
/** Рендер-функция Header. */
|
|
3169
3225
|
renderHeader: (props: IIslandWidgetHeaderProps) => default_2.ReactNode;
|
|
3226
|
+
/** Отключение возможности сворачивания контента в адаптиве. */
|
|
3227
|
+
disableAdaptiveCollapsing?: boolean;
|
|
3170
3228
|
}
|
|
3171
3229
|
|
|
3172
3230
|
export declare interface IIslandWidgetWrapperProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
@@ -3209,6 +3267,7 @@ declare interface ILightBoxControlsProps extends default_2.HTMLAttributes<HTMLDi
|
|
|
3209
3267
|
}
|
|
3210
3268
|
|
|
3211
3269
|
declare interface ILightBoxLeftSidebarProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3270
|
+
/** Фиксация боковой панели. */
|
|
3212
3271
|
fixed?: boolean;
|
|
3213
3272
|
}
|
|
3214
3273
|
|
|
@@ -3252,6 +3311,7 @@ export declare interface ILightBoxProps extends default_2.HTMLAttributes<HTMLDiv
|
|
|
3252
3311
|
}
|
|
3253
3312
|
|
|
3254
3313
|
declare interface ILightBoxRightSidebarProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3314
|
+
/** Фиксация боковой панели. */
|
|
3255
3315
|
fixed?: boolean;
|
|
3256
3316
|
}
|
|
3257
3317
|
|
|
@@ -3274,14 +3334,16 @@ export declare interface ILightBoxSideOverlayFC extends default_2.FC<ILightBoxSi
|
|
|
3274
3334
|
export declare interface ILightBoxSideOverlayProps extends default_2.HTMLAttributes<HTMLDivElement>, Pick<IOverlayBaseProps, "opened" | "onClose" | "onOpen"> {
|
|
3275
3335
|
/** Свойства FocusTrap. Используется npm-пакет focus-trap-react. */
|
|
3276
3336
|
focusTrapProps?: FocusTrapProps;
|
|
3337
|
+
/** Состояние загрузки. */
|
|
3277
3338
|
isLoading?: boolean;
|
|
3278
3339
|
/** Текст под спиннером. */
|
|
3279
3340
|
loadingTitle?: default_2.ReactNode;
|
|
3280
3341
|
/** Открыт другой SideOverlay поверх текущего. */
|
|
3281
3342
|
isTopLevelSideOverlayOpened?: boolean;
|
|
3282
|
-
/** Открыт TopOverlay в
|
|
3343
|
+
/** Открыт TopOverlay в текущем SideOverlay. */
|
|
3283
3344
|
isTopOverlayOpened?: boolean;
|
|
3284
|
-
|
|
3345
|
+
/** Размер компонента. */
|
|
3346
|
+
size?: EComponentSize;
|
|
3285
3347
|
}
|
|
3286
3348
|
|
|
3287
3349
|
/** Общие свойства компонента Link. */
|
|
@@ -3862,16 +3924,14 @@ export declare interface IPaginationPanelProps extends default_2.HTMLAttributes<
|
|
|
3862
3924
|
|
|
3863
3925
|
declare interface IPaginationProps extends IPaginationExtendedProps {
|
|
3864
3926
|
/** Свойства компонента PaginationSelect. */
|
|
3865
|
-
paginationSelectProps
|
|
3927
|
+
paginationSelectProps?: IPaginationSelectProps;
|
|
3866
3928
|
/** Свойства компонента PaginationNavigation. */
|
|
3867
3929
|
paginationNavigationProps: IPaginationNavigationProps;
|
|
3868
3930
|
}
|
|
3869
3931
|
|
|
3870
|
-
export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size"
|
|
3932
|
+
export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size" | "value">, Required<Pick<ISelectFieldProps, "value">> {
|
|
3871
3933
|
/** Текст лейбла пагинации. */
|
|
3872
3934
|
paginationLabel: default_2.ReactNode;
|
|
3873
|
-
/** Компонент скрыт. */
|
|
3874
|
-
hidden?: boolean;
|
|
3875
3935
|
}
|
|
3876
3936
|
|
|
3877
3937
|
/** Свойства компонента Radio. */
|
|
@@ -3997,6 +4057,7 @@ export declare interface ISelectFieldOption extends ISelectExtendedFieldDefaultO
|
|
|
3997
4057
|
}
|
|
3998
4058
|
|
|
3999
4059
|
export declare interface ISelectFieldProps extends Omit<ISelectExtendedFieldProps, "children" | "onChange" | "renderTarget">, Pick<ISelectExtendedFieldTargetProps, "loading" | "status" | "placeholder"> {
|
|
4060
|
+
/** Размер компонента. */
|
|
4000
4061
|
size: EComponentSize;
|
|
4001
4062
|
children?: never;
|
|
4002
4063
|
/** Текущее выбранное значение. */
|
|
@@ -4387,7 +4448,7 @@ declare interface ISuggestContext<T extends ISuggestOption> extends Pick<ISugges
|
|
|
4387
4448
|
activeDescendant: string | undefined;
|
|
4388
4449
|
dropdownOpen: boolean;
|
|
4389
4450
|
setDropdownOpen: default_2.Dispatch<default_2.SetStateAction<boolean>>;
|
|
4390
|
-
closeDropdown: () => void;
|
|
4451
|
+
closeDropdown: (newInputValue?: string) => void;
|
|
4391
4452
|
dropdownListId: string;
|
|
4392
4453
|
suggestRef: default_2.MutableRefObject<HTMLDivElement | null>;
|
|
4393
4454
|
dropdownRef: default_2.MutableRefObject<HTMLDivElement | null>;
|
|
@@ -4437,31 +4498,17 @@ export declare interface ISuggestFieldDesktopProps<T extends ISuggestFieldOption
|
|
|
4437
4498
|
renderDropdownListItem?: (props: ISuggestFieldDesktopDropdownListItemProvideProps) => JSX.Element;
|
|
4438
4499
|
}
|
|
4439
4500
|
|
|
4440
|
-
/** Свойства, передаваемые в рендер-функцию TargetInput. */
|
|
4441
|
-
export declare interface ISuggestFieldInputProvideProps extends Pick<IFormFieldInputProps, "value" | "placeholder" | "aria-controls" | "aria-activedescendant" | "disabled" | "onChange"> {
|
|
4442
|
-
}
|
|
4443
|
-
|
|
4444
|
-
/** Свойства, передаваемые в рендер-функцию TargetLabel. */
|
|
4445
|
-
export declare interface ISuggestFieldLabelProvideProps extends Pick<IFormFieldLabelProps, "children"> {
|
|
4446
|
-
}
|
|
4447
|
-
|
|
4448
4501
|
/** Свойства компонента SuggestFieldMobileDropdownHint. */
|
|
4449
4502
|
export declare interface ISuggestFieldMobileDropdownHintProps {
|
|
4450
4503
|
children?: React.ReactNode;
|
|
4451
4504
|
}
|
|
4452
4505
|
|
|
4453
4506
|
/** Свойства компонента SuggestFieldMobileDropdown. */
|
|
4454
|
-
export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "
|
|
4507
|
+
export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "tooltipHint" | "loading" | "dropdownListLoading" | "clearInputOnFocus" | "onFilter" | "onSelect" | "onScrollEnd"> {
|
|
4455
4508
|
}
|
|
4456
4509
|
|
|
4457
4510
|
/** Свойства компонента SuggestFieldMobile. */
|
|
4458
|
-
export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ISuggestFieldProps<T>, "
|
|
4459
|
-
/** Текст подсказки. Например - "Ничего не найдено" или "Введите более 3 символов". Подсказка отображается на месте списка выбора. */
|
|
4460
|
-
dropdownHint: string;
|
|
4461
|
-
}
|
|
4462
|
-
|
|
4463
|
-
/** Свойства компонента SuggestFieldMobileTarget. */
|
|
4464
|
-
export declare interface ISuggestFieldMobileTargetProps extends ISuggestFieldTargetProps {
|
|
4511
|
+
export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ISuggestFieldProps<T>, "tooltipOpen"> {
|
|
4465
4512
|
}
|
|
4466
4513
|
|
|
4467
4514
|
/** Опция выпадающего списка SuggestField. */
|
|
@@ -4475,7 +4522,7 @@ export declare interface ISuggestFieldOption {
|
|
|
4475
4522
|
}
|
|
4476
4523
|
|
|
4477
4524
|
/** Свойства компонента SuggestField. */
|
|
4478
|
-
export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<
|
|
4525
|
+
export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ITextFieldProps, "onSelect">, DataAttributes {
|
|
4479
4526
|
/** Выбранное значение. */
|
|
4480
4527
|
value: T | undefined;
|
|
4481
4528
|
/** Список значений. */
|
|
@@ -4500,48 +4547,10 @@ export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISug
|
|
|
4500
4547
|
onFilter: (value: string) => void;
|
|
4501
4548
|
/** Обработчик окончания скролла списка (доступные в данный момент элементы закончились). */
|
|
4502
4549
|
onScrollEnd?: () => void;
|
|
4503
|
-
/** Обработчик
|
|
4504
|
-
|
|
4505
|
-
/**
|
|
4506
|
-
|
|
4507
|
-
/** Рендер-функция Target. */
|
|
4508
|
-
renderTarget?: (props: ISuggestFieldTargetProps) => JSX.Element;
|
|
4509
|
-
/** Рендер-функция TargetInput. */
|
|
4510
|
-
renderTargetInput?: (props: ISuggestFieldInputProvideProps) => JSX.Element;
|
|
4511
|
-
/** Рендер-функция TargetLabel. */
|
|
4512
|
-
renderTargetLabel?: (props: ISuggestFieldLabelProvideProps) => JSX.Element;
|
|
4513
|
-
/** Рендер-функция TargetPrefix. */
|
|
4514
|
-
renderTargetPrefix?: () => JSX.Element;
|
|
4515
|
-
/** Рендер-функция TargetPostfix. */
|
|
4516
|
-
renderTargetPostfix?: (props: ISuggestFieldTargetPostfixProvideProps) => JSX.Element;
|
|
4517
|
-
}
|
|
4518
|
-
|
|
4519
|
-
/** Свойства компонента SuggestFieldPostfix. */
|
|
4520
|
-
export declare interface ISuggestFieldTargetPostfixProps extends IFormFieldPostfixProps, Pick<ISuggestFieldProps, "size" | "loading"> {
|
|
4521
|
-
/** Обработчик очищения значения. */
|
|
4522
|
-
onClear?: () => void;
|
|
4523
|
-
}
|
|
4524
|
-
|
|
4525
|
-
/** Свойства, передаваемые в рендер-функцию TargetPostfix. */
|
|
4526
|
-
export declare interface ISuggestFieldTargetPostfixProvideProps extends Pick<ISuggestFieldTargetPostfixProps, "size" | "loading" | "onClear"> {
|
|
4527
|
-
}
|
|
4528
|
-
|
|
4529
|
-
/** Свойство компонента SuggestFieldTarget. */
|
|
4530
|
-
export declare interface ISuggestFieldTargetProps extends default_2.HTMLAttributes<HTMLElement>, Pick<ISuggestFieldProps, "size" | "status" | "label" | "placeholder" | "loading">, Pick<ISuggestFieldTargetPostfixProps, "onClear"> {
|
|
4531
|
-
/** Значение поля ввода. */
|
|
4532
|
-
inputValue: string;
|
|
4533
|
-
/** Идентификатор для тестирования. */
|
|
4534
|
-
dataTestId?: string;
|
|
4535
|
-
/** Dropdown открыт. */
|
|
4536
|
-
dropdownOpen: boolean;
|
|
4537
|
-
/** Рендер поля ввода. */
|
|
4538
|
-
renderInput?: (props: ISuggestFieldInputProvideProps) => JSX.Element;
|
|
4539
|
-
/** Рендер лейбла. */
|
|
4540
|
-
renderLabel?: (props: ISuggestFieldLabelProvideProps) => JSX.Element;
|
|
4541
|
-
/** Рендер префикса. */
|
|
4542
|
-
renderPrefix?: () => JSX.Element;
|
|
4543
|
-
/** Рендер постфикса. */
|
|
4544
|
-
renderPostfix?: (props: ISuggestFieldTargetPostfixProvideProps) => JSX.Element;
|
|
4550
|
+
/** Обработчик отчиски поля. */
|
|
4551
|
+
onClear?: default_2.MouseEventHandler<HTMLButtonElement>;
|
|
4552
|
+
/** Рендер-функция поля ввода. */
|
|
4553
|
+
renderInput?: (props: IFormFieldInputProps) => JSX.Element;
|
|
4545
4554
|
}
|
|
4546
4555
|
|
|
4547
4556
|
/** Свойства компонента SuggestMobileTarget. */
|
|
@@ -5287,21 +5296,6 @@ export declare const LoaderScreen: default_2.FC<ILoaderScreenProps>;
|
|
|
5287
5296
|
|
|
5288
5297
|
export declare const LoaderSmall: default_2.FC<ILoaderSmallProps>;
|
|
5289
5298
|
|
|
5290
|
-
/** Соответствие цвета шрифта стилевому классу. */
|
|
5291
|
-
export declare const mapFontWeightTitleToCssClass: {
|
|
5292
|
-
medium: string;
|
|
5293
|
-
regular: string;
|
|
5294
|
-
semibold: string;
|
|
5295
|
-
bold: string;
|
|
5296
|
-
};
|
|
5297
|
-
|
|
5298
|
-
/** Соответствие размера заголовка стилевому классу. */
|
|
5299
|
-
export declare const mapTitleSizeToCssClass: {
|
|
5300
|
-
h1: string;
|
|
5301
|
-
h2: string;
|
|
5302
|
-
h3: string;
|
|
5303
|
-
};
|
|
5304
|
-
|
|
5305
5299
|
export declare const Marker: default_2.FC<IMarkerProps>;
|
|
5306
5300
|
|
|
5307
5301
|
export declare const MarkerStatus: default_2.FC<IMarkerStatusProps>;
|
|
@@ -5680,12 +5674,7 @@ export declare const SuggestContext: default_2.Context<ISuggestContext<any>>;
|
|
|
5680
5674
|
|
|
5681
5675
|
/** Выпадающий список с возможностью поиска по введённому значению. */
|
|
5682
5676
|
export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldProps<T>) => JSX.Element) & {
|
|
5683
|
-
|
|
5684
|
-
Input: default_2.ForwardRefExoticComponent<IFormFieldInputProps & default_2.RefAttributes<HTMLInputElement>>;
|
|
5685
|
-
Label: default_2.ForwardRefExoticComponent<IFormFieldLabelProps & default_2.RefAttributes<HTMLLabelElement>>;
|
|
5686
|
-
Prefix: default_2.ForwardRefExoticComponent<IFormFieldPrefixProps & default_2.RefAttributes<HTMLSpanElement>>;
|
|
5687
|
-
Postfix: default_2.ForwardRefExoticComponent<ISuggestFieldTargetPostfixProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
5688
|
-
};
|
|
5677
|
+
Input: default_2.ForwardRefExoticComponent<IFormFieldInputProps & default_2.RefAttributes<HTMLInputElement>>;
|
|
5689
5678
|
};
|
|
5690
5679
|
|
|
5691
5680
|
/**
|
|
@@ -5694,10 +5683,7 @@ export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFie
|
|
|
5694
5683
|
*
|
|
5695
5684
|
* @template T - тип опции, должен расширять ISuggestFieldOption
|
|
5696
5685
|
*/
|
|
5697
|
-
export declare const SuggestFieldDesktop: {
|
|
5698
|
-
<T extends ISuggestFieldOption = ISuggestFieldOption>({ className, value, options, size, status, label, placeholder, loading, dropdownListLoading, tooltipHint, tooltipOpen, clearInputOnFocus, onSelect, onFilter, onScrollEnd, onTargetInputFocus, onTargetInputBlur, renderTarget, renderTargetInput, renderTargetLabel, renderTargetPrefix, renderTargetPostfix, renderDropdown, renderDropdownList, renderDropdownListItem, "data-test-id": dataTestId, ...restProps }: ISuggestFieldDesktopProps<T>): JSX_2.Element;
|
|
5699
|
-
displayName: string;
|
|
5700
|
-
};
|
|
5686
|
+
export declare const SuggestFieldDesktop: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, status, placeholder, "data-test-id": dataTestId, loading, dropdownListLoading, tooltipHint, tooltipOpen, clearInputOnFocus, onSelect, onFilter, onScrollEnd, onClear, prefix, postfix, renderInput, renderDropdown, renderDropdownList, renderDropdownListItem, inputProps, ...restProps }: ISuggestFieldDesktopProps<T>) => JSX_2.Element;
|
|
5701
5687
|
|
|
5702
5688
|
export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>({ size, value, options, targetRef, listId, dataTestId, opened, listLoading, listRef, renderList, renderListItem, onSelect, setOpened, ...restProps }: ISuggestFieldDesktopDropdownProps<T>) => JSX_2.Element;
|
|
5703
5689
|
|
|
@@ -5705,16 +5691,13 @@ export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption
|
|
|
5705
5691
|
* Мобильный SuggestField.
|
|
5706
5692
|
* Отображает поле ввода (target). При получении полем ввода фокуса - отображает мобильный Dropdown.
|
|
5707
5693
|
*/
|
|
5708
|
-
export declare
|
|
5694
|
+
export declare const SuggestFieldMobile: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, placeholder, "data-test-id": dataTestId, postfix, tooltipHint, loading, dropdownListLoading, clearInputOnFocus, onFilter, onSelect, onClear, onScrollEnd, renderInput, inputProps, ...restProps }: ISuggestFieldMobileProps<T>) => JSX_2.Element;
|
|
5709
5695
|
|
|
5710
5696
|
export declare const SuggestFieldMobileDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldMobileDropdownProps<T> & default_2.RefAttributes<HTMLDivElement>) => JSX.Element;
|
|
5711
5697
|
|
|
5712
5698
|
/** Подсказка компонента SuggestFieldMobileDropdown, например: "Ничего не найдено" или "Введите более 3 символов". */
|
|
5713
5699
|
export declare const SuggestFieldMobileDropdownHint: default_2.FC<ISuggestFieldMobileDropdownHintProps>;
|
|
5714
5700
|
|
|
5715
|
-
/** Целевой элемент компонента SuggestFieldMobile. */
|
|
5716
|
-
export declare const SuggestFieldMobileTarget: default_2.FC<ISuggestFieldMobileTargetProps>;
|
|
5717
|
-
|
|
5718
5701
|
/**
|
|
5719
5702
|
* Контейнер с реализацией свайпа.
|
|
5720
5703
|
* При свайпе влево открывается rightSwipeableArea.
|
|
@@ -5844,6 +5827,14 @@ export declare type TButtonProps = IButtonGeneralProps | IButtonSecondaryProps |
|
|
|
5844
5827
|
/** Тип отмеченных дней календаря. */
|
|
5845
5828
|
export declare type TCalendarMarkedDays = string[] | Record<string, ECalendarDateMarkType>;
|
|
5846
5829
|
|
|
5830
|
+
/** Свойства компонента Caption. */
|
|
5831
|
+
export declare type TCaptionProps<T extends keyof JSX.IntrinsicElements> = {
|
|
5832
|
+
/** Размер текста. */
|
|
5833
|
+
size: ECaptionSize;
|
|
5834
|
+
/** Толщина шрифта. */
|
|
5835
|
+
weight?: EFontWeightCaption;
|
|
5836
|
+
} & ITypographyProps & JSX.IntrinsicElements[T];
|
|
5837
|
+
|
|
5847
5838
|
export declare type TColumnSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
5848
5839
|
|
|
5849
5840
|
declare type TCreatePartialTokens<Type> = {
|
|
@@ -5870,7 +5861,7 @@ export declare type TDayHtmlAttributesFunction = (params: IDayHtmlAttributesFunc
|
|
|
5870
5861
|
|
|
5871
5862
|
declare type TDesignTokens = TDesignTokensCore & TDesignTokensComponents;
|
|
5872
5863
|
|
|
5873
|
-
declare type TDesignTokensComponents = TDesignTokensComponentsAlertContext | TDesignTokensComponentsAlertProcess | TDesignTokensComponentsAvatar | TDesignTokensComponentsButton | TDesignTokensComponentsCalendar | TDesignTokensComponentsCard | TDesignTokensComponentsCheckbox | TDesignTokensComponentsChip | TDesignTokensComponentsDivider | TDesignTokensComponentsDropdown | TDesignTokensComponentsDropdownList | TDesignTokensComponentsDropdownMobile | TDesignTokensComponentsDropdownMobileList | TDesignTokensComponentsFooterPage | TDesignTokensComponentsFormField | TDesignTokensComponentsHeaderPage | TDesignTokensComponentsIsland | TDesignTokensComponentsIslandAccordion | TDesignTokensComponentsIslandWidget | TDesignTokensComponentsLightBox | TDesignTokensComponentsLink | TDesignTokensComponentsListItem | TDesignTokensComponentsListItemControlsButton | TDesignTokensComponentsListMaster | TDesignTokensComponentsLoader | TDesignTokensComponentsLoaderScreen | TDesignTokensComponentsMarker | TDesignTokensComponentsMarkerStatus | TDesignTokensComponentsModalWindow | TDesignTokensComponentsMultiselectField | TDesignTokensComponentsNotification | TDesignTokensComponentsOverlay | TDesignTokensComponentsPagination | TDesignTokensComponentsRadio | TDesignTokensComponentsSegmentedControl | TDesignTokensComponentsSegmentedControlSegment | TDesignTokensComponentsSkeleton | TDesignTokensComponentsSmallInput | TDesignTokensComponentsSMSField | TDesignTokensComponentsSlider | TDesignTokensComponentsStep | TDesignTokensComponentsStepper | TDesignTokensComponentsTableBasic | TDesignTokensComponentsTabs | TDesignTokensComponentsTag | TDesignTokensComponentsTagColor | TDesignTokensComponentsTabsLine | TDesignTokensComponentsTooltip | TDesignTokensComponentsTopOverlay | TDesignTokensComponentsTypography |
|
|
5864
|
+
declare type TDesignTokensComponents = TDesignTokensComponentsAlertContext | TDesignTokensComponentsAlertProcess | TDesignTokensComponentsAvatar | TDesignTokensComponentsBadge | TDesignTokensComponentsButton | TDesignTokensComponentsCalendar | TDesignTokensComponentsCard | TDesignTokensComponentsCheckbox | TDesignTokensComponentsChip | TDesignTokensComponentsDivider | TDesignTokensComponentsDropdown | TDesignTokensComponentsDropdownList | TDesignTokensComponentsDropdownMobile | TDesignTokensComponentsDropdownMobileList | TDesignTokensComponentsFooterPage | TDesignTokensComponentsFormField | TDesignTokensComponentsHeaderPage | TDesignTokensComponentsIsland | TDesignTokensComponentsIslandAccordion | TDesignTokensComponentsIslandWidget | TDesignTokensComponentsLightBox | TDesignTokensComponentsLink | TDesignTokensComponentsListItem | TDesignTokensComponentsListItemControlsButton | TDesignTokensComponentsListMaster | TDesignTokensComponentsLoader | TDesignTokensComponentsLoaderScreen | TDesignTokensComponentsMarker | TDesignTokensComponentsMarkerStatus | TDesignTokensComponentsModalWindow | TDesignTokensComponentsMultiselectField | TDesignTokensComponentsNotification | TDesignTokensComponentsOverlay | TDesignTokensComponentsPagination | TDesignTokensComponentsRadio | TDesignTokensComponentsSegmentedControl | TDesignTokensComponentsSegmentedControlSegment | TDesignTokensComponentsSkeleton | TDesignTokensComponentsSmallInput | TDesignTokensComponentsSMSField | TDesignTokensComponentsSlider | TDesignTokensComponentsStep | TDesignTokensComponentsStepper | TDesignTokensComponentsTableBasic | TDesignTokensComponentsTabs | TDesignTokensComponentsTag | TDesignTokensComponentsTagColor | TDesignTokensComponentsTabsLine | TDesignTokensComponentsTooltip | TDesignTokensComponentsTopOverlay | TDesignTokensComponentsTypography | TDesignTokensComponentsStatusTracker | TDesignTokensComponentsUploadZone;
|
|
5874
5865
|
|
|
5875
5866
|
declare type TDesignTokensComponentsAlertContext = {
|
|
5876
5867
|
AlertContext: TDesignTokensComponentsAlertContextValue;
|
|
@@ -5896,6 +5887,14 @@ declare type TDesignTokensComponentsAvatarKeys = (typeof designTokensComponentsA
|
|
|
5896
5887
|
|
|
5897
5888
|
declare type TDesignTokensComponentsAvatarValue = Record<TDesignTokensComponentsAvatarKeys, TDesignTokenValue>;
|
|
5898
5889
|
|
|
5890
|
+
declare type TDesignTokensComponentsBadge = {
|
|
5891
|
+
Badge: TDesignTokensComponentsBadgeValue;
|
|
5892
|
+
};
|
|
5893
|
+
|
|
5894
|
+
declare type TDesignTokensComponentsBadgeKeys = (typeof designTokensComponentsBadgeKeys)[number];
|
|
5895
|
+
|
|
5896
|
+
declare type TDesignTokensComponentsBadgeValue = Record<TDesignTokensComponentsBadgeKeys, TDesignTokenValue>;
|
|
5897
|
+
|
|
5899
5898
|
declare type TDesignTokensComponentsButton = {
|
|
5900
5899
|
Button: TDesignTokensComponentsButtonValue;
|
|
5901
5900
|
};
|
|
@@ -8003,7 +8002,7 @@ declare type TTabsExtendedOnSelectTab = (id: string) => void;
|
|
|
8003
8002
|
export declare type TTdHTMLAttributesWithData = default_2.TdHTMLAttributes<HTMLTableCellElement> & TWithDataAttributes;
|
|
8004
8003
|
|
|
8005
8004
|
/** Свойства компонента Text. */
|
|
8006
|
-
declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
|
|
8005
|
+
export declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
|
|
8007
8006
|
/** Размер текста. */
|
|
8008
8007
|
size: ETextSize;
|
|
8009
8008
|
/** Высота блока строки. */
|
|
@@ -8049,8 +8048,8 @@ declare type UploadZoneOnChangeType = (files: FileList | null, e: default_2.Synt
|
|
|
8049
8048
|
*/
|
|
8050
8049
|
export declare function useMatchMedia(query: string, initial: boolean): boolean;
|
|
8051
8050
|
|
|
8052
|
-
/**
|
|
8053
|
-
export declare
|
|
8051
|
+
/** Хук для получения контекста Suggest. */
|
|
8052
|
+
export declare const useSuggestContext: <T extends ISuggestOption>() => ISuggestContext<T>;
|
|
8054
8053
|
|
|
8055
8054
|
/**
|
|
8056
8055
|
* Хук, возвращающий текущую тему и токены.
|