@nine-lab/nine-mu 0.1.313 → 0.1.315
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 +10 -14
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NotificationHandler.js +5 -13
package/dist/nine-mu.js
CHANGED
|
@@ -17098,7 +17098,7 @@ class NotificationHandler {
|
|
|
17098
17098
|
*/
|
|
17099
17099
|
__privateAdd(this, _openDiffPopup, () => {
|
|
17100
17100
|
if (__privateGet(this, _collectedFiles).length === 0) return;
|
|
17101
|
-
const oldPopup = this.shadowRoot.querySelector("nine-diff-popup");
|
|
17101
|
+
const oldPopup = __privateGet(this, _owner).shadowRoot.querySelector("nine-diff-popup");
|
|
17102
17102
|
if (oldPopup) {
|
|
17103
17103
|
oldPopup.remove();
|
|
17104
17104
|
}
|
|
@@ -17128,13 +17128,9 @@ class NotificationHandler {
|
|
|
17128
17128
|
* MCP로부터 수신된 날것의 노티파이 데이터를 정석대로 라우팅하는 메인 메서드
|
|
17129
17129
|
*/
|
|
17130
17130
|
handle(notification) {
|
|
17131
|
-
|
|
17132
|
-
|
|
17133
|
-
|
|
17134
|
-
__privateMethod(this, _NotificationHandler_instances, handleLoggingMessage_fn).call(this, params);
|
|
17135
|
-
}
|
|
17136
|
-
} catch (error) {
|
|
17137
|
-
trace.error("🔥 노티파이 핸들러 내부 처리 실패:", error);
|
|
17131
|
+
const { method, params } = notification;
|
|
17132
|
+
if (method === "notifications/logging/message") {
|
|
17133
|
+
__privateMethod(this, _NotificationHandler_instances, handleLoggingMessage_fn).call(this, params);
|
|
17138
17134
|
}
|
|
17139
17135
|
}
|
|
17140
17136
|
}
|
|
@@ -17564,7 +17560,7 @@ render_fn = function() {
|
|
|
17564
17560
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17565
17561
|
this.shadowRoot.innerHTML = `
|
|
17566
17562
|
<style>
|
|
17567
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17563
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
17568
17564
|
${customImport}
|
|
17569
17565
|
</style>
|
|
17570
17566
|
<div class="wrapper">
|
|
@@ -43816,7 +43812,7 @@ class NineDiff extends HTMLElement {
|
|
|
43816
43812
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43817
43813
|
this.shadowRoot.innerHTML = `
|
|
43818
43814
|
<style>
|
|
43819
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43815
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
43820
43816
|
${customImport}
|
|
43821
43817
|
</style>
|
|
43822
43818
|
|
|
@@ -43955,7 +43951,7 @@ renderScaffolding_fn = function() {
|
|
|
43955
43951
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
43956
43952
|
this.shadowRoot.innerHTML = `
|
|
43957
43953
|
<style>
|
|
43958
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43954
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
43959
43955
|
${customImport}
|
|
43960
43956
|
</style>
|
|
43961
43957
|
|
|
@@ -44065,7 +44061,7 @@ render_fn2 = function() {
|
|
|
44065
44061
|
const customImport = nine$1.cssPath ? `@import "${nine$1.cssPath}/nine-mu.css";` : "";
|
|
44066
44062
|
this.shadowRoot.innerHTML = `
|
|
44067
44063
|
<style>
|
|
44068
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44064
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
44069
44065
|
${customImport}
|
|
44070
44066
|
</style>
|
|
44071
44067
|
|
|
@@ -44396,7 +44392,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44396
44392
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44397
44393
|
this.shadowRoot.innerHTML = `
|
|
44398
44394
|
<style>
|
|
44399
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44395
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.314"}/dist/css/nine-mu.css";
|
|
44400
44396
|
${customImport}
|
|
44401
44397
|
</style>
|
|
44402
44398
|
|
|
@@ -44490,7 +44486,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44490
44486
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44491
44487
|
}
|
|
44492
44488
|
const NineMu = {
|
|
44493
|
-
version: "0.1.
|
|
44489
|
+
version: "0.1.314",
|
|
44494
44490
|
init: (config2) => {
|
|
44495
44491
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44496
44492
|
}
|