@opentiny/vue-split
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -85,3 +85,3 @@ function _extends() { | ||
}); | ||
var version = "2.9.0"; | ||
var version = "2.10.0"; | ||
Split.model = { | ||
@@ -88,0 +88,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-split", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "", | ||
@@ -8,5 +8,6 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~2.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-common": "~2.10.0" | ||
}, | ||
@@ -13,0 +14,0 @@ "license": "MIT", |
@@ -11,3 +11,3 @@ 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, {}, {}, { | ||
modelValue: { | ||
type: (NumberConstructor | StringConstructor)[]; | ||
type: (StringConstructor | NumberConstructor)[]; | ||
default: number; | ||
@@ -20,7 +20,7 @@ }; | ||
leftTopMin: { | ||
type: (NumberConstructor | StringConstructor)[]; | ||
type: (StringConstructor | NumberConstructor)[]; | ||
default: string; | ||
}; | ||
rightBottomMin: { | ||
type: (NumberConstructor | StringConstructor)[]; | ||
type: (StringConstructor | NumberConstructor)[]; | ||
default: string; | ||
@@ -52,5 +52,5 @@ }; | ||
}, { | ||
modelValue: string | number; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
modelValue: string | number; | ||
mode: string; | ||
@@ -71,5 +71,5 @@ collapsible: boolean; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
modelValue: string | number; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
modelValue: string | number; | ||
mode: string; | ||
@@ -90,5 +90,5 @@ collapsible: boolean; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, { | ||
modelValue: string | number; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
modelValue: string | number; | ||
mode: string; | ||
@@ -109,4 +109,4 @@ collapsible: boolean; | ||
}, { | ||
_constants: Record<string, any>; | ||
modelValue: string | number; | ||
_constants: Record<string, any>; | ||
mode: string; | ||
@@ -113,0 +113,0 @@ leftTopMin: string | number; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
@@ -30,2 +30,2 @@ vm: any; | ||
}, true>); | ||
export default _sfc_main; | ||
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
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
15575
8
448
Yes
+ Added@opentiny/vue-common@2.10.0(transitive)
+ Added@opentiny/vue-locale@2.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
- Removed@opentiny/vue-common@2.9.0(transitive)
- Removed@opentiny/vue-locale@2.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
Updated@opentiny/vue-common@~2.10.0