ide-assi 0.417.0 → 0.418.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
|
@@ -202221,7 +202221,7 @@ export default DocManager;
|
|
|
202221
202221
|
<th>최종수정일</th>
|
|
202222
202222
|
</tr>
|
|
202223
202223
|
`;
|
|
202224
|
-
|
|
202224
|
+
/**
|
|
202225
202225
|
src1 = `
|
|
202226
202226
|
<tr>
|
|
202227
202227
|
<th>No.</th>
|
|
@@ -202245,7 +202245,7 @@ export default DocManager;
|
|
|
202245
202245
|
<th>최초등록일</th>
|
|
202246
202246
|
<th>최종수정일</th>
|
|
202247
202247
|
</tr>
|
|
202248
|
-
|
|
202248
|
+
`;*/
|
|
202249
202249
|
|
|
202250
202250
|
this.shadowRoot.querySelector("ide-diff-popup").popup(src1, src2);
|
|
202251
202251
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202217,7 +202217,7 @@ export default DocManager;
|
|
|
202217
202217
|
<th>최종수정일</th>
|
|
202218
202218
|
</tr>
|
|
202219
202219
|
`;
|
|
202220
|
-
|
|
202220
|
+
/**
|
|
202221
202221
|
src1 = `
|
|
202222
202222
|
<tr>
|
|
202223
202223
|
<th>No.</th>
|
|
@@ -202241,7 +202241,7 @@ export default DocManager;
|
|
|
202241
202241
|
<th>최초등록일</th>
|
|
202242
202242
|
<th>최종수정일</th>
|
|
202243
202243
|
</tr>
|
|
202244
|
-
|
|
202244
|
+
`;*/
|
|
202245
202245
|
|
|
202246
202246
|
this.shadowRoot.querySelector("ide-diff-popup").popup(src1, src2);
|
|
202247
202247
|
|
|
@@ -491,7 +491,7 @@ export default DocManager;
|
|
|
491
491
|
<th>최종수정일</th>
|
|
492
492
|
</tr>
|
|
493
493
|
`;
|
|
494
|
-
|
|
494
|
+
/**
|
|
495
495
|
src1 = `
|
|
496
496
|
<tr>
|
|
497
497
|
<th>No.</th>
|
|
@@ -515,7 +515,7 @@ export default DocManager;
|
|
|
515
515
|
<th>최초등록일</th>
|
|
516
516
|
<th>최종수정일</th>
|
|
517
517
|
</tr>
|
|
518
|
-
|
|
518
|
+
`;*/
|
|
519
519
|
|
|
520
520
|
this.shadowRoot.querySelector("ide-diff-popup").popup(src1, src2);
|
|
521
521
|
|
package/package.json
CHANGED
|
@@ -491,7 +491,7 @@ export default DocManager;
|
|
|
491
491
|
<th>최종수정일</th>
|
|
492
492
|
</tr>
|
|
493
493
|
`;
|
|
494
|
-
|
|
494
|
+
/**
|
|
495
495
|
src1 = `
|
|
496
496
|
<tr>
|
|
497
497
|
<th>No.</th>
|
|
@@ -515,7 +515,7 @@ export default DocManager;
|
|
|
515
515
|
<th>최초등록일</th>
|
|
516
516
|
<th>최종수정일</th>
|
|
517
517
|
</tr>
|
|
518
|
-
|
|
518
|
+
`;*/
|
|
519
519
|
|
|
520
520
|
this.shadowRoot.querySelector("ide-diff-popup").popup(src1, src2);
|
|
521
521
|
|