st-comp 0.0.35 → 0.0.36
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 +4 -3
- package/lib/bundle.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/TreeMap/index.vue +3 -2
package/lib/bundle.js
CHANGED
|
@@ -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
|
}
|