ide-assi 0.597.0 → 0.599.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 -11
- package/dist/bundle.esm.js +1 -11
- package/dist/components/ideAi.js +7 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +7 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202659,17 +202659,7 @@ console.log(el, href, title);
|
|
|
202659
202659
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202660
202660
|
|
|
202661
202661
|
|
|
202662
|
-
|
|
202663
|
-
if (!apply.javascript) ;
|
|
202664
|
-
if (what === "1") {
|
|
202665
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202666
|
-
console.log("111111111");
|
|
202667
|
-
//await this.#createSource(userPrompt, apply);
|
|
202668
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202669
|
-
}
|
|
202670
|
-
else if (what === "2") {
|
|
202671
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202672
|
-
}
|
|
202662
|
+
console.log(what);
|
|
202673
202663
|
|
|
202674
202664
|
return;
|
|
202675
202665
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202655,17 +202655,7 @@ console.log(el, href, title);
|
|
|
202655
202655
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202656
202656
|
|
|
202657
202657
|
|
|
202658
|
-
|
|
202659
|
-
if (!apply.javascript) ;
|
|
202660
|
-
if (what === "1") {
|
|
202661
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202662
|
-
console.log("111111111");
|
|
202663
|
-
//await this.#createSource(userPrompt, apply);
|
|
202664
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202665
|
-
}
|
|
202666
|
-
else if (what === "2") {
|
|
202667
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202668
|
-
}
|
|
202658
|
+
console.log(what);
|
|
202669
202659
|
|
|
202670
202660
|
return;
|
|
202671
202661
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -789,6 +789,12 @@ console.log(el, href, title);
|
|
|
789
789
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
790
790
|
|
|
791
791
|
|
|
792
|
+
console.log(what);
|
|
793
|
+
|
|
794
|
+
return;
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
/**
|
|
792
798
|
//active가 상세면
|
|
793
799
|
if (!apply.javascript) {
|
|
794
800
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
@@ -806,6 +812,7 @@ console.log(el, href, title);
|
|
|
806
812
|
}
|
|
807
813
|
|
|
808
814
|
return;
|
|
815
|
+
*/
|
|
809
816
|
|
|
810
817
|
|
|
811
818
|
if (what === "1") {
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -789,6 +789,12 @@ console.log(el, href, title);
|
|
|
789
789
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
790
790
|
|
|
791
791
|
|
|
792
|
+
console.log(what);
|
|
793
|
+
|
|
794
|
+
return;
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
/**
|
|
792
798
|
//active가 상세면
|
|
793
799
|
if (!apply.javascript) {
|
|
794
800
|
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
@@ -806,6 +812,7 @@ console.log(el, href, title);
|
|
|
806
812
|
}
|
|
807
813
|
|
|
808
814
|
return;
|
|
815
|
+
*/
|
|
809
816
|
|
|
810
817
|
|
|
811
818
|
if (what === "1") {
|