@opentiny/vue-checkbox-button
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -56,3 +56,3 @@ function _extends() { | ||
}); | ||
var version = "3.9.0"; | ||
var version = "3.10.0"; | ||
CheckboxButton.model = { | ||
@@ -59,0 +59,0 @@ prop: "modelValue", |
@@ -115,3 +115,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-button/vue"; | ||
}) | ||
}, null, 40, _hoisted_3)), [[vModelCheckbox, _ctx.state.model]]), _ctx.slots.default || _ctx.text || _ctx.label ? (openBlock(), createElementBlock( | ||
}, null, 40, _hoisted_3)), [[vModelCheckbox, _ctx.state.model]]), _ctx.slots.default || _ctx.state.isShowText ? (openBlock(), createElementBlock( | ||
"span", | ||
@@ -125,3 +125,3 @@ { | ||
return [createTextVNode( | ||
toDisplayString(_ctx.text || _ctx.label), | ||
toDisplayString(_ctx.state.showText), | ||
1 | ||
@@ -128,0 +128,0 @@ /* TEXT */ |
{ | ||
"name": "@opentiny/vue-checkbox-button", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -8,5 +8,6 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.9.0", | ||
"@opentiny/vue-renderless": "~3.9.0" | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0" | ||
}, | ||
@@ -13,0 +14,0 @@ "license": "MIT", |
@@ -13,4 +13,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
name: StringConstructor; | ||
trueLabel: (NumberConstructor | StringConstructor)[]; | ||
falseLabel: (NumberConstructor | StringConstructor)[]; | ||
trueLabel: (StringConstructor | NumberConstructor)[]; | ||
falseLabel: (StringConstructor | NumberConstructor)[]; | ||
text: StringConstructor; | ||
@@ -27,5 +27,5 @@ events: { | ||
tiny_chart_theme: ObjectConstructor; | ||
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { | ||
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, 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<{ | ||
_constants: { | ||
@@ -42,4 +42,4 @@ type: ObjectConstructor; | ||
name: StringConstructor; | ||
trueLabel: (NumberConstructor | StringConstructor)[]; | ||
falseLabel: (NumberConstructor | StringConstructor)[]; | ||
trueLabel: (StringConstructor | NumberConstructor)[]; | ||
falseLabel: (StringConstructor | NumberConstructor)[]; | ||
text: StringConstructor; | ||
@@ -57,8 +57,8 @@ events: { | ||
}>>, { | ||
disabled: boolean; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
disabled: boolean; | ||
events: Record<string, any>; | ||
checked: boolean; | ||
}>; | ||
}, {}>; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _sfc_main: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
@@ -12,3 +12,3 @@ }>, { | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
@@ -20,3 +20,3 @@ }>>> & { | ||
[x: string]: any; | ||
}>; | ||
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
12195
297
Yes
+ Added@opentiny/vue-common@3.10.0(transitive)
+ Added@opentiny/vue-locale@3.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@3.9.0(transitive)
- Removed@opentiny/vue-locale@3.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@~3.10.0