t-ui-plus
Version:
Page level components developed based on Element Plus.
137 lines (136 loc) • 4.49 kB
TypeScript
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
export * from './src/type';
export declare const TAdaptivePage: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
name: {
type: PropType<string>;
default: string;
};
columnSetting: {
type: PropType<boolean>;
default: boolean;
};
leftWidth: {
type: PropType<string | number>;
default: number;
};
pageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
queryPageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
tablePageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
isTTableSelfFilling: {
type: PropType<boolean>;
default: boolean;
};
}>> & Readonly<{}>, any, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
name: string;
columnSetting: boolean;
leftWidth: number | string;
pageStyle: Record<string, string>;
queryPageStyle: Record<string, string>;
tablePageStyle: Record<string, string>;
isTTableSelfFilling: boolean;
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly< ExtractPropTypes<{
name: {
type: PropType<string>;
default: string;
};
columnSetting: {
type: PropType<boolean>;
default: boolean;
};
leftWidth: {
type: PropType<string | number>;
default: number;
};
pageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
queryPageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
tablePageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
isTTableSelfFilling: {
type: PropType<boolean>;
default: boolean;
};
}>> & Readonly<{}>, any, {}, {}, {}, {
name: string;
columnSetting: boolean;
leftWidth: number | string;
pageStyle: Record<string, string>;
queryPageStyle: Record<string, string>;
tablePageStyle: Record<string, string>;
isTTableSelfFilling: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
name: {
type: PropType<string>;
default: string;
};
columnSetting: {
type: PropType<boolean>;
default: boolean;
};
leftWidth: {
type: PropType<string | number>;
default: number;
};
pageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
queryPageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
tablePageStyle: {
type: PropType<Record<string, string>>;
default: () => {};
};
isTTableSelfFilling: {
type: PropType<boolean>;
default: boolean;
};
}>> & Readonly<{}>, any, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
name: string;
columnSetting: boolean;
leftWidth: number | string;
pageStyle: Record<string, string>;
queryPageStyle: Record<string, string>;
tablePageStyle: Record<string, string>;
isTTableSelfFilling: boolean;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
$slots: Partial<Record<NonNullable<string | number>, (_: {
param: any;
scope: any;
}) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
leftContent?(_: {}): any;
content?(_: {}): any;
default?(_: {}): any;
footer?(_: {}): any;
};
});