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,18 +1,18 @@
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;
5
5
  };
6
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (...args: any[]) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  modelValue: {
10
10
  type: ArrayConstructor;
11
11
  default: () => any;
12
12
  };
13
- }>> & Readonly<{
13
+ }>> & {
14
14
  "onUpdate:modelValue"?: (...args: any[]) => any;
15
- }>, {
15
+ }, {
16
16
  modelValue: unknown[];
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }, {}>;
18
18
  export default _default;
@@ -1,25 +1,23 @@
1
- import { ElTable as e, ElTableColumn as l, ElInput as o, ElButton as t } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElInput as a, ElButton as o } 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/button/style/css";
5
5
  import "element-plus/es/components/table-column/style/css";
6
6
  import "element-plus/es/components/input/style/css";
7
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
8
- import a from "../../../common/components/value-set-input/value-set-input.vue.mjs";
9
- import { defineComponent as m, createBlock as s, createCommentVNode as n, openBlock as u, withCtx as r, createVNode as d, createTextVNode as p } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
10
- import { unref as i } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
11
- const c = m({ __name: "json-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(m2, { expose: c2, emit: _ }) {
12
- const V = _, y = m2;
7
+ import { defineComponent as t, createBlock as s, createCommentVNode as n, openBlock as m, withCtx as r, createVNode as u, unref as p, createTextVNode as d } from "vue";
8
+ import i from "../../../common/components/value-set-input/value-set-input.vue.mjs";
9
+ const c = t({ __name: "json-data", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: c2, emit: V }) {
10
+ const y = t2;
13
11
  y.modelValue && Array.isArray(y.modelValue) || V("update:modelValue", []);
14
- const v = () => {
12
+ const f = () => {
15
13
  y.modelValue.push({ name: "", value: "", description: "" });
16
14
  };
17
- return c2({}), (c3, _2) => {
18
- const V2 = o, f = l, b = t, w = e;
19
- return Array.isArray(m2.modelValue) ? (u(), s(w, { key: 0, data: m2.modelValue, border: "", size: "small" }, { default: r(() => [d(f, { prop: "name", label: "参数名", align: "center" }, { default: r((e2) => [d(V2, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(f, { prop: "prop", label: "值", align: "center" }, { default: r((e2) => [d(i(a), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(f, { prop: "description", label: "说明", align: "center" }, { default: r((e2) => [d(V2, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), d(f, { align: "center", width: "70" }, { header: r(() => [d(b, { type: "primary", size: "small", onClick: v, link: "" }, { default: r(() => _2[0] || (_2[0] = [p("添加 ", -1)])), _: 1, __: [0] })]), default: r((e2) => [d(b, { type: "danger", size: "small", link: "", onClick: (l2) => {
20
- return o2 = e2.$index, e2.row, void y.modelValue.splice(o2, 1);
21
- var o2;
22
- } }, { default: r(() => _2[1] || (_2[1] = [p(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])) : n("", true);
15
+ return c2({}), (c3, V2) => {
16
+ const v = a, _ = l, b = o, w = e;
17
+ return Array.isArray(t2.modelValue) ? (m(), s(w, { key: 0, data: t2.modelValue, border: "", size: "small" }, { default: r(() => [u(_, { prop: "name", label: "参数名", align: "center" }, { default: r((e2) => [u(v, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { prop: "prop", label: "值", align: "center" }, { default: r((e2) => [u(p(i), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { prop: "description", label: "说明", align: "center" }, { default: r((e2) => [u(v, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), u(_, { align: "center", width: "70" }, { header: r(() => [u(b, { type: "primary", size: "small", onClick: f, link: "" }, { default: r(() => [d("添加 ")]), _: 1 })]), default: r((e2) => [u(b, { type: "danger", size: "small", link: "", onClick: (l2) => {
18
+ return a2 = e2.$index, e2.row, void y.modelValue.splice(a2, 1);
19
+ var a2;
20
+ } }, { default: r(() => [d(" 删除 ")]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"])) : n("", true);
23
21
  };
24
22
  } });
25
23
  export {
@@ -1,18 +1,18 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  modelValue: {
3
3
  type: ObjectConstructor;
4
4
  default: () => {
5
5
  bodyType: string;
6
6
  };
7
7
  };
8
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  modelValue: {
10
10
  type: ObjectConstructor;
11
11
  default: () => {
12
12
  bodyType: string;
13
13
  };
14
14
  };
15
- }>> & Readonly<{}>, {
15
+ }>>, {
16
16
  modelValue: Record<string, any>;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }, {}>;
18
18
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ElRadio as e, ElRadioGroup as l, ElSelect as o, ElOption as a, ElEmpty as t, ElFormItem as m } from "element-plus/es";
1
+ import { ElRadioGroup as e, ElRadio as l, ElSelect as o, ElOption as a, ElEmpty as t, ElFormItem as m } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/form-item/style/css";
4
4
  import "element-plus/es/components/empty/style/css";
@@ -6,28 +6,26 @@ import "element-plus/es/components/select/style/css";
6
6
  import "element-plus/es/components/option/style/css";
7
7
  import "element-plus/es/components/radio-group/style/css";
8
8
  import "element-plus/es/components/radio/style/css";
9
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
10
- import d from "./form-data.vue.mjs";
11
- import n from "./json-data.vue.mjs";
12
- import s from "../../../common/components/file-upload.vue.mjs";
9
+ import { defineComponent as d, ref as n, onMounted as s, createElementBlock as u, openBlock as r, Fragment as p, createVNode as i, createBlock as c, createCommentVNode as y, withCtx as f, createTextVNode as V, createElementVNode as b, pushScopeId as v, popScopeId as w } from "vue";
10
+ import T from "./form-data.vue.mjs";
11
+ import _ from "./json-data.vue.mjs";
12
+ import x from "../../../common/components/file-upload.vue.mjs";
13
13
  import "codemirror";
14
14
  import "@codemirror/lang-xml";
15
15
  import "@codemirror/state";
16
- import u from "./raw-data.vue.mjs";
17
- import { defineComponent as r, onMounted as p, createElementBlock as i, openBlock as c, createVNode as y, createBlock as f, createCommentVNode as V, withCtx as _, createTextVNode as b, createElementVNode as v, Fragment as w } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
18
- import { ref as j } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
19
- const T = r({ __name: "param-config", props: { modelValue: { type: Object, default: () => ({ bodyType: "none" }) } }, setup(r2, { expose: T2 }) {
20
- const x = r2, g = j(), z = (e2) => {
21
- x.modelValue.mediaType = U(e2), x.modelValue.content = "formData" === e2 || "formUrlencoded" === e2 || "json" === e2 ? [] : "raw" === e2 ? "" : {};
16
+ import j from "./raw-data.vue.mjs";
17
+ const g = ((e2) => (v("data-v-1ee0eb33"), e2 = e2(), w(), e2))(() => b("span", null, null, -1)), z = d({ __name: "param-config", props: { modelValue: { type: Object, default: () => ({ bodyType: "none" }) } }, setup(d2, { expose: b2 }) {
18
+ const v2 = d2, w2 = n(), z2 = (e2) => {
19
+ v2.modelValue.mediaType = U(e2), v2.modelValue.content = "formData" === e2 || "formUrlencoded" === e2 || "json" === e2 ? [] : "raw" === e2 ? "" : {};
22
20
  }, U = (e2) => "formData" === e2 ? "multipart/form-data" : "formUrlencoded" === e2 ? "application/x-www-form-urlencoded" : "json" === e2 || "raw" === e2 ? "application/json" : "binary" === e2 ? "application/octet-stream" : "", k = (e2) => {
23
- g.value && g.value.loadEditor();
21
+ w2.value && w2.value.loadEditor();
24
22
  };
25
- return p(() => {
26
- }), T2({}), (p2, j2) => {
27
- const T3 = e, x2 = l, U2 = a, h = o, D = t, E = m;
28
- return c(), i(w, null, [y(x2, { modelValue: r2.modelValue.bodyType, "onUpdate:modelValue": j2[0] || (j2[0] = (e2) => r2.modelValue.bodyType = e2), style: { "margin-bottom": "10px" }, onChange: z }, { default: _(() => [y(T3, { value: "none", size: "small" }, { default: _(() => j2[6] || (j2[6] = [b("none", -1)])), _: 1, __: [6] }), y(T3, { value: "formData", size: "small" }, { default: _(() => j2[7] || (j2[7] = [b("form-data", -1)])), _: 1, __: [7] }), y(T3, { value: "formUrlencoded", size: "small" }, { default: _(() => j2[8] || (j2[8] = [b("x-www-form-urlencoded", -1)])), _: 1, __: [8] }), y(T3, { value: "json", size: "small" }, { default: _(() => j2[9] || (j2[9] = [b("json", -1)])), _: 1, __: [9] }), y(T3, { value: "raw", size: "small" }, { default: _(() => j2[10] || (j2[10] = [b("raw", -1)])), _: 1, __: [10] }), y(T3, { value: "binary", size: "small" }, { default: _(() => j2[11] || (j2[11] = [b("binary", -1)])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"]), "raw" === r2.modelValue.bodyType ? (c(), f(h, { key: 0, size: "small", modelValue: r2.modelValue.mediaType, "onUpdate:modelValue": j2[1] || (j2[1] = (e2) => r2.modelValue.mediaType = e2), onChange: k, style: { "margin-left": "10px", width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: _(() => [y(U2, { size: "small", label: "TEXT", value: "text/plain" }), y(U2, { size: "small", label: "JSON", value: "application/json" }), y(U2, { size: "small", label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])) : V("", true), "none" === r2.modelValue.bodyType ? (c(), f(D, { key: 1, description: "不需要请求体", style: { border: "1px solid #dcdfe6" } }, { image: _(() => j2[12] || (j2[12] = [v("span", null, null, -1)])), _: 1 })) : "formData" === r2.modelValue.bodyType || "formUrlencoded" === r2.modelValue.bodyType ? (c(), f(E, { key: 2, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: _(() => [y(d, { modelValue: r2.modelValue.content, "onUpdate:modelValue": j2[2] || (j2[2] = (e2) => r2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "json" === r2.modelValue.bodyType ? (c(), f(E, { key: 3, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: _(() => [y(n, { modelValue: r2.modelValue.content, "onUpdate:modelValue": j2[3] || (j2[3] = (e2) => r2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "binary" === r2.modelValue.bodyType ? (c(), f(s, { key: 4, modelValue: r2.modelValue.content, "onUpdate:modelValue": j2[4] || (j2[4] = (e2) => r2.modelValue.content = e2) }, null, 8, ["modelValue"])) : "raw" === r2.modelValue.bodyType ? (c(), f(E, { key: 5, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: _(() => [y(u, { ref_key: "rawDataRef", ref: g, modelValue: r2.modelValue.content, "onUpdate:modelValue": j2[5] || (j2[5] = (e2) => r2.modelValue.content = e2), httpSerivceBody: r2.modelValue }, null, 8, ["modelValue", "httpSerivceBody"])]), _: 1 })) : V("", true)], 64);
23
+ return s(() => {
24
+ }), b2({}), (n2, s2) => {
25
+ const b3 = l, v3 = e, U2 = a, h = o, D = t, S = m;
26
+ return r(), u(p, null, [i(v3, { modelValue: d2.modelValue.bodyType, "onUpdate:modelValue": s2[0] || (s2[0] = (e2) => d2.modelValue.bodyType = e2), style: { "margin-bottom": "10px" }, onChange: z2 }, { default: f(() => [i(b3, { value: "none", size: "small" }, { default: f(() => [V("none")]), _: 1 }), i(b3, { value: "formData", size: "small" }, { default: f(() => [V("form-data")]), _: 1 }), i(b3, { value: "formUrlencoded", size: "small" }, { default: f(() => [V("x-www-form-urlencoded")]), _: 1 }), i(b3, { value: "json", size: "small" }, { default: f(() => [V("json")]), _: 1 }), i(b3, { value: "raw", size: "small" }, { default: f(() => [V("raw")]), _: 1 }), i(b3, { value: "binary", size: "small" }, { default: f(() => [V("binary")]), _: 1 })]), _: 1 }, 8, ["modelValue"]), "raw" === d2.modelValue.bodyType ? (r(), c(h, { key: 0, size: "small", modelValue: d2.modelValue.mediaType, "onUpdate:modelValue": s2[1] || (s2[1] = (e2) => d2.modelValue.mediaType = e2), onChange: k, style: { "margin-left": "10px", width: "80px", "background-color": "var(--el-fill-color-blank)" } }, { default: f(() => [i(U2, { size: "small", label: "TEXT", value: "text/plain" }), i(U2, { size: "small", label: "JSON", value: "application/json" }), i(U2, { size: "small", label: "XML", value: "application/xml" })]), _: 1 }, 8, ["modelValue"])) : y("", true), "none" === d2.modelValue.bodyType ? (r(), c(D, { key: 1, description: "不需要请求体", style: { border: "1px solid #dcdfe6" } }, { image: f(() => [g]), _: 1 })) : "formData" === d2.modelValue.bodyType || "formUrlencoded" === d2.modelValue.bodyType ? (r(), c(S, { key: 2, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(T, { modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[2] || (s2[2] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "json" === d2.modelValue.bodyType ? (r(), c(S, { key: 3, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(_, { modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[3] || (s2[3] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])]), _: 1 })) : "binary" === d2.modelValue.bodyType ? (r(), c(x, { key: 4, modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[4] || (s2[4] = (e2) => d2.modelValue.content = e2) }, null, 8, ["modelValue"])) : "raw" === d2.modelValue.bodyType ? (r(), c(S, { key: 5, "label-width": "0", style: { "margin-bottom": "0px" } }, { default: f(() => [i(j, { ref_key: "rawDataRef", ref: w2, modelValue: d2.modelValue.content, "onUpdate:modelValue": s2[5] || (s2[5] = (e2) => d2.modelValue.content = e2), httpSerivceBody: d2.modelValue }, null, 8, ["modelValue", "httpSerivceBody"])]), _: 1 })) : y("", true)], 64);
29
27
  };
30
28
  } });
31
29
  export {
32
- T as default
30
+ z as default
33
31
  };
@@ -1,18 +1,18 @@
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;
5
5
  };
6
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (...args: any[]) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  modelValue: {
10
10
  type: ArrayConstructor;
11
11
  default: () => any;
12
12
  };
13
- }>> & Readonly<{
13
+ }>> & {
14
14
  "onUpdate:modelValue"?: (...args: any[]) => any;
15
- }>, {
15
+ }, {
16
16
  modelValue: unknown[];
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ }, {}>;
18
18
  export default _default;
@@ -1,25 +1,23 @@
1
- import { ElTable as e, ElInput as l, ElTableColumn as o, ElButton as t } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElInput as o, ElButton as a } 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/button/style/css";
5
5
  import "element-plus/es/components/table-column/style/css";
6
6
  import "element-plus/es/components/input/style/css";
7
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
8
- import m from "../../../common/components/value-set-input/value-set-input.vue.mjs";
9
- import { defineComponent as s, createBlock as a, openBlock as n, withCtx as u, createVNode as r, createTextVNode as d } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
10
- import { unref as p } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
11
- const i = s({ __name: "query-params", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(s2, { expose: i2, emit: c }) {
12
- const _ = c, v = s2;
13
- v.modelValue || _("update:modelValue", []);
14
- const V = () => {
15
- v.modelValue.push({ name: "", value: "", description: "" });
7
+ import { defineComponent as t, createBlock as s, openBlock as n, withCtx as m, createVNode as p, unref as u, createTextVNode as r } from "vue";
8
+ import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
9
+ const i = t({ __name: "query-params", props: { modelValue: { type: Array, default: () => null } }, emits: ["update:modelValue"], setup(t2, { expose: i2, emit: c }) {
10
+ const V = t2;
11
+ V.modelValue || c("update:modelValue", []);
12
+ const f = () => {
13
+ V.modelValue.push({ name: "", value: "", description: "" });
16
14
  };
17
15
  return i2({}), (i3, c2) => {
18
- const _2 = l, y = o, f = t, b = e;
19
- return n(), a(b, { data: s2.modelValue, border: "", size: "small" }, { default: u(() => [r(y, { prop: "name", label: "参数名", align: "center" }, { default: u((e2) => [r(_2, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), r(y, { prop: "prop", label: "值", align: "center" }, { default: u((e2) => [r(p(m), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), r(y, { prop: "description", label: "说明", align: "center" }, { default: u((e2) => [r(_2, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), r(y, { align: "center", width: "70" }, { header: u(() => [r(f, { type: "primary", size: "small", onClick: V, link: "" }, { default: u(() => c2[0] || (c2[0] = [d("添加 ", -1)])), _: 1, __: [0] })]), default: u((e2) => [r(f, { type: "danger", size: "small", link: "", onClick: (l2) => {
20
- return o2 = e2.$index, e2.row, void v.modelValue.splice(o2, 1);
16
+ const y = o, v = l, _ = a, b = e;
17
+ return n(), s(b, { data: t2.modelValue, border: "", size: "small" }, { default: m(() => [p(v, { prop: "name", label: "参数名", align: "center" }, { default: m((e2) => [p(y, { size: "small", modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { prop: "prop", label: "值", align: "center" }, { default: m((e2) => [p(u(d), { size: "small", paramTypes: ["service", "fixed"], modelValue: e2.row.value, "onUpdate:modelValue": (l2) => e2.row.value = l2 }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { prop: "description", label: "说明", align: "center" }, { default: m((e2) => [p(y, { size: "small", modelValue: e2.row.description, "onUpdate:modelValue": (l2) => e2.row.description = l2, placeholder: "" }, null, 8, ["modelValue", "onUpdate:modelValue"])]), _: 1 }), p(v, { align: "center", width: "70" }, { header: m(() => [p(_, { type: "primary", size: "small", onClick: f, link: "" }, { default: m(() => [r("添加 ")]), _: 1 })]), default: m((e2) => [p(_, { type: "danger", size: "small", link: "", onClick: (l2) => {
18
+ return o2 = e2.$index, e2.row, void V.modelValue.splice(o2, 1);
21
19
  var o2;
22
- } }, { default: u(() => c2[1] || (c2[1] = [d(" 删除 ", -1)])), _: 2, __: [1] }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
20
+ } }, { default: m(() => [r(" 删除 ")]), _: 2 }, 1032, ["onClick"])]), _: 1 })]), _: 1 }, 8, ["data"]);
23
21
  };
24
22
  } });
25
23
  export {
@@ -1,22 +1,22 @@
1
1
  declare function loadEditor(): void;
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  httpSerivceBody: {
4
4
  type: ObjectConstructor;
5
5
  default: () => {};
6
6
  };
7
- }>, {
7
+ }, {
8
8
  updateEditor: () => void;
9
9
  loadEditor: typeof loadEditor;
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
  httpSerivceBody: {
14
14
  type: ObjectConstructor;
15
15
  default: () => {};
16
16
  };
17
- }>> & Readonly<{
17
+ }>> & {
18
18
  "onUpdate:modelValue"?: (...args: any[]) => any;
19
- }>, {
19
+ }, {
20
20
  httpSerivceBody: Record<string, any>;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
+ }, {}>;
22
22
  export default _default;
@@ -1,32 +1,30 @@
1
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
2
- import { EditorView as e, basicSetup as t } from "codemirror";
3
- import { json as o } from "@codemirror/lang-json";
4
- import { xml as r } from "@codemirror/lang-xml";
5
- import { EditorState as n } from "@codemirror/state";
6
- import { defineComponent as i, onMounted as d, createElementBlock as m, openBlock as c } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
7
- import { ref as p } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
8
- const u = { style: { minHeight: "400px", maxHeight: "700px", width: "100%", backgroundColor: "#fff", color: "#333", outline: "1px dotted #212121" }, id: "cf-codemirror-json" }, s = i({ __name: "raw-data", props: { httpSerivceBody: { type: Object, default: () => ({}) } }, emits: ["update:modelValue"], setup(i2, { expose: s2, emit: a }) {
9
- const l = i2, v = a;
10
- d(() => {
11
- l.httpSerivceBody.content && "string" == typeof l.httpSerivceBody.content || v("update:modelValue", ""), y();
1
+ import { defineComponent as t, onMounted as e, ref as o, createElementBlock as r, openBlock as n } from "vue";
2
+ import { EditorView as i, basicSetup as c } from "codemirror";
3
+ import { json as d } from "@codemirror/lang-json";
4
+ import { xml as a } from "@codemirror/lang-xml";
5
+ import { EditorState as m } from "@codemirror/state";
6
+ const p = { style: { minHeight: "400px", maxHeight: "700px", width: "100%", backgroundColor: "#fff", color: "#333", outline: "1px dotted #212121" }, id: "cf-codemirror-json" }, u = t({ __name: "raw-data", props: { httpSerivceBody: { type: Object, default: () => ({}) } }, emits: ["update:modelValue"], setup(t2, { expose: u2, emit: l }) {
7
+ const s = t2;
8
+ e(() => {
9
+ s.httpSerivceBody.content && "string" == typeof s.httpSerivceBody.content || l("update:modelValue", ""), h();
12
10
  });
13
- const f = p(null);
14
- function y() {
11
+ const f = o(null);
12
+ function h() {
15
13
  f.value && f.value.destroy();
16
- const t2 = h();
17
- f.value = new e({ state: t2, parent: document.getElementById("cf-codemirror-json") });
14
+ const t3 = y();
15
+ f.value = new i({ state: t3, parent: document.getElementById("cf-codemirror-json") });
18
16
  }
19
- function h() {
20
- const o2 = e.theme({}), r2 = e.theme({ ".cm-content, .cm-gutter": { minHeight: "200px" }, "&": { height: "400px", maxHeight: "400px", fontSize: "12px" } });
21
- return n.create({ doc: l.httpSerivceBody.content, extensions: [n.tabSize.of(16), t, x(), o2, r2, e.updateListener.of(function(e2) {
22
- l.httpSerivceBody.content = e2.state.doc.toString();
17
+ function y() {
18
+ const t3 = i.theme({}), e2 = i.theme({ ".cm-content, .cm-gutter": { minHeight: "200px" }, "&": { height: "400px", maxHeight: "400px", fontSize: "12px" } });
19
+ return m.create({ doc: s.httpSerivceBody.content, extensions: [m.tabSize.of(16), c, v(), t3, e2, i.updateListener.of(function(t4) {
20
+ s.httpSerivceBody.content = t4.state.doc.toString();
23
21
  })] });
24
22
  }
25
- const x = () => "application/xml" === l.httpSerivceBody.mediaType ? r() : "application/json" === l.httpSerivceBody.mediaType ? o() : [];
26
- return s2({ updateEditor: () => {
27
- f.value && f.value.update(document.getElementById("cf-codemirror-json"), { state: h() });
28
- }, loadEditor: y }), (e2, t2) => (c(), m("div", u));
23
+ const v = () => "application/xml" === s.httpSerivceBody.mediaType ? a() : "application/json" === s.httpSerivceBody.mediaType ? d() : [];
24
+ return u2({ updateEditor: () => {
25
+ f.value && f.value.update(document.getElementById("cf-codemirror-json"), { state: y() });
26
+ }, loadEditor: h }), (t3, e2) => (n(), r("div", p));
29
27
  } });
30
28
  export {
31
- s as default
29
+ u as default
32
30
  };
@@ -1,21 +1,21 @@
1
1
  declare function loadEditor(): void;
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  httpSerivceBody: {
4
4
  type: ObjectConstructor;
5
5
  default: () => {};
6
6
  };
7
- }>, {
7
+ }, {
8
8
  loadEditor: typeof loadEditor;
9
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  "update:modelValue": (...args: any[]) => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
12
12
  httpSerivceBody: {
13
13
  type: ObjectConstructor;
14
14
  default: () => {};
15
15
  };
16
- }>> & Readonly<{
16
+ }>> & {
17
17
  "onUpdate:modelValue"?: (...args: any[]) => any;
18
- }>, {
18
+ }, {
19
19
  httpSerivceBody: Record<string, any>;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ }, {}>;
21
21
  export default _default;
@@ -1,14 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  properties: {
3
3
  type: ObjectConstructor;
4
4
  default: () => {};
5
5
  };
6
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
7
7
  properties: {
8
8
  type: ObjectConstructor;
9
9
  default: () => {};
10
10
  };
11
- }>> & Readonly<{}>, {
11
+ }>>, {
12
12
  properties: Record<string, any>;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ }, {}>;
14
14
  export default _default;
@@ -1,19 +1,17 @@
1
- import { ElFormItem as e, ElInput as t, ElText as o, ElAlert as s, ElForm as l } from "element-plus/es";
1
+ import { ElForm as e, ElFormItem as t, ElInput as s, ElText as o, ElAlert as l } 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";
5
5
  import "element-plus/es/components/form-item/style/css";
6
6
  import "element-plus/es/components/text/style/css";
7
7
  import "element-plus/es/components/input/style/css";
8
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
9
- import m from "../../../common/components/node-base-config.vue.mjs";
10
- import p from "../../../common/components/value-set-input/value-set-input.vue.mjs";
8
+ import { defineComponent as p, createBlock as m, openBlock as n, withCtx as r, createVNode as a, createTextVNode as i, unref as u } from "vue";
9
+ import c from "../../../common/components/node-base-config.vue.mjs";
10
+ import d from "../../../common/components/value-set-input/value-set-input.vue.mjs";
11
11
  import "@element-plus/icons-vue";
12
- import { defineComponent as n, createBlock as r, openBlock as i, withCtx as u, createVNode as a, createTextVNode as c } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
13
- import { unref as d } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
14
- const f = n({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup: (n2, { expose: f2 }) => (f2({}), (f3, b) => {
15
- const v = t, y = o, _ = e, x = s, j = l;
16
- return i(), r(j, { "label-width": "auto", "label-position": "left" }, { default: u(() => [a(m, { properties: n2.properties }, null, 8, ["properties"]), a(_, { label: "Bean名称:" }, { default: u(() => [a(v, { modelValue: n2.properties.beanName, "onUpdate:modelValue": b[0] || (b[0] = (e2) => n2.properties.beanName = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), a(y, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: u(() => b[2] || (b[2] = [c(" 说明:自定义bean需实现cn.ambitionq.serivceflow.core.ServiceNodeHandler接口重写execute方法 ", -1)])), _: 1, __: [2] })]), _: 1 }), a(x, { title: "输出设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), a(_, { label: "设置到:" }, { default: u(() => [a(d(p), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: n2.properties.resultSet, "onUpdate:modelValue": b[1] || (b[1] = (e2) => n2.properties.resultSet = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
12
+ const f = p({ __name: "config", props: { properties: { type: Object, default: () => ({}) } }, setup: (p2, { expose: f2 }) => (f2({}), (f3, b) => {
13
+ const y = s, v = o, x = t, V = l, _ = e;
14
+ return n(), m(_, { "label-width": "auto", "label-position": "left" }, { default: r(() => [a(c, { properties: p2.properties }, null, 8, ["properties"]), a(x, { label: "Bean名称:" }, { default: r(() => [a(y, { modelValue: p2.properties.beanName, "onUpdate:modelValue": b[0] || (b[0] = (e2) => p2.properties.beanName = e2), placeholder: "", style: { width: "85%" } }, null, 8, ["modelValue"]), a(v, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: r(() => [i(" 说明:自定义bean需实现cn.ambitionq.serivceflow.core.ServiceNodeHandler接口重写execute方法 ")]), _: 1 })]), _: 1 }), a(V, { title: "输出设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), a(x, { label: "设置到:" }, { default: r(() => [a(u(d), { inputSize: "default", paramTypes: ["service"], size: "small", modelValue: p2.properties.resultSet, "onUpdate:modelValue": b[1] || (b[1] = (e2) => p2.properties.resultSet = e2) }, null, 8, ["modelValue"])]), _: 1 })]), _: 1 });
17
15
  }) });
18
16
  export {
19
17
  f as default
@@ -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: "customBean", 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: "customBean", 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-96d149c1"]]);
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-96d149c1"]]);
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 r, createVNode as l, toDisplayString as p, pushScopeId as n, popScopeId as c } from "vue";
5
+ import d from "../../../../assets/icon/vardef-v.png.mjs";
6
+ const m = (e2) => (n("data-v-96d149c1"), e2 = e2(), c(), e2), a = m(() => i("img", { src: d, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), u = m(() => i("div", { class: "serviceflow-nodeTitle" }, "服务-自定义bean", -1)), v = { class: "serviceflow-nodeContent" }, f = s({ __name: "index", props: { graphModel: Object, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup: (s2, { emit: n2 }) => (n3, c2) => {
7
+ const d2 = e;
8
+ return o(), t("div", null, [a, i("div", { class: "serviceflow-nodeView", style: r({ backgroundColor: s2.properties.backgroundColor }) }, [u, l(d2), i("div", v, p(s2.properties.name), 1)], 4)]);
9
+ } });
5
10
  export {
6
- r as default
11
+ f as default
7
12
  };
@@ -1,14 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  properties: {
3
3
  type: ObjectConstructor;
4
4
  default: () => {};
5
5
  };
6
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
7
7
  properties: {
8
8
  type: ObjectConstructor;
9
9
  default: () => {};
10
10
  };
11
- }>> & Readonly<{}>, {
11
+ }>>, {
12
12
  properties: Record<string, any>;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ }, {}>;
14
14
  export default _default;