@ecan-bi/datav 1.4.73 → 1.4.74
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 -5
- 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.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.74 */
|
|
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, reactive, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, 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";
|
|
@@ -12663,7 +12663,7 @@ const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$
|
|
|
12663
12663
|
} catch (Hn) {
|
|
12664
12664
|
console.error(Hn);
|
|
12665
12665
|
}
|
|
12666
|
-
typeof +Qn == "number" && !isNaN(+Qn) ? (Qn = +Qn * 100, c.decimalFormat && (Qn = Qn.toFixed(2))) : typeof Qn != "string" && (Qn = qn), zn = zn.replace(Xn, `<span style="color: ${c.variableColor};">${Qn + ""}</span>`);
|
|
12666
|
+
typeof +Qn == "number" && !isNaN(+Qn) ? (Qn = +Qn * 100, c.decimalFormat && (Qn = Qn.toFixed(2))) : typeof Qn != "string" && (Qn = qn), Qn === "percent" && (Qn = qn), zn = zn.replace(Xn, `<span style="color: ${c.variableColor};">${Qn + ""}</span>`);
|
|
12667
12667
|
}
|
|
12668
12668
|
return zn = zn == null ? void 0 : zn.replace(/\n|\\n/g, "<br/>"), unref(f) ? "NaN" : zn;
|
|
12669
12669
|
}), b = useRequestData(c), w = ref(!1), Bn = async () => {
|
|
@@ -12753,7 +12753,7 @@ const List = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["render", _sfc_render$
|
|
|
12753
12753
|
customStrokeColor: Pn
|
|
12754
12754
|
};
|
|
12755
12755
|
}
|
|
12756
|
-
}),
|
|
12756
|
+
}), Proportion_vue_vue_type_style_index_0_scoped_b6f58928_lang = "", _hoisted_1$c = ["innerHTML"];
|
|
12757
12757
|
function _sfc_render$t(c, u, f, d, p, m) {
|
|
12758
12758
|
const g = resolveComponent("skeleton"), v = resolveComponent("a-progress");
|
|
12759
12759
|
return openBlock(), createElementBlock("div", {
|
|
@@ -12798,7 +12798,7 @@ function _sfc_render$t(c, u, f, d, p, m) {
|
|
|
12798
12798
|
}, 8, ["class", "percent", "width", "type", "strokeColor", "strokeLinecap", "trailColor", "strokeWidth", "showInfo", "gapDegree", "onClick"])
|
|
12799
12799
|
], 4);
|
|
12800
12800
|
}
|
|
12801
|
-
const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$t], ["__scopeId", "data-v-
|
|
12801
|
+
const Proportion = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["render", _sfc_render$t], ["__scopeId", "data-v-b6f58928"]]), EcanProportion = withInstall$1(Proportion), counterProps = {
|
|
12802
12802
|
...props,
|
|
12803
12803
|
name: "计数器",
|
|
12804
12804
|
type: "ecanCounter",
|
|
@@ -13742,7 +13742,9 @@ const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sf
|
|
|
13742
13742
|
blank: "_blank"
|
|
13743
13743
|
}[y];
|
|
13744
13744
|
});
|
|
13745
|
-
return {
|
|
13745
|
+
return useOnEvent(c, {
|
|
13746
|
+
click: d
|
|
13747
|
+
}), {
|
|
13746
13748
|
style: u,
|
|
13747
13749
|
click: d,
|
|
13748
13750
|
myText: m,
|