@nine-lab/nine-mu 0.1.171 → 0.1.172
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 +6 -5
- 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/NineChat.js +1 -0
package/dist/nine-mu.js
CHANGED
|
@@ -13803,6 +13803,7 @@ initActions_fn = function() {
|
|
|
13803
13803
|
});
|
|
13804
13804
|
const [result, err] = await nine.safe(__privateGet(this, _manager).handleChatSubmit(target));
|
|
13805
13805
|
target.removeAttribute("disabled");
|
|
13806
|
+
target.focus();
|
|
13806
13807
|
if (err) {
|
|
13807
13808
|
console.error("Manager 실행 에러:", err);
|
|
13808
13809
|
this.shadowRoot.querySelectorAll("nx-ai-ing-message").forEach((el) => el.remove());
|
|
@@ -13818,7 +13819,7 @@ render_fn = function() {
|
|
|
13818
13819
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
13819
13820
|
this.shadowRoot.innerHTML = `
|
|
13820
13821
|
<style>
|
|
13821
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
13822
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.171"}/dist/css/nine-mu.css";
|
|
13822
13823
|
${customImport}
|
|
13823
13824
|
</style>
|
|
13824
13825
|
<div class="wrapper">
|
|
@@ -40037,7 +40038,7 @@ class NineDiff extends HTMLElement {
|
|
|
40037
40038
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40038
40039
|
this.shadowRoot.innerHTML = `
|
|
40039
40040
|
<style>
|
|
40040
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40041
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.171"}/dist/css/nine-mu.css";
|
|
40041
40042
|
${customImport}
|
|
40042
40043
|
</style>
|
|
40043
40044
|
|
|
@@ -40147,7 +40148,7 @@ render_fn2 = function() {
|
|
|
40147
40148
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40148
40149
|
this.shadowRoot.innerHTML = `
|
|
40149
40150
|
<style>
|
|
40150
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40151
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.171"}/dist/css/nine-mu.css";
|
|
40151
40152
|
${customImport}
|
|
40152
40153
|
</style>
|
|
40153
40154
|
|
|
@@ -40475,7 +40476,7 @@ class ChatMessage extends HTMLElement {
|
|
|
40475
40476
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
40476
40477
|
this.shadowRoot.innerHTML = `
|
|
40477
40478
|
<style>
|
|
40478
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
40479
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.171"}/dist/css/nine-mu.css";
|
|
40479
40480
|
${customImport}
|
|
40480
40481
|
</style>
|
|
40481
40482
|
|
|
@@ -40569,7 +40570,7 @@ if (!customElements.get("nine-chat-me")) {
|
|
|
40569
40570
|
customElements.define("nine-chat-me", MyMessage);
|
|
40570
40571
|
}
|
|
40571
40572
|
const NineMu = {
|
|
40572
|
-
version: "0.1.
|
|
40573
|
+
version: "0.1.171",
|
|
40573
40574
|
init: (config2) => {
|
|
40574
40575
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
40575
40576
|
}
|