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 { ElFormItem as e, ElInput as t, ElButton as s, ElAlert as o, ElText as l, ElRadioGroup as r, ElRadio as a, ElForm as p, ElMessage as i } from "element-plus/es";
1
+ import { ElForm as e, ElFormItem as t, ElInput as s, ElButton as o, ElAlert as l, ElText as a, ElRadioGroup as r, ElRadio as p, ElMessage as i } 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/radio-group/style/css";
@@ -8,95 +8,93 @@ import "element-plus/es/components/alert/style/css";
8
8
  import "element-plus/es/components/form-item/style/css";
9
9
  import "element-plus/es/components/input/style/css";
10
10
  import "element-plus/es/components/button/style/css";
11
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
12
- import { Search as n, View as m, Check as u } from "@element-plus/icons-vue";
13
- import c from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
- import d from "../../../common/components/datatable-select.vue.mjs";
15
- import { useServiceFlowStore as y } from "../../../../stores/page-store.mjs";
16
- import { queryTableFields as v, updateServiceParams as b, updateServiceReturns as f, getBaseUrl as _ } from "../../../../utils/common-util.mjs";
17
- import { http as g } from "agilebuilder-ui";
11
+ import { defineComponent as n, ref as m, onMounted as u, createElementBlock as c, openBlock as d, createVNode as y, withCtx as v, createElementVNode as b, unref as f, createTextVNode as g, pushScopeId as T, popScopeId as C } from "vue";
12
+ import { Search as S, View as x, Check as V } from "@element-plus/icons-vue";
13
+ import j from "../../../common/components/value-set-input/value-set-input.vue.mjs";
14
+ import h from "../../../common/components/datatable-select.vue.mjs";
15
+ import { useServiceFlowStore as w } from "../../../../stores/page-store.mjs";
16
+ import { queryTableFields as _, updateServiceParams as N, updateServiceReturns as k, getBaseUrl as q } from "../../../../utils/common-util.mjs";
17
+ import { http as F } from "agilebuilder-ui";
18
18
  import "uuid";
19
- import T from "./dimension-statistical.vue.mjs";
19
+ import O from "./dimension-statistical.vue.mjs";
20
20
  import "element-plus/es/components/table/style/css";
21
21
  import "element-plus/es/components/tooltip/style/css";
22
22
  import "element-plus/es/components/select/style/css";
23
23
  import "element-plus/es/components/option/style/css";
24
24
  import "element-plus/es/components/table-column/style/css";
25
25
  import "../../util/common-options.mjs";
26
- import C from "./statistical-formula.vue.mjs";
27
- import S from "./filter-conditions.vue.mjs";
28
- import j from "./sort-conditions.vue.mjs";
29
- import V from "../../../common/components/node-base-config.vue.mjs";
30
- import { getNodeRuntimeObject as x } from "../../../service-flow-view/flow-util.mjs";
26
+ import U from "./statistical-formula.vue.mjs";
27
+ import z from "./filter-conditions.vue.mjs";
28
+ import I from "./sort-conditions.vue.mjs";
29
+ import M from "../../../common/components/node-base-config.vue.mjs";
30
+ import { getNodeRuntimeObject as D } from "../../../service-flow-view/flow-util.mjs";
31
31
  import "codemirror";
32
32
  import "@codemirror/lang-sql";
33
33
  import "@codemirror/state";
34
- import h from "../../../common/components/sql-view/sql-view-dialog.vue.mjs";
34
+ import E from "../../../common/components/sql-view/sql-view-dialog.vue.mjs";
35
35
  import "element-plus/es/components/message/style/css";
36
- import { defineComponent as w, onMounted as N, createElementBlock as k, openBlock as q, createVNode as F, withCtx as O, createElementVNode as U, createTextVNode as z } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
37
- import { ref as E, unref as I } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
38
- const M = { style: { position: "absolute", right: "0" } }, D = { style: { display: "flex" } }, J = w({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(w2, { expose: J2 }) {
36
+ const J = (e2) => (T("data-v-9ec43851"), e2 = e2(), C(), e2), B = { style: { position: "absolute", right: "0" } }, A = J(() => b("br", null, null, -1)), G = J(() => b("br", null, null, -1)), H = { style: { display: "flex" } }, K = n({ __name: "config", props: { properties: { type: Object, default: () => ({ search: {}, noData: {}, result: {} }) }, logicFlowInstance: { type: Object, default: () => ({}) }, currentNode: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, service: { type: Object, default: () => ({}) } }, setup(n2, { expose: T2 }) {
39
37
  var _a, _b;
40
- const B = y(), A = w2;
41
- A.properties.result || (A.properties.result = {});
42
- const G = E(false), H = E(B.pageContext.systemCode);
43
- ((_a = A.properties) == null ? void 0 : _a.dataTableSystemCode) && (H.value = A.properties.dataTableSystemCode);
44
- const K = E(B.pageContext.systemVersion);
45
- ((_b = A.properties) == null ? void 0 : _b.dataTableSystemVersion) && (K.value = A.properties.dataTableSystemVersion);
46
- const L = E([]), P = E([]), Q = E([]);
47
- A.properties.result.valueSetScope || (A.properties.result.valueSetScope = "all");
48
- const R = E("array"), W = E(false), X = E("");
49
- function Y() {
50
- "first" == A.properties.result.valueSetScope ? R.value = "object" : R.value = "array";
38
+ const C2 = n2, J2 = w();
39
+ C2.properties.result || (C2.properties.result = {});
40
+ const K2 = m(false), L = m(J2.pageContext.systemCode);
41
+ ((_a = C2.properties) == null ? void 0 : _a.dataTableSystemCode) && (L.value = C2.properties.dataTableSystemCode);
42
+ const P = m(J2.pageContext.systemVersion);
43
+ ((_b = C2.properties) == null ? void 0 : _b.dataTableSystemVersion) && (P.value = C2.properties.dataTableSystemVersion);
44
+ const Q = m([]), R = m([]), W = m([]);
45
+ C2.properties.result.valueSetScope || (C2.properties.result.valueSetScope = "all");
46
+ const X = m("array"), Y = m(false), Z = m("");
47
+ function $() {
48
+ "first" == C2.properties.result.valueSetScope ? X.value = "object" : X.value = "array";
51
49
  }
52
- function Z() {
53
- const e2 = A.properties.dataTable, t2 = A.properties.dataTableSystemCode, s2 = A.properties.dataTableSystemVersion;
54
- e2 ? v(t2, s2, e2).then((e3) => {
55
- L.value = e3, P.value = L.value;
56
- }) : (L.value = [], P.value = L.value);
50
+ function ee() {
51
+ const e2 = C2.properties.dataTable, t2 = C2.properties.dataTableSystemCode, s2 = C2.properties.dataTableSystemVersion;
52
+ e2 ? _(t2, s2, e2).then((e3) => {
53
+ Q.value = e3, R.value = Q.value;
54
+ }) : (Q.value = [], R.value = Q.value);
57
55
  }
58
- N(() => {
59
- Z(), ee();
56
+ u(() => {
57
+ ee(), se();
60
58
  });
61
- const $ = (e2) => {
62
- A.properties.dataTable = e2.dataTable.name, A.properties.dataTableSystemCode = e2.system.code, A.properties.dataTableSystemVersion = e2.system.publishVersion, H.value = A.properties.dataTableSystemCode, Z();
63
- }, ee = () => {
64
- Q.value = [];
59
+ const te = (e2) => {
60
+ C2.properties.dataTable = e2.dataTable.name, C2.properties.dataTableSystemCode = e2.system.code, C2.properties.dataTableSystemVersion = e2.system.publishVersion, L.value = C2.properties.dataTableSystemCode, ee();
61
+ }, se = () => {
62
+ W.value = [];
65
63
  const e2 = [];
66
- A.properties.statistics && A.properties.statistics.forEach((t2) => {
64
+ C2.properties.statistics && C2.properties.statistics.forEach((t2) => {
67
65
  const s2 = t2.newName ? t2.newName : t2.name;
68
66
  s2 && e2.push({ type: "string", name: s2, alias: s2 });
69
- }), A.properties.statisticalFormulas && A.properties.statisticalFormulas.forEach((t2) => {
67
+ }), C2.properties.statisticalFormulas && C2.properties.statisticalFormulas.forEach((t2) => {
70
68
  if (t2.formula) {
71
69
  const s2 = t2.newName ? t2.newName : t2.name;
72
70
  s2 && !e2.includes(s2) && e2.push({ type: "number", name: s2, alias: s2 });
73
71
  }
74
- }), Q.value = e2;
72
+ }), W.value = e2;
75
73
  };
76
- function te() {
77
- if (!A.properties.result.setTo) return void i.error("请先设置结果参数!");
78
- const e2 = "first" == A.properties.result.valueSetScope ? "object" : "array";
79
- b(A.properties.result.setTo, e2, Q.value);
74
+ function oe() {
75
+ if (!C2.properties.result.setTo) return void i.error("请先设置结果参数!");
76
+ const e2 = "first" == C2.properties.result.valueSetScope ? "object" : "array";
77
+ N(C2.properties.result.setTo, e2, W.value);
80
78
  }
81
- function se() {
82
- if (!A.properties.result.setTo) return void i.error("请先设置结果参数!");
83
- const e2 = "first" == A.properties.result.valueSetScope ? "object" : "array";
84
- f(A.properties.result.setTo, e2, Q.value);
79
+ function le() {
80
+ if (!C2.properties.result.setTo) return void i.error("请先设置结果参数!");
81
+ const e2 = "first" == C2.properties.result.valueSetScope ? "object" : "array";
82
+ k(C2.properties.result.setTo, e2, W.value);
85
83
  }
86
- function oe() {
87
- X.value = "";
88
- const e2 = x(A.logicFlowInstance.getNodeModelById(A.currentNode.data.id), A.service);
89
- e2.props = JSON.parse(JSON.stringify(A.properties));
90
- const t2 = _(A.pageContext.backendUrl, A.pageContext.isTest);
91
- g.post(t2 + "/dsc/service-flow/test/database-node/show-sql", e2).then((e3) => {
92
- W.value = true, X.value = e3;
84
+ function ae() {
85
+ Z.value = "";
86
+ const e2 = D(C2.logicFlowInstance.getNodeModelById(C2.currentNode.data.id), C2.service);
87
+ e2.props = JSON.parse(JSON.stringify(C2.properties));
88
+ const t2 = q(C2.pageContext.backendUrl, C2.pageContext.isTest);
89
+ F.post(t2 + "/dsc/service-flow/test/database-node/show-sql", e2).then((e3) => {
90
+ Y.value = true, Z.value = e3;
93
91
  });
94
92
  }
95
- return J2({}), (i2, y2) => {
96
- const v2 = s, b2 = t, f2 = e, _2 = o, g2 = l, x2 = a, N2 = r, E2 = p;
97
- return q(), k("div", null, [F(E2, { "label-width": "100", "label-position": "left", size: "small" }, { default: O(() => [F(V, { properties: w2.properties }, null, 8, ["properties"]), F(f2, { label: "选择数据表" }, { default: O(() => [F(b2, { modelValue: w2.properties.dataTable, "onUpdate:modelValue": y2[1] || (y2[1] = (e2) => w2.properties.dataTable = e2), readonly: "", style: { width: "85%" } }, { append: O(() => [F(v2, { type: "default", icon: I(n), onClick: y2[0] || (y2[0] = (e2) => G.value = !G.value) }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue"]), U("span", M, [F(v2, { type: "primary", icon: I(m), onClick: oe }, { default: O(() => y2[7] || (y2[7] = [z("预览sql", -1)])), _: 1, __: [7] }, 8, ["icon"])]), F(d, { visible: G.value, "onUpdate:visible": y2[2] || (y2[2] = (e2) => G.value = e2), modelValue: w2.properties.dataTable, "onUpdate:modelValue": y2[3] || (y2[3] = (e2) => w2.properties.dataTable = e2), systemCode: H.value, systemVersion: K.value, onSelect: $ }, null, 8, ["visible", "modelValue", "systemCode", "systemVersion"])]), _: 1 }), F(_2, { title: "统计维度", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), F(T, { properties: w2.properties, dataTableColumns: P.value, onChange: ee, style: { "margin-bottom": "10 px" } }, null, 8, ["properties", "dataTableColumns"]), F(g2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: O(() => y2[8] || (y2[8] = [z("说明:1.支持自定义日期格式,同SimpleDateFormat,yyyy表示年,MM表示2位月...", -1), U("br", null, null, -1), z("           2.未指定新字段名时,输出字段名同选择的字段名", -1), U("br", null, null, -1), z("           3.动态维度值有填写时需要匹配才会执行此分组", -1)])), _: 1, __: [8] }), F(_2, { title: "统计公式", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), F(C, { properties: w2.properties, dataTableColumns: L.value, onChange: ee }, null, 8, ["properties", "dataTableColumns"]), F(g2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: O(() => y2[9] || (y2[9] = [z("说明:1.支持自定义统计公式,如sum(字段1+字段2)", -1)])), _: 1, __: [9] }), F(_2, { title: "过滤条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), F(S, { properties: w2.properties, dataTableColumns: L.value }, null, 8, ["properties", "dataTableColumns"]), F(_2, { title: "排序条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), F(j, { properties: w2.properties, dataTableColumns: Q.value }, null, 8, ["properties", "dataTableColumns"]), F(_2, { title: "结果设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), F(f2, { label: "", "label-width": "0", style: { width: "100%" } }, { default: O(() => [F(N2, { modelValue: w2.properties.result.valueSetScope, "onUpdate:modelValue": y2[4] || (y2[4] = (e2) => w2.properties.result.valueSetScope = e2), onChange: Y, class: "ml-4" }, { default: O(() => [F(x2, { value: "first" }, { default: O(() => y2[10] || (y2[10] = [z("仅第一条", -1)])), _: 1, __: [10] }), F(x2, { value: "all" }, { default: O(() => y2[11] || (y2[11] = [z(" 全部 ", -1)])), _: 1, __: [11] })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), F(f2, { label: "设置到:", style: { width: "100%" } }, { default: O(() => [U("div", D, [F(I(c), { width: "260", paramTypes: ["service"], modelValue: w2.properties.result.setTo, "onUpdate:modelValue": y2[5] || (y2[5] = (e2) => w2.properties.result.setTo = e2), autoCreateFieldType: R.value }, null, 8, ["modelValue", "autoCreateFieldType"]), F(v2, { icon: I(u), type: "primary", onClick: te, style: { "margin-left": "10px" } }, { default: O(() => y2[12] || (y2[12] = [z(" 更新服务变量 ", -1)])), _: 1, __: [12] }, 8, ["icon"]), F(v2, { icon: I(u), type: "primary", onClick: se, style: { "margin-left": "10px" } }, { default: O(() => y2[13] || (y2[13] = [z(" 设置为返回值 ", -1)])), _: 1, __: [13] }, 8, ["icon"])])]), _: 1 })]), _: 1 }), F(I(h), { sql: X.value, "model-value": W.value, "onUpdate:modelValue": y2[6] || (y2[6] = (e2) => W.value = e2) }, null, 8, ["sql", "model-value"])]);
93
+ return T2({}), (i2, m2) => {
94
+ const u2 = o, T3 = s, C3 = t, w2 = l, _2 = a, N2 = p, k2 = r, q2 = e;
95
+ return d(), c("div", null, [y(q2, { "label-width": "100", "label-position": "left", size: "small" }, { default: v(() => [y(M, { properties: n2.properties }, null, 8, ["properties"]), y(C3, { label: "选择数据表" }, { default: v(() => [y(T3, { modelValue: n2.properties.dataTable, "onUpdate:modelValue": m2[1] || (m2[1] = (e2) => n2.properties.dataTable = e2), readonly: "", style: { width: "85%" } }, { append: v(() => [y(u2, { type: "default", icon: f(S), onClick: m2[0] || (m2[0] = (e2) => K2.value = !K2.value) }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue"]), b("span", B, [y(u2, { type: "primary", icon: f(x), onClick: ae }, { default: v(() => [g("预览sql")]), _: 1 }, 8, ["icon"])]), y(h, { visible: K2.value, "onUpdate:visible": m2[2] || (m2[2] = (e2) => K2.value = e2), modelValue: n2.properties.dataTable, "onUpdate:modelValue": m2[3] || (m2[3] = (e2) => n2.properties.dataTable = e2), systemCode: L.value, systemVersion: P.value, onSelect: te }, null, 8, ["visible", "modelValue", "systemCode", "systemVersion"])]), _: 1 }), y(w2, { title: "统计维度", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(O, { properties: n2.properties, dataTableColumns: R.value, onChange: se, style: { "margin-bottom": "10 px" } }, null, 8, ["properties", "dataTableColumns"]), y(_2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: v(() => [g("说明:1.支持自定义日期格式,同SimpleDateFormat,yyyy表示年,MM表示2位月..."), A, g("           2.未指定新字段名时,输出字段名同选择的字段名"), G, g("           3.动态维度值有填写时需要匹配才会执行此分组")]), _: 1 }), y(w2, { title: "统计公式", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(U, { properties: n2.properties, dataTableColumns: Q.value, onChange: se }, null, 8, ["properties", "dataTableColumns"]), y(_2, { style: { "margin-top": "10px", "margin-bottom": "10px", display: "block" }, type: "success" }, { default: v(() => [g("说明:1.支持自定义统计公式,如sum(字段1+字段2)")]), _: 1 }), y(w2, { title: "过滤条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(z, { properties: n2.properties, dataTableColumns: Q.value }, null, 8, ["properties", "dataTableColumns"]), y(w2, { title: "排序条件", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(I, { properties: n2.properties, dataTableColumns: W.value }, null, 8, ["properties", "dataTableColumns"]), y(w2, { title: "结果设置", type: "info", size: "small", closable: false, style: { "margin-bottom": "20px" } }), y(C3, { label: "", "label-width": "0", style: { width: "100%" } }, { default: v(() => [y(k2, { modelValue: n2.properties.result.valueSetScope, "onUpdate:modelValue": m2[4] || (m2[4] = (e2) => n2.properties.result.valueSetScope = e2), onChange: $, class: "ml-4" }, { default: v(() => [y(N2, { value: "first" }, { default: v(() => [g("仅第一条")]), _: 1 }), y(N2, { value: "all" }, { default: v(() => [g(" 全部 ")]), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), y(C3, { label: "设置到:", style: { width: "100%" } }, { default: v(() => [b("div", H, [y(f(j), { width: "260", paramTypes: ["service"], modelValue: n2.properties.result.setTo, "onUpdate:modelValue": m2[5] || (m2[5] = (e2) => n2.properties.result.setTo = e2), autoCreateFieldType: X.value }, null, 8, ["modelValue", "autoCreateFieldType"]), y(u2, { icon: f(V), type: "primary", onClick: oe, style: { "margin-left": "10px" } }, { default: v(() => [g(" 更新服务变量 ")]), _: 1 }, 8, ["icon"]), y(u2, { icon: f(V), type: "primary", onClick: le, style: { "margin-left": "10px" } }, { default: v(() => [g(" 设置为返回值 ")]), _: 1 }, 8, ["icon"])])]), _: 1 })]), _: 1 }), y(f(E), { sql: Z.value, "model-value": Y.value, "onUpdate:modelValue": m2[6] || (m2[6] = (e2) => Y.value = e2) }, null, 8, ["sql", "model-value"])]);
98
96
  };
99
97
  } });
100
98
  export {
101
- J as default
99
+ K as default
102
100
  };
@@ -1,4 +1,4 @@
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: () => {
@@ -22,9 +22,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  };
23
23
  default: () => any[];
24
24
  };
25
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
26
  change: (...args: any[]) => void;
27
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
28
28
  properties: {
29
29
  type: ObjectConstructor;
30
30
  default: () => {
@@ -48,10 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
48
48
  };
49
49
  default: () => any[];
50
50
  };
51
- }>> & Readonly<{
51
+ }>> & {
52
52
  onChange?: (...args: any[]) => any;
53
- }>, {
53
+ }, {
54
54
  properties: Record<string, any>;
55
55
  dataTableColumns: any[];
56
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
56
+ }, {}>;
57
57
  export default _default;
@@ -1,4 +1,4 @@
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: () => {
@@ -22,9 +22,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  };
23
23
  default: () => any[];
24
24
  };
25
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
26
  change: (...args: any[]) => void;
27
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
28
28
  properties: {
29
29
  type: ObjectConstructor;
30
30
  default: () => {
@@ -48,10 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
48
48
  };
49
49
  default: () => any[];
50
50
  };
51
- }>> & Readonly<{
51
+ }>> & {
52
52
  onChange?: (...args: any[]) => any;
53
- }>, {
53
+ }, {
54
54
  properties: Record<string, any>;
55
55
  dataTableColumns: any[];
56
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
56
+ }, {}>;
57
57
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ElTableColumn as e, ElSelect as l, ElOption as t, ElInput as a, ElTooltip as o, ElButton as n, ElTable as s } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElSelect as a, ElOption as t, ElInput as o, ElTooltip as n, ElButton as s } 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/tooltip/style/css";
@@ -7,30 +7,27 @@ import "element-plus/es/components/input/style/css";
7
7
  import "element-plus/es/components/select/style/css";
8
8
  import "element-plus/es/components/option/style/css";
9
9
  import "element-plus/es/components/table-column/style/css";
10
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
11
- import { Minus as m, Plus as d } from "@element-plus/icons-vue";
12
- import { dateFormats as i } from "../../util/common-options.mjs";
13
- import { defineComponent as r, createBlock as p, openBlock as u, withCtx as c, createVNode as y, createElementBlock as b, Fragment as w, renderList as f, createElementVNode as _ } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
14
- import { toDisplayString as v } from "../../../../node_modules/.pnpm/@vue_shared@3.5.18/node_modules/@vue/shared/dist/shared.esm-bundler.mjs";
15
- import { unref as V } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
16
- const h = { key: 0 }, g = { key: 0 }, k = { key: 0 }, C = { key: 0 }, T = r({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(r2, { emit: T2 }) {
17
- const N = r2, U = T2;
18
- function z(e2, l2, t2) {
10
+ import { defineComponent as m, createBlock as i, openBlock as p, withCtx as d, createVNode as r, createElementBlock as u, toDisplayString as c, Fragment as y, renderList as w, unref as b, createElementVNode as f } from "vue";
11
+ import { Minus as V, Plus as g } from "@element-plus/icons-vue";
12
+ import { dateFormats as h } from "../../util/common-options.mjs";
13
+ const k = { key: 0 }, C = { key: 0 }, T = { key: 0 }, _ = { key: 0 }, v = m({ __name: "dimension-statistical", props: { properties: { type: Object, default: () => ({ statistics: {} }) }, dataTableColumns: { type: Array, default: () => [] } }, emits: ["change"], setup(m2, { emit: v2 }) {
14
+ const N = m2;
15
+ function U(e2, l2, a2) {
19
16
  e2.$editing = true;
20
17
  }
21
- const $ = (e2, l2) => {
22
- l2 && N.dataTableColumns.forEach((t2) => {
23
- t2.dbColumnName === e2 && (l2.dataType = t2.dataType, "DATE" !== l2.dataType && "TIME" !== t2.dataType && (l2.dateFormat = ""));
24
- }), U("change", e2);
18
+ const z = (e2, l2) => {
19
+ l2 && N.dataTableColumns.forEach((a2) => {
20
+ a2.dbColumnName === e2 && (l2.dataType = a2.dataType, "DATE" !== l2.dataType && "TIME" !== a2.dataType && (l2.dateFormat = ""));
21
+ }), v2("change", e2);
25
22
  };
26
- return (T3, j) => {
27
- const E = e, x = t, F = l, A = a, D = n, I = o, M = s;
28
- return u(), p(M, { data: r2.properties.statistics, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: z, size: "small", border: "", "default-expand-all": "" }, { default: c(() => [y(E, { type: "index", width: "50", label: "序号", align: "center" }), y(E, { prop: "name", label: "字段名" }, { default: c((e2) => [e2.row.$editing ? (u(), p(F, { key: 1, onChange: (l2) => $(l2, e2.row), modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small", filterable: "" }, { default: c(() => [(u(true), b(w, null, f(r2.dataTableColumns, (e3) => (u(), p(x, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["onChange", "modelValue", "onUpdate:modelValue"])) : (u(), b("span", h, v(e2.row.name), 1))]), _: 1 }), y(E, { prop: "name", label: "日期格式化", width: "120" }, { default: c((e2) => [e2.row.$editing ? (u(), p(F, { key: 1, disabled: "DATE" !== e2.row.dataType && "TIME" !== e2.row.dataType, filterable: true, "allow-create": true, modelValue: e2.row.dateFormat, "onUpdate:modelValue": (l2) => e2.row.dateFormat = l2, placeholder: "", size: "small" }, { default: c(() => [(u(true), b(w, null, f(V(i), (e3) => (u(), p(x, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : (u(), b("span", g, v(e2.row.dateFormat), 1))]), _: 1 }), y(E, { prop: "newName", label: "新字段名", width: "160" }, { default: c((e2) => [e2.row.$editing ? (u(), p(A, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (l2) => e2.row.newName = l2, size: "small", onChange: (l2) => U("change", e2.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])) : (u(), b("span", k, v(e2.row.newName), 1))]), _: 1 }), y(E, { prop: "dynamicValue", label: "动态维度值" }, { default: c((e2) => [e2.row.$editing ? (u(), p(A, { key: 1, modelValue: e2.row.dynamicValue, "onUpdate:modelValue": (l2) => e2.row.dynamicValue = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (u(), b("span", C, v(e2.row.dynamicValue), 1))]), _: 1 }), y(E, { align: "center", width: "80" }, { header: c(() => [y(I, { effect: "dark", content: "添加", placement: "top" }, { default: c(() => [y(D, { type: "primary", size: "small", icon: V(d), circle: "", onClick: j[0] || (j[0] = (e2) => (N.properties.statistics || (N.properties.statistics = []), void N.properties.statistics.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: c((e2) => [_("span", null, [y(I, { effect: "dark", content: "删除", placement: "top" }, { default: c(() => [y(D, { type: "danger", size: "small", icon: V(m), circle: "", onClick: (l2) => {
29
- return t2 = e2.$index, e2.row, N.properties.statistics.splice(t2, 1), void $("", null);
30
- var t2;
23
+ return ($, x) => {
24
+ const E = l, F = t, A = a, D = o, j = s, I = n, M = e;
25
+ return p(), i(M, { data: m2.properties.statistics, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowDblclick: U, size: "small", border: "", "default-expand-all": "" }, { default: d(() => [r(E, { type: "index", width: "50", label: "序号", align: "center" }), r(E, { prop: "name", label: "字段名" }, { default: d((e2) => [e2.row.$editing ? (p(), i(A, { key: 1, onChange: (l2) => z(l2, e2.row), modelValue: e2.row.name, "onUpdate:modelValue": (l2) => e2.row.name = l2, placeholder: "", size: "small", filterable: "" }, { default: d(() => [(p(true), u(y, null, w(m2.dataTableColumns, (e3) => (p(), i(F, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["onChange", "modelValue", "onUpdate:modelValue"])) : (p(), u("span", k, c(e2.row.name), 1))]), _: 1 }), r(E, { prop: "name", label: "日期格式化", width: "120" }, { default: d((e2) => [e2.row.$editing ? (p(), i(A, { key: 1, disabled: "DATE" !== e2.row.dataType && "TIME" !== e2.row.dataType, filterable: true, "allow-create": true, modelValue: e2.row.dateFormat, "onUpdate:modelValue": (l2) => e2.row.dateFormat = l2, placeholder: "", size: "small" }, { default: d(() => [(p(true), u(y, null, w(b(h), (e3) => (p(), i(F, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["disabled", "modelValue", "onUpdate:modelValue"])) : (p(), u("span", C, c(e2.row.dateFormat), 1))]), _: 1 }), r(E, { prop: "newName", label: "新字段名", width: "160" }, { default: d((e2) => [e2.row.$editing ? (p(), i(D, { key: 1, modelValue: e2.row.newName, "onUpdate:modelValue": (l2) => e2.row.newName = l2, size: "small", onChange: (l2) => v2("change", e2.row) }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])) : (p(), u("span", T, c(e2.row.newName), 1))]), _: 1 }), r(E, { prop: "dynamicValue", label: "动态维度值" }, { default: d((e2) => [e2.row.$editing ? (p(), i(D, { key: 1, modelValue: e2.row.dynamicValue, "onUpdate:modelValue": (l2) => e2.row.dynamicValue = l2, size: "small" }, null, 8, ["modelValue", "onUpdate:modelValue"])) : (p(), u("span", _, c(e2.row.dynamicValue), 1))]), _: 1 }), r(E, { align: "center", width: "80" }, { header: d(() => [r(I, { effect: "dark", content: "添加", placement: "top" }, { default: d(() => [r(j, { type: "primary", size: "small", icon: b(g), circle: "", onClick: x[0] || (x[0] = (e2) => (N.properties.statistics || (N.properties.statistics = []), void N.properties.statistics.push({ $editing: true }))) }, null, 8, ["icon"])]), _: 1 })]), default: d((e2) => [f("span", null, [r(I, { effect: "dark", content: "删除", placement: "top" }, { default: d(() => [r(j, { type: "danger", size: "small", icon: b(V), circle: "", onClick: (l2) => {
26
+ return a2 = e2.$index, e2.row, N.properties.statistics.splice(a2, 1), void z("", null);
27
+ var a2;
31
28
  } }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
32
29
  };
33
30
  } });
34
31
  export {
35
- T as default
32
+ v as default
36
33
  };
@@ -1,4 +1,4 @@
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: () => {
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  };
23
23
  default: () => any[];
24
24
  };
25
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
26
26
  properties: {
27
27
  type: ObjectConstructor;
28
28
  default: () => {
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
46
46
  };
47
47
  default: () => any[];
48
48
  };
49
- }>> & Readonly<{}>, {
49
+ }>>, {
50
50
  properties: Record<string, any>;
51
51
  dataTableColumns: any[];
52
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
+ }, {}>;
53
53
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ElTableColumn as e, ElSelect as l, ElOption as a, ElTooltip as o, ElButton as t, ElTable as r } from "element-plus/es";
1
+ import { ElTable as e, ElTableColumn as l, ElSelect as a, ElOption as o, ElTooltip as t, ElButton 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/tooltip/style/css";
@@ -6,33 +6,29 @@ import "element-plus/es/components/button/style/css";
6
6
  import "element-plus/es/components/select/style/css";
7
7
  import "element-plus/es/components/option/style/css";
8
8
  import "element-plus/es/components/table-column/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 { Minus as d, Plus as p } from "@element-plus/icons-vue";
11
- import { v4 as u } from "uuid";
12
- import n from "../../../common/components/value-set-input/value-set-input.vue.mjs";
13
- import { logicOperators as m } from "../../util/common-options.mjs";
14
- import { defineComponent as s, createBlock as i, openBlock as T, withCtx as c, createVNode as w, createElementBlock as b, Fragment as y, renderList as v, withDirectives as f, createElementVNode as _ } from "../../../../node_modules/.pnpm/@vue_runtime-core@3.5.18/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.mjs";
15
- import { toDisplayString as E } from "../../../../node_modules/.pnpm/@vue_shared@3.5.18/node_modules/@vue/shared/dist/shared.esm-bundler.mjs";
16
- import { vShow as N } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
17
- import { unref as V } from "../../../../node_modules/.pnpm/@vue_reactivity@3.5.18/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.mjs";
18
- const k = { key: 0 }, h = { key: 0 }, L = { key: 0 }, g = { key: 0 }, C = { key: 0 }, I = { key: 0 }, O = s({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(s2) {
19
- const O2 = s2, U = (e2) => {
9
+ import { defineComponent as p, createBlock as n, openBlock as u, withCtx as d, createVNode as i, createElementBlock as s, toDisplayString as m, Fragment as T, renderList as c, withDirectives as w, vShow as y, unref as b, createElementVNode as f } from "vue";
10
+ import { Minus as v, Plus as E } from "@element-plus/icons-vue";
11
+ import { v4 as N } from "uuid";
12
+ import V from "../../../common/components/value-set-input/value-set-input.vue.mjs";
13
+ import { logicOperators as k } from "../../util/common-options.mjs";
14
+ const L = { key: 0 }, _ = { key: 0 }, h = { key: 0 }, g = { key: 0 }, C = { key: 0 }, I = { key: 0 }, O = p({ __name: "filter-conditions", props: { properties: { type: Object, default: () => ({ filterConditions: [] }) }, dataTableColumns: { type: Array, default: () => [] } }, setup(p2) {
15
+ const O2 = p2, U = (e2) => {
20
16
  G(e2);
21
17
  };
22
18
  function G(e2) {
23
19
  e2.$editing = true;
24
20
  }
25
21
  return (A, B) => {
26
- const j = e, z = a, R = l, $ = t, D = o, x = r;
27
- return T(), i(x, { data: s2.properties.filterConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowClick: U, size: "small", border: "", "default-expand-all": "" }, { default: c(() => [w(j, { type: "index", width: "50", label: "序号", align: "center" }), w(j, { prop: "leftBracket", label: "((((", width: "60" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (l2) => e2.row.leftBracket = l2, placeholder: "", clearable: "" }, { default: c(() => [w(z, { label: "(", value: "(" }), w(z, { label: "((", value: "((" }), w(z, { label: "(((", value: "(((" }), w(z, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (T(), b("span", k, E(e2.row.leftBracket), 1))]), _: 1 }), w(j, { prop: "name", label: "字段名" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, modelValue: e2.row.propName, "onUpdate:modelValue": (l2) => e2.row.propName = l2, placeholder: "", filterable: true, "allow-create": true, size: "small", onChange: (l2) => function(e3, l3) {
22
+ const z = l, R = o, $ = a, D = r, x = t, X = e;
23
+ return u(), n(X, { data: p2.properties.filterConditions, style: { width: "100%", "margin-bottom": "20px" }, "row-key": "name", onRowClick: U, size: "small", border: "", "default-expand-all": "" }, { default: d(() => [i(z, { type: "index", width: "50", label: "序号", align: "center" }), i(z, { prop: "leftBracket", label: "((((", width: "60" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, size: "small", modelValue: e2.row.leftBracket, "onUpdate:modelValue": (l2) => e2.row.leftBracket = l2, placeholder: "", clearable: "" }, { default: d(() => [i(R, { label: "(", value: "(" }), i(R, { label: "((", value: "((" }), i(R, { label: "(((", value: "(((" }), i(R, { label: "((((", value: "((((" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", L, m(e2.row.leftBracket), 1))]), _: 1 }), i(z, { prop: "name", label: "字段名" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.propName, "onUpdate:modelValue": (l2) => e2.row.propName = l2, placeholder: "", filterable: true, "allow-create": true, size: "small", onChange: (l2) => function(e3, l3) {
28
24
  if (!l3 || !O2.dataTableColumns) return;
29
25
  const a2 = O2.dataTableColumns.filter((e4) => e4.name == l3.propName || e4.dbColumnName == l3.propName), o2 = l3.dataType;
30
26
  a2 && a2.length > 0 ? l3.dataType = a2[0].dataType : l3.dataType = "TEXT", o2 != l3.dataType && (l3.operator = null);
31
- }(A.val, e2.row), title: e2.row.propName }, { default: c(() => [(T(true), b(y, null, v(s2.dataTableColumns, (e3) => (T(), i(z, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "title"])) : (T(), b("span", h, E(e2.row.propName), 1))]), _: 1 }), w(j, { prop: "operator", label: "操作符", width: "100" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (l2) => e2.row.operator = l2, placeholder: "", size: "small", title: e2.row.operator }, { default: c(() => [f(w(z, { label: "大于", value: "GT" }, null, 512), [[N, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), f(w(z, { label: "小于", value: "LT" }, null, 512), [[N, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), f(w(z, { label: "大于", value: "GT" }, null, 512), [[N, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), f(w(z, { label: "小于", value: "LT" }, null, 512), [[N, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(z, { label: "等于", value: "EQ" }), f(w(z, { label: "小于等于", value: "LET" }, null, 512), [[N, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), f(w(z, { label: "大于等于", value: "GET" }, null, 512), [[N, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), f(w(z, { label: "小于等于", value: "LET" }, null, 512), [[N, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), f(w(z, { label: "大于等于", value: "GET" }, null, 512), [[N, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(z, { label: "不等于", value: "NET" }), f(w(z, { label: "包含", value: "CONTAIN" }, null, 512), [[N, "TEXT" == e2.row.dataType]]), f(w(z, { label: "左匹配", value: "LEFT_LIKE" }, null, 512), [[N, "TEXT" == e2.row.dataType]]), f(w(z, { label: "右匹配", value: "RIGHT_LIKE" }, null, 512), [[N, "TEXT" == e2.row.dataType]]), f(w(z, { label: "不包含", value: "NOT_CONTAIN" }, null, 512), [[N, "TEXT" == e2.row.dataType]]), f(w(z, { label: "IN", value: "RANGE_QUERY" }, null, 512), [[N, "TEXT" == e2.row.dataType || "LONG" == e2.row.dataType || "INTEGER" == e2.row.dataType]]), w(z, { label: "等于Null", value: "IS_NULL" }), w(z, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "title"])) : (T(), b("span", L, E(e2.row.operator), 1))]), _: 1 }), w(j, { prop: "propValue", label: "值" }, { default: c((e2) => [w(V(n), { showLabel: !e2.row.$editing, size: "small", paramTypes: ["system", "context", "service", "request", "fixed"], modelValue: e2.row.propValue, "onUpdate:modelValue": (l2) => e2.row.propValue = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 }), w(j, { prop: "rightBracket", label: "))))", width: "60" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (l2) => e2.row.rightBracket = l2, placeholder: "", clearable: "" }, { default: c(() => [w(z, { label: ")", value: ")" }), w(z, { label: "))", value: "))" }), w(z, { label: ")))", value: ")))" }), w(z, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (T(), b("span", g, E(e2.row.rightBracket), 1))]), _: 1 }), w(j, { prop: "joinSign", label: "连接符", width: "70" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (l2) => e2.row.logicOperator = l2, clearable: "", placeholder: "", size: "small" }, { default: c(() => [(T(true), b(y, null, v(V(m), (e3) => (T(), i(z, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (T(), b("span", C, E(e2.row.logicOperator), 1))]), _: 1 }), w(j, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: c((e2) => [e2.row.$editing ? (T(), i(R, { key: 1, modelValue: e2.row.variableIsNull, "onUpdate:modelValue": (l2) => e2.row.variableIsNull = l2, clearable: "", placeholder: "请选择" }, { default: c(() => [w(z, { label: "Null", value: "null" }), w(z, { label: "忽略(1=1)", value: "ignore" }), w(z, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (T(), b("span", I, E(e2.row.variableIsNull), 1))]), _: 1 }), w(j, { align: "center", width: "60" }, { header: c(() => [w(D, { effect: "dark", content: "添加", placement: "top" }, { default: c(() => [w($, { type: "primary", size: "small", icon: V(p), circle: "", onClick: B[0] || (B[0] = (e2) => (() => {
27
+ }(A.val, e2.row), title: e2.row.propName }, { default: d(() => [(u(true), s(T, null, c(p2.dataTableColumns, (e3) => (u(), n(R, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: e3.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "onChange", "title"])) : (u(), s("span", _, m(e2.row.propName), 1))]), _: 1 }), i(z, { prop: "operator", label: "操作符", width: "100" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.operator, "onUpdate:modelValue": (l2) => e2.row.operator = l2, placeholder: "", size: "small", title: e2.row.operator }, { default: d(() => [w(i(R, { label: "大于", value: "GT" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "小于", value: "LT" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "大于", value: "GT" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(i(R, { label: "小于", value: "LT" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), i(R, { label: "等于", value: "EQ" }), w(i(R, { label: "小于等于", value: "LET" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "大于等于", value: "GET" }, null, 512), [[y, "INTEGER" == e2.row.dataType || "LONG" == e2.row.dataType || "FLOAT" == e2.row.dataType || "DOUBLE" == e2.row.dataType]]), w(i(R, { label: "小于等于", value: "LET" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), w(i(R, { label: "大于等于", value: "GET" }, null, 512), [[y, "DATE" == e2.row.dataType || "TIME" == e2.row.dataType]]), i(R, { label: "不等于", value: "NET" }), w(i(R, { label: "包含", value: "CONTAIN" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "左匹配", value: "LEFT_LIKE" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "右匹配", value: "RIGHT_LIKE" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "不包含", value: "NOT_CONTAIN" }, null, 512), [[y, "TEXT" == e2.row.dataType]]), w(i(R, { label: "IN", value: "RANGE_QUERY" }, null, 512), [[y, "TEXT" == e2.row.dataType || "LONG" == e2.row.dataType || "INTEGER" == e2.row.dataType]]), i(R, { label: "等于Null", value: "IS_NULL" }), i(R, { label: "不等于Null", value: "IS_NOT_NULL" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue", "title"])) : (u(), s("span", h, m(e2.row.operator), 1))]), _: 1 }), i(z, { prop: "propValue", label: "值" }, { default: d((e2) => [i(b(V), { showLabel: !e2.row.$editing, size: "small", paramTypes: ["system", "context", "service", "request", "fixed"], modelValue: e2.row.propValue, "onUpdate:modelValue": (l2) => e2.row.propValue = l2 }, null, 8, ["showLabel", "modelValue", "onUpdate:modelValue"])]), _: 1 }), i(z, { prop: "rightBracket", label: "))))", width: "60" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, size: "small", modelValue: e2.row.rightBracket, "onUpdate:modelValue": (l2) => e2.row.rightBracket = l2, placeholder: "", clearable: "" }, { default: d(() => [i(R, { label: ")", value: ")" }), i(R, { label: "))", value: "))" }), i(R, { label: ")))", value: ")))" }), i(R, { label: "))))", value: "))))" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", g, m(e2.row.rightBracket), 1))]), _: 1 }), i(z, { prop: "joinSign", label: "连接符", width: "70" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.logicOperator, "onUpdate:modelValue": (l2) => e2.row.logicOperator = l2, clearable: "", placeholder: "", size: "small" }, { default: d(() => [(u(true), s(T, null, c(b(k), (e3) => (u(), n(R, { key: e3.value, label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", C, m(e2.row.logicOperator), 1))]), _: 1 }), i(z, { prop: "variableIsNull", label: "变量为空时", width: "120" }, { default: d((e2) => [e2.row.$editing ? (u(), n($, { key: 1, modelValue: e2.row.variableIsNull, "onUpdate:modelValue": (l2) => e2.row.variableIsNull = l2, clearable: "", placeholder: "请选择" }, { default: d(() => [i(R, { label: "Null", value: "null" }), i(R, { label: "忽略(1=1)", value: "ignore" }), i(R, { label: "不符合(1<>1)", value: "notequal" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])) : (u(), s("span", I, m(e2.row.variableIsNull), 1))]), _: 1 }), i(z, { align: "center", width: "60" }, { header: d(() => [i(x, { effect: "dark", content: "添加", placement: "top" }, { default: d(() => [i(D, { type: "primary", size: "small", icon: b(E), circle: "", onClick: B[0] || (B[0] = (e2) => (() => {
32
28
  O2.properties.filterConditions || (O2.properties.filterConditions = []);
33
- const e3 = { code: u() };
29
+ const e3 = { code: N() };
34
30
  O2.properties.filterConditions.push(e3), G(e3);
35
- })()) }, null, 8, ["icon"])]), _: 1 })]), default: c((e2) => [_("span", null, [w(D, { effect: "dark", content: "删除", placement: "top" }, { default: c(() => [w($, { type: "danger", size: "small", icon: V(d), circle: "", onClick: (l2) => {
31
+ })()) }, null, 8, ["icon"])]), _: 1 })]), default: d((e2) => [f("span", null, [i(x, { effect: "dark", content: "删除", placement: "top" }, { default: d(() => [i(D, { type: "danger", size: "small", icon: b(v), circle: "", onClick: (l2) => {
36
32
  return a2 = e2.$index, e2.row, void O2.properties.filterConditions.splice(a2, 1);
37
33
  var a2;
38
34
  } }, null, 8, ["icon", "onClick"])]), _: 2 }, 1024)])]), _: 1 })]), _: 1 }, 8, ["data"]);
@@ -5,15 +5,13 @@ import e from "../../../flow/base/AbLogicNode.mjs";
5
5
  import o from "../../../flow/base/AbLogicNodeModel.mjs";
6
6
  import "../../../flow/base/AbLogicResizeNodeModel.mjs";
7
7
  import "../../../flow/base/AbLogicResizeNode.mjs";
8
- import "../../../../node_modules/.pnpm/vue@3.5.18_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.mjs";
9
- import s from "./index.vue2.mjs";
10
- 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";
11
- import { createApp as t } from "../../../../node_modules/.pnpm/@vue_runtime-dom@3.5.18/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.mjs";
12
- const m = { type: "aggregateQuery", view: class extends e {
8
+ import { h as s, createApp as t } from "vue";
9
+ import i from "./index.vue.mjs";
10
+ const d = { type: "aggregateQuery", view: class extends e {
13
11
  constructor(e2) {
14
12
  super(e2);
15
13
  __publicField(this, "customP1");
16
- this.isMounted = false, this.r = d(s, { text: e2.model.inputData, 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) => {
14
+ this.isMounted = false, this.r = s(i, { text: e2.model.inputData, 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) => {
17
15
  this.props.graphModel.eventCenter.emit("node:select-click", { props: e2 });
18
16
  } }), this.app = t({ render: () => this.r });
19
17
  }
@@ -22,5 +20,5 @@ const m = { type: "aggregateQuery", view: class extends e {
22
20
  }, model: class extends o {
23
21
  }, options: {} };
24
22
  export {
25
- m as default
23
+ d as default
26
24
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  graphModel: {
3
3
  type: ObjectConstructor;
4
4
  default: () => {};
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11
11
  type: ObjectConstructor;
12
12
  default: () => {};
13
13
  };
14
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  btnClick: (...args: any[]) => void;
16
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
17
17
  graphModel: {
18
18
  type: ObjectConstructor;
19
19
  default: () => {};
@@ -26,11 +26,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  type: ObjectConstructor;
27
27
  default: () => {};
28
28
  };
29
- }>> & Readonly<{
29
+ }>> & {
30
30
  onBtnClick?: (...args: any[]) => any;
31
- }>, {
31
+ }, {
32
32
  properties: Record<string, any>;
33
33
  graphModel: Record<string, any>;
34
34
  model: Record<string, any>;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
35
+ }, {}>;
36
36
  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-3c23a172"]]);
5
+ export {
6
+ r as default
7
+ };
@@ -1,7 +1,24 @@
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-3c23a172"]]);
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 t, ref as s, onMounted as r, createElementBlock as o, openBlock as l, createElementVNode as n, normalizeStyle as p, createVNode as i, toDisplayString as a, Fragment as d, renderList as u, pushScopeId as c, popScopeId as m } from "vue";
5
+ import v from "../../../../assets/icon/vardef-v.png.mjs";
6
+ const f = (e2) => (c("data-v-3c23a172"), e2 = e2(), m(), e2), h = f(() => n("img", { src: v, style: { height: "32px", position: "fixed", left: "0px", top: "0px" } }, null, -1)), g = { class: "serviceflow-nodeTitle" }, b = { class: "serviceflow-nodeContent" }, y = ["title"], x = f(() => n("br", null, null, -1)), w = t({ __name: "index", props: { graphModel: { type: Object, default: () => ({}) }, model: { type: Object, default: () => ({}) }, properties: { type: Object, default: () => ({}) } }, emits: ["btnClick"], setup(t2, { emit: c2 }) {
7
+ const m2 = t2, v2 = s([]), f2 = s([]);
8
+ return r(() => {
9
+ m2.graphModel.modelToGraphData().nodes.forEach((e2, t3) => {
10
+ f2.value.push({ id: e2.id, name: e2.properties.name });
11
+ }), f2.value.push({ id: "end", name: "结束" }), m2.properties && m2.properties.rules && m2.properties.rules.length > 0 && m2.properties.rules.forEach((e2, t3) => {
12
+ v2.value.push(e2.name + "->" + function(e3) {
13
+ if ("end" === e3) return "结束";
14
+ for (let t4 = 0; t4 < f2.value.length; t4++) if (f2.value[t4].id == e3) return f2.value[t4].name;
15
+ }(e2.to));
16
+ });
17
+ }), (s2, r2) => {
18
+ const c3 = e;
19
+ return l(), o("div", null, [h, n("div", { class: "serviceflow-nodeView", style: p({ backgroundColor: t2.properties.backgroundColor }) }, [n("div", g, a(t2.properties.name ? t2.properties.name : "条件判断"), 1), i(c3), n("div", b, [n("div", { class: "serviceflow-nodeContent-desc", title: t2.properties.description }, a(t2.properties.description), 9, y), (l(true), o(d, null, u(v2.value, (e2) => (l(), o("div", null, [n("span", null, a(e2), 1), x]))), 256))])], 4)]);
20
+ };
21
+ } });
5
22
  export {
6
- r as default
23
+ w as default
7
24
  };
@@ -1,4 +1,4 @@
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: () => {
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  };
23
23
  default: () => any[];
24
24
  };
25
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
26
26
  properties: {
27
27
  type: ObjectConstructor;
28
28
  default: () => {
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
46
46
  };
47
47
  default: () => any[];
48
48
  };
49
- }>> & Readonly<{}>, {
49
+ }>>, {
50
50
  properties: Record<string, any>;
51
51
  dataTableColumns: any[];
52
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
+ }, {}>;
53
53
  export default _default;