ide-assi 0.615.0 → 0.616.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 +3 -0
- package/dist/bundle.esm.js +3 -0
- package/dist/components/ideAi.js +3 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +3 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202661,6 +202661,9 @@ console.log(el, href, title);
|
|
|
202661
202661
|
menuUrl: where.menu.url,
|
|
202662
202662
|
menuName: where.menu.name,
|
|
202663
202663
|
baseClass: srcPath.baseClass,
|
|
202664
|
+
classFrom: srcPath.classFrom,
|
|
202665
|
+
classTo: srcPath.classTo,
|
|
202666
|
+
index: srcPath.index,
|
|
202664
202667
|
mybatisXmlSource: mybatisXmlSource,
|
|
202665
202668
|
controllerSource: controllerSrc,
|
|
202666
202669
|
tableDefinitions: JSON.stringify(columnInfo),
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202657,6 +202657,9 @@ console.log(el, href, title);
|
|
|
202657
202657
|
menuUrl: where.menu.url,
|
|
202658
202658
|
menuName: where.menu.name,
|
|
202659
202659
|
baseClass: srcPath.baseClass,
|
|
202660
|
+
classFrom: srcPath.classFrom,
|
|
202661
|
+
classTo: srcPath.classTo,
|
|
202662
|
+
index: srcPath.index,
|
|
202660
202663
|
mybatisXmlSource: mybatisXmlSource,
|
|
202661
202664
|
controllerSource: controllerSrc,
|
|
202662
202665
|
tableDefinitions: JSON.stringify(columnInfo),
|
package/dist/components/ideAi.js
CHANGED
|
@@ -791,6 +791,9 @@ console.log(el, href, title);
|
|
|
791
791
|
menuUrl: where.menu.url,
|
|
792
792
|
menuName: where.menu.name,
|
|
793
793
|
baseClass: srcPath.baseClass,
|
|
794
|
+
classFrom: srcPath.classFrom,
|
|
795
|
+
classTo: srcPath.classTo,
|
|
796
|
+
index: srcPath.index,
|
|
794
797
|
mybatisXmlSource: mybatisXmlSource,
|
|
795
798
|
controllerSource: controllerSrc,
|
|
796
799
|
tableDefinitions: JSON.stringify(columnInfo),
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -791,6 +791,9 @@ console.log(el, href, title);
|
|
|
791
791
|
menuUrl: where.menu.url,
|
|
792
792
|
menuName: where.menu.name,
|
|
793
793
|
baseClass: srcPath.baseClass,
|
|
794
|
+
classFrom: srcPath.classFrom,
|
|
795
|
+
classTo: srcPath.classTo,
|
|
796
|
+
index: srcPath.index,
|
|
794
797
|
mybatisXmlSource: mybatisXmlSource,
|
|
795
798
|
controllerSource: controllerSrc,
|
|
796
799
|
tableDefinitions: JSON.stringify(columnInfo),
|