@nine-lab/nine-mu 0.1.76 → 0.1.77
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 +5 -5
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +1 -1
package/dist/nine-mu.js
CHANGED
|
@@ -117,7 +117,7 @@ class NineChat extends HTMLElement {
|
|
|
117
117
|
__privateMethod(this, _NineChat_instances, render_fn).call(this);
|
|
118
118
|
__privateMethod(this, _NineChat_instances, initInteractions_fn).call(this);
|
|
119
119
|
__privateMethod(this, _NineChat_instances, initActions_fn).call(this);
|
|
120
|
-
const res = await api.
|
|
120
|
+
const res = await api.post("/nine-mu/config/get", {});
|
|
121
121
|
console.log(res);
|
|
122
122
|
__privateSet(this, _routes, await __privateGet(this, _service).fetchRoutes(this.getAttribute("route-url")));
|
|
123
123
|
}
|
|
@@ -185,7 +185,7 @@ render_fn = function() {
|
|
|
185
185
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
186
186
|
this.shadowRoot.innerHTML = `
|
|
187
187
|
<style>
|
|
188
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
188
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.76"}/dist/css/nine-mu.css";
|
|
189
189
|
${customImport}
|
|
190
190
|
</style>
|
|
191
191
|
<div class="wrapper">
|
|
@@ -26401,7 +26401,7 @@ class NineDiff extends HTMLElement {
|
|
|
26401
26401
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26402
26402
|
this.shadowRoot.innerHTML = `
|
|
26403
26403
|
<style>
|
|
26404
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26404
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.76"}/dist/css/nine-mu.css";
|
|
26405
26405
|
${customImport}
|
|
26406
26406
|
</style>
|
|
26407
26407
|
|
|
@@ -26511,7 +26511,7 @@ render_fn2 = function() {
|
|
|
26511
26511
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26512
26512
|
this.shadowRoot.innerHTML = `
|
|
26513
26513
|
<style>
|
|
26514
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26514
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.76"}/dist/css/nine-mu.css";
|
|
26515
26515
|
${customImport}
|
|
26516
26516
|
</style>
|
|
26517
26517
|
|
|
@@ -26550,7 +26550,7 @@ handleCancel_fn = function() {
|
|
|
26550
26550
|
};
|
|
26551
26551
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
26552
26552
|
const NineMu = {
|
|
26553
|
-
version: "0.1.
|
|
26553
|
+
version: "0.1.76",
|
|
26554
26554
|
init: (config) => {
|
|
26555
26555
|
trace.log("🛠️ Nine-Mu Engine initialized", config);
|
|
26556
26556
|
}
|