@nine-lab/nine-mu 0.1.237 → 0.1.238

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
@@ -17412,7 +17412,7 @@ initActions_fn = function() {
17412
17412
  const hasDeleted = parsed == null ? void 0 : parsed.data.some((item) => item.action === "DELETE");
17413
17413
  if (hasUpdated || hasCreated || hasDeleted) {
17414
17414
  nine.alert("메뉴 정리를 위한 라우터 정보 저장 화면으로 이동합니다.").then((res) => {
17415
- const tobe = ((parsed == null ? void 0 : parsed.data) || []).map(({ isNew, action, ...rest }) => rest);
17415
+ const tobe = ((parsed == null ? void 0 : parsed.data) || []).filter((item) => item.action !== "DELETE").map(({ isNew, action, ...rest }) => rest);
17416
17416
  __privateGet(this, _showDiff).call(this, asis, tobe, "json");
17417
17417
  });
17418
17418
  }
@@ -17431,7 +17431,7 @@ render_fn = function() {
17431
17431
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17432
17432
  this.shadowRoot.innerHTML = `
17433
17433
  <style>
17434
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.236"}/dist/css/nine-mu.css";
17434
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.237"}/dist/css/nine-mu.css";
17435
17435
  ${customImport}
17436
17436
  </style>
17437
17437
  <div class="wrapper">
@@ -43648,7 +43648,7 @@ class NineDiff extends HTMLElement {
43648
43648
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43649
43649
  this.shadowRoot.innerHTML = `
43650
43650
  <style>
43651
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.236"}/dist/css/nine-mu.css";
43651
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.237"}/dist/css/nine-mu.css";
43652
43652
  ${customImport}
43653
43653
  </style>
43654
43654
 
@@ -43758,7 +43758,7 @@ render_fn2 = function() {
43758
43758
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43759
43759
  this.shadowRoot.innerHTML = `
43760
43760
  <style>
43761
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.236"}/dist/css/nine-mu.css";
43761
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.237"}/dist/css/nine-mu.css";
43762
43762
  ${customImport}
43763
43763
  </style>
43764
43764
 
@@ -44084,7 +44084,7 @@ class ChatMessageBody extends HTMLElement {
44084
44084
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44085
44085
  this.shadowRoot.innerHTML = `
44086
44086
  <style>
44087
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.236"}/dist/css/nine-mu.css";
44087
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.237"}/dist/css/nine-mu.css";
44088
44088
  ${customImport}
44089
44089
  </style>
44090
44090
 
@@ -44178,7 +44178,7 @@ if (!customElements.get("nine-chat-progress")) {
44178
44178
  customElements.define("nine-chat-progress", ProgressMessage);
44179
44179
  }
44180
44180
  const NineMu = {
44181
- version: "0.1.236",
44181
+ version: "0.1.237",
44182
44182
  init: (config2) => {
44183
44183
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44184
44184
  }