@nine-lab/nine-mu 0.1.243 → 0.1.244
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
|
@@ -17105,11 +17105,13 @@ class NineChatManager {
|
|
|
17105
17105
|
var _a2;
|
|
17106
17106
|
try {
|
|
17107
17107
|
const res = await api.post("/nine-mu/config/getUnmappedRoutes", { routes });
|
|
17108
|
+
trace.log(res);
|
|
17108
17109
|
const unmappedRoutes = ((_a2 = res == null ? void 0 : res.data) == null ? void 0 : _a2.unmappedRoutes) || (res == null ? void 0 : res.unmappedRoutes) || [];
|
|
17109
17110
|
if (unmappedRoutes.length === 0) {
|
|
17110
17111
|
nine.alert("미개발된 라우터가 없습니다. 모두 매핑되어 있습니다.");
|
|
17111
17112
|
return;
|
|
17112
17113
|
}
|
|
17114
|
+
trace.log(unmappedRoutes);
|
|
17113
17115
|
return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generator-source-brain", {
|
|
17114
17116
|
//user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
|
|
17115
17117
|
//chat_history: "",
|
|
@@ -17443,7 +17445,7 @@ render_fn = function() {
|
|
|
17443
17445
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17444
17446
|
this.shadowRoot.innerHTML = `
|
|
17445
17447
|
<style>
|
|
17446
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17448
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
|
|
17447
17449
|
${customImport}
|
|
17448
17450
|
</style>
|
|
17449
17451
|
<div class="wrapper">
|
|
@@ -43660,7 +43662,7 @@ class NineDiff extends HTMLElement {
|
|
|
43660
43662
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43661
43663
|
this.shadowRoot.innerHTML = `
|
|
43662
43664
|
<style>
|
|
43663
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43665
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
|
|
43664
43666
|
${customImport}
|
|
43665
43667
|
</style>
|
|
43666
43668
|
|
|
@@ -43770,7 +43772,7 @@ render_fn2 = function() {
|
|
|
43770
43772
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43771
43773
|
this.shadowRoot.innerHTML = `
|
|
43772
43774
|
<style>
|
|
43773
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43775
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
|
|
43774
43776
|
${customImport}
|
|
43775
43777
|
</style>
|
|
43776
43778
|
|
|
@@ -44096,7 +44098,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44096
44098
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44097
44099
|
this.shadowRoot.innerHTML = `
|
|
44098
44100
|
<style>
|
|
44099
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44101
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.243"}/dist/css/nine-mu.css";
|
|
44100
44102
|
${customImport}
|
|
44101
44103
|
</style>
|
|
44102
44104
|
|
|
@@ -44190,7 +44192,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44190
44192
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44191
44193
|
}
|
|
44192
44194
|
const NineMu = {
|
|
44193
|
-
version: "0.1.
|
|
44195
|
+
version: "0.1.243",
|
|
44194
44196
|
init: (config2) => {
|
|
44195
44197
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44196
44198
|
}
|