@opentiny/vue-popconfirm
Advanced tools
Comparing version 2.10.0 to 2.11.0-alpha.0
@@ -82,3 +82,3 @@ function _extends() { | ||
}); | ||
var version = "2.10.0"; | ||
var version = "2.11.0-alpha.0"; | ||
Popconfirm.install = function(Vue) { | ||
@@ -85,0 +85,0 @@ Vue.component(Popconfirm.name, Popconfirm); |
@@ -109,4 +109,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
renderless, | ||
api, | ||
mono: true | ||
api | ||
}); | ||
@@ -113,0 +112,0 @@ } |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "2.10.0", | ||
"version": "2.11.0-alpha.0", | ||
"description": "", | ||
@@ -10,10 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~2.10.0", | ||
"@opentiny/vue-common": "~2.10.0", | ||
"@opentiny/vue-icon": "~2.10.0", | ||
"@opentiny/vue-modal": "~2.10.0", | ||
"@opentiny/vue-popover": "~2.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-theme": "~3.10.0", | ||
"@opentiny/vue-theme-mobile": "~3.10.0" | ||
"@opentiny/vue-button": "~2.11.0", | ||
"@opentiny/vue-common": "~2.11.0", | ||
"@opentiny/vue-icon": "~2.11.0", | ||
"@opentiny/vue-modal": "~2.11.0", | ||
"@opentiny/vue-popover": "~2.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-theme": "~3.11.0", | ||
"@opentiny/vue-theme-mobile": "~3.11.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
@@ -1,102 +0,2 @@ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: { | ||
type: ObjectConstructor; | ||
default: () => { | ||
PC_PREFIXCLS: string; | ||
MOBILE_PREFIXCLS: string; | ||
Mode: string; | ||
prefixcls(mode: any): string; | ||
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: (StringConstructor | NumberConstructor)[]; | ||
default: string; | ||
}; | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
@@ -1,67 +0,2 @@ | ||
declare const _default: 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: () => any; | ||
}; | ||
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: (StringConstructor | NumberConstructor)[]; | ||
default: string; | ||
}; | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
@@ -1,67 +0,2 @@ | ||
declare const _default: 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: () => {}; | ||
}; | ||
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: (StringConstructor | NumberConstructor)[]; | ||
default: string; | ||
}; | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
} & { | ||
title?: string | undefined; | ||
type?: unknown; | ||
content?: string | undefined; | ||
popperClass?: string | undefined; | ||
}, { | ||
_constants: Record<string, any>; | ||
width: string | number; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, true>); | ||
declare const _default: any; | ||
export default _default; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18880
594
2
+ Added@opentiny/vue-button@2.11.0(transitive)
+ Added@opentiny/vue-common@2.11.0(transitive)
+ Added@opentiny/vue-icon@2.11.0(transitive)
+ Added@opentiny/vue-locale@2.11.0(transitive)
+ Added@opentiny/vue-modal@2.11.0(transitive)
+ Added@opentiny/vue-popover@2.11.0(transitive)
+ Added@opentiny/vue-renderless@3.11.8(transitive)
+ Added@opentiny/vue-theme@3.11.6(transitive)
+ Added@opentiny/vue-theme-mobile@3.11.1(transitive)
+ Addedcolor@4.2.3(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolor-string@1.9.1(transitive)
+ Addedis-arrayish@0.3.2(transitive)
+ Addedsimple-swizzle@0.2.2(transitive)
- Removed@opentiny/vue-button@2.10.0(transitive)
- Removed@opentiny/vue-common@2.10.0(transitive)
- Removed@opentiny/vue-icon@2.10.1(transitive)
- Removed@opentiny/vue-locale@2.10.0(transitive)
- Removed@opentiny/vue-modal@2.10.0(transitive)
- Removed@opentiny/vue-popover@2.10.0(transitive)
- Removed@opentiny/vue-renderless@3.10.7(transitive)
- Removed@opentiny/vue-theme@3.10.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.10.1(transitive)
Updated@opentiny/vue-button@~2.11.0
Updated@opentiny/vue-common@~2.11.0
Updated@opentiny/vue-icon@~2.11.0
Updated@opentiny/vue-modal@~2.11.0
Updated@opentiny/vue-theme@~3.11.0