@opentiny/vue-popconfirm
Advanced tools
Comparing version 2.8.2 to 2.8.3
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "", | ||
@@ -9,10 +9,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~2.8.2", | ||
"@opentiny/vue-common": "~2.8.2", | ||
"@opentiny/vue-icon": "~2.8.2", | ||
"@opentiny/vue-modal": "~2.8.2", | ||
"@opentiny/vue-popover": "~2.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-theme": "~3.8.2", | ||
"@opentiny/vue-theme-mobile": "~3.8.2" | ||
"@opentiny/vue-button": "~2.8.3", | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-icon": "~2.8.3", | ||
"@opentiny/vue-modal": "~2.8.3", | ||
"@opentiny/vue-popover": "~2.8.3", | ||
"@opentiny/vue-renderless": "~3.8.3", | ||
"@opentiny/vue-theme": "~3.8.3", | ||
"@opentiny/vue-theme-mobile": "~3.8.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
@@ -1,2 +0,74 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
ICON_MAP: { | ||
success: string; | ||
error: string; | ||
info: string; | ||
warning: string; | ||
}; | ||
}; | ||
}; | ||
content: StringConstructor; | ||
popperClass: StringConstructor; | ||
trigger: { | ||
type: StringConstructor; | ||
default: string; | ||
validator: (value: string) => boolean; | ||
}; | ||
cancelButton: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
title: StringConstructor; | ||
placement: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
width: { | ||
type: (NumberConstructor | StringConstructor)[]; | ||
default: string; | ||
}; | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
}, { | ||
width: string | number; | ||
trigger: string; | ||
_constants: Record<string, any>; | ||
placement: string; | ||
cancelButton: boolean; | ||
} & { | ||
popperClass?: string | undefined; | ||
type?: unknown; | ||
title?: string | undefined; | ||
content?: string | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
width: string | number; | ||
trigger: string; | ||
_constants: Record<string, any>; | ||
placement: string; | ||
cancelButton: boolean; | ||
} & { | ||
popperClass?: string | undefined; | ||
type?: unknown; | ||
title?: string | undefined; | ||
content?: string | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
width: string | number; | ||
trigger: string; | ||
_constants: Record<string, any>; | ||
placement: string; | ||
cancelButton: boolean; | ||
} & { | ||
popperClass?: string | undefined; | ||
type?: unknown; | ||
title?: string | undefined; | ||
content?: string | undefined; | ||
}, { | ||
width: string | number; | ||
trigger: string; | ||
_constants: Record<string, any>; | ||
placement: string; | ||
cancelButton: boolean; | ||
}, true>); | ||
export default _sfc_main; |
12942
381
Updated@opentiny/vue-button@~2.8.3
Updated@opentiny/vue-common@~2.8.3
Updated@opentiny/vue-icon@~2.8.3
Updated@opentiny/vue-modal@~2.8.3
Updated@opentiny/vue-popover@~2.8.3
Updated@opentiny/vue-theme@~3.8.3