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

@opentiny/vue-option

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-option - npm Package Compare versions

Comparing version 2.8.0 to 2.8.2

11

lib/index.js
import { renderless, api } from "@opentiny/vue-renderless/option/vue";
import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";
import Checkbox from "@opentiny/vue-checkbox";
import { iconCheck, iconCheckedSur } from "@opentiny/vue-icon";
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -64,4 +63,2 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

components: {
IconCheck: iconCheck(),
IconCheckedSur: iconCheckedSur(),
TinyCheckbox: Checkbox

@@ -131,10 +128,4 @@ },

attrs: {
"model-value": _vm.state.itemSelected,
"disabled": _vm.disabled || _vm.state.groupDisabled || _vm.state.limitReached
},
model: {
value: _vm.state.itemSelected,
callback: function callback($$v) {
_vm.$set(_vm.state, "itemSelected", $$v);
},
expression: "state.itemSelected"
}

@@ -141,0 +132,0 @@ })], 1) : _vm._e(), _vm._t("default", function() {

7

package.json
{
"name": "@opentiny/vue-option",
"version": "2.8.0",
"version": "2.8.2",
"description": "",

@@ -8,5 +8,4 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.8.0",
"@opentiny/vue-common": "~2.8.0",
"@opentiny/vue-icon": "~2.8.0"
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~2.8.2"
},

@@ -13,0 +12,0 @@ "license": "MIT",

@@ -1,70 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}> & import("@vue/composition-api").Data, {}, {}, {
value: {
required: true;
};
label: (StringConstructor | NumberConstructor)[];
created: BooleanConstructor;
disabled: {
type: BooleanConstructor;
default: boolean;
};
events: {
type: ObjectConstructor;
default: () => {};
};
visible: {
type: BooleanConstructor;
default: boolean;
};
highlightClass: StringConstructor;
}, {
created: boolean;
disabled: boolean;
value: unknown;
visible: boolean;
events: Record<string, any>;
} & {
label?: string | number | undefined;
highlightClass?: string | undefined;
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
created: boolean;
disabled: boolean;
value: unknown;
visible: boolean;
events: Record<string, any>;
} & {
label?: string | number | undefined;
highlightClass?: string | undefined;
}, import("@vue/composition-api").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}>, import("@vue/composition-api").Data, {}, {}, {
created: boolean;
disabled: boolean;
value: unknown;
visible: boolean;
events: Record<string, any>;
} & {
label?: string | number | undefined;
highlightClass?: string | undefined;
}, {
disabled: boolean;
visible: boolean;
events: Record<string, any>;
}, true>);
declare const _sfc_main: any;
export default _sfc_main;
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