ivue-material-plus
Version:
A high quality UI components Library with Vue.js
201 lines (200 loc) • 3.7 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
/**
* 日期 时间
*
* @type {String}
*/
value: {
type: (NumberConstructor | StringConstructor)[];
required: true;
};
/**
* 语言
*
* @type {String}
*/
locale: {
type: StringConstructor;
default: string;
};
/**
* 左边按钮图标
*
* @type {String}
*/
nextIcon: {
type: StringConstructor;
default: string;
};
/**
* 右边按钮图标
*
* @type {String}
*/
prevIcon: {
type: StringConstructor;
default: string;
};
/**
* 最小年份或月份
*
* @type {String}
*/
min: {
type: StringConstructor;
};
/**
* 最大年份或月份
*
* @type {String}
*/
max: {
type: StringConstructor;
};
/**
* 是否只读
*
* @type {Boolean}
*/
readonly: {
type: BooleanConstructor;
};
/**
* 当前激活的type
*
* @type {String}
*/
activeType: {
type: StringConstructor;
};
/**
* format
*
* @type {Function}
*/
format: {
type: FunctionConstructor;
};
/**
* 年月
*
* @type {String}
*/
tableDate: {
type: StringConstructor;
required: true;
};
/**
* 文字颜色
*
* @type {String | Array}
*/
color: {
type: (StringConstructor | ArrayConstructor)[];
};
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "toggle")[], "input" | "toggle", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 日期 时间
*
* @type {String}
*/
value: {
type: (NumberConstructor | StringConstructor)[];
required: true;
};
/**
* 语言
*
* @type {String}
*/
locale: {
type: StringConstructor;
default: string;
};
/**
* 左边按钮图标
*
* @type {String}
*/
nextIcon: {
type: StringConstructor;
default: string;
};
/**
* 右边按钮图标
*
* @type {String}
*/
prevIcon: {
type: StringConstructor;
default: string;
};
/**
* 最小年份或月份
*
* @type {String}
*/
min: {
type: StringConstructor;
};
/**
* 最大年份或月份
*
* @type {String}
*/
max: {
type: StringConstructor;
};
/**
* 是否只读
*
* @type {Boolean}
*/
readonly: {
type: BooleanConstructor;
};
/**
* 当前激活的type
*
* @type {String}
*/
activeType: {
type: StringConstructor;
};
/**
* format
*
* @type {Function}
*/
format: {
type: FunctionConstructor;
};
/**
* 年月
*
* @type {String}
*/
tableDate: {
type: StringConstructor;
required: true;
};
/**
* 文字颜色
*
* @type {String | Array}
*/
color: {
type: (StringConstructor | ArrayConstructor)[];
};
}>> & {
onInput?: (...args: any[]) => any;
onToggle?: (...args: any[]) => any;
}, {
readonly: boolean;
prevIcon: string;
nextIcon: string;
locale: string;
}>;
export default _sfc_main;