st-comp 0.0.35 → 0.0.37
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/lib/bundle.js +12 -11
- package/lib/bundle.umd.cjs +4 -4
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/Map/index.vue +3 -3
- package/packages/Pie/index.vue +3 -3
- package/packages/TreeMap/index.vue +3 -2
package/lib/bundle.js
CHANGED
|
@@ -121415,10 +121415,10 @@ const p81 = /* @__PURE__ */ A3(f81, [["__scopeId", "data-v-88fd5500"]]), d81 = {
|
|
|
121415
121415
|
outOfRange: {
|
|
121416
121416
|
color: j
|
|
121417
121417
|
},
|
|
121418
|
-
itemWidth:
|
|
121419
|
-
itemHeight:
|
|
121418
|
+
itemWidth: 28,
|
|
121419
|
+
itemHeight: 18,
|
|
121420
121420
|
textStyle: {
|
|
121421
|
-
fontSize:
|
|
121421
|
+
fontSize: 12,
|
|
121422
121422
|
color: q
|
|
121423
121423
|
}
|
|
121424
121424
|
},
|
|
@@ -121472,7 +121472,7 @@ const p81 = /* @__PURE__ */ A3(f81, [["__scopeId", "data-v-88fd5500"]]), d81 = {
|
|
|
121472
121472
|
}, null, 512));
|
|
121473
121473
|
}
|
|
121474
121474
|
});
|
|
121475
|
-
const y81 = /* @__PURE__ */ A3(v81, [["__scopeId", "data-v-
|
|
121475
|
+
const y81 = /* @__PURE__ */ A3(v81, [["__scopeId", "data-v-eace9961"]]), b81 = {
|
|
121476
121476
|
install(e) {
|
|
121477
121477
|
e.component("st-map", y81);
|
|
121478
121478
|
}
|
|
@@ -137667,10 +137667,10 @@ const D81 = /* @__PURE__ */ _e({
|
|
|
137667
137667
|
orient: "vertical",
|
|
137668
137668
|
right: 0,
|
|
137669
137669
|
bottom: 0,
|
|
137670
|
-
itemWidth:
|
|
137671
|
-
itemHeight:
|
|
137670
|
+
itemWidth: 28,
|
|
137671
|
+
itemHeight: 18,
|
|
137672
137672
|
textStyle: {
|
|
137673
|
-
fontSize:
|
|
137673
|
+
fontSize: 12,
|
|
137674
137674
|
color: $.value.legendColor
|
|
137675
137675
|
},
|
|
137676
137676
|
inactiveColor: $.value.inactiveColor,
|
|
@@ -137722,7 +137722,7 @@ ${r1.label || r1.value}(${typeof r1.percent == "number" ? r1.percent : x(n(y(r1.
|
|
|
137722
137722
|
}, null, 512));
|
|
137723
137723
|
}
|
|
137724
137724
|
});
|
|
137725
|
-
const _81 = /* @__PURE__ */ A3(D81, [["__scopeId", "data-v-
|
|
137725
|
+
const _81 = /* @__PURE__ */ A3(D81, [["__scopeId", "data-v-964eca86"]]), M81 = {
|
|
137726
137726
|
install(e) {
|
|
137727
137727
|
e.component("st-pie", _81);
|
|
137728
137728
|
}
|
|
@@ -137939,7 +137939,8 @@ const kx = /* @__PURE__ */ _e({
|
|
|
137939
137939
|
},
|
|
137940
137940
|
setup(e, { expose: i }) {
|
|
137941
137941
|
const n = {
|
|
137942
|
-
tooltipFormatter: null
|
|
137942
|
+
tooltipFormatter: null,
|
|
137943
|
+
visibleMin: 300
|
|
137943
137944
|
};
|
|
137944
137945
|
let y, x;
|
|
137945
137946
|
const w = e, E = I1(), S = b1(() => ({ ...n, ...w.config }));
|
|
@@ -137974,7 +137975,7 @@ const kx = /* @__PURE__ */ _e({
|
|
|
137974
137975
|
type: "treemap",
|
|
137975
137976
|
width: "100%",
|
|
137976
137977
|
height: "100%",
|
|
137977
|
-
visibleMin:
|
|
137978
|
+
visibleMin: S.value.visibleMin,
|
|
137978
137979
|
breadcrumb: {
|
|
137979
137980
|
show: !1
|
|
137980
137981
|
},
|
|
@@ -138071,7 +138072,7 @@ ${F.data.colorValue}`
|
|
|
138071
138072
|
}, null, 512));
|
|
138072
138073
|
}
|
|
138073
138074
|
});
|
|
138074
|
-
const I81 = /* @__PURE__ */ A3(T81, [["__scopeId", "data-v-
|
|
138075
|
+
const I81 = /* @__PURE__ */ A3(T81, [["__scopeId", "data-v-f3c138ba"]]), O81 = {
|
|
138075
138076
|
install(e) {
|
|
138076
138077
|
e.component("st-treeMap", I81);
|
|
138077
138078
|
}
|