@ecan-bi/datav 1.3.82 → 1.3.83
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 -13
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- 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.3.
|
|
1
|
+
/*! @ecan-bi/datav@1.3.83 */
|
|
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";
|
|
@@ -9565,13 +9565,9 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _s
|
|
|
9565
9565
|
N();
|
|
9566
9566
|
break;
|
|
9567
9567
|
case "request": {
|
|
9568
|
-
const { openCustomRequestData: S, customRequestName: F
|
|
9569
|
-
S || S === void 0 ? _() : C(F, (
|
|
9570
|
-
|
|
9571
|
-
[T]: O.rowsToData[T]
|
|
9572
|
-
}) : l({
|
|
9573
|
-
[T]: O[T]
|
|
9574
|
-
}));
|
|
9568
|
+
const { openCustomRequestData: S, customRequestName: F } = e;
|
|
9569
|
+
S || S === void 0 ? _() : C(F, (T) => {
|
|
9570
|
+
console.log("data", T), T && (T.rowsToData ? l(T.rowsToData) : l(T));
|
|
9575
9571
|
});
|
|
9576
9572
|
break;
|
|
9577
9573
|
}
|
|
@@ -9622,13 +9618,13 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _s
|
|
|
9622
9618
|
}
|
|
9623
9619
|
}), __injectCSSVars__$4 = () => {
|
|
9624
9620
|
useCssVars((e) => ({
|
|
9625
|
-
"
|
|
9626
|
-
"
|
|
9627
|
-
"
|
|
9621
|
+
"5b5feb9b": e.vFontSize,
|
|
9622
|
+
"8e84da78": e.textIndent,
|
|
9623
|
+
"38fc1fc8": e.percentageSide
|
|
9628
9624
|
}));
|
|
9629
9625
|
}, __setup__$4 = __default__$4.setup;
|
|
9630
9626
|
__default__$4.setup = __setup__$4 ? (e, r) => (__injectCSSVars__$4(), __setup__$4(e, r)) : __injectCSSVars__$4;
|
|
9631
|
-
const
|
|
9627
|
+
const Text_vue_vue_type_style_index_0_scoped_09b573eb_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$f = ["innerHTML"];
|
|
9632
9628
|
function _sfc_render$v(e, r, n, i, a, o) {
|
|
9633
9629
|
const s = resolveComponent("skeleton");
|
|
9634
9630
|
return e.loading ? (openBlock(), createElementBlock("div", {
|
|
@@ -9649,7 +9645,7 @@ function _sfc_render$v(e, r, n, i, a, o) {
|
|
|
9649
9645
|
onClick: r[0] || (r[0] = (...l) => e.click && e.click(...l))
|
|
9650
9646
|
}, null, 14, _hoisted_1$f));
|
|
9651
9647
|
}
|
|
9652
|
-
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$v], ["__scopeId", "data-v-
|
|
9648
|
+
const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$v], ["__scopeId", "data-v-09b573eb"]]), EcanText = withInstall$1(Text), _sfc_main$q = defineComponent({
|
|
9653
9649
|
name: "EcanScrollText",
|
|
9654
9650
|
setup() {
|
|
9655
9651
|
return {
|