UNPKG

@wocwin/t-ui-plus

Version:

Page level components developed based on Element Plus.

166 lines (165 loc) 5.06 kB
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue'; export * from './src/type'; export declare const TAdaptivePage: { new (...args: any[]): CreateComponentPublicInstance<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; }; }>>, any, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & 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; }; }>>, { name: string; columnSetting: boolean; leftWidth: number | string; pageStyle: Record<string, string>; queryPageStyle: Record<string, string>; tablePageStyle: Record<string, string>; isTTableSelfFilling: boolean; }, true, {}, {}, { 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; }; }>>, 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; }; }>>, any, unknown, {}, {}, 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, {}> & 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; }; });