ide-assi 0.136.0 → 0.137.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.
@@ -193515,6 +193515,8 @@ class IdeAi
193515
193515
  const files = ["mybatis.xml", "service.java", "controller.java", "react.jsx"];
193516
193516
 
193517
193517
  const params = await Promise.all(
193518
+
193519
+
193518
193520
  files.map(async (file) => ({
193519
193521
  path: ninegrid.decode(file, "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript),
193520
193522
  contents: await fetch(`/api/templates/${file}`).then(res => res.text()),
@@ -193556,7 +193558,12 @@ class IdeAi
193556
193558
  const where = await this.#where(userPrompt, this.#getMenuInfo(), await this.#getTableList());
193557
193559
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193558
193560
  console.log(where);
193559
- /**
193561
+
193562
+ console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193563
+
193564
+
193565
+
193566
+ /**
193560
193567
  const columnInfo = await this.#getColumnInfo(where.table);
193561
193568
 
193562
193569
  //const mybatisXmlSource = await this.#generateMyBatis(userPrompt, where.package, columnInfo);
@@ -193511,6 +193511,8 @@ class IdeAi
193511
193511
  const files = ["mybatis.xml", "service.java", "controller.java", "react.jsx"];
193512
193512
 
193513
193513
  const params = await Promise.all(
193514
+
193515
+
193514
193516
  files.map(async (file) => ({
193515
193517
  path: ninegrid.decode(file, "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript),
193516
193518
  contents: await fetch(`/api/templates/${file}`).then(res => res.text()),
@@ -193552,7 +193554,12 @@ class IdeAi
193552
193554
  const where = await this.#where(userPrompt, this.#getMenuInfo(), await this.#getTableList());
193553
193555
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193554
193556
  console.log(where);
193555
- /**
193557
+
193558
+ console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193559
+
193560
+
193561
+
193562
+ /**
193556
193563
  const columnInfo = await this.#getColumnInfo(where.table);
193557
193564
 
193558
193565
  //const mybatisXmlSource = await this.#generateMyBatis(userPrompt, where.package, columnInfo);
@@ -221,6 +221,8 @@ export class IdeAi
221
221
  const files = ["mybatis.xml", "service.java", "controller.java", "react.jsx"];
222
222
 
223
223
  const params = await Promise.all(
224
+
225
+
224
226
  files.map(async (file) => ({
225
227
  path: ninegrid.decode(file, "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript),
226
228
  contents: await fetch(`/api/templates/${file}`).then(res => res.text()),
@@ -276,7 +278,12 @@ export class IdeAi
276
278
  const where = await this.#where(userPrompt, this.#getMenuInfo(), await this.#getTableList());
277
279
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
278
280
  console.log(where);
279
- /**
281
+
282
+ console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
283
+
284
+
285
+
286
+ /**
280
287
  const columnInfo = await this.#getColumnInfo(where.table);
281
288
 
282
289
  //const mybatisXmlSource = await this.#generateMyBatis(userPrompt, where.package, columnInfo);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.136.0",
4
+ "version": "0.137.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -221,6 +221,8 @@ export class IdeAi
221
221
  const files = ["mybatis.xml", "service.java", "controller.java", "react.jsx"];
222
222
 
223
223
  const params = await Promise.all(
224
+
225
+
224
226
  files.map(async (file) => ({
225
227
  path: ninegrid.decode(file, "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript),
226
228
  contents: await fetch(`/api/templates/${file}`).then(res => res.text()),
@@ -276,7 +278,12 @@ export class IdeAi
276
278
  const where = await this.#where(userPrompt, this.#getMenuInfo(), await this.#getTableList());
277
279
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
278
280
  console.log(where);
279
- /**
281
+
282
+ console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
283
+
284
+
285
+
286
+ /**
280
287
  const columnInfo = await this.#getColumnInfo(where.table);
281
288
 
282
289
  //const mybatisXmlSource = await this.#generateMyBatis(userPrompt, where.package, columnInfo);