@opentiny/vue-popconfirm
Advanced tools
Comparing version 3.8.2 to 3.8.3
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "", | ||
@@ -9,10 +9,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.8.2", | ||
"@opentiny/vue-common": "~3.8.2", | ||
"@opentiny/vue-icon": "~3.8.2", | ||
"@opentiny/vue-modal": "~3.8.2", | ||
"@opentiny/vue-popover": "~3.8.2", | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-theme": "~3.8.2", | ||
"@opentiny/vue-theme-mobile": "~3.8.2" | ||
"@opentiny/vue-button": "~3.8.3", | ||
"@opentiny/vue-common": "~3.8.3", | ||
"@opentiny/vue-icon": "~3.8.3", | ||
"@opentiny/vue-modal": "~3.8.3", | ||
"@opentiny/vue-popover": "~3.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,78 @@ | ||
declare const _sfc_main: any; | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{ | ||
_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)[]; | ||
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "show" | "hide")[], "confirm" | "show" | "hide", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_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)[]; | ||
}>> & { | ||
onConfirm?: ((...args: any[]) => any) | undefined; | ||
onShow?: ((...args: any[]) => any) | undefined; | ||
onHide?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
width: string | number; | ||
trigger: string; | ||
_constants: Record<string, any>; | ||
placement: string; | ||
cancelButton: boolean; | ||
}>; | ||
export default _sfc_main; |
14511
409
Updated@opentiny/vue-button@~3.8.3
Updated@opentiny/vue-common@~3.8.3
Updated@opentiny/vue-icon@~3.8.3
Updated@opentiny/vue-modal@~3.8.3
Updated@opentiny/vue-popover@~3.8.3
Updated@opentiny/vue-theme@~3.8.3