@ibiz-template/runtime 0.7.41-alpha.7 → 0.7.41-alpha.9

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 (74) hide show
  1. package/dist/index.esm.js +535 -356
  2. package/dist/index.system.min.js +1 -1
  3. package/out/controller/common/editor/code-list-editor.controller.d.ts.map +1 -1
  4. package/out/controller/common/editor/code-list-editor.controller.js +6 -0
  5. package/out/controller/common/editor/editor.controller.d.ts.map +1 -1
  6. package/out/controller/common/editor/editor.controller.js +3 -0
  7. package/out/controller/control/data-view/data-view.controller.d.ts +9 -11
  8. package/out/controller/control/data-view/data-view.controller.d.ts.map +1 -1
  9. package/out/controller/control/data-view/data-view.controller.js +30 -37
  10. package/out/controller/control/form/edit-form/edit-form.service.d.ts.map +1 -1
  11. package/out/controller/control/form/edit-form/edit-form.service.js +5 -1
  12. package/out/controller/control/kanban/kanban.controller.d.ts +31 -12
  13. package/out/controller/control/kanban/kanban.controller.d.ts.map +1 -1
  14. package/out/controller/control/kanban/kanban.controller.js +146 -50
  15. package/out/controller/ctx/ctx.js +2 -2
  16. package/out/engine/md-view.engine.d.ts +2 -2
  17. package/out/engine/md-view.engine.d.ts.map +1 -1
  18. package/out/engine/md-view.engine.js +2 -1
  19. package/out/engine/view-base.engine.d.ts +2 -2
  20. package/out/engine/view-base.engine.d.ts.map +1 -1
  21. package/out/interface/api/call/i-api-index-view.call.d.ts +20 -0
  22. package/out/interface/api/call/i-api-index-view.call.d.ts.map +1 -0
  23. package/out/interface/api/call/i-api-index-view.call.js +1 -0
  24. package/out/interface/api/call/i-api-md-custom-view.call.d.ts +79 -0
  25. package/out/interface/api/call/i-api-md-custom-view.call.d.ts.map +1 -0
  26. package/out/interface/api/call/i-api-md-custom-view.call.js +1 -0
  27. package/out/interface/api/call/i-api-opt-view.call.d.ts +10 -0
  28. package/out/interface/api/call/i-api-opt-view.call.d.ts.map +1 -1
  29. package/out/interface/api/call/i-api-portal-view.call.d.ts +20 -0
  30. package/out/interface/api/call/i-api-portal-view.call.d.ts.map +1 -0
  31. package/out/interface/api/call/i-api-portal-view.call.js +1 -0
  32. package/out/interface/api/call/index.d.ts +3 -0
  33. package/out/interface/api/call/index.d.ts.map +1 -1
  34. package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts +1 -0
  35. package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts.map +1 -1
  36. package/out/interface/api/controller/control/i-api-kanban.controller.d.ts +2 -0
  37. package/out/interface/api/controller/control/i-api-kanban.controller.d.ts.map +1 -1
  38. package/out/interface/api/util/i-api-file-util.d.ts +3 -3
  39. package/out/interface/api/util/i-api-file-util.d.ts.map +1 -1
  40. package/out/interface/common/i-modal/i-modal.d.ts +3 -0
  41. package/out/interface/common/i-modal/i-modal.d.ts.map +1 -1
  42. package/out/interface/controller/controller/common/i-drag-change-info.d.ts +22 -14
  43. package/out/interface/controller/controller/common/i-drag-change-info.d.ts.map +1 -1
  44. package/out/interface/controller/state/control/i-data-view-control.state.d.ts +8 -0
  45. package/out/interface/controller/state/control/i-data-view-control.state.d.ts.map +1 -1
  46. package/out/interface/controller/state/control/i-kanban.state.d.ts +43 -8
  47. package/out/interface/controller/state/control/i-kanban.state.d.ts.map +1 -1
  48. package/out/interface/util/i-app-util/i-app-util.d.ts +6 -0
  49. package/out/interface/util/i-app-util/i-app-util.d.ts.map +1 -1
  50. package/out/locale/en/index.d.ts +1 -0
  51. package/out/locale/en/index.d.ts.map +1 -1
  52. package/out/locale/en/index.js +1 -0
  53. package/out/locale/zh-CN/index.d.ts +1 -0
  54. package/out/locale/zh-CN/index.d.ts.map +1 -1
  55. package/out/locale/zh-CN/index.js +1 -0
  56. package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts.map +1 -1
  57. package/out/service/utils/dynamic-code-list/dynamic-code-list.js +2 -1
  58. package/out/service/utils/util/util.d.ts +7 -0
  59. package/out/service/utils/util/util.d.ts.map +1 -1
  60. package/out/service/utils/util/util.js +26 -0
  61. package/out/ui-action/provider/custom-ui-action-provider.js +1 -1
  62. package/out/ui-action/provider/front-ui-action-provider.d.ts.map +1 -1
  63. package/out/ui-action/provider/front-ui-action-provider.js +69 -43
  64. package/out/ui-action/provider/ui-action-provider-base.d.ts +1 -0
  65. package/out/ui-action/provider/ui-action-provider-base.d.ts.map +1 -1
  66. package/out/ui-action/provider/ui-action-provider-base.js +20 -2
  67. package/out/ui-action/uiaction-util.js +2 -2
  68. package/out/ui-logic/ui-logic.d.ts.map +1 -1
  69. package/out/ui-logic/ui-logic.js +5 -1
  70. package/out/utils/modal/modal.d.ts +3 -0
  71. package/out/utils/modal/modal.d.ts.map +1 -1
  72. package/out/utils/modal/modal.js +7 -0
  73. package/out/utils/open-redirect-view/open-redirect-view.js +3 -3
  74. package/package.json +5 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.