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

@opentiny/vue-checkbox-button

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-checkbox-button - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

6

lib/index.js

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

8

lib/pc.js

@@ -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;

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