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.6.7 to 2.7.0

src/pc.vue.d.ts

2

index.d.ts

@@ -12,3 +12,3 @@ /**

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

@@ -59,8 +59,7 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

import "@opentiny/vue-theme/option/index.css";
var __vue2_script = defineComponent({
var _sfc_main = defineComponent({
name: $prefix + "Option",
componentName: "Option",
components: {
IconCheck: iconCheck(),
IconCheckedSur: iconCheckedSur()
TinyCheckbox: Checkbox
},

@@ -99,6 +98,5 @@ props: {

});
var render = function render2() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
var _sfc_render = function render() {
var _vm = this, _c = _vm._self._c;
_vm._self._setupProxy;
return _c("li", {

@@ -112,3 +110,3 @@ directives: [{

ref: "option",
staticClass: "tiny-select-dropdown__item",
staticClass: "tiny-option tiny-select-dropdown__item",
class: [{

@@ -129,5 +127,7 @@ selected: _vm.state.itemSelected,

}
}, [_vm.state.select.multiple && !_vm.state.select.state.multipleLimit ? _c("span", [_c("icon-" + _vm.state.selectCls, {
tag: "component",
staticClass: "tiny-svg-size"
}, [_vm.state.select.multiple && !_vm.state.select.state.multipleLimit ? _c("span", [_c("tiny-checkbox", {
attrs: {
"model-value": _vm.state.itemSelected,
"disabled": _vm.disabled || _vm.state.groupDisabled || _vm.state.limitReached
}
})], 1) : _vm._e(), _vm._t("default", function() {

@@ -137,14 +137,6 @@ return [_c("span", [_vm._v(_vm._s(_vm.state.currentLabel))])];

};
var staticRenderFns = [];
var __cssModules = {};
var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null);
function __vue2_injectStyles(context) {
for (var o in __cssModules) {
this[o] = __cssModules[o];
}
}
var Option = /* @__PURE__ */ function() {
return __component__.exports;
}();
var version = "3.7.0";
var _sfc_staticRenderFns = [];
var __component__ = /* @__PURE__ */ normalizeComponent(_sfc_main, _sfc_render, _sfc_staticRenderFns, false, null, null, null, null);
var Option = __component__.exports;
var version = "2.7.0";
Option.install = function(Vue) {

@@ -151,0 +143,0 @@ Vue.component(Option.name, Option);

{
"name": "@opentiny/vue-option",
"version": "2.6.7",
"version": "2.7.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-icon": "~2.6.7"
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-common": "~2.7.0"
},

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

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