@sberbusiness/triplex-next 1.13.0 → 1.15.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-BHAU8N38.js +39 -0
- package/chunks/{CalendarViewItem-h3bxNCuW.js → CalendarViewItem-B0gKGk70.js} +25 -25
- package/chunks/Card.module-eeYi3ItS.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CIXQDBeU.js +14 -0
- package/chunks/{Chip-DaZ9JtW-.js → Chip-L-EcpRzH.js} +17 -17
- package/chunks/Confirm.module-BgO9xuES.js +15 -0
- package/chunks/{DropdownListItem-D52nAe3Z.js → DropdownListItem-khM2CJWN.js} +13 -13
- package/chunks/DropdownMobile.module-Bya5zssZ.js +23 -0
- package/chunks/Footer.module-Bxx6jElq.js +9 -0
- package/chunks/FormFieldInput-D2EXurFF.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-C5m0I2xF.js +9 -0
- package/chunks/HeaderTabs.module-C3-8xyq-.js +9 -0
- package/chunks/{HeaderTitle.module-Bvdyra1H.js → HeaderTitle.module-Dmmc04q6.js} +2 -2
- package/chunks/IslandAccordion.module-Cqv_yxiK.js +25 -0
- package/chunks/IslandWidgetFooter.module-PaNLvdB0.js +9 -0
- package/chunks/IslandWidgetHeader.module-D_ZngNjX.js +12 -0
- package/chunks/{LightBoxContent-BXDZ6C5k.js → LightBoxContent-CjX1eN8g.js} +12 -12
- package/chunks/LightBoxControls.module-D7BQsPK3.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DiEMyDDt.js +8 -0
- package/chunks/{ListItemControlsButton-BHqWsm74.js → ListItemControlsButton-OLK_OaQU.js} +11 -11
- package/chunks/ListItemTail.module-DxIG-P_H.js +12 -0
- package/chunks/ListMasterFooter.module-DPZnWvfb.js +10 -0
- package/chunks/ModalWindow.module-D4shxCeu.js +17 -0
- package/chunks/Notification.module-B29_MBTz.js +21 -0
- package/chunks/Overlay.module-BJJ7PDLJ.js +18 -0
- package/chunks/Page.module-CzfG8baM.js +11 -0
- package/chunks/{RightBorderArrow-BomPWl1J.js → RightBorderArrow-DbiOM5xn.js} +12 -12
- package/chunks/SMSField.module-BDZwT1N-.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bhhqk5er.js +15 -0
- package/chunks/{SliderExtendedRail-D96vBE1q.js → SliderExtendedRail-CVnVXjG6.js} +10 -10
- package/chunks/StatusTracker.module-CWpv3e3x.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-DWutbDoW.js +14 -0
- package/chunks/TableFooter.module-NX6NNBfH.js +14 -0
- package/chunks/TabsExtended.module-Bga_JXqh.js +16 -0
- package/chunks/TabsLine.module-BMBZODMz.js +21 -0
- package/chunks/TooltipDesktop.module-tqRh40wY.js +19 -0
- package/chunks/TreeView.module-Bkn2k1RS.js +9 -0
- package/chunks/{UploadZoneInput-scXVyf90.js → UploadZoneInput-BceBvb-b.js} +3 -3
- package/chunks/constants-BUeoiUro.js +57 -0
- package/chunks/utils-DKorGAMQ.js +73 -0
- package/chunks/utils-NV5e2Mzn.js +20 -0
- package/chunks/utils-Sxh3Du0J.js +24 -0
- package/chunks/{utils-C_xmindK.js → utils-tf6Rfsu7.js} +5 -5
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +27 -27
- package/components/Avatar/Avatar.js +13 -13
- package/components/Badge/Badge.js +17 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +33 -33
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +21 -21
- package/components/Button/ButtonDropdownExtended.js +2 -2
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +37 -36
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +4 -4
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- 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 +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +14 -14
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- 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 +11 -11
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +27 -26
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- 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 +24 -24
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +11 -11
- package/components/ExpandAnimation/ExpandAnimation.js +12 -12
- 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 +78 -74
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +10 -10
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +33 -36
- 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 +6 -6
- 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 +8 -8
- 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 +3 -3
- 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 +12 -12
- 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 +7 -7
- package/components/LightBox/LightBox.js +19 -19
- 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 +23 -23
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +4 -4
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +24 -24
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +11 -11
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 +2 -2
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- 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 +17 -17
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- 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 +6 -6
- 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 +12 -12
- 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 +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +12 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +4 -4
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +19 -19
- 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 +19 -19
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +17 -17
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +52 -88
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +19 -19
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +129 -130
- 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 +8 -8
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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 +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- 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 +10 -10
- package/components/Tag/Tag.js +22 -22
- package/components/TagColor/TagColor.js +6 -6
- package/components/TagGroup/TagGroup.js +9 -9
- 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 +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
- package/components/TopOverlay/TopOverlay.js +13 -13
- 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 +40 -42
- package/components/Typography/Text.js +50 -52
- package/components/Typography/Title.js +41 -43
- 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 +3 -3
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- 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 +539 -540
- package/consts/DateConst.js +6 -6
- package/index.d.ts +200 -228
- package/index.js +588 -589
- package/package.json +6 -2
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-CKP4h8-E.js +0 -39
- package/chunks/Card.module-bJptPqpj.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bphUNnbQ.js +0 -14
- package/chunks/Confirm.module-BF4VDMnq.js +0 -15
- package/chunks/DropdownMobile.module-ClkvaJLd.js +0 -23
- package/chunks/Footer.module-QvomhMbc.js +0 -9
- package/chunks/FormFieldInput-GtoWWQRE.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-OCqAbr7a.js +0 -9
- package/chunks/HeaderTabs.module-jYlPSHw3.js +0 -9
- package/chunks/IslandAccordion.module-Z_pjfKJd.js +0 -25
- package/chunks/IslandWidgetFooter.module-ChRxDXcv.js +0 -9
- package/chunks/IslandWidgetHeader.module-RRcKD0BV.js +0 -9
- package/chunks/LightBoxControls.module-BkOqYjOz.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CeFQNtqn.js +0 -8
- package/chunks/ListItemTail.module-CunfwMYT.js +0 -12
- package/chunks/ListMasterFooter.module-Dtv2xqml.js +0 -10
- package/chunks/ModalWindow.module-BHX3St6k.js +0 -17
- package/chunks/Notification.module-C4_TLm8a.js +0 -21
- package/chunks/Overlay.module-B6Jld0v6.js +0 -18
- package/chunks/Page.module-2EjEIDnt.js +0 -11
- package/chunks/SMSField.module-BKVjFcIn.js +0 -16
- package/chunks/SliderExtendedMarks.module-BGXnGEBx.js +0 -15
- package/chunks/StatusTracker.module-BKem67MH.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-CmJLz6qx.js +0 -15
- package/chunks/TableFooter.module-BAduw_pb.js +0 -14
- package/chunks/TabsExtended.module-D_KXJPSZ.js +0 -16
- package/chunks/TabsLine.module-COfUYGXF.js +0 -21
- package/chunks/TooltipDesktop.module-CG3_T63F.js +0 -19
- package/chunks/TreeView.module-CtJTgfbr.js +0 -9
- package/chunks/utils-B-KTHE01.js +0 -20
- package/chunks/utils-CkGPjHGm.js +0 -73
- package/chunks/utils-esDpM0b2.js +0 -24
- package/chunks/utils-yLrEzIHN.js +0 -36
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
- 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
|
@@ -69,6 +69,9 @@ export declare const AmountField: default_2.ForwardRefExoticComponent<IAmountFie
|
|
|
69
69
|
/** Аватар, предназначен для отображения изображений профиля пользователя, инициалов или иконок. */
|
|
70
70
|
export declare const Avatar: default_2.ForwardRefExoticComponent<IAvatarProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
71
71
|
|
|
72
|
+
/** Индикатор статуса или уведомления. */
|
|
73
|
+
export declare const Badge: default_2.ForwardRefExoticComponent<IBadgeProps & default_2.RefAttributes<HTMLSpanElement>>;
|
|
74
|
+
|
|
72
75
|
/**
|
|
73
76
|
* Компонент Body, используется как один из детей(Header, Body и Footer) компонента Page.
|
|
74
77
|
* Используется как контейнер для контента страницы. Имеет дефолтные отступы со всех сторон.
|
|
@@ -127,612 +130,612 @@ export declare const Caption: default_2.ForwardRefExoticComponent<(Omit<{
|
|
|
127
130
|
/** Размер текста. */
|
|
128
131
|
size: ECaptionSize;
|
|
129
132
|
/** Толщина шрифта. */
|
|
130
|
-
weight?:
|
|
133
|
+
weight?: EFontWeightCaption;
|
|
131
134
|
} & ITypographyProps & default_2.SVGProps<SVGSymbolElement>, "ref"> | Omit<{
|
|
132
135
|
/** Размер текста. */
|
|
133
136
|
size: ECaptionSize;
|
|
134
137
|
/** Толщина шрифта. */
|
|
135
|
-
weight?:
|
|
138
|
+
weight?: EFontWeightCaption;
|
|
136
139
|
} & ITypographyProps & default_2.ClassAttributes<HTMLObjectElement> & default_2.ObjectHTMLAttributes<HTMLObjectElement>, "ref"> | Omit<{
|
|
137
140
|
/** Размер текста. */
|
|
138
141
|
size: ECaptionSize;
|
|
139
142
|
/** Толщина шрифта. */
|
|
140
|
-
weight?:
|
|
143
|
+
weight?: EFontWeightCaption;
|
|
141
144
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHeadingElement> & default_2.HTMLAttributes<HTMLHeadingElement>, "ref"> | Omit<{
|
|
142
145
|
/** Размер текста. */
|
|
143
146
|
size: ECaptionSize;
|
|
144
147
|
/** Толщина шрифта. */
|
|
145
|
-
weight?:
|
|
148
|
+
weight?: EFontWeightCaption;
|
|
146
149
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAnchorElement> & default_2.AnchorHTMLAttributes<HTMLAnchorElement>, "ref"> | Omit<{
|
|
147
150
|
/** Размер текста. */
|
|
148
151
|
size: ECaptionSize;
|
|
149
152
|
/** Толщина шрифта. */
|
|
150
|
-
weight?:
|
|
153
|
+
weight?: EFontWeightCaption;
|
|
151
154
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.HTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
152
155
|
/** Размер текста. */
|
|
153
156
|
size: ECaptionSize;
|
|
154
157
|
/** Толщина шрифта. */
|
|
155
|
-
weight?:
|
|
158
|
+
weight?: EFontWeightCaption;
|
|
156
159
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAreaElement> & default_2.AreaHTMLAttributes<HTMLAreaElement>, "ref"> | Omit<{
|
|
157
160
|
/** Размер текста. */
|
|
158
161
|
size: ECaptionSize;
|
|
159
162
|
/** Толщина шрифта. */
|
|
160
|
-
weight?:
|
|
163
|
+
weight?: EFontWeightCaption;
|
|
161
164
|
} & ITypographyProps & default_2.ClassAttributes<HTMLAudioElement> & default_2.AudioHTMLAttributes<HTMLAudioElement>, "ref"> | Omit<{
|
|
162
165
|
/** Размер текста. */
|
|
163
166
|
size: ECaptionSize;
|
|
164
167
|
/** Толщина шрифта. */
|
|
165
|
-
weight?:
|
|
168
|
+
weight?: EFontWeightCaption;
|
|
166
169
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBaseElement> & default_2.BaseHTMLAttributes<HTMLBaseElement>, "ref"> | Omit<{
|
|
167
170
|
/** Размер текста. */
|
|
168
171
|
size: ECaptionSize;
|
|
169
172
|
/** Толщина шрифта. */
|
|
170
|
-
weight?:
|
|
173
|
+
weight?: EFontWeightCaption;
|
|
171
174
|
} & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.BlockquoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
|
|
172
175
|
/** Размер текста. */
|
|
173
176
|
size: ECaptionSize;
|
|
174
177
|
/** Толщина шрифта. */
|
|
175
|
-
weight?:
|
|
178
|
+
weight?: EFontWeightCaption;
|
|
176
179
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBodyElement> & default_2.HTMLAttributes<HTMLBodyElement>, "ref"> | Omit<{
|
|
177
180
|
/** Размер текста. */
|
|
178
181
|
size: ECaptionSize;
|
|
179
182
|
/** Толщина шрифта. */
|
|
180
|
-
weight?:
|
|
183
|
+
weight?: EFontWeightCaption;
|
|
181
184
|
} & ITypographyProps & default_2.ClassAttributes<HTMLBRElement> & default_2.HTMLAttributes<HTMLBRElement>, "ref"> | Omit<{
|
|
182
185
|
/** Размер текста. */
|
|
183
186
|
size: ECaptionSize;
|
|
184
187
|
/** Толщина шрифта. */
|
|
185
|
-
weight?:
|
|
188
|
+
weight?: EFontWeightCaption;
|
|
186
189
|
} & ITypographyProps & default_2.ClassAttributes<HTMLButtonElement> & default_2.ButtonHTMLAttributes<HTMLButtonElement>, "ref"> | Omit<{
|
|
187
190
|
/** Размер текста. */
|
|
188
191
|
size: ECaptionSize;
|
|
189
192
|
/** Толщина шрифта. */
|
|
190
|
-
weight?:
|
|
193
|
+
weight?: EFontWeightCaption;
|
|
191
194
|
} & ITypographyProps & default_2.ClassAttributes<HTMLCanvasElement> & default_2.CanvasHTMLAttributes<HTMLCanvasElement>, "ref"> | Omit<{
|
|
192
195
|
/** Размер текста. */
|
|
193
196
|
size: ECaptionSize;
|
|
194
197
|
/** Толщина шрифта. */
|
|
195
|
-
weight?:
|
|
198
|
+
weight?: EFontWeightCaption;
|
|
196
199
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
|
|
197
200
|
/** Размер текста. */
|
|
198
201
|
size: ECaptionSize;
|
|
199
202
|
/** Толщина шрифта. */
|
|
200
|
-
weight?:
|
|
203
|
+
weight?: EFontWeightCaption;
|
|
201
204
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableColElement> & default_2.ColgroupHTMLAttributes<HTMLTableColElement>, "ref"> | Omit<{
|
|
202
205
|
/** Размер текста. */
|
|
203
206
|
size: ECaptionSize;
|
|
204
207
|
/** Толщина шрифта. */
|
|
205
|
-
weight?:
|
|
208
|
+
weight?: EFontWeightCaption;
|
|
206
209
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDataElement> & default_2.DataHTMLAttributes<HTMLDataElement>, "ref"> | Omit<{
|
|
207
210
|
/** Размер текста. */
|
|
208
211
|
size: ECaptionSize;
|
|
209
212
|
/** Толщина шрифта. */
|
|
210
|
-
weight?:
|
|
213
|
+
weight?: EFontWeightCaption;
|
|
211
214
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDataListElement> & default_2.HTMLAttributes<HTMLDataListElement>, "ref"> | Omit<{
|
|
212
215
|
/** Размер текста. */
|
|
213
216
|
size: ECaptionSize;
|
|
214
217
|
/** Толщина шрифта. */
|
|
215
|
-
weight?:
|
|
218
|
+
weight?: EFontWeightCaption;
|
|
216
219
|
} & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.DelHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
|
|
217
220
|
/** Размер текста. */
|
|
218
221
|
size: ECaptionSize;
|
|
219
222
|
/** Толщина шрифта. */
|
|
220
|
-
weight?:
|
|
223
|
+
weight?: EFontWeightCaption;
|
|
221
224
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDetailsElement> & default_2.DetailsHTMLAttributes<HTMLDetailsElement>, "ref"> | Omit<{
|
|
222
225
|
/** Размер текста. */
|
|
223
226
|
size: ECaptionSize;
|
|
224
227
|
/** Толщина шрифта. */
|
|
225
|
-
weight?:
|
|
228
|
+
weight?: EFontWeightCaption;
|
|
226
229
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDialogElement> & default_2.DialogHTMLAttributes<HTMLDialogElement>, "ref"> | Omit<{
|
|
227
230
|
/** Размер текста. */
|
|
228
231
|
size: ECaptionSize;
|
|
229
232
|
/** Толщина шрифта. */
|
|
230
|
-
weight?:
|
|
233
|
+
weight?: EFontWeightCaption;
|
|
231
234
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDivElement> & default_2.HTMLAttributes<HTMLDivElement>, "ref"> | Omit<{
|
|
232
235
|
/** Размер текста. */
|
|
233
236
|
size: ECaptionSize;
|
|
234
237
|
/** Толщина шрифта. */
|
|
235
|
-
weight?:
|
|
238
|
+
weight?: EFontWeightCaption;
|
|
236
239
|
} & ITypographyProps & default_2.ClassAttributes<HTMLDListElement> & default_2.HTMLAttributes<HTMLDListElement>, "ref"> | Omit<{
|
|
237
240
|
/** Размер текста. */
|
|
238
241
|
size: ECaptionSize;
|
|
239
242
|
/** Толщина шрифта. */
|
|
240
|
-
weight?:
|
|
243
|
+
weight?: EFontWeightCaption;
|
|
241
244
|
} & ITypographyProps & default_2.ClassAttributes<HTMLEmbedElement> & default_2.EmbedHTMLAttributes<HTMLEmbedElement>, "ref"> | Omit<{
|
|
242
245
|
/** Размер текста. */
|
|
243
246
|
size: ECaptionSize;
|
|
244
247
|
/** Толщина шрифта. */
|
|
245
|
-
weight?:
|
|
248
|
+
weight?: EFontWeightCaption;
|
|
246
249
|
} & ITypographyProps & default_2.ClassAttributes<HTMLFieldSetElement> & default_2.FieldsetHTMLAttributes<HTMLFieldSetElement>, "ref"> | Omit<{
|
|
247
250
|
/** Размер текста. */
|
|
248
251
|
size: ECaptionSize;
|
|
249
252
|
/** Толщина шрифта. */
|
|
250
|
-
weight?:
|
|
253
|
+
weight?: EFontWeightCaption;
|
|
251
254
|
} & ITypographyProps & default_2.ClassAttributes<HTMLFormElement> & default_2.FormHTMLAttributes<HTMLFormElement>, "ref"> | Omit<{
|
|
252
255
|
/** Размер текста. */
|
|
253
256
|
size: ECaptionSize;
|
|
254
257
|
/** Толщина шрифта. */
|
|
255
|
-
weight?:
|
|
258
|
+
weight?: EFontWeightCaption;
|
|
256
259
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHeadElement> & default_2.HTMLAttributes<HTMLHeadElement>, "ref"> | Omit<{
|
|
257
260
|
/** Размер текста. */
|
|
258
261
|
size: ECaptionSize;
|
|
259
262
|
/** Толщина шрифта. */
|
|
260
|
-
weight?:
|
|
263
|
+
weight?: EFontWeightCaption;
|
|
261
264
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHRElement> & default_2.HTMLAttributes<HTMLHRElement>, "ref"> | Omit<{
|
|
262
265
|
/** Размер текста. */
|
|
263
266
|
size: ECaptionSize;
|
|
264
267
|
/** Толщина шрифта. */
|
|
265
|
-
weight?:
|
|
268
|
+
weight?: EFontWeightCaption;
|
|
266
269
|
} & ITypographyProps & default_2.ClassAttributes<HTMLHtmlElement> & default_2.HtmlHTMLAttributes<HTMLHtmlElement>, "ref"> | Omit<{
|
|
267
270
|
/** Размер текста. */
|
|
268
271
|
size: ECaptionSize;
|
|
269
272
|
/** Толщина шрифта. */
|
|
270
|
-
weight?:
|
|
273
|
+
weight?: EFontWeightCaption;
|
|
271
274
|
} & ITypographyProps & default_2.ClassAttributes<HTMLIFrameElement> & default_2.IframeHTMLAttributes<HTMLIFrameElement>, "ref"> | Omit<{
|
|
272
275
|
/** Размер текста. */
|
|
273
276
|
size: ECaptionSize;
|
|
274
277
|
/** Толщина шрифта. */
|
|
275
|
-
weight?:
|
|
278
|
+
weight?: EFontWeightCaption;
|
|
276
279
|
} & ITypographyProps & default_2.ClassAttributes<HTMLImageElement> & default_2.ImgHTMLAttributes<HTMLImageElement>, "ref"> | Omit<{
|
|
277
280
|
/** Размер текста. */
|
|
278
281
|
size: ECaptionSize;
|
|
279
282
|
/** Толщина шрифта. */
|
|
280
|
-
weight?:
|
|
283
|
+
weight?: EFontWeightCaption;
|
|
281
284
|
} & ITypographyProps & default_2.ClassAttributes<HTMLModElement> & default_2.InsHTMLAttributes<HTMLModElement>, "ref"> | Omit<{
|
|
282
285
|
/** Размер текста. */
|
|
283
286
|
size: ECaptionSize;
|
|
284
287
|
/** Толщина шрифта. */
|
|
285
|
-
weight?:
|
|
288
|
+
weight?: EFontWeightCaption;
|
|
286
289
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.KeygenHTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
287
290
|
/** Размер текста. */
|
|
288
291
|
size: ECaptionSize;
|
|
289
292
|
/** Толщина шрифта. */
|
|
290
|
-
weight?:
|
|
293
|
+
weight?: EFontWeightCaption;
|
|
291
294
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLabelElement> & default_2.LabelHTMLAttributes<HTMLLabelElement>, "ref"> | Omit<{
|
|
292
295
|
/** Размер текста. */
|
|
293
296
|
size: ECaptionSize;
|
|
294
297
|
/** Толщина шрифта. */
|
|
295
|
-
weight?:
|
|
298
|
+
weight?: EFontWeightCaption;
|
|
296
299
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLegendElement> & default_2.HTMLAttributes<HTMLLegendElement>, "ref"> | Omit<{
|
|
297
300
|
/** Размер текста. */
|
|
298
301
|
size: ECaptionSize;
|
|
299
302
|
/** Толщина шрифта. */
|
|
300
|
-
weight?:
|
|
303
|
+
weight?: EFontWeightCaption;
|
|
301
304
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLIElement> & default_2.LiHTMLAttributes<HTMLLIElement>, "ref"> | Omit<{
|
|
302
305
|
/** Размер текста. */
|
|
303
306
|
size: ECaptionSize;
|
|
304
307
|
/** Толщина шрифта. */
|
|
305
|
-
weight?:
|
|
308
|
+
weight?: EFontWeightCaption;
|
|
306
309
|
} & ITypographyProps & default_2.ClassAttributes<HTMLLinkElement> & default_2.LinkHTMLAttributes<HTMLLinkElement>, "ref"> | Omit<{
|
|
307
310
|
/** Размер текста. */
|
|
308
311
|
size: ECaptionSize;
|
|
309
312
|
/** Толщина шрифта. */
|
|
310
|
-
weight?:
|
|
313
|
+
weight?: EFontWeightCaption;
|
|
311
314
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMapElement> & default_2.MapHTMLAttributes<HTMLMapElement>, "ref"> | Omit<{
|
|
312
315
|
/** Размер текста. */
|
|
313
316
|
size: ECaptionSize;
|
|
314
317
|
/** Толщина шрифта. */
|
|
315
|
-
weight?:
|
|
318
|
+
weight?: EFontWeightCaption;
|
|
316
319
|
} & ITypographyProps & default_2.ClassAttributes<HTMLElement> & default_2.MenuHTMLAttributes<HTMLElement>, "ref"> | Omit<{
|
|
317
320
|
/** Размер текста. */
|
|
318
321
|
size: ECaptionSize;
|
|
319
322
|
/** Толщина шрифта. */
|
|
320
|
-
weight?:
|
|
323
|
+
weight?: EFontWeightCaption;
|
|
321
324
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMetaElement> & default_2.MetaHTMLAttributes<HTMLMetaElement>, "ref"> | Omit<{
|
|
322
325
|
/** Размер текста. */
|
|
323
326
|
size: ECaptionSize;
|
|
324
327
|
/** Толщина шрифта. */
|
|
325
|
-
weight?:
|
|
328
|
+
weight?: EFontWeightCaption;
|
|
326
329
|
} & ITypographyProps & default_2.ClassAttributes<HTMLMeterElement> & default_2.MeterHTMLAttributes<HTMLMeterElement>, "ref"> | Omit<{
|
|
327
330
|
/** Размер текста. */
|
|
328
331
|
size: ECaptionSize;
|
|
329
332
|
/** Толщина шрифта. */
|
|
330
|
-
weight?:
|
|
333
|
+
weight?: EFontWeightCaption;
|
|
331
334
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOListElement> & default_2.OlHTMLAttributes<HTMLOListElement>, "ref"> | Omit<{
|
|
332
335
|
/** Размер текста. */
|
|
333
336
|
size: ECaptionSize;
|
|
334
337
|
/** Толщина шрифта. */
|
|
335
|
-
weight?:
|
|
338
|
+
weight?: EFontWeightCaption;
|
|
336
339
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOptGroupElement> & default_2.OptgroupHTMLAttributes<HTMLOptGroupElement>, "ref"> | Omit<{
|
|
337
340
|
/** Размер текста. */
|
|
338
341
|
size: ECaptionSize;
|
|
339
342
|
/** Толщина шрифта. */
|
|
340
|
-
weight?:
|
|
343
|
+
weight?: EFontWeightCaption;
|
|
341
344
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOptionElement> & default_2.OptionHTMLAttributes<HTMLOptionElement>, "ref"> | Omit<{
|
|
342
345
|
/** Размер текста. */
|
|
343
346
|
size: ECaptionSize;
|
|
344
347
|
/** Толщина шрифта. */
|
|
345
|
-
weight?:
|
|
348
|
+
weight?: EFontWeightCaption;
|
|
346
349
|
} & ITypographyProps & default_2.ClassAttributes<HTMLOutputElement> & default_2.OutputHTMLAttributes<HTMLOutputElement>, "ref"> | Omit<{
|
|
347
350
|
/** Размер текста. */
|
|
348
351
|
size: ECaptionSize;
|
|
349
352
|
/** Толщина шрифта. */
|
|
350
|
-
weight?:
|
|
353
|
+
weight?: EFontWeightCaption;
|
|
351
354
|
} & ITypographyProps & default_2.ClassAttributes<HTMLParagraphElement> & default_2.HTMLAttributes<HTMLParagraphElement>, "ref"> | Omit<{
|
|
352
355
|
/** Размер текста. */
|
|
353
356
|
size: ECaptionSize;
|
|
354
357
|
/** Толщина шрифта. */
|
|
355
|
-
weight?:
|
|
358
|
+
weight?: EFontWeightCaption;
|
|
356
359
|
} & ITypographyProps & default_2.ClassAttributes<HTMLParamElement> & default_2.ParamHTMLAttributes<HTMLParamElement>, "ref"> | Omit<{
|
|
357
360
|
/** Размер текста. */
|
|
358
361
|
size: ECaptionSize;
|
|
359
362
|
/** Толщина шрифта. */
|
|
360
|
-
weight?:
|
|
363
|
+
weight?: EFontWeightCaption;
|
|
361
364
|
} & ITypographyProps & default_2.ClassAttributes<HTMLPreElement> & default_2.HTMLAttributes<HTMLPreElement>, "ref"> | Omit<{
|
|
362
365
|
/** Размер текста. */
|
|
363
366
|
size: ECaptionSize;
|
|
364
367
|
/** Толщина шрифта. */
|
|
365
|
-
weight?:
|
|
368
|
+
weight?: EFontWeightCaption;
|
|
366
369
|
} & ITypographyProps & default_2.ClassAttributes<HTMLProgressElement> & default_2.ProgressHTMLAttributes<HTMLProgressElement>, "ref"> | Omit<{
|
|
367
370
|
/** Размер текста. */
|
|
368
371
|
size: ECaptionSize;
|
|
369
372
|
/** Толщина шрифта. */
|
|
370
|
-
weight?:
|
|
373
|
+
weight?: EFontWeightCaption;
|
|
371
374
|
} & ITypographyProps & default_2.ClassAttributes<HTMLQuoteElement> & default_2.QuoteHTMLAttributes<HTMLQuoteElement>, "ref"> | Omit<{
|
|
372
375
|
/** Размер текста. */
|
|
373
376
|
size: ECaptionSize;
|
|
374
377
|
/** Толщина шрифта. */
|
|
375
|
-
weight?:
|
|
378
|
+
weight?: EFontWeightCaption;
|
|
376
379
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSlotElement> & default_2.SlotHTMLAttributes<HTMLSlotElement>, "ref"> | Omit<{
|
|
377
380
|
/** Размер текста. */
|
|
378
381
|
size: ECaptionSize;
|
|
379
382
|
/** Толщина шрифта. */
|
|
380
|
-
weight?:
|
|
383
|
+
weight?: EFontWeightCaption;
|
|
381
384
|
} & ITypographyProps & default_2.ClassAttributes<HTMLScriptElement> & default_2.ScriptHTMLAttributes<HTMLScriptElement>, "ref"> | Omit<{
|
|
382
385
|
/** Размер текста. */
|
|
383
386
|
size: ECaptionSize;
|
|
384
387
|
/** Толщина шрифта. */
|
|
385
|
-
weight?:
|
|
388
|
+
weight?: EFontWeightCaption;
|
|
386
389
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSourceElement> & default_2.SourceHTMLAttributes<HTMLSourceElement>, "ref"> | Omit<{
|
|
387
390
|
/** Размер текста. */
|
|
388
391
|
size: ECaptionSize;
|
|
389
392
|
/** Толщина шрифта. */
|
|
390
|
-
weight?:
|
|
393
|
+
weight?: EFontWeightCaption;
|
|
391
394
|
} & ITypographyProps & default_2.ClassAttributes<HTMLSpanElement> & default_2.HTMLAttributes<HTMLSpanElement>, "ref"> | Omit<{
|
|
392
395
|
/** Размер текста. */
|
|
393
396
|
size: ECaptionSize;
|
|
394
397
|
/** Толщина шрифта. */
|
|
395
|
-
weight?:
|
|
398
|
+
weight?: EFontWeightCaption;
|
|
396
399
|
} & ITypographyProps & default_2.ClassAttributes<HTMLStyleElement> & default_2.StyleHTMLAttributes<HTMLStyleElement>, "ref"> | Omit<{
|
|
397
400
|
/** Размер текста. */
|
|
398
401
|
size: ECaptionSize;
|
|
399
402
|
/** Толщина шрифта. */
|
|
400
|
-
weight?:
|
|
403
|
+
weight?: EFontWeightCaption;
|
|
401
404
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableElement> & default_2.TableHTMLAttributes<HTMLTableElement>, "ref"> | Omit<{
|
|
402
405
|
/** Размер текста. */
|
|
403
406
|
size: ECaptionSize;
|
|
404
407
|
/** Толщина шрифта. */
|
|
405
|
-
weight?:
|
|
408
|
+
weight?: EFontWeightCaption;
|
|
406
409
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTemplateElement> & default_2.HTMLAttributes<HTMLTemplateElement>, "ref"> | Omit<{
|
|
407
410
|
/** Размер текста. */
|
|
408
411
|
size: ECaptionSize;
|
|
409
412
|
/** Толщина шрифта. */
|
|
410
|
-
weight?:
|
|
413
|
+
weight?: EFontWeightCaption;
|
|
411
414
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableSectionElement> & default_2.HTMLAttributes<HTMLTableSectionElement>, "ref"> | Omit<{
|
|
412
415
|
/** Размер текста. */
|
|
413
416
|
size: ECaptionSize;
|
|
414
417
|
/** Толщина шрифта. */
|
|
415
|
-
weight?:
|
|
418
|
+
weight?: EFontWeightCaption;
|
|
416
419
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableDataCellElement> & default_2.TdHTMLAttributes<HTMLTableDataCellElement>, "ref"> | Omit<{
|
|
417
420
|
/** Размер текста. */
|
|
418
421
|
size: ECaptionSize;
|
|
419
422
|
/** Толщина шрифта. */
|
|
420
|
-
weight?:
|
|
423
|
+
weight?: EFontWeightCaption;
|
|
421
424
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTextAreaElement> & default_2.TextareaHTMLAttributes<HTMLTextAreaElement>, "ref"> | Omit<{
|
|
422
425
|
/** Размер текста. */
|
|
423
426
|
size: ECaptionSize;
|
|
424
427
|
/** Толщина шрифта. */
|
|
425
|
-
weight?:
|
|
428
|
+
weight?: EFontWeightCaption;
|
|
426
429
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableHeaderCellElement> & default_2.ThHTMLAttributes<HTMLTableHeaderCellElement>, "ref"> | Omit<{
|
|
427
430
|
/** Размер текста. */
|
|
428
431
|
size: ECaptionSize;
|
|
429
432
|
/** Толщина шрифта. */
|
|
430
|
-
weight?:
|
|
433
|
+
weight?: EFontWeightCaption;
|
|
431
434
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTimeElement> & default_2.TimeHTMLAttributes<HTMLTimeElement>, "ref"> | Omit<{
|
|
432
435
|
/** Размер текста. */
|
|
433
436
|
size: ECaptionSize;
|
|
434
437
|
/** Толщина шрифта. */
|
|
435
|
-
weight?:
|
|
438
|
+
weight?: EFontWeightCaption;
|
|
436
439
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTitleElement> & default_2.HTMLAttributes<HTMLTitleElement>, "ref"> | Omit<{
|
|
437
440
|
/** Размер текста. */
|
|
438
441
|
size: ECaptionSize;
|
|
439
442
|
/** Толщина шрифта. */
|
|
440
|
-
weight?:
|
|
443
|
+
weight?: EFontWeightCaption;
|
|
441
444
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTableRowElement> & default_2.HTMLAttributes<HTMLTableRowElement>, "ref"> | Omit<{
|
|
442
445
|
/** Размер текста. */
|
|
443
446
|
size: ECaptionSize;
|
|
444
447
|
/** Толщина шрифта. */
|
|
445
|
-
weight?:
|
|
448
|
+
weight?: EFontWeightCaption;
|
|
446
449
|
} & ITypographyProps & default_2.ClassAttributes<HTMLTrackElement> & default_2.TrackHTMLAttributes<HTMLTrackElement>, "ref"> | Omit<{
|
|
447
450
|
/** Размер текста. */
|
|
448
451
|
size: ECaptionSize;
|
|
449
452
|
/** Толщина шрифта. */
|
|
450
|
-
weight?:
|
|
453
|
+
weight?: EFontWeightCaption;
|
|
451
454
|
} & ITypographyProps & default_2.ClassAttributes<HTMLUListElement> & default_2.HTMLAttributes<HTMLUListElement>, "ref"> | Omit<{
|
|
452
455
|
/** Размер текста. */
|
|
453
456
|
size: ECaptionSize;
|
|
454
457
|
/** Толщина шрифта. */
|
|
455
|
-
weight?:
|
|
458
|
+
weight?: EFontWeightCaption;
|
|
456
459
|
} & ITypographyProps & default_2.ClassAttributes<HTMLVideoElement> & default_2.VideoHTMLAttributes<HTMLVideoElement>, "ref"> | Omit<{
|
|
457
460
|
/** Размер текста. */
|
|
458
461
|
size: ECaptionSize;
|
|
459
462
|
/** Толщина шрифта. */
|
|
460
|
-
weight?:
|
|
463
|
+
weight?: EFontWeightCaption;
|
|
461
464
|
} & ITypographyProps & default_2.ClassAttributes<HTMLWebViewElement> & default_2.WebViewHTMLAttributes<HTMLWebViewElement>, "ref"> | Omit<{
|
|
462
465
|
/** Размер текста. */
|
|
463
466
|
size: ECaptionSize;
|
|
464
467
|
/** Толщина шрифта. */
|
|
465
|
-
weight?:
|
|
468
|
+
weight?: EFontWeightCaption;
|
|
466
469
|
} & ITypographyProps & default_2.SVGProps<SVGSVGElement>, "ref"> | Omit<{
|
|
467
470
|
/** Размер текста. */
|
|
468
471
|
size: ECaptionSize;
|
|
469
472
|
/** Толщина шрифта. */
|
|
470
|
-
weight?:
|
|
473
|
+
weight?: EFontWeightCaption;
|
|
471
474
|
} & ITypographyProps & default_2.SVGProps<SVGElement>, "ref"> | Omit<{
|
|
472
475
|
/** Размер текста. */
|
|
473
476
|
size: ECaptionSize;
|
|
474
477
|
/** Толщина шрифта. */
|
|
475
|
-
weight?:
|
|
478
|
+
weight?: EFontWeightCaption;
|
|
476
479
|
} & ITypographyProps & default_2.SVGProps<SVGCircleElement>, "ref"> | Omit<{
|
|
477
480
|
/** Размер текста. */
|
|
478
481
|
size: ECaptionSize;
|
|
479
482
|
/** Толщина шрифта. */
|
|
480
|
-
weight?:
|
|
483
|
+
weight?: EFontWeightCaption;
|
|
481
484
|
} & ITypographyProps & default_2.SVGProps<SVGClipPathElement>, "ref"> | Omit<{
|
|
482
485
|
/** Размер текста. */
|
|
483
486
|
size: ECaptionSize;
|
|
484
487
|
/** Толщина шрифта. */
|
|
485
|
-
weight?:
|
|
488
|
+
weight?: EFontWeightCaption;
|
|
486
489
|
} & ITypographyProps & default_2.SVGProps<SVGDefsElement>, "ref"> | Omit<{
|
|
487
490
|
/** Размер текста. */
|
|
488
491
|
size: ECaptionSize;
|
|
489
492
|
/** Толщина шрифта. */
|
|
490
|
-
weight?:
|
|
493
|
+
weight?: EFontWeightCaption;
|
|
491
494
|
} & ITypographyProps & default_2.SVGProps<SVGDescElement>, "ref"> | Omit<{
|
|
492
495
|
/** Размер текста. */
|
|
493
496
|
size: ECaptionSize;
|
|
494
497
|
/** Толщина шрифта. */
|
|
495
|
-
weight?:
|
|
498
|
+
weight?: EFontWeightCaption;
|
|
496
499
|
} & ITypographyProps & default_2.SVGProps<SVGEllipseElement>, "ref"> | Omit<{
|
|
497
500
|
/** Размер текста. */
|
|
498
501
|
size: ECaptionSize;
|
|
499
502
|
/** Толщина шрифта. */
|
|
500
|
-
weight?:
|
|
503
|
+
weight?: EFontWeightCaption;
|
|
501
504
|
} & ITypographyProps & default_2.SVGProps<SVGFEBlendElement>, "ref"> | Omit<{
|
|
502
505
|
/** Размер текста. */
|
|
503
506
|
size: ECaptionSize;
|
|
504
507
|
/** Толщина шрифта. */
|
|
505
|
-
weight?:
|
|
508
|
+
weight?: EFontWeightCaption;
|
|
506
509
|
} & ITypographyProps & default_2.SVGProps<SVGFEColorMatrixElement>, "ref"> | Omit<{
|
|
507
510
|
/** Размер текста. */
|
|
508
511
|
size: ECaptionSize;
|
|
509
512
|
/** Толщина шрифта. */
|
|
510
|
-
weight?:
|
|
513
|
+
weight?: EFontWeightCaption;
|
|
511
514
|
} & ITypographyProps & default_2.SVGProps<SVGFEComponentTransferElement>, "ref"> | Omit<{
|
|
512
515
|
/** Размер текста. */
|
|
513
516
|
size: ECaptionSize;
|
|
514
517
|
/** Толщина шрифта. */
|
|
515
|
-
weight?:
|
|
518
|
+
weight?: EFontWeightCaption;
|
|
516
519
|
} & ITypographyProps & default_2.SVGProps<SVGFECompositeElement>, "ref"> | Omit<{
|
|
517
520
|
/** Размер текста. */
|
|
518
521
|
size: ECaptionSize;
|
|
519
522
|
/** Толщина шрифта. */
|
|
520
|
-
weight?:
|
|
523
|
+
weight?: EFontWeightCaption;
|
|
521
524
|
} & ITypographyProps & default_2.SVGProps<SVGFEConvolveMatrixElement>, "ref"> | Omit<{
|
|
522
525
|
/** Размер текста. */
|
|
523
526
|
size: ECaptionSize;
|
|
524
527
|
/** Толщина шрифта. */
|
|
525
|
-
weight?:
|
|
528
|
+
weight?: EFontWeightCaption;
|
|
526
529
|
} & ITypographyProps & default_2.SVGProps<SVGFEDiffuseLightingElement>, "ref"> | Omit<{
|
|
527
530
|
/** Размер текста. */
|
|
528
531
|
size: ECaptionSize;
|
|
529
532
|
/** Толщина шрифта. */
|
|
530
|
-
weight?:
|
|
533
|
+
weight?: EFontWeightCaption;
|
|
531
534
|
} & ITypographyProps & default_2.SVGProps<SVGFEDisplacementMapElement>, "ref"> | Omit<{
|
|
532
535
|
/** Размер текста. */
|
|
533
536
|
size: ECaptionSize;
|
|
534
537
|
/** Толщина шрифта. */
|
|
535
|
-
weight?:
|
|
538
|
+
weight?: EFontWeightCaption;
|
|
536
539
|
} & ITypographyProps & default_2.SVGProps<SVGFEDistantLightElement>, "ref"> | Omit<{
|
|
537
540
|
/** Размер текста. */
|
|
538
541
|
size: ECaptionSize;
|
|
539
542
|
/** Толщина шрифта. */
|
|
540
|
-
weight?:
|
|
543
|
+
weight?: EFontWeightCaption;
|
|
541
544
|
} & ITypographyProps & default_2.SVGProps<SVGFEDropShadowElement>, "ref"> | Omit<{
|
|
542
545
|
/** Размер текста. */
|
|
543
546
|
size: ECaptionSize;
|
|
544
547
|
/** Толщина шрифта. */
|
|
545
|
-
weight?:
|
|
548
|
+
weight?: EFontWeightCaption;
|
|
546
549
|
} & ITypographyProps & default_2.SVGProps<SVGFEFloodElement>, "ref"> | Omit<{
|
|
547
550
|
/** Размер текста. */
|
|
548
551
|
size: ECaptionSize;
|
|
549
552
|
/** Толщина шрифта. */
|
|
550
|
-
weight?:
|
|
553
|
+
weight?: EFontWeightCaption;
|
|
551
554
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncAElement>, "ref"> | Omit<{
|
|
552
555
|
/** Размер текста. */
|
|
553
556
|
size: ECaptionSize;
|
|
554
557
|
/** Толщина шрифта. */
|
|
555
|
-
weight?:
|
|
558
|
+
weight?: EFontWeightCaption;
|
|
556
559
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncBElement>, "ref"> | Omit<{
|
|
557
560
|
/** Размер текста. */
|
|
558
561
|
size: ECaptionSize;
|
|
559
562
|
/** Толщина шрифта. */
|
|
560
|
-
weight?:
|
|
563
|
+
weight?: EFontWeightCaption;
|
|
561
564
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncGElement>, "ref"> | Omit<{
|
|
562
565
|
/** Размер текста. */
|
|
563
566
|
size: ECaptionSize;
|
|
564
567
|
/** Толщина шрифта. */
|
|
565
|
-
weight?:
|
|
568
|
+
weight?: EFontWeightCaption;
|
|
566
569
|
} & ITypographyProps & default_2.SVGProps<SVGFEFuncRElement>, "ref"> | Omit<{
|
|
567
570
|
/** Размер текста. */
|
|
568
571
|
size: ECaptionSize;
|
|
569
572
|
/** Толщина шрифта. */
|
|
570
|
-
weight?:
|
|
573
|
+
weight?: EFontWeightCaption;
|
|
571
574
|
} & ITypographyProps & default_2.SVGProps<SVGFEGaussianBlurElement>, "ref"> | Omit<{
|
|
572
575
|
/** Размер текста. */
|
|
573
576
|
size: ECaptionSize;
|
|
574
577
|
/** Толщина шрифта. */
|
|
575
|
-
weight?:
|
|
578
|
+
weight?: EFontWeightCaption;
|
|
576
579
|
} & ITypographyProps & default_2.SVGProps<SVGFEImageElement>, "ref"> | Omit<{
|
|
577
580
|
/** Размер текста. */
|
|
578
581
|
size: ECaptionSize;
|
|
579
582
|
/** Толщина шрифта. */
|
|
580
|
-
weight?:
|
|
583
|
+
weight?: EFontWeightCaption;
|
|
581
584
|
} & ITypographyProps & default_2.SVGProps<SVGFEMergeElement>, "ref"> | Omit<{
|
|
582
585
|
/** Размер текста. */
|
|
583
586
|
size: ECaptionSize;
|
|
584
587
|
/** Толщина шрифта. */
|
|
585
|
-
weight?:
|
|
588
|
+
weight?: EFontWeightCaption;
|
|
586
589
|
} & ITypographyProps & default_2.SVGProps<SVGFEMergeNodeElement>, "ref"> | Omit<{
|
|
587
590
|
/** Размер текста. */
|
|
588
591
|
size: ECaptionSize;
|
|
589
592
|
/** Толщина шрифта. */
|
|
590
|
-
weight?:
|
|
593
|
+
weight?: EFontWeightCaption;
|
|
591
594
|
} & ITypographyProps & default_2.SVGProps<SVGFEMorphologyElement>, "ref"> | Omit<{
|
|
592
595
|
/** Размер текста. */
|
|
593
596
|
size: ECaptionSize;
|
|
594
597
|
/** Толщина шрифта. */
|
|
595
|
-
weight?:
|
|
598
|
+
weight?: EFontWeightCaption;
|
|
596
599
|
} & ITypographyProps & default_2.SVGProps<SVGFEOffsetElement>, "ref"> | Omit<{
|
|
597
600
|
/** Размер текста. */
|
|
598
601
|
size: ECaptionSize;
|
|
599
602
|
/** Толщина шрифта. */
|
|
600
|
-
weight?:
|
|
603
|
+
weight?: EFontWeightCaption;
|
|
601
604
|
} & ITypographyProps & default_2.SVGProps<SVGFEPointLightElement>, "ref"> | Omit<{
|
|
602
605
|
/** Размер текста. */
|
|
603
606
|
size: ECaptionSize;
|
|
604
607
|
/** Толщина шрифта. */
|
|
605
|
-
weight?:
|
|
608
|
+
weight?: EFontWeightCaption;
|
|
606
609
|
} & ITypographyProps & default_2.SVGProps<SVGFESpecularLightingElement>, "ref"> | Omit<{
|
|
607
610
|
/** Размер текста. */
|
|
608
611
|
size: ECaptionSize;
|
|
609
612
|
/** Толщина шрифта. */
|
|
610
|
-
weight?:
|
|
613
|
+
weight?: EFontWeightCaption;
|
|
611
614
|
} & ITypographyProps & default_2.SVGProps<SVGFESpotLightElement>, "ref"> | Omit<{
|
|
612
615
|
/** Размер текста. */
|
|
613
616
|
size: ECaptionSize;
|
|
614
617
|
/** Толщина шрифта. */
|
|
615
|
-
weight?:
|
|
618
|
+
weight?: EFontWeightCaption;
|
|
616
619
|
} & ITypographyProps & default_2.SVGProps<SVGFETileElement>, "ref"> | Omit<{
|
|
617
620
|
/** Размер текста. */
|
|
618
621
|
size: ECaptionSize;
|
|
619
622
|
/** Толщина шрифта. */
|
|
620
|
-
weight?:
|
|
623
|
+
weight?: EFontWeightCaption;
|
|
621
624
|
} & ITypographyProps & default_2.SVGProps<SVGFETurbulenceElement>, "ref"> | Omit<{
|
|
622
625
|
/** Размер текста. */
|
|
623
626
|
size: ECaptionSize;
|
|
624
627
|
/** Толщина шрифта. */
|
|
625
|
-
weight?:
|
|
628
|
+
weight?: EFontWeightCaption;
|
|
626
629
|
} & ITypographyProps & default_2.SVGProps<SVGFilterElement>, "ref"> | Omit<{
|
|
627
630
|
/** Размер текста. */
|
|
628
631
|
size: ECaptionSize;
|
|
629
632
|
/** Толщина шрифта. */
|
|
630
|
-
weight?:
|
|
633
|
+
weight?: EFontWeightCaption;
|
|
631
634
|
} & ITypographyProps & default_2.SVGProps<SVGForeignObjectElement>, "ref"> | Omit<{
|
|
632
635
|
/** Размер текста. */
|
|
633
636
|
size: ECaptionSize;
|
|
634
637
|
/** Толщина шрифта. */
|
|
635
|
-
weight?:
|
|
638
|
+
weight?: EFontWeightCaption;
|
|
636
639
|
} & ITypographyProps & default_2.SVGProps<SVGGElement>, "ref"> | Omit<{
|
|
637
640
|
/** Размер текста. */
|
|
638
641
|
size: ECaptionSize;
|
|
639
642
|
/** Толщина шрифта. */
|
|
640
|
-
weight?:
|
|
643
|
+
weight?: EFontWeightCaption;
|
|
641
644
|
} & ITypographyProps & default_2.SVGProps<SVGImageElement>, "ref"> | Omit<{
|
|
642
645
|
/** Размер текста. */
|
|
643
646
|
size: ECaptionSize;
|
|
644
647
|
/** Толщина шрифта. */
|
|
645
|
-
weight?:
|
|
648
|
+
weight?: EFontWeightCaption;
|
|
646
649
|
} & ITypographyProps & default_2.SVGLineElementAttributes<SVGLineElement>, "ref"> | Omit<{
|
|
647
650
|
/** Размер текста. */
|
|
648
651
|
size: ECaptionSize;
|
|
649
652
|
/** Толщина шрифта. */
|
|
650
|
-
weight?:
|
|
653
|
+
weight?: EFontWeightCaption;
|
|
651
654
|
} & ITypographyProps & default_2.SVGProps<SVGLinearGradientElement>, "ref"> | Omit<{
|
|
652
655
|
/** Размер текста. */
|
|
653
656
|
size: ECaptionSize;
|
|
654
657
|
/** Толщина шрифта. */
|
|
655
|
-
weight?:
|
|
658
|
+
weight?: EFontWeightCaption;
|
|
656
659
|
} & ITypographyProps & default_2.SVGProps<SVGMarkerElement>, "ref"> | Omit<{
|
|
657
660
|
/** Размер текста. */
|
|
658
661
|
size: ECaptionSize;
|
|
659
662
|
/** Толщина шрифта. */
|
|
660
|
-
weight?:
|
|
663
|
+
weight?: EFontWeightCaption;
|
|
661
664
|
} & ITypographyProps & default_2.SVGProps<SVGMaskElement>, "ref"> | Omit<{
|
|
662
665
|
/** Размер текста. */
|
|
663
666
|
size: ECaptionSize;
|
|
664
667
|
/** Толщина шрифта. */
|
|
665
|
-
weight?:
|
|
668
|
+
weight?: EFontWeightCaption;
|
|
666
669
|
} & ITypographyProps & default_2.SVGProps<SVGMetadataElement>, "ref"> | Omit<{
|
|
667
670
|
/** Размер текста. */
|
|
668
671
|
size: ECaptionSize;
|
|
669
672
|
/** Толщина шрифта. */
|
|
670
|
-
weight?:
|
|
673
|
+
weight?: EFontWeightCaption;
|
|
671
674
|
} & ITypographyProps & default_2.SVGProps<SVGPathElement>, "ref"> | Omit<{
|
|
672
675
|
/** Размер текста. */
|
|
673
676
|
size: ECaptionSize;
|
|
674
677
|
/** Толщина шрифта. */
|
|
675
|
-
weight?:
|
|
678
|
+
weight?: EFontWeightCaption;
|
|
676
679
|
} & ITypographyProps & default_2.SVGProps<SVGPatternElement>, "ref"> | Omit<{
|
|
677
680
|
/** Размер текста. */
|
|
678
681
|
size: ECaptionSize;
|
|
679
682
|
/** Толщина шрифта. */
|
|
680
|
-
weight?:
|
|
683
|
+
weight?: EFontWeightCaption;
|
|
681
684
|
} & ITypographyProps & default_2.SVGProps<SVGPolygonElement>, "ref"> | Omit<{
|
|
682
685
|
/** Размер текста. */
|
|
683
686
|
size: ECaptionSize;
|
|
684
687
|
/** Толщина шрифта. */
|
|
685
|
-
weight?:
|
|
688
|
+
weight?: EFontWeightCaption;
|
|
686
689
|
} & ITypographyProps & default_2.SVGProps<SVGPolylineElement>, "ref"> | Omit<{
|
|
687
690
|
/** Размер текста. */
|
|
688
691
|
size: ECaptionSize;
|
|
689
692
|
/** Толщина шрифта. */
|
|
690
|
-
weight?:
|
|
693
|
+
weight?: EFontWeightCaption;
|
|
691
694
|
} & ITypographyProps & default_2.SVGProps<SVGRadialGradientElement>, "ref"> | Omit<{
|
|
692
695
|
/** Размер текста. */
|
|
693
696
|
size: ECaptionSize;
|
|
694
697
|
/** Толщина шрифта. */
|
|
695
|
-
weight?:
|
|
698
|
+
weight?: EFontWeightCaption;
|
|
696
699
|
} & ITypographyProps & default_2.SVGProps<SVGRectElement>, "ref"> | Omit<{
|
|
697
700
|
/** Размер текста. */
|
|
698
701
|
size: ECaptionSize;
|
|
699
702
|
/** Толщина шрифта. */
|
|
700
|
-
weight?:
|
|
703
|
+
weight?: EFontWeightCaption;
|
|
701
704
|
} & ITypographyProps & default_2.SVGProps<SVGSetElement>, "ref"> | Omit<{
|
|
702
705
|
/** Размер текста. */
|
|
703
706
|
size: ECaptionSize;
|
|
704
707
|
/** Толщина шрифта. */
|
|
705
|
-
weight?:
|
|
708
|
+
weight?: EFontWeightCaption;
|
|
706
709
|
} & ITypographyProps & default_2.SVGProps<SVGStopElement>, "ref"> | Omit<{
|
|
707
710
|
/** Размер текста. */
|
|
708
711
|
size: ECaptionSize;
|
|
709
712
|
/** Толщина шрифта. */
|
|
710
|
-
weight?:
|
|
713
|
+
weight?: EFontWeightCaption;
|
|
711
714
|
} & ITypographyProps & default_2.SVGProps<SVGSwitchElement>, "ref"> | Omit<{
|
|
712
715
|
/** Размер текста. */
|
|
713
716
|
size: ECaptionSize;
|
|
714
717
|
/** Толщина шрифта. */
|
|
715
|
-
weight?:
|
|
718
|
+
weight?: EFontWeightCaption;
|
|
716
719
|
} & ITypographyProps & default_2.SVGTextElementAttributes<SVGTextElement>, "ref"> | Omit<{
|
|
717
720
|
/** Размер текста. */
|
|
718
721
|
size: ECaptionSize;
|
|
719
722
|
/** Толщина шрифта. */
|
|
720
|
-
weight?:
|
|
723
|
+
weight?: EFontWeightCaption;
|
|
721
724
|
} & ITypographyProps & default_2.SVGProps<SVGTextPathElement>, "ref"> | Omit<{
|
|
722
725
|
/** Размер текста. */
|
|
723
726
|
size: ECaptionSize;
|
|
724
727
|
/** Толщина шрифта. */
|
|
725
|
-
weight?:
|
|
728
|
+
weight?: EFontWeightCaption;
|
|
726
729
|
} & ITypographyProps & default_2.SVGProps<SVGTSpanElement>, "ref"> | Omit<{
|
|
727
730
|
/** Размер текста. */
|
|
728
731
|
size: ECaptionSize;
|
|
729
732
|
/** Толщина шрифта. */
|
|
730
|
-
weight?:
|
|
733
|
+
weight?: EFontWeightCaption;
|
|
731
734
|
} & ITypographyProps & default_2.SVGProps<SVGUseElement>, "ref"> | Omit<{
|
|
732
735
|
/** Размер текста. */
|
|
733
736
|
size: ECaptionSize;
|
|
734
737
|
/** Толщина шрифта. */
|
|
735
|
-
weight?:
|
|
738
|
+
weight?: EFontWeightCaption;
|
|
736
739
|
} & ITypographyProps & default_2.SVGProps<SVGViewElement>, "ref">) & default_2.RefAttributes<HTMLElement>>;
|
|
737
740
|
|
|
738
741
|
/** Компонент "Интерактивная карточка". */
|
|
@@ -945,6 +948,8 @@ declare const designTokensComponentsAlertProcessKeys: readonly ["Info_Background
|
|
|
945
948
|
|
|
946
949
|
declare const designTokensComponentsAvatarKeys: readonly ["Background"];
|
|
947
950
|
|
|
951
|
+
declare const designTokensComponentsBadgeKeys: readonly ["Background"];
|
|
952
|
+
|
|
948
953
|
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
954
|
|
|
950
955
|
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 +1046,7 @@ declare const designTokensComponentsTooltipKeys: readonly ["Background", "Color"
|
|
|
1041
1046
|
|
|
1042
1047
|
declare const designTokensComponentsTopOverlayKeys: readonly ["Background"];
|
|
1043
1048
|
|
|
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"];
|
|
1049
|
+
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
1050
|
|
|
1046
1051
|
declare const designTokensComponentsUploadZoneKeys: readonly ["Background_Default", "Background_Hover", "BorderColor_Default", "DragArea_Background", "DragArea_BorderColor"];
|
|
1047
1052
|
|
|
@@ -1197,7 +1202,7 @@ export declare enum ECalendarViewMode {
|
|
|
1197
1202
|
YEARS = "years"
|
|
1198
1203
|
}
|
|
1199
1204
|
|
|
1200
|
-
/** Возможные размеры Caption. */
|
|
1205
|
+
/** Возможные размеры компонента Caption. */
|
|
1201
1206
|
export declare enum ECaptionSize {
|
|
1202
1207
|
C1 = "C1",// В дизайне C1
|
|
1203
1208
|
C2 = "C2",// В дизайне C2
|
|
@@ -1301,16 +1306,33 @@ export declare enum EFontType {
|
|
|
1301
1306
|
SUCCESS = "success",
|
|
1302
1307
|
WARNING = "warning",
|
|
1303
1308
|
ERROR = "error",
|
|
1304
|
-
SYSTEM = "system"
|
|
1309
|
+
SYSTEM = "system",
|
|
1310
|
+
PRIMARY_INVERT = "primary-invert",
|
|
1311
|
+
COMPLEMENTARY_INVERT = "complementary-invert",
|
|
1312
|
+
SECONDARY_INVERT = "secondary-invert",
|
|
1313
|
+
TERTIARY_INVERT = "tertiary-invert",
|
|
1314
|
+
DISABLED_INVERT = "disabled-invert",
|
|
1315
|
+
BRAND_INVERT = "brand-invert",
|
|
1316
|
+
INFO_INVERT = "info-invert",
|
|
1317
|
+
SUCCESS_INVERT = "success-invert",
|
|
1318
|
+
WARNING_INVERT = "warning-invert",
|
|
1319
|
+
ERROR_INVERT = "error-invert",
|
|
1320
|
+
SYSTEM_INVERT = "system-invert"
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/** Возможные начертания шрифта компонента Caption. */
|
|
1324
|
+
export declare enum EFontWeightCaption {
|
|
1325
|
+
REGULAR = "regular",
|
|
1326
|
+
SEMIBOLD = "semibold"
|
|
1305
1327
|
}
|
|
1306
1328
|
|
|
1307
|
-
/** Возможные начертания
|
|
1329
|
+
/** Возможные начертания шрифта компонента Text. */
|
|
1308
1330
|
export declare enum EFontWeightText {
|
|
1309
1331
|
REGULAR = "regular",
|
|
1310
1332
|
SEMIBOLD = "semibold"
|
|
1311
1333
|
}
|
|
1312
1334
|
|
|
1313
|
-
/** Возможные начертания
|
|
1335
|
+
/** Возможные начертания шрифта компонента Title. */
|
|
1314
1336
|
export declare enum EFontWeightTitle {
|
|
1315
1337
|
MEDIUM = "medium",
|
|
1316
1338
|
REGULAR = "regular",
|
|
@@ -1355,7 +1377,7 @@ export declare enum ELightBoxSideOverlaySize {
|
|
|
1355
1377
|
LG = "lg"
|
|
1356
1378
|
}
|
|
1357
1379
|
|
|
1358
|
-
/** Возможные типы
|
|
1380
|
+
/** Возможные типы интерлиньяжа компонентов типографики. */
|
|
1359
1381
|
export declare enum ELineType {
|
|
1360
1382
|
NORMAL = "normal",
|
|
1361
1383
|
COMPACT = "compact"
|
|
@@ -1501,7 +1523,7 @@ export declare enum ETabsExtendedType {
|
|
|
1501
1523
|
TYPE_2 = "type2"
|
|
1502
1524
|
}
|
|
1503
1525
|
|
|
1504
|
-
/** Возможные размеры
|
|
1526
|
+
/** Возможные размеры компонента Text. */
|
|
1505
1527
|
export declare enum ETextSize {
|
|
1506
1528
|
B1 = "B1",// В дизайне S1, B1
|
|
1507
1529
|
B2 = "B2",// В дизайне S2, B2
|
|
@@ -1509,7 +1531,7 @@ export declare enum ETextSize {
|
|
|
1509
1531
|
B4 = "B4"
|
|
1510
1532
|
}
|
|
1511
1533
|
|
|
1512
|
-
/** Возможные размеры
|
|
1534
|
+
/** Возможные размеры компонента Title. */
|
|
1513
1535
|
export declare enum ETitleSize {
|
|
1514
1536
|
H1 = "h1",// В дизайне H1
|
|
1515
1537
|
H2 = "h2",// В дизайне H2
|
|
@@ -1657,7 +1679,7 @@ declare const FooterPage: default_2.ForwardRefExoticComponent<(IFooterPageTypeSe
|
|
|
1657
1679
|
export declare function formatAmount(amount: string | default_4, fractionLength?: number | null, separateGroups?: boolean, fillFraction?: boolean): string;
|
|
1658
1680
|
|
|
1659
1681
|
/** Элемент, отображающий input/select/textarea + label. */
|
|
1660
|
-
export declare const FormField: default_2.
|
|
1682
|
+
export declare const FormField: default_2.ForwardRefExoticComponent<IFormFieldProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
1661
1683
|
|
|
1662
1684
|
/** Кнопка очищения введенного значения. */
|
|
1663
1685
|
export declare const FormFieldClear: default_2.ForwardRefExoticComponent<IFormFieldClearProps & default_2.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1916,6 +1938,12 @@ export declare interface IAvatarProps extends default_2.HTMLAttributes<HTMLDivEl
|
|
|
1916
1938
|
size: EAvatarSize;
|
|
1917
1939
|
}
|
|
1918
1940
|
|
|
1941
|
+
/** Свойства компонента Badge. */
|
|
1942
|
+
export declare interface IBadgeProps extends default_2.HTMLAttributes<HTMLSpanElement> {
|
|
1943
|
+
/** Размер. */
|
|
1944
|
+
size: EComponentSize;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1919
1947
|
declare interface IBodyPageTypeFirstProps extends IBodyProps {
|
|
1920
1948
|
children: default_2.ReactNode;
|
|
1921
1949
|
/** Тип компонента BodyPage. */
|
|
@@ -2974,7 +3002,9 @@ export declare interface IFormFieldPrefixProps extends default_2.HTMLAttributes<
|
|
|
2974
3002
|
|
|
2975
3003
|
/** Свойства компонента FormField. */
|
|
2976
3004
|
export declare interface IFormFieldProps extends default_2.HTMLAttributes<HTMLDivElement>, DataAttributes {
|
|
3005
|
+
/** Визуальное состояние. */
|
|
2977
3006
|
status?: EFormFieldStatus;
|
|
3007
|
+
/** Размер. */
|
|
2978
3008
|
size?: EComponentSize;
|
|
2979
3009
|
}
|
|
2980
3010
|
|
|
@@ -3138,6 +3168,7 @@ export declare interface IIslandWidgetBodyProps extends default_2.HTMLAttributes
|
|
|
3138
3168
|
|
|
3139
3169
|
/** Свойства компонента IslandWidgetExtraFooter. */
|
|
3140
3170
|
declare interface IIslandWidgetExtraFooterProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3171
|
+
/** Контролируемое состояние открытости. */
|
|
3141
3172
|
open?: boolean;
|
|
3142
3173
|
}
|
|
3143
3174
|
|
|
@@ -3164,9 +3195,14 @@ export declare interface IIslandWidgetHeaderProps extends default_2.HTMLAttribut
|
|
|
3164
3195
|
}
|
|
3165
3196
|
|
|
3166
3197
|
export declare interface IIslandWidgetProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3198
|
+
/** Рендер-функция Body. */
|
|
3167
3199
|
renderBody: (props: IIslandWidgetBodyProps) => default_2.ReactNode;
|
|
3200
|
+
/** Рендер-функция Footer. */
|
|
3168
3201
|
renderFooter?: (props: IIslandWidgetFooterProps) => default_2.ReactNode;
|
|
3202
|
+
/** Рендер-функция Header. */
|
|
3169
3203
|
renderHeader: (props: IIslandWidgetHeaderProps) => default_2.ReactNode;
|
|
3204
|
+
/** Отключение возможности сворачивания контента в адаптиве. */
|
|
3205
|
+
disableAdaptiveCollapsing?: boolean;
|
|
3170
3206
|
}
|
|
3171
3207
|
|
|
3172
3208
|
export declare interface IIslandWidgetWrapperProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
@@ -3862,16 +3898,14 @@ export declare interface IPaginationPanelProps extends default_2.HTMLAttributes<
|
|
|
3862
3898
|
|
|
3863
3899
|
declare interface IPaginationProps extends IPaginationExtendedProps {
|
|
3864
3900
|
/** Свойства компонента PaginationSelect. */
|
|
3865
|
-
paginationSelectProps
|
|
3901
|
+
paginationSelectProps?: IPaginationSelectProps;
|
|
3866
3902
|
/** Свойства компонента PaginationNavigation. */
|
|
3867
3903
|
paginationNavigationProps: IPaginationNavigationProps;
|
|
3868
3904
|
}
|
|
3869
3905
|
|
|
3870
|
-
export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size"
|
|
3906
|
+
export declare interface IPaginationSelectProps extends Omit<ISelectFieldProps, "size" | "value">, Required<Pick<ISelectFieldProps, "value">> {
|
|
3871
3907
|
/** Текст лейбла пагинации. */
|
|
3872
3908
|
paginationLabel: default_2.ReactNode;
|
|
3873
|
-
/** Компонент скрыт. */
|
|
3874
|
-
hidden?: boolean;
|
|
3875
3909
|
}
|
|
3876
3910
|
|
|
3877
3911
|
/** Свойства компонента Radio. */
|
|
@@ -4387,7 +4421,7 @@ declare interface ISuggestContext<T extends ISuggestOption> extends Pick<ISugges
|
|
|
4387
4421
|
activeDescendant: string | undefined;
|
|
4388
4422
|
dropdownOpen: boolean;
|
|
4389
4423
|
setDropdownOpen: default_2.Dispatch<default_2.SetStateAction<boolean>>;
|
|
4390
|
-
closeDropdown: () => void;
|
|
4424
|
+
closeDropdown: (newInputValue?: string) => void;
|
|
4391
4425
|
dropdownListId: string;
|
|
4392
4426
|
suggestRef: default_2.MutableRefObject<HTMLDivElement | null>;
|
|
4393
4427
|
dropdownRef: default_2.MutableRefObject<HTMLDivElement | null>;
|
|
@@ -4437,31 +4471,17 @@ export declare interface ISuggestFieldDesktopProps<T extends ISuggestFieldOption
|
|
|
4437
4471
|
renderDropdownListItem?: (props: ISuggestFieldDesktopDropdownListItemProvideProps) => JSX.Element;
|
|
4438
4472
|
}
|
|
4439
4473
|
|
|
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
4474
|
/** Свойства компонента SuggestFieldMobileDropdownHint. */
|
|
4449
4475
|
export declare interface ISuggestFieldMobileDropdownHintProps {
|
|
4450
4476
|
children?: React.ReactNode;
|
|
4451
4477
|
}
|
|
4452
4478
|
|
|
4453
4479
|
/** Свойства компонента SuggestFieldMobileDropdown. */
|
|
4454
|
-
export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "
|
|
4480
|
+
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
4481
|
}
|
|
4456
4482
|
|
|
4457
4483
|
/** Свойства компонента 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 {
|
|
4484
|
+
export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ISuggestFieldProps<T>, "tooltipOpen"> {
|
|
4465
4485
|
}
|
|
4466
4486
|
|
|
4467
4487
|
/** Опция выпадающего списка SuggestField. */
|
|
@@ -4475,7 +4495,7 @@ export declare interface ISuggestFieldOption {
|
|
|
4475
4495
|
}
|
|
4476
4496
|
|
|
4477
4497
|
/** Свойства компонента SuggestField. */
|
|
4478
|
-
export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<
|
|
4498
|
+
export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<ITextFieldProps, "onSelect">, DataAttributes {
|
|
4479
4499
|
/** Выбранное значение. */
|
|
4480
4500
|
value: T | undefined;
|
|
4481
4501
|
/** Список значений. */
|
|
@@ -4500,48 +4520,10 @@ export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISug
|
|
|
4500
4520
|
onFilter: (value: string) => void;
|
|
4501
4521
|
/** Обработчик окончания скролла списка (доступные в данный момент элементы закончились). */
|
|
4502
4522
|
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;
|
|
4523
|
+
/** Обработчик отчиски поля. */
|
|
4524
|
+
onClear?: default_2.MouseEventHandler<HTMLButtonElement>;
|
|
4525
|
+
/** Рендер-функция поля ввода. */
|
|
4526
|
+
renderInput?: (props: IFormFieldInputProps) => JSX.Element;
|
|
4545
4527
|
}
|
|
4546
4528
|
|
|
4547
4529
|
/** Свойства компонента SuggestMobileTarget. */
|
|
@@ -5287,21 +5269,6 @@ export declare const LoaderScreen: default_2.FC<ILoaderScreenProps>;
|
|
|
5287
5269
|
|
|
5288
5270
|
export declare const LoaderSmall: default_2.FC<ILoaderSmallProps>;
|
|
5289
5271
|
|
|
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
5272
|
export declare const Marker: default_2.FC<IMarkerProps>;
|
|
5306
5273
|
|
|
5307
5274
|
export declare const MarkerStatus: default_2.FC<IMarkerStatusProps>;
|
|
@@ -5680,12 +5647,7 @@ export declare const SuggestContext: default_2.Context<ISuggestContext<any>>;
|
|
|
5680
5647
|
|
|
5681
5648
|
/** Выпадающий список с возможностью поиска по введённому значению. */
|
|
5682
5649
|
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
|
-
};
|
|
5650
|
+
Input: default_2.ForwardRefExoticComponent<IFormFieldInputProps & default_2.RefAttributes<HTMLInputElement>>;
|
|
5689
5651
|
};
|
|
5690
5652
|
|
|
5691
5653
|
/**
|
|
@@ -5694,10 +5656,7 @@ export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFie
|
|
|
5694
5656
|
*
|
|
5695
5657
|
* @template T - тип опции, должен расширять ISuggestFieldOption
|
|
5696
5658
|
*/
|
|
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
|
-
};
|
|
5659
|
+
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
5660
|
|
|
5702
5661
|
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
5662
|
|
|
@@ -5705,16 +5664,13 @@ export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption
|
|
|
5705
5664
|
* Мобильный SuggestField.
|
|
5706
5665
|
* Отображает поле ввода (target). При получении полем ввода фокуса - отображает мобильный Dropdown.
|
|
5707
5666
|
*/
|
|
5708
|
-
export declare
|
|
5667
|
+
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
5668
|
|
|
5710
5669
|
export declare const SuggestFieldMobileDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldMobileDropdownProps<T> & default_2.RefAttributes<HTMLDivElement>) => JSX.Element;
|
|
5711
5670
|
|
|
5712
5671
|
/** Подсказка компонента SuggestFieldMobileDropdown, например: "Ничего не найдено" или "Введите более 3 символов". */
|
|
5713
5672
|
export declare const SuggestFieldMobileDropdownHint: default_2.FC<ISuggestFieldMobileDropdownHintProps>;
|
|
5714
5673
|
|
|
5715
|
-
/** Целевой элемент компонента SuggestFieldMobile. */
|
|
5716
|
-
export declare const SuggestFieldMobileTarget: default_2.FC<ISuggestFieldMobileTargetProps>;
|
|
5717
|
-
|
|
5718
5674
|
/**
|
|
5719
5675
|
* Контейнер с реализацией свайпа.
|
|
5720
5676
|
* При свайпе влево открывается rightSwipeableArea.
|
|
@@ -5844,6 +5800,14 @@ export declare type TButtonProps = IButtonGeneralProps | IButtonSecondaryProps |
|
|
|
5844
5800
|
/** Тип отмеченных дней календаря. */
|
|
5845
5801
|
export declare type TCalendarMarkedDays = string[] | Record<string, ECalendarDateMarkType>;
|
|
5846
5802
|
|
|
5803
|
+
/** Свойства компонента Caption. */
|
|
5804
|
+
export declare type TCaptionProps<T extends keyof JSX.IntrinsicElements> = {
|
|
5805
|
+
/** Размер текста. */
|
|
5806
|
+
size: ECaptionSize;
|
|
5807
|
+
/** Толщина шрифта. */
|
|
5808
|
+
weight?: EFontWeightCaption;
|
|
5809
|
+
} & ITypographyProps & JSX.IntrinsicElements[T];
|
|
5810
|
+
|
|
5847
5811
|
export declare type TColumnSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
5848
5812
|
|
|
5849
5813
|
declare type TCreatePartialTokens<Type> = {
|
|
@@ -5870,7 +5834,7 @@ export declare type TDayHtmlAttributesFunction = (params: IDayHtmlAttributesFunc
|
|
|
5870
5834
|
|
|
5871
5835
|
declare type TDesignTokens = TDesignTokensCore & TDesignTokensComponents;
|
|
5872
5836
|
|
|
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 |
|
|
5837
|
+
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
5838
|
|
|
5875
5839
|
declare type TDesignTokensComponentsAlertContext = {
|
|
5876
5840
|
AlertContext: TDesignTokensComponentsAlertContextValue;
|
|
@@ -5896,6 +5860,14 @@ declare type TDesignTokensComponentsAvatarKeys = (typeof designTokensComponentsA
|
|
|
5896
5860
|
|
|
5897
5861
|
declare type TDesignTokensComponentsAvatarValue = Record<TDesignTokensComponentsAvatarKeys, TDesignTokenValue>;
|
|
5898
5862
|
|
|
5863
|
+
declare type TDesignTokensComponentsBadge = {
|
|
5864
|
+
Badge: TDesignTokensComponentsBadgeValue;
|
|
5865
|
+
};
|
|
5866
|
+
|
|
5867
|
+
declare type TDesignTokensComponentsBadgeKeys = (typeof designTokensComponentsBadgeKeys)[number];
|
|
5868
|
+
|
|
5869
|
+
declare type TDesignTokensComponentsBadgeValue = Record<TDesignTokensComponentsBadgeKeys, TDesignTokenValue>;
|
|
5870
|
+
|
|
5899
5871
|
declare type TDesignTokensComponentsButton = {
|
|
5900
5872
|
Button: TDesignTokensComponentsButtonValue;
|
|
5901
5873
|
};
|
|
@@ -8003,7 +7975,7 @@ declare type TTabsExtendedOnSelectTab = (id: string) => void;
|
|
|
8003
7975
|
export declare type TTdHTMLAttributesWithData = default_2.TdHTMLAttributes<HTMLTableCellElement> & TWithDataAttributes;
|
|
8004
7976
|
|
|
8005
7977
|
/** Свойства компонента Text. */
|
|
8006
|
-
declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
|
|
7978
|
+
export declare type TTextProps<T extends keyof JSX.IntrinsicElements> = {
|
|
8007
7979
|
/** Размер текста. */
|
|
8008
7980
|
size: ETextSize;
|
|
8009
7981
|
/** Высота блока строки. */
|
|
@@ -8049,8 +8021,8 @@ declare type UploadZoneOnChangeType = (files: FileList | null, e: default_2.Synt
|
|
|
8049
8021
|
*/
|
|
8050
8022
|
export declare function useMatchMedia(query: string, initial: boolean): boolean;
|
|
8051
8023
|
|
|
8052
|
-
/**
|
|
8053
|
-
export declare
|
|
8024
|
+
/** Хук для получения контекста Suggest. */
|
|
8025
|
+
export declare const useSuggestContext: <T extends ISuggestOption>() => ISuggestContext<T>;
|
|
8054
8026
|
|
|
8055
8027
|
/**
|
|
8056
8028
|
* Хук, возвращающий текущую тему и токены.
|