ide-assi 0.286.0 → 0.287.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
|
@@ -193896,25 +193896,20 @@ class IdeAssi extends HTMLElement
|
|
|
193896
193896
|
<nx-ai-chat></nx-ai-chat>
|
|
193897
193897
|
<div class="foot">
|
|
193898
193898
|
<div class="apply-src">
|
|
193899
|
-
<legend>변경 소스:</legend>
|
|
193900
|
-
|
|
193901
193899
|
<div>
|
|
193902
|
-
<input type="checkbox" id="mybatis" name="mybatis" value="Y" />
|
|
193900
|
+
<input type="checkbox" id="mybatis" name="mybatis" value="Y" checked />
|
|
193903
193901
|
<label for="mybatis">MyBatis</label>
|
|
193904
193902
|
</div>
|
|
193905
|
-
|
|
193906
193903
|
<div>
|
|
193907
|
-
<input type="checkbox" id="service" name="service" value="Y" />
|
|
193904
|
+
<input type="checkbox" id="service" name="service" value="Y" checked />
|
|
193908
193905
|
<label for="service">Service</label>
|
|
193909
193906
|
</div>
|
|
193910
|
-
|
|
193911
193907
|
<div>
|
|
193912
|
-
<input type="checkbox" id="controller" name="controller" value="Y" />
|
|
193908
|
+
<input type="checkbox" id="controller" name="controller" value="Y" checked />
|
|
193913
193909
|
<label for="controller">Controller</label>
|
|
193914
193910
|
</div>
|
|
193915
|
-
|
|
193916
193911
|
<div>
|
|
193917
|
-
<input type="checkbox" id="javascript" name="javascript" value="Y" />
|
|
193912
|
+
<input type="checkbox" id="javascript" name="javascript" value="Y" checked />
|
|
193918
193913
|
<label for="javascript">JavaScript</label>
|
|
193919
193914
|
</div>
|
|
193920
193915
|
</div>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193892,25 +193892,20 @@ class IdeAssi extends HTMLElement
|
|
|
193892
193892
|
<nx-ai-chat></nx-ai-chat>
|
|
193893
193893
|
<div class="foot">
|
|
193894
193894
|
<div class="apply-src">
|
|
193895
|
-
<legend>변경 소스:</legend>
|
|
193896
|
-
|
|
193897
193895
|
<div>
|
|
193898
|
-
<input type="checkbox" id="mybatis" name="mybatis" value="Y" />
|
|
193896
|
+
<input type="checkbox" id="mybatis" name="mybatis" value="Y" checked />
|
|
193899
193897
|
<label for="mybatis">MyBatis</label>
|
|
193900
193898
|
</div>
|
|
193901
|
-
|
|
193902
193899
|
<div>
|
|
193903
|
-
<input type="checkbox" id="service" name="service" value="Y" />
|
|
193900
|
+
<input type="checkbox" id="service" name="service" value="Y" checked />
|
|
193904
193901
|
<label for="service">Service</label>
|
|
193905
193902
|
</div>
|
|
193906
|
-
|
|
193907
193903
|
<div>
|
|
193908
|
-
<input type="checkbox" id="controller" name="controller" value="Y" />
|
|
193904
|
+
<input type="checkbox" id="controller" name="controller" value="Y" checked />
|
|
193909
193905
|
<label for="controller">Controller</label>
|
|
193910
193906
|
</div>
|
|
193911
|
-
|
|
193912
193907
|
<div>
|
|
193913
|
-
<input type="checkbox" id="javascript" name="javascript" value="Y" />
|
|
193908
|
+
<input type="checkbox" id="javascript" name="javascript" value="Y" checked />
|
|
193914
193909
|
<label for="javascript">JavaScript</label>
|
|
193915
193910
|
</div>
|
|
193916
193911
|
</div>
|
|
@@ -37,25 +37,20 @@ export class IdeAssi extends HTMLElement
|
|
|
37
37
|
<nx-ai-chat></nx-ai-chat>
|
|
38
38
|
<div class="foot">
|
|
39
39
|
<div class="apply-src">
|
|
40
|
-
<legend>변경 소스:</legend>
|
|
41
|
-
|
|
42
40
|
<div>
|
|
43
|
-
<input type="checkbox" id="mybatis" name="mybatis" value="Y" />
|
|
41
|
+
<input type="checkbox" id="mybatis" name="mybatis" value="Y" checked />
|
|
44
42
|
<label for="mybatis">MyBatis</label>
|
|
45
43
|
</div>
|
|
46
|
-
|
|
47
44
|
<div>
|
|
48
|
-
<input type="checkbox" id="service" name="service" value="Y" />
|
|
45
|
+
<input type="checkbox" id="service" name="service" value="Y" checked />
|
|
49
46
|
<label for="service">Service</label>
|
|
50
47
|
</div>
|
|
51
|
-
|
|
52
48
|
<div>
|
|
53
|
-
<input type="checkbox" id="controller" name="controller" value="Y" />
|
|
49
|
+
<input type="checkbox" id="controller" name="controller" value="Y" checked />
|
|
54
50
|
<label for="controller">Controller</label>
|
|
55
51
|
</div>
|
|
56
|
-
|
|
57
52
|
<div>
|
|
58
|
-
<input type="checkbox" id="javascript" name="javascript" value="Y" />
|
|
53
|
+
<input type="checkbox" id="javascript" name="javascript" value="Y" checked />
|
|
59
54
|
<label for="javascript">JavaScript</label>
|
|
60
55
|
</div>
|
|
61
56
|
</div>
|
package/package.json
CHANGED
|
@@ -37,25 +37,20 @@ export class IdeAssi extends HTMLElement
|
|
|
37
37
|
<nx-ai-chat></nx-ai-chat>
|
|
38
38
|
<div class="foot">
|
|
39
39
|
<div class="apply-src">
|
|
40
|
-
<legend>변경 소스:</legend>
|
|
41
|
-
|
|
42
40
|
<div>
|
|
43
|
-
<input type="checkbox" id="mybatis" name="mybatis" value="Y" />
|
|
41
|
+
<input type="checkbox" id="mybatis" name="mybatis" value="Y" checked />
|
|
44
42
|
<label for="mybatis">MyBatis</label>
|
|
45
43
|
</div>
|
|
46
|
-
|
|
47
44
|
<div>
|
|
48
|
-
<input type="checkbox" id="service" name="service" value="Y" />
|
|
45
|
+
<input type="checkbox" id="service" name="service" value="Y" checked />
|
|
49
46
|
<label for="service">Service</label>
|
|
50
47
|
</div>
|
|
51
|
-
|
|
52
48
|
<div>
|
|
53
|
-
<input type="checkbox" id="controller" name="controller" value="Y" />
|
|
49
|
+
<input type="checkbox" id="controller" name="controller" value="Y" checked />
|
|
54
50
|
<label for="controller">Controller</label>
|
|
55
51
|
</div>
|
|
56
|
-
|
|
57
52
|
<div>
|
|
58
|
-
<input type="checkbox" id="javascript" name="javascript" value="Y" />
|
|
53
|
+
<input type="checkbox" id="javascript" name="javascript" value="Y" checked />
|
|
59
54
|
<label for="javascript">JavaScript</label>
|
|
60
55
|
</div>
|
|
61
56
|
</div>
|