@nine-lab/nine-mu 0.1.88 → 0.1.89

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/nine-mu.js CHANGED
@@ -109,6 +109,7 @@ class NineChat extends HTMLElement {
109
109
  __privateAdd(this, _packageName);
110
110
  __privateAdd(this, _routesPath);
111
111
  __privateAdd(this, _makeMenuHandler, async (e) => {
112
+ nine.prompt("aaa");
112
113
  const res = await api.post("/nine-mu/source/readFile", { path: __privateGet(this, _routesPath) });
113
114
  trace.log(res);
114
115
  const jsonRoutes = (res == null ? void 0 : res.contents) ? JSON.parse(res == null ? void 0 : res.contents) : {};
@@ -198,7 +199,7 @@ render_fn = function() {
198
199
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
199
200
  this.shadowRoot.innerHTML = `
200
201
  <style>
201
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
202
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.88"}/dist/css/nine-mu.css";
202
203
  ${customImport}
203
204
  </style>
204
205
  <div class="wrapper">
@@ -26416,7 +26417,7 @@ class NineDiff extends HTMLElement {
26416
26417
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26417
26418
  this.shadowRoot.innerHTML = `
26418
26419
  <style>
26419
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
26420
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.88"}/dist/css/nine-mu.css";
26420
26421
  ${customImport}
26421
26422
  </style>
26422
26423
 
@@ -26526,7 +26527,7 @@ render_fn2 = function() {
26526
26527
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
26527
26528
  this.shadowRoot.innerHTML = `
26528
26529
  <style>
26529
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.87"}/dist/css/nine-mu.css";
26530
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.88"}/dist/css/nine-mu.css";
26530
26531
  ${customImport}
26531
26532
  </style>
26532
26533
 
@@ -26565,7 +26566,7 @@ handleCancel_fn = function() {
26565
26566
  };
26566
26567
  customElements.define("nine-diff-popup", NineDiffPopup);
26567
26568
  const NineMu = {
26568
- version: "0.1.87",
26569
+ version: "0.1.88",
26569
26570
  init: (config) => {
26570
26571
  trace.log("🛠️ Nine-Mu Engine initialized", config);
26571
26572
  }