@nine-lab/nine-mu 0.1.229 → 0.1.230
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 -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/NineDiffPopup.js +2 -0
package/dist/nine-mu.js
CHANGED
|
@@ -17420,7 +17420,7 @@ render_fn = function() {
|
|
|
17420
17420
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17421
17421
|
this.shadowRoot.innerHTML = `
|
|
17422
17422
|
<style>
|
|
17423
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17423
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.229"}/dist/css/nine-mu.css";
|
|
17424
17424
|
${customImport}
|
|
17425
17425
|
</style>
|
|
17426
17426
|
<div class="wrapper">
|
|
@@ -43637,7 +43637,7 @@ class NineDiff extends HTMLElement {
|
|
|
43637
43637
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43638
43638
|
this.shadowRoot.innerHTML = `
|
|
43639
43639
|
<style>
|
|
43640
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43640
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.229"}/dist/css/nine-mu.css";
|
|
43641
43641
|
${customImport}
|
|
43642
43642
|
</style>
|
|
43643
43643
|
|
|
@@ -43747,7 +43747,7 @@ render_fn2 = function() {
|
|
|
43747
43747
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43748
43748
|
this.shadowRoot.innerHTML = `
|
|
43749
43749
|
<style>
|
|
43750
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43750
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.229"}/dist/css/nine-mu.css";
|
|
43751
43751
|
${customImport}
|
|
43752
43752
|
</style>
|
|
43753
43753
|
|
|
@@ -43771,15 +43771,7 @@ render_fn2 = function() {
|
|
|
43771
43771
|
handleConfirm_fn = function() {
|
|
43772
43772
|
const finalContent = __privateGet(this, _diffView) ? __privateGet(this, _diffView).getContents() : __privateGet(this, _asisBackup);
|
|
43773
43773
|
console.log(finalContent);
|
|
43774
|
-
|
|
43775
|
-
packageName: __privateGet(this, _host).getAttribute("package-name"),
|
|
43776
|
-
contents: finalContent
|
|
43777
|
-
};
|
|
43778
|
-
api.post(`/nine-mu/source/generateJsonFile`, params).then((res) => {
|
|
43779
|
-
nine.alert("소스를 변경하였습니다.").then((res2) => {
|
|
43780
|
-
__privateGet(this, _dialog).close();
|
|
43781
|
-
});
|
|
43782
|
-
});
|
|
43774
|
+
return;
|
|
43783
43775
|
};
|
|
43784
43776
|
handleCancel_fn = function() {
|
|
43785
43777
|
__privateGet(this, _dialog).close();
|
|
@@ -44074,7 +44066,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44074
44066
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44075
44067
|
this.shadowRoot.innerHTML = `
|
|
44076
44068
|
<style>
|
|
44077
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44069
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.229"}/dist/css/nine-mu.css";
|
|
44078
44070
|
${customImport}
|
|
44079
44071
|
</style>
|
|
44080
44072
|
|
|
@@ -44168,7 +44160,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44168
44160
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44169
44161
|
}
|
|
44170
44162
|
const NineMu = {
|
|
44171
|
-
version: "0.1.
|
|
44163
|
+
version: "0.1.229",
|
|
44172
44164
|
init: (config2) => {
|
|
44173
44165
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44174
44166
|
}
|