@ibiz-template/runtime 0.7.41-alpha.52 → 0.7.41-alpha.54

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 (211) hide show
  1. package/dist/index.esm.js +53 -11
  2. package/dist/index.system.min.js +1 -1
  3. package/out/controller/control/chart/chart.controller.d.ts.map +1 -1
  4. package/out/controller/control/chart/chart.controller.js +3 -2
  5. package/out/controller/control/form/form/form.controller.d.ts +7 -0
  6. package/out/controller/control/form/form/form.controller.d.ts.map +1 -1
  7. package/out/controller/control/form/form/form.controller.js +11 -0
  8. package/out/controller/control/form/form-detail/form-button/form-button.controller.d.ts.map +1 -1
  9. package/out/controller/control/form/form-detail/form-button/form-button.controller.js +31 -7
  10. package/out/controller/control/report-panel/generator/base-generator.d.ts +3 -2
  11. package/out/controller/control/report-panel/generator/base-generator.d.ts.map +1 -1
  12. package/out/controller/control/report-panel/generator/base-generator.js +1 -0
  13. package/out/controller/ctx/ctx.d.ts +6 -4
  14. package/out/controller/ctx/ctx.d.ts.map +1 -1
  15. package/out/controller/ctx/ctx.js +1 -0
  16. package/out/controller/hub.controller.d.ts +8 -4
  17. package/out/controller/hub.controller.d.ts.map +1 -1
  18. package/out/controller/hub.controller.js +5 -3
  19. package/out/interface/api/app/i-api-app-hub-controller.d.ts +23 -19
  20. package/out/interface/api/app/i-api-app-hub-controller.d.ts.map +1 -1
  21. package/out/interface/api/app/i-api-app-hub-service.d.ts +9 -9
  22. package/out/interface/api/app/i-micro-app-config-center.d.ts +3 -3
  23. package/out/interface/api/call/i-api-data-view.call.d.ts +2 -2
  24. package/out/interface/api/call/i-api-edit-view.call.d.ts +2 -2
  25. package/out/interface/api/call/i-api-grid-view.call.d.ts +2 -2
  26. package/out/interface/api/call/i-api-list-view.call.d.ts +2 -2
  27. package/out/interface/api/call/i-api-login-view.call.d.ts +21 -5
  28. package/out/interface/api/call/i-api-login-view.call.d.ts.map +1 -1
  29. package/out/interface/api/call/i-api-md-custom-view.call.d.ts +3 -3
  30. package/out/interface/api/call/i-api-md-view.call.d.ts +6 -6
  31. package/out/interface/api/call/i-api-mob-wf-dyna-edit-view.call.d.ts +1 -1
  32. package/out/interface/api/call/i-api-tree-exp-view.call.d.ts +4 -4
  33. package/out/interface/api/call/i-api-tree-grid-ex-view.call.d.ts +1 -1
  34. package/out/interface/api/call/i-api-tree-grid-view.call.d.ts +4 -7
  35. package/out/interface/api/call/i-api-tree-grid-view.call.d.ts.map +1 -1
  36. package/out/interface/api/call/i-api-tree-view.call.d.ts +4 -4
  37. package/out/interface/api/call/i-api-view.call.d.ts +1 -1
  38. package/out/interface/api/common/i-api-ctx.d.ts +41 -0
  39. package/out/interface/api/common/i-api-ctx.d.ts.map +1 -0
  40. package/out/interface/api/common/i-api-ctx.js +1 -0
  41. package/out/interface/api/common/i-api-error-handler.d.ts +15 -0
  42. package/out/interface/api/common/i-api-error-handler.d.ts.map +1 -0
  43. package/out/interface/api/common/i-api-error-handler.js +1 -0
  44. package/out/interface/api/common/i-api-modal-option.d.ts +50 -0
  45. package/out/interface/api/common/i-api-modal-option.d.ts.map +1 -0
  46. package/out/interface/api/common/i-api-modal-option.js +1 -0
  47. package/out/interface/api/common/i-api-overlay-container-options.d.ts +3 -3
  48. package/out/interface/api/common/i-api-overlay-container-options.d.ts.map +1 -1
  49. package/out/interface/api/common/i-api-ui-action-result.d.ts +51 -0
  50. package/out/interface/api/common/i-api-ui-action-result.d.ts.map +1 -0
  51. package/out/interface/api/common/i-api-ui-action-result.js +1 -0
  52. package/out/interface/api/common/i-api-ui-logic-params.d.ts +52 -0
  53. package/out/interface/api/common/i-api-ui-logic-params.d.ts.map +1 -0
  54. package/out/interface/api/common/i-api-ui-logic-params.js +1 -0
  55. package/out/interface/api/common/index.d.ts +5 -0
  56. package/out/interface/api/common/index.d.ts.map +1 -1
  57. package/out/interface/api/controller/common/i-api-enforceable.controller.d.ts +1 -1
  58. package/out/interface/api/controller/control/form-detail/i-api-form-button-controller.d.ts +3 -3
  59. package/out/interface/api/controller/control/form-detail/i-api-form-button-list.controller.d.ts +6 -6
  60. package/out/interface/api/controller/control/form-detail/i-api-form-detail.controller.d.ts +1 -0
  61. package/out/interface/api/controller/control/form-detail/i-api-form-detail.controller.d.ts.map +1 -1
  62. package/out/interface/api/controller/control/form-detail/i-api-form-group-panel.controller.d.ts +3 -3
  63. package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-form.controller.d.ts +1 -7
  64. package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-form.controller.d.ts.map +1 -1
  65. package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-repeater.controller.d.ts +2 -2
  66. package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl.controller.d.ts +2 -2
  67. package/out/interface/api/controller/control/grid-column/i-api-grid-column.controller.d.ts +1 -1
  68. package/out/interface/api/controller/control/grid-column/i-api-grid-field-column.controller.d.ts +6 -6
  69. package/out/interface/api/controller/control/grid-column/i-api-grid-field-edit-column.controller.d.ts +3 -3
  70. package/out/interface/api/controller/control/grid-column/i-api-grid-ua-column.controller.d.ts +3 -3
  71. package/out/interface/api/controller/control/i-api-calendar.controller.d.ts +1 -1
  72. package/out/interface/api/controller/control/i-api-control.controller.d.ts +2 -2
  73. package/out/interface/api/controller/control/i-api-data-view-control.controller.d.ts +1 -1
  74. package/out/interface/api/controller/control/i-api-drbar.controller.d.ts +1 -1
  75. package/out/interface/api/controller/control/i-api-drtab.controller.d.ts +1 -1
  76. package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts +7 -6
  77. package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts.map +1 -1
  78. package/out/interface/api/controller/control/i-api-exp-bar-control.controller.d.ts +3 -3
  79. package/out/interface/api/controller/control/i-api-form.controller.d.ts +2 -2
  80. package/out/interface/api/controller/control/i-api-gantt.controller.d.ts +3 -3
  81. package/out/interface/api/controller/control/i-api-grid.controller.d.ts +4 -4
  82. package/out/interface/api/controller/control/i-api-grid.controller.d.ts.map +1 -1
  83. package/out/interface/api/controller/control/i-api-kanban.controller.d.ts +2 -3
  84. package/out/interface/api/controller/control/i-api-kanban.controller.d.ts.map +1 -1
  85. package/out/interface/api/controller/control/i-api-list.controller.d.ts +1 -1
  86. package/out/interface/api/controller/control/i-api-map.controller.d.ts +1 -1
  87. package/out/interface/api/controller/control/i-api-md-control.controller.d.ts +7 -7
  88. package/out/interface/api/controller/control/i-api-medit-view-panel.controller.d.ts +1 -1
  89. package/out/interface/api/controller/control/i-api-mob-md-ctrl.controller.d.ts +1 -1
  90. package/out/interface/api/controller/control/i-api-mob-md-ctrl.controller.d.ts.map +1 -1
  91. package/out/interface/api/controller/control/i-api-pickup-view-panel.controller.d.ts +1 -1
  92. package/out/interface/api/controller/control/i-api-report-panel.controller.d.ts +4 -3
  93. package/out/interface/api/controller/control/i-api-report-panel.controller.d.ts.map +1 -1
  94. package/out/interface/api/controller/control/i-api-search-bar.controller.d.ts +2 -2
  95. package/out/interface/api/controller/control/i-api-search-form.controller.d.ts +2 -1
  96. package/out/interface/api/controller/control/i-api-search-form.controller.d.ts.map +1 -1
  97. package/out/interface/api/controller/control/i-api-tab-exp-panel.controller.d.ts +1 -1
  98. package/out/interface/api/controller/control/i-api-toolbar.controller.d.ts +4 -4
  99. package/out/interface/api/controller/control/i-api-tree-grid-ex.controller.d.ts +1 -1
  100. package/out/interface/api/controller/control/i-api-tree-grid.controller.d.ts +1 -1
  101. package/out/interface/api/controller/control/i-api-tree-grid.controller.d.ts.map +1 -1
  102. package/out/interface/api/controller/control/i-api-tree.controller.d.ts +3 -3
  103. package/out/interface/api/controller/control/index.d.ts +2 -1
  104. package/out/interface/api/controller/control/index.d.ts.map +1 -1
  105. package/out/interface/api/controller/control/index.js +1 -0
  106. package/out/interface/api/controller/control/portlet/i-api-portlet.controller.d.ts +11 -7
  107. package/out/interface/api/controller/control/portlet/i-api-portlet.controller.d.ts.map +1 -1
  108. package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.d.ts +33 -0
  109. package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.d.ts.map +1 -0
  110. package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.js +1 -0
  111. package/out/interface/api/controller/control/report-panel/index.d.ts +2 -0
  112. package/out/interface/api/controller/control/report-panel/index.d.ts.map +1 -0
  113. package/out/interface/api/controller/control/report-panel/index.js +1 -0
  114. package/out/interface/api/controller/view/i-api-view.controller.d.ts +3 -3
  115. package/out/interface/api/service/i-api-app-de.service.d.ts +46 -44
  116. package/out/interface/api/service/i-api-app-de.service.d.ts.map +1 -1
  117. package/out/interface/api/service/i-api-auth-result.d.ts +4 -4
  118. package/out/interface/api/service/i-api-auth-result.d.ts.map +1 -1
  119. package/out/interface/api/service/i-api-code-list.service.d.ts +5 -5
  120. package/out/interface/api/service/i-api-de-service-util.d.ts +7 -7
  121. package/out/interface/api/service/index.d.ts +1 -0
  122. package/out/interface/api/service/index.d.ts.map +1 -1
  123. package/out/interface/api/service/vo/i-api-control.vo.d.ts +89 -0
  124. package/out/interface/api/service/vo/i-api-control.vo.d.ts.map +1 -0
  125. package/out/interface/api/service/vo/i-api-control.vo.js +1 -0
  126. package/out/interface/api/service/vo/i-api-ui-map-field.d.ts +54 -0
  127. package/out/interface/api/service/vo/i-api-ui-map-field.d.ts.map +1 -0
  128. package/out/interface/api/service/vo/i-api-ui-map-field.js +1 -0
  129. package/out/interface/api/service/vo/index.d.ts +3 -0
  130. package/out/interface/api/service/vo/index.d.ts.map +1 -0
  131. package/out/interface/api/service/vo/index.js +1 -0
  132. package/out/interface/api/state/common/i-api-button-container.state.d.ts +1 -1
  133. package/out/interface/api/state/common/i-api-button.state.d.ts +1 -1
  134. package/out/interface/api/state/control/i-api-app-menu.state.d.ts +1 -1
  135. package/out/interface/api/state/control/i-api-calendar.state.d.ts +33 -2
  136. package/out/interface/api/state/control/i-api-calendar.state.d.ts.map +1 -1
  137. package/out/interface/api/state/control/i-api-chart.state.d.ts +48 -9
  138. package/out/interface/api/state/control/i-api-chart.state.d.ts.map +1 -1
  139. package/out/interface/api/state/control/i-api-control.state.d.ts +0 -1
  140. package/out/interface/api/state/control/i-api-control.state.d.ts.map +1 -1
  141. package/out/interface/api/state/control/i-api-grid.state.d.ts +4 -3
  142. package/out/interface/api/state/control/i-api-grid.state.d.ts.map +1 -1
  143. package/out/interface/api/state/control/i-api-medit-view-panel.state.d.ts +8 -8
  144. package/out/interface/api/state/control/i-api-medit-view-panel.state.d.ts.map +1 -1
  145. package/out/interface/api/state/control/portlet/i-api-portlet.state.d.ts +1 -1
  146. package/out/interface/api/state/view/i-api-view-session.d.ts +1 -1
  147. package/out/interface/api/util/i-api-ai-chat-util.d.ts +99 -22
  148. package/out/interface/api/util/i-api-ai-chat-util.d.ts.map +1 -1
  149. package/out/interface/api/util/i-api-app-util.d.ts +31 -27
  150. package/out/interface/api/util/i-api-app-util.d.ts.map +1 -1
  151. package/out/interface/api/util/i-api-confirm-util.d.ts +4 -4
  152. package/out/interface/api/util/i-api-encryption-util.d.ts +15 -0
  153. package/out/interface/api/util/i-api-encryption-util.d.ts.map +1 -0
  154. package/out/interface/api/util/i-api-encryption-util.js +1 -0
  155. package/out/interface/api/util/i-api-error-handle-center.d.ts +21 -0
  156. package/out/interface/api/util/i-api-error-handle-center.d.ts.map +1 -0
  157. package/out/interface/api/util/i-api-error-handle-center.js +1 -0
  158. package/out/interface/api/util/i-api-excel-util.d.ts +25 -0
  159. package/out/interface/api/util/i-api-excel-util.d.ts.map +1 -0
  160. package/out/interface/api/util/i-api-excel-util.js +1 -0
  161. package/out/interface/api/util/i-api-file-util.d.ts +17 -17
  162. package/out/interface/api/util/i-api-file-util.d.ts.map +1 -1
  163. package/out/interface/api/util/i-api-fullscreen-util.d.ts +5 -4
  164. package/out/interface/api/util/i-api-fullscreen-util.d.ts.map +1 -1
  165. package/out/interface/api/util/i-api-global-util.d.ts +58 -1
  166. package/out/interface/api/util/i-api-global-util.d.ts.map +1 -1
  167. package/out/interface/api/util/i-api-handlebars-util.d.ts +4 -4
  168. package/out/interface/api/util/i-api-html2canvas-util.d.ts +4 -4
  169. package/out/interface/api/util/i-api-inline-ai-util.d.ts +11 -11
  170. package/out/interface/api/util/i-api-json-util.d.ts +8 -8
  171. package/out/interface/api/util/i-api-message-util.d.ts +2 -3
  172. package/out/interface/api/util/i-api-message-util.d.ts.map +1 -1
  173. package/out/interface/api/util/i-api-modal-util.d.ts +6 -6
  174. package/out/interface/api/util/i-api-notification-util.d.ts +5 -5
  175. package/out/interface/api/util/i-api-open-view-util.d.ts +33 -29
  176. package/out/interface/api/util/i-api-open-view-util.d.ts.map +1 -1
  177. package/out/interface/api/util/i-api-qrcode-util.d.ts +5 -4
  178. package/out/interface/api/util/i-api-qrcode-util.d.ts.map +1 -1
  179. package/out/interface/api/util/i-api-raw-value-util.d.ts +2 -2
  180. package/out/interface/api/util/i-api-short-cut-util.d.ts +24 -8
  181. package/out/interface/api/util/i-api-short-cut-util.d.ts.map +1 -1
  182. package/out/interface/api/util/i-api-text-util.d.ts +7 -0
  183. package/out/interface/api/util/i-api-text-util.d.ts.map +1 -1
  184. package/out/interface/api/util/i-api-ui-action-util.d.ts +36 -0
  185. package/out/interface/api/util/i-api-ui-action-util.d.ts.map +1 -0
  186. package/out/interface/api/util/i-api-ui-action-util.js +1 -0
  187. package/out/interface/api/util/i-api-voice-util.d.ts +3 -4
  188. package/out/interface/api/util/i-api-voice-util.d.ts.map +1 -1
  189. package/out/interface/api/util/i-api-water-mark-util.d.ts +3 -3
  190. package/out/interface/api/util/i-api-wechat-util.d.ts +11 -3
  191. package/out/interface/api/util/i-api-wechat-util.d.ts.map +1 -1
  192. package/out/interface/api/util/index.d.ts +4 -0
  193. package/out/interface/api/util/index.d.ts.map +1 -1
  194. package/out/interface/common/i-error-handler/i-error-handler.d.ts +3 -8
  195. package/out/interface/common/i-error-handler/i-error-handler.d.ts.map +1 -1
  196. package/out/interface/common/i-modal-options/i-modal-options.d.ts +2 -55
  197. package/out/interface/common/i-modal-options/i-modal-options.d.ts.map +1 -1
  198. package/out/interface/common/i-ui-action-result/i-ui-action-result.d.ts +3 -57
  199. package/out/interface/common/i-ui-action-result/i-ui-action-result.d.ts.map +1 -1
  200. package/out/interface/common/i-ui-logic-params/i-ui-logic-params.d.ts +3 -36
  201. package/out/interface/common/i-ui-logic-params/i-ui-logic-params.d.ts.map +1 -1
  202. package/out/interface/util/i-encryption-uitl/i-encryption-uitl.d.ts +3 -10
  203. package/out/interface/util/i-encryption-uitl/i-encryption-uitl.d.ts.map +1 -1
  204. package/out/interface/util/i-excel-util/i-excel-util.d.ts +3 -12
  205. package/out/interface/util/i-excel-util/i-excel-util.d.ts.map +1 -1
  206. package/out/utils/error-handler/error-handler-center.d.ts +3 -2
  207. package/out/utils/error-handler/error-handler-center.d.ts.map +1 -1
  208. package/out/utils/error-handler/error-handler-center.js +1 -0
  209. package/out/utils/open-redirect-view/open-redirect-view.d.ts.map +1 -1
  210. package/out/utils/open-redirect-view/open-redirect-view.js +4 -0
  211. package/package.json +3 -3
@@ -1,3 +1,4 @@
1
+ import { IApiUIActionResult } from '../../api';
1
2
  /**
2
3
  * 界面行为执行返回值
3
4
  *
@@ -5,63 +6,8 @@
5
6
  * @date 2022-08-26 00:08:44
6
7
  * @export
7
8
  * @interface IUIActionResult
9
+ * @extends {IApiUIActionResult}
8
10
  */
9
- export interface IUIActionResult {
10
- /**
11
- * 是否刷新界面
12
- *
13
- * @author chitanda
14
- * @date 2022-08-26 00:08:54
15
- * @type {boolean}
16
- */
17
- refresh?: boolean;
18
- /**
19
- * 刷新引用视图模式
20
- * @description 值模式 [界面行为重新加载数据模式] {0:无、 1:引用视图或树节点、 2:引用树节点父节点、 3:引用树节点根节点 }
21
- * @type {( number | 0 | 1 | 2 | 3)}
22
- * @default 0
23
- */
24
- refreshMode?: number | 0 | 1 | 2 | 3;
25
- /**
26
- * 是否关闭界面
27
- *
28
- * @author chitanda
29
- * @date 2022-08-26 00:08:33
30
- * @type {boolean}
31
- */
32
- closeView?: boolean;
33
- /**
34
- * 中途取消操作
35
- *
36
- * @author lxm
37
- * @date 2023-02-09 06:51:37
38
- * @type {boolean}
39
- * @memberof IUIActionResult
40
- */
41
- cancel?: boolean;
42
- /**
43
- * 返回的数据
44
- *
45
- * @author chitanda
46
- * @date 2022-08-17 18:08:20
47
- * @type {IData[]}
48
- */
49
- data?: IData[];
50
- /**
51
- * 后续逻辑使用的上下文
52
- * @author lxm
53
- * @date 2023-03-15 07:26:38
54
- * @type {IContext}
55
- * @memberof IUIActionResult
56
- */
57
- nextContext?: IContext;
58
- /**
59
- * 后续逻辑使用的视图参数
60
- * @author lxm
61
- * @date 2023-03-15 07:26:38
62
- * @type {IParams}
63
- * @memberof IUIActionResult
64
- */
65
- nextParams?: IParams;
11
+ export interface IUIActionResult extends IApiUIActionResult {
66
12
  }
67
13
  //# sourceMappingURL=i-ui-action-result.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-ui-action-result.d.ts","sourceRoot":"","sources":["../../../../src/interface/common/i-ui-action-result/i-ui-action-result.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAErC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC;IAEf;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;IAEvB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"i-ui-action-result.d.ts","sourceRoot":"","sources":["../../../../src/interface/common/i-ui-action-result/i-ui-action-result.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;;;GAQG;AACH,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;CAAG"}
@@ -1,3 +1,4 @@
1
+ import { IApiUILogicParams } from '../../api';
1
2
  import { IControlController, IViewController } from '../../controller';
2
3
  /**
3
4
  * 界面逻辑通用参数(界面行为,事件,界面逻辑,实体逻辑等)
@@ -5,29 +6,9 @@ import { IControlController, IViewController } from '../../controller';
5
6
  * @date 2023-05-08 09:31:01
6
7
  * @export
7
8
  * @interface IUILogicParams
9
+ * @extends {IApiUILogicParams}
8
10
  */
9
- export interface IUILogicParams {
10
- /**
11
- * 上下文
12
- * @author lxm
13
- * @date 2023-03-21 05:53:33
14
- * @type {IContext}
15
- */
16
- context: IContext;
17
- /**
18
- * 视图参数
19
- * @author lxm
20
- * @date 2023-03-21 05:54:23
21
- * @type {IParams}
22
- */
23
- params: IParams;
24
- /**
25
- * 涉及的数据集合
26
- * @author lxm
27
- * @date 2023-03-21 05:54:33
28
- * @type {IData[]}
29
- */
30
- data: IData[];
11
+ export interface IUILogicParams extends IApiUILogicParams {
31
12
  /**
32
13
  * 当前上下文对应的视图控制器
33
14
  * @author lxm
@@ -42,19 +23,5 @@ export interface IUILogicParams {
42
23
  * @type {IController}
43
24
  */
44
25
  ctrl?: IControlController;
45
- /**
46
- * 原生JS事件对象
47
- * @author lxm
48
- * @date 2023-03-21 05:57:51
49
- * @type {MouseEvent}
50
- */
51
- event?: MouseEvent;
52
- /**
53
- * 不等待路由打开
54
- * @author lxm
55
- * @date 2023-07-28 02:23:13
56
- * @type {boolean}
57
- */
58
- noWaitRoute?: boolean;
59
26
  }
60
27
  //# sourceMappingURL=i-ui-logic-params.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-ui-logic-params.d.ts","sourceRoot":"","sources":["../../../../src/interface/common/i-ui-logic-params/i-ui-logic-params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEvE;;;;;;GAMG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,OAAO,EAAE,QAAQ,CAAC;IAClB;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;;;OAKG;IACH,IAAI,EAAE,KAAK,EAAE,CAAC;IAEd;;;;;OAKG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAE1B;;;;;OAKG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
1
+ {"version":3,"file":"i-ui-logic-params.d.ts","sourceRoot":"","sources":["../../../../src/interface/common/i-ui-logic-params/i-ui-logic-params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEvE;;;;;;;GAOG;AACH,MAAM,WAAW,cAAe,SAAQ,iBAAiB;IACvD;;;;;OAKG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B"}
@@ -1,18 +1,11 @@
1
+ import { IApiEncryptionUtil } from '../../api';
1
2
  /**
2
3
  * 加密工具类接口
3
4
  *
4
5
  * @export
5
6
  * @interface IEncyptionUtil
7
+ * @extends {IApiEncryptionUtil}
6
8
  */
7
- export interface IEncyptionUtil {
8
- /**
9
- * RSA加密
10
- *
11
- * @param {string} plainText
12
- * @param {string} [publicKey]
13
- * @return {*} {(Promise<string>)}
14
- * @memberof IEncyptionUtil
15
- */
16
- encryptByRSA(plainText: string, publicKey?: string): Promise<string>;
9
+ export interface IEncyptionUtil extends IApiEncryptionUtil {
17
10
  }
18
11
  //# sourceMappingURL=i-encryption-uitl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-encryption-uitl.d.ts","sourceRoot":"","sources":["../../../../src/interface/util/i-encryption-uitl/i-encryption-uitl.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CACtE"}
1
+ {"version":3,"file":"i-encryption-uitl.d.ts","sourceRoot":"","sources":["../../../../src/interface/util/i-encryption-uitl/i-encryption-uitl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;GAMG;AACH,MAAM,WAAW,cAAe,SAAQ,kBAAkB;CAAG"}
@@ -1,21 +1,12 @@
1
+ import { IApiExcelUtil } from '../../api';
1
2
  /**
2
3
  * excel文件工具
3
4
  * @author lxm
4
5
  * @date 2023-08-24 10:45:32
5
6
  * @export
6
7
  * @interface IExcelUtil
8
+ * @extends {IApiExcelUtil}
7
9
  */
8
- export interface IExcelUtil {
9
- /**
10
- * 导出成Excel文件
11
- * @author lxm
12
- * @date 2023-08-24 10:45:01
13
- */
14
- exportJsonToExcel(args: {
15
- header: string[];
16
- data: IData[];
17
- filename: string;
18
- autoWidth: boolean;
19
- }): void;
10
+ export interface IExcelUtil extends IApiExcelUtil {
20
11
  }
21
12
  //# sourceMappingURL=i-excel-util.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-excel-util.d.ts","sourceRoot":"","sources":["../../../../src/interface/util/i-excel-util/i-excel-util.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,IAAI,EAAE;QACtB,MAAM,EAAE,MAAM,EAAE,CAAC;QACjB,IAAI,EAAE,KAAK,EAAE,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,OAAO,CAAC;KACpB,GAAG,IAAI,CAAC;CACV"}
1
+ {"version":3,"file":"i-excel-util.d.ts","sourceRoot":"","sources":["../../../../src/interface/util/i-excel-util/i-excel-util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C;;;;;;;GAOG;AACH,MAAM,WAAW,UAAW,SAAQ,aAAa;CAAG"}
@@ -1,4 +1,4 @@
1
- import { IErrorHandler } from '../../interface';
1
+ import { IApiErrorHandlerCenter, IErrorHandler } from '../../interface';
2
2
  /**
3
3
  * 事件处理工具
4
4
  *
@@ -6,8 +6,9 @@ import { IErrorHandler } from '../../interface';
6
6
  * @date 2022-09-21 18:09:31
7
7
  * @export
8
8
  * @class ErrorHandler
9
+ * @implements {IApiErrorHandlerCenter}
9
10
  */
10
- export declare class ErrorHandlerCenter {
11
+ export declare class ErrorHandlerCenter implements IApiErrorHandlerCenter {
11
12
  /**
12
13
  * 处理器集合
13
14
  * @author lxm
@@ -1 +1 @@
1
- {"version":3,"file":"error-handler-center.d.ts","sourceRoot":"","sources":["../../../src/utils/error-handler/error-handler-center.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,kBAAkB;IAC7B;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,EAAE,aAAa,EAAE,CAAM;IAEzC;;;;;OAKG;IACH,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAItC;;;;;;OAMG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAY5C;;;;;OAKG;IACH,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;CAS7B"}
1
+ {"version":3,"file":"error-handler-center.d.ts","sourceRoot":"","sources":["../../../src/utils/error-handler/error-handler-center.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAExE;;;;;;;;GAQG;AACH,qBAAa,kBAAmB,YAAW,sBAAsB;IAC/D;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,EAAE,aAAa,EAAE,CAAM;IAEzC;;;;;OAKG;IACH,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAItC;;;;;;OAMG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAY5C;;;;;OAKG;IACH,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;CAS7B"}
@@ -5,6 +5,7 @@
5
5
  * @date 2022-09-21 18:09:31
6
6
  * @export
7
7
  * @class ErrorHandler
8
+ * @implements {IApiErrorHandlerCenter}
8
9
  */
9
10
  export class ErrorHandlerCenter {
10
11
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"open-redirect-view.d.ts","sourceRoot":"","sources":["../../../src/utils/open-redirect-view/open-redirect-view.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAK/D;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG;IACjD,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CA+DA;AAED,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,UAAU,CAAC,CAOrB;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,QAAQ,EACjB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,IAAI,CAAC,CASf;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,0BAA0B,CAC9C,OAAO,EAAE,QAAQ,EACjB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,YAAY,CAAC,CAgEvB;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,YAAY,CAAC,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC,CAwL3E;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,UAAU,CAAC,CA+BrB;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,WAAW,CAC/B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,kBAAkB,EAC1B,MAAM,EAAE,OAAO,EACf,IAAI,EAAE,KAAK,GACV,OAAO,CAAC,MAAM,CAAC,CA6DjB"}
1
+ {"version":3,"file":"open-redirect-view.d.ts","sourceRoot":"","sources":["../../../src/utils/open-redirect-view/open-redirect-view.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EACjB,MAAM,kBAAkB,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAK/D;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG;IACjD,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CA+DA;AAED,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,UAAU,CAAC,CAOrB;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,QAAQ,EACjB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,IAAI,CAAC,CASf;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,0BAA0B,CAC9C,OAAO,EAAE,QAAQ,EACjB,OAAO,EAAE,MAAM,EACf,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,YAAY,CAAC,CAoEvB;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,YAAY,CAAC,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC,CAwL3E;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,EACpB,IAAI,GAAE,gBAAqB,GAC1B,OAAO,CAAC,UAAU,CAAC,CA+BrB;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,WAAW,CAC/B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,kBAAkB,EAC1B,MAAM,EAAE,OAAO,EACf,IAAI,EAAE,KAAK,GACV,OAAO,CAAC,MAAM,CAAC,CA6DjB"}
@@ -157,6 +157,10 @@ export async function getLocalOpenWFRedirectView(context, linkUrl, opts = {}) {
157
157
  context.srfprocessinstanceid = params.srfprocessinstanceid;
158
158
  delete params.srfprocessinstanceid;
159
159
  }
160
+ // 修正视图上下文appid(适配多应用)
161
+ if (deRdView && deRdView.appId !== context.srfappid) {
162
+ context.srfappid = deRdView.appId;
163
+ }
160
164
  return {
161
165
  context,
162
166
  params,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/runtime",
3
- "version": "0.7.41-alpha.52",
3
+ "version": "0.7.41-alpha.54",
4
4
  "description": "运行时逻辑库",
5
5
  "type": "module",
6
6
  "main": "out/index.js",
@@ -37,7 +37,7 @@
37
37
  "jsencrypt": "^3.3.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@ibiz-template/core": "^0.7.41-alpha.52",
40
+ "@ibiz-template/core": "^0.7.41-alpha.53",
41
41
  "@ibiz/model-core": "^0.1.84",
42
42
  "@types/animejs": "^3.1.12",
43
43
  "@types/path-browserify": "^1.0.2",
@@ -68,5 +68,5 @@
68
68
  "qx-util": "^0.4.8",
69
69
  "ramda": "^0.29.0"
70
70
  },
71
- "gitHead": "c74c5ef7d621be7c892a0da41feab360af205b7c"
71
+ "gitHead": "bdbccaa4725891fea3e72321b7f86a49c27e642e"
72
72
  }