weiling-tag-vue3
Advanced tools
Comparing version 0.0.248 to 0.0.249
@@ -723,3 +723,3 @@ import { defineComponent, ref, computed, watch, openBlock, createElementBlock, normalizeClass, unref, createCommentVNode, createElementVNode, normalizeStyle, watchEffect, createBlock, mergeProps, withCtx, renderSlot, withDirectives, createVNode, vShow, createTextVNode, toDisplayString, onMounted, Fragment, renderList, pushScopeId, popScopeId } from "vue"; | ||
}; | ||
const _withScopeId = (n) => (pushScopeId("data-v-4b67b746"), n = n(), popScopeId(), n); | ||
const _withScopeId = (n) => (pushScopeId("data-v-4cd4faf2"), n = n(), popScopeId(), n); | ||
const _hoisted_1 = { class: "dialog-title" }; | ||
@@ -766,3 +766,4 @@ const _hoisted_2 = { class: "tag-icon" }; | ||
round: "", | ||
onClose | ||
onClose, | ||
style: { "height": "auto" } | ||
}, { | ||
@@ -823,3 +824,3 @@ default: withCtx(() => [ | ||
}); | ||
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b67b746"]]); | ||
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4cd4faf2"]]); | ||
Comp.install = (app) => { | ||
@@ -826,0 +827,0 @@ app.component(Comp.name, Comp); |
@@ -51,3 +51,3 @@ import { defineComponent, computed, onMounted, openBlock, createElementBlock, normalizeStyle, unref, toDisplayString, ref, watchEffect, createBlock, withCtx, createVNode, createElementVNode, Fragment, renderList, createCommentVNode, pushScopeId, popScopeId } from "vue"; | ||
var index_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
const _withScopeId = (n) => (pushScopeId("data-v-4b67b746"), n = n(), popScopeId(), n); | ||
const _withScopeId = (n) => (pushScopeId("data-v-4cd4faf2"), n = n(), popScopeId(), n); | ||
const _hoisted_1 = { class: "dialog-title" }; | ||
@@ -94,3 +94,4 @@ const _hoisted_2 = { class: "tag-icon" }; | ||
round: "", | ||
onClose | ||
onClose, | ||
style: { "height": "auto" } | ||
}, { | ||
@@ -151,3 +152,3 @@ default: withCtx(() => [ | ||
}); | ||
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b67b746"]]); | ||
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4cd4faf2"]]); | ||
export { Comp as default }; |
@@ -148,3 +148,3 @@ import { defineComponent, ref, computed, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, createVNode, createCommentVNode, watchEffect, createBlock, withCtx, withModifiers } from "vue"; | ||
}); | ||
var TagGroupList = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-4b533549"]]); | ||
var TagGroupList = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-70233f83"]]); | ||
var index_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
@@ -321,3 +321,3 @@ const _hoisted_1 = { class: "more-tag" }; | ||
}); | ||
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4c01573c"]]); | ||
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6e944b6e"]]); | ||
export { index as default }; |
{ | ||
"name": "weiling-tag-vue3", | ||
"version": "0.0.248", | ||
"version": "0.0.249", | ||
"module": "lib/weiling-tag.es.js", | ||
@@ -15,5 +15,5 @@ "main": "lib/weiling-tag.umd.js", | ||
"lodash": "^4.17.21", | ||
"vant": "^3.5.2", | ||
"vue": "^3.2.25", | ||
"vue-router": "^4.1.3", | ||
"vant": "3.5.2", | ||
"vue": "3.2.37", | ||
"vue-router": "4.1.5", | ||
"weiling-mobile-ui-vue3": "0.0.242" | ||
@@ -20,0 +20,0 @@ }, |
@@ -77,3 +77,3 @@ import path from "path"; | ||
const rollupOptions = { | ||
external: ["vue", "vant", "vue-router", "vuedraggable", "dayjs", "qs"], | ||
external: ["vue", "vant", "vue-router", "dayjs", "qs", "@wltech/svg", "lodash"], | ||
output: { | ||
@@ -80,0 +80,0 @@ exports: "named", |
@@ -16,3 +16,11 @@ import { defineConfig } from "vite"; | ||
// 确保外部化处理那些你不想打包进库的依赖 | ||
external: ["vue", "vant", "vue-router", "vuedraggable", "dayjs", "qs", "@wltech/svg"], | ||
external: [ | ||
"vue", | ||
"vant", | ||
"vue-router", | ||
"dayjs", | ||
"qs", | ||
"@wltech/svg", | ||
"lodash", | ||
], | ||
output: { | ||
@@ -19,0 +27,0 @@ // 在 UMD 构建模式下为这些外部化的依赖提供一个全局变量 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
786178
15943
+ Added@vue/compiler-core@3.2.37(transitive)
+ Added@vue/compiler-dom@3.2.37(transitive)
+ Added@vue/compiler-sfc@3.2.37(transitive)
+ Added@vue/compiler-ssr@3.2.37(transitive)
+ Added@vue/reactivity@3.2.37(transitive)
+ Added@vue/reactivity-transform@3.2.37(transitive)
+ Added@vue/runtime-core@3.2.37(transitive)
+ Added@vue/runtime-dom@3.2.37(transitive)
+ Added@vue/server-renderer@3.2.37(transitive)
+ Added@vue/shared@3.2.37(transitive)
+ Addedcsstype@2.6.21(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedvant@3.5.2(transitive)
+ Addedvue@3.2.37(transitive)
+ Addedvue-router@4.1.5(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@vue/compiler-core@3.5.13(transitive)
- Removed@vue/compiler-dom@3.5.13(transitive)
- Removed@vue/compiler-sfc@3.5.13(transitive)
- Removed@vue/compiler-ssr@3.5.13(transitive)
- Removed@vue/reactivity@3.5.13(transitive)
- Removed@vue/runtime-core@3.5.13(transitive)
- Removed@vue/runtime-dom@3.5.13(transitive)
- Removed@vue/server-renderer@3.5.13(transitive)
- Removed@vue/shared@3.5.13(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedentities@4.5.0(transitive)
- Removedmagic-string@0.30.17(transitive)
- Removedvant@3.6.16(transitive)
- Removedvue@3.5.13(transitive)
- Removedvue-router@4.5.0(transitive)
Updatedvant@3.5.2
Updatedvue@3.2.37
Updatedvue-router@4.1.5