ide-assi 0.170.0 → 0.171.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 +0 -6
- package/dist/bundle.esm.js +0 -6
- package/dist/components/ideAi.js +0 -2
- package/dist/components/ideAssi.js +0 -2
- package/dist/components/ideAssiSettings.js +0 -2
- package/package.json +1 -1
- package/src/components/ideAi.js +0 -2
- package/src/components/ideAssi.js +0 -2
- package/src/components/ideAssiSettings.js +0 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -193643,8 +193643,6 @@ class IdeAi
|
|
|
193643
193643
|
});
|
|
193644
193644
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
193645
193645
|
|
|
193646
|
-
return "111";
|
|
193647
|
-
|
|
193648
193646
|
const serviceSrc = await this.#generateTmplFile("/prompts/meta/BuildService.txt", "service.java", {
|
|
193649
193647
|
userPrompt: userPrompt,
|
|
193650
193648
|
menuUrl: where.menu.url,
|
|
@@ -193740,8 +193738,6 @@ class IdeAssi extends HTMLElement
|
|
|
193740
193738
|
#init = (info) => {
|
|
193741
193739
|
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
193742
193740
|
|
|
193743
|
-
this.settings.server = "ollama";
|
|
193744
|
-
|
|
193745
193741
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
193746
193742
|
|
|
193747
193743
|
this.shadowRoot.querySelector(".expand-icon").addEventListener("click", this.#toggleCollapseHandler);
|
|
@@ -193865,8 +193861,6 @@ customElements.define("ide-assi", IdeAssi);
|
|
|
193865
193861
|
class ideAssiSettings extends HTMLElement
|
|
193866
193862
|
{
|
|
193867
193863
|
constructor() {
|
|
193868
|
-
console.log("construct");
|
|
193869
|
-
|
|
193870
193864
|
super();
|
|
193871
193865
|
this.attachShadow({ mode: 'open' });
|
|
193872
193866
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193639,8 +193639,6 @@ class IdeAi
|
|
|
193639
193639
|
});
|
|
193640
193640
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
193641
193641
|
|
|
193642
|
-
return "111";
|
|
193643
|
-
|
|
193644
193642
|
const serviceSrc = await this.#generateTmplFile("/prompts/meta/BuildService.txt", "service.java", {
|
|
193645
193643
|
userPrompt: userPrompt,
|
|
193646
193644
|
menuUrl: where.menu.url,
|
|
@@ -193736,8 +193734,6 @@ class IdeAssi extends HTMLElement
|
|
|
193736
193734
|
#init = (info) => {
|
|
193737
193735
|
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
193738
193736
|
|
|
193739
|
-
this.settings.server = "ollama";
|
|
193740
|
-
|
|
193741
193737
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
193742
193738
|
|
|
193743
193739
|
this.shadowRoot.querySelector(".expand-icon").addEventListener("click", this.#toggleCollapseHandler);
|
|
@@ -193861,8 +193857,6 @@ customElements.define("ide-assi", IdeAssi);
|
|
|
193861
193857
|
class ideAssiSettings extends HTMLElement
|
|
193862
193858
|
{
|
|
193863
193859
|
constructor() {
|
|
193864
|
-
console.log("construct");
|
|
193865
|
-
|
|
193866
193860
|
super();
|
|
193867
193861
|
this.attachShadow({ mode: 'open' });
|
|
193868
193862
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -299,8 +299,6 @@ export class IdeAi
|
|
|
299
299
|
});
|
|
300
300
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
301
301
|
|
|
302
|
-
return "111";
|
|
303
|
-
|
|
304
302
|
const serviceSrc = await this.#generateTmplFile("/prompts/meta/BuildService.txt", "service.java", {
|
|
305
303
|
userPrompt: userPrompt,
|
|
306
304
|
menuUrl: where.menu.url,
|
|
@@ -57,8 +57,6 @@ export class IdeAssi extends HTMLElement
|
|
|
57
57
|
#init = (info) => {
|
|
58
58
|
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
59
59
|
|
|
60
|
-
this.settings.server = "ollama";
|
|
61
|
-
|
|
62
60
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
63
61
|
|
|
64
62
|
this.shadowRoot.querySelector(".expand-icon").addEventListener("click", this.#toggleCollapseHandler);
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -299,8 +299,6 @@ export class IdeAi
|
|
|
299
299
|
});
|
|
300
300
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
301
301
|
|
|
302
|
-
return "111";
|
|
303
|
-
|
|
304
302
|
const serviceSrc = await this.#generateTmplFile("/prompts/meta/BuildService.txt", "service.java", {
|
|
305
303
|
userPrompt: userPrompt,
|
|
306
304
|
menuUrl: where.menu.url,
|
|
@@ -57,8 +57,6 @@ export class IdeAssi extends HTMLElement
|
|
|
57
57
|
#init = (info) => {
|
|
58
58
|
this.settings = this.shadowRoot.querySelector("ide-assi-settings");
|
|
59
59
|
|
|
60
|
-
this.settings.server = "ollama";
|
|
61
|
-
|
|
62
60
|
this.shadowRoot.querySelector("textarea").addEventListener("keydown", this.#keydownHandler);
|
|
63
61
|
|
|
64
62
|
this.shadowRoot.querySelector(".expand-icon").addEventListener("click", this.#toggleCollapseHandler);
|