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,288 +1,285 @@
1
- import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as o, nextTick as n, onUnmounted as u, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, normalizeClass as p, createCommentVNode as m, normalizeStyle as c, createVNode as g, createBlock as f, createElementVNode as d, Fragment as y, renderList as h, unref as C, watch as P } from "vue";
2
- import b from "./assemblys/object-render.vue.mjs";
3
- import { updateOptionDatasources as k, updateChartDatasources as j } from "../utils/page-helper-util.mjs";
4
- import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as S, packageAdditionalMapWithLocationSearch as D, packageAdditionalMapWithRoute as w, packageAdditionalMapWithPageRequest as N } from "../utils/page-init-util.mjs";
5
- import { addComponentRef as q, removePageAllRef as T, initComponentRefState as R } from "../utils/global-refs.mjs";
6
- import { removeCustomFuncFromWindow as _, handleEvent as O, initPageEvents as F, getCustomFunc as I } from "../utils/events/event-util.mjs";
7
- import M from "./assemblys/common/export-form-report-dialog.vue.mjs";
8
- import A from "./assemblys/common/task-informition-dialog.vue.mjs";
9
- import E from "./assemblys/common/remove-signer-dialog.vue.mjs";
10
- import V from "./assemblys/common/remove-transactor-dialog.vue.mjs";
11
- import W from "../utils/eventBus.mjs";
12
- import { doFileTaskFunc as B, getTaskInformitions as J, getRemoveSigner as U, getRemoveTransactor as H, getFormData as L, exportFormReport as z, doImportFinally as Q, doAddSigner as G, doCreateCopyTask as K, doAssign as X, doAddTransactor as Y, doReturnTaskTo as Z, doRemoveSigners as ee, doRemoveTransactors as ae, updateValuesWhenCloseDialog as te, refreshFormOrListPage as le, saveChartConditionBase as oe, getAdditionalParamMap as ne } from "../utils/events/standard-event.mjs";
13
- import "../utils/api/api-util.mjs";
14
- import { ElMessage as ue } from "element-plus";
15
- import { useI18n as ie } from "vue-i18n";
16
- import { isMobileBrowser as se, setSessionCache as re, DepartmentUserTree as ve, jumpToPage as pe, getUsername as me, store as ce } from "agilebuilder-ui";
17
- import { i18nValidateRulesMessage as ge } from "../utils/events/validator-util.mjs";
18
- import fe from "./super-page-dialog.vue.mjs";
1
+ import { defineComponent as Qe, ref as l, getCurrentInstance as Ge, onMounted as Ke, onUpdated as Xe, nextTick as Ne, onUnmounted as Ye, resolveDirective as Ze, withDirectives as ea, createElementBlock as ce, openBlock as C, normalizeClass as qe, createCommentVNode as R, normalizeStyle as aa, createVNode as Fe, createBlock as w, createElementVNode as ta, Fragment as oa, renderList as na, unref as Z, watch as la } from "vue";
2
+ import ua from "./assemblys/object-render.vue.mjs";
3
+ import { updateOptionDatasources as sa, updateChartDatasources as ia } from "../utils/page-helper-util.mjs";
4
+ import { queryPageDesignWhenPreview as ra, queryPageDesignByCode as va, convertToPageContext as pa, packageAdditionalMapWithLocationSearch as ma, packageAdditionalMapWithRoute as ca, packageAdditionalMapWithPageRequest as ga } from "../utils/page-init-util.mjs";
5
+ import { addComponentRef as da, removePageAllRef as fa, initComponentRefState as ya } from "../utils/global-refs.mjs";
6
+ import { removeCustomFuncFromWindow as Ca, handleEvent as ee, initPageEvents as ha, getCustomFunc as Pa } from "../utils/events/event-util.mjs";
7
+ import ka from "./assemblys/common/export-form-report-dialog.vue.mjs";
8
+ import xa from "./assemblys/common/task-informition-dialog.vue.mjs";
9
+ import ba from "./assemblys/common/remove-signer-dialog.vue.mjs";
10
+ import Ta from "./assemblys/common/remove-transactor-dialog.vue.mjs";
11
+ import s from "../utils/eventBus.mjs";
12
+ import { doFileTaskFunc as je, getTaskInformitions as Da, getRemoveSigner as Sa, getRemoveTransactor as $a, getFormData as Ra, exportFormReport as wa, doImportFinally as Na, doAddSigner as qa, doCreateCopyTask as Fa, doAssign as ja, doAddTransactor as Ma, doReturnTaskTo as Ia, doRemoveSigners as Oa, doRemoveTransactors as _a, updateValuesWhenCloseDialog as Aa, refreshFormOrListPage as Ea, saveChartConditionBase as Wa, getAdditionalParamMap as Va } from "../utils/events/standard-event.mjs";
13
+ import { ElMessage as ge } from "element-plus";
14
+ import { useI18n as Ba } from "vue-i18n";
15
+ import { isMobileBrowser as Ua, setSessionCache as La, DepartmentUserTree as Ja, jumpToPage as za, getUsername as Ha, store as Qa } from "agilebuilder-ui";
16
+ import { i18nValidateRulesMessage as Ga } from "../utils/events/validator-util.mjs";
17
+ import Ka from "./super-page-dialog.vue.mjs";
19
18
  /* empty css */
20
- import { useRoute as de, useRouter as ye } from "vue-router";
21
- import { deepCopy as he, refreshMobileDialogType as Ce } from "../utils/common-util.mjs";
22
- import { usePageContextStore as Pe } from "../utils/page-store.mjs";
23
- import be from "./assemblys/common/save-chart-condition-dialog.vue.mjs";
24
- import ke from "../utils/ai-chat-util.mjs";
25
- import je from "./assemblys/page-bottom.vue.mjs";
26
- import xe from "./assemblys/common/event-call-component.vue.mjs";
27
- import { scrollIntoViewWithContainer as $e } from "../utils/anchor-util.mjs";
28
- const Se = e({ __name: "super-page", props: { pageCode: { type: String, required: false }, pageVersion: { type: Number, required: false }, pageId: { type: Number, required: false }, dataId: { type: Number, required: false }, pageDesign: { type: Object, required: false }, isTest: { type: Boolean, required: false }, dimensions: { type: String, required: false }, publishVersion: { type: Number, required: false }, taskId: { type: Number, required: false }, pageRequest: { type: Object, required: false }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: false }, isPreview: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(e2, { expose: Se2, emit: De }) {
29
- const we = Pe(), { t: Ne } = ie(), qe = e2, Te = a(false), Re = a(""), _e = { list: "list-page-container", form: "form-page-container" }, Oe = a(null), Fe = a([]), Ie = a(""), Me = a({}), Ae = a(null), Ee = a(null), Ve = a(false), We = a(false), Be = a(false), Je = a(false), Ue = a(false), He = a(false), Le = a(null), ze = a(false), Qe = a([]), Ge = a([]), Ke = a([]), Xe = a(false), Ye = a(false), Ze = a(null), ea = a(false), aa = a(false), ta = a(null), la = a(null), oa = a(null), na = a(null);
30
- let ua = a(null);
31
- const ia = a(null), sa = a(null), ra = de(), va = a(0), pa = se();
32
- let ma, ca;
33
- const ga = a(false), fa = a(null), da = a(false), ya = a(null);
34
- function ha(e3) {
35
- const a2 = S(e3);
36
- return a2.isTest = qe.isTest, a2.isTest && qe.dimensions && (a2.dimensions = qe.dimensions), qe.isDialog || (D(a2.entity.request), w(ra, a2.entity.request)), N(qe.pageRequest, a2.entity.request), a2;
19
+ import { useRoute as Xa, useRouter as Ya } from "vue-router";
20
+ import { deepCopy as ae, refreshMobileDialogType as Za } from "../utils/common-util.mjs";
21
+ import { usePageContextStore as et } from "../utils/page-store.mjs";
22
+ import at from "./assemblys/common/save-chart-condition-dialog.vue.mjs";
23
+ import Me from "../utils/ai-chat-util.mjs";
24
+ import tt from "./assemblys/page-bottom.vue.mjs";
25
+ import ot from "./assemblys/common/event-call-component.vue.mjs";
26
+ import { scrollIntoViewWithContainer as nt } from "../utils/anchor-util.mjs";
27
+ const Ft = Qe({ __name: "super-page", props: { pageCode: { type: String, required: !1 }, pageVersion: { type: Number, required: !1 }, pageId: { type: Number, required: !1 }, dataId: { type: Number, required: !1 }, pageDesign: { type: Object, required: !1 }, isTest: { type: Boolean, required: !1 }, dimensions: { type: String, required: !1 }, publishVersion: { type: Number, required: !1 }, taskId: { type: Number, required: !1 }, pageRequest: { type: Object, required: !1 }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: !1 }, isPreview: { type: Boolean, required: !1 } }, emits: ["open", "opened", "close", "closed"], setup(Ie, { expose: Oe, emit: lt }) {
28
+ const B = et(), { t: te } = Ba(), d = Ie, F = l(!1), de = l(""), _e = { list: "list-page-container", form: "form-page-container" }, j = l(null), fe = l([]), ye = l(""), Ce = l({}), U = l(null), v = l(null), L = l(!1), J = l(!1), z = l(!1), H = l(!1), Q = l(!1), O = l(!1), i = l(null), _ = l(!1), oe = l([]), ne = l([]), le = l([]), A = l(!1), E = l(!1), G = l(null), ue = l(!1), K = l(!1), x = l(null), m = l(null), S = l(null), b = l(null);
29
+ let o = l(null);
30
+ const se = l(null), ie = l(null), X = Xa(), he = l(0), re = Ua();
31
+ let ve, pe;
32
+ const Y = l(!1), Pe = l(null), me = l(!1), ke = l(null);
33
+ function xe(e) {
34
+ const t = pa(e);
35
+ return t.isTest = d.isTest, t.isTest && d.dimensions && (t.dimensions = d.dimensions), d.isDialog || (ma(t.entity.request), ca(X, t.entity.request)), ga(d.pageRequest, t.entity.request), t;
37
36
  }
38
- function Ca(e3) {
39
- var _a2;
40
- const a2 = ha(e3);
41
- if (ua.value = a2, null == ua.value) return;
42
- ua.value.isDialog = true === qe.isDialog, Re.value = _e[ua.value.pageType] ?? "", ma = setTimeout(() => {
43
- !function(e4, a3) {
44
- if (!a3 || 0 == a3.length) return;
45
- const t3 = a3.filter((e5) => "remote" != e5.filterType);
46
- t3 && t3.length > 0 && k(e4, t3, void 0);
47
- }(ua.value, e3.initOptionConfigs);
48
- }, 0), ca = setTimeout(() => {
49
- e3.initChartServiceConfigs, function(e4, a3) {
50
- if (!a3 || 0 == a3.length) return;
51
- if (e4.initChartData = {}, e4.initChartData.data = he(e4.entity.data), e4.initChartData.page = he(e4.entity.page), a3 && a3.length > 0) {
52
- const t3 = a3.filter((e5) => false !== e5.initializationQuery);
53
- j(e4, t3, null, true);
37
+ function be(e) {
38
+ var h;
39
+ const t = xe(e);
40
+ if (o.value = t, o.value == null) return;
41
+ o.value.isDialog = d.isDialog === !0, de.value = _e[o.value.pageType] ?? "", ve = setTimeout(() => {
42
+ (function(a, u) {
43
+ if (!u || u.length == 0) return;
44
+ const y = u.filter((T) => T.filterType != "remote");
45
+ y && y.length > 0 && sa(a, y, void 0);
46
+ })(o.value, e.initOptionConfigs);
47
+ }, 0), pe = setTimeout(() => {
48
+ e.initChartServiceConfigs, function(a, u) {
49
+ if (!(!u || u.length == 0) && (a.initChartData = {}, a.initChartData.data = ae(a.entity.data), a.initChartData.page = ae(a.entity.page), u && u.length > 0)) {
50
+ const y = u.filter((T) => T.initializationQuery !== !1);
51
+ ia(a, y, null, !0);
54
52
  }
55
- }(ua.value, e3.initChartServiceConfigs);
56
- }, 200), ua.value.initDataSources = [], R(ua.value), Fe.value = ua.value.items ? ua.value.items : [];
57
- const t2 = ua.value.runtime ? ua.value.runtime : {};
58
- Ie.value = t2.class, Me.value = t2.style, F(e3, ua.value), ge(ua.value.rules), O(null, ua.value, e3, "beforeload");
59
- const l2 = ua.value.code;
60
- return we.setPageContext(ua.value), Le.value = l2 + "_", W.$on(Le.value + "export-form-report", (e4) => {
61
- Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = false, Ve.value = true;
62
- }), W.$on(Le.value + "export-pdf-report", (e4) => {
63
- Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = true, Ve.value = true;
64
- }), W.$on(Le.value + "import-file", (e4) => {
65
- Ee.value = e4, $a.value.click();
66
- }), W.$on(Le.value + "assign-task", (e4) => {
67
- Ee.value = e4, Ue.value = true, He.value = false;
68
- }), W.$on(Le.value + "copy-task", (e4) => {
69
- Ee.value = e4, Je.value = true, He.value = true;
70
- }), W.$on(Le.value + "add-signer", (e4) => {
71
- Ee.value = e4, We.value = true, He.value = true;
72
- }), W.$on(Le.value + "choose-return-node", (e4) => {
73
- Ee.value = e4, J(e4).then((e5) => {
74
- Qe.value = e5, ze.value = true;
75
- }).catch((e5) => {
76
- ze.value = false;
53
+ }(o.value, e.initChartServiceConfigs);
54
+ }, 200), o.value.initDataSources = [], ya(o.value), fe.value = o.value.items ? o.value.items : [];
55
+ const n = o.value.runtime ? o.value.runtime : {};
56
+ ye.value = n.class, Ce.value = n.style, ha(e, o.value), Ga(o.value.rules), ee(null, o.value, e, "beforeload");
57
+ const f = o.value.code;
58
+ return B.setPageContext(o.value), i.value = f + "_", s.$on(i.value + "export-form-report", (a) => {
59
+ v.value = a, se.value = a.configureObj, ie.value = a.pageContext, me.value = !1, L.value = !0;
60
+ }), s.$on(i.value + "export-pdf-report", (a) => {
61
+ v.value = a, se.value = a.configureObj, ie.value = a.pageContext, me.value = !0, L.value = !0;
62
+ }), s.$on(i.value + "import-file", (a) => {
63
+ v.value = a, N.value.click();
64
+ }), s.$on(i.value + "assign-task", (a) => {
65
+ v.value = a, Q.value = !0, O.value = !1;
66
+ }), s.$on(i.value + "copy-task", (a) => {
67
+ v.value = a, H.value = !0, O.value = !0;
68
+ }), s.$on(i.value + "add-signer", (a) => {
69
+ v.value = a, J.value = !0, O.value = !0;
70
+ }), s.$on(i.value + "choose-return-node", (a) => {
71
+ v.value = a, Da(a).then((u) => {
72
+ oe.value = u, _.value = !0;
73
+ }).catch((u) => {
74
+ _.value = !1;
77
75
  });
78
- }), W.$on(Le.value + "remove-signer", (e4) => {
79
- Ee.value = e4, U(e4).then((a3) => {
80
- Ze.value = e4.pageContext.completeTaskParam.taskId, Ge.value = a3, Xe.value = true;
81
- }).catch((e5) => {
82
- Xe.value = false;
76
+ }), s.$on(i.value + "remove-signer", (a) => {
77
+ v.value = a, Sa(a).then((u) => {
78
+ G.value = a.pageContext.completeTaskParam.taskId, ne.value = u, A.value = !0;
79
+ }).catch((u) => {
80
+ A.value = !1;
83
81
  });
84
- }), W.$on(Le.value + "add-transactor", (e4) => {
85
- Ee.value = e4, Be.value = true, He.value = true;
86
- }), W.$on(Le.value + "remove-transactor", (e4) => {
87
- Ee.value = e4, H(e4).then((a3) => {
88
- Ze.value = e4.pageContext.completeTaskParam.taskId, Ke.value = a3, Ye.value = true;
89
- }).catch((e5) => {
90
- Ye.value = false;
82
+ }), s.$on(i.value + "add-transactor", (a) => {
83
+ v.value = a, z.value = !0, O.value = !0;
84
+ }), s.$on(i.value + "remove-transactor", (a) => {
85
+ v.value = a, $a(a).then((u) => {
86
+ G.value = a.pageContext.completeTaskParam.taskId, le.value = u, E.value = !0;
87
+ }).catch((u) => {
88
+ E.value = !1;
91
89
  });
92
- }), W.$on(Le.value + "prohibit-edit", (e4) => {
93
- }), W.$on(Le.value + "open-dialog", (e4) => {
94
- var a3, t3, l3;
95
- la.value = e4.pageContext, oa.value = e4.configureObj, na.value = e4.eventParams, a3 = oa.value, t3 = na.value, l3 = e4.jumpPageSetting, function(e5, a4, t4) {
96
- return new Promise((l4, o2) => {
97
- var _a3;
98
- if (t4) l4(t4);
90
+ }), s.$on(i.value + "prohibit-edit", (a) => {
91
+ }), s.$on(i.value + "open-dialog", (a) => {
92
+ var u, y, T;
93
+ m.value = a.pageContext, S.value = a.configureObj, b.value = a.eventParams, u = S.value, y = b.value, T = a.jumpPageSetting, function(P, r, k) {
94
+ return new Promise((g, p) => {
95
+ var $;
96
+ if (k) g(k);
99
97
  else {
100
- const t5 = e5 && e5.props && e5.props.linkPage ? e5.props.linkPage : null;
101
- if (t5 && t5.jumpPageUrl) {
102
- false !== t5.isNewPage && true !== t5.isNewPage && (t5.isNewPage = true);
103
- const e6 = ne(ua), o3 = !!((_a3 = oa.value.props.linkPage) == null ? void 0 : _a3.isNeedId);
104
- oa.value;
105
- let n2 = o3 && a4 ? a4.id : null, u2 = o3 && a4 ? a4.ids : null, i2 = a4 ? a4.selections : [], s2 = a4 ? a4.row : null;
106
- if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
98
+ const c = P && P.props && P.props.linkPage ? P.props.linkPage : null;
99
+ if (c && c.jumpPageUrl) {
100
+ c.isNewPage !== !1 && c.isNewPage !== !0 && (c.isNewPage = !0);
101
+ const M = Va(o), D = !!(($ = S.value.props.linkPage) != null && $.isNeedId);
102
+ S.value;
103
+ let q = D && r ? r.id : null, Re = D && r ? r.ids : null, W = r ? r.selections : [], I = r ? r.row : null;
104
+ if (!I) if (I = {}, W && W.length > 0) I = W[0];
107
105
  else {
108
- const e7 = la.value.entity.data, a5 = la.value.entity.page;
109
- a5 && Object.assign(s2, a5), e7 && Object.assign(s2, e7);
106
+ const V = m.value.entity.data, we = m.value.entity.page;
107
+ we && Object.assign(I, we), V && Object.assign(I, V);
110
108
  }
111
- const r2 = he(la.value.entity.page);
112
- t5._pageData = r2, pe(t5, null, n2, s2, e6, u2).then((e7) => {
113
- e7.isNeedId = o3, l4(e7);
109
+ const He = ae(m.value.entity.page);
110
+ c._pageData = He, za(c, null, q, I, M, Re).then((V) => {
111
+ V.isNeedId = D, g(V);
114
112
  });
115
- } else l4(false);
113
+ } else g(!1);
116
114
  }
117
115
  });
118
- }(a3, t3, l3).then((e5) => {
119
- if (e5) {
120
- let t4 = {};
121
- const l4 = a3 && a3.props && a3.props.linkPage ? a3.props.linkPage : null;
122
- l4 && Object.assign(t4, he(l4)), Object.assign(t4, e5), Ce(t4, pa);
123
- const o2 = t4.jumpMode, n2 = t4;
124
- if (na.value || (na.value = {}), na.value.paramStoreId = t4.paramStoreId, n2.parentPageCode = la.value.code, n2.parentPageVersion = la.value.version, n2.isNewPage = true, "popup" === o2 || "refresh" === o2) {
125
- const e6 = n2.linkType;
126
- (function(e7, a4) {
127
- const t5 = me();
128
- return new Promise((l5, o3) => {
129
- if (t5) if ("popup" !== a4 && !pa || la.value.systemCode === e7.customSystem) l5(true);
130
- else if (e7.customSystem) {
131
- const a5 = e7.customSystem;
132
- ce.dispatch("getCurrentUserPermissions", { loginName: t5, systemCode: a5 }).then(() => {
133
- l5(true);
116
+ }(u, y, T).then((P) => {
117
+ if (P) {
118
+ let r = {};
119
+ const k = u && u.props && u.props.linkPage ? u.props.linkPage : null;
120
+ k && Object.assign(r, ae(k)), Object.assign(r, P), Za(r, re);
121
+ const g = r.jumpMode, p = r;
122
+ if (b.value || (b.value = {}), b.value.paramStoreId = r.paramStoreId, p.parentPageCode = m.value.code, p.parentPageVersion = m.value.version, p.isNewPage = !0, g === "popup" || g === "refresh") {
123
+ const $ = p.linkType;
124
+ (function(c, M) {
125
+ const D = Ha();
126
+ return new Promise((q, Re) => {
127
+ if (D) if (M !== "popup" && !re || m.value.systemCode === c.customSystem) q(!0);
128
+ else if (c.customSystem) {
129
+ const W = c.customSystem;
130
+ Qa.dispatch("getCurrentUserPermissions", { loginName: D, systemCode: W }).then(() => {
131
+ q(!0);
134
132
  }).catch(() => {
135
- l5(true);
133
+ q(!0);
136
134
  });
137
- } else ue({ showClose: true, type: "error", message: Ne("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", la.value.systemCode), l5(false);
138
- else l5(true);
135
+ } else ge({ showClose: !0, type: "error", message: te("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", m.value.systemCode), q(!1);
136
+ else q(!0);
139
137
  });
140
- })(n2, o2).then((a4) => {
141
- a4 && (pa && (la.value.systemCode !== n2.customSystem || e6 && "url" === e6) ? (n2._isIframe = true, "refresh" === o2 && (n2.dialogType = "drawer", n2.jumpPageWidth = "100%"), ta.value = n2, aa.value = true) : (n2._isIframe = false, "popup" === o2 ? (ta.value = n2, aa.value = true) : "refresh" === o2 && qa.push({ path: "/dsc/page", query: n2 })));
142
- }), W.$on(Le.value + "close-dialog", (e7) => {
143
- !function(e8) {
144
- const a4 = e8.jumpMode;
145
- a4 && "popup" === a4 ? Ta(e8) : qa.go(-1);
146
- }(e7);
138
+ })(p, g).then((c) => {
139
+ c && (re && (m.value.systemCode !== p.customSystem || $ && $ === "url") ? (p._isIframe = !0, g === "refresh" && (p.dialogType = "drawer", p.jumpPageWidth = "100%"), x.value = p, K.value = !0) : (p._isIframe = !1, g === "popup" ? (x.value = p, K.value = !0) : g === "refresh" && Se.push({ path: "/dsc/page", query: p })));
140
+ }), s.$on(i.value + "close-dialog", (c) => {
141
+ (function(M) {
142
+ const D = M.jumpMode;
143
+ D && D === "popup" ? $e(M) : Se.go(-1);
144
+ })(c);
147
145
  });
148
146
  }
149
147
  } else console.error("页面配置信息不存在");
150
148
  });
151
- }), W.$on(Le.value + "save-chart-condition", (e4) => {
152
- ga.value = true;
153
- }), W.$on("pageLoaded", () => {
154
- const e4 = { runtime: { events: ua.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
155
- O(null, ua.value, e4, "load"), $e(we.getAutoAnchorComponentConditions(), ua.value);
156
- }), W.$on(Le.value + "event-call-component", (e4) => {
157
- var _a3;
158
- (_a3 = ya.value) == null ? void 0 : _a3.renderComponent(e4.componentName, e4.componentProps);
159
- }), P(() => ua.value.isRefresh, (e4) => {
160
- e4 && (va.value++, ua.value.isRefresh = false);
161
- }), L(ua.value, null, (_a2 = qe.pageRequest) == null ? void 0 : _a2.isNeedId);
149
+ }), s.$on(i.value + "save-chart-condition", (a) => {
150
+ Y.value = !0;
151
+ }), s.$on("pageLoaded", () => {
152
+ const a = { runtime: { events: o.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
153
+ ee(null, o.value, a, "load"), nt(B.getAutoAnchorComponentConditions(), o.value);
154
+ }), s.$on(i.value + "event-call-component", (a) => {
155
+ var u;
156
+ (u = ke.value) == null || u.renderComponent(a.componentName, a.componentProps);
157
+ }), la(() => o.value.isRefresh, (a) => {
158
+ a && (he.value++, o.value.isRefresh = !1);
159
+ }), Ra(o.value, null, (h = d.pageRequest) == null ? void 0 : h.isNeedId);
162
160
  }
163
- const Pa = t();
164
- function ba() {
165
- n(() => {
166
- var _a2, _b;
167
- const e3 = Oe.value.parentNode ? Oe.value.parentNode : Oe.value;
168
- ua.value && (ua.value.pageRuntimeStyle || (ua.value.pageRuntimeStyle = {}), qe.contentHeight, ua.value.pageRuntimeStyle.height = qe.contentHeight ?? ((_b = (_a2 = e3 == null ? void 0 : e3.getBoundingClientRect) == null ? void 0 : _a2.call(e3)) == null ? void 0 : _b.height) ?? 0);
161
+ const Ae = Ge();
162
+ function Te() {
163
+ Ne(() => {
164
+ var t, n;
165
+ const e = j.value.parentNode ? j.value.parentNode : j.value;
166
+ o.value && (o.value.pageRuntimeStyle || (o.value.pageRuntimeStyle = {}), d.contentHeight, o.value.pageRuntimeStyle.height = d.contentHeight ?? ((n = (t = e == null ? void 0 : e.getBoundingClientRect) == null ? void 0 : t.call(e)) == null ? void 0 : n.height) ?? 0);
169
167
  });
170
168
  }
171
- function ka() {
172
- const e3 = ua.value.entity.data, a2 = null == e3.ID ? e3.id : e3.ID;
173
- ra.query && ra.query._t_ && a2 && re(ra.query._t_ + "_id", a2);
169
+ function De() {
170
+ const e = o.value.entity.data, t = e.ID == null ? e.id : e.ID;
171
+ X.query && X.query._t_ && t && La(X.query._t_ + "_id", t);
174
172
  }
175
- function ja() {
176
- Ve.value = false, Ee.value = null;
173
+ function Ee() {
174
+ L.value = !1, v.value = null;
177
175
  }
178
- function xa(e3, a2) {
179
- z(Ee.value.pageContext, Ee.value.configureObj, a2, da.value);
176
+ function We(e, t) {
177
+ wa(v.value.pageContext, v.value.configureObj, t, me.value);
180
178
  }
181
- l(() => {
182
- !function() {
183
- if (we.resetComponentCounters(), we.resetAutoAnchorComponentConditions(), qe.isPreview && qe.pageDesign) {
184
- Te.value = true;
185
- let e3 = qe.pageDesign;
186
- const a2 = ha(e3);
187
- x(e3, a2).then((a3) => {
188
- e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3, Ca(e3).then(() => {
189
- ka(), ea.value = true, B(ua.value), ba();
179
+ Ke(() => {
180
+ (function() {
181
+ if (B.resetComponentCounters(), B.resetAutoAnchorComponentConditions(), d.isPreview && d.pageDesign) {
182
+ F.value = !0;
183
+ let e = d.pageDesign;
184
+ const t = xe(e);
185
+ ra(e, t).then((n) => {
186
+ e.contextParam = n.contextParam, e.branchFieldAuth = n.branchFieldAuth, e.systemParam = n.systemParam, e.isWorkflowEntity = n.isWorkflowEntity, e.dataTypeMaps = n.dataTypeMaps, U.value = e, be(e).then(() => {
187
+ De(), ue.value = !0, je(o.value), Te();
190
188
  });
191
189
  }).finally(() => {
192
- Te.value = false;
190
+ F.value = !1;
193
191
  });
194
- } else qe.pageCode && (Te.value = true, $(qe.pageCode).then((e3) => {
195
- if (e3 && e3.designJson) {
196
- const a2 = e3.designJson, t2 = JSON.parse(a2);
197
- t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Ae.value = t2, Ca(t2).then(() => {
198
- ka(), ea.value = true, B(ua.value), ba();
192
+ } else d.pageCode && (F.value = !0, va(d.pageCode).then((e) => {
193
+ if (e && e.designJson) {
194
+ const t = e.designJson, n = JSON.parse(t);
195
+ n.contextParam = e.contextParam, n.branchFieldAuth = e.branchFieldAuth, n.systemParam = e.systemParam, n.isWorkflowEntity = e.isWorkflowEntity, n.dataTypeMaps = e.dataTypeMaps, U.value = n, be(n).then(() => {
196
+ De(), ue.value = !0, je(o.value), Te();
199
197
  });
200
198
  }
201
- }).catch((e3) => {
202
- Te.value = false;
199
+ }).catch((e) => {
200
+ F.value = !1;
203
201
  }).finally(() => {
204
- Te.value = false, "form" === ua.value.pageType && ke.setPageToChatStore(Pa, ua.value);
202
+ F.value = !1, o.value.pageType === "form" && Me.setPageToChatStore(Ae, o.value);
205
203
  }));
206
- }();
207
- }), o(() => {
208
- n(() => {
209
- ua.value && Oe.value && q(ua.value, "-1", Oe);
204
+ })();
205
+ }), Xe(() => {
206
+ Ne(() => {
207
+ o.value && j.value && da(o.value, "-1", j);
210
208
  });
211
- }), u(() => {
212
- T(ua.value), Ae.value && _(Ae.value), W.$off(Le.value + "export-form-report"), W.$off(Le.value + "export-pdf-report"), W.$off(Le.value + "import-file"), W.$off(Le.value + "assign-task"), W.$off(Le.value + "copy-task"), W.$off(Le.value + "add-signer"), W.$off(Le.value + "choose-return-node"), W.$off(Le.value + "remove-signer"), W.$off(Le.value + "prohibit-edit"), W.$off(Le.value + "open-dialog"), W.$off(Le.value + "save-chart-condition"), W.$off("pageLoaded"), ua.value && O(null, ua.value, ua.value, "onUnmounted"), ma && clearTimeout(ma), ca && clearTimeout(ca);
209
+ }), Ye(() => {
210
+ fa(o.value), U.value && Ca(U.value), s.$off(i.value + "export-form-report"), s.$off(i.value + "export-pdf-report"), s.$off(i.value + "import-file"), s.$off(i.value + "assign-task"), s.$off(i.value + "copy-task"), s.$off(i.value + "add-signer"), s.$off(i.value + "choose-return-node"), s.$off(i.value + "remove-signer"), s.$off(i.value + "prohibit-edit"), s.$off(i.value + "open-dialog"), s.$off(i.value + "save-chart-condition"), s.$off("pageLoaded"), o.value && ee(null, o.value, o.value, "onUnmounted"), ve && clearTimeout(ve), pe && clearTimeout(pe);
213
211
  });
214
- const $a = a(null);
215
- function Sa(e3) {
216
- true === We.value && (We.value = false, G(Ee.value, e3)), true === Je.value && (Je.value = false, K(Ee.value, e3)), true === Ue.value && (Ue.value = false, X(Ee.value, e3)), true === Be.value && (Be.value = false, Y(Ee.value, e3));
212
+ const N = l(null);
213
+ function Ve(e) {
214
+ J.value === !0 && (J.value = !1, qa(v.value, e)), H.value === !0 && (H.value = !1, Fa(v.value, e)), Q.value === !0 && (Q.value = !1, ja(v.value, e)), z.value === !0 && (z.value = !1, Ma(v.value, e));
217
215
  }
218
- function Da(e3) {
219
- Qe.value = [], ze.value = false, Z(Ee.value, e3);
216
+ function Be(e) {
217
+ oe.value = [], _.value = !1, Ia(v.value, e);
220
218
  }
221
- function wa(e3) {
222
- Ge.value = [], Xe.value = false, ee(Ee.value, e3);
219
+ function Ue(e) {
220
+ ne.value = [], A.value = !1, Oa(v.value, e);
223
221
  }
224
- function Na(e3) {
225
- Ke.value = [], Ye.value = false, ae(Ee.value, e3);
222
+ function Le(e) {
223
+ le.value = [], E.value = !1, _a(v.value, e);
226
224
  }
227
- const qa = ye();
228
- function Ta(e3) {
229
- var _a2, _b;
230
- const a2 = ta.value.closeEvent, t2 = ta.value.isRefreshWhenClosePopup;
231
- let l2, o2;
232
- const n2 = la.value.tableName;
233
- let u2;
234
- const i2 = na.value.columnProp ? na.value.columnProp : null;
235
- if (i2) {
236
- const e4 = (_b = (_a2 = oa.value) == null ? void 0 : _a2.items) == null ? void 0 : _b.filter((e5) => {
237
- var _a3, _b2, _c, _d;
238
- return ((_b2 = (_a3 = e5.props) == null ? void 0 : _a3.base) == null ? void 0 : _b2.prop) && ((_d = (_c = e5.props) == null ? void 0 : _c.base) == null ? void 0 : _d.prop) === i2;
225
+ const Se = Ya();
226
+ function $e(e) {
227
+ var T, P;
228
+ const t = x.value.closeEvent, n = x.value.isRefreshWhenClosePopup;
229
+ let f, h;
230
+ const a = m.value.tableName;
231
+ let u;
232
+ const y = b.value.columnProp ? b.value.columnProp : null;
233
+ if (y) {
234
+ const r = (P = (T = S.value) == null ? void 0 : T.items) == null ? void 0 : P.filter((k) => {
235
+ var g, p, $, c;
236
+ return ((p = (g = k.props) == null ? void 0 : g.base) == null ? void 0 : p.prop) && ((c = ($ = k.props) == null ? void 0 : $.base) == null ? void 0 : c.prop) === y;
239
237
  });
240
- u2 = e4 && e4.length > 0 ? e4[0] : null;
241
- } else u2 = oa.value;
242
- if (e3) {
243
- const a3 = e3.isNeedValueMapping;
244
- l2 = e3.dataModel, o2 = e3.sourceTableName, a3 && te(la.value, u2, l2, o2, ta.value ? ta.value.valueMappings : null);
238
+ u = r && r.length > 0 ? r[0] : null;
239
+ } else u = S.value;
240
+ if (e) {
241
+ const r = e.isNeedValueMapping;
242
+ f = e.dataModel, h = e.sourceTableName, r && Aa(m.value, u, f, h, x.value ? x.value.valueMappings : null);
245
243
  }
246
- O(null, la.value, u2, "closePopup", { sourceModel: l2, sourceTableName: o2, jumpPageSetting: ta.value, entity: la.value.entity.data, targetTableName: n2, pageContext: ua.value, parentPageContext: la.value, parentConfigureObj: u2, columnProp: i2 }), function(e4, a3, t3) {
247
- if (e4) {
248
- const l3 = I(la.value, e4);
249
- l3 && l3.apply(l3, [{ pageContext: ua.value, parentPageContext: la.value, parentConfigureObj: t3, jumpPageSetting: ta.value, columnProp: a3 }]);
244
+ ee(null, m.value, u, "closePopup", { sourceModel: f, sourceTableName: h, jumpPageSetting: x.value, entity: m.value.entity.data, targetTableName: a, pageContext: o.value, parentPageContext: m.value, parentConfigureObj: u, columnProp: y }), function(r, k, g) {
245
+ if (r) {
246
+ const p = Pa(m.value, r);
247
+ p && p.apply(p, [{ pageContext: o.value, parentPageContext: m.value, parentConfigureObj: g, jumpPageSetting: x.value, columnProp: k }]);
250
248
  }
251
- }(a2, i2, u2), le(la.value, oa.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), la.value = null, oa.value = null, na.value = null, W.$off(Le.value + "close-dialog"), aa.value = false;
249
+ }(t, y, u), Ea(m.value, S.value, n, n !== void 0 && n === !1 ? "noOperation" : null), m.value = null, S.value = null, b.value = null, s.$off(i.value + "close-dialog"), K.value = !1;
252
250
  }
253
- function Ra(e3) {
254
- oe(ua.value, e3).then((e4) => {
255
- ue({ showClose: true, type: "success", message: Ne("superPageRuntimeMessage.successfulSave") }), fa.value.refreshConditionList();
251
+ function Je(e) {
252
+ Wa(o.value, e).then((t) => {
253
+ ge({ showClose: !0, type: "success", message: te("superPageRuntimeMessage.successfulSave") }), Pe.value.refreshConditionList();
256
254
  });
257
255
  }
258
- function _a(e3) {
259
- const a2 = e3.queryCondition;
260
- let t2 = {};
261
- a2 && (t2 = JSON.parse(a2)), t2 && t2.data && Object.assign(ua.value.entity.data, t2.data), t2 && t2.page && Object.assign(ua.value.entity.page, t2.page), ga.value = false;
256
+ function ze(e) {
257
+ const t = e.queryCondition;
258
+ let n = {};
259
+ t && (n = JSON.parse(t)), n && n.data && Object.assign(o.value.entity.data, n.data), n && n.page && Object.assign(o.value.entity.page, n.page), Y.value = !1;
262
260
  }
263
- return Se2({ pickFileDone: function(e3) {
264
- let a2 = e3.componentId, t2 = e3.listCode;
265
- (a2 || t2) && (t2 ? W.$emit(t2 + "-pickFileDone", e3) : W.$emit(a2 + "-pickFileDone", e3));
266
- }, uploadFileDone: function(e3) {
267
- let a2 = e3.componentId, t2 = e3.listCode;
268
- (a2 || t2) && (t2 ? W.$emit(t2 + "-uploadFileDone", e3) : W.$emit(a2 + "-uploadFileDone", e3));
269
- }, scanDone: function(e3) {
270
- let a2 = e3.componentId, t2 = e3.listCode;
271
- (a2 || t2) && (t2 ? W.$emit(t2 + "-scanDone", e3) : W.$emit(a2 + "-scanDone", e3));
261
+ return Oe({ pickFileDone: function(e) {
262
+ let t = e.componentId, n = e.listCode;
263
+ (t || n) && (n ? s.$emit(n + "-pickFileDone", e) : s.$emit(t + "-pickFileDone", e));
264
+ }, uploadFileDone: function(e) {
265
+ let t = e.componentId, n = e.listCode;
266
+ (t || n) && (n ? s.$emit(n + "-uploadFileDone", e) : s.$emit(t + "-uploadFileDone", e));
267
+ }, scanDone: function(e) {
268
+ let t = e.componentId, n = e.listCode;
269
+ (t || n) && (n ? s.$emit(n + "-scanDone", e) : s.$emit(t + "-scanDone", e));
272
270
  }, getFormFormatData: function() {
273
- return ke.getFormFormatDataUtil(ua.value);
274
- } }), (e3, a2) => {
275
- const t2 = i("loading");
276
- return s((v(), r("div", { class: p(["app-container runtime-page-container", [Re.value]]), "element-loading-text": "拼命加载中" }, [ea.value ? (v(), r("div", { ref_key: "thisRef", ref: Oe, key: va.value, class: p(["runtime-page-container-view", Ie.value]), style: c(Me.value) }, [(v(true), r(y, null, h(Fe.value, (e4, a3) => (v(), f(b, { key: e4.uuid, configure: e4, pageContext: C(ua) }, null, 8, ["configure", "pageContext"]))), 128)), g(je, { pageContext: C(ua) }, null, 8, ["pageContext"]), Ve.value ? (v(), f(M, { key: 0, configure: ia.value, pageContext: sa.value, onClose: ja, onExport: xa }, null, 8, ["configure", "pageContext"])) : m("", true), d("input", { ref_key: "_selectFile_", ref: $a, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
277
- if (Ee.value) {
278
- if (!$a.value) return;
279
- if ("" === $a.value.value || null === $a.value.value) return;
280
- const e5 = $a.value.files[0];
281
- e5 ? ($a.value.value = null, Q(Ee.value, e5)) : ue({ showClose: true, type: "warning", message: Ne("superPageRuntimeMessage.noFileSelected") });
271
+ return Me.getFormFormatDataUtil(o.value);
272
+ } }), (e, t) => {
273
+ const n = Ze("loading");
274
+ return ea((C(), ce("div", { class: qe(["app-container runtime-page-container", [de.value]]), "element-loading-text": "拼命加载中" }, [ue.value ? (C(), ce("div", { ref_key: "thisRef", ref: j, key: he.value, class: qe(["runtime-page-container-view", ye.value]), style: aa(Ce.value) }, [(C(!0), ce(oa, null, na(fe.value, (f, h) => (C(), w(ua, { key: f.uuid, configure: f, pageContext: Z(o) }, null, 8, ["configure", "pageContext"]))), 128)), Fe(tt, { pageContext: Z(o) }, null, 8, ["pageContext"]), L.value ? (C(), w(ka, { key: 0, configure: se.value, pageContext: ie.value, onClose: Ee, onExport: We }, null, 8, ["configure", "pageContext"])) : R("", !0), ta("input", { ref_key: "_selectFile_", ref: N, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: t[0] || (t[0] = (f) => function() {
275
+ if (v.value) {
276
+ if (!N.value || N.value.value === "" || N.value.value === null) return;
277
+ const h = N.value.files[0];
278
+ h ? (N.value.value = null, Na(v.value, h)) : ge({ showClose: !0, type: "warning", message: te("superPageRuntimeMessage.noFileSelected") });
282
279
  }
283
- }()) }, null, 544), We.value || Je.value || Ue.value || Be.value ? (v(), f(C(ve), { key: 1, width: "60%", multiple: He.value, onClose: Sa }, null, 8, ["multiple"])) : m("", true), ze.value ? (v(), f(A, { key: 2, "task-informitions": Qe.value, onClose: a2[1] || (a2[1] = (e4) => ze.value = false), onResult: Da }, null, 8, ["task-informitions"])) : m("", true), Xe.value ? (v(), f(E, { key: 3, "task-id": Ze.value, "active-tasks": Ge.value, onClose: a2[2] || (a2[2] = (e4) => Xe.value = false), onResult: wa }, null, 8, ["task-id", "active-tasks"])) : m("", true), Ye.value ? (v(), f(V, { key: 4, "task-id": Ze.value, "transactor-info": Ke.value, onClose: a2[3] || (a2[3] = (e4) => Ye.value = false), onResult: Na }, null, 8, ["task-id", "transactor-info"])) : m("", true), aa.value ? (v(), f(fe, { key: 5, parentPageContext: la.value, parentPageEventParams: na.value, jumpPageSetting: ta.value, onClose: a2[4] || (a2[4] = (e4) => Ta()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : m("", true), ga.value ? (v(), f(be, { key: 6, ref_key: "chartCondtionRef", ref: fa, pageContext: C(ua), onClose: a2[5] || (a2[5] = (e4) => ga.value = false), onSave: Ra, onConfirm: _a }, null, 8, ["pageContext"])) : m("", true), g(xe, { ref_key: "eventCallComponentRef", ref: ya }, null, 512)], 6)) : m("", true)], 2)), [[t2, Te.value]]);
280
+ }()) }, null, 544), J.value || H.value || Q.value || z.value ? (C(), w(Z(Ja), { key: 1, width: "60%", multiple: O.value, onClose: Ve }, null, 8, ["multiple"])) : R("", !0), _.value ? (C(), w(xa, { key: 2, "task-informitions": oe.value, onClose: t[1] || (t[1] = (f) => _.value = !1), onResult: Be }, null, 8, ["task-informitions"])) : R("", !0), A.value ? (C(), w(ba, { key: 3, "task-id": G.value, "active-tasks": ne.value, onClose: t[2] || (t[2] = (f) => A.value = !1), onResult: Ue }, null, 8, ["task-id", "active-tasks"])) : R("", !0), E.value ? (C(), w(Ta, { key: 4, "task-id": G.value, "transactor-info": le.value, onClose: t[3] || (t[3] = (f) => E.value = !1), onResult: Le }, null, 8, ["task-id", "transactor-info"])) : R("", !0), K.value ? (C(), w(Ka, { key: 5, parentPageContext: m.value, parentPageEventParams: b.value, jumpPageSetting: x.value, onClose: t[4] || (t[4] = (f) => $e()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : R("", !0), Y.value ? (C(), w(at, { key: 6, ref_key: "chartCondtionRef", ref: Pe, pageContext: Z(o), onClose: t[5] || (t[5] = (f) => Y.value = !1), onSave: Je, onConfirm: ze }, null, 8, ["pageContext"])) : R("", !0), Fe(ot, { ref_key: "eventCallComponentRef", ref: ke }, null, 512)], 6)) : R("", !0)], 2)), [[n, F.value]]);
284
281
  };
285
282
  } });
286
283
  export {
287
- Se as default
284
+ Ft as default
288
285
  };