@opentiny/vue-popconfirm
Advanced tools
Comparing version 3.10.0 to 3.11.0-alpha.0
@@ -82,3 +82,3 @@ function _extends() { | ||
}); | ||
var version = "3.10.0"; | ||
var version = "3.11.0-alpha.0"; | ||
Popconfirm.install = function(Vue) { | ||
@@ -85,0 +85,0 @@ Vue.component(Popconfirm.name, Popconfirm); |
@@ -8,3 +8,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
import { resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, renderSlot, createBlock, resolveDynamicComponent, normalizeClass, createCommentVNode, toDisplayString, createTextVNode } from "vue"; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
@@ -47,3 +47,3 @@ if (it) | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -103,4 +103,3 @@ target[key] = val; | ||
renderless, | ||
api, | ||
mono: true | ||
api | ||
}); | ||
@@ -107,0 +106,0 @@ } |
@@ -9,3 +9,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
import { resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, renderSlot, createBlock, resolveDynamicComponent, normalizeClass, createCommentVNode, toDisplayString, createTextVNode } from "vue"; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
@@ -48,3 +48,3 @@ if (it) | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -51,0 +51,0 @@ target[key] = val; |
{ | ||
"name": "@opentiny/vue-popconfirm", | ||
"version": "3.10.0", | ||
"version": "3.11.0-alpha.0", | ||
"description": "", | ||
@@ -10,10 +10,10 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-button": "~3.10.0", | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-icon": "~3.10.0", | ||
"@opentiny/vue-modal": "~3.10.0", | ||
"@opentiny/vue-popover": "~3.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-theme": "~3.10.0", | ||
"@opentiny/vue-theme-mobile": "~3.10.0" | ||
"@opentiny/vue-button": "~3.11.0-alpha.0", | ||
"@opentiny/vue-common": "~3.11.0-alpha.0", | ||
"@opentiny/vue-icon": "~3.11.0-alpha.0", | ||
"@opentiny/vue-modal": "~3.11.0-alpha.0", | ||
"@opentiny/vue-popover": "~3.11.0-alpha.0", | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0", | ||
"@opentiny/vue-theme": "~3.11.0-alpha.0", | ||
"@opentiny/vue-theme-mobile": "~3.11.0-alpha.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
@@ -93,6 +93,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
width: string | number; | ||
trigger: string; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, {}>; | ||
export default _default; |
@@ -27,3 +27,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
}, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("hide" | "confirm" | "show")[], "hide" | "confirm" | "show", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("confirm" | "hide" | "show")[], "confirm" | "hide" | "show", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
@@ -61,6 +61,6 @@ type: ObjectConstructor; | ||
width: string | number; | ||
trigger: string; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, {}>; | ||
export default _default; |
@@ -27,3 +27,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
type: (ObjectConstructor | StringConstructor)[]; | ||
}, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("hide" | "confirm" | "show")[], "hide" | "confirm" | "show", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("confirm" | "hide" | "show")[], "confirm" | "hide" | "show", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
@@ -61,6 +61,6 @@ type: ObjectConstructor; | ||
width: string | number; | ||
trigger: string; | ||
placement: string; | ||
trigger: string; | ||
cancelButton: boolean; | ||
}, {}>; | ||
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
28586
852
2
+ Added@opentiny/vue-button@3.11.0(transitive)
+ Added@opentiny/vue-common@3.11.0(transitive)
+ Added@opentiny/vue-icon@3.11.0(transitive)
+ Added@opentiny/vue-locale@3.11.0(transitive)
+ Added@opentiny/vue-modal@3.11.0(transitive)
+ Added@opentiny/vue-popover@3.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@3.10.0(transitive)
- Removed@opentiny/vue-common@3.10.0(transitive)
- Removed@opentiny/vue-icon@3.10.1(transitive)
- Removed@opentiny/vue-locale@3.10.0(transitive)
- Removed@opentiny/vue-modal@3.10.0(transitive)
- Removed@opentiny/vue-popover@3.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)