service-flow-designer 2.3.22-flow1-tmp1 → 2.3.22-flow1-tmp2

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 (279) hide show
  1. package/dist/es/designer/common/components/database-select.vue.d.ts +6 -6
  2. package/dist/es/designer/common/components/datatable-select.vue.d.ts +6 -6
  3. package/dist/es/designer/common/components/datatable-select.vue2.mjs +39 -41
  4. package/dist/es/designer/common/components/file-upload.vue.d.ts +6 -6
  5. package/dist/es/designer/common/components/file-upload.vue2.mjs +23 -25
  6. package/dist/es/designer/common/components/json-view/json-view-dialog.vue.d.ts +6 -6
  7. package/dist/es/designer/common/components/json-view/json-view-dialog.vue.mjs +13 -15
  8. package/dist/es/designer/common/components/json-view/json-view.vue.d.ts +4 -4
  9. package/dist/es/designer/common/components/json-view/json-view.vue.mjs +39 -41
  10. package/dist/es/designer/common/components/node-base-config.vue.d.ts +4 -4
  11. package/dist/es/designer/common/components/node-base-config.vue.mjs +6 -7
  12. package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +6 -6
  13. package/dist/es/designer/common/components/sql-view/sql-view-dialog.vue.mjs +12 -14
  14. package/dist/es/designer/common/components/sql-view/sql-view.vue.d.ts +4 -4
  15. package/dist/es/designer/common/components/sql-view/sql-view.vue2.mjs +24 -26
  16. package/dist/es/designer/common/components/value-set-input/value-set-input.vue.d.ts +8 -8
  17. package/dist/es/designer/common/components/value-set-input/value-set-input.vue2.mjs +83 -87
  18. package/dist/es/designer/desginer-index.vue.d.ts +4 -4
  19. package/dist/es/designer/desginer-index.vue2.mjs +24 -47
  20. package/dist/es/designer/flow/base/AbLogicNodeModel.mjs +1 -1
  21. package/dist/es/designer/flow/base/AbLogicResizeNodeModel.mjs +10 -10
  22. package/dist/es/designer/service-components/base/custom-function/index.vue.d.ts +6 -6
  23. package/dist/es/designer/service-components/base/end-node/index.mjs +6 -8
  24. package/dist/es/designer/service-components/base/end-node/index.vue.d.ts +3 -3
  25. package/dist/es/designer/service-components/base/end-node/index.vue.mjs +7 -0
  26. package/dist/es/designer/service-components/base/end-node/index.vue2.mjs +3 -4
  27. package/dist/es/designer/service-components/base/judge-condition/index.vue.d.ts +6 -6
  28. package/dist/es/designer/service-components/base/loop-node/index.mjs +5 -5
  29. package/dist/es/designer/service-components/base/loop-node/index.vue.d.ts +3 -3
  30. package/dist/es/designer/service-components/base/notification/index.vue.d.ts +6 -6
  31. package/dist/es/designer/service-components/base/start-node/index.mjs +3 -5
  32. package/dist/es/designer/service-components/base/start-node/index.vue.d.ts +3 -3
  33. package/dist/es/designer/service-components/base/start-node/index.vue.mjs +7 -0
  34. package/dist/es/designer/service-components/base/start-node/index.vue2.mjs +3 -4
  35. package/dist/es/designer/service-components/computation/clean/index.vue.d.ts +6 -6
  36. package/dist/es/designer/service-components/computation/connect/index.vue.d.ts +6 -6
  37. package/dist/es/designer/service-components/computation/sort/config.vue.d.ts +4 -4
  38. package/dist/es/designer/service-components/computation/sort/config.vue2.mjs +33 -36
  39. package/dist/es/designer/service-components/computation/sort/index.mjs +6 -8
  40. package/dist/es/designer/service-components/computation/sort/index.vue.d.ts +6 -6
  41. package/dist/es/designer/service-components/computation/sort/index.vue.mjs +7 -0
  42. package/dist/es/designer/service-components/computation/sort/index.vue2.mjs +10 -5
  43. package/dist/es/designer/service-components/computation/split-joint/index.vue.d.ts +6 -6
  44. package/dist/es/designer/service-components/computation/statistics/index.vue.d.ts +6 -6
  45. package/dist/es/designer/service-components/database/aggregate-query/config.vue.d.ts +4 -4
  46. package/dist/es/designer/service-components/database/aggregate-query/config.vue2.mjs +60 -62
  47. package/dist/es/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +6 -6
  48. package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +6 -6
  49. package/dist/es/designer/service-components/database/aggregate-query/dimension-statistical.vue.mjs +17 -20
  50. package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +4 -4
  51. package/dist/es/designer/service-components/database/aggregate-query/filter-conditions.vue.mjs +13 -17
  52. package/dist/es/designer/service-components/database/aggregate-query/index.mjs +5 -7
  53. package/dist/es/designer/service-components/database/aggregate-query/index.vue.d.ts +6 -6
  54. package/dist/es/designer/service-components/database/aggregate-query/index.vue.mjs +7 -0
  55. package/dist/es/designer/service-components/database/aggregate-query/index.vue2.mjs +22 -5
  56. package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +4 -4
  57. package/dist/es/designer/service-components/database/aggregate-query/sort-conditions.vue.mjs +10 -13
  58. package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +6 -6
  59. package/dist/es/designer/service-components/database/aggregate-query/statistical-formula.vue.mjs +12 -15
  60. package/dist/es/designer/service-components/database/dynamic-sql/config.vue.d.ts +6 -6
  61. package/dist/es/designer/service-components/database/dynamic-sql/config.vue2.mjs +54 -56
  62. package/dist/es/designer/service-components/database/dynamic-sql/index.mjs +6 -8
  63. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.d.ts +6 -6
  64. package/dist/es/designer/service-components/database/dynamic-sql/index.vue.mjs +7 -0
  65. package/dist/es/designer/service-components/database/dynamic-sql/index.vue2.mjs +10 -5
  66. package/dist/es/designer/service-components/database/regular-query/config.vue.d.ts +5 -5
  67. package/dist/es/designer/service-components/database/regular-query/config.vue2.mjs +37 -40
  68. package/dist/es/designer/service-components/database/regular-query/index.mjs +5 -7
  69. package/dist/es/designer/service-components/database/regular-query/index.vue.d.ts +6 -6
  70. package/dist/es/designer/service-components/database/regular-query/index.vue.mjs +7 -0
  71. package/dist/es/designer/service-components/database/regular-query/index.vue2.mjs +22 -5
  72. package/dist/es/designer/service-components/index.mjs +12 -13
  73. package/dist/es/designer/service-components/service/common/cookie-data.vue.d.ts +6 -6
  74. package/dist/es/designer/service-components/service/common/cookie-data.vue.mjs +13 -15
  75. package/dist/es/designer/service-components/service/common/form-data.vue.d.ts +6 -6
  76. package/dist/es/designer/service-components/service/common/form-data.vue.mjs +14 -16
  77. package/dist/es/designer/service-components/service/common/header-data.vue.d.ts +6 -6
  78. package/dist/es/designer/service-components/service/common/header-data.vue.mjs +12 -14
  79. package/dist/es/designer/service-components/service/common/json-data.vue.d.ts +6 -6
  80. package/dist/es/designer/service-components/service/common/json-data.vue2.mjs +12 -14
  81. package/dist/es/designer/service-components/service/common/param-config.vue.d.ts +4 -4
  82. package/dist/es/designer/service-components/service/common/param-config.vue2.mjs +15 -17
  83. package/dist/es/designer/service-components/service/common/query-params.vue.d.ts +6 -6
  84. package/dist/es/designer/service-components/service/common/query-params.vue.mjs +12 -14
  85. package/dist/es/designer/service-components/service/common/raw-data.vue.d.ts +7 -7
  86. package/dist/es/designer/service-components/service/common/raw-data.vue.mjs +22 -24
  87. package/dist/es/designer/service-components/service/common/xml-data.vue.d.ts +7 -7
  88. package/dist/es/designer/service-components/service/custom-bean/config.vue.d.ts +4 -4
  89. package/dist/es/designer/service-components/service/custom-bean/config.vue2.mjs +7 -9
  90. package/dist/es/designer/service-components/service/custom-bean/index.mjs +6 -8
  91. package/dist/es/designer/service-components/service/custom-bean/index.vue.d.ts +6 -6
  92. package/dist/es/designer/service-components/service/custom-bean/index.vue.mjs +7 -0
  93. package/dist/es/designer/service-components/service/custom-bean/index.vue2.mjs +10 -5
  94. package/dist/es/designer/service-components/service/http-service/config.vue.d.ts +4 -4
  95. package/dist/es/designer/service-components/service/http-service/config.vue2.mjs +20 -22
  96. package/dist/es/designer/service-components/service/http-service/index.mjs +6 -8
  97. package/dist/es/designer/service-components/service/http-service/index.vue.d.ts +6 -6
  98. package/dist/es/designer/service-components/service/http-service/index.vue.mjs +7 -0
  99. package/dist/es/designer/service-components/service/http-service/index.vue2.mjs +10 -5
  100. package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.d.ts +6 -6
  101. package/dist/es/designer/service-components/service/http-service/response-json-setting.vue.mjs +25 -28
  102. package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.d.ts +6 -6
  103. package/dist/es/designer/service-components/service/http-service/response-text-setting.vue.mjs +10 -12
  104. package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +6 -6
  105. package/dist/es/designer/service-components/service/http-service/response-xml-setting.vue.mjs +21 -24
  106. package/dist/es/designer/service-flow-view/service-flow-tool.vue.d.ts +6 -6
  107. package/dist/es/designer/service-flow-view/service-flow-tool.vue2.mjs +25 -29
  108. package/dist/es/designer/service-flow-view/service-node-config.vue.d.ts +7 -7
  109. package/dist/es/designer/service-flow-view/service-node-config.vue2.mjs +22 -25
  110. package/dist/es/designer/service-flow-view/service-params.vue.d.ts +4 -4
  111. package/dist/es/designer/service-flow-view/service-params.vue.mjs +15 -18
  112. package/dist/es/designer/service-flow-view/service-result.vue.d.ts +4 -4
  113. package/dist/es/designer/service-flow-view/service-result.vue.mjs +24 -27
  114. package/dist/es/designer/service-flow-view/service-test/request-params.vue.d.ts +4 -4
  115. package/dist/es/designer/service-flow-view/service-test/request-params.vue.mjs +21 -22
  116. package/dist/es/designer/service-flow-view/service-test/service-test.vue.d.ts +6 -6
  117. package/dist/es/designer/service-flow-view/service-test/service-test.vue.mjs +43 -46
  118. package/dist/es/designer/service-flow-view/service-update-log.vue.d.ts +7 -7
  119. package/dist/es/designer/service-flow-view/service-update-log.vue2.mjs +27 -29
  120. package/dist/es/designer/service-flow-view/view-index.vue.d.ts +7 -7
  121. package/dist/es/designer/service-flow-view/view-index.vue2.mjs +59 -82
  122. package/dist/es/designer/service-panel/component-panel.vue.d.ts +2 -2
  123. package/dist/es/designer/service-panel/component-panel.vue2.mjs +11 -14
  124. package/dist/es/designer/service-panel/service-list.vue.d.ts +6 -6
  125. package/dist/es/designer/service-panel/service-list.vue2.mjs +68 -72
  126. package/dist/es/designer/service-panel/service-panel.vue.d.ts +6 -6
  127. package/dist/es/designer/service-panel/service-panel.vue2.mjs +17 -41
  128. package/dist/es/stores/page-store.d.ts +11 -11
  129. package/dist/es/stores/page-store.mjs +21 -23
  130. package/dist/es/style.css +2 -2
  131. package/dist/lib/designer/common/components/database-select.vue.d.ts +6 -6
  132. package/dist/lib/designer/common/components/datatable-select.vue.d.ts +6 -6
  133. package/dist/lib/designer/common/components/datatable-select.vue2.cjs +42 -42
  134. package/dist/lib/designer/common/components/file-upload.vue.d.ts +6 -6
  135. package/dist/lib/designer/common/components/file-upload.vue2.cjs +18 -18
  136. package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.cjs +10 -10
  137. package/dist/lib/designer/common/components/json-view/json-view-dialog.vue.d.ts +6 -6
  138. package/dist/lib/designer/common/components/json-view/json-view.vue.cjs +33 -34
  139. package/dist/lib/designer/common/components/json-view/json-view.vue.d.ts +4 -4
  140. package/dist/lib/designer/common/components/node-base-config.vue.cjs +5 -5
  141. package/dist/lib/designer/common/components/node-base-config.vue.d.ts +4 -4
  142. package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.cjs +11 -11
  143. package/dist/lib/designer/common/components/sql-view/sql-view-dialog.vue.d.ts +6 -6
  144. package/dist/lib/designer/common/components/sql-view/sql-view.vue.d.ts +4 -4
  145. package/dist/lib/designer/common/components/sql-view/sql-view.vue2.cjs +19 -20
  146. package/dist/lib/designer/common/components/value-set-input/value-set-input.vue.d.ts +8 -8
  147. package/dist/lib/designer/common/components/value-set-input/value-set-input.vue2.cjs +64 -64
  148. package/dist/lib/designer/desginer-index.vue.d.ts +4 -4
  149. package/dist/lib/designer/desginer-index.vue2.cjs +18 -18
  150. package/dist/lib/designer/flow/base/AbLogicNodeModel.cjs +1 -1
  151. package/dist/lib/designer/flow/base/AbLogicResizeNodeModel.cjs +1 -1
  152. package/dist/lib/designer/service-components/base/custom-function/index.vue.d.ts +6 -6
  153. package/dist/lib/designer/service-components/base/end-node/index.cjs +6 -6
  154. package/dist/lib/designer/service-components/base/end-node/index.vue.cjs +5 -0
  155. package/dist/lib/designer/service-components/base/end-node/index.vue.d.ts +3 -3
  156. package/dist/lib/designer/service-components/base/end-node/index.vue2.cjs +2 -4
  157. package/dist/lib/designer/service-components/base/judge-condition/index.vue.d.ts +6 -6
  158. package/dist/lib/designer/service-components/base/loop-node/index.cjs +1 -1
  159. package/dist/lib/designer/service-components/base/loop-node/index.vue.d.ts +3 -3
  160. package/dist/lib/designer/service-components/base/notification/index.vue.d.ts +6 -6
  161. package/dist/lib/designer/service-components/base/start-node/index.cjs +6 -6
  162. package/dist/lib/designer/service-components/base/start-node/index.vue.cjs +5 -0
  163. package/dist/lib/designer/service-components/base/start-node/index.vue.d.ts +3 -3
  164. package/dist/lib/designer/service-components/base/start-node/index.vue2.cjs +2 -4
  165. package/dist/lib/designer/service-components/computation/clean/index.vue.d.ts +6 -6
  166. package/dist/lib/designer/service-components/computation/connect/index.vue.d.ts +6 -6
  167. package/dist/lib/designer/service-components/computation/sort/config.vue.d.ts +4 -4
  168. package/dist/lib/designer/service-components/computation/sort/config.vue2.cjs +25 -25
  169. package/dist/lib/designer/service-components/computation/sort/index.cjs +6 -6
  170. package/dist/lib/designer/service-components/computation/sort/index.vue.cjs +5 -0
  171. package/dist/lib/designer/service-components/computation/sort/index.vue.d.ts +6 -6
  172. package/dist/lib/designer/service-components/computation/sort/index.vue2.cjs +7 -4
  173. package/dist/lib/designer/service-components/computation/split-joint/index.vue.d.ts +6 -6
  174. package/dist/lib/designer/service-components/computation/statistics/index.vue.d.ts +6 -6
  175. package/dist/lib/designer/service-components/database/aggregate-query/config.vue.d.ts +4 -4
  176. package/dist/lib/designer/service-components/database/aggregate-query/config.vue2.cjs +47 -47
  177. package/dist/lib/designer/service-components/database/aggregate-query/dimension-additional.vue.d.ts +6 -6
  178. package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.cjs +12 -12
  179. package/dist/lib/designer/service-components/database/aggregate-query/dimension-statistical.vue.d.ts +6 -6
  180. package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.cjs +17 -17
  181. package/dist/lib/designer/service-components/database/aggregate-query/filter-conditions.vue.d.ts +4 -4
  182. package/dist/lib/designer/service-components/database/aggregate-query/index.cjs +6 -6
  183. package/dist/lib/designer/service-components/database/aggregate-query/index.vue.cjs +5 -0
  184. package/dist/lib/designer/service-components/database/aggregate-query/index.vue.d.ts +6 -6
  185. package/dist/lib/designer/service-components/database/aggregate-query/index.vue2.cjs +19 -4
  186. package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.cjs +9 -9
  187. package/dist/lib/designer/service-components/database/aggregate-query/sort-conditions.vue.d.ts +4 -4
  188. package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.cjs +8 -8
  189. package/dist/lib/designer/service-components/database/aggregate-query/statistical-formula.vue.d.ts +6 -6
  190. package/dist/lib/designer/service-components/database/dynamic-sql/config.vue.d.ts +6 -6
  191. package/dist/lib/designer/service-components/database/dynamic-sql/config.vue2.cjs +38 -37
  192. package/dist/lib/designer/service-components/database/dynamic-sql/index.cjs +6 -6
  193. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.cjs +5 -0
  194. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue.d.ts +6 -6
  195. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue2.cjs +7 -4
  196. package/dist/lib/designer/service-components/database/regular-query/config.vue.d.ts +5 -5
  197. package/dist/lib/designer/service-components/database/regular-query/config.vue2.cjs +33 -33
  198. package/dist/lib/designer/service-components/database/regular-query/index.cjs +6 -6
  199. package/dist/lib/designer/service-components/database/regular-query/index.vue.cjs +5 -0
  200. package/dist/lib/designer/service-components/database/regular-query/index.vue.d.ts +6 -6
  201. package/dist/lib/designer/service-components/database/regular-query/index.vue2.cjs +19 -4
  202. package/dist/lib/designer/service-components/index.cjs +8 -6
  203. package/dist/lib/designer/service-components/service/common/cookie-data.vue.cjs +11 -11
  204. package/dist/lib/designer/service-components/service/common/cookie-data.vue.d.ts +6 -6
  205. package/dist/lib/designer/service-components/service/common/form-data.vue.cjs +11 -11
  206. package/dist/lib/designer/service-components/service/common/form-data.vue.d.ts +6 -6
  207. package/dist/lib/designer/service-components/service/common/header-data.vue.cjs +11 -11
  208. package/dist/lib/designer/service-components/service/common/header-data.vue.d.ts +6 -6
  209. package/dist/lib/designer/service-components/service/common/json-data.vue.d.ts +6 -6
  210. package/dist/lib/designer/service-components/service/common/json-data.vue2.cjs +11 -11
  211. package/dist/lib/designer/service-components/service/common/param-config.vue.d.ts +4 -4
  212. package/dist/lib/designer/service-components/service/common/param-config.vue2.cjs +9 -9
  213. package/dist/lib/designer/service-components/service/common/query-params.vue.cjs +11 -11
  214. package/dist/lib/designer/service-components/service/common/query-params.vue.d.ts +6 -6
  215. package/dist/lib/designer/service-components/service/common/raw-data.vue.cjs +18 -19
  216. package/dist/lib/designer/service-components/service/common/raw-data.vue.d.ts +7 -7
  217. package/dist/lib/designer/service-components/service/common/xml-data.vue.d.ts +7 -7
  218. package/dist/lib/designer/service-components/service/custom-bean/config.vue.d.ts +4 -4
  219. package/dist/lib/designer/service-components/service/custom-bean/config.vue2.cjs +6 -6
  220. package/dist/lib/designer/service-components/service/custom-bean/index.cjs +6 -6
  221. package/dist/lib/designer/service-components/service/custom-bean/index.vue.cjs +5 -0
  222. package/dist/lib/designer/service-components/service/custom-bean/index.vue.d.ts +6 -6
  223. package/dist/lib/designer/service-components/service/custom-bean/index.vue2.cjs +7 -4
  224. package/dist/lib/designer/service-components/service/http-service/config.vue.d.ts +4 -4
  225. package/dist/lib/designer/service-components/service/http-service/config.vue2.cjs +10 -10
  226. package/dist/lib/designer/service-components/service/http-service/index.cjs +6 -6
  227. package/dist/lib/designer/service-components/service/http-service/index.vue.cjs +5 -0
  228. package/dist/lib/designer/service-components/service/http-service/index.vue.d.ts +6 -6
  229. package/dist/lib/designer/service-components/service/http-service/index.vue2.cjs +7 -4
  230. package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.cjs +35 -35
  231. package/dist/lib/designer/service-components/service/http-service/response-json-setting.vue.d.ts +6 -6
  232. package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.cjs +9 -9
  233. package/dist/lib/designer/service-components/service/http-service/response-text-setting.vue.d.ts +6 -6
  234. package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.cjs +35 -35
  235. package/dist/lib/designer/service-components/service/http-service/response-xml-setting.vue.d.ts +6 -6
  236. package/dist/lib/designer/service-flow-view/service-flow-tool.vue.d.ts +6 -6
  237. package/dist/lib/designer/service-flow-view/service-flow-tool.vue2.cjs +16 -16
  238. package/dist/lib/designer/service-flow-view/service-node-config.vue.d.ts +7 -7
  239. package/dist/lib/designer/service-flow-view/service-node-config.vue2.cjs +20 -20
  240. package/dist/lib/designer/service-flow-view/service-params.vue.cjs +33 -33
  241. package/dist/lib/designer/service-flow-view/service-params.vue.d.ts +4 -4
  242. package/dist/lib/designer/service-flow-view/service-result.vue.cjs +32 -32
  243. package/dist/lib/designer/service-flow-view/service-result.vue.d.ts +4 -4
  244. package/dist/lib/designer/service-flow-view/service-test/request-params.vue.cjs +26 -26
  245. package/dist/lib/designer/service-flow-view/service-test/request-params.vue.d.ts +4 -4
  246. package/dist/lib/designer/service-flow-view/service-test/service-test.vue.cjs +38 -38
  247. package/dist/lib/designer/service-flow-view/service-test/service-test.vue.d.ts +6 -6
  248. package/dist/lib/designer/service-flow-view/service-update-log.vue.d.ts +7 -7
  249. package/dist/lib/designer/service-flow-view/service-update-log.vue2.cjs +22 -22
  250. package/dist/lib/designer/service-flow-view/view-index.vue.d.ts +7 -7
  251. package/dist/lib/designer/service-flow-view/view-index.vue2.cjs +67 -67
  252. package/dist/lib/designer/service-panel/component-panel.vue.d.ts +2 -2
  253. package/dist/lib/designer/service-panel/component-panel.vue2.cjs +9 -9
  254. package/dist/lib/designer/service-panel/service-list.vue.d.ts +6 -6
  255. package/dist/lib/designer/service-panel/service-list.vue2.cjs +58 -58
  256. package/dist/lib/designer/service-panel/service-panel.vue.d.ts +6 -6
  257. package/dist/lib/designer/service-panel/service-panel.vue2.cjs +14 -15
  258. package/dist/lib/stores/page-store.cjs +20 -20
  259. package/dist/lib/stores/page-store.d.ts +11 -11
  260. package/dist/lib/style.css +2 -2
  261. package/dist/umd/index.full.min.js +720 -3260
  262. package/dist/umd/style.css +2 -2
  263. package/package.json +27 -24
  264. package/dist/es/designer/service-components/base/end-node/index.vue3.mjs +0 -7
  265. package/dist/es/designer/service-components/base/start-node/index.vue3.mjs +0 -7
  266. package/dist/es/designer/service-components/computation/sort/index.vue3.mjs +0 -14
  267. package/dist/es/designer/service-components/database/aggregate-query/index.vue3.mjs +0 -27
  268. package/dist/es/designer/service-components/database/dynamic-sql/index.vue3.mjs +0 -14
  269. package/dist/es/designer/service-components/database/regular-query/index.vue3.mjs +0 -27
  270. package/dist/es/designer/service-components/service/custom-bean/index.vue3.mjs +0 -14
  271. package/dist/es/designer/service-components/service/http-service/index.vue3.mjs +0 -14
  272. package/dist/lib/designer/service-components/base/end-node/index.vue3.cjs +0 -4
  273. package/dist/lib/designer/service-components/base/start-node/index.vue3.cjs +0 -4
  274. package/dist/lib/designer/service-components/computation/sort/index.vue3.cjs +0 -8
  275. package/dist/lib/designer/service-components/database/aggregate-query/index.vue3.cjs +0 -20
  276. package/dist/lib/designer/service-components/database/dynamic-sql/index.vue3.cjs +0 -8
  277. package/dist/lib/designer/service-components/database/regular-query/index.vue3.cjs +0 -20
  278. package/dist/lib/designer/service-components/service/custom-bean/index.vue3.cjs +0 -8
  279. package/dist/lib/designer/service-components/service/http-service/index.vue3.cjs +0 -8
@@ -1,4 +1,4 @@
1
- import { ElDivider as e, ElFormItem as l, ElInput as o, ElSelect as t, ElOption as p, ElTabs as s, ElTabPane as r, ElAlert as a, ElForm as n } from "element-plus/es";
1
+ import { ElForm as e, ElDivider as l, ElFormItem as o, ElInput as t, ElSelect as p, ElOption as s, ElTabs as r, ElTabPane as a, ElAlert as n } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/form/style/css";
4
4
  import "element-plus/es/components/alert/style/css";
@@ -9,29 +9,27 @@ import "element-plus/es/components/input/style/css";
9
9
  import "element-plus/es/components/select/style/css";
10
10
  import "element-plus/es/components/option/style/css";
11
11
  import "element-plus/es/components/divider/style/css";
12
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
13
- import m from "../../../common/components/node-base-config.vue.mjs";
14
- import { httpMethods as u, operatorsForNumber as i, logicOperators as d, operatorsForString as c } from "../../util/common-options.mjs";
15
- import y from "../common/param-config.vue.mjs";
16
- import V from "../common/query-params.vue.mjs";
17
- import v from "../common/header-data.vue.mjs";
18
- import b from "../common/cookie-data.vue.mjs";
19
- import f from "./response-json-setting.vue.mjs";
20
- import h from "./response-xml-setting.vue.mjs";
21
- import _ from "./response-text-setting.vue.mjs";
22
- import { defineComponent as g, createBlock as k, openBlock as x, withCtx as j, createVNode as C, createCommentVNode as U, createElementBlock as T, Fragment as S, renderList as w, createTextVNode as O, createElementVNode as q } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
23
- import { ref as B, unref as M } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
24
- const z = { style: { position: "absolute", right: "10px" } }, E = g({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup(g2, { expose: E2 }) {
25
- const P = g2;
26
- P.properties.requestMethod || (P.properties.requestMethod = "GET", P.properties.responseContentType = "application/json"), P.properties.httpSerivceBody || (P.properties.httpSerivceBody = { mediaType: "none", content: null });
27
- const N = B("body"), X = (e2, l2) => {
28
- "cookies" === e2.name ? P.properties.cookies || (P.properties.cookies = []) : "headers" === e2.name && (P.properties.headers || (P.properties.headers = []));
12
+ import { defineComponent as m, ref as u, createBlock as i, openBlock as d, withCtx as c, createVNode as y, createCommentVNode as V, createElementBlock as b, Fragment as f, renderList as v, unref as h, createTextVNode as g, createElementVNode as k } from "vue";
13
+ import x from "../../../common/components/node-base-config.vue.mjs";
14
+ import { httpMethods as _, operatorsForNumber as C, logicOperators as U, operatorsForString as j } from "../../util/common-options.mjs";
15
+ import T from "../common/param-config.vue.mjs";
16
+ import S from "../common/query-params.vue.mjs";
17
+ import w from "../common/header-data.vue.mjs";
18
+ import O from "../common/cookie-data.vue.mjs";
19
+ import q from "./response-json-setting.vue.mjs";
20
+ import B from "./response-xml-setting.vue.mjs";
21
+ import M from "./response-text-setting.vue.mjs";
22
+ const z = { style: { position: "absolute", right: "10px" } }, P = m({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup(m2, { expose: P2 }) {
23
+ const E = m2;
24
+ E.properties.requestMethod || (E.properties.requestMethod = "GET", E.properties.responseContentType = "application/json"), E.properties.httpSerivceBody || (E.properties.httpSerivceBody = { mediaType: "none", content: null });
25
+ const X = u("body"), G = (e2, l2) => {
26
+ "cookies" === e2.name ? E.properties.cookies || (E.properties.cookies = []) : "headers" === e2.name && (E.properties.headers || (E.properties.headers = []));
29
27
  };
30
- return E2({}), (B2, E3) => {
31
- const P2 = e, G = p, H = t, J = o, L = l, A = r, D = s, F = a, I = n;
32
- return x(), k(I, { "label-width": "110", "label-position": "left" }, { default: j(() => [C(m, { properties: g2.properties }, null, 8, ["properties"]), C(P2), C(L, { style: { width: "100%" } }, { label: j((e2) => [C(H, { modelValue: g2.properties.requestMethod, "onUpdate:modelValue": E3[0] || (E3[0] = (e3) => g2.properties.requestMethod = e3), placeholder: "请求方式" }, { default: j(() => [(x(true), T(S, null, w(M(u), (e3) => (x(), k(G, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), default: j(() => [C(J, { modelValue: g2.properties.url, "onUpdate:modelValue": E3[1] || (E3[1] = (e2) => g2.properties.url = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), C(D, { modelValue: N.value, "onUpdate:modelValue": E3[6] || (E3[6] = (e2) => N.value = e2), class: "demo-tabs", onTabClick: X }, { default: j(() => [C(A, { label: "Params", name: "params", style: { padding: "0 5px 5px 5px" } }, { default: j(() => [C(V, { modelValue: g2.properties.queryParams, "onUpdate:modelValue": E3[2] || (E3[2] = (e2) => g2.properties.queryParams = e2) }, null, 8, ["modelValue"])]), _: 1 }), C(A, { label: "Headers", name: "headers" }, { default: j(() => [C(v, { modelValue: g2.properties.headers, "onUpdate:modelValue": E3[3] || (E3[3] = (e2) => g2.properties.headers = e2) }, null, 8, ["modelValue"])]), _: 1 }), C(A, { label: "Body", name: "body", style: { padding: "0 5px 5px 5px" } }, { default: j(() => [C(y, { modelValue: g2.properties.httpSerivceBody, "onUpdate:modelValue": E3[4] || (E3[4] = (e2) => g2.properties.httpSerivceBody = e2) }, null, 8, ["modelValue"])]), _: 1 }), C(A, { label: "Cookies", name: "cookies" }, { default: j(() => [C(b, { modelValue: g2.properties.cookies, "onUpdate:modelValue": E3[5] || (E3[5] = (e2) => g2.properties.cookies = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]), C(F, { title: "返回值设置", type: "info", size: "small", closable: false }, { title: j(() => [E3[17] || (E3[17] = O(" 返回值设置 ", -1)), q("span", z, [C(H, { size: "small", onChange: E3[7] || (E3[7] = (e2) => g2.properties.responseSetting = []), modelValue: g2.properties.responseContentType, "onUpdate:modelValue": E3[8] || (E3[8] = (e2) => g2.properties.responseContentType = e2), style: { width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: j(() => [C(G, { label: "JSON", value: "application/json" }), C(G, { label: "TEXT", value: "text/plain" }), C(G, { label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])])]), _: 1 }), "application/json" === g2.properties.responseContentType ? (x(), k(f, { key: 0, modelValue: g2.properties.responseSetting, "onUpdate:modelValue": E3[9] || (E3[9] = (e2) => g2.properties.responseSetting = e2), "content-type": g2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : U("", true), "application/xml" === g2.properties.responseContentType ? (x(), k(h, { key: 1, modelValue: g2.properties.responseSetting, "onUpdate:modelValue": E3[10] || (E3[10] = (e2) => g2.properties.responseSetting = e2), "content-type": g2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : U("", true), "text/plain" === g2.properties.responseContentType ? (x(), k(_, { key: 2, modelValue: g2.properties.responseSetting, "onUpdate:modelValue": E3[11] || (E3[11] = (e2) => g2.properties.responseSetting = e2), "content-type": g2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : U("", true), C(F, { title: "异常判断", type: "info", size: "small", closable: false }), C(L, { label: "状态码:" }, { default: j(() => [C(H, { modelValue: g2.properties.statusCodeOperator, "onUpdate:modelValue": E3[12] || (E3[12] = (e2) => g2.properties.statusCodeOperator = e2), placeholder: "", style: { width: "15%" } }, { default: j(() => [(x(true), T(S, null, w(M(i), (e2) => (x(), k(G, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), C(J, { type: "number", style: { "margin-left": "10px", width: "60%" }, modelValue: g2.properties.statusCode, "onUpdate:modelValue": E3[13] || (E3[13] = (e2) => g2.properties.statusCode = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), C(L, { label: "" }, { default: j(() => [C(H, { modelValue: g2.properties.logicOperator, "onUpdate:modelValue": E3[14] || (E3[14] = (e2) => g2.properties.logicOperator = e2), placeholder: "", style: { width: "15%" } }, { default: j(() => [(x(true), T(S, null, w(M(d), (e2) => (x(), k(G, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), C(L, { label: "返回内容:" }, { default: j(() => [C(H, { modelValue: g2.properties.contentOperator, "onUpdate:modelValue": E3[15] || (E3[15] = (e2) => g2.properties.contentOperator = e2), placeholder: "", style: { width: "15%" } }, { default: j(() => [(x(true), T(S, null, w(M(c), (e2) => (x(), k(G, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), C(J, { modelValue: g2.properties.content, "onUpdate:modelValue": E3[16] || (E3[16] = (e2) => g2.properties.content = e2), placeholder: "", style: { "margin-left": "10px", width: "60%" } }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
28
+ return P2({}), (u2, P3) => {
29
+ const E2 = l, H = s, J = p, L = t, N = o, A = a, D = r, F = n, I = e;
30
+ return d(), i(I, { "label-width": "110", "label-position": "left" }, { default: c(() => [y(x, { properties: m2.properties }, null, 8, ["properties"]), y(E2), y(N, { style: { width: "100%" } }, { label: c((e2) => [y(J, { modelValue: m2.properties.requestMethod, "onUpdate:modelValue": P3[0] || (P3[0] = (e3) => m2.properties.requestMethod = e3), placeholder: "请求方式" }, { default: c(() => [(d(true), b(f, null, v(h(_), (e3) => (d(), i(H, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), default: c(() => [y(L, { modelValue: m2.properties.url, "onUpdate:modelValue": P3[1] || (P3[1] = (e2) => m2.properties.url = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), y(D, { modelValue: X.value, "onUpdate:modelValue": P3[6] || (P3[6] = (e2) => X.value = e2), class: "demo-tabs", onTabClick: G }, { default: c(() => [y(A, { label: "Params", name: "params", style: { padding: "0 5px 5px 5px" } }, { default: c(() => [y(S, { modelValue: m2.properties.queryParams, "onUpdate:modelValue": P3[2] || (P3[2] = (e2) => m2.properties.queryParams = e2) }, null, 8, ["modelValue"])]), _: 1 }), y(A, { label: "Headers", name: "headers" }, { default: c(() => [y(w, { modelValue: m2.properties.headers, "onUpdate:modelValue": P3[3] || (P3[3] = (e2) => m2.properties.headers = e2) }, null, 8, ["modelValue"])]), _: 1 }), y(A, { label: "Body", name: "body", style: { padding: "0 5px 5px 5px" } }, { default: c(() => [y(T, { modelValue: m2.properties.httpSerivceBody, "onUpdate:modelValue": P3[4] || (P3[4] = (e2) => m2.properties.httpSerivceBody = e2) }, null, 8, ["modelValue"])]), _: 1 }), y(A, { label: "Cookies", name: "cookies" }, { default: c(() => [y(O, { modelValue: m2.properties.cookies, "onUpdate:modelValue": P3[5] || (P3[5] = (e2) => m2.properties.cookies = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 }, 8, ["modelValue"]), y(F, { title: "返回值设置", type: "info", size: "small", closable: false }, { title: c(() => [g(" 返回值设置 "), k("span", z, [y(J, { size: "small", onChange: P3[7] || (P3[7] = (e2) => m2.properties.responseSetting = []), modelValue: m2.properties.responseContentType, "onUpdate:modelValue": P3[8] || (P3[8] = (e2) => m2.properties.responseContentType = e2), style: { width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: c(() => [y(H, { label: "JSON", value: "application/json" }), y(H, { label: "TEXT", value: "text/plain" }), y(H, { label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])])]), _: 1 }), "application/json" === m2.properties.responseContentType ? (d(), i(q, { key: 0, modelValue: m2.properties.responseSetting, "onUpdate:modelValue": P3[9] || (P3[9] = (e2) => m2.properties.responseSetting = e2), "content-type": m2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : V("", true), "application/xml" === m2.properties.responseContentType ? (d(), i(B, { key: 1, modelValue: m2.properties.responseSetting, "onUpdate:modelValue": P3[10] || (P3[10] = (e2) => m2.properties.responseSetting = e2), "content-type": m2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : V("", true), "text/plain" === m2.properties.responseContentType ? (d(), i(M, { key: 2, modelValue: m2.properties.responseSetting, "onUpdate:modelValue": P3[11] || (P3[11] = (e2) => m2.properties.responseSetting = e2), "content-type": m2.properties.responseContentType }, null, 8, ["modelValue", "content-type"])) : V("", true), y(F, { title: "异常判断", type: "info", size: "small", closable: false }), y(N, { label: "状态码:" }, { default: c(() => [y(J, { modelValue: m2.properties.statusCodeOperator, "onUpdate:modelValue": P3[12] || (P3[12] = (e2) => m2.properties.statusCodeOperator = e2), placeholder: "", style: { width: "15%" } }, { default: c(() => [(d(true), b(f, null, v(h(C), (e2) => (d(), i(H, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), y(L, { type: "number", style: { "margin-left": "10px", width: "60%" }, modelValue: m2.properties.statusCode, "onUpdate:modelValue": P3[13] || (P3[13] = (e2) => m2.properties.statusCode = e2), placeholder: "" }, null, 8, ["modelValue"])]), _: 1 }), y(N, { label: "" }, { default: c(() => [y(J, { modelValue: m2.properties.logicOperator, "onUpdate:modelValue": P3[14] || (P3[14] = (e2) => m2.properties.logicOperator = e2), placeholder: "", style: { width: "15%" } }, { default: c(() => [(d(true), b(f, null, v(h(U), (e2) => (d(), i(H, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }), y(N, { label: "返回内容:" }, { default: c(() => [y(J, { modelValue: m2.properties.contentOperator, "onUpdate:modelValue": P3[15] || (P3[15] = (e2) => m2.properties.contentOperator = e2), placeholder: "", style: { width: "15%" } }, { default: c(() => [(d(true), b(f, null, v(h(j), (e2) => (d(), i(H, { key: e2.value, label: e2.label, value: e2.value }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"]), y(L, { modelValue: m2.properties.content, "onUpdate:modelValue": P3[16] || (P3[16] = (e2) => m2.properties.content = e2), placeholder: "", style: { "margin-left": "10px", width: "60%" } }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
33
31
  };
34
32
  } });
35
33
  export {
36
- E as default
34
+ P as default
37
35
  };
@@ -2,18 +2,16 @@ import e from "../../../flow/base/AbLogicNode.mjs";
2
2
  import o from "../../../flow/base/AbLogicNodeModel.mjs";
3
3
  import "../../../flow/base/AbLogicResizeNodeModel.mjs";
4
4
  import "../../../flow/base/AbLogicResizeNode.mjs";
5
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
6
- import s from "./index.vue2.mjs";
7
- import { h as d } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
8
- import { createApp as m } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
9
- const i = { type: "httpService", view: class extends e {
5
+ import { h as s, createApp as i } from "vue";
6
+ import t from "./index.vue.mjs";
7
+ const d = { type: "httpService", view: class extends e {
10
8
  constructor(e2) {
11
- super(e2), this.isMounted = false, this.r = d(s, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (o2) => {
9
+ super(e2), this.isMounted = false, this.r = s(t, { model: e2.model, graphModel: e2.graphModel, disabled: e2.graphModel.editConfigModel.isSilentMode, isSelected: e2.model.isSelected, isHovered: e2.model.isHovered, properties: e2.model.getProperties(), onBtnClick: (o2) => {
12
10
  this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
13
- } }), this.app = m({ render: () => this.r });
11
+ } }), this.app = i({ render: () => this.r });
14
12
  }
15
13
  }, model: class extends o {
16
14
  }, options: {} };
17
15
  export {
18
- i as default
16
+ d as default
19
17
  };
@@ -1,20 +1,20 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  graphModel: ObjectConstructor;
3
3
  properties: {
4
4
  type: ObjectConstructor;
5
5
  default: () => {};
6
6
  };
7
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
8
  btnClick: (...args: any[]) => void;
9
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
10
10
  graphModel: ObjectConstructor;
11
11
  properties: {
12
12
  type: ObjectConstructor;
13
13
  default: () => {};
14
14
  };
15
- }>> & Readonly<{
15
+ }>> & {
16
16
  onBtnClick?: (...args: any[]) => any;
17
- }>, {
17
+ }, {
18
18
  properties: Record<string, any>;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
+ }, {}>;
20
20
  export default _default;
@@ -0,0 +1,7 @@
1
+ import e from "./index.vue2.mjs";
2
+ /* empty css */
3
+ import o from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const r = o(e, [["__scopeId", "data-v-6b34f36c"]]);
5
+ export {
6
+ r as default
7
+ };
@@ -1,7 +1,12 @@
1
- import e from "./index.vue3.mjs";
2
- /* empty css */
3
- import o from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = o(e, [["__scopeId", "data-v-6b34f36c"]]);
1
+ import { ElDivider as e } from "element-plus/es";
2
+ import "element-plus/es/components/base/style/css";
3
+ import "element-plus/es/components/divider/style/css";
4
+ import { defineComponent as s, createElementBlock as t, openBlock as o, createElementVNode as i, normalizeStyle as p, createVNode as r, toDisplayString as l, pushScopeId as n, popScopeId as c } from "vue";
5
+ import m from "../../../../assets/icon/vardef-v.png.mjs";
6
+ const d = (e2) => (n("data-v-6b34f36c"), e2 = e2(), c(), e2), a = d(() => i("img", { src: m, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), f = d(() => i("div", { class: "serviceflow-nodeTitle" }, "http服务", -1)), u = { class: "serviceflow-nodeContent" }, v = s({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (s2, { emit: n2 }) => (n3, c2) => {
7
+ const m2 = e;
8
+ return o(), t("div", null, [a, i("div", { class: "serviceflow-nodeView", style: p({ backgroundColor: s2.properties.backgroundColor }) }, [f, r(m2), i("div", u, l(s2.properties.name), 1)], 4)]);
9
+ } });
5
10
  export {
6
- r as default
11
+ v as default
7
12
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  modelValue: {
3
3
  type: ArrayConstructor;
4
4
  default: () => any[];
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  "update:modelValue": (...args: any[]) => void;
12
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
13
13
  modelValue: {
14
14
  type: ArrayConstructor;
15
15
  default: () => any[];
@@ -18,10 +18,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  type: StringConstructor;
19
19
  default: string;
20
20
  };
21
- }>> & Readonly<{
21
+ }>> & {
22
22
  "onUpdate:modelValue"?: (...args: any[]) => any;
23
- }>, {
23
+ }, {
24
24
  modelValue: unknown[];
25
25
  contentType: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}>;
27
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ElTable as e, ElInput as l, ElTableColumn as t, ElSelect as o, ElOption as s, ElDropdown as m, ElButton as n, ElDropdownMenu as a, ElDropdownItem as r } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElInput as t, ElSelect as o, ElOption as s, ElDropdown as a, ElButton as n, ElDropdownMenu as m, ElDropdownItem as r } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/table/style/css";
4
4
  import "element-plus/es/components/dropdown/style/css";
@@ -9,50 +9,47 @@ import "element-plus/es/components/select/style/css";
9
9
  import "element-plus/es/components/option/style/css";
10
10
  import "element-plus/es/components/table-column/style/css";
11
11
  import "element-plus/es/components/input/style/css";
12
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
13
- import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
- import { v4 as i } from "uuid";
15
- import { defineComponent as p, createBlock as u, openBlock as c, withCtx as y, createVNode as _, createElementBlock as v, renderList as w, Fragment as f, createCommentVNode as b, createTextVNode as h } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
16
- import { toDisplayString as V } from "../../../../node_modules/.pnpm/@vue_shared@3.5.18/node_modules/@vue/shared/dist/shared.esm-bundler.mjs";
17
- import { unref as k } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
18
- const g = { key: 0 }, j = { key: 0 }, x = p({ __name: "response-json-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(p2, { expose: x2, emit: C }) {
19
- const $ = C, z = p2;
12
+ import { defineComponent as i, createBlock as p, openBlock as d, withCtx as u, createVNode as c, createElementBlock as y, toDisplayString as w, Fragment as f, renderList as v, createCommentVNode as V, unref as b, createTextVNode as k } from "vue";
13
+ import g from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
+ import { v4 as h } from "uuid";
15
+ const _ = { key: 0 }, x = { key: 0 }, C = i({ __name: "response-json-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(i2, { expose: C2, emit: $ }) {
16
+ const z = i2;
20
17
  z.modelValue && 0 !== z.modelValue.length || $("update:modelValue", []);
21
18
  const T = ["any", "object", "array"], U = (e2) => {
22
19
  e2.$editing = true;
23
- }, A = () => {
24
- z.modelValue.push(q());
25
- }, E = (e2, l2) => {
20
+ }, j = () => {
21
+ z.modelValue.push(L());
22
+ }, A = (e2, l2) => {
26
23
  e2.forEach((t2, o2) => {
27
24
  if (t2.code === l2.code) {
28
- const l3 = q();
25
+ const l3 = L();
29
26
  l3.level = t2.level, e2.splice(o2 + 1, 0, l3);
30
- } else t2.items && t2.items.length > 0 && E(t2.items, l2);
27
+ } else t2.items && t2.items.length > 0 && A(t2.items, l2);
31
28
  });
32
- }, L = (e2, l2) => {
29
+ }, E = (e2, l2) => {
33
30
  for (let t2 = 0; t2 < e2.length; t2++) {
34
31
  const o2 = e2[t2];
35
- if (o2.items && o2.items.length > 0 && L(o2.items, l2), o2.code === l2.code) return void e2.splice(t2, 1);
32
+ if (o2.items && o2.items.length > 0 && E(o2.items, l2), o2.code === l2.code) return void e2.splice(t2, 1);
36
33
  }
37
- }, q = () => ({ level: 0, code: i(), name: "", paramType: "any", value: "", items: [], $editing: true });
38
- return x2({}), (i2, x3) => {
39
- const C2 = l, $2 = t, D = s, R = o, S = n, B = r, F = a, G = m, H = e;
40
- return c(), u(H, { data: p2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: U, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: y(() => [_($2, { prop: "name", label: "返回值字段" }, { default: y((e2) => [e2.row.$editing ? (c(), u(C2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (c(), v("span", g, V(e2.row.name), 1))]), _: 1 }), _($2, { prop: "paramType", width: "100", label: "类型" }, { default: y((e2) => [e2.row.$editing ? (c(), u(R, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (l2) => e2.row.paramType = l2, onChange: (l2) => {
34
+ }, L = () => ({ level: 0, code: h(), name: "", paramType: "any", value: "", items: [], $editing: true });
35
+ return C2({}), (h2, C3) => {
36
+ const $2 = t, q = l, D = s, R = o, S = n, B = r, F = m, G = a, H = e;
37
+ return d(), p(H, { data: i2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: U, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: u(() => [c(q, { prop: "name", label: "返回值字段" }, { default: u((e2) => [e2.row.$editing ? (d(), p($2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (d(), y("span", _, w(e2.row.name), 1))]), _: 1 }), c(q, { prop: "paramType", width: "100", label: "类型" }, { default: u((e2) => [e2.row.$editing ? (d(), p(R, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (l2) => e2.row.paramType = l2, onChange: (l2) => {
41
38
  return t2 = l2, e2.$index, o2 = e2.row, void ("array" === t2 || o2.items && o2.items.length > 0 && ("object" === t2 ? o2.items = [] : o2.items && delete o2.items));
42
39
  var t2, o2;
43
- }, placeholder: "", size: "small" }, { default: y(() => [(c(), v(f, null, w(T, (e3) => _(D, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (c(), v("span", j, V(e2.row.paramType), 1))]), _: 1 }), _($2, { prop: "value", label: "设置到" }, { default: y((e2) => [e2.row.isArrayElement ? b("", true) : (c(), u(k(d), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), _($2, { align: "center", width: 150 }, { header: y(() => [_(S, { type: "primary", size: "small", onClick: A, link: "" }, { default: y(() => x3[0] || (x3[0] = [h("添加 ", -1)])), _: 1, __: [0] })]), default: y((e2) => [_(G, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: y(() => [_(F, null, { default: y(() => ["object" === e2.row.paramType ? (c(), u(B, { key: 0, onClick: (l2) => ((e3, l3) => {
40
+ }, placeholder: "", size: "small" }, { default: u(() => [(d(), y(f, null, v(T, (e3) => c(D, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (d(), y("span", x, w(e2.row.paramType), 1))]), _: 1 }), c(q, { prop: "value", label: "设置到" }, { default: u((e2) => [e2.row.isArrayElement ? V("", true) : (d(), p(b(g), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), c(q, { align: "center", width: 150 }, { header: u(() => [c(S, { type: "primary", size: "small", onClick: j, link: "" }, { default: u(() => [k("添加 ")]), _: 1 })]), default: u((e2) => [c(G, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: u(() => [c(F, null, { default: u(() => ["object" === e2.row.paramType ? (d(), p(B, { key: 0, onClick: (l2) => ((e3, l3) => {
44
41
  l3.items || (l3.items = []);
45
- const t2 = q();
42
+ const t2 = L();
46
43
  t2.level = l3.level + 1, l3.items.push(t2);
47
- })(e2.$index, e2.row) }, { default: y(() => x3[2] || (x3[2] = [h("添加下级节点", -1)])), _: 2, __: [2] }, 1032, ["onClick"])) : b("", true), e2.row.isArrayElement ? b("", true) : (c(), u(B, { key: 1, onClick: (l2) => {
48
- return e2.$index, t2 = e2.row, void E(z.modelValue, t2);
44
+ })(e2.$index, e2.row) }, { default: u(() => [k("添加下级节点")]), _: 2 }, 1032, ["onClick"])) : V("", true), e2.row.isArrayElement ? V("", true) : (d(), p(B, { key: 1, onClick: (l2) => {
45
+ return e2.$index, t2 = e2.row, void A(z.modelValue, t2);
49
46
  var t2;
50
- } }, { default: y(() => x3[3] || (x3[3] = [h("添加相邻节点", -1)])), _: 2, __: [3] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: y(() => [_(S, { type: "primary", link: "", size: "small" }, { default: y(() => x3[1] || (x3[1] = [h(" 添加 ", -1)])), _: 1, __: [1] })]), _: 2 }, 1024), _(S, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (l2) => {
51
- return e2.$index, t2 = e2.row, z.modelValue, void L(z.modelValue, t2);
47
+ } }, { default: u(() => [k("添加相邻节点")]), _: 2 }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: u(() => [c(S, { type: "primary", link: "", size: "small" }, { default: u(() => [k(" 添加 ")]), _: 1 })]), _: 2 }, 1024), c(S, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (l2) => {
48
+ return e2.$index, t2 = e2.row, z.modelValue, void E(z.modelValue, t2);
52
49
  var t2;
53
- } }, { default: y(() => x3[4] || (x3[4] = [h(" 删除 ", -1)])), _: 2, __: [4] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
50
+ } }, { default: u(() => [k(" 删除 ")]), _: 2 }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
54
51
  };
55
52
  } });
56
53
  export {
57
- x as default
54
+ C as default
58
55
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  modelValue: {
3
3
  type: ArrayConstructor;
4
4
  default: () => any[];
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  "update:modelValue": (...args: any[]) => void;
12
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
13
13
  modelValue: {
14
14
  type: ArrayConstructor;
15
15
  default: () => any[];
@@ -18,10 +18,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  type: StringConstructor;
19
19
  default: string;
20
20
  };
21
- }>> & Readonly<{
21
+ }>> & {
22
22
  "onUpdate:modelValue"?: (...args: any[]) => any;
23
- }>, {
23
+ }, {
24
24
  modelValue: unknown[];
25
25
  contentType: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}>;
27
27
  export default _default;
@@ -2,21 +2,19 @@ import { ElTable as e, ElTableColumn as t } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/table/style/css";
4
4
  import "element-plus/es/components/table-column/style/css";
5
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
6
- import o from "../../../common/components/value-set-input/value-set-input.vue.mjs";
7
- import { defineComponent as l, createBlock as m, openBlock as s, withCtx as u, createVNode as n } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
8
- import { unref as a } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
9
- const r = l({ __name: "response-text-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(l2, { expose: r2, emit: p }) {
10
- const d = p, i = l2;
11
- i.modelValue && 0 !== i.modelValue.length || d("update:modelValue", [{ value: "" }]);
12
- const c = (e2) => {
5
+ import { defineComponent as l, createBlock as o, openBlock as a, withCtx as s, createVNode as m, unref as p } from "vue";
6
+ import n from "../../../common/components/value-set-input/value-set-input.vue.mjs";
7
+ const u = l({ __name: "response-text-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(l2, { expose: u2, emit: r }) {
8
+ const d = l2;
9
+ d.modelValue && 0 !== d.modelValue.length || r("update:modelValue", [{ value: "" }]);
10
+ const i = (e2) => {
13
11
  e2.$editing = true;
14
12
  };
15
- return r2({}), (r3, p2) => {
16
- const d2 = t, i2 = e;
17
- return s(), m(i2, { data: l2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: c, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: u(() => [n(d2, { prop: "value", label: "设置到" }, { default: u((e2) => [n(a(o), { size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (t2) => e2.row.value = t2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"]);
13
+ return u2({}), (u3, r2) => {
14
+ const d2 = t, c = e;
15
+ return a(), o(c, { data: l2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: i, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: s(() => [m(d2, { prop: "value", label: "设置到" }, { default: s((e2) => [m(p(n), { size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (t2) => e2.row.value = t2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 })]), _: 1 }, 8, ["data"]);
18
16
  };
19
17
  } });
20
18
  export {
21
- r as default
19
+ u as default
22
20
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  modelValue: {
3
3
  type: ArrayConstructor;
4
4
  default: () => any[];
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  "update:modelValue": (...args: any[]) => void;
12
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
13
13
  modelValue: {
14
14
  type: ArrayConstructor;
15
15
  default: () => any[];
@@ -18,10 +18,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  type: StringConstructor;
19
19
  default: string;
20
20
  };
21
- }>> & Readonly<{
21
+ }>> & {
22
22
  "onUpdate:modelValue"?: (...args: any[]) => any;
23
- }>, {
23
+ }, {
24
24
  modelValue: unknown[];
25
25
  contentType: string;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ }, {}>;
27
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ElTable as e, ElInput as l, ElTableColumn as t, ElSelect as o, ElOption as s, ElDropdown as m, ElButton as n, ElDropdownMenu as a, ElDropdownItem as r } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElInput as t, ElSelect as o, ElOption as s, ElDropdown as a, ElButton as n, ElDropdownMenu as m, ElDropdownItem as r } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/table/style/css";
4
4
  import "element-plus/es/components/dropdown/style/css";
@@ -9,48 +9,45 @@ import "element-plus/es/components/select/style/css";
9
9
  import "element-plus/es/components/option/style/css";
10
10
  import "element-plus/es/components/table-column/style/css";
11
11
  import "element-plus/es/components/input/style/css";
12
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
13
- import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
- import { v4 as i } from "uuid";
15
- import { defineComponent as p, createBlock as u, openBlock as c, withCtx as y, createVNode as v, createElementBlock as _, renderList as w, Fragment as f, createCommentVNode as b, createTextVNode as h } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
16
- import { toDisplayString as V } from "../../../../node_modules/.pnpm/@vue_shared@3.5.18/node_modules/@vue/shared/dist/shared.esm-bundler.mjs";
17
- import { unref as k } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
18
- const g = { key: 0 }, x = { key: 0 }, C = p({ __name: "response-xml-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(p2, { expose: C2, emit: $ }) {
19
- const j = $, z = p2;
20
- z.modelValue && 0 !== z.modelValue.length || j("update:modelValue", []);
12
+ import { defineComponent as i, createBlock as p, openBlock as d, withCtx as u, createVNode as c, createElementBlock as y, toDisplayString as w, Fragment as f, renderList as v, createCommentVNode as V, unref as b, createTextVNode as k } from "vue";
13
+ import g from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
+ import { v4 as h } from "uuid";
15
+ const _ = { key: 0 }, x = { key: 0 }, C = i({ __name: "response-xml-setting", props: { modelValue: { type: Array, default: () => [] }, contentType: { type: String, default: "" } }, emits: ["update:modelValue"], setup(i2, { expose: C2, emit: $ }) {
16
+ const z = i2;
17
+ z.modelValue && 0 !== z.modelValue.length || $("update:modelValue", []);
21
18
  const T = ["any", "object", "array"], U = (e2) => {
22
19
  e2.$editing = true;
23
20
  }, A = () => {
24
- z.modelValue.push(q());
21
+ z.modelValue.push(L());
25
22
  }, E = (e2, l2) => {
26
23
  e2.forEach((t2, o2) => {
27
24
  if (t2.code === l2.code) {
28
- const l3 = q();
25
+ const l3 = L();
29
26
  l3.level = t2.level, e2.splice(o2 + 1, 0, l3);
30
27
  } else t2.items && t2.items.length > 0 && E(t2.items, l2);
31
28
  });
32
- }, L = (e2, l2) => {
29
+ }, j = (e2, l2) => {
33
30
  for (let t2 = 0; t2 < e2.length; t2++) {
34
31
  const o2 = e2[t2];
35
- if (o2.items && o2.items.length > 0 && L(o2.items, l2), o2.code === l2.code) return void e2.splice(t2, 1);
32
+ if (o2.items && o2.items.length > 0 && j(o2.items, l2), o2.code === l2.code) return void e2.splice(t2, 1);
36
33
  }
37
- }, q = () => ({ level: 0, code: i(), name: "", paramType: "any", value: "", items: [], $editing: true });
38
- return C2({}), (i2, C3) => {
39
- const $2 = l, j2 = t, D = s, R = o, S = n, B = r, F = a, G = m, H = e;
40
- return c(), u(H, { data: p2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: U, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: y(() => [v(j2, { prop: "name", label: "返回值字段" }, { default: y((e2) => [e2.row.$editing ? (c(), u($2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (c(), _("span", g, V(e2.row.name), 1))]), _: 1 }), v(j2, { prop: "paramType", width: "100", label: "类型" }, { default: y((e2) => [e2.row.$editing ? (c(), u(R, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (l2) => e2.row.paramType = l2, onChange: (l2) => {
34
+ }, L = () => ({ level: 0, code: h(), name: "", paramType: "any", value: "", items: [], $editing: true });
35
+ return C2({}), (h2, C3) => {
36
+ const $2 = t, q = l, D = s, R = o, S = n, B = r, F = m, G = a, H = e;
37
+ return d(), p(H, { data: i2.modelValue, style: { width: "100%", "margin-top": "20px", "margin-bottom": "20px" }, "row-key": "code", size: "small", onRowDblclick: U, border: "", "tree-props": { children: "items" }, "default-expand-all": "" }, { default: u(() => [c(q, { prop: "name", label: "返回值字段" }, { default: u((e2) => [e2.row.$editing ? (d(), p($2, { key: 1, size: "small", disabled: e2.row.isArrayElement, modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])) : (d(), y("span", _, w(e2.row.name), 1))]), _: 1 }), c(q, { prop: "paramType", width: "100", label: "类型" }, { default: u((e2) => [e2.row.$editing ? (d(), p(R, { key: 1, modelValue: e2.row.paramType, "onUpdate:modelValue": (l2) => e2.row.paramType = l2, onChange: (l2) => {
41
38
  return t2 = l2, e2.$index, o2 = e2.row, void ("array" === t2 || o2.items && o2.items.length > 0 && ("object" === t2 ? o2.items = [] : o2.items && delete o2.items));
42
39
  var t2, o2;
43
- }, placeholder: "", size: "small" }, { default: y(() => [(c(), _(f, null, w(T, (e3) => v(D, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (c(), _("span", x, V(e2.row.paramType), 1))]), _: 1 }), v(j2, { prop: "value", label: "设置到" }, { default: y((e2) => [e2.row.isArrayElement ? b("", true) : (c(), u(k(d), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), v(j2, { align: "center", width: 150 }, { header: y(() => [v(S, { type: "primary", size: "small", onClick: A, link: "" }, { default: y(() => C3[0] || (C3[0] = [h("添加 ", -1)])), _: 1, __: [0] })]), default: y((e2) => [v(G, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: y(() => [v(F, null, { default: y(() => ["object" === e2.row.paramType ? (c(), u(B, { key: 0, onClick: (l2) => ((e3, l3) => {
40
+ }, placeholder: "", size: "small" }, { default: u(() => [(d(), y(f, null, v(T, (e3) => c(D, { key: e3, label: e3, value: e3 }, null, 8, ["label", "value"])), 64))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange"])) : (d(), y("span", x, w(e2.row.paramType), 1))]), _: 1 }), c(q, { prop: "value", label: "设置到" }, { default: u((e2) => [e2.row.isArrayElement ? V("", true) : (d(), p(b(g), { key: 0, showLabel: !e2.row.$editing, size: "small", paramTypes: ["request", "data", "service"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"]))]), _: 1 }), c(q, { align: "center", width: 150 }, { header: u(() => [c(S, { type: "primary", size: "small", onClick: A, link: "" }, { default: u(() => [k("添加 ")]), _: 1 })]), default: u((e2) => [c(G, { size: "small", style: { "vertical-align": "middle" } }, { dropdown: u(() => [c(F, null, { default: u(() => ["object" === e2.row.paramType ? (d(), p(B, { key: 0, onClick: (l2) => ((e3, l3) => {
44
41
  l3.items || (l3.items = []);
45
- const t2 = q();
42
+ const t2 = L();
46
43
  t2.level = l3.level + 1, l3.items.push(t2);
47
- })(e2.$index, e2.row) }, { default: y(() => C3[1] || (C3[1] = [h("添加下级节点", -1)])), _: 2, __: [1] }, 1032, ["onClick"])) : b("", true), e2.row.isArrayElement ? b("", true) : (c(), u(B, { key: 1, onClick: (l2) => {
44
+ })(e2.$index, e2.row) }, { default: u(() => [k("添加下级节点")]), _: 2 }, 1032, ["onClick"])) : V("", true), e2.row.isArrayElement ? V("", true) : (d(), p(B, { key: 1, onClick: (l2) => {
48
45
  return e2.$index, t2 = e2.row, void E(z.modelValue, t2);
49
46
  var t2;
50
- } }, { default: y(() => C3[2] || (C3[2] = [h("添加相邻节点", -1)])), _: 2, __: [2] }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: y(() => [v(S, { type: "primary", link: "", size: "small" }, { default: y(() => [h(" 添加 " + V(e2.row.type), 1)]), _: 2 }, 1024)]), _: 2 }, 1024), v(S, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (l2) => {
51
- return e2.$index, t2 = e2.row, z.modelValue, void L(z.modelValue, t2);
47
+ } }, { default: u(() => [k("添加相邻节点")]), _: 2 }, 1032, ["onClick"]))]), _: 2 }, 1024)]), default: u(() => [c(S, { type: "primary", link: "", size: "small" }, { default: u(() => [k(" 添加 " + w(e2.row.type), 1)]), _: 2 }, 1024)]), _: 2 }, 1024), c(S, { type: "danger", size: "small", disabled: e2.row.isArrayElement, link: "", onClick: (l2) => {
48
+ return e2.$index, t2 = e2.row, z.modelValue, void j(z.modelValue, t2);
52
49
  var t2;
53
- } }, { default: y(() => C3[3] || (C3[3] = [h(" 删除 ", -1)])), _: 2, __: [3] }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
50
+ } }, { default: u(() => [k(" 删除 ")]), _: 2 }, 1032, ["disabled", "onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
54
51
  };
55
52
  } });
56
53
  export {
@@ -1,6 +1,6 @@
1
1
  import { default as LogicFlow } from '@logicflow/core';
2
2
 
3
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  cloneService: {
5
5
  type: ObjectConstructor;
6
6
  default: () => void;
@@ -13,11 +13,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13
13
  type: ObjectConstructor;
14
14
  default: () => {};
15
15
  };
16
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  "show-service-log": (...args: any[]) => void;
18
18
  "save-sevice": (...args: any[]) => void;
19
19
  "show-json": (...args: any[]) => void;
20
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
21
21
  cloneService: {
22
22
  type: ObjectConstructor;
23
23
  default: () => void;
@@ -30,13 +30,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
30
30
  type: ObjectConstructor;
31
31
  default: () => {};
32
32
  };
33
- }>> & Readonly<{
33
+ }>> & {
34
34
  "onShow-service-log"?: (...args: any[]) => any;
35
35
  "onSave-sevice"?: (...args: any[]) => any;
36
36
  "onShow-json"?: (...args: any[]) => any;
37
- }>, {
37
+ }, {
38
38
  pageContext: Record<string, any>;
39
39
  lf: LogicFlow;
40
40
  cloneService: Record<string, any>;
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
41
+ }, {}>;
42
42
  export default _default;