@nine-lab/nine-mu 0.1.317 → 0.1.318
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
|
@@ -17104,14 +17104,14 @@ class NotificationHandler {
|
|
|
17104
17104
|
$oldPopup.remove();
|
|
17105
17105
|
}
|
|
17106
17106
|
trace.log("222222");
|
|
17107
|
-
const $
|
|
17108
|
-
$
|
|
17107
|
+
const $diffPopup = document.createElement("nine-diff-popup");
|
|
17108
|
+
$diffPopup.setAttribute("package-name", __privateGet(this, _owner).getAttribute("package-name") || "");
|
|
17109
17109
|
trace.log("33333");
|
|
17110
17110
|
const container = __privateGet(this, _owner).shadowRoot.querySelector(".wrapper") || __privateGet(this, _owner).shadowRoot;
|
|
17111
17111
|
container.appendChild($diffPopup);
|
|
17112
17112
|
trace.log("444444");
|
|
17113
|
-
$
|
|
17114
|
-
$
|
|
17113
|
+
$diffPopup.data([...__privateGet(this, _collectedFiles)]);
|
|
17114
|
+
$diffPopup.popup();
|
|
17115
17115
|
trace.log("55555");
|
|
17116
17116
|
__privateSet(this, _collectedFiles, []);
|
|
17117
17117
|
});
|
|
@@ -17461,10 +17461,10 @@ class NineChat extends HTMLElement {
|
|
|
17461
17461
|
if (oldPopup) {
|
|
17462
17462
|
oldPopup.remove();
|
|
17463
17463
|
}
|
|
17464
|
-
const $
|
|
17464
|
+
const $diffPopup = document.createElement("nine-menu-diff-popup");
|
|
17465
17465
|
const container = this.shadowRoot.querySelector(".wrapper") || this.shadowRoot;
|
|
17466
|
-
container.appendChild($
|
|
17467
|
-
$
|
|
17466
|
+
container.appendChild($diffPopup);
|
|
17467
|
+
$diffPopup.popup().data(asis, tobe, lang);
|
|
17468
17468
|
});
|
|
17469
17469
|
this.attachShadow({ mode: "open" });
|
|
17470
17470
|
}
|
|
@@ -17566,7 +17566,7 @@ render_fn = function() {
|
|
|
17566
17566
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17567
17567
|
this.shadowRoot.innerHTML = `
|
|
17568
17568
|
<style>
|
|
17569
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17569
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.317"}/dist/css/nine-mu.css";
|
|
17570
17570
|
${customImport}
|
|
17571
17571
|
</style>
|
|
17572
17572
|
<div class="wrapper">
|
|
@@ -43818,7 +43818,7 @@ class NineDiff extends HTMLElement {
|
|
|
43818
43818
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43819
43819
|
this.shadowRoot.innerHTML = `
|
|
43820
43820
|
<style>
|
|
43821
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43821
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.317"}/dist/css/nine-mu.css";
|
|
43822
43822
|
${customImport}
|
|
43823
43823
|
</style>
|
|
43824
43824
|
|
|
@@ -43957,7 +43957,7 @@ renderScaffolding_fn = function() {
|
|
|
43957
43957
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43958
43958
|
this.shadowRoot.innerHTML = `
|
|
43959
43959
|
<style>
|
|
43960
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43960
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.317"}/dist/css/nine-mu.css";
|
|
43961
43961
|
${customImport}
|
|
43962
43962
|
</style>
|
|
43963
43963
|
|
|
@@ -44067,7 +44067,7 @@ render_fn2 = function() {
|
|
|
44067
44067
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44068
44068
|
this.shadowRoot.innerHTML = `
|
|
44069
44069
|
<style>
|
|
44070
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44070
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.317"}/dist/css/nine-mu.css";
|
|
44071
44071
|
${customImport}
|
|
44072
44072
|
</style>
|
|
44073
44073
|
|
|
@@ -44398,7 +44398,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44398
44398
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44399
44399
|
this.shadowRoot.innerHTML = `
|
|
44400
44400
|
<style>
|
|
44401
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44401
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.317"}/dist/css/nine-mu.css";
|
|
44402
44402
|
${customImport}
|
|
44403
44403
|
</style>
|
|
44404
44404
|
|
|
@@ -44492,7 +44492,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44492
44492
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44493
44493
|
}
|
|
44494
44494
|
const NineMu = {
|
|
44495
|
-
version: "0.1.
|
|
44495
|
+
version: "0.1.317",
|
|
44496
44496
|
init: (config2) => {
|
|
44497
44497
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44498
44498
|
}
|