@opentiny/vue-radio
Advanced tools
Comparing version 2.8.3 to 2.9.0
@@ -59,2 +59,6 @@ function _extends() { | ||
default: "1" | ||
}, | ||
displayOnly: { | ||
type: Boolean, | ||
default: false | ||
} | ||
@@ -70,3 +74,3 @@ }), | ||
}); | ||
var version = "3.7.0"; | ||
var version = "2.9.0"; | ||
Radio.model = { | ||
@@ -73,0 +77,0 @@ prop: "modelValue", |
@@ -60,3 +60,3 @@ import { renderless, api } from "@opentiny/vue-renderless/radio/vue"; | ||
emits: ["change", "update:modelValue"], | ||
props: [].concat(props, ["modelValue", "events", "label", "text", "disabled", "name", "border", "size", "tabindex"]), | ||
props: [].concat(props, ["modelValue", "events", "label", "text", "disabled", "name", "border", "size", "tabindex", "displayOnly"]), | ||
setup: function setup(props2, context) { | ||
@@ -85,2 +85,4 @@ return _setup({ | ||
"is-checked": _vm.state.model === _vm.label | ||
}, { | ||
"is-display-only": _vm.state.isDisplayOnly | ||
}], | ||
@@ -87,0 +89,0 @@ attrs: { |
{ | ||
"name": "@opentiny/vue-radio", | ||
"version": "2.8.3", | ||
"version": "2.9.0", | ||
"description": "", | ||
@@ -9,4 +9,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.8.3", | ||
"@opentiny/vue-renderless": "~3.8.3" | ||
"@opentiny/vue-common": "~2.9.0", | ||
"@opentiny/vue-renderless": "~3.9.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
@@ -23,2 +23,6 @@ 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, {}, {}, { | ||
}; | ||
displayOnly: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
tiny_mode: StringConstructor; | ||
@@ -35,2 +39,3 @@ tiny_mode_root: BooleanConstructor; | ||
disabled: boolean; | ||
displayOnly: boolean; | ||
events: Record<string, any>; | ||
@@ -54,2 +59,3 @@ border: boolean; | ||
disabled: boolean; | ||
displayOnly: boolean; | ||
events: Record<string, any>; | ||
@@ -73,2 +79,3 @@ border: boolean; | ||
disabled: boolean; | ||
displayOnly: boolean; | ||
events: Record<string, any>; | ||
@@ -90,4 +97,5 @@ border: boolean; | ||
tabindex: string; | ||
displayOnly: boolean; | ||
events: Record<string, any>; | ||
}, true>); | ||
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
30963
854
+ Added@opentiny/vue-common@2.9.0(transitive)
+ Added@opentiny/vue-locale@2.9.0(transitive)
+ Added@opentiny/vue-renderless@3.9.3(transitive)
+ Added@opentiny/vue-theme@3.9.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-common@2.8.3(transitive)
- Removed@opentiny/vue-locale@2.8.3(transitive)
- Removed@opentiny/vue-renderless@3.8.4(transitive)
- Removed@opentiny/vue-theme@3.8.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.8.3(transitive)
Updated@opentiny/vue-common@~2.9.0