@nine-lab/nine-mu 0.1.328 → 0.1.329
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/css/nine-mu.css
CHANGED
package/dist/nine-mu.js
CHANGED
|
@@ -17535,7 +17535,7 @@ render_fn = function() {
|
|
|
17535
17535
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17536
17536
|
this.shadowRoot.innerHTML = `
|
|
17537
17537
|
<style>
|
|
17538
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17538
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.328"}/dist/css/nine-mu.css";
|
|
17539
17539
|
${customImport}
|
|
17540
17540
|
</style>
|
|
17541
17541
|
<div class="wrapper">
|
|
@@ -43785,7 +43785,7 @@ class NineDiff extends HTMLElement {
|
|
|
43785
43785
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43786
43786
|
this.shadowRoot.innerHTML = `
|
|
43787
43787
|
<style>
|
|
43788
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43788
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.328"}/dist/css/nine-mu.css";
|
|
43789
43789
|
${customImport}
|
|
43790
43790
|
</style>
|
|
43791
43791
|
|
|
@@ -43925,7 +43925,7 @@ renderScaffolding_fn = function() {
|
|
|
43925
43925
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43926
43926
|
this.shadowRoot.innerHTML = `
|
|
43927
43927
|
<style>
|
|
43928
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43928
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.328"}/dist/css/nine-mu.css";
|
|
43929
43929
|
${customImport}
|
|
43930
43930
|
</style>
|
|
43931
43931
|
|
|
@@ -44034,7 +44034,7 @@ render_fn2 = function() {
|
|
|
44034
44034
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44035
44035
|
this.shadowRoot.innerHTML = `
|
|
44036
44036
|
<style>
|
|
44037
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44037
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.328"}/dist/css/nine-mu.css";
|
|
44038
44038
|
${customImport}
|
|
44039
44039
|
</style>
|
|
44040
44040
|
|
|
@@ -44169,7 +44169,6 @@ class AiMessage extends HTMLElement {
|
|
|
44169
44169
|
const keys = __privateGet(this, _data).map(
|
|
44170
44170
|
(item) => Object.fromEntries(__privateGet(this, _unique).map((key) => [key, item[key]]))
|
|
44171
44171
|
);
|
|
44172
|
-
console.log(keys);
|
|
44173
44172
|
this.dispatchEvent(new CustomEvent("database", { bubbles: true, detail: { key: keys } }));
|
|
44174
44173
|
});
|
|
44175
44174
|
this.querySelector(".maximize").addEventListener("click", (e) => {
|
|
@@ -44362,10 +44361,10 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44362
44361
|
constructor() {
|
|
44363
44362
|
super();
|
|
44364
44363
|
__privateAdd(this, _renderer, () => {
|
|
44365
|
-
const customImport =
|
|
44364
|
+
const customImport = nine.cssPath ? `@import "${nine.cssPath}/ninePanel.css";` : "";
|
|
44366
44365
|
this.shadowRoot.innerHTML = `
|
|
44367
44366
|
<style>
|
|
44368
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44367
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.328"}/dist/css/nine-mu.css";
|
|
44369
44368
|
${customImport}
|
|
44370
44369
|
</style>
|
|
44371
44370
|
|
|
@@ -44459,7 +44458,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44459
44458
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44460
44459
|
}
|
|
44461
44460
|
const NineMu = {
|
|
44462
|
-
version: "0.1.
|
|
44461
|
+
version: "0.1.328",
|
|
44463
44462
|
init: (config2) => {
|
|
44464
44463
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44465
44464
|
}
|