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 3.12.0 to 3.13.0

17

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 { resolveComponent, withDirectives, openBlock, createElementBlock, withModifiers, normalizeClass, createVNode, createCommentVNode, renderSlot, createElementVNode, toDisplayString, vShow } from "vue";
import { resolveComponent, withDirectives, openBlock, createElementBlock, withModifiers, normalizeClass, createVNode, createCommentVNode, createBlock, resolveDynamicComponent, renderSlot, createElementVNode, toDisplayString, vShow } from "vue";
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) {

@@ -81,3 +81,4 @@ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];

default: false
}
},
icon: Object
},

@@ -98,2 +99,5 @@ setup: function setup(props, context) {

};
var _hoisted_2 = {
class: "tiny-option__label"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {

@@ -123,6 +127,9 @@ var _component_tiny_checkbox = resolveComponent("tiny-checkbox");

disabled: _ctx.disabled || _ctx.state.groupDisabled || _ctx.state.limitReached
}, null, 8, ["model-value", "disabled"])])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default", {}, function() {
}, null, 8, ["model-value", "disabled"])])) : createCommentVNode("v-if", true), _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
key: 1,
class: "tiny-option__icon"
})) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default", {}, function() {
return [createElementVNode(
"span",
null,
_hoisted_2,
toDisplayString(_ctx.state.currentLabel),

@@ -138,3 +145,3 @@ 1

var Option = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.12.0";
var version = "3.13.0";
Option.install = function(Vue) {

@@ -141,0 +148,0 @@ Vue.component(Option.name, Option);

{
"name": "@opentiny/vue-option",
"version": "3.12.0",
"version": "3.13.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-common": "~3.12.0"
"@opentiny/vue-renderless": "~3.13.0",
"@opentiny/vue-common": "~3.13.0"
},

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -24,2 +24,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{

};
icon: ObjectConstructor;
}, {

@@ -33,3 +34,2 @@ t: (this: any, path: any, options?: any) => any;

gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, 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<{

@@ -58,2 +58,3 @@ value: {

};
icon: ObjectConstructor;
}>>, {

@@ -60,0 +61,0 @@ required: boolean;

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