ide-assi 0.499.0 → 0.500.0
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/bundle.cjs.js
CHANGED
|
@@ -203212,12 +203212,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203212
203212
|
<style>
|
|
203213
203213
|
|
|
203214
203214
|
</style>
|
|
203215
|
-
|
|
203216
|
-
<div>
|
|
203217
|
-
<button onclick="this.#apply()">소스 적용</button>
|
|
203218
|
-
</div>
|
|
203219
|
-
|
|
203215
|
+
|
|
203220
203216
|
<nx-dialog>
|
|
203217
|
+
<div>
|
|
203218
|
+
<button onclick="this.#apply()">소스 적용</button>
|
|
203219
|
+
</div>
|
|
203220
|
+
|
|
203221
203221
|
<nx-tab theme="theme-4">
|
|
203222
203222
|
<nx-tab-page caption="mybatis">
|
|
203223
203223
|
<ide-diff class="mybatis"></ide-diff>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203208,12 +203208,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
203208
203208
|
<style>
|
|
203209
203209
|
|
|
203210
203210
|
</style>
|
|
203211
|
-
|
|
203212
|
-
<div>
|
|
203213
|
-
<button onclick="this.#apply()">소스 적용</button>
|
|
203214
|
-
</div>
|
|
203215
|
-
|
|
203211
|
+
|
|
203216
203212
|
<nx-dialog>
|
|
203213
|
+
<div>
|
|
203214
|
+
<button onclick="this.#apply()">소스 적용</button>
|
|
203215
|
+
</div>
|
|
203216
|
+
|
|
203217
203217
|
<nx-tab theme="theme-4">
|
|
203218
203218
|
<nx-tab-page caption="mybatis">
|
|
203219
203219
|
<ide-diff class="mybatis"></ide-diff>
|
|
@@ -20,12 +20,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
20
20
|
<style>
|
|
21
21
|
|
|
22
22
|
</style>
|
|
23
|
-
|
|
24
|
-
<div>
|
|
25
|
-
<button onclick="this.#apply()">소스 적용</button>
|
|
26
|
-
</div>
|
|
27
|
-
|
|
23
|
+
|
|
28
24
|
<nx-dialog>
|
|
25
|
+
<div>
|
|
26
|
+
<button onclick="this.#apply()">소스 적용</button>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
29
|
<nx-tab theme="theme-4">
|
|
30
30
|
<nx-tab-page caption="mybatis">
|
|
31
31
|
<ide-diff class="mybatis"></ide-diff>
|
package/package.json
CHANGED
|
@@ -20,12 +20,12 @@ class IdeDiffPopup extends HTMLElement
|
|
|
20
20
|
<style>
|
|
21
21
|
|
|
22
22
|
</style>
|
|
23
|
-
|
|
24
|
-
<div>
|
|
25
|
-
<button onclick="this.#apply()">소스 적용</button>
|
|
26
|
-
</div>
|
|
27
|
-
|
|
23
|
+
|
|
28
24
|
<nx-dialog>
|
|
25
|
+
<div>
|
|
26
|
+
<button onclick="this.#apply()">소스 적용</button>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
29
|
<nx-tab theme="theme-4">
|
|
30
30
|
<nx-tab-page caption="mybatis">
|
|
31
31
|
<ide-diff class="mybatis"></ide-diff>
|