@opentiny/vue-checkbox-button
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -48,2 +48,6 @@ function _extends() { | ||
} | ||
}, | ||
tabindex: { | ||
type: String, | ||
default: "0" | ||
} | ||
@@ -59,3 +63,3 @@ }), | ||
}); | ||
var version = "3.15.0"; | ||
var version = "3.16.0"; | ||
CheckboxButton.model = { | ||
@@ -62,0 +66,0 @@ prop: "modelValue", |
@@ -52,3 +52,3 @@ import { renderless, api } from '@opentiny/vue-renderless/checkbox-button/vue'; | ||
emits: ["change", "update:modelValue"], | ||
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel"]), | ||
props: [].concat(props, ["modelValue", "label", "text", "events", "disabled", "checked", "name", "trueLabel", "falseLabel", "tabindex"]), | ||
setup: function setup$1(props2, context) { | ||
@@ -64,4 +64,4 @@ return setup({ | ||
var _hoisted_1 = ["aria-checked", "aria-disabled"]; | ||
var _hoisted_2 = ["name", "disabled", "true-value", "false-value"]; | ||
var _hoisted_3 = ["name", "disabled", "value"]; | ||
var _hoisted_2 = ["name", "tabindex", "disabled", "true-value", "false-value"]; | ||
var _hoisted_3 = ["name", "tabindex", "disabled", "value"]; | ||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { | ||
@@ -84,2 +84,3 @@ return openBlock(), createElementBlock("label", { | ||
name: _ctx.name, | ||
tabindex: _ctx.tabindex, | ||
disabled: _ctx.state.isDisabled, | ||
@@ -105,2 +106,3 @@ "true-value": _ctx.trueLabel, | ||
name: _ctx.name, | ||
tabindex: _ctx.tabindex, | ||
disabled: _ctx.state.isDisabled, | ||
@@ -107,0 +109,0 @@ value: _ctx.label, |
{ | ||
"name": "@opentiny/vue-checkbox-button", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
@@ -20,2 +20,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
}; | ||
tabindex: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
tiny_mode: StringConstructor; | ||
@@ -29,3 +33,3 @@ tiny_mode_root: BooleanConstructor; | ||
[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: { | ||
@@ -49,2 +53,6 @@ type: ObjectConstructor; | ||
}; | ||
tabindex: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
tiny_mode: StringConstructor; | ||
@@ -60,2 +68,3 @@ tiny_mode_root: BooleanConstructor; | ||
_constants: Record<string, any>; | ||
tabindex: string; | ||
events: Record<string, any>; | ||
@@ -62,0 +71,0 @@ checked: boolean; |
@@ -14,2 +14,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
modelValue?: any; | ||
tabindex?: any; | ||
events?: any; | ||
@@ -27,3 +28,3 @@ checked?: 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<{ | ||
name?: any; | ||
@@ -41,2 +42,3 @@ text?: any; | ||
modelValue?: any; | ||
tabindex?: any; | ||
events?: any; | ||
@@ -62,2 +64,3 @@ checked?: any; | ||
readonly modelValue?: any; | ||
readonly tabindex?: any; | ||
readonly events?: any; | ||
@@ -64,0 +67,0 @@ readonly checked?: 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
13623
358
+ 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