ide-assi 0.588.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 +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
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
|
});
|
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
|
});
|
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
|
});
|
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
|
});
|