@a2simcode/ui 0.0.313 → 0.0.315
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/simcode-ui.es.js +2 -2
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -78,7 +78,7 @@ var Dt = (e) => !!(e == null || typeof e == "string" && e.trim() === "" || Array
|
|
|
78
78
|
const o = t.icon, i = "jcode";
|
|
79
79
|
if (o.indexOf(":") === -1)
|
|
80
80
|
return Va(`${i}:${t.icon}`) == null, `${i}:${t.icon}`;
|
|
81
|
-
const r = `${i}
|
|
81
|
+
const r = `${i}:${o.split(":")[1]}`;
|
|
82
82
|
return Va(r) != null ? r : o;
|
|
83
83
|
}), a = H(() => ({
|
|
84
84
|
size: t.size,
|
|
@@ -11735,7 +11735,7 @@ var og = /* @__PURE__ */ xe({
|
|
|
11735
11735
|
p += w, (g === y && p <= l.value || g < y && p + 56 <= l.value) && h.push(C);
|
|
11736
11736
|
}), h.length < n.menuList.length && h.push({
|
|
11737
11737
|
value: "moreId",
|
|
11738
|
-
icon: "more-
|
|
11738
|
+
icon: "mdi:more-horiz",
|
|
11739
11739
|
label: "",
|
|
11740
11740
|
hasChildren: !0,
|
|
11741
11741
|
indent: 0,
|