@ibiz-template/runtime 0.7.41-alpha.124 → 0.7.41-alpha.126

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 (288) hide show
  1. package/dist/index.esm.js +45309 -44911
  2. package/dist/index.system.min.js +1 -1
  3. package/out/application.d.ts +7 -0
  4. package/out/application.d.ts.map +1 -1
  5. package/out/application.js +21 -0
  6. package/out/controller/control/app-menu/app-menu.controller.js +1 -1
  7. package/out/controller/control/form/form-detail/form-item/form-item.controller.d.ts.map +1 -1
  8. package/out/controller/control/form/form-detail/form-item/form-item.controller.js +1 -1
  9. package/out/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.d.ts.map +1 -1
  10. package/out/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.js +1 -1
  11. package/out/controller/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.controller.d.ts.map +1 -1
  12. package/out/controller/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.controller.js +1 -1
  13. package/out/controller/control/toolbar/toolbar.controller.js +1 -1
  14. package/out/controller/control/tree/tree.service.d.ts.map +1 -1
  15. package/out/controller/control/tree/tree.service.js +1 -1
  16. package/out/controller/utils/view-msg/view-msg-controller.d.ts.map +1 -1
  17. package/out/controller/utils/view-msg/view-msg-controller.js +1 -1
  18. package/out/de-logic/de-logic-context.d.ts +4 -13
  19. package/out/de-logic/de-logic-context.d.ts.map +1 -1
  20. package/out/de-logic/de-logic-context.js +2 -3
  21. package/out/de-logic/de-logic-link/de-logic-link-cond/de-logic-link-cond.d.ts +15 -5
  22. package/out/de-logic/de-logic-link/de-logic-link-cond/de-logic-link-cond.d.ts.map +1 -1
  23. package/out/de-logic/de-logic-link/de-logic-link-cond/de-logic-link-cond.js +3 -4
  24. package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts +2 -1
  25. package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts.map +1 -1
  26. package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts +2 -1
  27. package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts.map +1 -1
  28. package/out/de-logic/de-logic-link/de-logic-link.d.ts +6 -7
  29. package/out/de-logic/de-logic-link/de-logic-link.d.ts.map +1 -1
  30. package/out/de-logic/de-logic-link/de-logic-link.js +3 -4
  31. package/out/de-logic/de-logic-node/de-logic-node.d.ts +2 -1
  32. package/out/de-logic/de-logic-node/de-logic-node.d.ts.map +1 -1
  33. package/out/de-logic/de-logic-node/index.d.ts +1 -0
  34. package/out/de-logic/de-logic-node/index.d.ts.map +1 -1
  35. package/out/de-logic/de-logic-node/index.js +1 -0
  36. package/out/de-logic/de-logic.d.ts +31 -37
  37. package/out/de-logic/de-logic.d.ts.map +1 -1
  38. package/out/de-logic/de-logic.js +49 -98
  39. package/out/de-logic/index.d.ts +31 -40
  40. package/out/de-logic/index.d.ts.map +1 -1
  41. package/out/de-logic/index.js +57 -76
  42. package/out/de-logic/provider.d.ts +6 -0
  43. package/out/de-logic/provider.d.ts.map +1 -0
  44. package/out/de-logic/provider.js +25 -0
  45. package/out/install.d.ts.map +1 -1
  46. package/out/install.js +6 -0
  47. package/out/interface/api/common/i-api-de-logic-params.d.ts +9 -0
  48. package/out/interface/api/common/i-api-de-logic-params.d.ts.map +1 -0
  49. package/out/interface/api/common/i-api-logic-context.d.ts +83 -0
  50. package/out/interface/api/common/i-api-logic-context.d.ts.map +1 -0
  51. package/out/interface/api/common/i-api-logic-context.js +1 -0
  52. package/out/interface/api/common/i-api-logic-params.d.ts +27 -0
  53. package/out/interface/api/common/i-api-logic-params.d.ts.map +1 -0
  54. package/out/interface/api/common/i-api-logic-params.js +1 -0
  55. package/out/interface/api/common/i-api-ui-logic-params.d.ts +3 -21
  56. package/out/interface/api/common/i-api-ui-logic-params.d.ts.map +1 -1
  57. package/out/interface/api/common/index.d.ts +2 -0
  58. package/out/interface/api/common/index.d.ts.map +1 -1
  59. package/out/interface/api/controller/control/form-detail/i-api-form-detail.controller.d.ts +1 -1
  60. package/out/interface/common/i-logic-context/i-logic-context.d.ts +27 -0
  61. package/out/interface/common/i-logic-context/i-logic-context.d.ts.map +1 -0
  62. package/out/interface/common/i-logic-context/i-logic-context.js +1 -0
  63. package/out/interface/common/i-logic-link-cond/i-logic-link-cond.d.ts +18 -0
  64. package/out/interface/common/i-logic-link-cond/i-logic-link-cond.d.ts.map +1 -0
  65. package/out/interface/common/i-logic-link-cond/i-logic-link-cond.js +1 -0
  66. package/out/interface/common/index.d.ts +2 -1
  67. package/out/interface/common/index.d.ts.map +1 -1
  68. package/out/interface/de-logic/i-de-logic-context.d.ts +10 -0
  69. package/out/interface/de-logic/i-de-logic-context.d.ts.map +1 -0
  70. package/out/interface/de-logic/i-de-logic-context.js +1 -0
  71. package/out/interface/de-logic/i-de-logic-link-cond.d.ts +33 -0
  72. package/out/interface/de-logic/i-de-logic-link-cond.d.ts.map +1 -0
  73. package/out/interface/de-logic/i-de-logic-link-cond.js +1 -0
  74. package/out/interface/de-logic/i-de-logic-link.d.ts +43 -0
  75. package/out/interface/de-logic/i-de-logic-link.d.ts.map +1 -0
  76. package/out/interface/de-logic/i-de-logic-link.js +1 -0
  77. package/out/interface/de-logic/i-de-logic-node.d.ts +10 -0
  78. package/out/interface/de-logic/i-de-logic-node.d.ts.map +1 -0
  79. package/out/interface/de-logic/i-de-logic-node.js +1 -0
  80. package/out/interface/de-logic/i-de-logic-params.d.ts +10 -0
  81. package/out/interface/de-logic/i-de-logic-params.d.ts.map +1 -0
  82. package/out/interface/de-logic/i-de-logic-params.js +1 -0
  83. package/out/interface/de-logic/i-de-logic.d.ts +23 -0
  84. package/out/interface/de-logic/i-de-logic.d.ts.map +1 -0
  85. package/out/interface/de-logic/i-de-logic.js +1 -0
  86. package/out/interface/de-logic/index.d.ts +7 -0
  87. package/out/interface/de-logic/index.d.ts.map +1 -0
  88. package/out/interface/de-logic/index.js +1 -0
  89. package/out/interface/index.d.ts +1 -0
  90. package/out/interface/index.d.ts.map +1 -1
  91. package/out/interface/index.js +1 -0
  92. package/out/interface/provider/i-de-logic-node.provider.d.ts +29 -0
  93. package/out/interface/provider/i-de-logic-node.provider.d.ts.map +1 -0
  94. package/out/interface/provider/i-de-logic-node.provider.js +1 -0
  95. package/out/interface/provider/i-de-logic.provider.d.ts +22 -0
  96. package/out/interface/provider/i-de-logic.provider.d.ts.map +1 -0
  97. package/out/interface/provider/i-de-logic.provider.js +1 -0
  98. package/out/interface/provider/i-ui-action.provider.d.ts +2 -1
  99. package/out/interface/provider/i-ui-action.provider.d.ts.map +1 -1
  100. package/out/interface/provider/i-ui-logic-node.provider.d.ts +20 -14
  101. package/out/interface/provider/i-ui-logic-node.provider.d.ts.map +1 -1
  102. package/out/interface/provider/i-ui-logic.provider.d.ts +22 -0
  103. package/out/interface/provider/i-ui-logic.provider.d.ts.map +1 -0
  104. package/out/interface/provider/i-ui-logic.provider.js +1 -0
  105. package/out/interface/provider/index.d.ts +3 -0
  106. package/out/interface/provider/index.d.ts.map +1 -1
  107. package/out/interface/register/i-register-params.d.ts +29 -34
  108. package/out/interface/register/i-register-params.d.ts.map +1 -1
  109. package/out/interface/ui-logic/i-ui-logic-context.d.ts +8 -83
  110. package/out/interface/ui-logic/i-ui-logic-context.d.ts.map +1 -1
  111. package/out/interface/ui-logic/i-ui-logic-link-cond.d.ts +33 -0
  112. package/out/interface/ui-logic/i-ui-logic-link-cond.d.ts.map +1 -0
  113. package/out/interface/ui-logic/i-ui-logic-link-cond.js +1 -0
  114. package/out/interface/ui-logic/i-ui-logic-link.d.ts +43 -0
  115. package/out/interface/ui-logic/i-ui-logic-link.d.ts.map +1 -0
  116. package/out/interface/ui-logic/i-ui-logic-link.js +1 -0
  117. package/out/interface/ui-logic/i-ui-logic-node.d.ts +10 -0
  118. package/out/interface/ui-logic/i-ui-logic-node.d.ts.map +1 -0
  119. package/out/interface/ui-logic/i-ui-logic-node.js +1 -0
  120. package/out/interface/{common/i-ui-logic-params → ui-logic}/i-ui-logic-params.d.ts +3 -5
  121. package/out/interface/ui-logic/i-ui-logic-params.d.ts.map +1 -0
  122. package/out/interface/ui-logic/i-ui-logic-params.js +1 -0
  123. package/out/interface/ui-logic/i-ui-logic.d.ts +23 -0
  124. package/out/interface/ui-logic/i-ui-logic.d.ts.map +1 -0
  125. package/out/interface/ui-logic/i-ui-logic.js +1 -0
  126. package/out/interface/ui-logic/index.d.ts +5 -0
  127. package/out/interface/ui-logic/index.d.ts.map +1 -1
  128. package/out/locale/en/index.d.ts +21 -0
  129. package/out/locale/en/index.d.ts.map +1 -1
  130. package/out/locale/en/index.js +21 -0
  131. package/out/locale/zh-CN/index.d.ts +21 -0
  132. package/out/locale/zh-CN/index.d.ts.map +1 -1
  133. package/out/locale/zh-CN/index.js +21 -0
  134. package/out/register/custom-register.d.ts +54 -22
  135. package/out/register/custom-register.d.ts.map +1 -1
  136. package/out/register/custom-register.js +172 -78
  137. package/out/register/helper/app-menu-item-register.d.ts +2 -2
  138. package/out/register/helper/app-menu-item-register.d.ts.map +1 -1
  139. package/out/register/helper/app-menu-item-register.js +18 -10
  140. package/out/register/helper/control-register.js +2 -2
  141. package/out/register/helper/de-logic-node-register.d.ts +24 -0
  142. package/out/register/helper/de-logic-node-register.d.ts.map +1 -0
  143. package/out/register/helper/de-logic-node-register.js +50 -0
  144. package/out/register/helper/de-logic-register.d.ts +20 -0
  145. package/out/register/helper/de-logic-register.d.ts.map +1 -0
  146. package/out/register/helper/de-logic-register.js +41 -0
  147. package/out/register/helper/de-method-register.d.ts +1 -1
  148. package/out/register/helper/de-method-register.d.ts.map +1 -1
  149. package/out/register/helper/de-method-register.js +4 -4
  150. package/out/register/helper/editor-register.d.ts +2 -3
  151. package/out/register/helper/editor-register.d.ts.map +1 -1
  152. package/out/register/helper/editor-register.js +4 -6
  153. package/out/register/helper/form-detail-register.js +3 -3
  154. package/out/register/helper/grid-column-register.d.ts +3 -3
  155. package/out/register/helper/grid-column-register.d.ts.map +1 -1
  156. package/out/register/helper/grid-column-register.js +9 -9
  157. package/out/register/helper/index.d.ts +3 -0
  158. package/out/register/helper/index.d.ts.map +1 -1
  159. package/out/register/helper/index.js +3 -0
  160. package/out/register/helper/panel-item-register.js +4 -4
  161. package/out/register/helper/portlet-register.d.ts +3 -5
  162. package/out/register/helper/portlet-register.d.ts.map +1 -1
  163. package/out/register/helper/portlet-register.js +20 -19
  164. package/out/register/helper/toolbar-item-register.d.ts +5 -7
  165. package/out/register/helper/toolbar-item-register.d.ts.map +1 -1
  166. package/out/register/helper/toolbar-item-register.js +24 -16
  167. package/out/register/helper/ui-action-register.js +2 -2
  168. package/out/register/helper/ui-logic-node-register.d.ts +13 -9
  169. package/out/register/helper/ui-logic-node-register.d.ts.map +1 -1
  170. package/out/register/helper/ui-logic-node-register.js +51 -17
  171. package/out/register/helper/ui-logic-register.d.ts +20 -0
  172. package/out/register/helper/ui-logic-register.d.ts.map +1 -0
  173. package/out/register/helper/ui-logic-register.js +41 -0
  174. package/out/register/helper/view-register.d.ts.map +1 -1
  175. package/out/register/helper/view-register.js +14 -0
  176. package/out/service/service/entity/method/de-action.d.ts.map +1 -1
  177. package/out/service/service/entity/method/de-action.js +1 -1
  178. package/out/ui-logic/index.d.ts +5 -10
  179. package/out/ui-logic/index.d.ts.map +1 -1
  180. package/out/ui-logic/index.js +12 -14
  181. package/out/ui-logic/provider.d.ts +6 -0
  182. package/out/ui-logic/provider.d.ts.map +1 -0
  183. package/out/ui-logic/provider.js +32 -0
  184. package/out/ui-logic/ui-logic-context.d.ts +1 -1
  185. package/out/ui-logic/ui-logic-context.d.ts.map +1 -1
  186. package/out/ui-logic/ui-logic-link/ui-logic-link-cond/ui-logic-link-cond.d.ts +16 -5
  187. package/out/ui-logic/ui-logic-link/ui-logic-link-cond/ui-logic-link-cond.d.ts.map +1 -1
  188. package/out/ui-logic/ui-logic-link/ui-logic-link-cond/ui-logic-link-cond.js +3 -4
  189. package/out/ui-logic/ui-logic-link/ui-logic-link-group-cond/ui-logic-link-group-cond.d.ts +2 -1
  190. package/out/ui-logic/ui-logic-link/ui-logic-link-group-cond/ui-logic-link-group-cond.d.ts.map +1 -1
  191. package/out/ui-logic/ui-logic-link/ui-logic-link-single-cond/ui-logic-link-single-cond.d.ts +2 -1
  192. package/out/ui-logic/ui-logic-link/ui-logic-link-single-cond/ui-logic-link-single-cond.d.ts.map +1 -1
  193. package/out/ui-logic/ui-logic-link/ui-logic-link.d.ts +6 -8
  194. package/out/ui-logic/ui-logic-link/ui-logic-link.d.ts.map +1 -1
  195. package/out/ui-logic/ui-logic-link/ui-logic-link.js +3 -5
  196. package/out/ui-logic/ui-logic-node/pf-plugin-node/pf-plugin-node.js +3 -3
  197. package/out/ui-logic/ui-logic-node/ui-logic-node.d.ts +9 -14
  198. package/out/ui-logic/ui-logic-node/ui-logic-node.d.ts.map +1 -1
  199. package/out/ui-logic/ui-logic-node/ui-logic-node.js +2 -4
  200. package/out/ui-logic/ui-logic.d.ts +27 -36
  201. package/out/ui-logic/ui-logic.d.ts.map +1 -1
  202. package/out/ui-logic/ui-logic.js +35 -108
  203. package/out/utils/dr-ctrl-util/index.d.ts.map +1 -1
  204. package/out/utils/dr-ctrl-util/index.js +1 -1
  205. package/package.json +2 -2
  206. package/src/application.ts +23 -0
  207. package/src/controller/control/app-menu/app-menu.controller.ts +1 -1
  208. package/src/controller/control/form/form-detail/form-item/form-item.controller.ts +0 -1
  209. package/src/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.ts +0 -1
  210. package/src/controller/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.controller.ts +0 -1
  211. package/src/controller/control/toolbar/toolbar.controller.ts +1 -1
  212. package/src/controller/control/tree/tree.service.ts +1 -0
  213. package/src/controller/utils/view-msg/view-msg-controller.ts +7 -1
  214. package/src/de-logic/de-logic-context.ts +4 -16
  215. package/src/de-logic/de-logic-link/de-logic-link-cond/de-logic-link-cond.ts +17 -5
  216. package/src/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.ts +5 -1
  217. package/src/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.ts +5 -1
  218. package/src/de-logic/de-logic-link/de-logic-link.ts +6 -6
  219. package/src/de-logic/de-logic-node/de-logic-node.ts +2 -1
  220. package/src/de-logic/de-logic-node/index.ts +1 -0
  221. package/src/de-logic/de-logic.ts +60 -123
  222. package/src/de-logic/index.ts +66 -85
  223. package/src/de-logic/provider.ts +83 -0
  224. package/src/install.ts +6 -0
  225. package/src/interface/api/common/i-api-de-logic-params.ts +8 -0
  226. package/src/interface/api/common/i-api-logic-context.ts +83 -0
  227. package/src/interface/api/common/i-api-logic-params.ts +29 -0
  228. package/src/interface/api/common/i-api-ui-logic-params.ts +3 -24
  229. package/src/interface/api/common/index.ts +2 -0
  230. package/src/interface/api/controller/control/form-detail/i-api-form-detail.controller.ts +1 -1
  231. package/src/interface/common/i-logic-context/i-logic-context.ts +27 -0
  232. package/src/interface/common/i-logic-link-cond/i-logic-link-cond.ts +18 -0
  233. package/src/interface/common/index.ts +2 -1
  234. package/src/interface/de-logic/i-de-logic-context.ts +9 -0
  235. package/src/interface/de-logic/i-de-logic-link-cond.ts +33 -0
  236. package/src/interface/de-logic/i-de-logic-link.ts +47 -0
  237. package/src/interface/de-logic/i-de-logic-node.ts +9 -0
  238. package/src/interface/de-logic/i-de-logic-params.ts +9 -0
  239. package/src/interface/de-logic/i-de-logic.ts +23 -0
  240. package/src/interface/de-logic/index.ts +10 -0
  241. package/src/interface/index.ts +1 -0
  242. package/src/interface/provider/i-de-logic-node.provider.ts +29 -0
  243. package/src/interface/provider/i-de-logic.provider.ts +22 -0
  244. package/src/interface/provider/i-ui-action.provider.ts +2 -1
  245. package/src/interface/provider/i-ui-logic-node.provider.ts +20 -14
  246. package/src/interface/provider/i-ui-logic.provider.ts +22 -0
  247. package/src/interface/provider/index.ts +3 -0
  248. package/src/interface/register/i-register-params.ts +49 -35
  249. package/src/interface/ui-logic/i-ui-logic-context.ts +9 -95
  250. package/src/interface/ui-logic/i-ui-logic-link-cond.ts +33 -0
  251. package/src/interface/ui-logic/i-ui-logic-link.ts +47 -0
  252. package/src/interface/ui-logic/i-ui-logic-node.ts +9 -0
  253. package/src/interface/{common/i-ui-logic-params → ui-logic}/i-ui-logic-params.ts +3 -5
  254. package/src/interface/ui-logic/i-ui-logic.ts +23 -0
  255. package/src/interface/ui-logic/index.ts +9 -0
  256. package/src/locale/en/index.ts +38 -0
  257. package/src/locale/zh-CN/index.ts +36 -0
  258. package/src/register/custom-register.ts +184 -82
  259. package/src/register/helper/app-menu-item-register.ts +26 -13
  260. package/src/register/helper/control-register.ts +2 -2
  261. package/src/register/helper/de-logic-node-register.ts +76 -0
  262. package/src/register/helper/de-logic-register.ts +63 -0
  263. package/src/register/helper/de-method-register.ts +4 -4
  264. package/src/register/helper/editor-register.ts +4 -7
  265. package/src/register/helper/form-detail-register.ts +3 -3
  266. package/src/register/helper/grid-column-register.ts +9 -9
  267. package/src/register/helper/index.ts +3 -0
  268. package/src/register/helper/panel-item-register.ts +4 -4
  269. package/src/register/helper/portlet-register.ts +23 -22
  270. package/src/register/helper/toolbar-item-register.ts +32 -19
  271. package/src/register/helper/ui-action-register.ts +2 -2
  272. package/src/register/helper/ui-logic-node-register.ts +79 -25
  273. package/src/register/helper/ui-logic-register.ts +63 -0
  274. package/src/register/helper/view-register.ts +15 -0
  275. package/src/service/service/entity/method/de-action.ts +7 -1
  276. package/src/ui-logic/index.ts +17 -16
  277. package/src/ui-logic/provider.ts +122 -0
  278. package/src/ui-logic/ui-logic-context.ts +1 -1
  279. package/src/ui-logic/ui-logic-link/ui-logic-link-cond/ui-logic-link-cond.ts +18 -5
  280. package/src/ui-logic/ui-logic-link/ui-logic-link-group-cond/ui-logic-link-group-cond.ts +5 -1
  281. package/src/ui-logic/ui-logic-link/ui-logic-link-single-cond/ui-logic-link-single-cond.ts +5 -1
  282. package/src/ui-logic/ui-logic-link/ui-logic-link.ts +6 -7
  283. package/src/ui-logic/ui-logic-node/pf-plugin-node/pf-plugin-node.ts +3 -3
  284. package/src/ui-logic/ui-logic-node/ui-logic-node.ts +9 -14
  285. package/src/ui-logic/ui-logic.ts +46 -141
  286. package/src/utils/dr-ctrl-util/index.ts +7 -1
  287. package/out/interface/common/i-ui-logic-params/i-ui-logic-params.d.ts.map +0 -1
  288. /package/out/interface/{common/i-ui-logic-params/i-ui-logic-params.js → api/common/i-api-de-logic-params.js} +0 -0
@@ -1,55 +1,50 @@
1
- import { IAppDataEntity, IAppDEMethod, IAppUIAction, IAppView, IControl, IControlItem, IEditor } from '@ibiz/model-core';
1
+ import { IAppDataEntity, IAppDELogic, IAppDEMethod, IAppMenuItem, IAppUIAction, IAppView, IControl, IControlItem, IDBPortletPart, IDELogicNode, IDEToolbarItem, IDEUILogic, IDEUILogicNode, IEditor } from '@ibiz/model-core';
2
2
  /**
3
3
  * 自定义适配器注册参数接口
4
4
  */
5
5
  export interface IRegisterParams {
6
6
  /**
7
- * 部件项模型
8
- *
9
- * @author ljx
10
- * @date 2024-04-15 16:10:54
11
- * @type {IModel}
12
- */
13
- controlItemModel?: IControlItem;
14
- /**
15
- * 部件模型
16
- *
17
- * @author ljx
18
- * @date 2024-04-15 16:10:54
19
- * @type {IPanel}
20
- */
21
- controlModel?: IControl;
22
- /**
23
- * 视图模型
24
- *
25
- * @author ljx
26
- * @date 2024-04-15 16:10:54
7
+ * @description 部件模型
27
8
  * @type {IControl}
9
+ * @memberof IRegisterParams
28
10
  */
29
- viewModel?: IAppView;
11
+ control?: IControl;
30
12
  /**
31
- * @description 界面行为模型
32
- * @type {IAppUIAction}
13
+ * @description 视图模型
14
+ * @type {IAppView}
33
15
  * @memberof IRegisterParams
34
16
  */
35
- uiActionModel?: IAppUIAction;
17
+ view?: IAppView;
36
18
  /**
37
- * @description 实体方法模型
38
- * @type {IDEMethodProvider}
19
+ * @description 应用实体模型
20
+ * @type {IAppDataEntity}
39
21
  * @memberof IRegisterParams
40
22
  */
41
- deMethodModel?: IAppDEMethod;
23
+ entity?: IAppDataEntity;
42
24
  /**
43
- * @description 实体模型
44
- * @type {string}
25
+ * @description 逻辑模型
26
+ * @type {(IDEUILogic | IAppDELogic)}
45
27
  * @memberof IRegisterParams
46
28
  */
47
- entityModel?: IAppDataEntity;
29
+ logic?: IDEUILogic | IAppDELogic;
48
30
  /**
49
- * @description 编辑器模型
50
- * @type {IEditor}
31
+ * @description 主模型
32
+ * @type {(IAppView
33
+ * | IAppDataEntity
34
+ * | IAppUIAction
35
+ * | IControl
36
+ * | IControlItem
37
+ * | IAppDEMethod
38
+ * | IEditor
39
+ * | IDEUILogic
40
+ * | IAppDELogic
41
+ * | IAppMenuItem
42
+ * | IDBPortletPart
43
+ * | IDEToolbarItem
44
+ * | IDEUILogicNode
45
+ * | IDELogicNode)}
51
46
  * @memberof IRegisterParams
52
47
  */
53
- editorModel?: IEditor;
48
+ mainModel: IAppView | IAppDataEntity | IAppUIAction | IControl | IControlItem | IAppDEMethod | IEditor | IDEUILogic | IAppDELogic | IAppMenuItem | IDBPortletPart | IDEToolbarItem | IDEUILogicNode | IDELogicNode;
54
49
  }
55
50
  //# sourceMappingURL=i-register-params.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-register-params.d.ts","sourceRoot":"","sources":["../../../src/interface/register/i-register-params.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,OAAO,EACR,MAAM,kBAAkB,CAAC;AAE1B;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,QAAQ,CAAC;IAExB;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAC;IAErB;;;;OAIG;IACH,aAAa,CAAC,EAAE,YAAY,CAAC;IAE7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,YAAY,CAAC;IAE7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC;IAE7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
1
+ {"version":3,"file":"i-register-params.d.ts","sourceRoot":"","sources":["../../../src/interface/register/i-register-params.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,cAAc,EACd,UAAU,EACV,cAAc,EACd,OAAO,EACR,MAAM,kBAAkB,CAAC;AAE1B;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC;IAEnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB;;;;OAIG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;;;OAIG;IACH,KAAK,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;IAEjC;;;;;;;;;;;;;;;;;OAiBG;IACH,SAAS,EACL,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,QAAQ,GACR,YAAY,GACZ,YAAY,GACZ,OAAO,GACP,UAAU,GACV,WAAW,GACX,YAAY,GACZ,cAAc,GACd,cAAc,GACd,cAAc,GACd,YAAY,CAAC;CAClB"}
@@ -1,85 +1,10 @@
1
- export interface IUILogicContext {
2
- /**
3
- * 上一次返回值
4
- */
5
- lastReturn: unknown;
6
- /**
7
- * 上下文
8
- */
9
- readonly context: IContext;
10
- /**
11
- * 数据
12
- */
13
- readonly data: IData;
14
- /**
15
- * 视图参数
16
- */
17
- readonly viewParam: IParams;
18
- /**
19
- * 界面逻辑参数
20
- *
21
- * @author chitanda
22
- * @date 2023-11-01 17:11:52
23
- * @type {Record<string, unknown>}
24
- */
25
- readonly params: Record<string, unknown>;
26
- /**
27
- * UI 逻辑执行返回值
28
- *
29
- * @author chitanda
30
- * @date 2023-11-01 17:11:29
31
- * @type {unknown}
32
- */
33
- result: unknown;
34
- /**
35
- * 是否存在结束节点
36
- *
37
- * @author chitanda
38
- * @date 2023-11-01 17:11:57
39
- * @type {boolean}
40
- */
41
- isEndNode: boolean;
42
- /**
43
- * 默认参数节点名称
44
- *
45
- * @default 'Default'
46
- * @author chitanda
47
- * @date 2023-11-01 17:11:31
48
- * @type {string}
49
- */
50
- defaultParamName: string;
51
- /**
52
- * 重置实体逻辑参数
53
- *
54
- * @author chitanda
55
- * @date 2023-11-01 17:11:18
56
- * @param {string} name
57
- */
58
- resetParam(name: string): void;
59
- /**
60
- * 设置上一次返回值
61
- *
62
- * @author chitanda
63
- * @date 2023-11-01 17:11:31
64
- * @param {string} name
65
- */
66
- renewParam(name: string): void;
67
- /**
68
- * 设置上一次返回值
69
- *
70
- * @author chitanda
71
- * @date 2023-11-01 17:11:48
72
- * @param {unknown} value
73
- */
74
- setLastReturn(value: unknown): void;
75
- /**
76
- * 是否是实体参数变量(即后台数据对象)
77
- *
78
- * @author chitanda
79
- * @date 2023-11-01 17:11:01
80
- * @param {string} paramId
81
- * @return {*} {boolean}
82
- */
83
- isEntityParam(paramId: string): boolean;
1
+ import { ILogicContext } from '../common';
2
+ /**
3
+ * @description 界面逻辑执行上下文
4
+ * @export
5
+ * @interface IUILogicContext
6
+ * @extends {ILogicContext}
7
+ */
8
+ export interface IUILogicContext extends ILogicContext {
84
9
  }
85
10
  //# sourceMappingURL=i-ui-logic-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-ui-logic-context.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-context.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAE5B;;;;;;OAMG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEzC;;;;;;OAMG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;;;;OAMG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;;;;;OAOG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;;;;OAMG;IACH,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;;;;OAMG;IACH,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;;;;OAMG;IACH,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAEpC;;;;;;;OAOG;IACH,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC;CACzC"}
1
+ {"version":3,"file":"i-ui-logic-context.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C;;;;;GAKG;AACH,MAAM,WAAW,eAAgB,SAAQ,aAAa;CAAG"}
@@ -0,0 +1,33 @@
1
+ import { ILogicLinkCond } from '../common';
2
+ import { IUILogicContext } from './i-ui-logic-context';
3
+ /**
4
+ * @description 界面逻辑连接条件接口
5
+ * @export
6
+ * @interface IUILogicLinkCond
7
+ */
8
+ export interface IUILogicLinkCond extends ILogicLinkCond {
9
+ /**
10
+ * @description 条件判断
11
+ * @param {IUILogicContext} ctx 界面逻辑执行上下文
12
+ * @param {IContext} context 上下文
13
+ * @param {IData} data 数据
14
+ * @returns {*} {boolean}
15
+ * @memberof IUILogicLinkCond
16
+ */
17
+ test(ctx: IUILogicContext, context: IContext, data: IData): boolean;
18
+ }
19
+ /**
20
+ * @description 界面逻辑连接条件项接口
21
+ * @export
22
+ * @interface IUILogicLinkSingleCond
23
+ */
24
+ export interface IUILogicLinkSingleCond extends IUILogicLinkCond {
25
+ }
26
+ /**
27
+ * @description 界面逻辑连接条件组接口
28
+ * @export
29
+ * @interface IUILogicLinkGroupCond
30
+ */
31
+ export interface IUILogicLinkGroupCond extends IUILogicLinkCond {
32
+ }
33
+ //# sourceMappingURL=i-ui-logic-link-cond.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-ui-logic-link-cond.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-link-cond.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD;;;;;;;OAOG;IACH,IAAI,CAAC,GAAG,EAAE,eAAe,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC;CACrE;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;CAAG;AAEnE;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,gBAAgB;CAAG"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,43 @@
1
+ import { IDEUILogicLink } from '@ibiz/model-core';
2
+ import { IUILogicLinkGroupCond } from './i-ui-logic-link-cond';
3
+ import { IUILogicNode } from './i-ui-logic-node';
4
+ import { IUILogicContext } from './i-ui-logic-context';
5
+ /**
6
+ * @description 界面逻辑连线接口
7
+ * @export
8
+ * @interface IUILogicLink
9
+ */
10
+ export interface IUILogicLink {
11
+ /**
12
+ * @description 源节点
13
+ * @type {(IUILogicNode | null)}
14
+ * @memberof IUILogicLink
15
+ */
16
+ srcNode: IUILogicNode | null;
17
+ /**
18
+ * @description 目标节点
19
+ * @type {(IUILogicNode | null)}
20
+ * @memberof IUILogicLink
21
+ */
22
+ dstNode: IUILogicNode | null;
23
+ /**
24
+ * @description 模型
25
+ * @type {IDEUILogicLink}
26
+ * @memberof IUILogicLink
27
+ */
28
+ model: IDEUILogicLink;
29
+ /**
30
+ * @description 连接条件组
31
+ * @type {(IUILogicLinkGroupCond | null)}
32
+ * @memberof IUILogicLink
33
+ */
34
+ groupCond: IUILogicLinkGroupCond | null;
35
+ /**
36
+ * @description 执行连接
37
+ * @param {IUILogicContext} ctx 界面逻辑执行上下文
38
+ * @returns {*} {Promise<boolean>}
39
+ * @memberof IUILogicLink
40
+ */
41
+ exec(ctx: IUILogicContext): Promise<boolean>;
42
+ }
43
+ //# sourceMappingURL=i-ui-logic-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-ui-logic-link.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-link.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAE7B;;;;OAIG;IACH,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAE7B;;;;OAIG;IACH,KAAK,EAAE,cAAc,CAAC;IAEtB;;;;OAIG;IACH,SAAS,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAExC;;;;;OAKG;IACH,IAAI,CAAC,GAAG,EAAE,eAAe,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9C"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ import { IUILogicNodeProvider } from '../provider';
2
+ /**
3
+ * @description 逻辑节点接口
4
+ * @export
5
+ * @interface IUILogicNode
6
+ * @extends {IUILogicNodeProvider}
7
+ */
8
+ export interface IUILogicNode extends IUILogicNodeProvider {
9
+ }
10
+ //# sourceMappingURL=i-ui-logic-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-ui-logic-node.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD;;;;;GAKG;AACH,MAAM,WAAW,YAAa,SAAQ,oBAAoB;CAAG"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,9 +1,7 @@
1
- import { IApiUILogicParams } from '../../api';
2
- import { IControlController, IViewController } from '../../controller';
1
+ import { IApiUILogicParams } from '../api';
2
+ import { IControlController, IViewController } from '../controller';
3
3
  /**
4
- * 界面逻辑通用参数(界面行为,事件,界面逻辑,实体逻辑等)
5
- * @author lxm
6
- * @date 2023-05-08 09:31:01
4
+ * @description 界面逻辑通用参数接口
7
5
  * @export
8
6
  * @interface IUILogicParams
9
7
  * @extends {IApiUILogicParams}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-ui-logic-params.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic-params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEpE;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD;;;;;OAKG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ import { IAppDataEntity, IDEUILogic } from '@ibiz/model-core';
2
+ import { IUILogicProvider } from '../provider';
3
+ /**
4
+ * @description 界面逻辑接口
5
+ * @export
6
+ * @interface IUILogic
7
+ * @extends {IUILogicProvider}
8
+ */
9
+ export interface IUILogic extends IUILogicProvider {
10
+ /**
11
+ * @description 模型
12
+ * @type {IDEUILogic}
13
+ * @memberof IUILogic
14
+ */
15
+ model: IDEUILogic;
16
+ /**
17
+ * @description 实体模型
18
+ * @type {IAppDataEntity}
19
+ * @memberof IUILogic
20
+ */
21
+ entity: IAppDataEntity;
22
+ }
23
+ //# sourceMappingURL=i-ui-logic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-ui-logic.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/i-ui-logic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C;;;;;GAKG;AACH,MAAM,WAAW,QAAS,SAAQ,gBAAgB;IAChD;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,MAAM,EAAE,cAAc,CAAC;CACxB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,2 +1,7 @@
1
1
  export type { IUILogicContext } from './i-ui-logic-context';
2
+ export type { IUILogicLink } from './i-ui-logic-link';
3
+ export type { IUILogic } from './i-ui-logic';
4
+ export type { IUILogicNode } from './i-ui-logic-node';
5
+ export type { IUILogicLinkCond, IUILogicLinkGroupCond, IUILogicLinkSingleCond, } from './i-ui-logic-link-cond';
6
+ export type { IUILogicParams } from './i-ui-logic-params';
2
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/ui-logic/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC7C,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,YAAY,EACV,gBAAgB,EAChB,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
@@ -354,6 +354,9 @@ export declare const en: {
354
354
  noImplemented: string;
355
355
  noImplementedRouting: string;
356
356
  };
357
+ application: {
358
+ noExtensionPlugin: string;
359
+ };
357
360
  hub: {
358
361
  failedParse: string;
359
362
  noExist: string;
@@ -442,6 +445,24 @@ export declare const en: {
442
445
  correspondViewTypeStyle: string;
443
446
  toolbarItem: string;
444
447
  acItem: string;
448
+ viewCustomRegistration: string;
449
+ ctrlCustomRegistration: string;
450
+ panelItemCustomRegistration: string;
451
+ formDetailCustomRegistration: string;
452
+ gridColumnCustomRegistration: string;
453
+ editorCustomRegistration: string;
454
+ uiactionCustomRegistration: string;
455
+ deMethodCustomRegistration: string;
456
+ uiLogic: string;
457
+ frontEndTypeNode: string;
458
+ uiLogicCustomRegistration: string;
459
+ uiLogicNodeCustomRegistration: string;
460
+ menuItemCustomRegistration: string;
461
+ deLogicCustomRegistration: string;
462
+ deLogic: string;
463
+ deLogicNodeCustomRegistration: string;
464
+ portalCustomRegistration: string;
465
+ toolbarItemCustomRegistration: string;
445
466
  };
446
467
  };
447
468
  service: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/en/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA04Bd,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/en/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAg7Bd,CAAC"}
@@ -355,6 +355,9 @@ export const en = {
355
355
  noImplemented: 'Getting application global variables is not implemented',
356
356
  noImplementedRouting: 'Getting view routing parameter variables is not implemented',
357
357
  },
358
+ application: {
359
+ noExtensionPlugin: 'Attempted to load application [{appId}] extension plugin, but no extension plugin was found',
360
+ },
358
361
  hub: {
359
362
  failedParse: 'View parameter {paramsName} failed to parse: {error}',
360
363
  noExist: 'View [{id}] does not exist',
@@ -443,6 +446,24 @@ export const en = {
443
446
  correspondViewTypeStyle: 'Cannot find an adapter for view type: [{viewType}] corresponding to view style: [{viewStyle}].',
444
447
  toolbarItem: 'Cannot find the adapter corresponding to the toolbar item plugin {pluginKey}.',
445
448
  acItem: 'Cannot find the adapter corresponding to the ac item plugin {pluginKey}.',
449
+ viewCustomRegistration: '[Custom Extended View] Cannot find an adapter with a custom registration ID of [{registerKey}].',
450
+ ctrlCustomRegistration: '[Custom Extended Control] Cannot find an adapter with a custom registration ID of [{registerKey}].',
451
+ panelItemCustomRegistration: '[Custom Extended Panel Item] Cannot find an adapter with a custom registration ID of [{registerKey}].',
452
+ formDetailCustomRegistration: '[Custom Extended Form Detail] Cannot find an adapter with a custom registration ID of [{registerKey}].',
453
+ gridColumnCustomRegistration: '[Custom Extended Grid Column] Cannot find an adapter with a custom registration ID of [{registerKey}].',
454
+ editorCustomRegistration: '[Custom Extended Editor] Cannot find an adapter with a custom registration ID of [{registerKey}].',
455
+ uiactionCustomRegistration: '[Custom Extended UIAction] Cannot find an adapter with a custom registration ID of [{registerKey}].',
456
+ deMethodCustomRegistration: '[Custom Extended DEMethod] Cannot find an adapter with a custom registration ID of [{registerKey}].',
457
+ uiLogic: 'Cannot find an adapter for the corresponding interface logic',
458
+ frontEndTypeNode: 'Cannot find an adapter for node type {logicNodeType}',
459
+ uiLogicCustomRegistration: '[Custom Extended UILogic] Cannot find an adapter with a custom registration ID of [{registerKey}].',
460
+ uiLogicNodeCustomRegistration: '[Custom Extended UILogic Node] Cannot find an adapter with a custom registration ID of [{registerKey}].',
461
+ menuItemCustomRegistration: '[Custom Extended Menu Item] Cannot find an adapter with a custom registration ID of [{registerKey}].',
462
+ deLogicCustomRegistration: '[Custom Extended DELogic] Cannot find an adapter with a custom registration ID of [{registerKey}].',
463
+ deLogic: 'Cannot find an adapter for the corresponding entity logic',
464
+ deLogicNodeCustomRegistration: '[Custom Extended DELogic Node] Cannot find an adapter with a custom registration ID of [{registerKey}].',
465
+ portalCustomRegistration: '[Custom Extended Portlet] Cannot find an adapter with a custom registration ID of [{registerKey}].',
466
+ toolbarItemCustomRegistration: '[Custom Extended Toolbar Item] Cannot find an adapter with a custom registration ID of [{registerKey}].',
446
467
  },
447
468
  },
448
469
  service: {
@@ -353,6 +353,9 @@ export declare const zhCn: {
353
353
  global: {
354
354
  noImplemented: string;
355
355
  };
356
+ application: {
357
+ noExtensionPlugin: string;
358
+ };
356
359
  hub: {
357
360
  failedParse: string;
358
361
  noExist: string;
@@ -441,6 +444,24 @@ export declare const zhCn: {
441
444
  correspondViewTypeStyle: string;
442
445
  toolbarItem: string;
443
446
  acItem: string;
447
+ viewCustomRegistration: string;
448
+ ctrlCustomRegistration: string;
449
+ panelItemCustomRegistration: string;
450
+ formDetailCustomRegistration: string;
451
+ gridColumnCustomRegistration: string;
452
+ editorCustomRegistration: string;
453
+ uiactionCustomRegistration: string;
454
+ deMethodCustomRegistration: string;
455
+ uiLogic: string;
456
+ frontEndTypeNode: string;
457
+ uiLogicCustomRegistration: string;
458
+ uiLogicNodeCustomRegistration: string;
459
+ menuItemCustomRegistration: string;
460
+ deLogicCustomRegistration: string;
461
+ deLogic: string;
462
+ deLogicNodeCustomRegistration: string;
463
+ portalCustomRegistration: string;
464
+ toolbarItemCustomRegistration: string;
444
465
  };
445
466
  };
446
467
  service: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/zh-CN/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwuBhB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/locale/zh-CN/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4wBhB,CAAC"}
@@ -354,6 +354,9 @@ export const zhCn = {
354
354
  global: {
355
355
  noImplemented: '获取应用全局变量没有实现',
356
356
  },
357
+ application: {
358
+ noExtensionPlugin: '尝试加载应用[{appId}]扩展插件,暂未找到扩展插件',
359
+ },
357
360
  hub: {
358
361
  failedParse: '视图参数 {paramsName} 解析失败:{error}',
359
362
  noExist: '视图[{id}]不存在',
@@ -442,6 +445,24 @@ export const zhCn = {
442
445
  correspondViewTypeStyle: '找不到视图类型:[{viewType}]的视图样式:[{viewStyle}]对应的适配器',
443
446
  toolbarItem: '找不到工具栏项插件{pluginKey}对应的适配器',
444
447
  acItem: '找不到自填列表项插件{pluginKey}对应的适配器',
448
+ viewCustomRegistration: '[自定义扩展视图] 找不到自定义注册标识为[{registerKey}]对应的适配器',
449
+ ctrlCustomRegistration: '[自定义扩展部件] 找不到自定义注册标识为[{registerKey}]对应的适配器',
450
+ panelItemCustomRegistration: '[自定义扩展面板项] 找不到自定义注册标识为[{registerKey}]对应的适配器',
451
+ formDetailCustomRegistration: '[自定义扩展表单成员] 找不到自定义注册标识为[{registerKey}]对应的适配器',
452
+ gridColumnCustomRegistration: '[自定义扩展表格列] 找不到自定义注册标识为[{registerKey}]对应的适配器',
453
+ editorCustomRegistration: '[自定义扩展编辑器] 找不到自定义注册标识为[{registerKey}]对应的适配器',
454
+ uiactionCustomRegistration: '[自定义扩展界面行为] 找不到自定义注册标识为[{registerKey}]对应的适配器',
455
+ deMethodCustomRegistration: '[自定义扩展实体方法] 找不到自定义注册标识为[{registerKey}]对应的适配器',
456
+ uiLogic: '找不到界面逻辑对应的适配器',
457
+ frontEndTypeNode: '找不到节点类型{logicNodeType}对应的适配器',
458
+ uiLogicCustomRegistration: '[自定义扩展界面逻辑] 找不到自定义注册标识为[{registerKey}]对应的适配器',
459
+ uiLogicNodeCustomRegistration: '[自定义扩展界面逻辑节点] 找不到自定义注册标识为[{registerKey}]对应的适配器',
460
+ menuItemCustomRegistration: '[自定义扩展菜单项] 找不到自定义注册标识为[{registerKey}]对应的适配器',
461
+ deLogicCustomRegistration: '[自定义扩展实体逻辑] 找不到自定义注册标识为[{registerKey}]对应的适配器',
462
+ deLogic: '找不到实体逻辑对应的适配器',
463
+ deLogicNodeCustomRegistration: '[自定义扩展实体逻辑节点] 找不到自定义注册标识为[{registerKey}]对应的适配器',
464
+ portalCustomRegistration: '[自定义扩展门户部件] 找不到自定义注册标识为[{registerKey}]对应的适配器',
465
+ toolbarItemCustomRegistration: '[自定义扩展工具栏项] 找不到自定义注册标识为[{registerKey}]对应的适配器',
445
466
  },
446
467
  },
447
468
  service: {
@@ -4,55 +4,87 @@ import { IRegisterParams } from '../interface';
4
4
  */
5
5
  export declare class CustomRegister {
6
6
  /**
7
- * 获取适配器注册key
8
- *
9
- * @author ljx
10
- * @date 2024-04-16 23:08:08
7
+ * @description 获取适配器注册key
8
+ * @static
11
9
  * @param {string} registerType
12
10
  * @param {IRegisterParams} opts
13
- * @return {string}
11
+ * @returns {*} {string}
12
+ * @memberof CustomRegister
14
13
  */
15
14
  static getRegisterKey(registerType: string, opts: IRegisterParams): string;
16
15
  /**
17
- * 通过视图计算key
18
- * 目前适用于计算面板项的key
19
- * @author ljx
20
- * @date 2024-04-16 23:08:08
16
+ * @description 计算扩展视图key,(appId@codeName)全大写
17
+ * @static
21
18
  * @param {IRegisterParams} opts
22
- * @return {string}
19
+ * @returns {*} {string}
20
+ * @memberof CustomRegister
23
21
  */
24
- static calcKeyByView(opts: IRegisterParams): string;
22
+ static calcExtensionViewKey(opts: IRegisterParams): string;
25
23
  /**
26
- * 通过部件计算key
27
- * 没有实体的部件默认为APP
28
- * @date 2024-04-16 23:08:08
24
+ * @description 计算扩展部件key,(appId/DEFAULT@实体codeName/APP@部件类型@部件codeName)全大写
25
+ * @static
29
26
  * @param {IRegisterParams} opts
30
- * @return {string}
27
+ * @returns {*} {string}
28
+ * @memberof CustomRegister
29
+ */
30
+ static calcExtensionControlKey(opts: IRegisterParams): string;
31
+ /**
32
+ * @description 计算扩展面板key,(appId/DEFAULT@视图codeName@部件codeName@面板项标识)全大写
33
+ * @static
34
+ * @param {IRegisterParams} opts
35
+ * @returns {*} {string}
36
+ * @memberof CustomRegister
37
+ */
38
+ static calcExtensionPanelItemKey(opts: IRegisterParams): string;
39
+ /**
40
+ * @description 计算扩展部件项key,(appId/DEFAULT@实体codeName/APP@部件类型@部件codeName@部件项codeName/@部件项id)全大写
41
+ * @static
42
+ * @param {IRegisterParams} opts
43
+ * @returns {*} {string}
44
+ * @memberof CustomRegister
45
+ */
46
+ static calcExtensionControlItemKey(opts: IRegisterParams): string;
47
+ /**
48
+ * @description 计算扩展编辑器key,(appId/DEFAULT@实体codeName/APP@部件类型@部件codeName@项标识_EDITOR)全大写
49
+ * @static
50
+ * @param {IRegisterParams} opts
51
+ * @returns {*} {string}
52
+ * @memberof CustomRegister
53
+ */
54
+ static calcExtensionEditorKey(opts: IRegisterParams): string;
55
+ /**
56
+ * @description 计算扩展界面行为key,(appId/DEFAULT@实体codeName/APP@界面行为标记)全大写
57
+ * @author tony001
58
+ * @date 2026-08-11 17:08:45
59
+ * @static
60
+ * @param {IRegisterParams} opts
61
+ * @returns {*} {string}
62
+ * @memberof CustomRegister
31
63
  */
32
- static calcKeyByCtrl(opts: IRegisterParams): string;
64
+ static calcExtensionUIActionKey(opts: IRegisterParams): string;
33
65
  /**
34
- * @description 通过界面行为模型计算key,其中实体部分无实体的话默认为APP
66
+ * @description 计算扩展实体方法key,(appId/DEFAULT@实体codeName/方法类型/方法codeName)全大写
35
67
  * @static
36
68
  * @param {IRegisterParams} opts
37
69
  * @returns {*} {string}
38
70
  * @memberof CustomRegister
39
71
  */
40
- static calcKeyByAction(opts: IRegisterParams): string;
72
+ static calcExtensionMethodKey(opts: IRegisterParams): string;
41
73
  /**
42
- * @description 通过实体方法模型计算key
74
+ * @description 计算逻辑key,(appId/DEFAULT@实体codeName@逻辑codeName)全大写
43
75
  * @static
44
76
  * @param {IRegisterParams} opts
45
77
  * @returns {*} {string}
46
78
  * @memberof CustomRegister
47
79
  */
48
- static calcKeyByMethod(opts: IRegisterParams): string;
80
+ static calcExtensionLogicKey(opts: IRegisterParams): string;
49
81
  /**
50
- * @description 通过编辑器模型计算key
82
+ * @description 计算实体界面逻辑节点key,(appId/DEFAULT@实体codeName@逻辑codeName@逻辑节点codeName)全大写
51
83
  * @static
52
84
  * @param {IRegisterParams} opts
53
85
  * @returns {*} {string}
54
86
  * @memberof CustomRegister
55
87
  */
56
- static calcKeyByEditor(opts: IRegisterParams): string;
88
+ static calcExtensionLogicNodeKey(opts: IRegisterParams): string;
57
89
  }
58
90
  //# sourceMappingURL=custom-register.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom-register.d.ts","sourceRoot":"","sources":["../../src/register/custom-register.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAW/C;;GAEG;AACH,qBAAa,cAAc;IACzB;;;;;;;;OAQG;IACH,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,GAAG,MAAM;IAmB1E;;;;;;;OAOG;IACH,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAkBnD;;;;;;OAMG;IACH,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAwBnD;;;;;;OAMG;IACH,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAiBrD;;;;;;OAMG;IACH,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAerD;;;;;;OAMG;IACH,MAAM,CAAC,eAAe,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;CA0BtD"}
1
+ {"version":3,"file":"custom-register.d.ts","sourceRoot":"","sources":["../../src/register/custom-register.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAoB/C;;GAEG;AACH,qBAAa,cAAc;IACzB;;;;;;;OAOG;IACH,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,GAAG,MAAM;IA+B1E;;;;;;OAMG;IACH,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAa1D;;;;;;OAMG;IACH,MAAM,CAAC,uBAAuB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAqB7D;;;;;;OAMG;IACH,MAAM,CAAC,yBAAyB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAiB/D;;;;;;OAMG;IACH,MAAM,CAAC,2BAA2B,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAyBjE;;;;;;OAMG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAmB5D;;;;;;;;OAQG;IACH,MAAM,CAAC,wBAAwB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAiB9D;;;;;;OAMG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAe5D;;;;;;OAMG;IACH,MAAM,CAAC,qBAAqB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;IAY3D;;;;;;OAMG;IACH,MAAM,CAAC,yBAAyB,CAAC,IAAI,EAAE,eAAe,GAAG,MAAM;CAchE"}