@opentinyvue/vue-runtime 3.30.0 → 3.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist2/tailwind.css +191 -123
- package/dist2/tiny-vue-all.mjs +24352 -23580
- package/dist2/tiny-vue-common.mjs +232 -218
- package/dist2/tiny-vue-directive.mjs +18 -4
- package/dist2/tiny-vue-huicharts.mjs +1237 -1237
- package/dist2/tiny-vue-icon-saas.mjs +2 -2
- package/dist2/tiny-vue-icon.mjs +562 -539
- package/dist2/tiny-vue-locale.mjs +32 -32
- package/dist2/tiny-vue-mobile-first.mjs +16268 -15879
- package/dist2/tiny-vue-pc.mjs +23778 -22572
- package/dist2/tiny-vue-saas-common.mjs +176 -162
- package/dist2/tiny-vue-simple.mjs +16480 -15284
- package/dist3/tailwind.css +191 -123
- package/dist3/tiny-vue-all.mjs +22749 -21932
- package/dist3/tiny-vue-common.mjs +1 -1
- package/dist3/tiny-vue-directive.mjs +18 -4
- package/dist3/tiny-vue-huicharts.mjs +1193 -1193
- package/dist3/tiny-vue-icon-saas.mjs +10106 -10097
- package/dist3/tiny-vue-icon.mjs +2795 -2748
- package/dist3/tiny-vue-locale.mjs +33 -33
- package/dist3/tiny-vue-mobile-first.mjs +17553 -17135
- package/dist3/tiny-vue-pc.mjs +26003 -24783
- package/dist3/tiny-vue-saas-common.mjs +2 -2
- package/dist3/tiny-vue-simple.mjs +16684 -15474
- package/package.json +1 -1
|
@@ -2338,7 +2338,7 @@ var Ji = ["IconLoadingShadow", "IconNoData"], tr = 0, rr = function(t, r) {
|
|
|
2338
2338
|
return r.indexOf(n.$el) - r.indexOf(i.$el);
|
|
2339
2339
|
});
|
|
2340
2340
|
};
|
|
2341
|
-
const _a = "3.
|
|
2341
|
+
const _a = "3.31.0";
|
|
2342
2342
|
var xa = ra($($({}, v), {}, {
|
|
2343
2343
|
isVue2: er
|
|
2344
2344
|
})), Aa = na($($({}, v), {}, {
|
|
@@ -2795,7 +2795,14 @@ const Ut = /* @__PURE__ */ it({
|
|
|
2795
2795
|
if (i && (!ze.Comment || i[0].type !== ze.Comment))
|
|
2796
2796
|
return i;
|
|
2797
2797
|
let a;
|
|
2798
|
-
|
|
2798
|
+
if (o.renderContent)
|
|
2799
|
+
try {
|
|
2800
|
+
a = o.renderContent(U, o.content);
|
|
2801
|
+
} catch (s) {
|
|
2802
|
+
console.warn("[TINY Error] renderContent catch error:", s), a = o.content || null;
|
|
2803
|
+
}
|
|
2804
|
+
else o.pre ? a = o.content ? U("pre", o.content) : null : a = o.content;
|
|
2805
|
+
return a;
|
|
2799
2806
|
};
|
|
2800
2807
|
if (!Object.prototype.hasOwnProperty.call(this, "popperVM")) {
|
|
2801
2808
|
const o = {
|
|
@@ -3024,9 +3031,16 @@ const ea = /* @__PURE__ */ it({
|
|
|
3024
3031
|
if (s)
|
|
3025
3032
|
return s;
|
|
3026
3033
|
let l;
|
|
3027
|
-
|
|
3034
|
+
if (a.renderContent)
|
|
3035
|
+
try {
|
|
3036
|
+
l = a.renderContent(U, a.content);
|
|
3037
|
+
} catch (u) {
|
|
3038
|
+
console.warn("[TINY Error] renderContent catch error:", u), l = a.content || null;
|
|
3039
|
+
}
|
|
3040
|
+
else a.pre ? l = a.content ? U("pre", {
|
|
3028
3041
|
class: "tiny-tooltip-text-pre whitespace-pre-wrap"
|
|
3029
|
-
}, a.content) : null : l = a.content
|
|
3042
|
+
}, a.content) : null : l = a.content;
|
|
3043
|
+
return l;
|
|
3030
3044
|
};
|
|
3031
3045
|
if (!Object.hasOwnProperty.call(this, "popperVM")) {
|
|
3032
3046
|
const a = {
|
|
@@ -3258,7 +3272,7 @@ const Q = it({
|
|
|
3258
3272
|
template: ta
|
|
3259
3273
|
});
|
|
3260
3274
|
}
|
|
3261
|
-
}), na = "3.
|
|
3275
|
+
}), na = "3.31.0";
|
|
3262
3276
|
Q.model = {
|
|
3263
3277
|
prop: "modelValue",
|
|
3264
3278
|
event: "update:modelValue"
|