@nine-lab/nine-mu 0.1.270 → 0.1.272

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
@@ -17141,7 +17141,7 @@ class NineChatManager {
17141
17141
  __privateAdd(this, _notiHandler);
17142
17142
  __publicField(this, "handleChatSubmit", async (userInput) => {
17143
17143
  trace.log(window.location.pathname, __privateGet(this, _owner2).config.packageName);
17144
- const currentSrc = await api.post("/nine-mu/source/read", {
17144
+ const currentSource = await api.post("/nine-mu/source/read", {
17145
17145
  menuUrl: window.location.pathname,
17146
17146
  feProjectName: __privateGet(this, _owner2).config.packageName
17147
17147
  });
@@ -17161,7 +17161,7 @@ class NineChatManager {
17161
17161
  unmapped_routes: unmappedRoutes,
17162
17162
  // 미개발된 해당 라우트 정보 객체
17163
17163
  current_path: currentPath,
17164
- current_src: currentSrc
17164
+ current_source: currentSource
17165
17165
  });
17166
17166
  });
17167
17167
  /** 백엔드 통신 */
@@ -17521,7 +17521,7 @@ render_fn = function() {
17521
17521
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17522
17522
  this.shadowRoot.innerHTML = `
17523
17523
  <style>
17524
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.269"}/dist/css/nine-mu.css";
17524
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.271"}/dist/css/nine-mu.css";
17525
17525
  ${customImport}
17526
17526
  </style>
17527
17527
  <div class="wrapper">
@@ -43738,7 +43738,7 @@ class NineDiff extends HTMLElement {
43738
43738
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43739
43739
  this.shadowRoot.innerHTML = `
43740
43740
  <style>
43741
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.269"}/dist/css/nine-mu.css";
43741
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.271"}/dist/css/nine-mu.css";
43742
43742
  ${customImport}
43743
43743
  </style>
43744
43744
 
@@ -43848,7 +43848,7 @@ render_fn2 = function() {
43848
43848
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43849
43849
  this.shadowRoot.innerHTML = `
43850
43850
  <style>
43851
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.269"}/dist/css/nine-mu.css";
43851
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.271"}/dist/css/nine-mu.css";
43852
43852
  ${customImport}
43853
43853
  </style>
43854
43854
 
@@ -44174,7 +44174,7 @@ class ChatMessageBody extends HTMLElement {
44174
44174
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44175
44175
  this.shadowRoot.innerHTML = `
44176
44176
  <style>
44177
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.269"}/dist/css/nine-mu.css";
44177
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.271"}/dist/css/nine-mu.css";
44178
44178
  ${customImport}
44179
44179
  </style>
44180
44180
 
@@ -44268,7 +44268,7 @@ if (!customElements.get("nine-chat-progress")) {
44268
44268
  customElements.define("nine-chat-progress", ProgressMessage);
44269
44269
  }
44270
44270
  const NineMu = {
44271
- version: "0.1.269",
44271
+ version: "0.1.271",
44272
44272
  init: (config2) => {
44273
44273
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44274
44274
  }