|
|
|
|
export declare const ElDescriptions: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
|
|
|
readonly border: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
|
|
|
readonly column: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
|
|
|
readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
|
|
|
|
|
readonly size: {
|
|
|
|
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
|
|
|
readonly required: false;
|
|
|
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
|
|
|
__epPropKey: true;
|
|
|
|
|
};
|
|
|
|
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
readonly extra: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
}, {
|
|
|
|
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
readonly border: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
|
|
|
readonly column: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
|
|
|
readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
|
|
|
|
|
readonly size: {
|
|
|
|
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
|
|
|
readonly required: false;
|
|
|
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
|
|
|
__epPropKey: true;
|
|
|
|
|
};
|
|
|
|
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
readonly extra: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
}>> & {
|
|
|
|
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
|
|
|
}>>;
|
|
|
|
|
ns: {
|
|
|
|
|
namespace: import("vue").ComputedRef<string>;
|
|
|
|
|
b: (blockSuffix?: string) => string;
|
|
|
|
|
e: (element?: string | undefined) => string;
|
|
|
|
|
m: (modifier?: string | undefined) => string;
|
|
|
|
|
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
|
|
|
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
|
|
|
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
|
|
|
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
|
|
|
is: {
|
|
|
|
|
(name: string, state: boolean | undefined): string;
|
|
|
|
|
(name: string): string;
|
|
|
|
|
};
|
|
|
|
|
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
|
|
|
cssVarName: (name: string) => string;
|
|
|
|
|
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
|
|
|
cssVarBlockName: (name: string) => string;
|
|
|
|
|
};
|
|
|
|
|
descriptionsSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
|
|
|
slots: Readonly<{
|
|
|
|
|
[name: string]: import("vue").Slot | undefined;
|
|
|
|
|
}>;
|
|
|
|
|
descriptionKls: import("vue").ComputedRef<string[]>;
|
|
|
|
|
filledNode: (node: import("./src/description-item").DescriptionItemVNode, span: number, count: number, isLast?: boolean) => import("./src/description-item").DescriptionItemVNode;
|
|
|
|
|
getRows: () => import("./src/description-item").DescriptionItemVNode[][];
|
|
|
|
|
ElDescriptionsRow: import("vue").DefineComponent<{
|
|
|
|
|
readonly row: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/description-item").DescriptionItemVNode[]) | (() => import("./src/description-item").DescriptionItemVNode[]) | ((new (...args: any[]) => import("./src/description-item").DescriptionItemVNode[]) | (() => import("./src/description-item").DescriptionItemVNode[]))[], unknown, unknown, () => never[], boolean>;
|
|
|
|
|
}, {
|
|
|
|
|
descriptions: import("./src/descriptions.type").IDescriptionsInject;
|
|
|
|
|
ElDescriptionsCell: import("vue").DefineComponent<{
|
|
|
|
|
cell: {
|
|
|
|
|
type: import("vue").PropType<import("./src/description-item").DescriptionItemVNode>;
|
|
|
|
|
};
|
|
|
|
|
tag: {
|
|
|
|
|
type: StringConstructor;
|
|
|
|
|
default: string;
|
|
|
|
|
};
|
|
|
|
|
type: {
|
|
|
|
|
type: StringConstructor;
|
|
|
|
|
};
|
|
|
|
|
}, {
|
|
|
|
|
descriptions: import("./src/descriptions.type").IDescriptionsInject;
|
|
|
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
cell: {
|
|
|
|
|
type: import("vue").PropType<import("./src/description-item").DescriptionItemVNode>;
|
|
|
|
|
};
|
|
|
|
|
tag: {
|
|
|
|
|
type: StringConstructor;
|
|
|
|
|
default: string;
|
|
|
|
|
};
|
|
|
|
|
type: {
|
|
|
|
|
type: StringConstructor;
|
|
|
|
|
};
|
|
|
|
|
}>>, {
|
|
|
|
|
tag: string;
|
|
|
|
|
}>;
|
|
|
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
readonly row: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/description-item").DescriptionItemVNode[]) | (() => import("./src/description-item").DescriptionItemVNode[]) | ((new (...args: any[]) => import("./src/description-item").DescriptionItemVNode[]) | (() => import("./src/description-item").DescriptionItemVNode[]))[], unknown, unknown, () => never[], boolean>;
|
|
|
|
|
}>>, {
|
|
|
|
|
readonly row: import("./src/description-item").DescriptionItemVNode[];
|
|
|
|
|
}>;
|
|
|
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
readonly border: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
|
|
|
readonly column: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
|
|
|
readonly direction: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
|
|
|
|
|
readonly size: {
|
|
|
|
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
|
|
|
readonly required: false;
|
|
|
|
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
|
|
|
__epPropKey: true;
|
|
|
|
|
};
|
|
|
|
|
readonly title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
readonly extra: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
|
|
|
}>>, {
|
|
|
|
|
readonly title: string;
|
|
|
|
|
readonly column: number;
|
|
|
|
|
readonly border: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
|
|
|
readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
|
|
|
readonly extra: string;
|
|
|
|
|
}>> & {
|
|
|
|
|
DescriptionsItem: import("vue").DefineComponent<{
|
|
|
|
|
label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
|
|
|
width: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
align: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelAlign: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
className: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelClassName: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
|
|
|
width: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
align: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelAlign: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
className: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelClassName: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
}>>, {
|
|
|
|
|
width: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
|
|
|
label: string;
|
|
|
|
|
className: string;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
|
|
|
span: number;
|
|
|
|
|
align: string;
|
|
|
|
|
labelAlign: string;
|
|
|
|
|
labelClassName: string;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
export declare const ElDescriptionsItem: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
|
|
|
label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
|
|
|
width: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
align: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelAlign: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
className: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelClassName: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
|
|
|
label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
|
|
|
width: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>;
|
|
|
|
|
align: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelAlign: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
className: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
labelClassName: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
|
|
|
}>>, {
|
|
|
|
|
width: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
|
|
|
label: string;
|
|
|
|
|
className: string;
|
|
|
|
|
minWidth: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
|
|
|
span: number;
|
|
|
|
|
align: string;
|
|
|
|
|
labelAlign: string;
|
|
|
|
|
labelClassName: string;
|
|
|
|
|
}>>;
|
|
|
|
|
export default ElDescriptions;
|
|
|
|
|
export * from './src/description';
|