super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp3

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 (385) hide show
  1. package/dist/es/_virtual/_plugin-vue_export-helper.mjs +4 -4
  2. package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
  3. package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
  4. package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
  6. package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
  7. package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
  8. package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
  9. package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
  10. package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
  11. package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
  12. package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
  13. package/dist/es/components/runtime/utils/common-util.mjs +91 -94
  14. package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
  15. package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
  16. package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
  17. package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
  18. package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
  19. package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
  20. package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
  21. package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
  22. package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
  23. package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
  24. package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
  25. package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
  26. package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
  27. package/dist/es/components/runtime/utils/page-store.mjs +38 -38
  28. package/dist/es/components/runtime/utils/store-util.mjs +9 -9
  29. package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
  30. package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
  31. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
  32. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
  33. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
  34. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
  35. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
  36. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
  37. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
  38. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
  39. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
  40. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
  41. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
  42. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
  43. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
  44. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
  45. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
  46. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
  47. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
  48. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
  49. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
  50. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
  51. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
  52. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
  53. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
  54. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
  55. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
  56. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
  57. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
  58. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
  59. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
  60. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
  61. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
  62. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
  63. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
  64. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
  65. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
  66. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
  67. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
  68. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
  69. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
  70. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
  71. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
  72. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
  73. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
  74. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
  75. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
  76. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
  77. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
  78. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
  79. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
  80. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
  81. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
  82. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
  83. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
  84. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
  85. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
  86. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
  87. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
  88. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
  89. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
  90. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
  91. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
  92. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
  93. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
  94. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
  95. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
  96. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
  97. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
  98. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
  99. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
  100. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
  101. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
  102. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
  103. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
  104. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
  105. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
  106. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
  107. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
  108. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
  109. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
  110. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
  111. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
  112. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
  113. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
  114. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
  115. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
  116. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
  117. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
  118. package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
  119. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
  120. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
  121. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
  122. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
  123. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
  124. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
  125. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
  126. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
  127. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
  128. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
  129. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
  130. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
  131. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
  132. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
  133. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
  134. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
  135. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
  136. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
  137. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
  138. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
  139. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
  140. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
  141. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
  142. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
  143. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
  144. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
  145. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
  146. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
  147. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
  148. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
  149. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
  150. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
  151. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
  152. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
  153. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
  154. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
  155. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
  156. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
  157. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
  158. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
  159. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
  160. package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
  161. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
  162. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
  163. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
  164. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
  165. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
  166. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
  167. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
  168. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
  169. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
  170. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
  171. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
  172. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
  173. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
  174. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
  175. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
  176. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
  177. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
  178. package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
  179. package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
  180. package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
  181. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
  182. package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
  183. package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
  184. package/dist/es/index.mjs +27 -27
  185. package/dist/es/style.css +1 -996
  186. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
  187. package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
  188. package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
  189. package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
  190. package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
  191. package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
  192. package/dist/lib/assets/file.png.cjs +1 -2
  193. package/dist/lib/assets/folder.png.cjs +1 -2
  194. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
  195. package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
  196. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
  197. package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
  198. package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
  199. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
  200. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
  201. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
  202. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
  203. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
  204. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
  205. package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
  206. package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
  207. package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
  208. package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
  209. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
  210. package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
  211. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
  212. package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
  213. package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
  214. package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
  215. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
  216. package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
  217. package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
  218. package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
  219. package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
  220. package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
  221. package/dist/lib/components/runtime/utils/store.cjs +1 -3
  222. package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
  223. package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
  224. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
  225. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
  226. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
  227. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
  228. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
  229. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
  230. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
  231. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
  232. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
  233. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
  234. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
  235. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
  236. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
  237. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
  238. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
  239. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
  240. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
  241. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
  242. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
  243. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
  244. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
  245. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
  246. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
  247. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
  248. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
  249. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
  250. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
  251. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
  252. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
  253. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
  254. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
  255. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
  256. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
  257. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
  258. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
  259. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
  260. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
  261. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
  262. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
  263. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
  264. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
  265. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
  266. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
  267. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
  268. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
  269. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
  270. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
  271. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
  272. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
  273. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
  274. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
  275. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
  276. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
  277. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
  278. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
  279. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
  280. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
  281. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
  282. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
  283. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
  284. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
  285. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
  286. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
  287. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
  288. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
  289. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
  290. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
  291. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
  292. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
  293. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
  294. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
  295. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
  296. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
  297. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
  298. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
  299. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
  300. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
  301. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
  302. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
  303. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
  304. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
  305. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
  306. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
  307. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
  308. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
  309. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
  310. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
  311. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
  312. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
  313. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
  314. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
  315. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
  316. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
  317. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
  318. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
  319. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
  320. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
  321. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
  322. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
  323. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
  324. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
  325. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
  326. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
  327. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
  328. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
  329. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
  330. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
  331. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
  332. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
  333. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
  334. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
  335. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
  336. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
  337. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
  338. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
  339. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
  340. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
  341. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
  342. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
  343. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
  344. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
  345. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
  346. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
  347. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
  348. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
  349. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
  350. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
  351. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
  352. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
  353. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
  354. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
  355. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
  356. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
  357. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
  358. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
  359. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
  360. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
  361. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
  362. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
  363. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
  364. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
  365. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
  366. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
  367. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
  368. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
  369. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
  370. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
  371. package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
  372. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
  373. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
  374. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
  375. package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
  376. package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
  377. package/dist/lib/i18n/langs/cn.cjs +1 -2
  378. package/dist/lib/i18n/langs/en.cjs +1 -2
  379. package/dist/lib/index.cjs +1 -6
  380. package/dist/lib/style.css +1 -996
  381. package/dist/umd/index.full.min.js +3 -7429
  382. package/dist/umd/style.css +1 -996
  383. package/package.json +77 -76
  384. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  385. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
@@ -1,7 +1,7 @@
1
- import r from "./extract-workflow-runtime.vue2.mjs";
1
+ import o from "./extract-workflow-runtime.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const e = t(r, [["__scopeId", "data-v-886732d1"]]);
4
+ const a = t(o, [["__scopeId", "data-v-886732d1"]]);
5
5
  export {
6
- e as default
6
+ a as default
7
7
  };
@@ -1,40 +1,40 @@
1
- import { defineComponent as e, ref as l, onMounted as a, nextTick as o, resolveComponent as n, createElementBlock as t, openBlock as i, createVNode as u, normalizeStyle as r, normalizeClass as p, unref as s, withCtx as c, createTextVNode as d, toDisplayString as m, createBlock as v, createCommentVNode as f, createElementVNode as g } from "vue";
2
- import { handleAfterInitEvent as _, handleEvent as y } from "../../../../utils/events/event-util.mjs";
3
- import { $t as C } from "../../../../utils/i18n-util.mjs";
4
- import { DepartmentUserTree as k } from "agilebuilder-ui";
5
- import { Search as x, Delete as b } from "@element-plus/icons-vue";
6
- const N = { class: "page-runtime-header-btn" }, h = { class: "dialog-footer" }, w = e({ __name: "extract-workflow-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: w2 }) {
7
- const V = e2, U = l(), q = l(false), z = l(false), R = l({}), j = l({ loginName: [], opinion: [] }), D = V.configure.runtime ? V.configure.runtime : {}, E = l(D.props ? D.props : {}), F = D.style, M = D.class;
8
- function O() {
9
- return void 0 !== V.pageContext.canClick && void 0 !== V.pageContext.clickUuid && (!V.pageContext.canClick && V.pageContext.clickUuid === V.configure.uuid);
1
+ import { defineComponent as B, ref as r, onMounted as R, nextTick as M, resolveComponent as s, createElementBlock as S, openBlock as V, createVNode as o, normalizeStyle as $, normalizeClass as A, unref as p, withCtx as t, createTextVNode as C, toDisplayString as F, createBlock as O, createCommentVNode as j, createElementVNode as I } from "vue";
2
+ import { handleAfterInitEvent as G, handleEvent as H } from "../../../../utils/events/event-util.mjs";
3
+ import { $t as J } from "../../../../utils/i18n-util.mjs";
4
+ import { DepartmentUserTree as K } from "agilebuilder-ui";
5
+ import { Search as L, Delete as P } from "@element-plus/icons-vue";
6
+ const Q = { class: "page-runtime-header-btn" }, W = { class: "dialog-footer" }, oe = B({ __name: "extract-workflow-runtime", props: { pageContext: {}, configure: {} }, setup(b, { expose: w }) {
7
+ const a = b, _ = r(), v = r(!1), m = r(!1), l = r({}), g = r({ loginName: [], opinion: [] }), i = a.configure.runtime ? a.configure.runtime : {}, c = r(i.props ? i.props : {}), z = i.style, E = i.class;
8
+ function k() {
9
+ return a.pageContext.canClick !== void 0 && a.pageContext.clickUuid !== void 0 && !a.pageContext.canClick && a.pageContext.clickUuid === a.configure.uuid;
10
10
  }
11
- D.props && (true === D.props.requireExtractTransactor && (j.value.loginName = [{ required: true, message: "请选择办理人", trigger: "blur" }]), true === D.props.isMustOpinion && (j.value.opinion = [{ required: true, message: "请输入意见", trigger: "change" }]));
12
- const T = l(null);
13
- function $() {
14
- q.value = true;
11
+ i.props && (i.props.requireExtractTransactor === !0 && (g.value.loginName = [{ required: !0, message: "请选择办理人", trigger: "blur" }]), i.props.isMustOpinion === !0 && (g.value.opinion = [{ required: !0, message: "请输入意见", trigger: "change" }]));
12
+ const f = r(null);
13
+ function y() {
14
+ v.value = !0;
15
15
  }
16
- function A(e3) {
17
- q.value = false, R.value.loginName = e3 ? e3.loginName : "", R.value.name = e3 ? e3.name : "";
16
+ function U(u) {
17
+ v.value = !1, l.value.loginName = u ? u.loginName : "", l.value.name = u ? u.name : "";
18
18
  }
19
- function B() {
20
- U.value.validate((e3, l2) => {
21
- if (e3) {
22
- const e4 = { loginName: R.value.loginName, opinion: R.value.opinion };
23
- y(e4, V.pageContext, V.configure, "click");
19
+ function D() {
20
+ _.value.validate((u, e) => {
21
+ if (u) {
22
+ const d = { loginName: l.value.loginName, opinion: l.value.opinion };
23
+ H(d, a.pageContext, a.configure, "click");
24
24
  }
25
25
  });
26
26
  }
27
- return a(() => {
28
- o(() => {
29
- _(null, V.pageContext, V.configure, { componentRef: T.value, entity: V.pageContext.entity.data, pageData: V.pageContext.entity.page });
27
+ return R(() => {
28
+ M(() => {
29
+ G(null, a.pageContext, a.configure, { componentRef: f.value, entity: a.pageContext.entity.data, pageData: a.pageContext.entity.page });
30
30
  });
31
- }), w2({ click: function() {
32
- T.value && T.value.$el.click();
33
- } }), (e3, l2) => {
34
- const a2 = n("el-button"), o2 = n("el-icon"), _2 = n("el-input"), y2 = n("el-form-item"), w3 = n("el-form"), V2 = n("el-dialog");
35
- return i(), t("span", N, [u(a2, { ref_key: "componentRef", ref: T, disabled: O(), class: p(s(M)), style: r(s(F)), type: E.value.type, size: E.value.size, round: E.value.round, plain: E.value.plain, loading: O(), onClick: l2[0] || (l2[0] = (e4) => z.value = true) }, { default: c(() => [d(m(s(C)(E.value.title)), 1)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]), u(V2, { modelValue: z.value, "onUpdate:modelValue": l2[6] || (l2[6] = (e4) => z.value = e4), title: "选择办理人", width: "500" }, { footer: c(() => [g("div", h, [u(a2, { onClick: l2[5] || (l2[5] = (e4) => z.value = false) }, { default: c(() => l2[7] || (l2[7] = [d("取消", -1)])), _: 1, __: [7] }), u(a2, { type: "primary", onClick: B }, { default: c(() => l2[8] || (l2[8] = [d(" 确定 ", -1)])), _: 1, __: [8] })])]), default: c(() => [u(w3, { ref_key: "ruleFormRef", ref: U, style: { "max-width": "600px" }, model: R.value, rules: j.value, "label-width": "auto" }, { default: c(() => [u(y2, { label: "办理人", prop: "loginName" }, { default: c(() => [u(_2, { "model-value": R.value.name, readonly: true, type: "text", placeholder: "选择办理人", onClick: l2[3] || (l2[3] = (e4) => $()) }, { append: c(() => [u(o2, { class: "el-input__icon", onClick: l2[1] || (l2[1] = (e4) => $()) }, { default: c(() => [u(s(x))]), _: 1 }), u(o2, { class: "el-input__icon", onClick: l2[2] || (l2[2] = (e4) => (R.value.loginName = "", void (R.value.name = ""))) }, { default: c(() => [u(s(b))]), _: 1 })]), _: 1 }, 8, ["model-value"])]), _: 1 }), u(y2, { label: "意见", prop: "opinion" }, { default: c(() => [u(_2, { modelValue: R.value.opinion, "onUpdate:modelValue": l2[4] || (l2[4] = (e4) => R.value.opinion = e4), type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }), q.value ? (i(), v(s(k), { key: 0, width: "60%", multiple: false, onClose: A })) : f("", true)]), _: 1 }, 8, ["model", "rules"])]), _: 1 }, 8, ["modelValue"])]);
31
+ }), w({ click: function() {
32
+ f.value && f.value.$el.click();
33
+ } }), (u, e) => {
34
+ const d = s("el-button"), x = s("el-icon"), N = s("el-input"), h = s("el-form-item"), T = s("el-form"), q = s("el-dialog");
35
+ return V(), S("span", Q, [o(d, { ref_key: "componentRef", ref: f, disabled: k(), class: A(p(E)), style: $(p(z)), type: c.value.type, size: c.value.size, round: c.value.round, plain: c.value.plain, loading: k(), onClick: e[0] || (e[0] = (n) => m.value = !0) }, { default: t(() => [C(F(p(J)(c.value.title)), 1)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]), o(q, { modelValue: m.value, "onUpdate:modelValue": e[6] || (e[6] = (n) => m.value = n), title: "选择办理人", width: "500" }, { footer: t(() => [I("div", W, [o(d, { onClick: e[5] || (e[5] = (n) => m.value = !1) }, { default: t(() => e[7] || (e[7] = [C("取消", -1)])), _: 1, __: [7] }), o(d, { type: "primary", onClick: D }, { default: t(() => e[8] || (e[8] = [C(" 确定 ", -1)])), _: 1, __: [8] })])]), default: t(() => [o(T, { ref_key: "ruleFormRef", ref: _, style: { "max-width": "600px" }, model: l.value, rules: g.value, "label-width": "auto" }, { default: t(() => [o(h, { label: "办理人", prop: "loginName" }, { default: t(() => [o(N, { "model-value": l.value.name, readonly: !0, type: "text", placeholder: "选择办理人", onClick: e[3] || (e[3] = (n) => y()) }, { append: t(() => [o(x, { class: "el-input__icon", onClick: e[1] || (e[1] = (n) => y()) }, { default: t(() => [o(p(L))]), _: 1 }), o(x, { class: "el-input__icon", onClick: e[2] || (e[2] = (n) => (l.value.loginName = "", void (l.value.name = ""))) }, { default: t(() => [o(p(P))]), _: 1 })]), _: 1 }, 8, ["model-value"])]), _: 1 }), o(h, { label: "意见", prop: "opinion" }, { default: t(() => [o(N, { modelValue: l.value.opinion, "onUpdate:modelValue": e[4] || (e[4] = (n) => l.value.opinion = n), type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }), v.value ? (V(), O(p(K), { key: 0, width: "60%", multiple: !1, onClose: U })) : j("", !0)]), _: 1 }, 8, ["model", "rules"])]), _: 1 }, 8, ["modelValue"])]);
36
36
  };
37
37
  } });
38
38
  export {
39
- w as default
39
+ oe as default
40
40
  };
@@ -1,4 +1,4 @@
1
- import e from "./pictureflow-runtime.vue2.mjs";
1
+ import o from "./pictureflow-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,20 +1,20 @@
1
- import { defineComponent as e, ref as t, watch as n, resolveComponent as o, createElementBlock as i, createBlock as r, unref as s, openBlock as a, toDisplayString as l, normalizeStyle as u } from "vue";
2
- import { getWorkflowId as p } from "../../../../utils/common-util.mjs";
3
- const f = { key: 0 }, m = e({ __name: "pictureflow-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
4
- var _a;
5
- const m2 = e2, g = t(null), x = (_a = m2.configure.sytle) == null ? void 0 : _a._heightStyle;
6
- if (x && (x + "").indexOf("px") > 0) {
7
- const e3 = x.substring(0, x.lastIndexOf("px"));
8
- g.value = Number(e3) - 20;
9
- } else g.value = window.innerHeight - 120;
10
- const y = t(null), c = p(m2.pageContext);
11
- return m2.pageContext.entity && m2.pageContext.entity.task && n(m2.pageContext.entity.task.id, () => {
12
- c && y.value && y.value.refresh();
13
- }, { immediate: true }), (e3, t2) => {
14
- const n2 = o("workflow-history");
15
- return s(c) ? (a(), r(n2, { key: 1, id: s(c), ref_key: "historyGraphRef", ref: y, style: u({ maxHeight: g.value + "px" }) }, null, 8, ["id", "style"])) : (a(), i("span", f, l(e3.$t("superPageRuntimeMessage.flowNotStart")), 1));
1
+ import { defineComponent as m, ref as l, watch as g, resolveComponent as c, createElementBlock as y, createBlock as x, unref as i, openBlock as p, toDisplayString as d, normalizeStyle as k } from "vue";
2
+ import { getWorkflowId as h } from "../../../../utils/common-util.mjs";
3
+ const w = { key: 0 }, _ = m({ __name: "pictureflow-runtime", props: { pageContext: {}, configure: {} }, setup(u) {
4
+ var r;
5
+ const e = u, n = l(null), t = (r = e.configure.sytle) == null ? void 0 : r._heightStyle;
6
+ if (t && (t + "").indexOf("px") > 0) {
7
+ const s = t.substring(0, t.lastIndexOf("px"));
8
+ n.value = Number(s) - 20;
9
+ } else n.value = window.innerHeight - 120;
10
+ const a = l(null), o = h(e.pageContext);
11
+ return e.pageContext.entity && e.pageContext.entity.task && g(e.pageContext.entity.task.id, () => {
12
+ o && a.value && a.value.refresh();
13
+ }, { immediate: !0 }), (s, C) => {
14
+ const f = c("workflow-history");
15
+ return i(o) ? (p(), x(f, { key: 1, id: i(o), ref_key: "historyGraphRef", ref: a, style: k({ maxHeight: n.value + "px" }) }, null, 8, ["id", "style"])) : (p(), y("span", w, d(s.$t("superPageRuntimeMessage.flowNotStart")), 1));
16
16
  };
17
17
  } });
18
18
  export {
19
- m as default
19
+ _ as default
20
20
  };
@@ -1,4 +1,4 @@
1
- import t from "./textflow-runtime.vue2.mjs";
1
+ import o from "./textflow-runtime.vue2.mjs";
2
2
  export {
3
- t as default
3
+ o as default
4
4
  };
@@ -1,23 +1,23 @@
1
- import { defineComponent as e, ref as t, watch as n, resolveComponent as o, createElementBlock as i, createBlock as s, unref as r, openBlock as l, toDisplayString as a, normalizeStyle as u } from "vue";
2
- import { getWorkflowId as p } from "../../../../utils/common-util.mjs";
3
- const f = { key: 0 }, g = e({ __name: "textflow-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
4
- var _a;
5
- const g2 = e2, m = t(null), x = (_a = g2.configure.sytle) == null ? void 0 : _a._heightStyle;
6
- if (x && (x + "").indexOf("px") > 0) {
7
- const e3 = x.substring(0, x.lastIndexOf("px"));
8
- m.value = Number(e3) - 20;
9
- } else m.value = window.innerHeight - 120;
10
- const y = t(null), w = p(g2.pageContext);
11
- return g2.pageContext.entity && g2.pageContext.entity.task && n(() => {
12
- var _a2;
13
- return (_a2 = g2.pageContext.entity.task) == null ? void 0 : _a2.id;
1
+ import { defineComponent as g, ref as l, watch as m, resolveComponent as y, createElementBlock as x, createBlock as c, unref as i, openBlock as p, toDisplayString as k, normalizeStyle as w } from "vue";
2
+ import { getWorkflowId as d } from "../../../../utils/common-util.mjs";
3
+ const h = { key: 0 }, _ = g({ __name: "textflow-runtime", props: { pageContext: {}, configure: {} }, setup(f) {
4
+ var r;
5
+ const e = f, n = l(null), o = (r = e.configure.sytle) == null ? void 0 : r._heightStyle;
6
+ if (o && (o + "").indexOf("px") > 0) {
7
+ const t = o.substring(0, o.lastIndexOf("px"));
8
+ n.value = Number(t) - 20;
9
+ } else n.value = window.innerHeight - 120;
10
+ const a = l(null), s = d(e.pageContext);
11
+ return e.pageContext.entity && e.pageContext.entity.task && m(() => {
12
+ var t;
13
+ return (t = e.pageContext.entity.task) == null ? void 0 : t.id;
14
14
  }, () => {
15
- w && y.value && g2.pageContext.entity.task && y.value.refresh();
16
- }, { immediate: true }), (e3, t2) => {
17
- const n2 = o("workflow-history-list");
18
- return r(w) ? (l(), s(n2, { key: 1, ref_key: "historyList", ref: y, "workflow-id": r(w), style: u({ maxHeight: m.value + "px" }) }, null, 8, ["workflow-id", "style"])) : (l(), i("span", f, a(e3.$t("superPageRuntimeMessage.flowNotStart")), 1));
15
+ s && a.value && e.pageContext.entity.task && a.value.refresh();
16
+ }, { immediate: !0 }), (t, C) => {
17
+ const u = y("workflow-history-list");
18
+ return i(s) ? (p(), c(u, { key: 1, ref_key: "historyList", ref: a, "workflow-id": i(s), style: w({ maxHeight: n.value + "px" }) }, null, 8, ["workflow-id", "style"])) : (p(), x("span", h, k(t.$t("superPageRuntimeMessage.flowNotStart")), 1));
19
19
  };
20
20
  } });
21
21
  export {
22
- g as default
22
+ _ as default
23
23
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./workflowbutton-runtime.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = t(o, [["__scopeId", "data-v-9b35b120"]]);
4
+ const a = t(o, [["__scopeId", "data-v-9b35b120"]]);
5
5
  export {
6
- r as default
6
+ a as default
7
7
  };
@@ -1,24 +1,23 @@
1
- import { defineComponent as e, ref as t, createElementBlock as n, openBlock as o, Fragment as r, renderList as u, createBlock as a, createCommentVNode as i } from "vue";
2
- import s from "../../object-render.vue.mjs";
3
- import { getClickEventFuncByType as m } from "../../../../utils/events/event-util.mjs";
4
- import { isVisibleWorkflowButton as c } from "../../../../utils/events/standard-event.mjs";
5
- const p = { class: "page-runtime-header-btn amb-workflowbutton-runtime-view" }, l = e({ __name: "workflowbutton-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
- var _a, _b;
7
- const l2 = e2, f = l2.configure.runtime ? l2.configure.runtime : {};
8
- t(f.style ? f.style : {}), f.class;
9
- const g = l2.pageContext.workflowButtonComponent, v = l2.pageContext.completeTaskParam, x = (_a = l2.pageContext.entity) == null ? void 0 : _a.data, C = t([]);
10
- return (_b = l2.configure.items) == null ? void 0 : _b.forEach((e3) => {
11
- (function(e4) {
12
- const t2 = function(e5) {
13
- const t3 = m(l2.pageContext, e5, "click");
14
- if (t3) {
15
- if (t3.isStandard) return t3.event.eventName;
16
- }
17
- }(e4.runtime && e4.runtime.events ? e4.runtime.events : []);
18
- return c(l2.pageContext, t2, g, v, e4, x);
19
- })(e3) && C.value.push(e3);
20
- }), (e3, t2) => (o(), n("span", p, [(o(true), n(r, null, u(C.value, (t3, u2) => (o(), n(r, null, [t3.check ? (o(), a(s, { key: u2, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"])) : i("", true)], 64))), 256))]));
1
+ import { defineComponent as v, ref as p, createElementBlock as s, openBlock as r, Fragment as f, renderList as d, createBlock as w, createCommentVNode as y } from "vue";
2
+ import B from "../../object-render.vue.mjs";
3
+ import { getClickEventFuncByType as b } from "../../../../utils/events/event-util.mjs";
4
+ import { isVisibleWorkflowButton as h } from "../../../../utils/events/standard-event.mjs";
5
+ const E = { class: "page-runtime-header-btn amb-workflowbutton-runtime-view" }, _ = v({ __name: "workflowbutton-runtime", props: { pageContext: {}, configure: {} }, setup(g) {
6
+ var m, l;
7
+ const e = g, u = e.configure.runtime ? e.configure.runtime : {};
8
+ p(u.style ? u.style : {});
9
+ const C = e.pageContext.workflowButtonComponent, k = e.pageContext.completeTaskParam, x = (m = e.pageContext.entity) == null ? void 0 : m.data, c = p([]);
10
+ return (l = e.configure.items) == null || l.forEach((n) => {
11
+ (function(t) {
12
+ const o = function(a) {
13
+ const i = b(e.pageContext, a, "click");
14
+ if (i && i.isStandard)
15
+ return i.event.eventName;
16
+ }(t.runtime && t.runtime.events ? t.runtime.events : []);
17
+ return h(e.pageContext, o, C, k, t, x);
18
+ })(n) && c.value.push(n);
19
+ }), (n, t) => (r(), s("span", E, [(r(!0), s(f, null, d(c.value, (o, a) => (r(), s(f, null, [o.check ? (r(), w(B, { key: a, pageContext: n.pageContext, configure: o }, null, 8, ["pageContext", "configure"])) : y("", !0)], 64))), 256))]));
21
20
  } });
22
21
  export {
23
- l as default
22
+ _ as default
24
23
  };
@@ -1,4 +1,4 @@
1
- import o from "./workflownode-runtime.vue2.mjs";
1
+ import r from "./workflownode-runtime.vue2.mjs";
2
2
  export {
3
- o as default
3
+ r as default
4
4
  };
@@ -1,18 +1,18 @@
1
- import { defineComponent as t, ref as e, onMounted as n, createElementBlock as a, createCommentVNode as o, openBlock as p, normalizeClass as i, unref as r, createElementVNode as u, normalizeStyle as s, toDisplayString as l } from "vue";
2
- import { getFormModelFields as g } from "../../../../utils/page-init-util.mjs";
3
- import { getVariableValue as C, setVariableValue as c } from "../../../../utils/page-helper-util.mjs";
4
- const m = t({ __name: "workflownode-runtime", props: { pageContext: {}, configure: {} }, setup(t2, { expose: m2 }) {
5
- const x = t2, y = e(false), f = x.pageContext.entity ? x.pageContext.entity : {};
6
- let T = g(x.pageContext, x.configure);
7
- const d = x.configure.runtime ? x.configure.runtime : {}, _ = e(d.props ? d.props : {}), v = d.class, E = d.headerStyle;
8
- let R = e("");
9
- return "form" === x.pageContext.pageType && x.pageContext.entity && x.pageContext.entity.data && ("EXTRACT" === x.pageContext.entity.data.PROCESS_STATE || "EXTRACT" === x.pageContext.entity.data.process_state ? R.value = "抽单办理中" : R.value = x.pageContext.entity.data.CURRENT_ACTIVITY_NAME || x.pageContext.entity.data.current_activity_name, y.value = !!x.pageContext.entity.data.WORKFLOW_ID), n(() => {
10
- }), m2({ getValue: function() {
11
- return C(f, T);
12
- }, setValue: function(t3) {
13
- return c(f, T, t3);
14
- } }), (t3, e2) => y.value ? (p(), a("span", { key: 0, class: i(r(v)) }, [u("span", { style: s(r(E)) }, [u("span", null, l(_.value.title), 1), u("span", null, l(r(R)), 1)], 4)], 2)) : o("", true);
1
+ import { defineComponent as d, ref as n, onMounted as f, createElementBlock as x, createCommentVNode as T, openBlock as _, normalizeClass as E, unref as o, createElementVNode as s, normalizeStyle as V, toDisplayString as u } from "vue";
2
+ import { getFormModelFields as v } from "../../../../utils/page-init-util.mjs";
3
+ import { getVariableValue as R, setVariableValue as S } from "../../../../utils/page-helper-util.mjs";
4
+ const I = d({ __name: "workflownode-runtime", props: { pageContext: {}, configure: {} }, setup(g, { expose: m }) {
5
+ const e = g, r = n(!1), l = e.pageContext.entity ? e.pageContext.entity : {};
6
+ let p = v(e.pageContext, e.configure);
7
+ const t = e.configure.runtime ? e.configure.runtime : {}, C = n(t.props ? t.props : {}), c = t.class, y = t.headerStyle;
8
+ let a = n("");
9
+ return e.pageContext.pageType === "form" && e.pageContext.entity && e.pageContext.entity.data && (e.pageContext.entity.data.PROCESS_STATE === "EXTRACT" || e.pageContext.entity.data.process_state === "EXTRACT" ? a.value = "抽单办理中" : a.value = e.pageContext.entity.data.CURRENT_ACTIVITY_NAME || e.pageContext.entity.data.current_activity_name, r.value = !!e.pageContext.entity.data.WORKFLOW_ID), f(() => {
10
+ }), m({ getValue: function() {
11
+ return R(l, p);
12
+ }, setValue: function(i) {
13
+ return S(l, p, i);
14
+ } }), (i, A) => r.value ? (_(), x("span", { key: 0, class: E(o(c)) }, [s("span", { style: V(o(y)) }, [s("span", null, u(C.value.title), 1), s("span", null, u(o(a)), 1)], 4)], 2)) : T("", !0);
15
15
  } });
16
16
  export {
17
- m as default
17
+ I as default
18
18
  };
@@ -1,47 +1,46 @@
1
- import { defineComponent as e, ref as t, onUnmounted as a, resolveDirective as i, withDirectives as n, createElementBlock as r, openBlock as o, createBlock as s, createCommentVNode as l, unref as m, toDisplayString as u } from "vue";
2
- import { deepCopy as h } from "../utils/common-util.mjs";
3
- import g from "./assemblys/home-chart-render.vue.mjs";
4
- import { http as c } from "agilebuilder-ui";
5
- import { updateOptionDatasources as d, updateChartDatasources as p } from "../utils/page-helper-util.mjs";
6
- import { initPageEvents as f } from "../utils/events/event-util.mjs";
7
- import { setHomeChartInitConfigValue as v } from "../utils/charts/chart-util.mjs";
8
- import { useI18n as C } from "vue-i18n";
9
- const y = { "element-loading-text": "加载中..." }, S = { key: 1 }, b = e({ name: "HomeChart", inheritAttrs: false, __name: "home-chart", props: { chartUuid: { type: String, default: "" }, homeChartSettingUserId: { type: Number, default: 0 } }, setup(e2) {
10
- const { t: b2 } = C(), I = e2, U = t(true), H = t(false), w = t(null);
11
- let x, A = t(null);
12
- return I.chartUuid && c.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + I.chartUuid).then((e3) => {
13
- var _a, _b;
14
- if (e3 && e3.designJson) {
15
- w.value = {};
16
- const t2 = JSON.parse(e3.designJson);
17
- let a2 = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
18
- if (a2) {
19
- const e4 = JSON.parse(a2);
20
- e4[I.homeChartSettingUserId] && (t2.chartJson.runtime.headerInfo ? t2.chartJson.runtime.headerInfo.title = e4[I.homeChartSettingUserId] : t2.chartJson.runtime.headerInfo = { textAlign: "center", title: e4[I.homeChartSettingUserId] });
1
+ import { defineComponent as U, ref as m, onUnmounted as b, resolveDirective as H, withDirectives as w, createElementBlock as f, openBlock as p, createBlock as k, createCommentVNode as x, unref as C, toDisplayString as A } from "vue";
2
+ import { deepCopy as v } from "../utils/common-util.mjs";
3
+ import D from "./assemblys/home-chart-render.vue.mjs";
4
+ import { http as J } from "agilebuilder-ui";
5
+ import { updateOptionDatasources as N, updateChartDatasources as O } from "../utils/page-helper-util.mjs";
6
+ import { initPageEvents as E } from "../utils/events/event-util.mjs";
7
+ import { setHomeChartInitConfigValue as P } from "../utils/charts/chart-util.mjs";
8
+ import { useI18n as _ } from "vue-i18n";
9
+ const T = { "element-loading-text": "加载中..." }, V = { key: 1 }, j = U({ name: "HomeChart", inheritAttrs: !1, __name: "home-chart", props: { chartUuid: { type: String, default: "" }, homeChartSettingUserId: { type: Number, default: 0 } }, setup(y) {
10
+ const { t: S } = _(), o = y, s = m(!0), I = m(!1), i = m(null);
11
+ let u, h = m(null);
12
+ return o.chartUuid && J.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + o.chartUuid).then((n) => {
13
+ var g, l;
14
+ if (n && n.designJson) {
15
+ i.value = {};
16
+ const e = JSON.parse(n.designJson);
17
+ let d = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
18
+ if (d) {
19
+ const t = JSON.parse(d);
20
+ t[o.homeChartSettingUserId] && (e.chartJson.runtime.headerInfo ? e.chartJson.runtime.headerInfo.title = t[o.homeChartSettingUserId] : e.chartJson.runtime.headerInfo = { textAlign: "center", title: t[o.homeChartSettingUserId] });
21
21
  }
22
- const i2 = window.frameElement;
23
- w.value = t2.chartJson, w.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (i2.clientHeight, w.value.runtime.common.style.pc_style.height = i2.clientHeight + "px");
24
- const n2 = { showHomepageSearch: false, name: e3.pageName, code: e3.pageCode, label: "", dimensions: "", version: 1, isWorkflowEntity: false, variables: t2.variables, systemCode: e3.systemCode, uuid: e3.uuid, allChartUuids: [], backendUrl: e3.backendUrl, rules: {}, pageType: "chart", beanName: t2.beanName, initChartServiceConfigs: [t2.initChartServiceConfigs], entity: { data: {}, task: {}, request: {}, page: {}, context: e3.contextParam, system: e3.systemParam } };
25
- if (((_a = w.value.pushHomepage) == null ? void 0 : _a.searchConditions) && ((_b = w.value.pushHomepage) == null ? void 0 : _b.searchConditions.length) > 0 && (n2.showHomepageSearch = true), t2.variables) {
26
- const e4 = n2.entity.page;
27
- for (const a3 of t2.variables) a3.name && (a3.isArrayElement ? e4[a3.name] = [] : a3.defaultValue ? e4[a3.name] = a3.defaultValue : e4[a3.name] = void 0);
22
+ const c = window.frameElement;
23
+ i.value = e.chartJson, i.value.homeChartSettingUserId = o.homeChartSettingUserId, c && (c.clientHeight, i.value.runtime.common.style.pc_style.height = c.clientHeight + "px");
24
+ const r = { showHomepageSearch: !1, name: n.pageName, code: n.pageCode, label: "", dimensions: "", version: 1, isWorkflowEntity: !1, variables: e.variables, systemCode: n.systemCode, uuid: n.uuid, allChartUuids: [], backendUrl: n.backendUrl, rules: {}, pageType: "chart", beanName: e.beanName, initChartServiceConfigs: [e.initChartServiceConfigs], entity: { data: {}, task: {}, request: {}, page: {}, context: n.contextParam, system: n.systemParam } };
25
+ if ((g = i.value.pushHomepage) != null && g.searchConditions && ((l = i.value.pushHomepage) == null ? void 0 : l.searchConditions.length) > 0 && (r.showHomepageSearch = !0), e.variables) {
26
+ const t = r.entity.page;
27
+ for (const a of e.variables) a.name && (a.isArrayElement ? t[a.name] = [] : a.defaultValue ? t[a.name] = a.defaultValue : t[a.name] = void 0);
28
28
  }
29
- t2.initOptionConfigs && t2.initOptionConfigs.length > 0 && d(n2, t2.initOptionConfigs, void 0), v(w.value.pushHomepage.initConfig, n2, I.homeChartSettingUserId), f(t2, n2), A.value = n2, x = setTimeout(() => {
30
- !function(e4, t3) {
31
- if (!t3 || 0 == t3.length) return;
32
- e4.initChartData = {}, e4.initChartData.data = h(e4.entity.data), e4.initChartData.page = h(e4.entity.page), t3 && t3.length > 0 && p(e4, t3, null, true);
33
- }(A.value, [t2.initChartServiceConfigs]);
29
+ e.initOptionConfigs && e.initOptionConfigs.length > 0 && N(r, e.initOptionConfigs, void 0), P(i.value.pushHomepage.initConfig, r, o.homeChartSettingUserId), E(e, r), h.value = r, u = setTimeout(() => {
30
+ (function(t, a) {
31
+ !a || a.length == 0 || (t.initChartData = {}, t.initChartData.data = v(t.entity.data), t.initChartData.page = v(t.entity.page), a && a.length > 0 && O(t, a, null, !0));
32
+ })(h.value, [e.initChartServiceConfigs]);
34
33
  }, 200);
35
- } else H.value = true, U.value = false;
34
+ } else I.value = !0, s.value = !1;
36
35
  }).finally(() => {
37
- U.value = false;
38
- }), a(() => {
39
- x && clearTimeout(x);
40
- }), (e3, t2) => {
41
- const a2 = i("loading");
42
- return n((o(), r("div", y, [!U.value && w.value ? (o(), s(g, { key: 0, configure: w.value, pageContext: m(A) }, null, 8, ["configure", "pageContext"])) : U.value || w.value ? l("", true) : (o(), r("div", S, u(m(b2)("superPageRuntimeMessage.noChartSetting")), 1))])), [[a2, U.value]]);
36
+ s.value = !1;
37
+ }), b(() => {
38
+ u && clearTimeout(u);
39
+ }), (n, g) => {
40
+ const l = H("loading");
41
+ return w((p(), f("div", T, [!s.value && i.value ? (p(), k(D, { key: 0, configure: i.value, pageContext: C(h) }, null, 8, ["configure", "pageContext"])) : s.value || i.value ? x("", !0) : (p(), f("div", V, A(C(S)("superPageRuntimeMessage.noChartSetting")), 1))])), [[l, s.value]]);
43
42
  };
44
43
  } });
45
44
  export {
46
- b as default
45
+ j as default
47
46
  };
@@ -1,4 +1,4 @@
1
- import e from "./home-chart.vue.mjs";
1
+ import o from "./home-chart.vue.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,26 +1,26 @@
1
- import { defineComponent as e, ref as a, resolveComponent as l, createBlock as u, openBlock as t, withCtx as n, createElementBlock as o, createCommentVNode as r } from "vue";
2
- import i from "./super-page.vue.mjs";
3
- const s = ["src"], d = { key: 1, class: "amb-super-page-runtime-dialog-iframe", frameborder: "0", marginwidth: "0", marginheight: "0", width: "100%", allowtransparency: "no" }, g = e({ __name: "super-page-dialog", props: { parentPageContext: {}, parentPageEventParams: {}, jumpPageSetting: {}, isTest: { type: Boolean }, customParams: {} }, emits: ["open", "opened", "close", "closed"], setup(e2, { emit: g2 }) {
4
- const p = e2, v = g2, m = a(true), c = p.jumpPageSetting ? p.jumpPageSetting : null, P = a(null), f = a(null), h = a(null), w = a(null), C = a(null), j = a(null), b = a({}), y = a(false), k = a(false), O = a("rtl"), I = a(null), _ = a(false), x = a(null), V = a(true), S = a(false);
5
- if (c) {
6
- V.value = (c == null ? void 0 : c.alignCenter) ?? true, S.value = (c == null ? void 0 : c.fullscreen) ?? false, _.value = !(!c || void 0 === c._isIframe) && c._isIframe, x.value = c && c._path ? c._path : null, j.value = c && c.dialogType ? c.dialogType : "dialog", y.value = !(!c || !c.draggable) && c.draggable, k.value = !(!c || !c.overflow) && c.overflow, O.value = c && c.showPosition ? c.showPosition : "rtl", f.value = c && c.jumpPageTitle ? c.jumpPageTitle : null, P.value = c && c.jumpPageWidth ? c.jumpPageWidth : "dialog" === j.value ? "calc(100% - 30px)" : "100%", I.value = c && c.jumpPageHeight ? c.jumpPageHeight : null, h.value = c && c.pageCode, w.value = c && c.dataId ? c.dataId : null, C.value = c && c.taskId ? c.taskId : null;
7
- const e3 = !!c.isNeedId;
8
- if (p.parentPageEventParams) {
1
+ import { defineComponent as q, ref as l, resolveComponent as O, createBlock as v, openBlock as u, withCtx as I, createElementBlock as _, createCommentVNode as x } from "vue";
2
+ import V from "./super-page.vue.mjs";
3
+ const B = ["src"], H = { key: 1, class: "amb-super-page-runtime-dialog-iframe", frameborder: "0", marginwidth: "0", marginheight: "0", width: "100%", allowtransparency: "no" }, z = q({ __name: "super-page-dialog", props: { parentPageContext: {}, parentPageEventParams: {}, jumpPageSetting: {}, isTest: { type: Boolean }, customParams: {} }, emits: ["open", "opened", "close", "closed"], setup(S, { emit: E }) {
4
+ const o = S, r = E, P = l(!0), e = o.jumpPageSetting ? o.jumpPageSetting : null, m = l(null), c = l(null), i = l(null), s = l(null), f = l(null), p = l(null), t = l({}), h = l(!1), w = l(!1), C = l("rtl"), b = l(null), d = l(!1), j = l(null), y = l(!0), k = l(!1);
5
+ if (e) {
6
+ y.value = (e == null ? void 0 : e.alignCenter) ?? !0, k.value = (e == null ? void 0 : e.fullscreen) ?? !1, d.value = !(!e || e._isIframe === void 0) && e._isIframe, j.value = e && e._path ? e._path : null, p.value = e && e.dialogType ? e.dialogType : "dialog", h.value = !(!e || !e.draggable) && e.draggable, w.value = !(!e || !e.overflow) && e.overflow, C.value = e && e.showPosition ? e.showPosition : "rtl", c.value = e && e.jumpPageTitle ? e.jumpPageTitle : null, m.value = e && e.jumpPageWidth ? e.jumpPageWidth : p.value === "dialog" ? "calc(100% - 30px)" : "100%", b.value = e && e.jumpPageHeight ? e.jumpPageHeight : null, i.value = e && e.pageCode, s.value = e && e.dataId ? e.dataId : null, f.value = e && e.taskId ? e.taskId : null;
7
+ const g = !!e.isNeedId;
8
+ if (o.parentPageEventParams) {
9
9
  try {
10
- const e4 = JSON.parse(JSON.stringify(p.parentPageEventParams));
11
- e4.pageContext && delete e4.pageContext, e4.configureObj && delete e4.configureObj, Object.assign(b.value, e4);
12
- } catch (e4) {
13
- console.error(e4);
10
+ const a = JSON.parse(JSON.stringify(o.parentPageEventParams));
11
+ a.pageContext && delete a.pageContext, a.configureObj && delete a.configureObj, Object.assign(t.value, a);
12
+ } catch (a) {
13
+ console.error(a);
14
14
  }
15
- null !== w.value && void 0 !== w.value || (w.value = p.parentPageEventParams.id);
15
+ s.value !== null && s.value !== void 0 || (s.value = o.parentPageEventParams.id);
16
16
  }
17
- b.value.parentPageCode = c && c.parentPageCode ? c.parentPageCode : null, b.value.parentPageVersion = c && c.parentPageVersion ? c.parentPageVersion : null, b.value.jumpMode = c ? c.jumpMode : null, b.value.id = w.value, b.value.isNeedId = e3, b.value.taskId = C.value, p.customParams && Object.assign(b.value, p.customParams);
17
+ t.value.parentPageCode = e && e.parentPageCode ? e.parentPageCode : null, t.value.parentPageVersion = e && e.parentPageVersion ? e.parentPageVersion : null, t.value.jumpMode = e ? e.jumpMode : null, t.value.id = s.value, t.value.isNeedId = g, t.value.taskId = f.value, o.customParams && Object.assign(t.value, o.customParams);
18
18
  }
19
- return (e3, a2) => {
20
- const g3 = l("el-drawer"), p2 = l("el-dialog");
21
- return j.value && "drawer" === j.value ? (t(), u(g3, { key: 0, modelValue: m.value, "onUpdate:modelValue": a2[0] || (a2[0] = (e4) => m.value = e4), title: f.value, direction: O.value, size: P.value, class: "content-drawer amb-super-page-runtime-drawer-view", onOpen: a2[1] || (a2[1] = (e4) => v("open")), onOpened: a2[2] || (a2[2] = (e4) => v("opened")), onClose: a2[3] || (a2[3] = (e4) => v("close")), onClosed: a2[4] || (a2[4] = (e4) => v("closed")) }, { default: n(() => [!_.value && h.value ? (t(), u(i, { key: 0, pageCode: h.value, pageRequest: b.value, isDialog: true }, null, 8, ["pageCode", "pageRequest"])) : _.value ? (t(), o("iframe", { key: 1, src: x.value, class: "amb-super-page-runtime-drawer-iframe", frameborder: "0", marginwidth: "0", marginheight: "0", width: "100%", allowtransparency: "no" }, null, 8, s)) : r("", true)]), _: 1 }, 8, ["modelValue", "title", "direction", "size"])) : (t(), u(p2, { key: 1, "model-value": "", title: f.value, "close-on-click-modal": false, "append-to-body": "", width: P.value, fullscreen: S.value, alignCenter: V.value, draggable: y.value, overflow: k.value, class: "amb-super-page-runtime-dialog-view", onOpen: a2[5] || (a2[5] = (a3) => e3.$emit("open")), onOpend: a2[6] || (a2[6] = (a3) => e3.$emit("opend")), onClose: a2[7] || (a2[7] = (e4) => v("close")), onClosed: a2[8] || (a2[8] = (a3) => e3.$emit("closed")) }, { default: n(() => [!_.value && h.value ? (t(), u(i, { key: 0, style: { "min-height": "100px" }, pageCode: h.value, pageRequest: b.value, contentHeight: I.value, isDialog: true }, null, 8, ["pageCode", "pageRequest", "contentHeight"])) : _.value ? (t(), o("iframe", d)) : r("", true)]), _: 1 }, 8, ["title", "width", "fullscreen", "alignCenter", "draggable", "overflow"]));
19
+ return (g, a) => {
20
+ const N = O("el-drawer"), T = O("el-dialog");
21
+ return p.value && p.value === "drawer" ? (u(), v(N, { key: 0, modelValue: P.value, "onUpdate:modelValue": a[0] || (a[0] = (n) => P.value = n), title: c.value, direction: C.value, size: m.value, class: "content-drawer amb-super-page-runtime-drawer-view", onOpen: a[1] || (a[1] = (n) => r("open")), onOpened: a[2] || (a[2] = (n) => r("opened")), onClose: a[3] || (a[3] = (n) => r("close")), onClosed: a[4] || (a[4] = (n) => r("closed")) }, { default: I(() => [!d.value && i.value ? (u(), v(V, { key: 0, pageCode: i.value, pageRequest: t.value, isDialog: !0 }, null, 8, ["pageCode", "pageRequest"])) : d.value ? (u(), _("iframe", { key: 1, src: j.value, class: "amb-super-page-runtime-drawer-iframe", frameborder: "0", marginwidth: "0", marginheight: "0", width: "100%", allowtransparency: "no" }, null, 8, B)) : x("", !0)]), _: 1 }, 8, ["modelValue", "title", "direction", "size"])) : (u(), v(T, { key: 1, "model-value": "", title: c.value, "close-on-click-modal": !1, "append-to-body": "", width: m.value, fullscreen: k.value, alignCenter: y.value, draggable: h.value, overflow: w.value, class: "amb-super-page-runtime-dialog-view", onOpen: a[5] || (a[5] = (n) => g.$emit("open")), onOpend: a[6] || (a[6] = (n) => g.$emit("opend")), onClose: a[7] || (a[7] = (n) => r("close")), onClosed: a[8] || (a[8] = (n) => g.$emit("closed")) }, { default: I(() => [!d.value && i.value ? (u(), v(V, { key: 0, style: { "min-height": "100px" }, pageCode: i.value, pageRequest: t.value, contentHeight: b.value, isDialog: !0 }, null, 8, ["pageCode", "pageRequest", "contentHeight"])) : d.value ? (u(), _("iframe", H)) : x("", !0)]), _: 1 }, 8, ["title", "width", "fullscreen", "alignCenter", "draggable", "overflow"]));
22
22
  };
23
23
  } });
24
24
  export {
25
- g as default
25
+ z as default
26
26
  };
@@ -1,5 +1,5 @@
1
- import e from "./super-page-dialog.vue.mjs";
1
+ import r from "./super-page-dialog.vue.mjs";
2
2
  /* empty css */
3
3
  export {
4
- e as default
4
+ r as default
5
5
  };
@@ -1,7 +1,7 @@
1
- import e from "./super-page.vue2.mjs";
1
+ import o from "./super-page.vue2.mjs";
2
2
  /* empty css */
3
- import p from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = p(e, [["__scopeId", "data-v-ac38da23"]]);
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const m = r(o, [["__scopeId", "data-v-ac38da23"]]);
5
5
  export {
6
- r as default
6
+ m as default
7
7
  };