@nine-lab/nine-mu 0.1.62 → 0.1.63
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
|
@@ -11,7 +11,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
11
11
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
12
12
|
var _getSourcePath, _service, _routes, _diffPopup, _NineChat_instances, initInteractions_fn, initActions_fn, render_fn, _asisEditorView, _tobeEditorView, _asisEditorEl, _tobeEditorEl, _languageCompartment, _isScrollSyncActive, _initCodeMirror, _setupScrollSync, _applyDiffDecorations, _dialog, _diffView, _resolve, _asisBackup, _NineDiffPopup_instances, handleConfirm_fn, handleCancel_fn;
|
|
13
13
|
import { trace, api, nine } from "@nine-lab/nine-util";
|
|
14
|
-
import "@nine-lab/nine-ux";
|
|
15
14
|
class NineMuService {
|
|
16
15
|
constructor(connectorUrl) {
|
|
17
16
|
__privateAdd(this, _getSourcePath, (menuUrl) => {
|
|
@@ -184,7 +183,7 @@ render_fn = function() {
|
|
|
184
183
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
185
184
|
this.shadowRoot.innerHTML = `
|
|
186
185
|
<style>
|
|
187
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
186
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.62"}/dist/css/nine-mu.css";
|
|
188
187
|
${customImport}
|
|
189
188
|
</style>
|
|
190
189
|
<div class="wrapper">
|
|
@@ -26397,7 +26396,7 @@ class NineDiff extends HTMLElement {
|
|
|
26397
26396
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26398
26397
|
this.shadowRoot.innerHTML = `
|
|
26399
26398
|
<style>
|
|
26400
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26399
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.62"}/dist/css/nine-mu.css";
|
|
26401
26400
|
${customImport}
|
|
26402
26401
|
</style>
|
|
26403
26402
|
|
|
@@ -26462,11 +26461,11 @@ class NineDiffPopup extends HTMLElement {
|
|
|
26462
26461
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26463
26462
|
this.shadowRoot.innerHTML = `
|
|
26464
26463
|
<style>
|
|
26465
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26464
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.62"}/dist/css/nine-mu.css";
|
|
26466
26465
|
${customImport}
|
|
26467
26466
|
</style>
|
|
26468
26467
|
|
|
26469
|
-
<nine-
|
|
26468
|
+
<nine-dialog>
|
|
26470
26469
|
<div class="main-layout">
|
|
26471
26470
|
<div class="diff-area">
|
|
26472
26471
|
<nine-diff></nine-diff>
|
|
@@ -26476,7 +26475,7 @@ class NineDiffPopup extends HTMLElement {
|
|
|
26476
26475
|
<button class="btn btn-confirm">최종 확정 및 저장</button>
|
|
26477
26476
|
</div>
|
|
26478
26477
|
</div>
|
|
26479
|
-
</nine-
|
|
26478
|
+
</nine-dialog>
|
|
26480
26479
|
`;
|
|
26481
26480
|
__privateSet(this, _dialog, this.shadowRoot.querySelector("nine-dialog1"));
|
|
26482
26481
|
__privateSet(this, _diffView, this.shadowRoot.querySelector("nine-diff"));
|
|
@@ -26540,7 +26539,7 @@ handleCancel_fn = function() {
|
|
|
26540
26539
|
};
|
|
26541
26540
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
26542
26541
|
const NineMu = {
|
|
26543
|
-
version: "0.1.
|
|
26542
|
+
version: "0.1.62",
|
|
26544
26543
|
init: (config) => {
|
|
26545
26544
|
trace.log("🛠️ Nine-Mu Engine initialized", config);
|
|
26546
26545
|
}
|