@ecan-bi/datav 1.4.62 → 1.4.63
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 +9 -9
- 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.63 */
|
|
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";
|
|
@@ -11518,7 +11518,7 @@ const __default__$4 = defineComponent({
|
|
|
11518
11518
|
...textComponentProps
|
|
11519
11519
|
},
|
|
11520
11520
|
setup(c, { expose: u }) {
|
|
11521
|
-
const f = ref(!1), d = usePickComponentStyle(c), p = ref({}), m = computed(() => c.variableFontSize || "14px"), v = computed(() => "-" + unref(m)), g = ref(), y = ref(), b = ref(!
|
|
11521
|
+
const f = ref(!1), d = usePickComponentStyle(c), p = ref({}), m = computed(() => c.variableFontSize || "14px"), v = computed(() => "-" + unref(m)), g = ref(), y = ref(), b = ref(!0), { pageMode: w, getGlobalVar: Bn } = inject(GLOBAL_CONFIG, {
|
|
11522
11522
|
pageMode: "normal",
|
|
11523
11523
|
// @ts-ignore
|
|
11524
11524
|
// eslint-disable-next-line no-void
|
|
@@ -11883,15 +11883,15 @@ const __default__$4 = defineComponent({
|
|
|
11883
11883
|
}
|
|
11884
11884
|
}), __injectCSSVars__$4 = () => {
|
|
11885
11885
|
useCssVars((c) => ({
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
"
|
|
11889
|
-
"
|
|
11890
|
-
"
|
|
11886
|
+
"55186bf6": c.vFontSize,
|
|
11887
|
+
fdb4fccc: c.textIndent,
|
|
11888
|
+
"460a83f2": c.percentageSide,
|
|
11889
|
+
"64f1c9bd": c.titleFontColor,
|
|
11890
|
+
"5a0fdd46": c.variableColor
|
|
11891
11891
|
}));
|
|
11892
11892
|
}, __setup__$4 = __default__$4.setup;
|
|
11893
11893
|
__default__$4.setup = __setup__$4 ? (c, u) => (__injectCSSVars__$4(), __setup__$4(c, u)) : __injectCSSVars__$4;
|
|
11894
|
-
const
|
|
11894
|
+
const Text_vue_vue_type_style_index_0_scoped_2a8d73e9_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$f = ["innerHTML"], _hoisted_2$7 = ["innerHTML"], _hoisted_3$3 = ["innerHTML"];
|
|
11895
11895
|
function _sfc_render$x(c, u, f, d, p, m) {
|
|
11896
11896
|
const v = resolveComponent("skeleton"), g = resolveComponent("a-tooltip");
|
|
11897
11897
|
return c.loading ? (openBlock(), createElementBlock("div", {
|
|
@@ -11946,7 +11946,7 @@ function _sfc_render$x(c, u, f, d, p, m) {
|
|
|
11946
11946
|
}, null, 14, _hoisted_3$3))
|
|
11947
11947
|
], 4));
|
|
11948
11948
|
}
|
|
11949
|
-
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-
|
|
11949
|
+
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$x], ["__scopeId", "data-v-2a8d73e9"]]), EcanText = withInstall$1(Text), _sfc_main$s = defineComponent({
|
|
11950
11950
|
name: "EcanScrollText",
|
|
11951
11951
|
setup() {
|
|
11952
11952
|
return {
|