@ecan-bi/datav 1.5.24 → 1.5.25
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/dist/index.es.js +10 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.5.
|
|
1
|
+
/*! @ecan-bi/datav@1.5.25 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, withModifiers, toDisplayString, pushScopeId, popScopeId, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, reactive, useCssVars, createSlots, createTextVNode, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -10491,7 +10491,7 @@ function sortList(c) {
|
|
|
10491
10491
|
for (let p = 0; p < d.length - 1; p++)
|
|
10492
10492
|
for (let m = 0; m < d.length - p - 1; m++) {
|
|
10493
10493
|
let g = !1;
|
|
10494
|
-
if ((d[m].sourceTop - d[m + 1].sourceTop >
|
|
10494
|
+
if ((d[m].sourceTop - d[m + 1].sourceTop > 40 || Math.abs(d[m + 1].sourceTop - d[m].sourceTop) <= 40 && d[m].sourceLeft > d[m + 1].sourceLeft) && (g = !0), g) {
|
|
10495
10495
|
const v = d[m];
|
|
10496
10496
|
d[m] = d[m + 1], d[m + 1] = v;
|
|
10497
10497
|
}
|
|
@@ -14027,7 +14027,7 @@ const __default__$4 = defineComponent({
|
|
|
14027
14027
|
for (const Fr in Dr)
|
|
14028
14028
|
Er[Fr] = decodeURIComponent(Dr[Fr]);
|
|
14029
14029
|
const Mr = pn(gr, Er);
|
|
14030
|
-
Mr
|
|
14030
|
+
Mr && ["null", "undefined"].includes(Mr) ? gr = c.variableDefaultValue : gr = Mr;
|
|
14031
14031
|
}
|
|
14032
14032
|
let vr = c.isContentMarkDown && gr && unref(b) !== "design" ? esmEntry(gr) : gr;
|
|
14033
14033
|
if (vr === Sr && (vr = c.variableDefaultValue), vr != null) {
|
|
@@ -14203,15 +14203,15 @@ const __default__$4 = defineComponent({
|
|
|
14203
14203
|
}
|
|
14204
14204
|
}), __injectCSSVars__$4 = () => {
|
|
14205
14205
|
useCssVars((c) => ({
|
|
14206
|
-
"
|
|
14207
|
-
"
|
|
14208
|
-
"
|
|
14209
|
-
|
|
14210
|
-
|
|
14206
|
+
"6e2d394c": c.vFontSize,
|
|
14207
|
+
"0739da36": c.textIndent,
|
|
14208
|
+
"4b8f1086": c.percentageSide,
|
|
14209
|
+
"0dc084f0": c.titleFontColor,
|
|
14210
|
+
"088277ca": c.variableColor
|
|
14211
14211
|
}));
|
|
14212
14212
|
}, __setup__$4 = __default__$4.setup;
|
|
14213
14213
|
__default__$4.setup = __setup__$4 ? (c, u) => (__injectCSSVars__$4(), __setup__$4(c, u)) : __injectCSSVars__$4;
|
|
14214
|
-
const
|
|
14214
|
+
const Text_vue_vue_type_style_index_0_scoped_a6a0d347_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$h = ["innerHTML"], _hoisted_2$8 = ["innerHTML"], _hoisted_3$3 = ["innerHTML"];
|
|
14215
14215
|
function _sfc_render$x(c, u, f, d, p, m) {
|
|
14216
14216
|
const g = resolveComponent("skeleton"), v = resolveComponent("a-tooltip");
|
|
14217
14217
|
return c.loading ? (openBlock(), createElementBlock("div", {
|
|
@@ -14267,7 +14267,7 @@ function _sfc_render$x(c, u, f, d, p, m) {
|
|
|
14267
14267
|
renderSlot(c.$slots, "toolbox", {}, void 0, !0)
|
|
14268
14268
|
], 4));
|
|
14269
14269
|
}
|
|
14270
|
-
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-
|
|
14270
|
+
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-a6a0d347"]]), EcanText = withInstall$1(Text), _sfc_main$s = defineComponent({
|
|
14271
14271
|
name: "EcanScrollText",
|
|
14272
14272
|
setup() {
|
|
14273
14273
|
return {
|