@nine-lab/nine-mu 0.1.167 → 0.1.168

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
@@ -13514,13 +13514,11 @@ class NineChatManager {
13514
13514
  __publicField(this, "handleChatSubmit", async (el) => {
13515
13515
  trace.log(__privateGet(this, _mcpClient));
13516
13516
  const routes = [];
13517
- console.log(1111111);
13518
13517
  const response = await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "system-brain", {
13519
13518
  user_input: el.value.trim(),
13520
13519
  routes,
13521
13520
  current_path: "/group_member/student_management"
13522
13521
  });
13523
- console.log(44444);
13524
13522
  return response;
13525
13523
  });
13526
13524
  __privateSet(this, _owner, owner);
@@ -13615,9 +13613,7 @@ updateStatus_fn = function(msg) {
13615
13613
  };
13616
13614
  callTool_fn = async function(toolName, args = {}) {
13617
13615
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "AI 분석 중...");
13618
- console.log(22222);
13619
13616
  const response = __privateGet(this, _mcpClient).callTool({ name: toolName, arguments: args });
13620
- console.log(333333);
13621
13617
  return response;
13622
13618
  };
13623
13619
  class NineMuService {
@@ -13816,6 +13812,7 @@ initActions_fn = function() {
13816
13812
  this.shadowRoot.querySelectorAll("nx-ai-ing-message").forEach((el) => el.remove());
13817
13813
  nine.alert("메시지 전송 중 오류가 발생했습니다.").rgb().shake();
13818
13814
  }
13815
+ console.log(e.target);
13819
13816
  e.target.removeAttribute("disabled");
13820
13817
  }
13821
13818
  });
@@ -13825,7 +13822,7 @@ render_fn = function() {
13825
13822
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13826
13823
  this.shadowRoot.innerHTML = `
13827
13824
  <style>
13828
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.166"}/dist/css/nine-mu.css";
13825
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.167"}/dist/css/nine-mu.css";
13829
13826
  ${customImport}
13830
13827
  </style>
13831
13828
  <div class="wrapper">
@@ -40044,7 +40041,7 @@ class NineDiff extends HTMLElement {
40044
40041
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40045
40042
  this.shadowRoot.innerHTML = `
40046
40043
  <style>
40047
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.166"}/dist/css/nine-mu.css";
40044
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.167"}/dist/css/nine-mu.css";
40048
40045
  ${customImport}
40049
40046
  </style>
40050
40047
 
@@ -40154,7 +40151,7 @@ render_fn2 = function() {
40154
40151
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40155
40152
  this.shadowRoot.innerHTML = `
40156
40153
  <style>
40157
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.166"}/dist/css/nine-mu.css";
40154
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.167"}/dist/css/nine-mu.css";
40158
40155
  ${customImport}
40159
40156
  </style>
40160
40157
 
@@ -40482,7 +40479,7 @@ class ChatMessage extends HTMLElement {
40482
40479
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40483
40480
  this.shadowRoot.innerHTML = `
40484
40481
  <style>
40485
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.166"}/dist/css/nine-mu.css";
40482
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.167"}/dist/css/nine-mu.css";
40486
40483
  ${customImport}
40487
40484
  </style>
40488
40485
 
@@ -40576,7 +40573,7 @@ if (!customElements.get("nine-chat-me")) {
40576
40573
  customElements.define("nine-chat-me", MyMessage);
40577
40574
  }
40578
40575
  const NineMu = {
40579
- version: "0.1.166",
40576
+ version: "0.1.167",
40580
40577
  init: (config2) => {
40581
40578
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40582
40579
  }