waibu-db 2.1.0 → 2.1.1

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.
Files changed (19) hide show
  1. package/extend/waibuBootstrap/theme/component/wdb-base.js +1 -1
  2. package/package.json +1 -1
  3. package/wiki/CHANGES.md +4 -0
  4. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-add.js +0 -0
  5. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-back.js +0 -0
  6. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-clone.js +0 -0
  7. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-columns.js +0 -0
  8. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-delete.js +0 -0
  9. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-details.js +0 -0
  10. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-edit.js +0 -0
  11. /package/extend/waibuBootstrap/theme/component/{factory → widget}/btn-export.js +0 -0
  12. /package/extend/waibuBootstrap/theme/component/{factory → widget}/echarts-bar.js +0 -0
  13. /package/extend/waibuBootstrap/theme/component/{factory → widget}/echarts-pie.js +0 -0
  14. /package/extend/waibuBootstrap/theme/component/{factory → widget}/echarts.js +0 -0
  15. /package/extend/waibuBootstrap/theme/component/{factory → widget}/form.js +0 -0
  16. /package/extend/waibuBootstrap/theme/component/{factory → widget}/pagination.js +0 -0
  17. /package/extend/waibuBootstrap/theme/component/{factory → widget}/query.js +0 -0
  18. /package/extend/waibuBootstrap/theme/component/{factory → widget}/recs-info.js +0 -0
  19. /package/extend/waibuBootstrap/theme/component/{factory → widget}/table.js +0 -0
@@ -1,5 +1,5 @@
1
1
  async function wdbBase () {
2
- return class WdbBase extends this.baseFactory {
2
+ return class WdbBase extends this.app.baseClass.MpaWidget {
3
3
  }
4
4
  }
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-db",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "DB Helper",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-01-13
4
+
5
+ - [2.1.1] Bug fix on waibuMpa's widgeting system
6
+
3
7
  ## 2025-12-28
4
8
 
5
9
  - [2.1.0] Ported to ```bajo@2.2.x``` & ```dobo@2.2.x``` specs