@opentiny/vue-option
Advanced tools
Comparing version 3.12.0 to 3.13.0
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; |
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
9036
226
+ Added@opentiny/vue-common@3.13.1(transitive)
+ Added@opentiny/vue-locale@3.13.0(transitive)
+ Added@opentiny/vue-renderless@3.13.2(transitive)
+ Added@opentiny/vue-theme@3.13.3(transitive)
+ Added@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@opentiny/vue-common@3.12.0(transitive)
- Removed@opentiny/vue-locale@3.12.0(transitive)
- Removed@opentiny/vue-renderless@3.12.1(transitive)
- Removed@opentiny/vue-theme@3.12.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.12.0(transitive)
Updated@opentiny/vue-common@~3.13.0