@ibiz-template/runtime 0.0.3-beta.4 → 0.0.3-beta.5

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 (244) hide show
  1. package/dist/system/index.system.js +1 -1
  2. package/out/command/app/app-func/app-func.d.ts +2 -2
  3. package/out/command/app/app-func/app-func.d.ts.map +1 -1
  4. package/out/command/app/app-func/app-func.js +1 -7
  5. package/out/command/app/open-app-view/open-app-view.d.ts +6 -6
  6. package/out/command/app/open-app-view/open-app-view.d.ts.map +1 -1
  7. package/out/controller/control/app-menu.d.ts.map +1 -1
  8. package/out/controller/control/app-menu.js +1 -1
  9. package/out/controller/control/dataview.d.ts.map +1 -1
  10. package/out/controller/control/dataview.js +5 -2
  11. package/out/controller/control/form/form-druipart.js +2 -2
  12. package/out/controller/control/grid/grid-field-column.d.ts.map +1 -1
  13. package/out/controller/control/grid/grid-field-column.js +4 -2
  14. package/out/controller/control/tree.d.ts.map +1 -1
  15. package/out/controller/control/tree.js +1 -2
  16. package/out/controller/editor/editor.js +1 -2
  17. package/out/controller/editor/index.d.ts +1 -0
  18. package/out/controller/editor/index.d.ts.map +1 -1
  19. package/out/controller/editor/index.js +1 -0
  20. package/out/controller/editor/number-range.d.ts +12 -0
  21. package/out/controller/editor/number-range.d.ts.map +1 -0
  22. package/out/controller/editor/number-range.js +10 -0
  23. package/out/controller/editor/picker.d.ts.map +1 -1
  24. package/out/controller/editor/picker.js +1 -0
  25. package/out/controller/view/edit-view.d.ts.map +1 -1
  26. package/out/controller/view/edit-view.js +3 -3
  27. package/out/controller/view/edit-view3.d.ts.map +1 -1
  28. package/out/controller/view/edit-view3.js +1 -2
  29. package/out/controller/view/grid-exp-view.d.ts.map +1 -1
  30. package/out/controller/view/grid-exp-view.js +9 -49
  31. package/out/controller/view/list-exp-view.d.ts.map +1 -1
  32. package/out/controller/view/list-exp-view.js +9 -50
  33. package/out/controller/view/tree-exp-view.d.ts.map +1 -1
  34. package/out/controller/view/tree-exp-view.js +28 -25
  35. package/out/controller/view/view.d.ts.map +1 -1
  36. package/out/controller/view/view.js +2 -1
  37. package/out/controller/view/wf-dyna-edit-view.d.ts.map +1 -1
  38. package/out/controller/view/wf-dyna-edit-view.js +5 -4
  39. package/out/controller/view/wf-dyna-edit-view3.d.ts.map +1 -1
  40. package/out/controller/view/wf-dyna-edit-view3.js +1 -2
  41. package/out/controller/view/wf-step-trace-view.js +2 -2
  42. package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts +2 -2
  43. package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts.map +1 -1
  44. package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.js +1 -1
  45. package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts +2 -2
  46. package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts.map +1 -1
  47. package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.js +1 -1
  48. package/out/de-logic/de-logic-link/de-logic-link.d.ts +2 -2
  49. package/out/de-logic/de-logic-link/de-logic-link.d.ts.map +1 -1
  50. package/out/de-logic/de-logic-link/de-logic-link.js +1 -1
  51. package/out/de-logic/de-logic-node/bind-param-node/bind-param-node.d.ts +1 -1
  52. package/out/de-logic/de-logic-node/bind-param-node/bind-param-node.d.ts.map +1 -1
  53. package/out/de-logic/de-logic-node/data-set-node/data-set-node.d.ts +1 -1
  54. package/out/de-logic/de-logic-node/data-set-node/data-set-node.d.ts.map +1 -1
  55. package/out/de-logic/de-logic-node/de-action-node/de-action-node.d.ts +1 -1
  56. package/out/de-logic/de-logic-node/de-action-node/de-action-node.d.ts.map +1 -1
  57. package/out/de-logic/de-logic-node/de-logic-node.d.ts +2 -2
  58. package/out/de-logic/de-logic-node/de-logic-node.d.ts.map +1 -1
  59. package/out/de-logic/de-logic-node/end-node/end-node.d.ts +1 -1
  60. package/out/de-logic/de-logic-node/end-node/end-node.d.ts.map +1 -1
  61. package/out/de-logic/de-logic-node/prepare-param-node/prepare-param-node.d.ts +1 -1
  62. package/out/de-logic/de-logic-node/prepare-param-node/prepare-param-node.d.ts.map +1 -1
  63. package/out/de-logic/de-logic-node/start-node/start-node.d.ts +1 -1
  64. package/out/de-logic/de-logic-node/start-node/start-node.d.ts.map +1 -1
  65. package/out/de-logic/de-logic-node/throw-exception-node/throw-exception-node.d.ts +1 -1
  66. package/out/de-logic/de-logic-node/throw-exception-node/throw-exception-node.d.ts.map +1 -1
  67. package/out/de-logic/de-logic-param/de-logic-param.d.ts +2 -2
  68. package/out/de-logic/de-logic-param/de-logic-param.d.ts.map +1 -1
  69. package/out/de-logic/de-logic-param/de-logic-param.js +1 -1
  70. package/out/de-logic/de-logic.d.ts +6 -6
  71. package/out/de-logic/de-logic.d.ts.map +1 -1
  72. package/out/de-logic/de-logic.js +3 -3
  73. package/out/de-logic/index.d.ts +2 -2
  74. package/out/de-logic/index.d.ts.map +1 -1
  75. package/out/de-logic/index.js +1 -1
  76. package/out/interface/util/i-open-view-util/i-open-view-util.d.ts +5 -5
  77. package/out/interface/util/i-open-view-util/i-open-view-util.d.ts.map +1 -1
  78. package/out/service/dto/method.dto.d.ts +4 -4
  79. package/out/service/dto/method.dto.d.ts.map +1 -1
  80. package/out/service/dto/method.dto.js +2 -2
  81. package/out/service/interface/i-tree-node-data/i-tree-node-data.d.ts +2 -2
  82. package/out/service/interface/i-tree-node-data/i-tree-node-data.d.ts.map +1 -1
  83. package/out/service/service/code-list/code-list.service.d.ts +3 -3
  84. package/out/service/service/code-list/code-list.service.d.ts.map +1 -1
  85. package/out/service/service/code-list/code-list.service.js +1 -1
  86. package/out/service/service/counter/counter.service.d.ts +3 -3
  87. package/out/service/service/counter/counter.service.d.ts.map +1 -1
  88. package/out/service/service/counter/counter.service.js +1 -1
  89. package/out/service/service/entity/entity.service.d.ts +3 -3
  90. package/out/service/service/entity/entity.service.d.ts.map +1 -1
  91. package/out/service/service/entity/entity.service.js +1 -1
  92. package/out/service/service/entity/method/de-action.d.ts +23 -23
  93. package/out/service/service/entity/method/de-action.d.ts.map +1 -1
  94. package/out/service/service/entity/method/de-action.js +11 -11
  95. package/out/service/service/entity/method/fetch.d.ts +3 -3
  96. package/out/service/service/entity/method/fetch.d.ts.map +1 -1
  97. package/out/service/service/entity/method/fetch.js +1 -1
  98. package/out/service/service/entity/method/method-input.d.ts +2 -2
  99. package/out/service/service/entity/method/method-input.d.ts.map +1 -1
  100. package/out/service/service/entity/method/method-input.js +1 -1
  101. package/out/service/service/entity/method/method-renturn.d.ts +2 -2
  102. package/out/service/service/entity/method/method-renturn.d.ts.map +1 -1
  103. package/out/service/service/entity/method/method-renturn.js +1 -1
  104. package/out/service/service/entity/method/method.d.ts +6 -6
  105. package/out/service/service/entity/method/method.d.ts.map +1 -1
  106. package/out/service/service/entity/method/method.js +2 -2
  107. package/out/service/service/file/file.service.d.ts +2 -2
  108. package/out/service/service/file/file.service.d.ts.map +1 -1
  109. package/out/service/service/file/file.service.js +1 -1
  110. package/out/service/service/widget/control-service.d.ts +3 -3
  111. package/out/service/service/widget/control-service.d.ts.map +1 -1
  112. package/out/service/service/widget/control-service.js +1 -1
  113. package/out/service/service/widget/edit-form-service.d.ts +18 -18
  114. package/out/service/service/widget/edit-form-service.d.ts.map +1 -1
  115. package/out/service/service/widget/edit-form-service.js +9 -9
  116. package/out/service/service/widget/grid-service.d.ts +2 -2
  117. package/out/service/service/widget/grid-service.d.ts.map +1 -1
  118. package/out/service/service/widget/grid-service.js +1 -1
  119. package/out/service/service/widget/md-control-service.d.ts +14 -14
  120. package/out/service/service/widget/md-control-service.d.ts.map +1 -1
  121. package/out/service/service/widget/md-control-service.js +7 -7
  122. package/out/service/service/widget/search-form-service.d.ts +2 -2
  123. package/out/service/service/widget/search-form-service.d.ts.map +1 -1
  124. package/out/service/service/widget/search-form-service.js +1 -1
  125. package/out/service/service/widget/tree-service.d.ts +3 -3
  126. package/out/service/service/widget/tree-service.d.ts.map +1 -1
  127. package/out/service/service/widget/tree-service.js +16 -15
  128. package/out/service/service/widget/wizard-panel-service.d.ts +4 -4
  129. package/out/service/service/widget/wizard-panel-service.d.ts.map +1 -1
  130. package/out/service/service/widget/wizard-panel-service.js +2 -2
  131. package/out/service/service/work-flow/work-flow.service.d.ts +16 -16
  132. package/out/service/service/work-flow/work-flow.service.d.ts.map +1 -1
  133. package/out/service/service/work-flow/work-flow.service.js +8 -8
  134. package/out/service/service-util.d.ts +3 -3
  135. package/out/service/service-util.d.ts.map +1 -1
  136. package/out/service/service-util.js +2 -2
  137. package/out/service/utils/app-counter/app-counter.d.ts +7 -7
  138. package/out/service/utils/app-counter/app-counter.d.ts.map +1 -1
  139. package/out/service/utils/app-counter/app-counter.js +6 -4
  140. package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts +4 -4
  141. package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts.map +1 -1
  142. package/out/service/utils/dynamic-code-list/dynamic-code-list.js +2 -2
  143. package/out/service/utils/entity-cache/entity-cache.d.ts +25 -25
  144. package/out/service/utils/entity-cache/entity-cache.d.ts.map +1 -1
  145. package/out/service/utils/entity-cache/entity-cache.js +12 -12
  146. package/out/service/utils/res-path/res-path.d.ts +2 -2
  147. package/out/service/utils/res-path/res-path.d.ts.map +1 -1
  148. package/out/service/utils/res-path/res-path.js +1 -1
  149. package/out/service/utils/route-context/route-context.d.ts +2 -2
  150. package/out/service/utils/route-context/route-context.d.ts.map +1 -1
  151. package/out/service/utils/route-context/route-context.js +1 -1
  152. package/out/service/utils/search-filter/search-filter.d.ts +3 -3
  153. package/out/service/utils/search-filter/search-filter.d.ts.map +1 -1
  154. package/out/service/utils/service-exist-util/service-exist-util.d.ts +2 -2
  155. package/out/service/utils/service-exist-util/service-exist-util.d.ts.map +1 -1
  156. package/out/service/utils/service-exist-util/service-exist-util.js +1 -1
  157. package/out/service/utils/service-path-util/service-path-util.d.ts +1 -1
  158. package/out/service/utils/service-path-util/service-path-util.js +1 -1
  159. package/out/service/vo/tree-node-data/tree-node-data.d.ts +2 -2
  160. package/out/service/vo/tree-node-data/tree-node-data.d.ts.map +1 -1
  161. package/out/utils/app-de-ui-action-util/handler/ui-action-handler.js +1 -2
  162. package/out/utils/index.d.ts +1 -0
  163. package/out/utils/index.d.ts.map +1 -1
  164. package/out/utils/index.js +1 -0
  165. package/out/utils/nav-params/calc-nav-params.d.ts +29 -0
  166. package/out/utils/nav-params/calc-nav-params.d.ts.map +1 -0
  167. package/out/utils/nav-params/calc-nav-params.js +34 -0
  168. package/out/utils/nav-params/nav-params.d.ts +1 -1
  169. package/out/utils/nav-params/nav-params.d.ts.map +1 -1
  170. package/out/utils/open-redirect-view/open-redirect-view.d.ts +4 -4
  171. package/out/utils/open-redirect-view/open-redirect-view.d.ts.map +1 -1
  172. package/out/utils/open-redirect-view/open-redirect-view.js +6 -6
  173. package/out/view-logic/view-logic.js +2 -3
  174. package/package.json +5 -5
  175. package/src/command/app/app-func/app-func.ts +3 -7
  176. package/src/command/app/open-app-view/open-app-view.ts +6 -6
  177. package/src/controller/control/app-menu.ts +6 -1
  178. package/src/controller/control/dataview.ts +5 -8
  179. package/src/controller/control/form/form-druipart.ts +2 -2
  180. package/src/controller/control/grid/grid-field-column.ts +4 -2
  181. package/src/controller/control/tree.ts +1 -2
  182. package/src/controller/editor/editor.ts +1 -1
  183. package/src/controller/editor/index.ts +1 -0
  184. package/src/controller/editor/number-range.ts +11 -0
  185. package/src/controller/editor/picker.ts +1 -0
  186. package/src/controller/view/edit-view.ts +4 -7
  187. package/src/controller/view/edit-view3.ts +1 -2
  188. package/src/controller/view/grid-exp-view.ts +14 -51
  189. package/src/controller/view/list-exp-view.ts +14 -52
  190. package/src/controller/view/tree-exp-view.ts +29 -34
  191. package/src/controller/view/view.ts +2 -1
  192. package/src/controller/view/wf-dyna-edit-view.ts +7 -12
  193. package/src/controller/view/wf-dyna-edit-view3.ts +1 -2
  194. package/src/controller/view/wf-step-trace-view.ts +2 -2
  195. package/src/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.ts +2 -2
  196. package/src/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.ts +2 -2
  197. package/src/de-logic/de-logic-link/de-logic-link.ts +2 -2
  198. package/src/de-logic/de-logic-node/bind-param-node/bind-param-node.ts +1 -1
  199. package/src/de-logic/de-logic-node/data-set-node/data-set-node.ts +1 -1
  200. package/src/de-logic/de-logic-node/de-action-node/de-action-node.ts +1 -1
  201. package/src/de-logic/de-logic-node/de-logic-node.ts +2 -2
  202. package/src/de-logic/de-logic-node/end-node/end-node.ts +1 -1
  203. package/src/de-logic/de-logic-node/prepare-param-node/prepare-param-node.ts +1 -1
  204. package/src/de-logic/de-logic-node/start-node/start-node.ts +1 -1
  205. package/src/de-logic/de-logic-node/throw-exception-node/throw-exception-node.ts +1 -1
  206. package/src/de-logic/de-logic-param/de-logic-param.ts +2 -2
  207. package/src/de-logic/de-logic.ts +6 -6
  208. package/src/de-logic/index.ts +2 -2
  209. package/src/interface/util/i-open-view-util/i-open-view-util.ts +5 -5
  210. package/src/service/dto/method.dto.ts +4 -4
  211. package/src/service/interface/i-tree-node-data/i-tree-node-data.ts +2 -2
  212. package/src/service/service/code-list/code-list.service.ts +3 -3
  213. package/src/service/service/counter/counter.service.ts +3 -3
  214. package/src/service/service/entity/entity.service.ts +3 -3
  215. package/src/service/service/entity/method/de-action.ts +23 -23
  216. package/src/service/service/entity/method/fetch.ts +3 -3
  217. package/src/service/service/entity/method/method-input.ts +2 -2
  218. package/src/service/service/entity/method/method-renturn.ts +2 -2
  219. package/src/service/service/entity/method/method.ts +6 -6
  220. package/src/service/service/file/file.service.ts +2 -2
  221. package/src/service/service/widget/control-service.ts +3 -3
  222. package/src/service/service/widget/edit-form-service.ts +18 -21
  223. package/src/service/service/widget/grid-service.ts +2 -2
  224. package/src/service/service/widget/md-control-service.ts +14 -17
  225. package/src/service/service/widget/search-form-service.ts +2 -2
  226. package/src/service/service/widget/tree-service.ts +27 -19
  227. package/src/service/service/widget/wizard-panel-service.ts +4 -4
  228. package/src/service/service/work-flow/work-flow.service.ts +16 -16
  229. package/src/service/service-util.ts +3 -3
  230. package/src/service/utils/app-counter/app-counter.ts +9 -7
  231. package/src/service/utils/dynamic-code-list/dynamic-code-list.ts +4 -4
  232. package/src/service/utils/entity-cache/entity-cache.ts +26 -26
  233. package/src/service/utils/res-path/res-path.ts +2 -2
  234. package/src/service/utils/route-context/route-context.ts +2 -2
  235. package/src/service/utils/search-filter/search-filter.ts +3 -3
  236. package/src/service/utils/service-exist-util/service-exist-util.ts +2 -2
  237. package/src/service/utils/service-path-util/service-path-util.ts +1 -1
  238. package/src/service/vo/tree-node-data/tree-node-data.ts +2 -2
  239. package/src/utils/app-de-ui-action-util/handler/ui-action-handler.ts +1 -1
  240. package/src/utils/index.ts +1 -0
  241. package/src/utils/nav-params/calc-nav-params.ts +59 -0
  242. package/src/utils/nav-params/nav-params.ts +1 -1
  243. package/src/utils/open-redirect-view/open-redirect-view.ts +5 -5
  244. package/src/view-logic/view-logic.ts +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"code-list.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/code-list/code-list.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,WAAW,EACX,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,eAAe;IAoBd,SAAS,CAAC,YAAY,EAAE,YAAY;IAnBhD;;;;;OAKG;IACH,YAAY,8BAAqC;IAEjD;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,YAAY,EAAE,GAAG,oBAAoB,CAAC,CAChE;gBAEU,YAAY,EAAE,YAAY;IAEhD;;;;;;;OAOG;cACa,eAAe;IAW/B;;;;;;;OAOG;IACH,SAAS,CAAC,SAAS,CAAC,QAAQ,EAAE,cAAc,GAAG,YAAY,EAAE;IAa7D;;;;;;;;;OASG;IACH,SAAS,CAAC,iBAAiB,CACzB,SAAS,EAAE,WAAW,EAAE,EACxB,aAAa,EAAE,OAAO;IAoBxB;;;;;;;;OAQG;cACa,kBAAkB,CAChC,QAAQ,EAAE,cAAc,EACxB,OAAO,GAAE,QAAa,EACtB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,YAAY,EAAE,CAAC;IAY1B;;;;;;;;;OASG;IACG,GAAG,CACP,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,QAAQ,EAClB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,SAAS,YAAY,EAAE,CAAC;CAkBpC"}
1
+ {"version":3,"file":"code-list.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/code-list/code-list.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,WAAW,EACX,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,eAAe;IAoBd,SAAS,CAAC,YAAY,EAAE,YAAY;IAnBhD;;;;;OAKG;IACH,YAAY,8BAAqC;IAEjD;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,YAAY,EAAE,GAAG,oBAAoB,CAAC,CAChE;gBAEU,YAAY,EAAE,YAAY;IAEhD;;;;;;;OAOG;cACa,eAAe;IAW/B;;;;;;;OAOG;IACH,SAAS,CAAC,SAAS,CAAC,QAAQ,EAAE,cAAc,GAAG,YAAY,EAAE;IAa7D;;;;;;;;;OASG;IACH,SAAS,CAAC,iBAAiB,CACzB,SAAS,EAAE,WAAW,EAAE,EACxB,aAAa,EAAE,OAAO;IAoBxB;;;;;;;;OAQG;cACa,kBAAkB,CAChC,QAAQ,EAAE,cAAc,EACxB,OAAO,GAAE,OAAY,EACrB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,YAAY,EAAE,CAAC;IAY1B;;;;;;;;;OASG;IACG,GAAG,CACP,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,OAAO,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,SAAS,YAAY,EAAE,CAAC;CAkBpC"}
@@ -118,7 +118,7 @@ export class CodeListService {
118
118
  * @author chitanda
119
119
  * @date 2022-08-25 15:08:45
120
120
  * @param {string} tag
121
- * @param {IContext} [context]
121
+ * @param {IParams} [context]
122
122
  * @param {IParams} [params]
123
123
  * @return {*} {Promise<CodeListItem[]>}
124
124
  */
@@ -27,7 +27,7 @@ export declare class CounterService {
27
27
  * @param {IPSAppCounter} model
28
28
  * @return {*} {Promise<AppCounter>}
29
29
  */
30
- static getCounter(model: IPSAppCounter, context?: IContext, params?: IParams): Promise<AppCounter>;
30
+ static getCounter(model: IPSAppCounter, context?: IParams, params?: IParams): Promise<AppCounter>;
31
31
  /**
32
32
  * 根据计数器引用获取计数器实例
33
33
  *
@@ -35,10 +35,10 @@ export declare class CounterService {
35
35
  * @date 2022-10-26 20:10:20
36
36
  * @static
37
37
  * @param {IPSAppCounterRef} model
38
- * @param {IContext} context
38
+ * @param {IParams} context
39
39
  * @param {IParams} params
40
40
  * @return {*} {Promise<AppCounter>}
41
41
  */
42
- static getCounterByRef(model: IPSAppCounterRef, context?: IContext, params?: IParams): Promise<AppCounter>;
42
+ static getCounterByRef(model: IPSAppCounterRef, context?: IParams, params?: IParams): Promise<AppCounter>;
43
43
  }
44
44
  //# sourceMappingURL=counter.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"counter.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/counter/counter.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACb,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC;;;;;;;GAOG;AACH,qBAAa,cAAc;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAa;IAEjE;;;;;;;OAOG;WACU,UAAU,CACrB,KAAK,EAAE,aAAa,EACpB,OAAO,CAAC,EAAE,QAAQ,EAClB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,UAAU,CAAC;IActB;;;;;;;;;;OAUG;WACU,eAAe,CAC1B,KAAK,EAAE,gBAAgB,EACvB,OAAO,CAAC,EAAE,QAAQ,EAClB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,UAAU,CAAC;CAOvB"}
1
+ {"version":3,"file":"counter.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/counter/counter.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACb,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC;;;;;;;GAOG;AACH,qBAAa,cAAc;IACzB;;;;;;;;OAQG;IACH,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAa;IAEjE;;;;;;;OAOG;WACU,UAAU,CACrB,KAAK,EAAE,aAAa,EACpB,OAAO,CAAC,EAAE,OAAO,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,UAAU,CAAC;IActB;;;;;;;;;;OAUG;WACU,eAAe,CAC1B,KAAK,EAAE,gBAAgB,EACvB,OAAO,CAAC,EAAE,OAAO,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,UAAU,CAAC;CAOvB"}
@@ -37,7 +37,7 @@ export class CounterService {
37
37
  * @date 2022-10-26 20:10:20
38
38
  * @static
39
39
  * @param {IPSAppCounterRef} model
40
- * @param {IContext} context
40
+ * @param {IParams} context
41
41
  * @param {IParams} params
42
42
  * @return {*} {Promise<AppCounter>}
43
43
  */
@@ -73,12 +73,12 @@ export declare class EntityService {
73
73
  * @author chitanda
74
74
  * @date 2022-09-13 19:09:55
75
75
  * @param {string} methodName
76
- * @param {IContext} context
76
+ * @param {IParams} context
77
77
  * @param {IData} [params={}] 请求参数
78
78
  * @param {IParams} [params2={}] 查询参数
79
79
  * @return {*} {Promise<IHttpResponse>}
80
80
  */
81
- exec(methodName: string, context: IContext, params?: IData, params2?: IParams): Promise<IHttpResponse>;
82
- getPath(methodName: string, context: IContext, params?: IData, params2?: IParams): Promise<import("@ibiz-template/core").HttpResponse<IData>>;
81
+ exec(methodName: string, context: IParams, params?: IData, params2?: IParams): Promise<IHttpResponse>;
82
+ getPath(methodName: string, context: IParams, params?: IData, params2?: IParams): Promise<import("@ibiz-template/core").HttpResponse<IData>>;
83
83
  }
84
84
  //# sourceMappingURL=entity.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/entity/entity.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAGf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,aAAa;IA+CtB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA/CtC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,EAAE,eAAe,CAAC;IAE7B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE9D;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAqB;IAEhD;;;;;;;OAOG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAMtC;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAwB/C;;;;;;;;;;OAUG;IACH,IAAI,CACF,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY,GACpB,OAAO,CAAC,aAAa,CAAC;IAQzB,OAAO,CACL,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY;CAQxB"}
1
+ {"version":3,"file":"entity.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/entity/entity.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAGf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,aAAa;IA+CtB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA/CtC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,EAAE,eAAe,CAAC;IAE7B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE9D;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAqB;IAEhD;;;;;;;OAOG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAMtC;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAwB/C;;;;;;;;;;OAUG;IACH,IAAI,CACF,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY,GACpB,OAAO,CAAC,aAAa,CAAC;IAQzB,OAAO,CACL,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY;CAQxB"}
@@ -80,7 +80,7 @@ export class EntityService {
80
80
  * @author chitanda
81
81
  * @date 2022-09-13 19:09:55
82
82
  * @param {string} methodName
83
- * @param {IContext} context
83
+ * @param {IParams} context
84
84
  * @param {IData} [params={}] 请求参数
85
85
  * @param {IParams} [params2={}] 查询参数
86
86
  * @return {*} {Promise<IHttpResponse>}
@@ -11,115 +11,115 @@ import { Method } from './method';
11
11
  * @extends {Method}
12
12
  */
13
13
  export declare class DEActionMethod extends Method {
14
- exec(context: IContext, data: IData, params: IParams): Promise<HttpResponse<IData>>;
14
+ exec(context: IParams, data: IData, params: IParams): Promise<HttpResponse<IData>>;
15
15
  /**
16
16
  * 创建数据
17
17
  *
18
18
  * @author chitanda
19
19
  * @date 2022-08-24 20:08:01
20
- * @param {IContext} context
20
+ * @param {IParams} context
21
21
  * @param {IData} data
22
22
  * @return {*} {Promise<IHttpResponse<IData>>}
23
23
  */
24
- create(context: IContext, data: IData, params: IParams): Promise<IHttpResponse<Entity>>;
24
+ create(context: IParams, data: IData, params: IParams): Promise<IHttpResponse<Entity>>;
25
25
  /**
26
26
  * 删除数据
27
27
  *
28
28
  * @author chitanda
29
29
  * @date 2022-08-24 20:08:56
30
- * @param {IContext} context
30
+ * @param {IParams} context
31
31
  * @param {IParams} [params]
32
32
  * @return {*} {Promise<IHttpResponse<Entity>>}
33
33
  */
34
- remove(context: IContext, params?: IParams): Promise<IHttpResponse<Entity>>;
34
+ remove(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
35
35
  /**
36
36
  * 更新数据
37
37
  *
38
38
  * @author chitanda
39
39
  * @date 2022-09-13 19:09:39
40
- * @param {IContext} context
40
+ * @param {IParams} context
41
41
  * @param {(IData | Entity)} data
42
42
  * @param {IParams} [params={}]
43
43
  * @return {*} {Promise<IHttpResponse<Entity>>}
44
44
  */
45
- update(context: IContext, data: IData | Entity, params?: IParams): Promise<IHttpResponse<Entity>>;
45
+ update(context: IParams, data: IData | Entity, params?: IParams): Promise<IHttpResponse<Entity>>;
46
46
  /**
47
47
  * 获取数据
48
48
  *
49
49
  * @author chitanda
50
50
  * @date 2022-08-24 20:08:07
51
- * @param {IContext} context
51
+ * @param {IParams} context
52
52
  * @param {IParams} [params]
53
53
  * @return {*} {Promise<IHttpResponse<Entity>>}
54
54
  */
55
- get(context: IContext, params?: IParams): Promise<IHttpResponse<Entity>>;
55
+ get(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
56
56
  /**
57
57
  * 获取默认数据
58
58
  *
59
59
  * @author chitanda
60
60
  * @date 2022-08-24 20:08:26
61
- * @param {IContext} context
61
+ * @param {IParams} context
62
62
  * @param {IParams} [params]
63
63
  * @return {*} {Promise<IHttpResponse<IData>>}
64
64
  */
65
- getDraft(context: IContext, params?: IParams): Promise<IHttpResponse<IData>>;
65
+ getDraft(context: IParams, params?: IParams): Promise<IHttpResponse<IData>>;
66
66
  /**
67
67
  * 新建临时数据
68
68
  *
69
69
  * @author chitanda
70
70
  * @date 2022-08-21 17:08:45
71
- * @param {IContext} context
71
+ * @param {IParams} context
72
72
  * @param {IData} entity
73
73
  * @return {*} {Promise<IHttpResponse<Entity>>}
74
74
  */
75
- createTemp(context: IContext, entity: IData): Promise<IHttpResponse<Entity>>;
75
+ createTemp(context: IParams, entity: IData): Promise<IHttpResponse<Entity>>;
76
76
  /**
77
77
  * 获取临时数据默认值
78
78
  *
79
79
  * @author chitanda
80
80
  * @date 2022-08-21 17:08:56
81
- * @param {IContext} context
81
+ * @param {IParams} context
82
82
  * @param {IParams} [params]
83
83
  * @return {*} {Promise<IHttpResponse<Entity>>}
84
84
  */
85
- getDraftTemp(_context: IContext, _params?: IParams): Promise<IHttpResponse<Entity>>;
85
+ getDraftTemp(_context: IParams, _params?: IParams): Promise<IHttpResponse<Entity>>;
86
86
  /**
87
87
  * 删除临时数据
88
88
  *
89
89
  * @author chitanda
90
90
  * @date 2022-08-21 17:08:11
91
- * @param {IContext} context
91
+ * @param {IParams} context
92
92
  * @param {IParams} [params]
93
93
  * @return {*} {Promise<IHttpResponse<Entity>>}
94
94
  */
95
- removeTemp(context: IContext, params?: IParams): Promise<IHttpResponse<Entity>>;
95
+ removeTemp(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
96
96
  /**
97
97
  * 更新临时数据
98
98
  *
99
99
  * @author chitanda
100
100
  * @date 2022-08-21 17:08:17
101
- * @param {IContext} context
101
+ * @param {IParams} context
102
102
  * @param {IData} entity
103
103
  * @return {*} {Promise<IHttpResponse<Entity>>}
104
104
  */
105
- updateTemp(context: IContext, entity: IData): Promise<IHttpResponse<Entity>>;
105
+ updateTemp(context: IParams, entity: IData): Promise<IHttpResponse<Entity>>;
106
106
  /**
107
107
  * 获取临时数据
108
108
  *
109
109
  * @author chitanda
110
110
  * @date 2022-08-21 17:08:23
111
- * @param {IContext} context
111
+ * @param {IParams} context
112
112
  * @param {IParams} [params]
113
113
  * @return {*} {Promise<IHttpResponse<Entity>>}
114
114
  */
115
- getTemp(context: IContext, params?: IParams): Promise<IHttpResponse<Entity>>;
115
+ getTemp(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
116
116
  /**
117
117
  * 批量删除本地数据
118
118
  *
119
- * @param {IContext} context
119
+ * @param {IParams} context
120
120
  * @param {IParams} [params]
121
121
  * @return {*} {Promise<IHttpResponse>}
122
122
  */
123
- removeBatchTemp(context: IContext, params?: IParams): Promise<IHttpResponse>;
123
+ removeBatchTemp(context: IParams, params?: IParams): Promise<IHttpResponse>;
124
124
  }
125
125
  //# sourceMappingURL=de-action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"de-action.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/de-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,cAAe,SAAQ,MAAM;IAClC,IAAI,CACR,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IA+C/B;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,QAAQ,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAYjC;;;;;;;;;OASG;IACG,MAAM,CACV,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,KAAK,GAAG,MAAM,EACpB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAcjC;;;;;;;;OAQG;IACG,GAAG,CACP,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,QAAQ,CACZ,OAAO,EAAE,QAAQ,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAUhC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,QAAQ,EACjB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,YAAY,CAChB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,OAAO,GAChB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,QAAQ,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAoBjC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,QAAQ,EACjB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,OAAO,CACX,OAAO,EAAE,QAAQ,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAqBjC;;;;;;OAMG;IACG,eAAe,CACnB,OAAO,EAAE,QAAQ,EACjB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC;CAc1B"}
1
+ {"version":3,"file":"de-action.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/de-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,cAAe,SAAQ,MAAM;IAClC,IAAI,CACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IA+C/B;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAYjC;;;;;;;;;OASG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,GAAG,MAAM,EACpB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAcjC;;;;;;;;OAQG;IACG,GAAG,CACP,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,QAAQ,CACZ,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAUhC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,YAAY,CAChB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,OAAO,GAChB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAoBjC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,OAAO,CACX,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAqBjC;;;;;;OAMG;IACG,eAAe,CACnB,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC;CAc1B"}
@@ -59,7 +59,7 @@ export class DEActionMethod extends Method {
59
59
  *
60
60
  * @author chitanda
61
61
  * @date 2022-08-24 20:08:01
62
- * @param {IContext} context
62
+ * @param {IParams} context
63
63
  * @param {IData} data
64
64
  * @return {*} {Promise<IHttpResponse<IData>>}
65
65
  */
@@ -77,7 +77,7 @@ export class DEActionMethod extends Method {
77
77
  *
78
78
  * @author chitanda
79
79
  * @date 2022-08-24 20:08:56
80
- * @param {IContext} context
80
+ * @param {IParams} context
81
81
  * @param {IParams} [params]
82
82
  * @return {*} {Promise<IHttpResponse<Entity>>}
83
83
  */
@@ -94,7 +94,7 @@ export class DEActionMethod extends Method {
94
94
  *
95
95
  * @author chitanda
96
96
  * @date 2022-09-13 19:09:39
97
- * @param {IContext} context
97
+ * @param {IParams} context
98
98
  * @param {(IData | Entity)} data
99
99
  * @param {IParams} [params={}]
100
100
  * @return {*} {Promise<IHttpResponse<Entity>>}
@@ -113,7 +113,7 @@ export class DEActionMethod extends Method {
113
113
  *
114
114
  * @author chitanda
115
115
  * @date 2022-08-24 20:08:07
116
- * @param {IContext} context
116
+ * @param {IParams} context
117
117
  * @param {IParams} [params]
118
118
  * @return {*} {Promise<IHttpResponse<Entity>>}
119
119
  */
@@ -131,7 +131,7 @@ export class DEActionMethod extends Method {
131
131
  *
132
132
  * @author chitanda
133
133
  * @date 2022-08-24 20:08:26
134
- * @param {IContext} context
134
+ * @param {IParams} context
135
135
  * @param {IParams} [params]
136
136
  * @return {*} {Promise<IHttpResponse<IData>>}
137
137
  */
@@ -149,7 +149,7 @@ export class DEActionMethod extends Method {
149
149
  *
150
150
  * @author chitanda
151
151
  * @date 2022-08-21 17:08:45
152
- * @param {IContext} context
152
+ * @param {IParams} context
153
153
  * @param {IData} entity
154
154
  * @return {*} {Promise<IHttpResponse<Entity>>}
155
155
  */
@@ -168,7 +168,7 @@ export class DEActionMethod extends Method {
168
168
  *
169
169
  * @author chitanda
170
170
  * @date 2022-08-21 17:08:56
171
- * @param {IContext} context
171
+ * @param {IParams} context
172
172
  * @param {IParams} [params]
173
173
  * @return {*} {Promise<IHttpResponse<Entity>>}
174
174
  */
@@ -190,7 +190,7 @@ export class DEActionMethod extends Method {
190
190
  *
191
191
  * @author chitanda
192
192
  * @date 2022-08-21 17:08:11
193
- * @param {IContext} context
193
+ * @param {IParams} context
194
194
  * @param {IParams} [params]
195
195
  * @return {*} {Promise<IHttpResponse<Entity>>}
196
196
  */
@@ -219,7 +219,7 @@ export class DEActionMethod extends Method {
219
219
  *
220
220
  * @author chitanda
221
221
  * @date 2022-08-21 17:08:17
222
- * @param {IContext} context
222
+ * @param {IParams} context
223
223
  * @param {IData} entity
224
224
  * @return {*} {Promise<IHttpResponse<Entity>>}
225
225
  */
@@ -241,7 +241,7 @@ export class DEActionMethod extends Method {
241
241
  *
242
242
  * @author chitanda
243
243
  * @date 2022-08-21 17:08:23
244
- * @param {IContext} context
244
+ * @param {IParams} context
245
245
  * @param {IParams} [params]
246
246
  * @return {*} {Promise<IHttpResponse<Entity>>}
247
247
  */
@@ -269,7 +269,7 @@ export class DEActionMethod extends Method {
269
269
  /**
270
270
  * 批量删除本地数据
271
271
  *
272
- * @param {IContext} context
272
+ * @param {IParams} context
273
273
  * @param {IParams} [params]
274
274
  * @return {*} {Promise<IHttpResponse>}
275
275
  */
@@ -12,15 +12,15 @@ import { Method } from './method';
12
12
  * @extends {Method}
13
13
  */
14
14
  export declare class FetchMethod extends Method {
15
- exec(context: IContext, data: IData, params: IParams): Promise<HttpResponse<Entity[]>>;
15
+ exec(context: IParams, data: IData, params: IParams): Promise<HttpResponse<Entity[]>>;
16
16
  /**
17
17
  * 查询本地数据,根据属性
18
18
  *
19
- * @param {IContext} context
19
+ * @param {IParams} context
20
20
  * @param {IParams} params 根据多实体属性查找,例:{ name: '张三', age: 18, parent: null }
21
21
  * @return {*} {Promise<Entity[]>}
22
22
  */
23
- protected selectLocal(context: IContext, params?: IParams): Promise<Entity[]>;
23
+ protected selectLocal(context: IParams, params?: IParams): Promise<Entity[]>;
24
24
  /**
25
25
  * 搜索本地数据
26
26
  *
@@ -1 +1 @@
1
- {"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/fetch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,MAAM;IAC/B,IAAI,CACR,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC;IAelC;;;;;;OAMG;cACa,WAAW,CACzB,OAAO,EAAE,QAAQ,EACjB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,MAAM,EAAE,CAAC;IA8DpB;;;;;;;;OAQG;cACa,WAAW,CACzB,IAAI,EAAE,gBAAgB,GAAG,IAAI,EAC7B,MAAM,EAAE,YAAY,EACpB,cAAc,GAAE,MAAM,EAAgC,GACrD,OAAO,CAAC,MAAM,EAAE,CAAC;CA4CrB"}
1
+ {"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/fetch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,MAAM;IAC/B,IAAI,CACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC;IAelC;;;;;;OAMG;cACa,WAAW,CACzB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,MAAM,EAAE,CAAC;IA8DpB;;;;;;;;OAQG;cACa,WAAW,CACzB,IAAI,EAAE,gBAAgB,GAAG,IAAI,EAC7B,MAAM,EAAE,YAAY,EACpB,cAAc,GAAE,MAAM,EAAgC,GACrD,OAAO,CAAC,MAAM,EAAE,CAAC;CA4CrB"}
@@ -27,7 +27,7 @@ export class FetchMethod extends Method {
27
27
  /**
28
28
  * 查询本地数据,根据属性
29
29
  *
30
- * @param {IContext} context
30
+ * @param {IParams} context
31
31
  * @param {IParams} params 根据多实体属性查找,例:{ name: '张三', age: 18, parent: null }
32
32
  * @return {*} {Promise<Entity[]>}
33
33
  */
@@ -26,10 +26,10 @@ export declare class MethodInput {
26
26
  *
27
27
  * @author chitanda
28
28
  * @date 2022-10-11 14:10:22
29
- * @param {IContext} context
29
+ * @param {IParams} context
30
30
  * @param {IData} data
31
31
  * @return {*} {Promise<IData>}
32
32
  */
33
- handle(context: IContext, data: IData): Promise<IData>;
33
+ handle(context: IParams, data: IData): Promise<IData>;
34
34
  }
35
35
  //# sourceMappingURL=method-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"method-input.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD;;;;;;;GAOG;AACH,qBAAa,WAAW;IAYpB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,KAAK,CAAC;IAZlB,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,KAAK,CAAC,iCAAqB;IAQvC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;CAM7D"}
1
+ {"version":3,"file":"method-input.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD;;;;;;;GAOG;AACH,qBAAa,WAAW;IAYpB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,KAAK,CAAC;IAZlB,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,KAAK,CAAC,iCAAqB;IAQvC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;CAM5D"}
@@ -29,7 +29,7 @@ export class MethodInput {
29
29
  *
30
30
  * @author chitanda
31
31
  * @date 2022-10-11 14:10:22
32
- * @param {IContext} context
32
+ * @param {IParams} context
33
33
  * @param {IData} data
34
34
  * @return {*} {Promise<IData>}
35
35
  */
@@ -29,10 +29,10 @@ export declare class MethodReturn {
29
29
  *
30
30
  * @author chitanda
31
31
  * @date 2022-10-19 21:10:06
32
- * @param {IContext} context
32
+ * @param {IParams} context
33
33
  * @param {IData} data
34
34
  * @return {*} {Promise<Entity>}
35
35
  */
36
- handle(context: IContext, data: IData): Promise<Entity>;
36
+ handle(context: IParams, data: IData): Promise<Entity>;
37
37
  }
38
38
  //# sourceMappingURL=method-renturn.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"method-renturn.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-renturn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,YAAY;IAcrB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,CAAC;IAdnB,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,CAAC,kCAAsB;IASzC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC;CAO9D"}
1
+ {"version":3,"file":"method-renturn.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-renturn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,YAAY;IAcrB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,CAAC;IAdnB,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,CAAC,kCAAsB;IASzC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC;CAO7D"}
@@ -31,7 +31,7 @@ export class MethodReturn {
31
31
  *
32
32
  * @author chitanda
33
33
  * @date 2022-10-19 21:10:06
34
- * @param {IContext} context
34
+ * @param {IParams} context
35
35
  * @param {IData} data
36
36
  * @return {*} {Promise<Entity>}
37
37
  */
@@ -61,12 +61,12 @@ export declare abstract class Method {
61
61
  *
62
62
  * @author chitanda
63
63
  * @date 2022-10-10 14:10:42
64
- * @param {IContext} context
64
+ * @param {IParams} context
65
65
  * @param {IData} [params={}]
66
66
  * @param {IParams} [params2={}]
67
67
  * @return {*} {Promise<HttpResponse>}
68
68
  */
69
- abstract exec(context: IContext, params: IData, params2: IParams): Promise<HttpResponse>;
69
+ abstract exec(context: IParams, params: IData, params2: IParams): Promise<HttpResponse>;
70
70
  /**
71
71
  * 发送请求
72
72
  *
@@ -74,22 +74,22 @@ export declare abstract class Method {
74
74
  * @date 2022-10-10 17:10:44
75
75
  * @protected
76
76
  * @param {string} path
77
- * @param {IContext} context
77
+ * @param {IParams} context
78
78
  * @param {IData} data
79
79
  * @param {IParams} params
80
80
  * @return {*} {Promise<HttpResponse<any>>}
81
81
  */
82
- protected request(path: string, context: IContext, data: IData, params: IParams): Promise<HttpResponse<any>>;
82
+ protected request(path: string, context: IParams, data: IData, params: IParams): Promise<HttpResponse<any>>;
83
83
  /**
84
84
  * 根据上下文计算当前请求路径
85
85
  *
86
86
  * @author chitanda
87
87
  * @date 2022-08-24 18:08:46
88
88
  * @protected
89
- * @param {IContext} context
89
+ * @param {IParams} context
90
90
  * @return {*} {string} 拼接结果说明: /祖父实体/祖父实体主键/爷爷实体/爷爷实体主键/父实体/父实体主键/当前实体
91
91
  */
92
- protected calcPath(context: IContext): string;
92
+ protected calcPath(context: IParams): string;
93
93
  /**
94
94
  * 获取当前实体服务
95
95
  *
@@ -1 +1 @@
1
- {"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EACL,cAAc,EAEd,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAe,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;;;;;GAOG;AACH,8BAAsB,MAAM;IA2CxB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,EAAE,YAAY;IAC9B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA5CtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,WAAW,CAAC;IAE7B;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,YAAY,CAAC;IAE/B;;;;;;;OAOG;IACH,SAAS,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IAElC;;;;;;;;OAQG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,YAAY,EACpB,KAAK,EAAE,eAAe,EAAE,EAAE;IAOtC;;;;;;;;;OASG;IACH,QAAQ,CAAC,IAAI,CACX,OAAO,EAAE,QAAQ,EACjB,MAAM,EAAE,KAAK,EACb,OAAO,EAAE,OAAO,GACf,OAAO,CAAC,YAAY,CAAC;IAExB;;;;;;;;;;;OAWG;cACa,OAAO,CACrB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,QAAQ,EACjB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GAEd,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IAqC7B;;;;;;;;OAQG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,GAAG,MAAM;IAM7C;;;;;;;OAOG;cACa,UAAU,IAAI,OAAO,CAAC,aAAa,CAAC;IAOpD;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM;CAGrD"}
1
+ {"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EACL,cAAc,EAEd,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAe,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;;;;;GAOG;AACH,8BAAsB,MAAM;IA2CxB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,EAAE,YAAY;IAC9B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA5CtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,WAAW,CAAC;IAE7B;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,YAAY,CAAC;IAE/B;;;;;;;OAOG;IACH,SAAS,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IAElC;;;;;;;;OAQG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,YAAY,EACpB,KAAK,EAAE,eAAe,EAAE,EAAE;IAOtC;;;;;;;;;OASG;IACH,QAAQ,CAAC,IAAI,CACX,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,EACb,OAAO,EAAE,OAAO,GACf,OAAO,CAAC,YAAY,CAAC;IAExB;;;;;;;;;;;OAWG;cACa,OAAO,CACrB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GAEd,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IAqC7B;;;;;;;;OAQG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM;IAM5C;;;;;;;OAOG;cACa,UAAU,IAAI,OAAO,CAAC,aAAa,CAAC;IAOpD;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM;CAGrD"}
@@ -36,7 +36,7 @@ export class Method {
36
36
  * @date 2022-10-10 17:10:44
37
37
  * @protected
38
38
  * @param {string} path
39
- * @param {IContext} context
39
+ * @param {IParams} context
40
40
  * @param {IData} data
41
41
  * @param {IParams} params
42
42
  * @return {*} {Promise<HttpResponse<any>>}
@@ -77,7 +77,7 @@ export class Method {
77
77
  * @author chitanda
78
78
  * @date 2022-08-24 18:08:46
79
79
  * @protected
80
- * @param {IContext} context
80
+ * @param {IParams} context
81
81
  * @return {*} {string} 拼接结果说明: /祖父实体/祖父实体主键/爷爷实体/爷爷实体主键/父实体/父实体主键/当前实体
82
82
  */
83
83
  calcPath(context) {
@@ -19,10 +19,10 @@ export declare class FileService {
19
19
  * @date 2022-11-25 14:11:53
20
20
  * @param {IPSDEDataExport} dataExport 导出模型
21
21
  * @param {string} fetchAction 查询方法
22
- * @param {IContext} context 上下文
22
+ * @param {IParams} context 上下文
23
23
  * @param {IParams} params 请求参数
24
24
  * @returns {*} {Promise<IHttpResponse<Blob>>}
25
25
  */
26
- exportData(dataExport: IPSDEDataExport, fetchAction: string, context: IContext, params: IParams): Promise<IHttpResponse<Blob>>;
26
+ exportData(dataExport: IPSDEDataExport, fetchAction: string, context: IParams, params: IParams): Promise<IHttpResponse<Blob>>;
27
27
  }
28
28
  //# sourceMappingURL=file.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"file.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/file/file.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAe,eAAe,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAAa,WAAW;IASpB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IATtC;;;;;;OAMG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAGtC;;;;;;;;;;OAUG;IACH,UAAU,CACR,UAAU,EAAE,eAAe,EAC3B,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,QAAQ,EACjB,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;CAahC"}
1
+ {"version":3,"file":"file.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/file/file.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAe,eAAe,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAAa,WAAW;IASpB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IATtC;;;;;;OAMG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAGtC;;;;;;;;;;OAUG;IACH,UAAU,CACR,UAAU,EAAE,eAAe,EAC3B,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;CAahC"}
@@ -18,7 +18,7 @@ export class FileService {
18
18
  * @date 2022-11-25 14:11:53
19
19
  * @param {IPSDEDataExport} dataExport 导出模型
20
20
  * @param {string} fetchAction 查询方法
21
- * @param {IContext} context 上下文
21
+ * @param {IParams} context 上下文
22
22
  * @param {IParams} params 请求参数
23
23
  * @returns {*} {Promise<IHttpResponse<Blob>>}
24
24
  */
@@ -53,7 +53,7 @@ export declare class ControlService<T extends ControlModel = ControlModel> {
53
53
  * @date 2022-08-18 22:08:30
54
54
  * @returns {*} {Promise<void>}
55
55
  */
56
- init(_context?: IContext): Promise<void>;
56
+ init(_context?: IParams): Promise<void>;
57
57
  /**
58
58
  * 初始化属性映射
59
59
  *
@@ -67,11 +67,11 @@ export declare class ControlService<T extends ControlModel = ControlModel> {
67
67
  * @author lxm
68
68
  * @date 2022-08-31 17:08:41
69
69
  * @param {string} methodName 方法名
70
- * @param {IContext} context 上下文
70
+ * @param {IParams} context 上下文
71
71
  * @param {IParams} [params={}] 视图参数或数据
72
72
  * @returns {*} {Promise<IHttpResponse>}
73
73
  */
74
- exec(methodName: string, context: IContext, data?: IData, params?: IParams): Promise<IHttpResponse>;
74
+ exec(methodName: string, context: IParams, data?: IData, params?: IParams): Promise<IHttpResponse>;
75
75
  /**
76
76
  * 处理响应
77
77
  *
@@ -1 +1 @@
1
- {"version":3,"file":"control-service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/widget/control-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,qBAAa,cAAc,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY;IAC/D,QAAQ,CAAC,GAAG,EAAG,WAAW,CAAC;IAE3B;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAElB;;;;;;OAMG;IACH,IAAI,SAAS,IAAI,cAAc,CAE9B;IAED;;;;;;OAMG;IACH,aAAa,EAAG,aAAa,CAAC;IAE9B;;;;;;;OAOG;IACH,SAAS,0BAAiC;IAE1C;;;;;OAKG;gBACS,KAAK,EAAE,CAAC;IAKpB;;;;;;OAMG;IACG,IAAI,CAAC,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;IAO9C;;;;;OAKG;IACH,SAAS,CAAC,aAAa;IAiBvB;;;;;;;;;OASG;IACG,IAAI,CACR,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,QAAQ,EACjB,IAAI,GAAE,KAAU,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC;IAUzB;;;;;;;OAOG;IACH,cAAc,CAAC,GAAG,EAAE,aAAa,GAAG,aAAa;IAKjD;;;;;;;OAOG;IACH,QAAQ,CAAC,UAAU,EAAE,KAAK,GAAG,SAAS;CAGvC"}
1
+ {"version":3,"file":"control-service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/widget/control-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,qBAAa,cAAc,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY;IAC/D,QAAQ,CAAC,GAAG,EAAG,WAAW,CAAC;IAE3B;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAElB;;;;;;OAMG;IACH,IAAI,SAAS,IAAI,cAAc,CAE9B;IAED;;;;;;OAMG;IACH,aAAa,EAAG,aAAa,CAAC;IAE9B;;;;;;;OAOG;IACH,SAAS,0BAAiC;IAE1C;;;;;OAKG;gBACS,KAAK,EAAE,CAAC;IAKpB;;;;;;OAMG;IACG,IAAI,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAO7C;;;;;OAKG;IACH,SAAS,CAAC,aAAa;IAiBvB;;;;;;;;;OASG;IACG,IAAI,CACR,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,IAAI,GAAE,KAAU,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC;IAUzB;;;;;;;OAOG;IACH,cAAc,CAAC,GAAG,EAAE,aAAa,GAAG,aAAa;IAKjD;;;;;;;OAOG;IACH,QAAQ,CAAC,UAAU,EAAE,KAAK,GAAG,SAAS;CAGvC"}
@@ -70,7 +70,7 @@ export class ControlService {
70
70
  * @author lxm
71
71
  * @date 2022-08-31 17:08:41
72
72
  * @param {string} methodName 方法名
73
- * @param {IContext} context 上下文
73
+ * @param {IParams} context 上下文
74
74
  * @param {IParams} [params={}] 视图参数或数据
75
75
  * @returns {*} {Promise<IHttpResponse>}
76
76
  */