@ibiz-template/runtime 0.6.14 → 0.6.16

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 (46) hide show
  1. package/dist/index.esm.js +497 -228
  2. package/dist/index.system.min.js +1 -1
  3. package/out/controller/common/control/control.controller.d.ts +58 -1
  4. package/out/controller/common/control/control.controller.d.ts.map +1 -1
  5. package/out/controller/common/control/control.controller.js +111 -2
  6. package/out/controller/common/control/md-control.controller.d.ts +16 -22
  7. package/out/controller/common/control/md-control.controller.d.ts.map +1 -1
  8. package/out/controller/common/control/md-control.controller.js +59 -48
  9. package/out/controller/control/chart/generator/base-series-generator.d.ts.map +1 -1
  10. package/out/controller/control/chart/generator/base-series-generator.js +1 -0
  11. package/out/controller/control/form/edit-form/edit-form.controller.d.ts +11 -0
  12. package/out/controller/control/form/edit-form/edit-form.controller.d.ts.map +1 -1
  13. package/out/controller/control/form/edit-form/edit-form.controller.js +37 -7
  14. package/out/controller/control/grid/grid/grid.controller.d.ts.map +1 -1
  15. package/out/controller/control/grid/grid/grid.controller.js +2 -0
  16. package/out/controller/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.controller.js +4 -4
  17. package/out/controller/control/md-ctrl/md-ctrl.controller.d.ts.map +1 -1
  18. package/out/controller/control/md-ctrl/md-ctrl.controller.js +3 -1
  19. package/out/controller/control/report-panel/report-panel.controller.d.ts.map +1 -1
  20. package/out/controller/control/report-panel/report-panel.controller.js +3 -1
  21. package/out/controller/control/tree/tree.controller.d.ts +11 -1
  22. package/out/controller/control/tree/tree.controller.d.ts.map +1 -1
  23. package/out/controller/control/tree/tree.controller.js +32 -2
  24. package/out/controller/utils/data-file-util/data-file-util.d.ts.map +1 -1
  25. package/out/controller/utils/data-file-util/data-file-util.js +1 -1
  26. package/out/engine/md-view.engine.d.ts +24 -1
  27. package/out/engine/md-view.engine.d.ts.map +1 -1
  28. package/out/engine/md-view.engine.js +60 -7
  29. package/out/interface/controller/controller/control/i-control.controller.d.ts +15 -0
  30. package/out/interface/controller/controller/control/i-control.controller.d.ts.map +1 -1
  31. package/out/interface/service/service/i-mark-open-data.service.d.ts +10 -1
  32. package/out/interface/service/service/i-mark-open-data.service.d.ts.map +1 -1
  33. package/out/model/utils/util.d.ts +9 -0
  34. package/out/model/utils/util.d.ts.map +1 -1
  35. package/out/model/utils/util.js +12 -0
  36. package/out/service/service/mark-open-data/mark-open-data.service.d.ts +16 -0
  37. package/out/service/service/mark-open-data/mark-open-data.service.d.ts.map +1 -1
  38. package/out/service/service/mark-open-data/mark-open-data.service.js +19 -0
  39. package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts +1 -0
  40. package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts.map +1 -1
  41. package/out/service/utils/dynamic-code-list/dynamic-code-list.js +12 -5
  42. package/out/ui-action/provider/front-ui-action-provider.d.ts.map +1 -1
  43. package/out/ui-action/provider/front-ui-action-provider.js +6 -2
  44. package/out/ui-logic/ui-logic-param/ui-logic-param.d.ts.map +1 -1
  45. package/out/ui-logic/ui-logic-param/ui-logic-param.js +16 -2
  46. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/runtime",
3
- "version": "0.6.14",
3
+ "version": "0.6.16",
4
4
  "description": "控制器包",
5
5
  "type": "module",
6
6
  "main": "out/index.js",
@@ -35,8 +35,8 @@
35
35
  "animejs": "^3.2.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@ibiz-template/core": "^0.6.13",
39
- "@ibiz/model-core": "^0.1.18",
38
+ "@ibiz-template/core": "^0.6.16",
39
+ "@ibiz/model-core": "^0.1.19",
40
40
  "@types/animejs": "^3.1.12",
41
41
  "@types/path-browserify": "^1.0.2",
42
42
  "@types/qs": "^6.9.11",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@ibiz-template/core": "^0.6.0",
57
- "@ibiz/model-core": "^0.1.18",
57
+ "@ibiz/model-core": "^0.1.19",
58
58
  "async-validator": "^4.2.5",
59
59
  "dayjs": "^1.11.7",
60
60
  "echarts": "^5.4.3",