@ecan-bi/datav 1.4.30 → 1.4.31
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 +7 -7
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- 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.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.31 */
|
|
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, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, reactive, vModelText, getCurrentInstance, onDeactivated, isRef, onActivated, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -10093,7 +10093,7 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _s
|
|
|
10093
10093
|
}), pn = ref(1), vn = computed(() => {
|
|
10094
10094
|
var sr;
|
|
10095
10095
|
if (unref(f))
|
|
10096
|
-
return c.variableDefaultValue
|
|
10096
|
+
return `<span style="color:${c.variableColor};font-size:${unref(m)};${unref(Pn)}">${c.variableDefaultValue}</span>`;
|
|
10097
10097
|
if (!pn.value)
|
|
10098
10098
|
return;
|
|
10099
10099
|
const Fn = unref(p), Zn = c.increaseColor || c.color, Qn = c.declineColor || c.color;
|
|
@@ -10322,13 +10322,13 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["render", _s
|
|
|
10322
10322
|
}
|
|
10323
10323
|
}), __injectCSSVars__$4 = () => {
|
|
10324
10324
|
useCssVars((c) => ({
|
|
10325
|
-
"
|
|
10326
|
-
|
|
10327
|
-
"
|
|
10325
|
+
"38a45d5f": c.vFontSize,
|
|
10326
|
+
f7f14d00: c.textIndent,
|
|
10327
|
+
"5a5c0e50": c.percentageSide
|
|
10328
10328
|
}));
|
|
10329
10329
|
}, __setup__$4 = __default__$4.setup;
|
|
10330
10330
|
__default__$4.setup = __setup__$4 ? (c, u) => (__injectCSSVars__$4(), __setup__$4(c, u)) : __injectCSSVars__$4;
|
|
10331
|
-
const
|
|
10331
|
+
const Text_vue_vue_type_style_index_0_scoped_da7526c5_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$f = ["innerHTML"];
|
|
10332
10332
|
function _sfc_render$x(c, u, f, d, p, m) {
|
|
10333
10333
|
const v = resolveComponent("skeleton");
|
|
10334
10334
|
return c.loading ? (openBlock(), createElementBlock("div", {
|
|
@@ -10349,7 +10349,7 @@ function _sfc_render$x(c, u, f, d, p, m) {
|
|
|
10349
10349
|
onClick: u[0] || (u[0] = (...g) => c.click && c.click(...g))
|
|
10350
10350
|
}, null, 14, _hoisted_1$f));
|
|
10351
10351
|
}
|
|
10352
|
-
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-
|
|
10352
|
+
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-da7526c5"]]), EcanText = withInstall$1(Text), _sfc_main$s = defineComponent({
|
|
10353
10353
|
name: "EcanScrollText",
|
|
10354
10354
|
setup() {
|
|
10355
10355
|
return {
|