ide-assi 0.598.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 -27
- package/dist/bundle.esm.js +1 -27
- package/dist/components/ideAi.js +5 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +5 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202659,35 +202659,9 @@ console.log(el, href, title);
|
|
|
202659
202659
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202660
202660
|
|
|
202661
202661
|
|
|
202662
|
-
|
|
202663
|
-
//active가 상세면
|
|
202664
|
-
if (!apply.javascript) {
|
|
202665
|
-
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
202666
|
-
}
|
|
202667
|
-
if (what === "1") {
|
|
202668
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
202669
|
-
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
202670
|
-
}
|
|
202671
|
-
console.log("111111111")
|
|
202672
|
-
//await this.#createSource(userPrompt, apply);
|
|
202673
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202674
|
-
}
|
|
202675
|
-
else if (what === "2") {
|
|
202676
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202677
|
-
}
|
|
202662
|
+
console.log(what);
|
|
202678
202663
|
|
|
202679
202664
|
return;
|
|
202680
|
-
*/
|
|
202681
|
-
|
|
202682
|
-
|
|
202683
|
-
if (what === "1") {
|
|
202684
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202685
|
-
//await this.#createSource(userPrompt, apply);
|
|
202686
|
-
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202687
|
-
}
|
|
202688
|
-
else if (what === "2") {
|
|
202689
|
-
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202690
|
-
}
|
|
202691
202665
|
}
|
|
202692
202666
|
|
|
202693
202667
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202655,35 +202655,9 @@ console.log(el, href, title);
|
|
|
202655
202655
|
progressMessageInstance.updateProgress('prepare1', 'completed');
|
|
202656
202656
|
|
|
202657
202657
|
|
|
202658
|
-
|
|
202659
|
-
//active가 상세면
|
|
202660
|
-
if (!apply.javascript) {
|
|
202661
|
-
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
202662
|
-
}
|
|
202663
|
-
if (what === "1") {
|
|
202664
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
202665
|
-
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
202666
|
-
}
|
|
202667
|
-
console.log("111111111")
|
|
202668
|
-
//await this.#createSource(userPrompt, apply);
|
|
202669
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202670
|
-
}
|
|
202671
|
-
else if (what === "2") {
|
|
202672
|
-
return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
|
|
202673
|
-
}
|
|
202658
|
+
console.log(what);
|
|
202674
202659
|
|
|
202675
202660
|
return;
|
|
202676
|
-
*/
|
|
202677
|
-
|
|
202678
|
-
|
|
202679
|
-
if (what === "1") {
|
|
202680
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
202681
|
-
//await this.#createSource(userPrompt, apply);
|
|
202682
|
-
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202683
|
-
}
|
|
202684
|
-
else if (what === "2") {
|
|
202685
|
-
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202686
|
-
}
|
|
202687
202661
|
}
|
|
202688
202662
|
|
|
202689
202663
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED