ide-assi 0.705.0 → 0.707.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.
@@ -203143,7 +203143,7 @@ console.log(el, href, title);
203143
203143
  myBatisPath: srcPath.mybatis,
203144
203144
  namespace: srcPath.namespace,
203145
203145
  package: srcPath.package + ".service",
203146
- mybatisXmlSource: mybatisXmlSource,
203146
+ mybatisXmlSource: generatedSource.mybatis,
203147
203147
  });
203148
203148
  //this.#parent.addMessage("Java(Service) 소스파일을 생성했습니다.");
203149
203149
  progressMessageInstance.updateProgress('service', 'completed');
@@ -203156,7 +203156,7 @@ console.log(el, href, title);
203156
203156
  baseClass: srcPath.baseClass,
203157
203157
  menuUrl: where.menu.url,
203158
203158
  package: srcPath.package + ".controller",
203159
- serviceSource: serviceSrc,
203159
+ serviceSource: generatedSource.service,
203160
203160
  });
203161
203161
  //this.#parent.addMessage("Java(Controller) 소스파일을 생성했습니다.");
203162
203162
  progressMessageInstance.updateProgress('controller', 'completed');
@@ -203170,8 +203170,8 @@ console.log(el, href, title);
203170
203170
  menuUrl: where.menu.url,
203171
203171
  menuName: where.menu.name,
203172
203172
  baseClass: srcPath.baseClass,
203173
- mybatisXmlSource: mybatisXmlSource,
203174
- controllerSource: controllerSrc,
203173
+ mybatisXmlSource: generatedSource.mybatis,
203174
+ controllerSource: generatedSource.controller,
203175
203175
  tableDefinitions: JSON.stringify(columnInfo),
203176
203176
  });
203177
203177
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
@@ -203208,6 +203208,7 @@ console.log(el, href, title);
203208
203208
  if (apply.javascript) {
203209
203209
  apply.javascriptFrom = true;
203210
203210
  apply.javascriptTo = true;
203211
+ apply.javascript = false;
203211
203212
  }
203212
203213
 
203213
203214
  for (const key in apply) {
@@ -203139,7 +203139,7 @@ console.log(el, href, title);
203139
203139
  myBatisPath: srcPath.mybatis,
203140
203140
  namespace: srcPath.namespace,
203141
203141
  package: srcPath.package + ".service",
203142
- mybatisXmlSource: mybatisXmlSource,
203142
+ mybatisXmlSource: generatedSource.mybatis,
203143
203143
  });
203144
203144
  //this.#parent.addMessage("Java(Service) 소스파일을 생성했습니다.");
203145
203145
  progressMessageInstance.updateProgress('service', 'completed');
@@ -203152,7 +203152,7 @@ console.log(el, href, title);
203152
203152
  baseClass: srcPath.baseClass,
203153
203153
  menuUrl: where.menu.url,
203154
203154
  package: srcPath.package + ".controller",
203155
- serviceSource: serviceSrc,
203155
+ serviceSource: generatedSource.service,
203156
203156
  });
203157
203157
  //this.#parent.addMessage("Java(Controller) 소스파일을 생성했습니다.");
203158
203158
  progressMessageInstance.updateProgress('controller', 'completed');
@@ -203166,8 +203166,8 @@ console.log(el, href, title);
203166
203166
  menuUrl: where.menu.url,
203167
203167
  menuName: where.menu.name,
203168
203168
  baseClass: srcPath.baseClass,
203169
- mybatisXmlSource: mybatisXmlSource,
203170
- controllerSource: controllerSrc,
203169
+ mybatisXmlSource: generatedSource.mybatis,
203170
+ controllerSource: generatedSource.controller,
203171
203171
  tableDefinitions: JSON.stringify(columnInfo),
203172
203172
  });
203173
203173
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
@@ -203204,6 +203204,7 @@ console.log(el, href, title);
203204
203204
  if (apply.javascript) {
203205
203205
  apply.javascriptFrom = true;
203206
203206
  apply.javascriptTo = true;
203207
+ apply.javascript = false;
203207
203208
  }
203208
203209
 
203209
203210
  for (const key in apply) {
@@ -617,7 +617,7 @@ console.log(el, href, title);
617
617
  myBatisPath: srcPath.mybatis,
618
618
  namespace: srcPath.namespace,
619
619
  package: srcPath.package + ".service",
620
- mybatisXmlSource: mybatisXmlSource,
620
+ mybatisXmlSource: generatedSource.mybatis,
621
621
  });
622
622
  //this.#parent.addMessage("Java(Service) 소스파일을 생성했습니다.");
623
623
  progressMessageInstance.updateProgress('service', 'completed');
@@ -630,7 +630,7 @@ console.log(el, href, title);
630
630
  baseClass: srcPath.baseClass,
631
631
  menuUrl: where.menu.url,
632
632
  package: srcPath.package + ".controller",
633
- serviceSource: serviceSrc,
633
+ serviceSource: generatedSource.service,
634
634
  });
635
635
  //this.#parent.addMessage("Java(Controller) 소스파일을 생성했습니다.");
636
636
  progressMessageInstance.updateProgress('controller', 'completed');
@@ -644,8 +644,8 @@ console.log(el, href, title);
644
644
  menuUrl: where.menu.url,
645
645
  menuName: where.menu.name,
646
646
  baseClass: srcPath.baseClass,
647
- mybatisXmlSource: mybatisXmlSource,
648
- controllerSource: controllerSrc,
647
+ mybatisXmlSource: generatedSource.mybatis,
648
+ controllerSource: generatedSource.controller,
649
649
  tableDefinitions: JSON.stringify(columnInfo),
650
650
  });
651
651
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
@@ -682,6 +682,7 @@ console.log(el, href, title);
682
682
  if (apply.javascript) {
683
683
  apply.javascriptFrom = true;
684
684
  apply.javascriptTo = true;
685
+ apply.javascript = false;
685
686
  }
686
687
 
687
688
  for (const key in apply) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.705.0",
4
+ "version": "0.707.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -617,7 +617,7 @@ console.log(el, href, title);
617
617
  myBatisPath: srcPath.mybatis,
618
618
  namespace: srcPath.namespace,
619
619
  package: srcPath.package + ".service",
620
- mybatisXmlSource: mybatisXmlSource,
620
+ mybatisXmlSource: generatedSource.mybatis,
621
621
  });
622
622
  //this.#parent.addMessage("Java(Service) 소스파일을 생성했습니다.");
623
623
  progressMessageInstance.updateProgress('service', 'completed');
@@ -630,7 +630,7 @@ console.log(el, href, title);
630
630
  baseClass: srcPath.baseClass,
631
631
  menuUrl: where.menu.url,
632
632
  package: srcPath.package + ".controller",
633
- serviceSource: serviceSrc,
633
+ serviceSource: generatedSource.service,
634
634
  });
635
635
  //this.#parent.addMessage("Java(Controller) 소스파일을 생성했습니다.");
636
636
  progressMessageInstance.updateProgress('controller', 'completed');
@@ -644,8 +644,8 @@ console.log(el, href, title);
644
644
  menuUrl: where.menu.url,
645
645
  menuName: where.menu.name,
646
646
  baseClass: srcPath.baseClass,
647
- mybatisXmlSource: mybatisXmlSource,
648
- controllerSource: controllerSrc,
647
+ mybatisXmlSource: generatedSource.mybatis,
648
+ controllerSource: generatedSource.controller,
649
649
  tableDefinitions: JSON.stringify(columnInfo),
650
650
  });
651
651
  //this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
@@ -682,6 +682,7 @@ console.log(el, href, title);
682
682
  if (apply.javascript) {
683
683
  apply.javascriptFrom = true;
684
684
  apply.javascriptTo = true;
685
+ apply.javascript = false;
685
686
  }
686
687
 
687
688
  for (const key in apply) {