@opentiny/vue-switch
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -103,3 +103,3 @@ function _extends() { | ||
}); | ||
var version = "3.15.0"; | ||
var version = "3.16.0"; | ||
Switch.model = { | ||
@@ -106,0 +106,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-switch", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-common": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
@@ -128,3 +128,3 @@ export declare const $constants: { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
@@ -131,0 +131,0 @@ type: ObjectConstructor; |
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
size?: any; | ||
disabled?: any; | ||
@@ -11,3 +12,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -25,3 +25,4 @@ trueValue?: any; | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
size?: any; | ||
disabled?: any; | ||
@@ -36,3 +37,2 @@ tiny_mode?: any; | ||
modelValue?: any; | ||
size?: any; | ||
tabindex?: any; | ||
@@ -46,2 +46,3 @@ trueValue?: any; | ||
}, { | ||
readonly size?: any; | ||
readonly disabled?: any; | ||
@@ -56,3 +57,2 @@ readonly tiny_mode?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly tabindex?: any; | ||
@@ -59,0 +59,0 @@ readonly trueValue?: any; |
@@ -23,3 +23,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
disabled?: any; | ||
@@ -26,0 +26,0 @@ tiny_mode?: any; |
@@ -19,3 +19,3 @@ import type { ISwitchApi } from '@opentiny/vue-renderless/types/switch.type'; | ||
beforeChange?: any; | ||
}>, ISwitchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}>, ISwitchApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
disabled?: any; | ||
@@ -22,0 +22,0 @@ tiny_mode?: any; |
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
37449
1034
+ Added@opentiny/vue-common@3.16.0(transitive)
+ Added@opentiny/vue-locale@3.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-common@3.15.0(transitive)
- Removed@opentiny/vue-locale@3.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
Updated@opentiny/vue-common@~3.16.0
Updated@opentiny/vue-theme@~3.16.0