@nine-lab/nine-mu 0.1.177 → 0.1.178
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
|
@@ -13513,7 +13513,7 @@ class NineChatManager {
|
|
|
13513
13513
|
__privateAdd(this, _owner);
|
|
13514
13514
|
__privateAdd(this, _routeUrl);
|
|
13515
13515
|
__publicField(this, "handleChatSubmit", async (el) => {
|
|
13516
|
-
const routes = __privateMethod(this, _NineChatManager_instances, getRoutes_fn).call(this);
|
|
13516
|
+
const routes = await __privateMethod(this, _NineChatManager_instances, getRoutes_fn).call(this);
|
|
13517
13517
|
trace.log(routes);
|
|
13518
13518
|
return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "system-brain", {
|
|
13519
13519
|
user_input: el.value.trim(),
|
|
@@ -13830,7 +13830,7 @@ render_fn = function() {
|
|
|
13830
13830
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13831
13831
|
this.shadowRoot.innerHTML = `
|
|
13832
13832
|
<style>
|
|
13833
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13833
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.177"}/dist/css/nine-mu.css";
|
|
13834
13834
|
${customImport}
|
|
13835
13835
|
</style>
|
|
13836
13836
|
<div class="wrapper">
|
|
@@ -40049,7 +40049,7 @@ class NineDiff extends HTMLElement {
|
|
|
40049
40049
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40050
40050
|
this.shadowRoot.innerHTML = `
|
|
40051
40051
|
<style>
|
|
40052
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40052
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.177"}/dist/css/nine-mu.css";
|
|
40053
40053
|
${customImport}
|
|
40054
40054
|
</style>
|
|
40055
40055
|
|
|
@@ -40159,7 +40159,7 @@ render_fn2 = function() {
|
|
|
40159
40159
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40160
40160
|
this.shadowRoot.innerHTML = `
|
|
40161
40161
|
<style>
|
|
40162
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40162
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.177"}/dist/css/nine-mu.css";
|
|
40163
40163
|
${customImport}
|
|
40164
40164
|
</style>
|
|
40165
40165
|
|
|
@@ -40486,7 +40486,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
40486
40486
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40487
40487
|
this.shadowRoot.innerHTML = `
|
|
40488
40488
|
<style>
|
|
40489
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40489
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.177"}/dist/css/nine-mu.css";
|
|
40490
40490
|
${customImport}
|
|
40491
40491
|
</style>
|
|
40492
40492
|
|
|
@@ -40580,7 +40580,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
40580
40580
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
40581
40581
|
}
|
|
40582
40582
|
const NineMu = {
|
|
40583
|
-
version: "0.1.
|
|
40583
|
+
version: "0.1.177",
|
|
40584
40584
|
init: (config2) => {
|
|
40585
40585
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40586
40586
|
}
|