Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-radio

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-radio - npm Package Compare versions

Comparing version 2.8.3 to 2.9.0

6

lib/index.js

@@ -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",

4

lib/pc.js

@@ -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;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc