dum-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
71 lines (70 loc) • 2.3 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
value: {
type: (StringConstructor | DateConstructor | ArrayConstructor)[];
};
plusTime: {
type: BooleanConstructor;
default: boolean;
};
/***
* week周;month月;year年;dates多个日期;months多个月;years多个年;daterange日期范围;monthrange月份范围
* datetime日期和时间点;datetimerange日期和时间点范围
*/
type: {
type: StringConstructor;
default: string;
};
shortcuts: {
type: ArrayConstructor;
};
isPickerOptions: {
type: BooleanConstructor;
default: boolean;
};
}, {
props: any;
emits: (event: "update:modelValue" | "change", ...args: any[]) => void;
$attrs: any;
slots: Readonly<{
[name: string]: import("vue").Slot | undefined;
}>;
time: any;
DatePicker: import("vue").Ref<any>;
attrsBind: import("vue").ComputedRef<any>;
state: {
dateOptions: unknown[] | undefined;
};
getShortcuts: (type: any) => any;
dateChange: (val: any[]) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: (StringConstructor | DateConstructor | ArrayConstructor)[];
};
plusTime: {
type: BooleanConstructor;
default: boolean;
};
/***
* week周;month月;year年;dates多个日期;months多个月;years多个年;daterange日期范围;monthrange月份范围
* datetime日期和时间点;datetimerange日期和时间点范围
*/
type: {
type: StringConstructor;
default: string;
};
shortcuts: {
type: ArrayConstructor;
};
isPickerOptions: {
type: BooleanConstructor;
default: boolean;
};
}>> & {
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onChange?: ((...args: any[]) => any) | undefined;
}, {
type: string;
plusTime: boolean;
isPickerOptions: boolean;
}>;
export default _sfc_main;