ide-assi 0.596.0 → 0.598.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 +2 -0
- package/dist/bundle.esm.js +2 -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
|
/**
|
|
202662
202663
|
//active가 상세면
|
|
202663
202664
|
if (!apply.javascript) {
|
|
@@ -202678,6 +202679,7 @@ console.log(el, href, title);
|
|
|
202678
202679
|
return;
|
|
202679
202680
|
*/
|
|
202680
202681
|
|
|
202682
|
+
|
|
202681
202683
|
if (what === "1") {
|
|
202682
202684
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202683
202685
|
//await this.#createSource(userPrompt, apply);
|
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
|
/**
|
|
202658
202659
|
//active가 상세면
|
|
202659
202660
|
if (!apply.javascript) {
|
|
@@ -202674,6 +202675,7 @@ console.log(el, href, title);
|
|
|
202674
202675
|
return;
|
|
202675
202676
|
*/
|
|
202676
202677
|
|
|
202678
|
+
|
|
202677
202679
|
if (what === "1") {
|
|
202678
202680
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202679
202681
|
//await this.#createSource(userPrompt, apply);
|
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
|
/**
|
|
792
793
|
//active가 상세면
|
|
793
794
|
if (!apply.javascript) {
|
|
@@ -808,6 +809,7 @@ console.log(el, href, title);
|
|
|
808
809
|
return;
|
|
809
810
|
*/
|
|
810
811
|
|
|
812
|
+
|
|
811
813
|
if (what === "1") {
|
|
812
814
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
813
815
|
//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
|
/**
|
|
792
793
|
//active가 상세면
|
|
793
794
|
if (!apply.javascript) {
|
|
@@ -808,6 +809,7 @@ console.log(el, href, title);
|
|
|
808
809
|
return;
|
|
809
810
|
*/
|
|
810
811
|
|
|
812
|
+
|
|
811
813
|
if (what === "1") {
|
|
812
814
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
813
815
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|