@nine-lab/nine-mu 0.1.314 → 0.1.315
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
|
@@ -17098,7 +17098,7 @@ class NotificationHandler {
|
|
|
17098
17098
|
*/
|
|
17099
17099
|
__privateAdd(this, _openDiffPopup, () => {
|
|
17100
17100
|
if (__privateGet(this, _collectedFiles).length === 0) return;
|
|
17101
|
-
const oldPopup = this.shadowRoot.querySelector("nine-diff-popup");
|
|
17101
|
+
const oldPopup = __privateGet(this, _owner).shadowRoot.querySelector("nine-diff-popup");
|
|
17102
17102
|
if (oldPopup) {
|
|
17103
17103
|
oldPopup.remove();
|
|
17104
17104
|
}
|
|
@@ -17560,7 +17560,7 @@ render_fn = function() {
|
|
|
17560
17560
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17561
17561
|
this.shadowRoot.innerHTML = `
|
|
17562
17562
|
<style>
|
|
17563
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17563
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
17564
17564
|
${customImport}
|
|
17565
17565
|
</style>
|
|
17566
17566
|
<div class="wrapper">
|
|
@@ -43812,7 +43812,7 @@ class NineDiff extends HTMLElement {
|
|
|
43812
43812
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43813
43813
|
this.shadowRoot.innerHTML = `
|
|
43814
43814
|
<style>
|
|
43815
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43815
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
43816
43816
|
${customImport}
|
|
43817
43817
|
</style>
|
|
43818
43818
|
|
|
@@ -43951,7 +43951,7 @@ renderScaffolding_fn = function() {
|
|
|
43951
43951
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43952
43952
|
this.shadowRoot.innerHTML = `
|
|
43953
43953
|
<style>
|
|
43954
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43954
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
43955
43955
|
${customImport}
|
|
43956
43956
|
</style>
|
|
43957
43957
|
|
|
@@ -44061,7 +44061,7 @@ render_fn2 = function() {
|
|
|
44061
44061
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44062
44062
|
this.shadowRoot.innerHTML = `
|
|
44063
44063
|
<style>
|
|
44064
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44064
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
44065
44065
|
${customImport}
|
|
44066
44066
|
</style>
|
|
44067
44067
|
|
|
@@ -44392,7 +44392,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44392
44392
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44393
44393
|
this.shadowRoot.innerHTML = `
|
|
44394
44394
|
<style>
|
|
44395
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44395
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
44396
44396
|
${customImport}
|
|
44397
44397
|
</style>
|
|
44398
44398
|
|
|
@@ -44486,7 +44486,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44486
44486
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44487
44487
|
}
|
|
44488
44488
|
const NineMu = {
|
|
44489
|
-
version: "0.1.
|
|
44489
|
+
version: "0.1.314",
|
|
44490
44490
|
init: (config2) => {
|
|
44491
44491
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44492
44492
|
}
|