@maxtropy/v-components 0.1.17-beta.2 → 0.1.17-beta.3

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.
@@ -27143,7 +27143,7 @@ const AD = /* @__PURE__ */ At(hD, [["__scopeId", "data-v-4541908e"]]), yD = ["hr
27143
27143
  const F = new URL(B);
27144
27144
  O = F.pathname, k = F.origin === window.location.origin;
27145
27145
  }
27146
- return k ? O : B;
27146
+ return k ? (console.log("pathname", O), O) : (console.log("path", B), B);
27147
27147
  };
27148
27148
  let v = M([]);
27149
27149
  qs((B) => v.value = B ?? []);
@@ -27225,7 +27225,7 @@ const AD = /* @__PURE__ */ At(hD, [["__scopeId", "data-v-4541908e"]]), yD = ["hr
27225
27225
  to: f(N.transitPagePath)
27226
27226
  }, {
27227
27227
  default: K(() => [
27228
- Le(ce(N.name), 1)
27228
+ Le(ce(N.name + "111"), 1)
27229
27229
  ]),
27230
27230
  _: 2
27231
27231
  }, 1032, ["to"])) : N.openType === s(Do).CurrentPage && o.test(f(N.transitPagePath)) ? (w(), R("a", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.2",
3
+ "version": "0.1.17-beta.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -1,7 +0,0 @@
1
- export declare enum Themes {
2
- DARK = "dark",
3
- LIGHT = "light",
4
- YELLOWLIGHT = "yellow-light",
5
- SAPPHIRE = "sapphire",
6
- JUNTONG = "juntong"
7
- }