@ecan-bi/datav 1.2.66 → 1.2.67
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 +15 -8
- 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 +1 -1
- package/package.json +1 -1
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +5 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +5 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +5 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +6 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +5 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +6 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +5 -0
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.2.
|
|
1
|
+
/*! @ecan-bi/datav@1.2.67 */
|
|
2
2
|
import { watch as fe, inject as ee, computed as X, unref as z, watchEffect as Io, defineComponent as me, shallowRef as Ln, toRefs as bi, onMounted as Ht, onUnmounted as Tn, h as An, nextTick as kt, createVNode as ne, resolveComponent as re, openBlock as $, createElementBlock as K, createBlock as Ke, renderSlot as sn, withCtx as se, ref as G, normalizeStyle as te, createCommentVNode as He, provide as xt, onBeforeUnmount as To, useCssVars as _n, toDisplayString as Re, Fragment as Ye, renderList as tt, createElementVNode as ge, normalizeClass as Tt, pushScopeId as En, popScopeId as Dn, createTextVNode as ht, resolveDynamicComponent as pi, mergeProps as Oo, toHandlers as _r, withModifiers as Er, reactive as Si, Teleport as wi, withDirectives as Dr, vModelText as Ai, vShow as Ci } from "vue";
|
|
3
3
|
import { throttle as ki, init as Ti, use as Dt, registerMap as cn } from "echarts/core";
|
|
4
4
|
import { addListener as _i, removeListener as Ei } from "resize-detector";
|
|
@@ -9799,7 +9799,8 @@ const af = /* @__PURE__ */ be(nf, [["render", of]]), rf = pe(af), L0 = {
|
|
|
9799
9799
|
legendItemWidth: 25,
|
|
9800
9800
|
legendItemHeight: 14,
|
|
9801
9801
|
legendFormatter: "{name}",
|
|
9802
|
-
legendFontSize: "12px"
|
|
9802
|
+
legendFontSize: "12px",
|
|
9803
|
+
graphicType: "ecanPie"
|
|
9803
9804
|
}, M0 = Se(L0), sf = ["click", "refreshData", "resetRecord"], Qt = async (e) => {
|
|
9804
9805
|
var c;
|
|
9805
9806
|
const n = await lt.post(e, {}, {
|
|
@@ -10411,7 +10412,8 @@ const gf = /* @__PURE__ */ be(hf, [["render", vf]]), xf = pe(gf), P0 = {
|
|
|
10411
10412
|
shadowOffsetX: 0,
|
|
10412
10413
|
legendFontSize: "12px",
|
|
10413
10414
|
xAxisLabelFontSize: "12px",
|
|
10414
|
-
yAxisLabelFontSize: "12px"
|
|
10415
|
+
yAxisLabelFontSize: "12px",
|
|
10416
|
+
graphicType: "ecanLine"
|
|
10415
10417
|
}, N0 = Se(P0), yf = ["click", "refreshData", "resetRecord"];
|
|
10416
10418
|
Dt([
|
|
10417
10419
|
Bt,
|
|
@@ -10953,7 +10955,8 @@ const pf = /* @__PURE__ */ be(mf, [["render", bf]]), Sf = pe(pf), H0 = {
|
|
|
10953
10955
|
legendType: "",
|
|
10954
10956
|
legendFontSize: "12px",
|
|
10955
10957
|
xAxisLabelFontSize: "12px",
|
|
10956
|
-
yAxisLabelFontSize: "12px"
|
|
10958
|
+
yAxisLabelFontSize: "12px",
|
|
10959
|
+
graphicType: "ecanBar"
|
|
10957
10960
|
}, q0 = Se(H0), wf = ["refreshData", "click", "resetRecord"];
|
|
10958
10961
|
Dt([
|
|
10959
10962
|
Bt,
|
|
@@ -11519,7 +11522,8 @@ const Ef = /* @__PURE__ */ be(Af, [["render", _f], ["__scopeId", "data-v-ea70c6d
|
|
|
11519
11522
|
yAxisLabelShow: !0,
|
|
11520
11523
|
yAxisSplitLineType: "solid",
|
|
11521
11524
|
xAxisLabelFontSize: "12px",
|
|
11522
|
-
yAxisLabelFontSize: "12px"
|
|
11525
|
+
yAxisLabelFontSize: "12px",
|
|
11526
|
+
graphicType: "ecanScatter"
|
|
11523
11527
|
}, j0 = Se(G0), Bf = ["click", "refreshData", "resetRecord"];
|
|
11524
11528
|
Dt([
|
|
11525
11529
|
Bt,
|
|
@@ -11811,7 +11815,8 @@ const Of = /* @__PURE__ */ be(Rf, [["render", If]]), Lf = pe(Of), V0 = {
|
|
|
11811
11815
|
width: "400px",
|
|
11812
11816
|
height: "400px",
|
|
11813
11817
|
option: {},
|
|
11814
|
-
optionCode: ""
|
|
11818
|
+
optionCode: "",
|
|
11819
|
+
graphicType: "ecanCustomGraph"
|
|
11815
11820
|
}, U0 = Se(V0), Mf = me({
|
|
11816
11821
|
name: "EcanCustomGraph",
|
|
11817
11822
|
props: {
|
|
@@ -11985,7 +11990,8 @@ const zf = /* @__PURE__ */ be(Mf, [["render", Ff]]), Pf = pe(zf), W0 = {
|
|
|
11985
11990
|
shadowOffsetX: 0,
|
|
11986
11991
|
legendFontSize: "12px",
|
|
11987
11992
|
xAxisLabelFontSize: "12px",
|
|
11988
|
-
yAxisLabelFontSize: "12px"
|
|
11993
|
+
yAxisLabelFontSize: "12px",
|
|
11994
|
+
graphicType: "ecanComboGraph"
|
|
11989
11995
|
}, $0 = Se(W0), Nf = ["refreshData", "click", "resetRecord"];
|
|
11990
11996
|
Dt([
|
|
11991
11997
|
Bt,
|
|
@@ -12571,7 +12577,8 @@ const Uf = /* @__PURE__ */ be(Hf, [["render", Vf], ["__scopeId", "data-v-37c8d55
|
|
|
12571
12577
|
labelOverflow: "none",
|
|
12572
12578
|
axisNameColor: "",
|
|
12573
12579
|
legendFontSize: "12px",
|
|
12574
|
-
graphicConfig: {}
|
|
12580
|
+
graphicConfig: {},
|
|
12581
|
+
graphicType: "ecanRadar"
|
|
12575
12582
|
}, Y0 = Se(Z0), $f = ["refreshData", "click", "resetRecord"];
|
|
12576
12583
|
Dt([
|
|
12577
12584
|
Bt,
|