@nine-lab/nine-mu 0.1.303 → 0.1.304
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
|
@@ -17461,16 +17461,7 @@ class NineChat extends HTMLElement {
|
|
|
17461
17461
|
const $diffPopup = document.createElement("nine-diff-popup");
|
|
17462
17462
|
const container = this.shadowRoot.querySelector(".wrapper") || this.shadowRoot;
|
|
17463
17463
|
container.appendChild($diffPopup);
|
|
17464
|
-
|
|
17465
|
-
//layer: "Unknown",
|
|
17466
|
-
full_path: "unknown_file",
|
|
17467
|
-
asis_source: asis || "",
|
|
17468
|
-
source: tobe || ""
|
|
17469
|
-
};
|
|
17470
|
-
let collectedFiles = [];
|
|
17471
|
-
collectedFiles.push(filePayload);
|
|
17472
|
-
$diffPopup.data([...collectedFiles]);
|
|
17473
|
-
$diffPopup.popup();
|
|
17464
|
+
$diffPopup.popup().data(asis, tobe, lang);
|
|
17474
17465
|
});
|
|
17475
17466
|
this.attachShadow({ mode: "open" });
|
|
17476
17467
|
}
|
|
@@ -17572,7 +17563,7 @@ render_fn = function() {
|
|
|
17572
17563
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17573
17564
|
this.shadowRoot.innerHTML = `
|
|
17574
17565
|
<style>
|
|
17575
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17566
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.303"}/dist/css/nine-mu.css";
|
|
17576
17567
|
${customImport}
|
|
17577
17568
|
</style>
|
|
17578
17569
|
<div class="wrapper">
|
|
@@ -43789,7 +43780,7 @@ class NineDiff extends HTMLElement {
|
|
|
43789
43780
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43790
43781
|
this.shadowRoot.innerHTML = `
|
|
43791
43782
|
<style>
|
|
43792
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43783
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.303"}/dist/css/nine-mu.css";
|
|
43793
43784
|
${customImport}
|
|
43794
43785
|
</style>
|
|
43795
43786
|
|
|
@@ -43915,7 +43906,7 @@ renderScaffolding_fn = function() {
|
|
|
43915
43906
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43916
43907
|
this.shadowRoot.innerHTML = `
|
|
43917
43908
|
<style>
|
|
43918
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43909
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.303"}/dist/css/nine-mu.css";
|
|
43919
43910
|
${customImport}
|
|
43920
43911
|
</style>
|
|
43921
43912
|
|
|
@@ -44251,7 +44242,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44251
44242
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44252
44243
|
this.shadowRoot.innerHTML = `
|
|
44253
44244
|
<style>
|
|
44254
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44245
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.303"}/dist/css/nine-mu.css";
|
|
44255
44246
|
${customImport}
|
|
44256
44247
|
</style>
|
|
44257
44248
|
|
|
@@ -44345,7 +44336,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44345
44336
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44346
44337
|
}
|
|
44347
44338
|
const NineMu = {
|
|
44348
|
-
version: "0.1.
|
|
44339
|
+
version: "0.1.303",
|
|
44349
44340
|
init: (config2) => {
|
|
44350
44341
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44351
44342
|
}
|