super-page-runtime 2.3.21-tmp1 → 2.3.22-tmp1

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 (600) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.mjs +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.js → anchor-util.mjs} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.mjs +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.js → page-expose-util.mjs} +26 -27
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.mjs} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.mjs} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.mjs} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.mjs} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.mjs} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.js → chart-util.mjs} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.js → common-util.mjs} +13 -14
  13. package/dist/es/components/runtime/utils/events/{event-util.js → event-util.mjs} +94 -95
  14. package/dist/es/components/runtime/utils/events/{print-label.js → print-label.mjs} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.mjs +1166 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.js → validator-util.mjs} +35 -37
  17. package/dist/es/components/runtime/utils/form/{scan-util.js → scan-util.mjs} +22 -22
  18. package/dist/es/components/runtime/utils/i18n-util.mjs +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.mjs +386 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.js → page-init-util.mjs} +102 -104
  21. package/dist/es/components/runtime/utils/{page-store.js → page-store.mjs} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.js → store-util.mjs} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.js → table-utils.mjs} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.mjs +68 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.mjs} +3 -3
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.js → buttongroup-runtime.vue.mjs} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.mjs} +2 -2
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.mjs} +5 -5
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/{exportpdf-runtime.vue2.js → exportpdf-runtime.vue2.mjs} +1 -1
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/{printlabel-runtime.vue2.js → printlabel-runtime.vue2.mjs} +5 -5
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.mjs} +5 -5
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.mjs} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +59 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.js → gauge-runtime.vue.mjs} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.mjs} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.js → pie-runtime.vue.mjs} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.mjs} +7 -7
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.js → radar-runtime.vue.mjs} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.mjs} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.js → scatter-runtime.vue.mjs} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.mjs} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.mjs} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.js → group-column-item.vue.mjs} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.mjs} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.js → normal-column.vue.mjs} +13 -17
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +8 -8
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.mjs} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.mjs} +1 -1
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.mjs} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +27 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.mjs} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.mjs} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.mjs} +1 -1
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.js → card-runtime.vue.mjs} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.mjs} +3 -3
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.mjs} +6 -6
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.mjs} +3 -3
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → FixedBox.vue.mjs} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.js → YxAffix.vue.mjs} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.mjs} +5 -5
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.mjs} +5 -5
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.js → tabs-runtime.vue.mjs} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.mjs} +4 -4
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.js → tools-runtime.vue.mjs} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.mjs} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.mjs} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.mjs} +10 -10
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.mjs} +8 -8
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.mjs} +7 -7
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.mjs} +7 -7
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.mjs} +1 -1
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.mjs} +12 -12
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.mjs} +7 -7
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.mjs} +8 -8
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.mjs} +2 -2
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.js → fileupload-runtime.vue2.mjs} +18 -20
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.mjs} +6 -6
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.js → inputtext-runtime.vue2.mjs} +32 -33
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.js → label-runtime.vue.mjs} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.mjs} +6 -6
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.mjs} +6 -6
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.js → placeholder-runtime.vue.mjs} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.mjs} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.mjs} +5 -5
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.mjs} +6 -6
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.mjs} +6 -6
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.mjs} +2 -2
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.mjs} +7 -7
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.mjs} +4 -4
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.mjs} +6 -6
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.mjs} +8 -8
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.mjs} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +4 -0
  148. package/dist/es/components/runtime/views/assemblys/{page-bottom.vue.js → page-bottom.vue.mjs} +1 -1
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.js → workflow-opinion-box.vue.mjs} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.mjs} +4 -4
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.js → extract-workflow-runtime-dialog.vue.mjs} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.mjs} +1 -1
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.js → extract-workflow-runtime.vue.mjs} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.mjs} +2 -2
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.mjs} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.mjs} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.js → workflowbutton-runtime.vue.mjs} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.mjs} +3 -3
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.js → home-chart.vue.mjs} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.mjs +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.mjs} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.mjs +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.js → super-page.vue2.mjs} +90 -94
  170. package/dist/es/{index.js → index.mjs} +12 -12
  171. package/dist/es/style.css +136 -136
  172. package/dist/lib/assets/chart-themes/bar-theme.d.ts +6 -0
  173. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +6 -0
  174. package/dist/lib/assets/chart-themes/pie-theme.d.ts +6 -0
  175. package/dist/lib/assets/chart-themes/radar-theme.d.ts +6 -0
  176. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +6 -0
  177. package/dist/lib/components/runtime/index.d.ts +5 -0
  178. package/dist/lib/components/runtime/utils/{ai-chat-util.js → ai-chat-util.cjs} +1 -1
  179. package/dist/lib/components/runtime/utils/{anchor-util.js → anchor-util.cjs} +17 -17
  180. package/dist/lib/components/runtime/utils/anchor-util.d.ts +13 -0
  181. package/dist/lib/components/runtime/utils/api/{api-util.js → api-util.cjs} +1 -1
  182. package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
  183. package/dist/lib/components/runtime/utils/api/{page-expose-util.js → page-expose-util.cjs} +29 -29
  184. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
  185. package/dist/lib/components/runtime/utils/assemblys-config.cjs +16 -0
  186. package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
  187. package/dist/lib/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.cjs} +1 -1
  188. package/dist/lib/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.cjs} +3 -3
  189. package/dist/lib/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.cjs} +1 -1
  190. package/dist/lib/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.cjs} +7 -7
  191. package/dist/lib/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.cjs} +1 -1
  192. package/dist/lib/components/runtime/utils/charts/{chart-util.js → chart-util.cjs} +67 -67
  193. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +115 -0
  194. package/dist/lib/components/runtime/utils/{common-util.js → common-util.cjs} +28 -28
  195. package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
  196. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  197. package/dist/lib/components/runtime/utils/events/{event-util.js → event-util.cjs} +115 -115
  198. package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
  199. package/dist/lib/components/runtime/utils/events/{print-label.js → print-label.cjs} +11 -11
  200. package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
  201. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1101 -0
  202. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +99 -0
  203. package/dist/lib/components/runtime/utils/events/{validator-util.js → validator-util.cjs} +135 -135
  204. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
  205. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
  206. package/dist/lib/components/runtime/utils/form/{scan-util.js → scan-util.cjs} +2 -2
  207. package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
  208. package/dist/lib/components/runtime/utils/i18n-util.cjs +11 -0
  209. package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
  210. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
  211. package/dist/lib/components/runtime/utils/{page-helper-util.js → page-helper-util.cjs} +4 -4
  212. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
  213. package/dist/lib/components/runtime/utils/page-init-util.cjs +244 -0
  214. package/dist/lib/components/runtime/utils/page-init-util.d.ts +49 -0
  215. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
  216. package/dist/lib/components/runtime/utils/{page-store.js → page-store.cjs} +1 -1
  217. package/dist/lib/components/runtime/utils/page-store.d.ts +58 -0
  218. package/dist/lib/components/runtime/utils/{store-util.js → store-util.cjs} +4 -4
  219. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  220. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  221. package/dist/lib/components/runtime/utils/{table-utils.js → table-utils.cjs} +3 -3
  222. package/dist/lib/components/runtime/utils/table-utils.d.ts +36 -0
  223. package/dist/lib/components/runtime/utils/tree-utils.cjs +54 -0
  224. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +3 -0
  225. package/dist/lib/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.cjs} +1 -1
  226. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +5 -0
  227. package/dist/lib/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.cjs} +1 -1
  228. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +3 -0
  229. package/dist/lib/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.cjs} +1 -1
  230. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +3 -0
  231. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +3 -0
  232. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +3 -0
  233. package/dist/lib/components/runtime/views/assemblys/button/print-label/{printlabel-runtime.vue2.js → printlabel-runtime.vue2.cjs} +6 -6
  234. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +5 -0
  235. package/dist/lib/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.cjs} +1 -1
  236. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +3 -0
  237. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +3 -0
  238. package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.cjs} +2 -2
  239. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +3 -0
  240. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +5 -0
  241. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +48 -0
  242. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +5 -0
  243. package/dist/lib/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.cjs} +1 -1
  244. package/dist/lib/components/runtime/views/assemblys/{container/tabs/tabs-runtime.vue.js → chart/pie/pie-runtime.vue.cjs} +2 -2
  245. package/dist/lib/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.cjs} +1 -1
  246. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +5 -0
  247. package/dist/lib/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.cjs} +1 -1
  248. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +5 -0
  249. package/dist/lib/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.cjs} +1 -1
  250. package/dist/lib/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.cjs} +1 -1
  251. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
  252. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +3 -0
  253. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +3 -0
  254. package/dist/lib/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.cjs} +1 -1
  255. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +3 -0
  256. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +36 -0
  257. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +3 -0
  258. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +3 -0
  259. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +3 -0
  260. package/dist/lib/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.cjs} +57 -57
  261. package/dist/lib/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.cjs} +5 -5
  262. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +5 -0
  263. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +3 -0
  264. package/dist/lib/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.cjs} +1 -1
  265. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
  266. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +3 -0
  267. package/dist/lib/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.cjs} +1 -1
  268. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +27 -0
  269. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +3 -0
  270. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +19 -0
  271. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +59 -0
  272. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +3 -0
  273. package/dist/lib/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.cjs} +1 -1
  274. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  275. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +3 -0
  276. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
  277. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +3 -0
  278. package/dist/lib/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.cjs} +1 -1
  279. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
  280. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +3 -0
  281. package/dist/lib/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.cjs} +1 -1
  282. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
  283. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +3 -0
  284. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  285. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +3 -0
  286. package/dist/lib/components/runtime/views/assemblys/container/{tools/tools-runtime.vue.js → card/card-runtime.vue.cjs} +2 -2
  287. package/dist/lib/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.cjs} +1 -1
  288. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +3 -0
  289. package/dist/lib/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.cjs} +5 -5
  290. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +3 -0
  291. package/dist/lib/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.cjs} +3 -3
  292. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +5 -0
  293. package/dist/lib/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → YxAffix.vue.cjs} +2 -2
  294. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
  295. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +3 -0
  296. package/dist/lib/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.cjs} +1 -1
  297. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +3 -0
  298. package/dist/lib/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.cjs} +1 -1
  299. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +3 -0
  300. package/dist/lib/components/runtime/views/assemblys/container/iframe/{iframe-runtime.vue2.js → iframe-runtime.vue2.cjs} +2 -2
  301. package/dist/lib/components/runtime/views/assemblys/{chart/radar/radar-runtime.vue.js → container/tabs/tabs-runtime.vue.cjs} +2 -2
  302. package/dist/lib/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.cjs} +1 -1
  303. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +5 -0
  304. package/dist/lib/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.cjs} +3 -3
  305. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +3 -0
  306. package/dist/lib/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.cjs} +2 -2
  307. package/dist/lib/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.cjs} +1 -1
  308. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +3 -0
  309. package/dist/lib/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.cjs} +1 -1
  310. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +3 -0
  311. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +3 -0
  312. package/dist/lib/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.cjs} +1 -1
  313. package/dist/lib/components/runtime/views/assemblys/{form/label/label-runtime.vue.js → data/tree/tree-runtime.vue.cjs} +2 -2
  314. package/dist/lib/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.cjs} +3 -3
  315. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  316. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +3 -0
  317. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +3 -0
  318. package/dist/lib/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.cjs} +1 -1
  319. package/dist/lib/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.cjs} +1 -1
  320. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +3 -0
  321. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +3 -0
  322. package/dist/lib/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.cjs} +1 -1
  323. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +3 -0
  324. package/dist/lib/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.cjs} +4 -4
  325. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +3 -0
  326. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.cjs} +10 -10
  327. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +3 -0
  328. package/dist/lib/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.cjs} +1 -1
  329. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +3 -0
  330. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +65 -0
  331. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +3 -0
  332. package/dist/lib/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.cjs} +6 -6
  333. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +3 -0
  334. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +70 -0
  335. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +5 -0
  336. package/dist/lib/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.cjs} +6 -6
  337. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +3 -0
  338. package/dist/lib/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.cjs} +3 -3
  339. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +5 -0
  340. package/dist/lib/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.cjs} +1 -1
  341. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +3 -0
  342. package/dist/lib/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.cjs} +1 -1
  343. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +5 -0
  344. package/dist/lib/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.cjs} +2 -2
  345. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +3 -0
  346. package/dist/lib/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.cjs} +1 -1
  347. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +3 -0
  348. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.cjs} +3 -3
  349. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +3 -0
  350. package/dist/lib/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.cjs} +1 -1
  351. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +3 -0
  352. package/dist/lib/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.cjs} +1 -1
  353. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +3 -0
  354. package/dist/lib/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.cjs} +1 -1
  355. package/dist/lib/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.cjs} +4 -4
  356. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
  357. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +3 -0
  358. package/dist/lib/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.cjs} +1 -1
  359. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  360. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +3 -0
  361. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +3 -0
  362. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +14 -0
  363. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +3 -0
  364. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +5 -0
  365. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +14 -0
  366. package/dist/lib/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.cjs} +6 -6
  367. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +5 -0
  368. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.cjs} +1 -1
  369. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +5 -0
  370. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.cjs} +1 -1
  371. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +3 -0
  372. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.cjs} +1 -1
  373. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +3 -0
  374. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.cjs} +1 -1
  375. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +5 -0
  376. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.cjs} +1 -1
  377. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +3 -0
  378. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/{workflownode-runtime.vue2.js → workflownode-runtime.vue2.cjs} +3 -3
  379. package/dist/lib/components/runtime/views/{home-chart.vue.js → home-chart.vue.cjs} +5 -5
  380. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
  381. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +3 -0
  382. package/dist/lib/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.cjs} +1 -1
  383. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
  384. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +3 -0
  385. package/dist/lib/components/runtime/views/super-page.vue.cjs +5 -0
  386. package/dist/lib/components/runtime/views/super-page.vue.d.ts +135 -0
  387. package/dist/lib/components/runtime/views/super-page.vue2.cjs +264 -0
  388. package/dist/lib/index.cjs +6 -0
  389. package/dist/lib/index.d.ts +16 -0
  390. package/dist/lib/style.css +136 -136
  391. package/dist/umd/index.full.min.js +741 -741
  392. package/dist/umd/style.css +136 -136
  393. package/package.json +5 -4
  394. package/dist/es/components/runtime/utils/ai-chat-util.js +0 -16
  395. package/dist/es/components/runtime/utils/api/api-util.js +0 -4
  396. package/dist/es/components/runtime/utils/assemblys-config.js +0 -20
  397. package/dist/es/components/runtime/utils/events/standard-event.js +0 -1169
  398. package/dist/es/components/runtime/utils/i18n-util.js +0 -14
  399. package/dist/es/components/runtime/utils/page-helper-util.js +0 -387
  400. package/dist/es/components/runtime/utils/tree-utils.js +0 -73
  401. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -4
  402. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -4
  403. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -4
  404. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -4
  405. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -7
  406. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -4
  407. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
  408. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
  409. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -7
  410. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -64
  411. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -4
  412. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -4
  413. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -4
  414. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -4
  415. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -4
  416. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -4
  417. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -4
  418. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -4
  419. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -32
  420. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -4
  421. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -4
  422. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -4
  423. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -4
  424. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -4
  425. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -4
  426. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -4
  427. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -4
  428. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -4
  429. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -4
  430. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -4
  431. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -14
  432. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -4
  433. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -4
  434. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -4
  435. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -4
  436. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -7
  437. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +0 -4
  438. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -4
  439. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -4
  440. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -4
  441. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -4
  442. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -4
  443. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -4
  444. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -4
  445. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -4
  446. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -4
  447. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -4
  448. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -4
  449. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -8
  450. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -4
  451. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -4
  452. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -4
  453. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -4
  454. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -4
  455. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -4
  456. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +0 -4
  457. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +0 -4
  458. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -4
  459. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -4
  460. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -4
  461. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +0 -18
  462. package/dist/es/components/runtime/views/home-chart.vue2.js +0 -4
  463. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +0 -5
  464. package/dist/es/components/runtime/views/super-page.vue.js +0 -7
  465. package/dist/lib/components/runtime/utils/assemblys-config.js +0 -16
  466. package/dist/lib/components/runtime/utils/events/standard-event.js +0 -1101
  467. package/dist/lib/components/runtime/utils/i18n-util.js +0 -11
  468. package/dist/lib/components/runtime/utils/page-init-util.js +0 -244
  469. package/dist/lib/components/runtime/utils/tree-utils.js +0 -54
  470. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -3
  471. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -5
  472. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -3
  473. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -3
  474. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +0 -3
  475. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -3
  476. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -5
  477. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -3
  478. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -3
  479. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -3
  480. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -5
  481. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -48
  482. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -5
  483. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +0 -5
  484. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -5
  485. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +0 -3
  486. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -3
  487. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -3
  488. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.js +0 -36
  489. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -3
  490. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -3
  491. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -3
  492. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -3
  493. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -3
  494. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -3
  495. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -19
  496. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -3
  497. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -3
  498. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -3
  499. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -3
  500. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -3
  501. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -3
  502. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +0 -5
  503. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -3
  504. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -3
  505. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +0 -5
  506. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -3
  507. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -3
  508. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -3
  509. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -3
  510. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -3
  511. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -3
  512. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -3
  513. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -5
  514. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +0 -3
  515. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -3
  516. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -3
  517. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -3
  518. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -3
  519. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -3
  520. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -3
  521. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -3
  522. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -65
  523. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -3
  524. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -3
  525. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -70
  526. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -3
  527. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -5
  528. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -3
  529. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -5
  530. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -3
  531. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -3
  532. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -3
  533. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -3
  534. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -3
  535. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -3
  536. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +0 -3
  537. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.js +0 -3
  538. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.js +0 -3
  539. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +0 -5
  540. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.js +0 -5
  541. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +0 -5
  542. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -3
  543. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -3
  544. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -5
  545. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -3
  546. package/dist/lib/components/runtime/views/home-chart.vue2.js +0 -3
  547. package/dist/lib/components/runtime/views/super-page-dialog.vue3.js +0 -3
  548. package/dist/lib/components/runtime/views/super-page.vue.js +0 -5
  549. package/dist/lib/components/runtime/views/super-page.vue2.js +0 -264
  550. package/dist/lib/index.js +0 -6
  551. /package/dist/es/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.mjs} +0 -0
  552. /package/dist/es/assets/chart-themes/{bar-theme.js → bar-theme.mjs} +0 -0
  553. /package/dist/es/assets/chart-themes/{gauge-theme.js → gauge-theme.mjs} +0 -0
  554. /package/dist/es/assets/chart-themes/{pie-theme.js → pie-theme.mjs} +0 -0
  555. /package/dist/es/assets/chart-themes/{radar-theme.js → radar-theme.mjs} +0 -0
  556. /package/dist/es/assets/chart-themes/{scatter-theme.js → scatter-theme.mjs} +0 -0
  557. /package/dist/es/assets/{file.png.js → file.png.mjs} +0 -0
  558. /package/dist/es/assets/{folder.png.js → folder.png.mjs} +0 -0
  559. /package/dist/es/components/runtime/utils/{barcode-util.js → barcode-util.mjs} +0 -0
  560. /package/dist/es/components/runtime/utils/{eventBus.js → eventBus.mjs} +0 -0
  561. /package/dist/es/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.mjs} +0 -0
  562. /package/dist/es/components/runtime/utils/{global-refs.js → global-refs.mjs} +0 -0
  563. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.mjs} +0 -0
  564. /package/dist/es/components/runtime/utils/{page-permission-util.js → page-permission-util.mjs} +0 -0
  565. /package/dist/es/components/runtime/utils/{store.js → store.mjs} +0 -0
  566. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.mjs} +0 -0
  567. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.mjs} +0 -0
  568. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.mjs} +0 -0
  569. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.mjs} +0 -0
  570. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.mjs} +0 -0
  571. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.mjs} +0 -0
  572. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.mjs} +0 -0
  573. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.mjs} +0 -0
  574. /package/dist/es/i18n/langs/{cn.js → cn.mjs} +0 -0
  575. /package/dist/es/i18n/langs/{en.js → en.mjs} +0 -0
  576. /package/dist/lib/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.cjs} +0 -0
  577. /package/dist/lib/assets/chart-themes/{bar-theme.js → bar-theme.cjs} +0 -0
  578. /package/dist/lib/assets/chart-themes/{gauge-theme.js → gauge-theme.cjs} +0 -0
  579. /package/dist/lib/assets/chart-themes/{pie-theme.js → pie-theme.cjs} +0 -0
  580. /package/dist/lib/assets/chart-themes/{radar-theme.js → radar-theme.cjs} +0 -0
  581. /package/dist/lib/assets/chart-themes/{scatter-theme.js → scatter-theme.cjs} +0 -0
  582. /package/dist/lib/assets/{file.png.js → file.png.cjs} +0 -0
  583. /package/dist/lib/assets/{folder.png.js → folder.png.cjs} +0 -0
  584. /package/dist/lib/components/runtime/utils/{barcode-util.js → barcode-util.cjs} +0 -0
  585. /package/dist/lib/components/runtime/utils/{eventBus.js → eventBus.cjs} +0 -0
  586. /package/dist/lib/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.cjs} +0 -0
  587. /package/dist/lib/components/runtime/utils/{global-refs.js → global-refs.cjs} +0 -0
  588. /package/dist/lib/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.cjs} +0 -0
  589. /package/dist/lib/components/runtime/utils/{page-permission-util.js → page-permission-util.cjs} +0 -0
  590. /package/dist/lib/components/runtime/utils/{store.js → store.cjs} +0 -0
  591. /package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.cjs} +0 -0
  592. /package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.cjs} +0 -0
  593. /package/dist/lib/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.cjs} +0 -0
  594. /package/dist/lib/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.cjs} +0 -0
  595. /package/dist/lib/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.cjs} +0 -0
  596. /package/dist/lib/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.cjs} +0 -0
  597. /package/dist/lib/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.cjs} +0 -0
  598. /package/dist/lib/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.cjs} +0 -0
  599. /package/dist/lib/i18n/langs/{cn.js → cn.cjs} +0 -0
  600. /package/dist/lib/i18n/langs/{en.js → en.cjs} +0 -0
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const e = require("agilebuilder-ui/src/utils/common-util"), t = require("./standard-event.js"), n = require("./validator-util.js"), o = require("../global-refs.js"), i = require("element-plus"), r = require("agilebuilder-ui/src/utils/util"), u = require("../common-util.js"), c = require("../eventBus.js"), l = require("../page-helper-util.js"), s = require("../table-utils.js"), a = ["downloadTemplate", "back", "exportForm", "exportPDF", "lineEditCreate", "workflowSave"], f = ["downloadTemplate", "exportForm", "exportPDF", "export", "exportCharts"], p = ["import"];
4
- function d(e2, t2) {
3
+ const e = require("agilebuilder-ui"), t = require("./standard-event.cjs"), n = require("./validator-util.cjs"), o = require("../global-refs.cjs"), i = require("element-plus"), r = require("../common-util.cjs"), u = require("../eventBus.cjs"), c = require("../page-helper-util.cjs"), l = require("../table-utils.cjs"), s = ["downloadTemplate", "back", "exportForm", "exportPDF", "lineEditCreate", "workflowSave"], a = ["downloadTemplate", "exportForm", "exportPDF", "export", "exportCharts"], f = ["import"];
4
+ function p(e2, t2) {
5
5
  if (e2.customEvents) return e2.customEvents[t2];
6
6
  }
7
- function g(e2, t2) {
7
+ function d(e2, t2) {
8
8
  e2.get = function(e3) {
9
9
  return e3 ? o.getComponentRefByCode(t2, e3) : void 0;
10
10
  }, e2.getByUuid = function(e3) {
@@ -13,7 +13,7 @@ function g(e2, t2) {
13
13
  return t2;
14
14
  }, e2.getContextValue = function(e3) {
15
15
  let n2 = t2 && t2.entity ? t2.entity.context : null;
16
- return n2 = n2 || {}, l.getValueFromSource(n2, e3, "context");
16
+ return n2 = n2 || {}, c.getValueFromSource(n2, e3, "context");
17
17
  }, e2.getContext = function() {
18
18
  return t2 && t2.entity ? t2.entity.context : {};
19
19
  }, e2.getSystem = function() {
@@ -25,34 +25,34 @@ function g(e2, t2) {
25
25
  }, e2.getPage = function() {
26
26
  return t2 && t2.entity ? t2.entity.page : {};
27
27
  }, e2.getCustomFunc = function(e3) {
28
- return d(t2, e3);
28
+ return p(t2, e3);
29
29
  };
30
30
  }
31
- function m(e2, t2, n2, o2, i2) {
32
- return x(e2, t2, n2, o2, true, i2, false);
31
+ function g(e2, t2, n2, o2, i2) {
32
+ return C(e2, t2, n2, o2, true, i2, false);
33
33
  }
34
- function v(e2, t2, n2, o2, i2) {
34
+ function m(e2, t2, n2, o2, i2) {
35
35
  var _a, _b;
36
36
  if (o2 && "change" === o2) {
37
37
  const e3 = t2.subTableWatchProps;
38
38
  if (e3) for (const t3 in e3) {
39
39
  const o3 = e3[t3], i3 = (_b = (_a = n2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.prop;
40
- o3 && o3.indexOf(i3) >= 0 && c.$emit("_refreshSubTable_" + t3, { propName: i3 });
40
+ o3 && o3.indexOf(i3) >= 0 && u.$emit("_refreshSubTable_" + t3, { propName: i3 });
41
41
  }
42
42
  }
43
- return x(e2, t2, n2, o2, true, i2, true);
43
+ return C(e2, t2, n2, o2, true, i2, true);
44
44
  }
45
- function C(e2, t2, n2, o2, i2) {
46
- return x(e2, t2, n2, o2, false, i2, false);
45
+ function v(e2, t2, n2, o2, i2) {
46
+ return C(e2, t2, n2, o2, false, i2, false);
47
47
  }
48
- function x(n2, o2, i2, r2, u2, c2, l2) {
48
+ function C(n2, o2, i2, r2, u2, c2, l2) {
49
49
  const s2 = i2 && i2.runtime && i2.runtime.events ? i2.runtime.events : [];
50
50
  let a2;
51
51
  if (l2 || !function(e2) {
52
- return e2 && b.indexOf(e2) >= 0;
52
+ return e2 && x.indexOf(e2) >= 0;
53
53
  }(r2)) {
54
- if (a2 = F(o2, s2, r2), u2) {
55
- return R(o2, i2, a2, h(o2, i2, n2, c2));
54
+ if (a2 = P(o2, s2, r2), u2) {
55
+ return T(o2, i2, a2, k(o2, i2, n2, c2));
56
56
  }
57
57
  return a2;
58
58
  }
@@ -60,205 +60,205 @@ function x(n2, o2, i2, r2, u2, c2, l2) {
60
60
  const r3 = t.judgeDataNumber(o3, i3.ids);
61
61
  if (!r3) return;
62
62
  if (void 0 !== n3.canClick && false === n3.canClick) return;
63
- q(i3).then((t2) => {
63
+ R(i3).then((t2) => {
64
64
  if (true === t2.canExecute) {
65
65
  n3.clickUuid = o3.uuid, n3.canClick = false;
66
- const t3 = o3.runtime && o3.runtime.events ? o3.runtime.events : [], r4 = F(n3, t3, "beforeValidateForm");
66
+ const t3 = o3.runtime && o3.runtime.events ? o3.runtime.events : [], r4 = P(n3, t3, "beforeValidateForm");
67
67
  let u3;
68
- if (r4 && (u3 = R(n3, o3, r4, i3)), void 0 === u3 && (u3 = true), !u3) return void (n3.canClick = true);
68
+ if (r4 && (u3 = T(n3, o3, r4, i3)), void 0 === u3 && (u3 = true), !u3) return void (n3.canClick = true);
69
69
  e.isPromise(u3) ? u3.then((e2) => {
70
- e2 && true === e2 ? E(n3, o3, i3) : n3.canClick = true;
70
+ e2 && true === e2 ? h(n3, o3, i3) : n3.canClick = true;
71
71
  }).catch((e2) => {
72
72
  n3.canClick = true;
73
- }) : E(n3, o3, i3);
73
+ }) : h(n3, o3, i3);
74
74
  }
75
75
  });
76
- }(o2, i2, j(n2, o2, i2, c2));
76
+ }(o2, i2, E(n2, o2, i2, c2));
77
77
  }
78
- const b = ["click", "suffixClick", "prefixClick", "menuClick"];
79
- function k(e2, t2) {
78
+ const x = ["click", "suffixClick", "prefixClick", "menuClick"];
79
+ function b(e2, t2) {
80
80
  return t2.props.base.tableUuid ? t2.props.base.tableUuid : e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null;
81
81
  }
82
- function h(e2, t2, n2, o2) {
82
+ function k(e2, t2, n2, o2) {
83
83
  const i2 = {};
84
84
  if (o2) for (const e3 in o2) i2[e3] = o2[e3];
85
85
  return null != n2 && (i2._value = n2), e2 && (i2.pageContext = e2), t2 && (i2.configureObj = t2), i2;
86
86
  }
87
- function E(t2, o2, i2) {
87
+ function h(t2, o2, i2) {
88
88
  const r2 = o2.runtime && o2.runtime.events ? o2.runtime.events : [];
89
89
  let u2 = true;
90
90
  (i2 == null ? void 0 : i2.skipValidate) && (u2 = false);
91
- const c2 = T(t2, r2, "click");
91
+ const c2 = F(t2, r2, "click");
92
92
  if (c2) {
93
93
  const e2 = function(e3, t3) {
94
- return e3 && a.includes(t3.eventName);
94
+ return e3 && s.includes(t3.eventName);
95
95
  }(c2.isStandard, c2.event);
96
96
  e2 && (u2 = false);
97
97
  }
98
98
  n.validateDataModelFunc(t2, o2, u2).then((n2) => {
99
99
  if (!n2) return void (t2.canClick = true);
100
- const r3 = O(t2, o2, i2);
100
+ const r3 = j(t2, o2, i2);
101
101
  r3 ? e.isPromise(r3) ? r3.then((e2) => {
102
- e2 ? N(t2, o2, c2, i2) : t2.canClick = true;
102
+ e2 ? S(t2, o2, c2, i2) : t2.canClick = true;
103
103
  }).catch((e2) => {
104
104
  console.error(e2), t2.canClick = true;
105
- }) : N(t2, o2, c2, i2) : t2.canClick = true;
105
+ }) : S(t2, o2, c2, i2) : t2.canClick = true;
106
106
  }).catch((e2) => {
107
107
  console.error(e2), t2.canClick = true;
108
108
  });
109
109
  }
110
- function j(e2, t2, n2, i2) {
111
- const r2 = t2.code, c2 = t2.version, l2 = k(t2, n2);
110
+ function E(e2, t2, n2, i2) {
111
+ const u2 = t2.code, c2 = t2.version, l2 = b(t2, n2);
112
112
  if (l2) {
113
113
  const e3 = o.getComponentRef(t2, l2), n3 = e3 ? e3.getSelections() : null, s2 = e3 ? e3.getSelectionIds() : null;
114
- i2 || (i2 = {}), i2.tableUuid = l2, i2.listCode = u.getListCode(r2, c2, l2);
115
- w(t2) && (i2.selections = n3, i2.id = s2 && s2.length > 0 ? s2[0] : null, i2.ids = s2);
114
+ i2 || (i2 = {}), i2.tableUuid = l2, i2.listCode = r.getListCode(u2, c2, l2);
115
+ y(t2) && (i2.selections = n3, i2.id = s2 && s2.length > 0 ? s2[0] : null, i2.ids = s2);
116
116
  const a2 = e3 ? e3.getTableConfigure() : null;
117
117
  i2.tableConfigure = a2;
118
118
  }
119
- return h(t2, n2, e2, i2);
119
+ return k(t2, n2, e2, i2);
120
120
  }
121
- function O(e2, t2, n2) {
122
- const o2 = F(e2, t2.runtime && t2.runtime.events ? t2.runtime.events : [], "beforeClick");
121
+ function j(e2, t2, n2) {
122
+ const o2 = P(e2, t2.runtime && t2.runtime.events ? t2.runtime.events : [], "beforeClick");
123
123
  let i2;
124
- return o2 && (i2 = R(e2, t2, o2, null, n2)), void 0 === i2 || i2;
124
+ return o2 && (i2 = T(e2, t2, o2, null, n2)), void 0 === i2 || i2;
125
125
  }
126
- function y(e2, t2, n2) {
126
+ function O(e2, t2, n2) {
127
127
  const o2 = e2.code + "_";
128
- c.$emit(o2 + "open-dialog", { pageContext: e2, configureObj: t2, eventParams: n2 });
128
+ u.$emit(o2 + "open-dialog", { pageContext: e2, configureObj: t2, eventParams: n2 });
129
129
  }
130
- function w(e2, t2) {
130
+ function y(e2, t2) {
131
131
  return !(!e2.pageType || "list" !== e2.pageType);
132
132
  }
133
- function S(e2, n2, o2, i2, r2, u2) {
133
+ function w(e2, n2, o2, i2, r2, u2) {
134
134
  i2 ? (e2.result = r2, e2.canClick = true) : t.dealAfterOperate(e2, n2, r2, "", u2);
135
- const c2 = F(e2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], "afterClick");
136
- c2 && R(e2, n2, c2, o2);
135
+ const c2 = P(e2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], "afterClick");
136
+ c2 && T(e2, n2, c2, o2);
137
137
  }
138
- function N(t2, n2, o2, i2) {
139
- let r2 = n2, c2 = n2.props.linkPage;
138
+ function S(t2, n2, o2, i2) {
139
+ let u2 = n2, c2 = n2.props.linkPage;
140
140
  if (c2 && c2 instanceof Array) {
141
141
  const e2 = function(e3) {
142
142
  let t3 = e3 ? e3.row : null;
143
143
  t3 || (t3 = e3 && e3.selections && e3.selections.length > 0 ? e3.selections[0] : null);
144
144
  return t3;
145
- }(i2), o3 = s.expressJump(t2, n2, c2, e2);
146
- let l2, a2 = false;
147
- o3 && (a2 = o3.show, l2 = a2 ? o3.toPage : null), c2 = l2 ? l2.linkPage : null, c2 && (r2 = u.deepCopy(n2), r2.props.linkPage = c2);
145
+ }(i2), o3 = l.expressJump(t2, n2, c2, e2);
146
+ let s2, a2 = false;
147
+ o3 && (a2 = o3.show, s2 = a2 ? o3.toPage : null), c2 = s2 ? s2.linkPage : null, c2 && (u2 = r.deepCopy(n2), u2.props.linkPage = c2);
148
148
  }
149
- c2 && c2.jumpPageUrl ? (t2.canClick = true, y(t2, r2, i2)) : function(t3, n3, o3, i3) {
150
- const r3 = o3, u2 = w(t3);
151
- if (r3) {
152
- const o4 = r3.func, c3 = r3.isStandard, l2 = r3.event, s2 = R(t3, n3, o4, i3);
149
+ c2 && c2.jumpPageUrl ? (t2.canClick = true, O(t2, u2, i2)) : function(t3, n3, o3, i3) {
150
+ const r2 = o3, u3 = y(t3);
151
+ if (r2) {
152
+ const o4 = r2.func, c3 = r2.isStandard, l2 = r2.event, s2 = T(t3, n3, o4, i3);
153
153
  if (function(e2, t4) {
154
154
  return e2 && ("exportForm" === t4.eventName || "exportPDF" === t4.eventName || "import" === t4.eventName || "assign" === t4.eventName || "copyTask" === t4.eventName || "addSigner" === t4.eventName || "returnTaskTo" === t4.eventName || "removeSigner" === t4.eventName || "saveQueryCharts" === t4.eventName || "addTransactor" === t4.eventName || "removeTransactor" === t4.eventName);
155
155
  }(c3, l2)) return void (t3.canClick = true);
156
156
  e.isPromise(s2) ? s2.then((e2) => {
157
- e2 ? S(t3, n3, i3, c3, e2, u2) : t3.canClick = true;
157
+ e2 ? w(t3, n3, i3, c3, e2, u3) : t3.canClick = true;
158
158
  }).catch((e2) => {
159
159
  console.error(e2), t3.canClick = true;
160
- }) : S(t3, n3, i3, c3, s2, u2);
161
- } else S(t3, n3, i3, false, null, u2);
160
+ }) : w(t3, n3, i3, c3, s2, u3);
161
+ } else w(t3, n3, i3, false, null, u3);
162
162
  }(t2, n2, o2, i2);
163
163
  }
164
- function P(e2, t2) {
164
+ function N(e2, t2) {
165
165
  const n2 = e2.customEvents;
166
166
  if (n2 && t2) {
167
167
  let e3 = "";
168
168
  return e3 = "object" == typeof t2 ? t2.componentUuid + "_" + t2.name : t2, n2[e3];
169
169
  }
170
170
  }
171
- function F(e2, n2, o2) {
171
+ function P(e2, n2, o2) {
172
172
  if (n2 && o2) {
173
173
  const i2 = n2.filter((e3) => e3.name === o2);
174
174
  if (i2 && i2.length > 0) {
175
175
  const n3 = i2[0];
176
- return n3.isStandard ? t.standardEvents[n3.eventName] : P(e2, n3);
176
+ return n3.isStandard ? t.standardEvents[n3.eventName] : N(e2, n3);
177
177
  }
178
178
  }
179
179
  }
180
- function T(e2, n2, o2) {
180
+ function F(e2, n2, o2) {
181
181
  if (n2 && o2) {
182
182
  const i2 = n2.filter((e3) => e3.name === o2);
183
183
  if (i2 && i2.length > 0) {
184
184
  const n3 = i2[0];
185
- return n3.isStandard ? { func: t.standardEvents[n3.eventName], isStandard: true, event: n3 } : { func: P(e2, n3), isStandard: false, event: n3 };
185
+ return n3.isStandard ? { func: t.standardEvents[n3.eventName], isStandard: true, event: n3 } : { func: N(e2, n3), isStandard: false, event: n3 };
186
186
  }
187
187
  }
188
188
  }
189
- function R(e2, t2, n2, o2, i2) {
189
+ function T(e2, t2, n2, o2, i2) {
190
190
  if (n2) {
191
191
  if (o2 || (o2 = { pageContext: e2, configureObj: t2 }), i2 && o2) for (const e3 in i2) o2[e3] = i2[e3];
192
192
  return n2.apply(n2, [o2]);
193
193
  }
194
194
  }
195
- function q(e2) {
196
- const n2 = e2.pageContext, o2 = e2.configureObj, u2 = w(n2);
195
+ function R(n2) {
196
+ const o2 = n2.pageContext, r2 = n2.configureObj, u2 = y(o2);
197
197
  let c2 = [];
198
- if (u2) n2.editData ? c2.push(n2.editData) : c2 = e2.selections;
198
+ if (u2) o2.editData ? c2.push(o2.editData) : c2 = n2.selections;
199
199
  else {
200
- const e3 = n2.entity.data;
201
- c2.push(e3);
200
+ const e2 = o2.entity.data;
201
+ c2.push(e2);
202
202
  }
203
- const l2 = o2.props.base.condition;
204
- return new Promise((e3, o3) => {
205
- if (null == l2 || "" === l2 || null == c2 || 0 === c2.length) e3({ canExecute: true });
203
+ const l2 = r2.props.base.condition;
204
+ return new Promise((n3, r3) => {
205
+ if (null == l2 || "" === l2 || null == c2 || 0 === c2.length) n3({ canExecute: true });
206
206
  else {
207
- const o4 = n2.entity.context, u3 = t.getAdditionalParamMap(n2), s2 = true, a2 = n2.tableName;
207
+ const r4 = o2.entity.context, u3 = t.getAdditionalParamMap(o2), s2 = true, a2 = o2.tableName;
208
208
  let f2, p2, d2 = true;
209
- for (let e4 = 0; e4 < c2.length; e4++) {
210
- const t2 = c2[e4];
211
- for (let e5 = 0; e5 < l2.length; e5++) {
212
- const i2 = l2[e5], c3 = i2.toolTips, g2 = i2.conditionList;
213
- if (!r.analysisCondition(g2, t2, u3, o4, s2, a2, null, n2)) {
214
- d2 = false, f2 = c3, p2 = t2;
209
+ for (let t2 = 0; t2 < c2.length; t2++) {
210
+ const n4 = c2[t2];
211
+ for (let t3 = 0; t3 < l2.length; t3++) {
212
+ const i2 = l2[t3], c3 = i2.toolTips, g2 = i2.conditionList;
213
+ if (!e.analysisCondition(g2, n4, u3, r4, s2, a2, null, o2)) {
214
+ d2 = false, f2 = c3, p2 = n4;
215
215
  break;
216
216
  }
217
217
  }
218
218
  }
219
- d2 ? e3({ canExecute: true }) : (f2 && i.ElMessage({ showClose: true, type: "warning", message: f2 }), e3({ canExecute: false, message: f2, failEntity: p2 }));
219
+ d2 ? n3({ canExecute: true }) : (f2 && i.ElMessage({ showClose: true, type: "warning", message: f2 }), n3({ canExecute: false, message: f2, failEntity: p2 }));
220
220
  }
221
221
  });
222
222
  }
223
223
  function D(e2, t2, n2) {
224
224
  t2 && (n2[e2] = t2);
225
225
  }
226
- exports.appendDefaultMethods = g, exports.canExecuteButton = q, exports.cellClick = function(e2, t2, n2) {
227
- return m(null, e2, t2, "cell-click", n2);
226
+ exports.appendDefaultMethods = d, exports.canExecuteButton = R, exports.cellClick = function(e2, t2, n2) {
227
+ return g(null, e2, t2, "cell-click", n2);
228
228
  }, exports.cellDblClick = function(e2, t2, n2) {
229
- return m(null, e2, t2, "cell-dblclick", n2);
229
+ return g(null, e2, t2, "cell-dblclick", n2);
230
230
  }, exports.doAfterClickEvent = function(t2, n2, o2) {
231
- const i2 = n2.runtime && n2.runtime.events ? n2.runtime.events : [], r2 = F(t2, i2, "afterClick");
231
+ const i2 = n2.runtime && n2.runtime.events ? n2.runtime.events : [], r2 = P(t2, i2, "afterClick");
232
232
  if (r2) {
233
- const i3 = R(t2, n2, r2, null, o2);
233
+ const i3 = T(t2, n2, r2, null, o2);
234
234
  e.isPromise(i3) ? i3.finally(() => {
235
235
  t2.canClick = true;
236
236
  }) : t2.canClick = true;
237
237
  } else t2.canClick = true;
238
- }, exports.doBeforeClickEvent = O, exports.doClickJumpPageEvent = y, exports.doSuffixOrPrefixClickEvent = function(e2, t2, n2, o2, i2) {
239
- const r2 = j(e2, t2, n2, i2);
240
- N(t2, n2, T(t2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], o2), r2);
238
+ }, exports.doBeforeClickEvent = j, exports.doClickJumpPageEvent = O, exports.doSuffixOrPrefixClickEvent = function(e2, t2, n2, o2, i2) {
239
+ const r2 = E(e2, t2, n2, i2);
240
+ S(t2, n2, F(t2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], o2), r2);
241
241
  }, exports.fileUploadBeforeUpload = function(e2) {
242
- return C(null, e2.pageContext, e2.configureObj, "before-upload", e2);
243
- }, exports.getClickEventFuncByType = T, exports.getCustomFunc = d, exports.getEventFuncByType = F, exports.getEventNameByType = function(e2, t2) {
242
+ return v(null, e2.pageContext, e2.configureObj, "before-upload", e2);
243
+ }, exports.getClickEventFuncByType = F, exports.getCustomFunc = p, exports.getEventFuncByType = P, exports.getEventNameByType = function(e2, t2) {
244
244
  if (e2 && t2) {
245
245
  const n2 = e2.filter((e3) => e3.name === t2);
246
246
  if (n2 && n2.length > 0) {
247
247
  return n2[0].eventName;
248
248
  }
249
249
  }
250
- }, exports.getHandleEvent = C, exports.getTableUuid = k, exports.gridSelectAllRecords = function(e2, t2, n2) {
251
- return m(null, e2, t2, "select-all", n2);
250
+ }, exports.getHandleEvent = v, exports.getTableUuid = b, exports.gridSelectAllRecords = function(e2, t2, n2) {
251
+ return g(null, e2, t2, "select-all", n2);
252
252
  }, exports.gridSelectRecord = function(e2, t2, n2) {
253
- return m(null, e2, t2, "select", n2);
253
+ return g(null, e2, t2, "select", n2);
254
254
  }, exports.gridSelectionChange = function(e2, t2, n2) {
255
- return m(null, e2, t2, "selection-change", n2);
255
+ return g(null, e2, t2, "selection-change", n2);
256
256
  }, exports.handleAfterInitEvent = function(e2, t2, n2, o2) {
257
- return v(e2, t2, n2, "afterInit", o2);
257
+ return m(e2, t2, n2, "afterInit", o2);
258
258
  }, exports.handleChartEvent = function(e2, t2, n2, o2, i2) {
259
- return R(e2, t2, F(e2, t2 && t2.runtime && t2.runtime.events ? t2.runtime.events : [], n2), { configure: t2, pageContext: e2, chartOption: o2, ...i2 });
260
- }, exports.handleEvent = m, exports.handleFormEvent = v, exports.headerClick = function(e2, t2, n2) {
261
- return m(null, e2, t2, "header-click", n2);
259
+ return T(e2, t2, P(e2, t2 && t2.runtime && t2.runtime.events ? t2.runtime.events : [], n2), { configure: t2, pageContext: e2, chartOption: o2, ...i2 });
260
+ }, exports.handleEvent = g, exports.handleFormEvent = m, exports.headerClick = function(e2, t2, n2) {
261
+ return g(null, e2, t2, "header-click", n2);
262
262
  }, exports.initPageEvents = function(e2, t2) {
263
263
  if (e2 && e2.customEvents) {
264
264
  const n2 = function(e3) {
@@ -280,7 +280,7 @@ exports.appendDefaultMethods = g, exports.canExecuteButton = q, exports.cellClic
280
280
  !function(e3, t3) {
281
281
  if (!t3) return;
282
282
  for (const n3 in t3) {
283
- g(t3[n3], e3);
283
+ d(t3[n3], e3);
284
284
  }
285
285
  }(t2, n2), t2.customEvents = n2;
286
286
  }
@@ -297,10 +297,10 @@ exports.appendDefaultMethods = g, exports.canExecuteButton = q, exports.cellClic
297
297
  }, exports.isShowMobileEvent = function(t2, n2) {
298
298
  let o2 = true;
299
299
  if (e.isMobileBrowser()) {
300
- const e2 = T(t2, n2 && n2.runtime && n2.runtime.events ? n2.runtime.events : [], "click");
300
+ const e2 = F(t2, n2 && n2.runtime && n2.runtime.events ? n2.runtime.events : [], "click");
301
301
  if (e2) {
302
302
  const t3 = e2.isStandard, n3 = e2.event, i2 = navigator ? navigator.userAgent : null;
303
- t3 && i2 && (i2.indexOf(" uni-app ") > 0 ? (f.includes(n3.eventName) || p.includes(n3.eventName)) && (o2 = false) : p.includes(n3.eventName) && (o2 = false));
303
+ t3 && i2 && (i2.indexOf(" uni-app ") > 0 ? (a.includes(n3.eventName) || f.includes(n3.eventName)) && (o2 = false) : f.includes(n3.eventName) && (o2 = false));
304
304
  }
305
305
  }
306
306
  return o2;
@@ -312,34 +312,34 @@ exports.appendDefaultMethods = g, exports.canExecuteButton = q, exports.cellClic
312
312
  });
313
313
  }
314
314
  }, exports.rowClick = function(e2, t2, n2) {
315
- return m(null, e2, t2, "row-click", n2);
315
+ return g(null, e2, t2, "row-click", n2);
316
316
  }, exports.rowDblClick = function(e2, t2, n2) {
317
- return m(null, e2, t2, "row-dblclick", n2);
317
+ return g(null, e2, t2, "row-dblclick", n2);
318
318
  }, exports.setTableEvents = function(e2, t2, n2, o2) {
319
319
  var i2;
320
- t2 && (D("loadBeforeSend", C(null, (i2 = { pageContext: n2, configureObj: o2 }).pageContext, i2.configureObj, "beforeListLoad", i2), e2), D("beforeRequest", function(e3) {
321
- return C(null, e3.pageContext, e3.configureObj, "beforeRequest", e3);
320
+ t2 && (D("loadBeforeSend", v(null, (i2 = { pageContext: n2, configureObj: o2 }).pageContext, i2.configureObj, "beforeListLoad", i2), e2), D("beforeRequest", function(e3) {
321
+ return v(null, e3.pageContext, e3.configureObj, "beforeRequest", e3);
322
322
  }({ pageContext: n2, configureObj: o2 }), e2), D("gridDataLoaded", function(e3) {
323
- return C(null, e3.pageContext, e3.configureObj, "onListLoad", e3);
323
+ return v(null, e3.pageContext, e3.configureObj, "onListLoad", e3);
324
324
  }({ pageContext: n2, configureObj: o2 }), e2), D("gridComplete", function(e3) {
325
- return C(null, e3.pageContext, e3.configureObj, "afterListLoad", e3);
325
+ return v(null, e3.pageContext, e3.configureObj, "afterListLoad", e3);
326
326
  }({ pageContext: n2, configureObj: o2 }), e2), D("resizeHeight", function(e3) {
327
- return C(null, e3.pageContext, e3.configureObj, "resizeTableHeight", e3);
327
+ return v(null, e3.pageContext, e3.configureObj, "resizeTableHeight", e3);
328
328
  }({ pageContext: n2, configureObj: o2 }), e2), e2.lineEditOptions || (e2.lineEditOptions = {}), D("beforeInsertRow", function(e3) {
329
- return C(null, e3.pageContext, e3.configureObj, "beforeAddRow", e3);
329
+ return v(null, e3.pageContext, e3.configureObj, "beforeAddRow", e3);
330
330
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("afterInsertRow", function(e3) {
331
- return C(null, e3.pageContext, e3.configureObj, "afterAddRow", e3);
331
+ return v(null, e3.pageContext, e3.configureObj, "afterAddRow", e3);
332
332
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("beforeDelete", function(e3) {
333
- return C(null, e3.pageContext, e3.configureObj, "beforeRemoveRow", e3);
333
+ return v(null, e3.pageContext, e3.configureObj, "beforeRemoveRow", e3);
334
334
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("afterDelete", function(e3) {
335
- return C(null, e3.pageContext, e3.configureObj, "afterRemoveRow", e3);
335
+ return v(null, e3.pageContext, e3.configureObj, "afterRemoveRow", e3);
336
336
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("beforeEdit", function(e3) {
337
- return C(null, e3.pageContext, e3.configureObj, "beforeEdit", e3);
337
+ return v(null, e3.pageContext, e3.configureObj, "beforeEdit", e3);
338
338
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("beforeRestore", function(e3) {
339
- return C(null, e3.pageContext, e3.configureObj, "beforeRestore", e3);
339
+ return v(null, e3.pageContext, e3.configureObj, "beforeRestore", e3);
340
340
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), D("beforeRestoreValidate", function(e3) {
341
- return C(null, e3.pageContext, e3.configureObj, "beforeRestoreValidate", e3);
341
+ return v(null, e3.pageContext, e3.configureObj, "beforeRestoreValidate", e3);
342
342
  }({ pageContext: n2, configureObj: o2 }), e2.lineEditOptions), function(e3, t3, n3) {
343
343
  t3 && (n3[e3] = t3);
344
- }("filterDataEvent", C(null, n2, o2, "filter-data", { pageContext: n2, configureObj: o2 }), e2));
344
+ }("filterDataEvent", v(null, n2, o2, "filter-data", { pageContext: n2, configureObj: o2 }), e2));
345
345
  };
@@ -0,0 +1,92 @@
1
+ import { PageDesign, Component, PageContext } from '../interfaces/page-design-types';
2
+
3
+ /**
4
+ * 缓存页面事件,并转为Function对象,并绑定自定义方法到window对象上
5
+ * @param pageDesign
6
+ */
7
+ export declare function initPageEvents(pageDesign: PageDesign, pageContext: PageContext): void;
8
+ /**
9
+ * 获取自定义方法
10
+ * @param pageContext
11
+ * @param funcName
12
+ * @returns
13
+ */
14
+ export declare function getCustomFunc(pageContext: PageContext, funcName: any): any;
15
+ /**
16
+ * 为功能添加默认的方法
17
+ * @param func 函数
18
+ * @param pageContext
19
+ */
20
+ export declare function appendDefaultMethods(func: any, pageContext: PageContext): void;
21
+ /**
22
+ * 页面销毁时,将window上注册的函数移除掉
23
+ * @param pageDesign
24
+ */
25
+ export declare function removeCustomFuncFromWindow(pageDesign: PageDesign): void;
26
+ export declare function handleEvent($event: any, pageContext: PageContext, configure: Component, eventType: string, otherParams?: object): any;
27
+ export declare function handleFormEvent($event: any, pageContext: PageContext, configure: Component, eventType: string, otherParams?: object): any;
28
+ export declare function handleAfterInitEvent($event: any, pageContext: PageContext, configure: Component, otherParams?: object): any;
29
+ export declare function getHandleEvent($event: any, pageContext: PageContext, configure: Component, eventType: string, otherParams?: object): any;
30
+ export declare function getTableUuid(pageContext: PageContext, configure: Component): any;
31
+ export declare function handleEventByEventName(pageContext: PageContext, configure: Component, eventName: string, otherParams?: object): any;
32
+ export declare function doSuffixOrPrefixClickEvent($event: any, pageContext: PageContext, configure: Component, eventType: any, otherParams?: object): void;
33
+ export declare function doBeforeClickEvent(pageContext: PageContext, configure: Component, otherParams?: object): any;
34
+ /**
35
+ * TODO: 跳转页面功能
36
+ * 跳转页面功能
37
+ * @param $event
38
+ * @param pageContext
39
+ * @param configure
40
+ */
41
+ export declare function doClickJumpPageEvent(pageContext: PageContext, configure: Component, eventParams: object): void;
42
+ export declare function doAfterClickEvent(pageContext: PageContext, configure: Component, otherParams?: object): void;
43
+ /**
44
+ * 获得事件Function对象
45
+ * @param events 该组件所有事件集合
46
+ * @param eventType change、click等事件类型
47
+ */
48
+ export declare function getEventFuncByType(pageContext: PageContext, events: Array<any>, eventType: string): any;
49
+ /**
50
+ * 根据事件类型,获得事件名称
51
+ * @param events
52
+ * @param eventType
53
+ * @returns
54
+ */
55
+ export declare function getEventNameByType(events: Array<any>, eventType: string): any;
56
+ /**
57
+ * 获得事件Function对象
58
+ * @param events 该组件所有事件集合
59
+ * @param eventType change、click等事件类型
60
+ */
61
+ export declare function getClickEventFuncByType(pageContext: PageContext, events: Array<any>, eventType: string): {
62
+ func: any;
63
+ isStandard: boolean;
64
+ event: any;
65
+ };
66
+ /**
67
+ * 按钮是否可执行条件解析
68
+ * @param params
69
+ * @returns
70
+ */
71
+ export declare function canExecuteButton(params: any): Promise<unknown>;
72
+ export declare function canVisibleComponent(params: any): Promise<unknown>;
73
+ export declare function setTableEvents(options: any, tableEvents: any, pageContext: any, configureObj: any): void;
74
+ export declare function gridSelectRecord(pageContext: any, configureObj: any, params: any): any;
75
+ export declare function gridSelectAllRecords(pageContext: any, configureObj: any, params: any): any;
76
+ export declare function gridSelectionChange(pageContext: any, configureObj: any, params: any): any;
77
+ export declare function cellClick(pageContext: any, configureObj: any, params: any): any;
78
+ export declare function cellDblClick(pageContext: any, configureObj: any, params: any): any;
79
+ export declare function rowClick(pageContext: any, configureObj: any, params: any): any;
80
+ export declare function rowDblClick(pageContext: any, configureObj: any, params: any): any;
81
+ export declare function headerClick(pageContext: any, configureObj: any, params: any): any;
82
+ export declare function fileUploadBeforeUpload(params: any): any;
83
+ export declare function fileUploadUploaded(pageContext: any, configureObj: any, params: any): any;
84
+ export declare function fileUploadBeforeDelete(pageContext: any, configureObj: any, params: any): any;
85
+ export declare function fileUploadDeleted(pageContext: any, configureObj: any, params: any): any;
86
+ /**
87
+ * 当前按钮的点击事件是否是列表的 显示查询 事件。移动端时才需要显示这个按钮。
88
+ * @param configure 组件配置
89
+ */
90
+ export declare function isShowComponent(configure: Component): boolean;
91
+ export declare function handleChartEvent(pageContext: PageContext, configure: Component, eventType: string, chartOption: object, otherParams?: object): any;
92
+ export declare function isShowMobileEvent(pageContext: PageContext, configure: Component): any;
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const e = require("agilebuilder-ui/src/utils/request"), t = require("vue-plugin-hiprint"), n = require("../barcode-util.js");
3
+ const e = require("agilebuilder-ui"), t = require("vue-plugin-hiprint"), n = require("../barcode-util.cjs");
4
4
  function o(o2, r2) {
5
- e.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/print-models/by-codes", [r2]).then((e2) => {
5
+ e.http.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/print-models/by-codes", [r2]).then((e2) => {
6
6
  const r3 = JSON.parse(e2[0].template), i = [];
7
7
  r3.panels.forEach((e3) => {
8
8
  e3.printElements.forEach((e4) => {
9
9
  "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || i.push(e4.options);
10
10
  });
11
11
  });
12
- const l = new t.hiprint.PrintTemplate({ template: r3 }), p = { callback: () => {
12
+ const p = new t.hiprint.PrintTemplate({ template: r3 }), l = { callback: () => {
13
13
  }, styleHandler: () => "" }, c = { leftOffset: -1, topOffset: -1 }, u = {};
14
14
  r3.panels[0].printElements.forEach((e3) => {
15
15
  if ("datetime" === e3.options.dataType && e3.options.field) {
@@ -17,8 +17,8 @@ function o(o2, r2) {
17
17
  u[t2] = e3.options.dateFormat;
18
18
  }
19
19
  }), o2.pageContext.pageType ? "list" === o2.pageContext.pageType ? function(e3, t2, o3, a2, r4, i2) {
20
- const l2 = JSON.parse(JSON.stringify(e3.selections));
21
- if (l2.forEach((e4) => {
20
+ const p2 = JSON.parse(JSON.stringify(e3.selections));
21
+ if (p2.forEach((e4) => {
22
22
  Object.keys(t2).forEach((t3) => {
23
23
  if (e4[t3] && "number" == typeof e4[t3] && !isNaN(e4[t3])) try {
24
24
  e4[t3] = new Date(e4[t3]);
@@ -44,17 +44,17 @@ function o(o2, r2) {
44
44
  console.error("获取条码规则失败:", e6), o4([]);
45
45
  }
46
46
  });
47
- }(t3, l2));
47
+ }(t3, p2));
48
48
  }), Promise.all(e4).then((e5) => {
49
49
  e5.forEach((e6) => {
50
50
  e6.forEach((e7) => {
51
- const t3 = e7.index, n2 = l2[t3];
51
+ const t3 = e7.index, n2 = p2[t3];
52
52
  n2[e7.type] || (n2[e7.type] = {}), n2[e7.type][e7.name] = e7.value;
53
53
  });
54
- }), a2.print(l2, r4, i2);
54
+ }), a2.print(p2, r4, i2);
55
55
  });
56
- } else a2.print(l2, r4, i2);
57
- }(o2, u, i, l, c, p) : "form" === o2.pageContext.pageType && a(o2, i, l, c, p) : a(o2, i, l, c, p);
56
+ } else a2.print(p2, r4, i2);
57
+ }(o2, u, i, p, c, l) : "form" === o2.pageContext.pageType && a(o2, i, p, c, l) : a(o2, i, p, c, l);
58
58
  });
59
59
  }
60
60
  function a(e2, t2, o2, a2, r2) {
@@ -90,7 +90,7 @@ function a(e2, t2, o2, a2, r2) {
90
90
  }
91
91
  function s(t2) {
92
92
  const n2 = encodeURIComponent(t2);
93
- return e.get(window.$vueApp.config.globalProperties.baseAPI + `/dc/setting-barcode-models/by-name?name=${n2}`);
93
+ return e.http.get(window.$vueApp.config.globalProperties.baseAPI + `/dc/setting-barcode-models/by-name?name=${n2}`);
94
94
  }
95
95
  t.disAutoConnect();
96
96
  const r = { printLabel: o };
@@ -0,0 +1,5 @@
1
+ export declare function printLabel(params: any, templateUuid: string): void;
2
+ declare const _default: {
3
+ printLabel: typeof printLabel;
4
+ };
5
+ export default _default;