@nine-lab/nine-mu 0.1.311 → 0.1.312
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
|
@@ -17563,7 +17563,7 @@ render_fn = function() {
|
|
|
17563
17563
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17564
17564
|
this.shadowRoot.innerHTML = `
|
|
17565
17565
|
<style>
|
|
17566
|
-
@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.311"}/dist/css/nine-mu.css";
|
|
17567
17567
|
${customImport}
|
|
17568
17568
|
</style>
|
|
17569
17569
|
<div class="wrapper">
|
|
@@ -43815,7 +43815,7 @@ class NineDiff extends HTMLElement {
|
|
|
43815
43815
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43816
43816
|
this.shadowRoot.innerHTML = `
|
|
43817
43817
|
<style>
|
|
43818
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43818
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.311"}/dist/css/nine-mu.css";
|
|
43819
43819
|
${customImport}
|
|
43820
43820
|
</style>
|
|
43821
43821
|
|
|
@@ -43913,9 +43913,11 @@ class NineDiffPopup extends HTMLElement {
|
|
|
43913
43913
|
});
|
|
43914
43914
|
__privateGet(this, _tabContainer).innerHTML = totalTabHtml;
|
|
43915
43915
|
__privateGet(this, _tabContainer).querySelectorAll("nine-diff").forEach((element) => {
|
|
43916
|
+
trace.log(element);
|
|
43916
43917
|
element.addEventListener("change-dirty", (e) => {
|
|
43917
43918
|
const { isDirty: isDirty2 } = e.detail;
|
|
43918
43919
|
trace.log(isDirty2);
|
|
43920
|
+
trace.log(this.shadowRoot.querySelector(".btn-confirm"));
|
|
43919
43921
|
this.shadowRoot.querySelector(".btn-confirm").disabled = !isDirty2;
|
|
43920
43922
|
});
|
|
43921
43923
|
});
|
|
@@ -43952,7 +43954,7 @@ renderScaffolding_fn = function() {
|
|
|
43952
43954
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43953
43955
|
this.shadowRoot.innerHTML = `
|
|
43954
43956
|
<style>
|
|
43955
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43957
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.311"}/dist/css/nine-mu.css";
|
|
43956
43958
|
${customImport}
|
|
43957
43959
|
</style>
|
|
43958
43960
|
|
|
@@ -44062,7 +44064,7 @@ render_fn2 = function() {
|
|
|
44062
44064
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44063
44065
|
this.shadowRoot.innerHTML = `
|
|
44064
44066
|
<style>
|
|
44065
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44067
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.311"}/dist/css/nine-mu.css";
|
|
44066
44068
|
${customImport}
|
|
44067
44069
|
</style>
|
|
44068
44070
|
|
|
@@ -44393,7 +44395,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44393
44395
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44394
44396
|
this.shadowRoot.innerHTML = `
|
|
44395
44397
|
<style>
|
|
44396
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44398
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.311"}/dist/css/nine-mu.css";
|
|
44397
44399
|
${customImport}
|
|
44398
44400
|
</style>
|
|
44399
44401
|
|
|
@@ -44487,7 +44489,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44487
44489
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44488
44490
|
}
|
|
44489
44491
|
const NineMu = {
|
|
44490
|
-
version: "0.1.
|
|
44492
|
+
version: "0.1.311",
|
|
44491
44493
|
init: (config2) => {
|
|
44492
44494
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44493
44495
|
}
|