@nine-lab/nine-mu 0.1.266 → 0.1.267
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
|
@@ -17140,7 +17140,7 @@ class NineChatManager {
|
|
|
17140
17140
|
__privateAdd(this, _notiHandler);
|
|
17141
17141
|
__publicField(this, "handleChatSubmit", async (userInput) => {
|
|
17142
17142
|
trace.log(window.location.pathname, __privateGet(this, _owner2).config.packageName);
|
|
17143
|
-
const src = await api.post("/nine-
|
|
17143
|
+
const src = await api.post("/nine-mu/source/read", {
|
|
17144
17144
|
menuUrl: window.location.pathname,
|
|
17145
17145
|
feProjectName: __privateGet(this, _owner2).config.packageName
|
|
17146
17146
|
});
|
|
@@ -17504,7 +17504,7 @@ render_fn = function() {
|
|
|
17504
17504
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17505
17505
|
this.shadowRoot.innerHTML = `
|
|
17506
17506
|
<style>
|
|
17507
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17507
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.266"}/dist/css/nine-mu.css";
|
|
17508
17508
|
${customImport}
|
|
17509
17509
|
</style>
|
|
17510
17510
|
<div class="wrapper">
|
|
@@ -43721,7 +43721,7 @@ class NineDiff extends HTMLElement {
|
|
|
43721
43721
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43722
43722
|
this.shadowRoot.innerHTML = `
|
|
43723
43723
|
<style>
|
|
43724
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43724
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.266"}/dist/css/nine-mu.css";
|
|
43725
43725
|
${customImport}
|
|
43726
43726
|
</style>
|
|
43727
43727
|
|
|
@@ -43831,7 +43831,7 @@ render_fn2 = function() {
|
|
|
43831
43831
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43832
43832
|
this.shadowRoot.innerHTML = `
|
|
43833
43833
|
<style>
|
|
43834
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43834
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.266"}/dist/css/nine-mu.css";
|
|
43835
43835
|
${customImport}
|
|
43836
43836
|
</style>
|
|
43837
43837
|
|
|
@@ -44157,7 +44157,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44157
44157
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44158
44158
|
this.shadowRoot.innerHTML = `
|
|
44159
44159
|
<style>
|
|
44160
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44160
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.266"}/dist/css/nine-mu.css";
|
|
44161
44161
|
${customImport}
|
|
44162
44162
|
</style>
|
|
44163
44163
|
|
|
@@ -44251,7 +44251,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44251
44251
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44252
44252
|
}
|
|
44253
44253
|
const NineMu = {
|
|
44254
|
-
version: "0.1.
|
|
44254
|
+
version: "0.1.266",
|
|
44255
44255
|
init: (config2) => {
|
|
44256
44256
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44257
44257
|
}
|