@maxtropy/v-components 0.0.1-beta.0 → 0.0.1-beta.2

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/README.md CHANGED
@@ -19,6 +19,7 @@ import '@maxtropy/v-components/dist/style.css';
19
19
  createApp(App).use(MaxtropyUI).mount('#app');
20
20
  ```
21
21
 
22
- ## 3、先行版本
22
+ ## 3、当前版本
23
23
 
24
- 0.0.1-beta.0
24
+ 测试 0.0.1-beta.1
25
+ 稳定版本
@@ -9022,7 +9022,7 @@ const Sy = /* @__PURE__ */ Io(Ty, [["__scopeId", "data-v-413924a7"]]), uo = /* @
9022
9022
  {
9023
9023
  immediate: !0
9024
9024
  }
9025
- ), (I, K) => c(s) ? W("", !0) : (y(), k("div", {
9025
+ ), (I, K) => !c(s) && c(m) ? (y(), k("div", {
9026
9026
  key: 0,
9027
9027
  class: D(["side-menu", n == null ? void 0 : n.customClass])
9028
9028
  }, [
@@ -9080,7 +9080,7 @@ const Sy = /* @__PURE__ */ Io(Ty, [["__scopeId", "data-v-413924a7"]]), uo = /* @
9080
9080
  modelValue: a.value,
9081
9081
  "onUpdate:modelValue": K[0] || (K[0] = (B) => a.value = B)
9082
9082
  }, null, 8, ["modelValue"]))
9083
- ], 2));
9083
+ ], 2)) : W("", !0);
9084
9084
  }
9085
9085
  });
9086
9086
  uo.install = (e) => {
@@ -9184,13 +9184,13 @@ const Ny = /* @__PURE__ */ Io(Uy, [["render", Vy]]), jy = { class: "avatar-wrapp
9184
9184
  })
9185
9185
  ]),
9186
9186
  default: x(() => {
9187
- var l, u, p;
9187
+ var l, u, p, f;
9188
9188
  return [
9189
9189
  P("div", jy, [
9190
9190
  P("div", Zy, [
9191
9191
  (l = n.value) != null && l.headPic ? (y(), k("img", {
9192
9192
  key: 0,
9193
- src: (u = n.value) == null ? void 0 : u.headPic
9193
+ src: (p = (u = n.value) == null ? void 0 : u.headPic) == null ? void 0 : p.replace("-internal", "")
9194
9194
  }, null, 8, Wy)) : (y(), k("div", Gy, [
9195
9195
  G(c(Ie), {
9196
9196
  size: 18,
@@ -9203,7 +9203,7 @@ const Ny = /* @__PURE__ */ Io(Uy, [["render", Vy]]), jy = { class: "avatar-wrapp
9203
9203
  })
9204
9204
  ]))
9205
9205
  ]),
9206
- P("span", Jy, se(((p = n.value) == null ? void 0 : p.name) ?? ""), 1),
9206
+ P("span", Jy, se(((f = n.value) == null ? void 0 : f.name) ?? ""), 1),
9207
9207
  G(c(Ie), {
9208
9208
  size: 10,
9209
9209
  color: "rgba(255,255,255,0.65)"
@@ -9242,8 +9242,8 @@ const Yy = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABmQAAAJGCAYAAABFrOoDAA
9242
9242
  var a;
9243
9243
  t("click"), n.linkEnable && (r.value ? (a = r.value) == null || a.push(n.linkPath) : window.location.assign(window.origin + n.linkPath));
9244
9244
  }, i = C(() => {
9245
- var a;
9246
- return ((a = o.value) == null ? void 0 : a.logoUrl) ?? Yy;
9245
+ var a, l;
9246
+ return ((l = (a = o.value) == null ? void 0 : a.logoUrl) == null ? void 0 : l.replace("-internal", "")) ?? Yy;
9247
9247
  });
9248
9248
  return (a, l) => (y(), k("div", {
9249
9249
  class: D(["system-content", n == null ? void 0 : n.customClass]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],