ide-assi 0.595.0 → 0.597.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 +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +2 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202658,6 +202658,7 @@ console.log(el, href, title);
|
|
|
202658
202658
|
//this.#parent.addMessage("명령을 이해했습니다.");
|
|
202659
202659
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202660
202660
|
|
|
202661
|
+
|
|
202661
202662
|
//active가 상세면
|
|
202662
202663
|
if (!apply.javascript) ;
|
|
202663
202664
|
if (what === "1") {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202654,6 +202654,7 @@ console.log(el, href, title);
|
|
|
202654
202654
|
//this.#parent.addMessage("명령을 이해했습니다.");
|
|
202655
202655
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202656
202656
|
|
|
202657
|
+
|
|
202657
202658
|
//active가 상세면
|
|
202658
202659
|
if (!apply.javascript) ;
|
|
202659
202660
|
if (what === "1") {
|
package/dist/components/ideAi.js
CHANGED
|
@@ -788,6 +788,7 @@ console.log(el, href, title);
|
|
|
788
788
|
//this.#parent.addMessage("명령을 이해했습니다.");
|
|
789
789
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
790
790
|
|
|
791
|
+
|
|
791
792
|
//active가 상세면
|
|
792
793
|
if (!apply.javascript) {
|
|
793
794
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
@@ -806,6 +807,7 @@ console.log(el, href, title);
|
|
|
806
807
|
|
|
807
808
|
return;
|
|
808
809
|
|
|
810
|
+
|
|
809
811
|
if (what === "1") {
|
|
810
812
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
811
813
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -788,6 +788,7 @@ console.log(el, href, title);
|
|
|
788
788
|
//this.#parent.addMessage("명령을 이해했습니다.");
|
|
789
789
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
790
790
|
|
|
791
|
+
|
|
791
792
|
//active가 상세면
|
|
792
793
|
if (!apply.javascript) {
|
|
793
794
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
@@ -806,6 +807,7 @@ console.log(el, href, title);
|
|
|
806
807
|
|
|
807
808
|
return;
|
|
808
809
|
|
|
810
|
+
|
|
809
811
|
if (what === "1") {
|
|
810
812
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
811
813
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|