@nine-lab/nine-mu 0.1.301 → 0.1.302
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 +6 -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 +2 -0
package/dist/nine-mu.js
CHANGED
|
@@ -17467,6 +17467,7 @@ class NineChat extends HTMLElement {
|
|
|
17467
17467
|
asis_source: asis || "",
|
|
17468
17468
|
source: tobe || ""
|
|
17469
17469
|
};
|
|
17470
|
+
let collectedFiles = [];
|
|
17470
17471
|
collectedFiles.push(filePayload);
|
|
17471
17472
|
$diffPopup.data([...collectedFiles]);
|
|
17472
17473
|
$diffPopup.popup();
|
|
@@ -17571,7 +17572,7 @@ render_fn = function() {
|
|
|
17571
17572
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17572
17573
|
this.shadowRoot.innerHTML = `
|
|
17573
17574
|
<style>
|
|
17574
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17575
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
|
|
17575
17576
|
${customImport}
|
|
17576
17577
|
</style>
|
|
17577
17578
|
<div class="wrapper">
|
|
@@ -43788,7 +43789,7 @@ class NineDiff extends HTMLElement {
|
|
|
43788
43789
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43789
43790
|
this.shadowRoot.innerHTML = `
|
|
43790
43791
|
<style>
|
|
43791
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43792
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
|
|
43792
43793
|
${customImport}
|
|
43793
43794
|
</style>
|
|
43794
43795
|
|
|
@@ -43914,7 +43915,7 @@ renderScaffolding_fn = function() {
|
|
|
43914
43915
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43915
43916
|
this.shadowRoot.innerHTML = `
|
|
43916
43917
|
<style>
|
|
43917
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43918
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
|
|
43918
43919
|
${customImport}
|
|
43919
43920
|
</style>
|
|
43920
43921
|
|
|
@@ -44250,7 +44251,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44250
44251
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44251
44252
|
this.shadowRoot.innerHTML = `
|
|
44252
44253
|
<style>
|
|
44253
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44254
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.301"}/dist/css/nine-mu.css";
|
|
44254
44255
|
${customImport}
|
|
44255
44256
|
</style>
|
|
44256
44257
|
|
|
@@ -44344,7 +44345,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44344
44345
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44345
44346
|
}
|
|
44346
44347
|
const NineMu = {
|
|
44347
|
-
version: "0.1.
|
|
44348
|
+
version: "0.1.301",
|
|
44348
44349
|
init: (config2) => {
|
|
44349
44350
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44350
44351
|
}
|