@ibiz-template/core 0.7.38-alpha.57 → 0.7.40-alpha.7

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 (395) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +106 -0
  3. package/dist/index.esm.js +591 -658
  4. package/dist/index.system.min.js +1 -1
  5. package/out/command/command-register.d.ts +23 -37
  6. package/out/command/command-register.d.ts.map +1 -1
  7. package/out/command/command-register.js +22 -36
  8. package/out/command/command.d.ts +28 -34
  9. package/out/command/command.d.ts.map +1 -1
  10. package/out/command/command.js +26 -32
  11. package/out/command/index.d.ts +1 -4
  12. package/out/command/index.d.ts.map +1 -1
  13. package/out/command/index.js +2 -4
  14. package/out/command/utils/util.d.ts +23 -15
  15. package/out/command/utils/util.d.ts.map +1 -1
  16. package/out/command/utils/util.js +22 -16
  17. package/out/constant/core/core.d.ts +18 -28
  18. package/out/constant/core/core.d.ts.map +1 -1
  19. package/out/constant/core/core.js +18 -28
  20. package/out/constant/emoji/emoji.d.ts.map +1 -1
  21. package/out/constant/emoji/emoji.js +2 -0
  22. package/out/constant/http-status-message/http-status-message.d.ts +0 -3
  23. package/out/constant/http-status-message/http-status-message.d.ts.map +1 -1
  24. package/out/constant/http-status-message/http-status-message.js +1 -3
  25. package/out/constant/index.d.ts +2 -4
  26. package/out/constant/index.d.ts.map +1 -1
  27. package/out/constant/index.js +2 -4
  28. package/out/constant/util/util.d.ts +0 -3
  29. package/out/constant/util/util.d.ts.map +1 -1
  30. package/out/constant/util/util.js +1 -3
  31. package/out/context/index.d.ts +34 -51
  32. package/out/context/index.d.ts.map +1 -1
  33. package/out/context/index.js +24 -33
  34. package/out/environment/environment.d.ts +0 -3
  35. package/out/environment/environment.d.ts.map +1 -1
  36. package/out/environment/environment.js +9 -4
  37. package/out/error/http-error/entity-error.d.ts +3 -17
  38. package/out/error/http-error/entity-error.d.ts.map +1 -1
  39. package/out/error/http-error/entity-error.js +2 -5
  40. package/out/error/http-error/http-error-factory.d.ts +5 -0
  41. package/out/error/http-error/http-error-factory.d.ts.map +1 -1
  42. package/out/error/http-error/http-error-factory.js +5 -0
  43. package/out/error/http-error/http-error.d.ts +3 -10
  44. package/out/error/http-error/http-error.d.ts.map +1 -1
  45. package/out/error/http-error/http-error.js +2 -5
  46. package/out/error/model-error/model-error.d.ts +5 -9
  47. package/out/error/model-error/model-error.d.ts.map +1 -1
  48. package/out/error/model-error/model-error.js +5 -9
  49. package/out/error/notice-error/notice-error.d.ts +2 -5
  50. package/out/error/notice-error/notice-error.d.ts.map +1 -1
  51. package/out/error/notice-error/notice-error.js +2 -5
  52. package/out/error/runtime-error/runtime-error.d.ts +2 -5
  53. package/out/error/runtime-error/runtime-error.d.ts.map +1 -1
  54. package/out/error/runtime-error/runtime-error.js +2 -5
  55. package/out/error/runtime-model-error/runtime-model-error.d.ts +5 -10
  56. package/out/error/runtime-model-error/runtime-model-error.d.ts.map +1 -1
  57. package/out/error/runtime-model-error/runtime-model-error.js +5 -10
  58. package/out/ibizsys.d.ts +24 -44
  59. package/out/ibizsys.d.ts.map +1 -1
  60. package/out/ibizsys.js +15 -29
  61. package/out/index.d.ts.map +1 -1
  62. package/out/install.d.ts +1 -4
  63. package/out/install.d.ts.map +1 -1
  64. package/out/install.js +1 -4
  65. package/out/interface/api/constant/index.d.ts +3 -0
  66. package/out/interface/api/constant/index.d.ts.map +1 -0
  67. package/out/interface/api/constant/index.js +2 -0
  68. package/out/{constant → interface/api/constant}/login-mode/login-mode.d.ts +1 -4
  69. package/out/interface/api/constant/login-mode/login-mode.d.ts.map +1 -0
  70. package/out/{constant → interface/api/constant}/login-mode/login-mode.js +1 -4
  71. package/out/{constant → interface/api/constant}/menu-permission-mode/menu-permission-mode.d.ts +1 -4
  72. package/out/interface/api/constant/menu-permission-mode/menu-permission-mode.d.ts.map +1 -0
  73. package/out/{constant → interface/api/constant}/menu-permission-mode/menu-permission-mode.js +1 -4
  74. package/out/interface/api/environment/i-devtool-config.d.ts +33 -0
  75. package/out/interface/api/environment/i-devtool-config.d.ts.map +1 -0
  76. package/out/interface/api/environment/i-environment.d.ts +282 -0
  77. package/out/interface/api/environment/i-environment.d.ts.map +1 -0
  78. package/out/interface/api/environment/index.d.ts +3 -0
  79. package/out/interface/api/environment/index.d.ts.map +1 -0
  80. package/out/interface/api/global-param/i-api-context.d.ts +33 -0
  81. package/out/interface/api/global-param/i-api-context.d.ts.map +1 -0
  82. package/out/interface/api/global-param/i-global-param.d.ts +25 -0
  83. package/out/interface/api/global-param/i-global-param.d.ts.map +1 -0
  84. package/out/interface/api/global-param/index.d.ts +3 -0
  85. package/out/interface/api/global-param/index.d.ts.map +1 -0
  86. package/out/interface/api/ibizsys/i-api-ibizsys.d.ts +48 -0
  87. package/out/interface/api/ibizsys/i-api-ibizsys.d.ts.map +1 -0
  88. package/out/interface/api/ibizsys/i-org-data.d.ts +32 -0
  89. package/out/interface/api/ibizsys/i-org-data.d.ts.map +1 -0
  90. package/out/interface/api/ibizsys/index.d.ts +3 -0
  91. package/out/interface/api/ibizsys/index.d.ts.map +1 -0
  92. package/out/interface/api/index.d.ts +6 -0
  93. package/out/interface/api/index.d.ts.map +1 -0
  94. package/out/interface/api/index.js +5 -0
  95. package/out/interface/api/utils/i-api-i18n.d.ts +51 -0
  96. package/out/interface/api/utils/i-api-i18n.d.ts.map +1 -0
  97. package/out/interface/api/utils/index.d.ts +5 -0
  98. package/out/interface/api/utils/index.d.ts.map +1 -0
  99. package/out/interface/api/utils/index.js +1 -0
  100. package/out/interface/api/utils/message-center/base/i-message-all.d.ts +10 -0
  101. package/out/interface/api/utils/message-center/base/i-message-all.d.ts.map +1 -0
  102. package/out/interface/api/utils/message-center/base/i-message-base.d.ts +27 -0
  103. package/out/interface/api/utils/message-center/base/i-message-base.d.ts.map +1 -0
  104. package/out/interface/api/utils/message-center/base/index.d.ts +3 -0
  105. package/out/interface/api/utils/message-center/base/index.d.ts.map +1 -0
  106. package/out/interface/{i-add-in-changed → api/utils/message-center/command/add-in-changed}/i-add-in-changed.d.ts +4 -8
  107. package/out/interface/api/utils/message-center/command/add-in-changed/i-add-in-changed.d.ts.map +1 -0
  108. package/out/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.d.ts +17 -0
  109. package/out/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.d.ts.map +1 -0
  110. package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts +17 -0
  111. package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts.map +1 -0
  112. package/out/interface/api/utils/message-center/command/change/i-command-change.d.ts +10 -0
  113. package/out/interface/api/utils/message-center/command/change/i-command-change.d.ts.map +1 -0
  114. package/out/interface/api/utils/message-center/command/change/i-command-change.js +1 -0
  115. package/out/interface/api/utils/message-center/command/create/i-command-create.d.ts +18 -0
  116. package/out/interface/api/utils/message-center/command/create/i-command-create.d.ts.map +1 -0
  117. package/out/interface/api/utils/message-center/command/create/i-command-create.js +1 -0
  118. package/out/interface/api/utils/message-center/command/i-command-base.d.ts +20 -0
  119. package/out/interface/api/utils/message-center/command/i-command-base.d.ts.map +1 -0
  120. package/out/interface/api/utils/message-center/command/i-command-base.js +1 -0
  121. package/out/interface/api/utils/message-center/command/i-message-command.d.ts +82 -0
  122. package/out/interface/api/utils/message-center/command/i-message-command.d.ts.map +1 -0
  123. package/out/interface/api/utils/message-center/command/i-message-command.js +1 -0
  124. package/out/interface/api/utils/message-center/command/index.d.ts +14 -0
  125. package/out/interface/api/utils/message-center/command/index.d.ts.map +1 -0
  126. package/out/interface/api/utils/message-center/command/index.js +1 -0
  127. package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.d.ts +17 -0
  128. package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.d.ts.map +1 -0
  129. package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.js +1 -0
  130. package/out/interface/{i-internal-message → api/utils/message-center/command/internal-message}/i-internal-message.d.ts +35 -54
  131. package/out/interface/api/utils/message-center/command/internal-message/i-internal-message.d.ts.map +1 -0
  132. package/out/interface/api/utils/message-center/command/internal-message/i-internal-message.js +1 -0
  133. package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.d.ts +17 -0
  134. package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.d.ts.map +1 -0
  135. package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.js +1 -0
  136. package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.d.ts +46 -0
  137. package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.d.ts.map +1 -0
  138. package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.js +1 -0
  139. package/out/interface/api/utils/message-center/command/remove/i-command-remove.d.ts +18 -0
  140. package/out/interface/api/utils/message-center/command/remove/i-command-remove.d.ts.map +1 -0
  141. package/out/interface/api/utils/message-center/command/remove/i-command-remove.js +1 -0
  142. package/out/interface/api/utils/message-center/command/update/i-command-update.d.ts +18 -0
  143. package/out/interface/api/utils/message-center/command/update/i-command-update.d.ts.map +1 -0
  144. package/out/interface/api/utils/message-center/command/update/i-command-update.js +1 -0
  145. package/out/interface/api/utils/message-center/common/i-app-data-entity.d.ts +16 -0
  146. package/out/interface/api/utils/message-center/common/i-app-data-entity.d.ts.map +1 -0
  147. package/out/interface/api/utils/message-center/common/i-app-data-entity.js +1 -0
  148. package/out/interface/api/utils/message-center/common/i-message-center-event.d.ts +10 -0
  149. package/out/interface/api/utils/message-center/common/i-message-center-event.d.ts.map +1 -0
  150. package/out/interface/api/utils/message-center/common/i-message-center-event.js +1 -0
  151. package/out/interface/api/utils/message-center/common/i-msg-meta-data.d.ts +14 -0
  152. package/out/interface/api/utils/message-center/common/i-msg-meta-data.d.ts.map +1 -0
  153. package/out/interface/api/utils/message-center/common/i-msg-meta-data.js +1 -0
  154. package/out/interface/api/utils/message-center/common/i-portal-async-action.d.ts +134 -0
  155. package/out/interface/api/utils/message-center/common/i-portal-async-action.d.ts.map +1 -0
  156. package/out/interface/api/utils/message-center/common/i-portal-async-action.js +1 -0
  157. package/out/interface/api/utils/message-center/common/i-portal-message.d.ts +70 -0
  158. package/out/interface/api/utils/message-center/common/i-portal-message.d.ts.map +1 -0
  159. package/out/interface/api/utils/message-center/common/i-portal-message.js +1 -0
  160. package/out/interface/api/utils/message-center/common/index.d.ts +6 -0
  161. package/out/interface/api/utils/message-center/common/index.d.ts.map +1 -0
  162. package/out/interface/api/utils/message-center/common/index.js +1 -0
  163. package/out/interface/api/utils/message-center/console/i-message-console.d.ts +17 -0
  164. package/out/interface/api/utils/message-center/console/i-message-console.d.ts.map +1 -0
  165. package/out/interface/api/utils/message-center/console/i-message-console.js +1 -0
  166. package/out/interface/api/utils/message-center/error/i-message-error.d.ts +17 -0
  167. package/out/interface/api/utils/message-center/error/i-message-error.d.ts.map +1 -0
  168. package/out/interface/api/utils/message-center/error/i-message-error.js +1 -0
  169. package/out/interface/api/utils/message-center/i-message-center.d.ts +48 -0
  170. package/out/interface/api/utils/message-center/i-message-center.d.ts.map +1 -0
  171. package/out/interface/api/utils/message-center/i-message-center.js +1 -0
  172. package/out/interface/api/utils/message-center/index.d.ts +7 -0
  173. package/out/interface/api/utils/message-center/index.d.ts.map +1 -0
  174. package/out/interface/api/utils/message-center/index.js +3 -0
  175. package/out/interface/api/utils/net/i-api-net.d.ts +65 -0
  176. package/out/interface/api/utils/net/i-api-net.d.ts.map +1 -0
  177. package/out/interface/api/utils/net/i-api-net.js +1 -0
  178. package/out/interface/api/utils/net/i-http-response.d.ts +60 -0
  179. package/out/interface/api/utils/net/i-http-response.d.ts.map +1 -0
  180. package/out/interface/api/utils/net/i-http-response.js +1 -0
  181. package/out/interface/click-outside/click-outside.d.ts +15 -36
  182. package/out/interface/click-outside/click-outside.d.ts.map +1 -1
  183. package/out/interface/command/command/i-command-option.d.ts +46 -0
  184. package/out/interface/command/command/i-command-option.d.ts.map +1 -0
  185. package/out/interface/command/command/i-command-option.js +1 -0
  186. package/out/interface/command/command/i-command.d.ts +61 -0
  187. package/out/interface/command/command/i-command.d.ts.map +1 -0
  188. package/out/interface/command/command/i-command.js +1 -0
  189. package/out/interface/command/disposable/i-disposable.d.ts +13 -0
  190. package/out/interface/command/disposable/i-disposable.d.ts.map +1 -0
  191. package/out/interface/command/disposable/i-disposable.js +1 -0
  192. package/out/interface/command/i-command-controller.d.ts +43 -0
  193. package/out/interface/command/i-command-controller.d.ts.map +1 -0
  194. package/out/interface/command/i-command-controller.js +1 -0
  195. package/out/interface/command/index.d.ts +5 -0
  196. package/out/interface/command/index.d.ts.map +1 -0
  197. package/out/interface/command/index.js +1 -0
  198. package/out/interface/context/index.d.ts +39 -0
  199. package/out/interface/context/index.d.ts.map +1 -0
  200. package/out/interface/context/index.js +1 -0
  201. package/out/interface/error/index.d.ts +12 -0
  202. package/out/interface/error/index.d.ts.map +1 -0
  203. package/out/interface/error/index.js +1 -0
  204. package/out/interface/i-chat-message/i-chat-message.d.ts +24 -37
  205. package/out/interface/i-chat-message/i-chat-message.d.ts.map +1 -1
  206. package/out/interface/ibizsys/i-ibizsys.d.ts +30 -0
  207. package/out/interface/ibizsys/i-ibizsys.d.ts.map +1 -0
  208. package/out/interface/ibizsys/i-ibizsys.js +1 -0
  209. package/out/interface/ibizsys/index.d.ts +2 -0
  210. package/out/interface/ibizsys/index.d.ts.map +1 -0
  211. package/out/interface/ibizsys/index.js +1 -0
  212. package/out/interface/index.d.ts +8 -9
  213. package/out/interface/index.d.ts.map +1 -1
  214. package/out/interface/index.js +6 -0
  215. package/out/interface/utils/i-18n.d.ts +21 -0
  216. package/out/interface/utils/i-18n.d.ts.map +1 -0
  217. package/out/interface/utils/i-18n.js +1 -0
  218. package/out/interface/utils/index.d.ts +2 -0
  219. package/out/interface/utils/index.d.ts.map +1 -0
  220. package/out/interface/utils/index.js +1 -0
  221. package/out/params/params.d.ts +20 -24
  222. package/out/params/params.d.ts.map +1 -1
  223. package/out/params/params.js +16 -18
  224. package/out/types.d.ts +5 -113
  225. package/out/types.d.ts.map +1 -1
  226. package/out/utils/bit-mask/bit-mask.d.ts +9 -32
  227. package/out/utils/bit-mask/bit-mask.d.ts.map +1 -1
  228. package/out/utils/bit-mask/bit-mask.js +10 -37
  229. package/out/utils/click-outside/click-outside.d.ts +1 -4
  230. package/out/utils/click-outside/click-outside.d.ts.map +1 -1
  231. package/out/utils/click-outside/click-outside.js +1 -4
  232. package/out/utils/clone/clone.d.ts +3 -7
  233. package/out/utils/clone/clone.d.ts.map +1 -1
  234. package/out/utils/clone/clone.js +7 -12
  235. package/out/utils/color/color.d.ts +4 -6
  236. package/out/utils/color/color.d.ts.map +1 -1
  237. package/out/utils/color/color.js +5 -8
  238. package/out/utils/cookie-util/cookie-util.d.ts +16 -27
  239. package/out/utils/cookie-util/cookie-util.d.ts.map +1 -1
  240. package/out/utils/cookie-util/cookie-util.js +126 -55
  241. package/out/utils/data-type/data-types.d.ts +13 -19
  242. package/out/utils/data-type/data-types.d.ts.map +1 -1
  243. package/out/utils/data-type/data-types.js +13 -19
  244. package/out/utils/download-file/download-file.d.ts +6 -15
  245. package/out/utils/download-file/download-file.d.ts.map +1 -1
  246. package/out/utils/download-file/download-file.js +6 -15
  247. package/out/utils/event/event.d.ts +6 -14
  248. package/out/utils/event/event.d.ts.map +1 -1
  249. package/out/utils/event/event.js +6 -14
  250. package/out/utils/history-list/history-item.d.ts +5 -10
  251. package/out/utils/history-list/history-item.d.ts.map +1 -1
  252. package/out/utils/history-list/history-item.js +5 -10
  253. package/out/utils/history-list/history-list.d.ts +31 -45
  254. package/out/utils/history-list/history-list.d.ts.map +1 -1
  255. package/out/utils/history-list/history-list.js +28 -40
  256. package/out/utils/index.d.ts +1 -2
  257. package/out/utils/index.d.ts.map +1 -1
  258. package/out/utils/interceptor/core-interceptor.d.ts +16 -4
  259. package/out/utils/interceptor/core-interceptor.d.ts.map +1 -1
  260. package/out/utils/interceptor/core-interceptor.js +62 -4
  261. package/out/utils/interceptor/interceptor.d.ts +29 -39
  262. package/out/utils/interceptor/interceptor.d.ts.map +1 -1
  263. package/out/utils/interceptor/interceptor.js +23 -31
  264. package/out/utils/message-center/base/message-all.d.ts +3 -5
  265. package/out/utils/message-center/base/message-all.d.ts.map +1 -1
  266. package/out/utils/message-center/base/message-all.js +1 -4
  267. package/out/utils/message-center/base/message-base.d.ts +23 -40
  268. package/out/utils/message-center/base/message-base.d.ts.map +1 -1
  269. package/out/utils/message-center/base/message-base.js +20 -26
  270. package/out/utils/message-center/command/add-in-changed/command-add-in-changed.d.ts +5 -6
  271. package/out/utils/message-center/command/add-in-changed/command-add-in-changed.d.ts.map +1 -1
  272. package/out/utils/message-center/command/add-in-changed/command-add-in-changed.js +3 -4
  273. package/out/utils/message-center/command/async-action/command-async-action.d.ts +6 -10
  274. package/out/utils/message-center/command/async-action/command-async-action.d.ts.map +1 -1
  275. package/out/utils/message-center/command/async-action/command-async-action.js +4 -8
  276. package/out/utils/message-center/command/change/command-change.d.ts +4 -5
  277. package/out/utils/message-center/command/change/command-change.d.ts.map +1 -1
  278. package/out/utils/message-center/command/change/command-change.js +2 -4
  279. package/out/utils/message-center/command/command-base/command-base.d.ts +10 -15
  280. package/out/utils/message-center/command/command-base/command-base.d.ts.map +1 -1
  281. package/out/utils/message-center/command/command-base/command-base.js +7 -12
  282. package/out/utils/message-center/command/create/command-create.d.ts +8 -12
  283. package/out/utils/message-center/command/create/command-create.d.ts.map +1 -1
  284. package/out/utils/message-center/command/create/command-create.js +6 -10
  285. package/out/utils/message-center/command/internal-message/command-internal-message.d.ts +7 -11
  286. package/out/utils/message-center/command/internal-message/command-internal-message.d.ts.map +1 -1
  287. package/out/utils/message-center/command/internal-message/command-internal-message.js +5 -9
  288. package/out/utils/message-center/command/mark-open-data/command-mark-open-data.d.ts +6 -10
  289. package/out/utils/message-center/command/mark-open-data/command-mark-open-data.d.ts.map +1 -1
  290. package/out/utils/message-center/command/mark-open-data/command-mark-open-data.js +4 -8
  291. package/out/utils/message-center/command/message-command.d.ts +31 -45
  292. package/out/utils/message-center/command/message-command.d.ts.map +1 -1
  293. package/out/utils/message-center/command/message-command.js +29 -43
  294. package/out/utils/message-center/command/remove/command-remove.d.ts +7 -11
  295. package/out/utils/message-center/command/remove/command-remove.d.ts.map +1 -1
  296. package/out/utils/message-center/command/remove/command-remove.js +5 -9
  297. package/out/utils/message-center/command/update/command-update.d.ts +7 -11
  298. package/out/utils/message-center/command/update/command-update.d.ts.map +1 -1
  299. package/out/utils/message-center/command/update/command-update.js +5 -9
  300. package/out/utils/message-center/console/message-console.d.ts +6 -9
  301. package/out/utils/message-center/console/message-console.d.ts.map +1 -1
  302. package/out/utils/message-center/console/message-console.js +4 -8
  303. package/out/utils/message-center/error/message-error.d.ts +6 -9
  304. package/out/utils/message-center/error/message-error.d.ts.map +1 -1
  305. package/out/utils/message-center/error/message-error.js +4 -8
  306. package/out/utils/message-center/index.d.ts +0 -1
  307. package/out/utils/message-center/index.d.ts.map +1 -1
  308. package/out/utils/message-center/message-center.d.ts +20 -35
  309. package/out/utils/message-center/message-center.d.ts.map +1 -1
  310. package/out/utils/message-center/message-center.js +18 -33
  311. package/out/utils/namespace/namespace.d.ts +45 -75
  312. package/out/utils/namespace/namespace.d.ts.map +1 -1
  313. package/out/utils/namespace/namespace.js +53 -81
  314. package/out/utils/net/http-response.d.ts +6 -66
  315. package/out/utils/net/http-response.d.ts.map +1 -1
  316. package/out/utils/net/http-response.js +4 -11
  317. package/out/utils/net/net.d.ts +57 -100
  318. package/out/utils/net/net.d.ts.map +1 -1
  319. package/out/utils/net/net.js +53 -94
  320. package/out/utils/recursive/find-recursive-child.d.ts +2 -10
  321. package/out/utils/recursive/find-recursive-child.d.ts.map +1 -1
  322. package/out/utils/recursive/find-recursive-child.js +4 -14
  323. package/out/utils/string-util/string-util.d.ts +19 -22
  324. package/out/utils/string-util/string-util.d.ts.map +1 -1
  325. package/out/utils/string-util/string-util.js +28 -22
  326. package/out/utils/style/remote-style.d.ts +1 -4
  327. package/out/utils/style/remote-style.d.ts.map +1 -1
  328. package/out/utils/style/remote-style.js +1 -4
  329. package/out/utils/sync/await-timeout.d.ts +1 -5
  330. package/out/utils/sync/await-timeout.d.ts.map +1 -1
  331. package/out/utils/sync/await-timeout.js +1 -5
  332. package/out/utils/sync/count-latch.d.ts +14 -30
  333. package/out/utils/sync/count-latch.d.ts.map +1 -1
  334. package/out/utils/sync/count-latch.js +14 -30
  335. package/out/utils/upload/select-file.d.ts +12 -29
  336. package/out/utils/upload/select-file.d.ts.map +1 -1
  337. package/out/utils/upload/select-file.js +3 -9
  338. package/out/utils/upload/upload-file.d.ts +6 -14
  339. package/out/utils/upload/upload-file.d.ts.map +1 -1
  340. package/out/utils/upload/upload-file.js +9 -23
  341. package/out/utils/url-helper/url-helper.d.ts +19 -30
  342. package/out/utils/url-helper/url-helper.d.ts.map +1 -1
  343. package/out/utils/url-helper/url-helper.js +19 -30
  344. package/out/utils/util/util.d.ts +6 -77
  345. package/out/utils/util/util.d.ts.map +1 -1
  346. package/out/utils/util/util.js +6 -77
  347. package/package.json +5 -8
  348. package/out/command/interface/command/command-option.d.ts +0 -23
  349. package/out/command/interface/command/command-option.d.ts.map +0 -1
  350. package/out/command/interface/command/command.d.ts +0 -74
  351. package/out/command/interface/command/command.d.ts.map +0 -1
  352. package/out/command/interface/disposable/disposable.d.ts +0 -4
  353. package/out/command/interface/disposable/disposable.d.ts.map +0 -1
  354. package/out/command/interface/index.d.ts +0 -4
  355. package/out/command/interface/index.d.ts.map +0 -1
  356. package/out/constant/login-mode/login-mode.d.ts.map +0 -1
  357. package/out/constant/menu-permission-mode/menu-permission-mode.d.ts.map +0 -1
  358. package/out/interface/i-18n/i-18n.d.ts +0 -81
  359. package/out/interface/i-18n/i-18n.d.ts.map +0 -1
  360. package/out/interface/i-add-in-changed/i-add-in-changed.d.ts.map +0 -1
  361. package/out/interface/i-devtool-config/i-devtool-config.d.ts +0 -40
  362. package/out/interface/i-devtool-config/i-devtool-config.d.ts.map +0 -1
  363. package/out/interface/i-environment/i-environment.d.ts +0 -339
  364. package/out/interface/i-environment/i-environment.d.ts.map +0 -1
  365. package/out/interface/i-internal-message/i-internal-message.d.ts.map +0 -1
  366. package/out/interface/i-mark-open-data/i-mark-open-data.d.ts +0 -43
  367. package/out/interface/i-mark-open-data/i-mark-open-data.d.ts.map +0 -1
  368. package/out/interface/i-portal-async-action/i-portal-async-action.d.ts +0 -163
  369. package/out/interface/i-portal-async-action/i-portal-async-action.d.ts.map +0 -1
  370. package/out/interface/i-portal-message/i-portal-message.d.ts +0 -89
  371. package/out/interface/i-portal-message/i-portal-message.d.ts.map +0 -1
  372. package/out/interface/org-data/org-data.d.ts +0 -43
  373. package/out/interface/org-data/org-data.d.ts.map +0 -1
  374. package/out/utils/message-center/interface/i-app-data-entity.d.ts +0 -20
  375. package/out/utils/message-center/interface/i-app-data-entity.d.ts.map +0 -1
  376. package/out/utils/message-center/interface/i-msg-meta-data.d.ts +0 -19
  377. package/out/utils/message-center/interface/i-msg-meta-data.d.ts.map +0 -1
  378. package/out/utils/message-center/interface/index.d.ts +0 -3
  379. package/out/utils/message-center/interface/index.d.ts.map +0 -1
  380. /package/out/interface/{i-devtool-config → api/environment}/i-devtool-config.js +0 -0
  381. /package/out/interface/{i-environment → api/environment}/i-environment.js +0 -0
  382. /package/out/{command/interface → interface/api/environment}/index.js +0 -0
  383. /package/out/{command/interface/command/command-option.js → interface/api/global-param/i-api-context.js} +0 -0
  384. /package/out/{command/interface/command/command.js → interface/api/global-param/i-global-param.js} +0 -0
  385. /package/out/{utils/message-center/interface → interface/api/global-param}/index.js +0 -0
  386. /package/out/{command/interface/disposable/disposable.js → interface/api/ibizsys/i-api-ibizsys.js} +0 -0
  387. /package/out/interface/{i-18n/i-18n.js → api/ibizsys/i-org-data.js} +0 -0
  388. /package/out/interface/{i-add-in-changed/i-add-in-changed.js → api/ibizsys/index.js} +0 -0
  389. /package/out/interface/{i-internal-message/i-internal-message.js → api/utils/i-api-i18n.js} +0 -0
  390. /package/out/interface/{i-mark-open-data/i-mark-open-data.js → api/utils/message-center/base/i-message-all.js} +0 -0
  391. /package/out/interface/{i-portal-async-action/i-portal-async-action.js → api/utils/message-center/base/i-message-base.js} +0 -0
  392. /package/out/interface/{i-portal-message/i-portal-message.js → api/utils/message-center/base/index.js} +0 -0
  393. /package/out/interface/{org-data/org-data.js → api/utils/message-center/command/add-in-changed/i-add-in-changed.js} +0 -0
  394. /package/out/{utils/message-center/interface/i-app-data-entity.js → interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.js} +0 -0
  395. /package/out/{utils/message-center/interface/i-msg-meta-data.js → interface/api/utils/message-center/command/async-action/i-command-async-action.js} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-add-in-changed.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD;;;;;GAKG;AACH,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACjC"}
@@ -0,0 +1,17 @@
1
+ import { IPortalAsyncAction } from '../../common';
2
+ import { ICommandBase } from '../i-command-base';
3
+ /**
4
+ * @description 异步作业指令消息控制器
5
+ * @export
6
+ * @interface ICommandAsyncAction
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandAsyncAction extends ICommandBase {
10
+ /**
11
+ * @description 发送消息
12
+ * @param {IPortalAsyncAction} data
13
+ * @memberof ICommandAsyncAction
14
+ */
15
+ send(data: IPortalAsyncAction): void;
16
+ }
17
+ //# sourceMappingURL=i-command-async-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-async-action.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/async-action/i-command-async-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACtC"}
@@ -0,0 +1,10 @@
1
+ import { ICommandBase } from '../i-command-base';
2
+ /**
3
+ * @description 数据变更指令消息控制器
4
+ * @export
5
+ * @interface ICommandChange
6
+ * @extends {ICommandBase}
7
+ */
8
+ export interface ICommandChange extends ICommandBase {
9
+ }
10
+ //# sourceMappingURL=i-command-change.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-change.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/change/i-command-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;CAAG"}
@@ -0,0 +1,18 @@
1
+ import { IAppDataEntity, IMsgMetaData } from '../../common';
2
+ import { ICommandBase } from '../i-command-base';
3
+ /**
4
+ * @description 创建指令消息控制器
5
+ * @export
6
+ * @interface ICommandCreate
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandCreate extends ICommandBase {
10
+ /**
11
+ * @description 发送数据
12
+ * @param {IAppDataEntity} data 实体数据
13
+ * @param {IMsgMetaData} [meta] 元数据
14
+ * @memberof ICommandCreate
15
+ */
16
+ send(data: IAppDataEntity, meta?: IMsgMetaData): void;
17
+ }
18
+ //# sourceMappingURL=i-command-create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-create.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/create/i-command-create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
@@ -0,0 +1,20 @@
1
+ import { IApiData } from '../../../global-param';
2
+ import { IMessageBase } from '../base';
3
+ import { IPortalMessage } from '../common';
4
+ /**
5
+ * @description 指令消息基类控制器接口
6
+ * @export
7
+ * @interface ICommandBase
8
+ * @extends {IMessageBase}
9
+ */
10
+ export interface ICommandBase extends IMessageBase {
11
+ /**
12
+ * @description 发送指令消息
13
+ * @param {IApiData} data 数据
14
+ * @param {IPortalMessage['subtype']} subtype 子类型
15
+ * @param {string} [triggerKey] 触发源
16
+ * @memberof ICommandBase
17
+ */
18
+ sendCommand(data: IApiData, subtype: IPortalMessage['subtype'], triggerKey?: string): void;
19
+ }
20
+ //# sourceMappingURL=i-command-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-base.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/i-command-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C;;;;;GAKG;AACH,MAAM,WAAW,YAAa,SAAQ,YAAY;IAChD;;;;;;OAMG;IACH,WAAW,CACT,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAClC,UAAU,CAAC,EAAE,MAAM,GAClB,IAAI,CAAC;CACT"}
@@ -0,0 +1,82 @@
1
+ import { IApiData } from '../../../global-param';
2
+ import { IMessageBase } from '../base';
3
+ import { IPortalMessage } from '../common';
4
+ import { ICommandAddInChanged } from './add-in-changed/i-command-add-in-changed';
5
+ import { ICommandAsyncAction } from './async-action/i-command-async-action';
6
+ import { ICommandChange } from './change/i-command-change';
7
+ import { ICommandCreate } from './create/i-command-create';
8
+ import { ICommandInternalMessage } from './internal-message/i-command-internal-message';
9
+ import { ICommandMarkOpenData } from './mark-open-data/i-command-mark-open-data';
10
+ import { ICommandRemove } from './remove/i-command-remove';
11
+ import { ICommandUpdate } from './update/i-command-update';
12
+ /**
13
+ * @description 指令消息控制器
14
+ * @export
15
+ * @interface IMessageCommand
16
+ * @extends {IMessageBase}
17
+ */
18
+ export interface IMessageCommand extends IMessageBase {
19
+ /**
20
+ * @description 数据变更指令消息控制器
21
+ * @type {ICommandChange}
22
+ * @memberof IMessageCommand
23
+ */
24
+ readonly change: ICommandChange;
25
+ /**
26
+ * @description 数据新建指令消息控制器
27
+ * @type {ICommandCreate}
28
+ * @memberof IMessageCommand
29
+ */
30
+ readonly create: ICommandCreate;
31
+ /**
32
+ * @description 数据更新指令消息控制器
33
+ * @type {ICommandUpdate}
34
+ * @memberof IMessageCommand
35
+ */
36
+ readonly update: ICommandUpdate;
37
+ /**
38
+ * @description 数据删除指令消息控制器
39
+ * @type {ICommandRemove}
40
+ * @memberof IMessageCommand
41
+ */
42
+ readonly remove: ICommandRemove;
43
+ /**
44
+ * @description 异步作业指令消息控制器
45
+ * @type {ICommandAsyncAction}
46
+ * @memberof IMessageCommand
47
+ */
48
+ readonly asyncAction: ICommandAsyncAction;
49
+ /**
50
+ * @description 内部消息指令消息控制器
51
+ * @type {ICommandInternalMessage}
52
+ * @memberof IMessageCommand
53
+ */
54
+ readonly internalMessage: ICommandInternalMessage;
55
+ /**
56
+ * @description 协同指令消息控制器
57
+ * @type {ICommandMarkOpenData}
58
+ * @memberof IMessageCommand
59
+ */
60
+ readonly markOpenData: ICommandMarkOpenData;
61
+ /**
62
+ * @description 添加变更指令消息控制器
63
+ * @type {ICommandAddInChanged}
64
+ * @memberof IMessageCommand
65
+ */
66
+ readonly addInChanged: ICommandAddInChanged;
67
+ /**
68
+ * @description 推送指令消息
69
+ * @param {IPortalMessage} msg
70
+ * @memberof IMessageCommand
71
+ */
72
+ next(msg: IPortalMessage): void;
73
+ /**
74
+ * @description 发送指令消息
75
+ * @param {IApiData} data 数据
76
+ * @param {IPortalMessage['subtype']} subtype 子类型
77
+ * @param {string} [triggerKey] 触发源
78
+ * @memberof IMessageCommand
79
+ */
80
+ send(data: IApiData, subtype: IPortalMessage['subtype'], triggerKey?: string): void;
81
+ }
82
+ //# sourceMappingURL=i-message-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-message-command.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/i-message-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;;;;GAKG;AACH,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAC;IAE1C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,EAAE,uBAAuB,CAAC;IAElD;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,IAAI,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,CAAC;IAEhC;;;;;;OAMG;IACH,IAAI,CACF,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAClC,UAAU,CAAC,EAAE,MAAM,GAClB,IAAI,CAAC;CACT"}
@@ -0,0 +1,14 @@
1
+ export type { ICommandBase } from './i-command-base';
2
+ export type { IAddInChanged } from './add-in-changed/i-add-in-changed';
3
+ export type { ICommandAddInChanged } from './add-in-changed/i-command-add-in-changed';
4
+ export type { ICommandAsyncAction } from './async-action/i-command-async-action';
5
+ export type { ICommandChange } from './change/i-command-change';
6
+ export type { ICommandCreate } from './create/i-command-create';
7
+ export type { IInternalMessage, InternalMessageContentType, InternalMessageStatus, } from './internal-message/i-internal-message';
8
+ export type { ICommandInternalMessage } from './internal-message/i-command-internal-message';
9
+ export type { MarkOpenDataAction, IMarkOpenData, } from './mark-open-data/i-mark-open-data';
10
+ export type { ICommandMarkOpenData } from './mark-open-data/i-command-mark-open-data';
11
+ export type { ICommandRemove } from './remove/i-command-remove';
12
+ export type { ICommandUpdate } from './update/i-command-update';
13
+ export type { IMessageCommand } from './i-message-command';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AACvE,YAAY,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACtF,YAAY,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AACjF,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,qBAAqB,GACtB,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AAC7F,YAAY,EACV,kBAAkB,EAClB,aAAa,GACd,MAAM,mCAAmC,CAAC;AAC3C,YAAY,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACtF,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { ICommandBase } from '../i-command-base';
2
+ import { IInternalMessage } from './i-internal-message';
3
+ /**
4
+ * @description 站内信指令消息控制器
5
+ * @export
6
+ * @interface ICommandInternalMessage
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandInternalMessage extends ICommandBase {
10
+ /**
11
+ * @description 发送消息
12
+ * @param {IInternalMessage} data
13
+ * @memberof ICommandInternalMessage
14
+ */
15
+ send(data: IInternalMessage): void;
16
+ }
17
+ //# sourceMappingURL=i-command-internal-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-internal-message.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/internal-message/i-command-internal-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;;GAKG;AACH,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACpC"}
@@ -1,130 +1,111 @@
1
1
  export type InternalMessageStatus = 'SENT' | 'RECEIVED' | 'READ' | 'NOT_SENT' | 'SEND_FAILED' | 'REPLIED' | 'DELETED';
2
2
  export type InternalMessageContentType = 'TEXT' | 'HTML' | 'MARKDOWN' | 'JSON';
3
3
  /**
4
- * 站内信
5
- * @author lxm
6
- * @date 2024-01-23 01:50:09
4
+ * @description 站内信消息
7
5
  * @export
8
6
  * @interface IInternalMessage
9
7
  */
10
8
  export interface IInternalMessage {
11
9
  /**
12
- * 更新人
13
- * @author lxm
14
- * @date 2024-01-23 01:53:09
10
+ * @description 更新人
15
11
  * @type {string}
12
+ * @memberof IInternalMessage
16
13
  */
17
14
  update_man: string;
18
15
  /**
19
- * 更新时间
20
- * @author lxm
21
- * @date 2024-01-23 01:53:08
16
+ * @description 更新时间
22
17
  * @type {string}
18
+ * @memberof IInternalMessage
23
19
  */
24
20
  update_time: string;
25
21
  /**
26
- * 创建人
27
- * @author lxm
28
- * @date 2024-01-23 01:53:06
22
+ * @description 创建人
29
23
  * @type {string}
24
+ * @memberof IInternalMessage
30
25
  */
31
26
  create_man: string;
32
27
  /**
33
- * 创建时间
34
- * @author lxm
35
- * @date 2024-01-23 01:53:04
28
+ * @description 创建时间
36
29
  * @type {string}
30
+ * @memberof IInternalMessage
37
31
  */
38
32
  create_time: string;
39
33
  /**
40
- * 唯一标识
41
- * @author lxm
42
- * @date 2024-01-23 01:52:58
34
+ * @description 唯一标识
43
35
  * @type {string}
36
+ * @memberof IInternalMessage
44
37
  */
45
38
  id: string;
46
39
  /**
47
- * 状态
48
- * @author lxm
49
- * @date 2024-01-23 01:57:58
40
+ * @description 状态
50
41
  * @type {InternalMessageStatus}
42
+ * @memberof IInternalMessage
51
43
  */
52
44
  status: InternalMessageStatus;
53
45
  /**
54
- * 内容类型
55
- * @author lxm
56
- * @date 2024-01-23 01:57:52
46
+ * @description 内容类型
57
47
  * @type {InternalMessageContentType}
48
+ * @memberof IInternalMessage
58
49
  */
59
50
  content_type: InternalMessageContentType;
60
51
  /**
61
- * 内容
62
- * @author lxm
63
- * @date 2024-01-23 03:32:23
52
+ * @description 内容
64
53
  * @type {string}
54
+ * @memberof IInternalMessage
65
55
  */
66
56
  content: string;
67
57
  /**
68
- * 系统标记
69
- * @author lxm
70
- * @date 2024-01-23 01:58:27
58
+ * @description 系统标记
71
59
  * @type {string}
60
+ * @memberof IInternalMessage
72
61
  */
73
62
  system_tag: string;
74
63
  /**
75
- * 所有者标记
76
- * @author lxm
77
- * @date 2024-01-23 01:58:45
64
+ * @description 所有者标记
78
65
  * @type {string}
66
+ * @memberof IInternalMessage
79
67
  */
80
68
  owner_id: string;
81
69
  /**
82
- * 消息所有者类型
83
- * @author lxm
84
- * @date 2024-01-23 01:52:39
70
+ * @description 消息所有者类型
85
71
  * @type {('PERSONAL' | 'SYSTEM')}
72
+ * @memberof IInternalMessage
86
73
  */
87
74
  owner_type: 'PERSONAL' | 'SYSTEM';
88
75
  /**
89
- * 消息类型
90
- * @author lxm
91
- * @date 2024-01-23 01:59:34
76
+ * @description 消息类型
92
77
  * @type {string}
78
+ * @memberof IInternalMessage
93
79
  */
94
80
  message_type: string;
95
81
  /**
96
- * 标题
97
- * @author lxm
98
- * @date 2024-01-23 01:59:52
82
+ * @description 标题
99
83
  * @type {string}
84
+ * @memberof IInternalMessage
100
85
  */
101
86
  title: string;
102
87
  /**
103
- * 接受者
104
- * @author lxm
105
- * @date 2024-01-23 02:00:04
88
+ * @description 接受者
106
89
  * @type {string}
90
+ * @memberof IInternalMessage
107
91
  */
108
92
  receiver: string;
109
93
  /**
110
- * 短内容
111
- * @author lxm
112
- * @date 2024-01-23 02:00:22
94
+ * @description 短内容
113
95
  * @type {string}
96
+ * @memberof IInternalMessage
114
97
  */
115
98
  short_content?: string;
116
99
  /**
117
- * 链接
118
- * @author lxm
119
- * @date 2024-02-02 10:55:35
100
+ * @description 链接
120
101
  * @type {string}
102
+ * @memberof IInternalMessage
121
103
  */
122
104
  url?: string;
123
105
  /**
124
- * 移动端链接
125
- * @author lxm
126
- * @date 2024-02-02 10:55:35
106
+ * @description 移动端链接
127
107
  * @type {string}
108
+ * @memberof IInternalMessage
128
109
  */
129
110
  mobile_url?: string;
130
111
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-internal-message.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/internal-message/i-internal-message.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,qBAAqB,GAC7B,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,aAAa,GACb,SAAS,GACT,SAAS,CAAC;AAGd,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAE/E;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,MAAM,EAAE,qBAAqB,CAAC;IAE9B;;;;OAIG;IACH,YAAY,EAAE,0BAA0B,CAAC;IACzC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,UAAU,EAAE,UAAU,GAAG,QAAQ,CAAC;IAElC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,17 @@
1
+ import { ICommandBase } from '../i-command-base';
2
+ import { IMarkOpenData } from './i-mark-open-data';
3
+ /**
4
+ * @description 协同指令消息控制器
5
+ * @export
6
+ * @interface ICommandMarkOpenData
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandMarkOpenData extends ICommandBase {
10
+ /**
11
+ * @description 发送消息
12
+ * @param {IMarkOpenData} data
13
+ * @memberof ICommandMarkOpenData
14
+ */
15
+ send(data: IMarkOpenData): void;
16
+ }
17
+ //# sourceMappingURL=i-command-mark-open-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-mark-open-data.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;;;;GAKG;AACH,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACjC"}
@@ -0,0 +1,46 @@
1
+ import { IApiData } from '../../../../global-param';
2
+ export type MarkOpenDataAction = 'VIEW' | 'EDIT' | 'UPDATE' | 'CLOSE';
3
+ /**
4
+ * @description 协同消息
5
+ * @export
6
+ * @interface IMarkOpenData
7
+ */
8
+ export interface IMarkOpenData {
9
+ /**
10
+ * @description 行为类型
11
+ * @type {MarkOpenDataAction}
12
+ * @memberof IMarkOpenData
13
+ */
14
+ action: MarkOpenDataAction;
15
+ /**
16
+ * @description 实体名称
17
+ * @type {string}
18
+ * @memberof IMarkOpenData
19
+ */
20
+ entity: string;
21
+ /**
22
+ * @description 实体主键
23
+ * @type {string}
24
+ * @memberof IMarkOpenData
25
+ */
26
+ key: string;
27
+ /**
28
+ * @description 时间戳
29
+ * @type {number}
30
+ * @memberof IMarkOpenData
31
+ */
32
+ time: number;
33
+ /**
34
+ * @description 消息数据
35
+ * @type {IApiData}
36
+ * @memberof IMarkOpenData
37
+ */
38
+ data?: IApiData;
39
+ /**
40
+ * @description 用户名
41
+ * @type {string}
42
+ * @memberof IMarkOpenData
43
+ */
44
+ username: string;
45
+ }
46
+ //# sourceMappingURL=i-mark-open-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-mark-open-data.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAGpD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AACtE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,MAAM,EAAE,kBAAkB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,18 @@
1
+ import { IAppDataEntity, IMsgMetaData } from '../../common';
2
+ import { ICommandBase } from '../i-command-base';
3
+ /**
4
+ * @description 删除指令消息控制器
5
+ * @export
6
+ * @interface ICommandRemove
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandRemove extends ICommandBase {
10
+ /**
11
+ * @description 发送消息
12
+ * @param {IAppDataEntity} data 实体数据
13
+ * @param {IMsgMetaData} [meta] 元数据
14
+ * @memberof ICommandRemove
15
+ */
16
+ send(data: IAppDataEntity, meta?: IMsgMetaData): void;
17
+ }
18
+ //# sourceMappingURL=i-command-remove.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-remove.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/remove/i-command-remove.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
@@ -0,0 +1,18 @@
1
+ import { IAppDataEntity, IMsgMetaData } from '../../common';
2
+ import { ICommandBase } from '../i-command-base';
3
+ /**
4
+ * @description 更新指令消息控制器
5
+ * @export
6
+ * @interface ICommandUpdate
7
+ * @extends {ICommandBase}
8
+ */
9
+ export interface ICommandUpdate extends ICommandBase {
10
+ /**
11
+ * @description 发送消息
12
+ * @param {IAppDataEntity} data 实体数据
13
+ * @param {IMsgMetaData} [meta] 元数据
14
+ * @memberof ICommandUpdate
15
+ */
16
+ send(data: IAppDataEntity, meta?: IMsgMetaData): void;
17
+ }
18
+ //# sourceMappingURL=i-command-update.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-command-update.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/update/i-command-update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
@@ -0,0 +1,16 @@
1
+ import { IApiData } from '../../../global-param';
2
+ /**
3
+ * @description 应用实体数据对象
4
+ * @export
5
+ * @interface IAppDataEntity
6
+ * @extends {IApiData}
7
+ */
8
+ export interface IAppDataEntity extends IApiData {
9
+ /**
10
+ * @description 应用实体数据对象标识
11
+ * @type {string}
12
+ * @memberof IAppDataEntity
13
+ */
14
+ srfdecodename: string;
15
+ }
16
+ //# sourceMappingURL=i-app-data-entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-app-data-entity.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-app-data-entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,QAAQ;IAC9C;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,10 @@
1
+ import { IPortalMessage } from './i-portal-message';
2
+ /**
3
+ * @description 消息事件
4
+ * @export
5
+ * @interface IMessageCenterEvent
6
+ */
7
+ export interface IMessageCenterEvent {
8
+ all: (msg: IPortalMessage) => void;
9
+ }
10
+ //# sourceMappingURL=i-message-center-event.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-message-center-event.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-message-center-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,IAAI,CAAC;CACpC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @description 实体数据变更通知元数据接口
3
+ * @export
4
+ * @interface IMsgMetaData
5
+ */
6
+ export interface IMsgMetaData {
7
+ /**
8
+ * @description 触发源的key
9
+ * @type {string}
10
+ * @memberof IMsgMetaData
11
+ */
12
+ triggerKey: string;
13
+ }
14
+ //# sourceMappingURL=i-msg-meta-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i-msg-meta-data.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-msg-meta-data.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB"}