@ibiz-template/runtime 0.7.41-alpha.113 → 0.7.41-alpha.114

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 (62) hide show
  1. package/dist/index.esm.js +180 -19
  2. package/dist/index.system.min.js +1 -1
  3. package/out/config/global-config.d.ts.map +1 -1
  4. package/out/config/global-config.js +1 -0
  5. package/out/controller/common/control/md-control.controller.js +1 -1
  6. package/out/controller/control/form/form/form.controller.d.ts +9 -1
  7. package/out/controller/control/form/form/form.controller.d.ts.map +1 -1
  8. package/out/controller/control/form/form/form.controller.js +54 -5
  9. package/out/controller/control/form/form-detail/form-druipart/form-druipart.controller.d.ts.map +1 -1
  10. package/out/controller/control/form/form-detail/form-druipart/form-druipart.controller.js +5 -0
  11. package/out/controller/control/grid/grid/grid.controller.d.ts.map +1 -1
  12. package/out/controller/control/grid/grid/grid.controller.js +10 -2
  13. package/out/controller/control/md-ctrl/md-ctrl.controller.d.ts.map +1 -1
  14. package/out/controller/control/md-ctrl/md-ctrl.controller.js +10 -2
  15. package/out/controller/control/medit-view-panel/medit-view-panel.controller.d.ts +16 -1
  16. package/out/controller/control/medit-view-panel/medit-view-panel.controller.d.ts.map +1 -1
  17. package/out/controller/control/medit-view-panel/medit-view-panel.controller.js +31 -0
  18. package/out/interface/api/call/i-api-medit-view9.call.d.ts +20 -0
  19. package/out/interface/api/call/i-api-medit-view9.call.d.ts.map +1 -1
  20. package/out/interface/api/common/global-config/i-api-global-common-config.d.ts +9 -0
  21. package/out/interface/api/common/global-config/i-api-global-common-config.d.ts.map +1 -1
  22. package/out/interface/api/controller/control/i-api-medit-view-panel.controller.d.ts +9 -0
  23. package/out/interface/api/controller/control/i-api-medit-view-panel.controller.d.ts.map +1 -1
  24. package/out/interface/controller/state/control/i-tree.state.d.ts +12 -0
  25. package/out/interface/controller/state/control/i-tree.state.d.ts.map +1 -1
  26. package/out/locale/en/index.d.ts +3 -0
  27. package/out/locale/en/index.d.ts.map +1 -1
  28. package/out/locale/en/index.js +3 -0
  29. package/out/locale/zh-CN/index.d.ts +3 -0
  30. package/out/locale/zh-CN/index.d.ts.map +1 -1
  31. package/out/locale/zh-CN/index.js +3 -0
  32. package/out/service/vo/tree-node-data/tree-code-list-node-data.d.ts.map +1 -1
  33. package/out/service/vo/tree-node-data/tree-code-list-node-data.js +2 -0
  34. package/out/service/vo/tree-node-data/tree-data-set-node-data.d.ts +14 -0
  35. package/out/service/vo/tree-node-data/tree-data-set-node-data.d.ts.map +1 -1
  36. package/out/service/vo/tree-node-data/tree-data-set-node-data.js +33 -0
  37. package/out/service/vo/tree-node-data/tree-node-data.d.ts +16 -0
  38. package/out/service/vo/tree-node-data/tree-node-data.d.ts.map +1 -1
  39. package/out/service/vo/tree-node-data/tree-node-data.js +25 -0
  40. package/out/service/vo/tree-node-data/tree-static-node-data.d.ts.map +1 -1
  41. package/out/service/vo/tree-node-data/tree-static-node-data.js +2 -0
  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 +3 -1
  44. package/package.json +2 -2
  45. package/src/config/global-config.ts +1 -0
  46. package/src/controller/common/control/md-control.controller.ts +1 -1
  47. package/src/controller/control/form/form/form.controller.ts +58 -11
  48. package/src/controller/control/form/form-detail/form-druipart/form-druipart.controller.ts +3 -0
  49. package/src/controller/control/grid/grid/grid.controller.ts +12 -2
  50. package/src/controller/control/md-ctrl/md-ctrl.controller.ts +12 -2
  51. package/src/controller/control/medit-view-panel/medit-view-panel.controller.ts +39 -1
  52. package/src/interface/api/call/i-api-medit-view9.call.ts +21 -0
  53. package/src/interface/api/common/global-config/i-api-global-common-config.ts +10 -0
  54. package/src/interface/api/controller/control/i-api-medit-view-panel.controller.ts +10 -0
  55. package/src/interface/controller/state/control/i-tree.state.ts +14 -0
  56. package/src/locale/en/index.ts +4 -0
  57. package/src/locale/zh-CN/index.ts +3 -0
  58. package/src/service/vo/tree-node-data/tree-code-list-node-data.ts +2 -0
  59. package/src/service/vo/tree-node-data/tree-data-set-node-data.ts +35 -0
  60. package/src/service/vo/tree-node-data/tree-node-data.ts +33 -0
  61. package/src/service/vo/tree-node-data/tree-static-node-data.ts +2 -0
  62. package/src/ui-action/provider/front-ui-action-provider.ts +3 -1
@@ -60,5 +60,7 @@ export class TreeStaticNodeData extends TreeNodeData implements ITreeNodeData {
60
60
  this.srfmajortext = this._deData?.srfmajortext || this._text;
61
61
 
62
62
  this._icon = this.calcIcon(model);
63
+ this.calcDynaClass(model);
64
+ this.calcShapeDynaClass(model);
63
65
  }
64
66
  }
@@ -351,7 +351,9 @@ export class FrontUIActionProvider extends UIActionProviderBase {
351
351
  // 参数
352
352
  const params: IData = {
353
353
  page: 0,
354
- size: appDEDataExport.maxRowCount ? appDEDataExport.maxRowCount : 1000,
354
+ size: appDEDataExport.maxRowCount
355
+ ? appDEDataExport.maxRowCount
356
+ : ibiz.config.common.maxExportRowsDefault,
355
357
  ...args.params,
356
358
  ...resultParams,
357
359
  };