@nine-lab/nine-mu 0.1.266 → 0.1.268
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
|
@@ -17086,8 +17086,9 @@ class NotificationHandler {
|
|
|
17086
17086
|
__privateAdd(this, _processSourceData, async (data) => {
|
|
17087
17087
|
if (data.layer) ;
|
|
17088
17088
|
const res = await api.post("/nine-mu/source/generateRealFileSingle", {
|
|
17089
|
-
package_path: data.path,
|
|
17090
|
-
file_name: data.file_name,
|
|
17089
|
+
//package_path: data.path,
|
|
17090
|
+
//file_name: data.file_name,
|
|
17091
|
+
currentPath: location.pathname,
|
|
17091
17092
|
contents: data.source
|
|
17092
17093
|
});
|
|
17093
17094
|
trace.log(res);
|
|
@@ -17140,7 +17141,7 @@ class NineChatManager {
|
|
|
17140
17141
|
__privateAdd(this, _notiHandler);
|
|
17141
17142
|
__publicField(this, "handleChatSubmit", async (userInput) => {
|
|
17142
17143
|
trace.log(window.location.pathname, __privateGet(this, _owner2).config.packageName);
|
|
17143
|
-
const src = await api.post("/nine-
|
|
17144
|
+
const src = await api.post("/nine-mu/source/read", {
|
|
17144
17145
|
menuUrl: window.location.pathname,
|
|
17145
17146
|
feProjectName: __privateGet(this, _owner2).config.packageName
|
|
17146
17147
|
});
|
|
@@ -17504,7 +17505,7 @@ render_fn = function() {
|
|
|
17504
17505
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17505
17506
|
this.shadowRoot.innerHTML = `
|
|
17506
17507
|
<style>
|
|
17507
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17508
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.267"}/dist/css/nine-mu.css";
|
|
17508
17509
|
${customImport}
|
|
17509
17510
|
</style>
|
|
17510
17511
|
<div class="wrapper">
|
|
@@ -43721,7 +43722,7 @@ class NineDiff extends HTMLElement {
|
|
|
43721
43722
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43722
43723
|
this.shadowRoot.innerHTML = `
|
|
43723
43724
|
<style>
|
|
43724
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43725
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.267"}/dist/css/nine-mu.css";
|
|
43725
43726
|
${customImport}
|
|
43726
43727
|
</style>
|
|
43727
43728
|
|
|
@@ -43831,7 +43832,7 @@ render_fn2 = function() {
|
|
|
43831
43832
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43832
43833
|
this.shadowRoot.innerHTML = `
|
|
43833
43834
|
<style>
|
|
43834
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43835
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.267"}/dist/css/nine-mu.css";
|
|
43835
43836
|
${customImport}
|
|
43836
43837
|
</style>
|
|
43837
43838
|
|
|
@@ -44157,7 +44158,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44157
44158
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44158
44159
|
this.shadowRoot.innerHTML = `
|
|
44159
44160
|
<style>
|
|
44160
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44161
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.267"}/dist/css/nine-mu.css";
|
|
44161
44162
|
${customImport}
|
|
44162
44163
|
</style>
|
|
44163
44164
|
|
|
@@ -44251,7 +44252,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44251
44252
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44252
44253
|
}
|
|
44253
44254
|
const NineMu = {
|
|
44254
|
-
version: "0.1.
|
|
44255
|
+
version: "0.1.267",
|
|
44255
44256
|
init: (config2) => {
|
|
44256
44257
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44257
44258
|
}
|