st-comp 0.0.34 → 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 +6 -4
- package/lib/bundle.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/TreeMap/index.vue +4 -3
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
|
},
|
|
@@ -138055,7 +138056,8 @@ ${F.data.colorValue}`
|
|
|
138055
138056
|
}))
|
|
138056
138057
|
}
|
|
138057
138058
|
]
|
|
138058
|
-
}
|
|
138059
|
+
},
|
|
138060
|
+
!0
|
|
138059
138061
|
);
|
|
138060
138062
|
};
|
|
138061
138063
|
return i({
|
|
@@ -138070,7 +138072,7 @@ ${F.data.colorValue}`
|
|
|
138070
138072
|
}, null, 512));
|
|
138071
138073
|
}
|
|
138072
138074
|
});
|
|
138073
|
-
const I81 = /* @__PURE__ */ A3(T81, [["__scopeId", "data-v-
|
|
138075
|
+
const I81 = /* @__PURE__ */ A3(T81, [["__scopeId", "data-v-f3c138ba"]]), O81 = {
|
|
138074
138076
|
install(e) {
|
|
138075
138077
|
e.component("st-treeMap", I81);
|
|
138076
138078
|
}
|