ide-assi 0.587.0 → 0.589.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
CHANGED
|
@@ -202382,6 +202382,7 @@ console.log(el, href, title);
|
|
|
202382
202382
|
menuUrl: where.menu.url,
|
|
202383
202383
|
menuName: where.menu.name,
|
|
202384
202384
|
baseClass: srcPath.baseClass,
|
|
202385
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
202385
202386
|
controllerSource: controllerSrc,
|
|
202386
202387
|
tableDefinitions: JSON.stringify(columnInfo),
|
|
202387
202388
|
});
|
|
@@ -202714,7 +202715,6 @@ class IdeAssi extends HTMLElement
|
|
|
202714
202715
|
const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
|
|
202715
202716
|
tipPopup.popup();
|
|
202716
202717
|
|
|
202717
|
-
/**
|
|
202718
202718
|
try {
|
|
202719
202719
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
202720
202720
|
tipPopup.close();
|
|
@@ -202726,7 +202726,7 @@ class IdeAssi extends HTMLElement
|
|
|
202726
202726
|
tipPopup.close();
|
|
202727
202727
|
console.error(error);
|
|
202728
202728
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202729
|
-
}
|
|
202729
|
+
}
|
|
202730
202730
|
|
|
202731
202731
|
this.#ing = false;
|
|
202732
202732
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202378,6 +202378,7 @@ console.log(el, href, title);
|
|
|
202378
202378
|
menuUrl: where.menu.url,
|
|
202379
202379
|
menuName: where.menu.name,
|
|
202380
202380
|
baseClass: srcPath.baseClass,
|
|
202381
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
202381
202382
|
controllerSource: controllerSrc,
|
|
202382
202383
|
tableDefinitions: JSON.stringify(columnInfo),
|
|
202383
202384
|
});
|
|
@@ -202710,7 +202711,6 @@ class IdeAssi extends HTMLElement
|
|
|
202710
202711
|
const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
|
|
202711
202712
|
tipPopup.popup();
|
|
202712
202713
|
|
|
202713
|
-
/**
|
|
202714
202714
|
try {
|
|
202715
202715
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
202716
202716
|
tipPopup.close();
|
|
@@ -202722,7 +202722,7 @@ class IdeAssi extends HTMLElement
|
|
|
202722
202722
|
tipPopup.close();
|
|
202723
202723
|
console.error(error);
|
|
202724
202724
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202725
|
-
}
|
|
202725
|
+
}
|
|
202726
202726
|
|
|
202727
202727
|
this.#ing = false;
|
|
202728
202728
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -512,6 +512,7 @@ console.log(el, href, title);
|
|
|
512
512
|
menuUrl: where.menu.url,
|
|
513
513
|
menuName: where.menu.name,
|
|
514
514
|
baseClass: srcPath.baseClass,
|
|
515
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
515
516
|
controllerSource: controllerSrc,
|
|
516
517
|
tableDefinitions: JSON.stringify(columnInfo),
|
|
517
518
|
});
|
|
@@ -172,7 +172,6 @@ export class IdeAssi extends HTMLElement
|
|
|
172
172
|
const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
|
|
173
173
|
tipPopup.popup();
|
|
174
174
|
|
|
175
|
-
/**
|
|
176
175
|
try {
|
|
177
176
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
178
177
|
tipPopup.close();
|
|
@@ -184,7 +183,7 @@ export class IdeAssi extends HTMLElement
|
|
|
184
183
|
tipPopup.close();
|
|
185
184
|
console.error(error);
|
|
186
185
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
187
|
-
}
|
|
186
|
+
}
|
|
188
187
|
|
|
189
188
|
this.#ing = false;
|
|
190
189
|
}
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -512,6 +512,7 @@ console.log(el, href, title);
|
|
|
512
512
|
menuUrl: where.menu.url,
|
|
513
513
|
menuName: where.menu.name,
|
|
514
514
|
baseClass: srcPath.baseClass,
|
|
515
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
515
516
|
controllerSource: controllerSrc,
|
|
516
517
|
tableDefinitions: JSON.stringify(columnInfo),
|
|
517
518
|
});
|
|
@@ -172,7 +172,6 @@ export class IdeAssi extends HTMLElement
|
|
|
172
172
|
const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
|
|
173
173
|
tipPopup.popup();
|
|
174
174
|
|
|
175
|
-
/**
|
|
176
175
|
try {
|
|
177
176
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
178
177
|
tipPopup.close();
|
|
@@ -184,7 +183,7 @@ export class IdeAssi extends HTMLElement
|
|
|
184
183
|
tipPopup.close();
|
|
185
184
|
console.error(error);
|
|
186
185
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
187
|
-
}
|
|
186
|
+
}
|
|
188
187
|
|
|
189
188
|
this.#ing = false;
|
|
190
189
|
}
|