st-comp 0.0.36 → 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 +8 -8
- package/lib/bundle.umd.cjs +3 -3
- 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/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
|
}
|