/*! * devextreme-react * Version: 22.2.6 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-react */ /// import dxFunnel, { Properties } from "devextreme/viz/funnel"; import { Component as BaseComponent, IHtmlOptions } from "./core/component"; import NestedOption from "./core/nested-option"; declare type IFunnelOptions = React.PropsWithChildren void; }>; declare class Funnel extends BaseComponent> { get instance(): dxFunnel; protected _WidgetClass: typeof dxFunnel; protected subscribableOptions: string[]; protected independentEvents: string[]; protected _defaults: { defaultLoadingIndicator: string; }; protected _expectedChildren: { adaptiveLayout: { optionName: string; isCollectionItem: boolean; }; export: { optionName: string; isCollectionItem: boolean; }; funnelTitle: { optionName: string; isCollectionItem: boolean; }; item: { optionName: string; isCollectionItem: boolean; }; label: { optionName: string; isCollectionItem: boolean; }; legend: { optionName: string; isCollectionItem: boolean; }; loadingIndicator: { optionName: string; isCollectionItem: boolean; }; margin: { optionName: string; isCollectionItem: boolean; }; size: { optionName: string; isCollectionItem: boolean; }; title: { optionName: string; isCollectionItem: boolean; }; tooltip: { optionName: string; isCollectionItem: boolean; }; }; } declare type IAdaptiveLayoutProps = React.PropsWithChildren<{ height?: any; keepLabels?: any; width?: any; }>; declare class AdaptiveLayout extends NestedOption { static OptionName: string; } declare type IBorderProps = React.PropsWithChildren<{ color?: any; visible?: any; width?: any; dashStyle?: any; cornerRadius?: any; opacity?: any; }>; declare class Border extends NestedOption { static OptionName: string; } declare type IConnectorProps = React.PropsWithChildren<{ color?: any; opacity?: any; visible?: any; width?: any; }>; declare class Connector extends NestedOption { static OptionName: string; } declare type IExportProps = React.PropsWithChildren<{ backgroundColor?: any; enabled?: any; fileName?: any; formats?: any; margin?: any; printingEnabled?: any; svgToCanvas?: any; }>; declare class Export extends NestedOption { static OptionName: string; } declare type IFontProps = React.PropsWithChildren<{ color?: any; family?: any; opacity?: any; size?: any; weight?: any; }>; declare class Font extends NestedOption { static OptionName: string; } declare type IFormatProps = React.PropsWithChildren<{ currency?: any; formatter?: any; parser?: any; precision?: any; type?: any; useCurrencyAccountingStyle?: any; }>; declare class Format extends NestedOption { static OptionName: string; } declare type IFunnelTitleProps = React.PropsWithChildren<{ font?: any; horizontalAlignment?: any; margin?: number | object | { bottom?: any; left?: any; right?: any; top?: any; }; placeholderSize?: any; subtitle?: object | string | { font?: any; offset?: any; text?: any; textOverflow?: any; wordWrap?: any; }; text?: any; textOverflow?: any; verticalAlignment?: any; wordWrap?: any; }>; declare class FunnelTitle extends NestedOption { static OptionName: string; static ExpectedChildren: { font: { optionName: string; isCollectionItem: boolean; }; funnelTitleSubtitle: { optionName: string; isCollectionItem: boolean; }; margin: { optionName: string; isCollectionItem: boolean; }; subtitle: { optionName: string; isCollectionItem: boolean; }; }; } declare type IFunnelTitleSubtitleProps = React.PropsWithChildren<{ font?: any; offset?: any; text?: any; textOverflow?: any; wordWrap?: any; }>; declare class FunnelTitleSubtitle extends NestedOption { static OptionName: string; static ExpectedChildren: { font: { optionName: string; isCollectionItem: boolean; }; }; } declare type IHatchingProps = React.PropsWithChildren<{ direction?: any; opacity?: any; step?: any; width?: any; }>; declare class Hatching extends NestedOption { static OptionName: string; } declare type IHoverStyleProps = React.PropsWithChildren<{ border?: object | { color?: any; visible?: any; width?: any; }; hatching?: object | { direction?: any; opacity?: any; step?: any; width?: any; }; }>; declare class HoverStyle extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; hatching: { optionName: string; isCollectionItem: boolean; }; itemBorder: { optionName: string; isCollectionItem: boolean; }; }; } declare type IItemProps = React.PropsWithChildren<{ border?: object | { color?: any; visible?: any; width?: any; }; hoverStyle?: object | { border?: object | { color?: any; visible?: any; width?: any; }; hatching?: object | { direction?: any; opacity?: any; step?: any; width?: any; }; }; selectionStyle?: object | { border?: object | { color?: any; visible?: any; width?: any; }; hatching?: object | { direction?: any; opacity?: any; step?: any; width?: any; }; }; }>; declare class Item extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; hoverStyle: { optionName: string; isCollectionItem: boolean; }; itemBorder: { optionName: string; isCollectionItem: boolean; }; selectionStyle: { optionName: string; isCollectionItem: boolean; }; }; } declare type IItemBorderProps = React.PropsWithChildren<{ color?: any; visible?: any; width?: any; }>; declare class ItemBorder extends NestedOption { static OptionName: string; } declare type ILabelProps = React.PropsWithChildren<{ backgroundColor?: any; border?: object | { color?: any; dashStyle?: any; visible?: any; width?: any; }; connector?: object | { color?: any; opacity?: any; visible?: any; width?: any; }; customizeText?: any; font?: any; format?: any; horizontalAlignment?: any; horizontalOffset?: any; position?: any; showForZeroValues?: any; textOverflow?: any; visible?: any; wordWrap?: any; }>; declare class Label extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; connector: { optionName: string; isCollectionItem: boolean; }; font: { optionName: string; isCollectionItem: boolean; }; format: { optionName: string; isCollectionItem: boolean; }; labelBorder: { optionName: string; isCollectionItem: boolean; }; }; } declare type ILabelBorderProps = React.PropsWithChildren<{ color?: any; dashStyle?: any; visible?: any; width?: any; }>; declare class LabelBorder extends NestedOption { static OptionName: string; } declare type ILegendProps = React.PropsWithChildren<{ backgroundColor?: any; border?: object | { color?: any; cornerRadius?: any; dashStyle?: any; opacity?: any; visible?: any; width?: any; }; columnCount?: any; columnItemSpacing?: any; customizeHint?: any; customizeItems?: any; customizeText?: any; font?: any; horizontalAlignment?: any; itemsAlignment?: any; itemTextPosition?: any; margin?: number | object | { bottom?: any; left?: any; right?: any; top?: any; }; markerSize?: any; markerTemplate?: any; orientation?: any; paddingLeftRight?: any; paddingTopBottom?: any; rowCount?: any; rowItemSpacing?: any; title?: object | string | { font?: any; horizontalAlignment?: any; margin?: object | { bottom?: any; left?: any; right?: any; top?: any; }; placeholderSize?: any; subtitle?: object | string | { font?: any; offset?: any; text?: any; }; text?: any; verticalAlignment?: any; }; verticalAlignment?: any; visible?: any; markerRender?: (...params: any) => React.ReactNode; markerComponent?: React.ComponentType; markerKeyFn?: (data: any) => string; }>; declare class Legend extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; font: { optionName: string; isCollectionItem: boolean; }; legendBorder: { optionName: string; isCollectionItem: boolean; }; legendTitle: { optionName: string; isCollectionItem: boolean; }; margin: { optionName: string; isCollectionItem: boolean; }; title: { optionName: string; isCollectionItem: boolean; }; }; static TemplateProps: { tmplOption: string; render: string; component: string; keyFn: string; }[]; } declare type ILegendBorderProps = React.PropsWithChildren<{ color?: any; cornerRadius?: any; dashStyle?: any; opacity?: any; visible?: any; width?: any; }>; declare class LegendBorder extends NestedOption { static OptionName: string; } declare type ILegendTitleProps = React.PropsWithChildren<{ font?: any; horizontalAlignment?: any; margin?: object | { bottom?: any; left?: any; right?: any; top?: any; }; placeholderSize?: any; subtitle?: object | string | { font?: any; offset?: any; text?: any; }; text?: any; verticalAlignment?: any; }>; declare class LegendTitle extends NestedOption { static OptionName: string; static ExpectedChildren: { font: { optionName: string; isCollectionItem: boolean; }; legendTitleSubtitle: { optionName: string; isCollectionItem: boolean; }; margin: { optionName: string; isCollectionItem: boolean; }; subtitle: { optionName: string; isCollectionItem: boolean; }; }; } declare type ILegendTitleSubtitleProps = React.PropsWithChildren<{ font?: any; offset?: any; text?: any; }>; declare class LegendTitleSubtitle extends NestedOption { static OptionName: string; static ExpectedChildren: { font: { optionName: string; isCollectionItem: boolean; }; }; } declare type ILoadingIndicatorProps = React.PropsWithChildren<{ backgroundColor?: any; enabled?: any; font?: any; show?: any; text?: any; defaultShow?: any; onShowChange?: (value: any) => void; }>; declare class LoadingIndicator extends NestedOption { static OptionName: string; static DefaultsProps: { defaultShow: string; }; static ExpectedChildren: { font: { optionName: string; isCollectionItem: boolean; }; }; } declare type IMarginProps = React.PropsWithChildren<{ bottom?: any; left?: any; right?: any; top?: any; }>; declare class Margin extends NestedOption { static OptionName: string; } declare type ISelectionStyleProps = React.PropsWithChildren<{ border?: object | { color?: any; visible?: any; width?: any; }; hatching?: object | { direction?: any; opacity?: any; step?: any; width?: any; }; }>; declare class SelectionStyle extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; hatching: { optionName: string; isCollectionItem: boolean; }; itemBorder: { optionName: string; isCollectionItem: boolean; }; }; } declare type IShadowProps = React.PropsWithChildren<{ blur?: any; color?: any; offsetX?: any; offsetY?: any; opacity?: any; }>; declare class Shadow extends NestedOption { static OptionName: string; } declare type ISizeProps = React.PropsWithChildren<{ height?: any; width?: any; }>; declare class Size extends NestedOption { static OptionName: string; } declare type ISubtitleProps = React.PropsWithChildren<{ font?: any; offset?: any; text?: any; textOverflow?: any; wordWrap?: any; }>; declare class Subtitle extends NestedOption { static OptionName: string; } declare type ITitleProps = React.PropsWithChildren<{ font?: any; horizontalAlignment?: any; margin?: object | { bottom?: any; left?: any; right?: any; top?: any; }; placeholderSize?: any; subtitle?: object | string | { font?: any; offset?: any; text?: any; }; text?: any; verticalAlignment?: any; textOverflow?: any; wordWrap?: any; }>; declare class Title extends NestedOption { static OptionName: string; } declare type ITooltipProps = React.PropsWithChildren<{ arrowLength?: any; border?: object | { color?: any; dashStyle?: any; opacity?: any; visible?: any; width?: any; }; color?: any; container?: any; contentTemplate?: any; cornerRadius?: any; customizeTooltip?: any; enabled?: any; font?: any; format?: any; opacity?: any; paddingLeftRight?: any; paddingTopBottom?: any; shadow?: object | { blur?: any; color?: any; offsetX?: any; offsetY?: any; opacity?: any; }; zIndex?: any; contentRender?: (...params: any) => React.ReactNode; contentComponent?: React.ComponentType; contentKeyFn?: (data: any) => string; }>; declare class Tooltip extends NestedOption { static OptionName: string; static ExpectedChildren: { border: { optionName: string; isCollectionItem: boolean; }; font: { optionName: string; isCollectionItem: boolean; }; format: { optionName: string; isCollectionItem: boolean; }; shadow: { optionName: string; isCollectionItem: boolean; }; tooltipBorder: { optionName: string; isCollectionItem: boolean; }; }; static TemplateProps: { tmplOption: string; render: string; component: string; keyFn: string; }[]; } declare type ITooltipBorderProps = React.PropsWithChildren<{ color?: any; dashStyle?: any; opacity?: any; visible?: any; width?: any; }>; declare class TooltipBorder extends NestedOption { static OptionName: string; } export default Funnel; export { Funnel, IFunnelOptions, AdaptiveLayout, IAdaptiveLayoutProps, Border, IBorderProps, Connector, IConnectorProps, Export, IExportProps, Font, IFontProps, Format, IFormatProps, FunnelTitle, IFunnelTitleProps, FunnelTitleSubtitle, IFunnelTitleSubtitleProps, Hatching, IHatchingProps, HoverStyle, IHoverStyleProps, Item, IItemProps, ItemBorder, IItemBorderProps, Label, ILabelProps, LabelBorder, ILabelBorderProps, Legend, ILegendProps, LegendBorder, ILegendBorderProps, LegendTitle, ILegendTitleProps, LegendTitleSubtitle, ILegendTitleSubtitleProps, LoadingIndicator, ILoadingIndicatorProps, Margin, IMarginProps, SelectionStyle, ISelectionStyleProps, Shadow, IShadowProps, Size, ISizeProps, Subtitle, ISubtitleProps, Title, ITitleProps, Tooltip, ITooltipProps, TooltipBorder, ITooltipBorderProps };