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
@@ -0,0 +1,99 @@
1
+ import { PageContext } from '../interfaces/page-design-types';
2
+
3
+ export declare const standardEvents: {
4
+ save: (params: any) => Promise<unknown>;
5
+ saveList: (params: any) => Promise<unknown>;
6
+ exportForm: (params: any) => void;
7
+ exportPDF: (params: any) => void;
8
+ submit: (params: any) => Promise<unknown>;
9
+ submitList: (params: any) => Promise<unknown>;
10
+ agree: (params: any) => Promise<unknown>;
11
+ agreeList: (params: any) => Promise<unknown>;
12
+ disagree: (params: any) => Promise<unknown>;
13
+ disagreeList: (params: any) => Promise<unknown>;
14
+ back: (params: any) => void;
15
+ delete: (params: any) => Promise<unknown>;
16
+ downloadTemplate: (params: any) => void;
17
+ import: (params: any) => void;
18
+ export: (params: any) => Promise<unknown>;
19
+ search: (params: any) => void;
20
+ showSearch: (params: any) => void;
21
+ workflowSave: (params: any) => Promise<unknown>;
22
+ workflowStart: (params: any) => Promise<unknown>;
23
+ submitProcess: (params: any) => Promise<unknown>;
24
+ submitTask: (params: any) => Promise<unknown>;
25
+ approve: (params: any) => Promise<unknown>;
26
+ refuse: (params: any) => Promise<unknown>;
27
+ readed: (params: any) => Promise<unknown>;
28
+ agreement: (params: any) => Promise<unknown>;
29
+ oppose: (params: any) => Promise<unknown>;
30
+ kiken: (params: any) => Promise<unknown>;
31
+ assign: (params: any) => void;
32
+ copyTask: (params: any) => void;
33
+ addSigner: (params: any) => void;
34
+ drawTask: (params: any) => Promise<unknown>;
35
+ abandonReceive: (params: any) => Promise<unknown>;
36
+ returnToPreviousTask: (params: any) => Promise<unknown>;
37
+ endInstance: (params: any) => Promise<unknown>;
38
+ returnTaskTo: (params: any) => void;
39
+ removeSigner: (params: any) => void;
40
+ retrieveTask: (params: any) => Promise<unknown>;
41
+ extractWorkflow: (params: any) => Promise<unknown>;
42
+ extractWorkflowEvent: (params: any) => void;
43
+ cancelExtractWorkflow: (params: any) => Promise<unknown>;
44
+ approveExtractWorkflow: (params: any) => Promise<unknown>;
45
+ refuseExtractWorkflow: (params: any) => Promise<unknown>;
46
+ viewDetail: (params: any) => void;
47
+ lineEditCreate: (params: any) => void;
48
+ printLabel: (params: any) => void;
49
+ queryCharts: (params: any) => void;
50
+ resetCharts: (params: any) => void;
51
+ exportCharts: (params: any) => void;
52
+ saveQueryCharts: (params: any) => void;
53
+ addTransactor: (params: any) => void;
54
+ removeTransactor: (params: any) => void;
55
+ };
56
+ export declare function exportFormReport(pageContext: any, configureObj: any, templateFile: any, isPdf: any): void;
57
+ export declare function getSaveFormRequestWithRow(pageContext: PageContext, configureObj: any, url: string, isUnControlVersion: boolean, mainDefaultValueColumns: any, dynamicColumnInfo: any, row: any, otherParams: any): any;
58
+ export declare function getSaveFormRequest(pageContext: PageContext, configureObj: any, url: any, isUnControlVersion: any, mainDefaultValueColumns: any, dynamicColumnInfo: any): any;
59
+ /**
60
+ * 按钮执行后页面处理方式:刷新、关闭弹框等等
61
+ * @param pageContext
62
+ * @param configureObj
63
+ * @param data
64
+ * @param successTip
65
+ * @param isListButton
66
+ */
67
+ export declare function dealAfterOperate(pageContext: any, configureObj: any, data: any, successTip: any, isListButton?: boolean): void;
68
+ export declare function updateValuesWhenCloseDialog(parentPageContext: any, parentConfigureObj: any, sourceModel: any, sourceTableName: any, valueMappings?: any): void;
69
+ export declare function refreshFormOrListPage(pageContext: any, configureObj: any, isRefreshWhenClosePopup: any, mySuccessOperation: any): void;
70
+ export declare function doImportFinally(params: any, fileObj: any): void;
71
+ export declare function judgeDataNumber(buttonConfigureObj: any, ids: any): boolean;
72
+ export declare function dealCompleteTaskParam(commonEntity: any, isInit: any, pageContext: any, params?: any, operationResult?: any): boolean;
73
+ export declare function doAssign(params: any, selectNodeInfo: any): void;
74
+ export declare function getAdditionalParamMap(pageContext: any): any;
75
+ export declare function doAddSigner(params: any, selectNodeInfo: any): void;
76
+ export declare function doAddTransactor(params: any, selectNodeInfo: any): void;
77
+ export declare function doCreateCopyTask(params: any, selectNodeInfo: any): Promise<void>;
78
+ export declare function getTaskInformitions(params: any): any;
79
+ export declare function doReturnTaskTo(params: any, selectTaskNode: any): void;
80
+ export declare function getRemoveSigner(params: any): any;
81
+ export declare function doRemoveSigners(params: any, selectRemoveTasks: any): void;
82
+ export declare function getRemoveTransactor(params: any): any;
83
+ export declare function doRemoveTransactors(params: any, selectRemoveTasks: any): void;
84
+ export declare function extractWorkflowFunc(params: any): Promise<unknown>;
85
+ export declare function isVisibleWorkflowButton(pageContext: any, standardEventName: any, buttonInfo: any, completeTaskParam: any, btnConfigure: any, data: any): boolean;
86
+ /**
87
+ * 刷新页面
88
+ * @param pageContext
89
+ */
90
+ export declare function refreshPage(pageContext: PageContext, id?: any): void;
91
+ /**
92
+ * 获得表单数据
93
+ * @param pageContext
94
+ */
95
+ export declare function getFormData(pageContext: PageContext, id?: any, isNeedId?: boolean): Promise<unknown>;
96
+ export declare function saveChartConditionBase(pageContext: any, conditionName: string): any;
97
+ export declare function listChartConditions(pageContext: any): any;
98
+ export declare function deleteChartCondition(conditionId: any): any;
99
+ export declare function doFileTaskFunc(pageContext: any): void;
@@ -1,38 +1,38 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const e = require("async-validator"), t = require("element-plus"), s = require("../global-refs.js"), n = require("agilebuilder-ui/src/utils/util"), r = require("./standard-event.js"), o = require("agilebuilder-ui/src/utils/common-util"), i = require("agilebuilder-ui/src/utils/calculator/calculator-util"), l = require("../common-util.js");
4
- function a(e2, t2, s2) {
3
+ const e = require("async-validator"), t = require("element-plus"), s = require("../global-refs.cjs"), n = require("agilebuilder-ui"), o = require("./standard-event.cjs"), r = require("../common-util.cjs");
4
+ function i(e2, t2, s2) {
5
5
  const n2 = {};
6
6
  t2 || (t2 = {});
7
- let r2 = 0;
8
- const o2 = e2.split(".");
9
- return o2.forEach((e3) => {
7
+ let o2 = 0;
8
+ const r2 = e2.split(".");
9
+ return r2.forEach((e3) => {
10
10
  let i2;
11
- if (r2 === o2.length - 1) i2 = function(e4, t3, s3) {
11
+ if (o2 === r2.length - 1) i2 = function(e4, t3, s3) {
12
12
  let n3;
13
- for (let r3 = 0; r3 < t3.length; r3++) if (n3 = 0 === r3 ? e4[t3[r3]] : n3.fields[t3[r3]], r3 !== t3.length - 1) {
14
- if (t3[r3 + 1] === s3) break;
13
+ for (let o3 = 0; o3 < t3.length; o3++) if (n3 = 0 === o3 ? e4[t3[o3]] : n3.fields[t3[o3]], o3 !== t3.length - 1) {
14
+ if (t3[o3 + 1] === s3) break;
15
15
  }
16
16
  return n3;
17
- }(n2, o2, e3), i2.fields[e3] = s2;
17
+ }(n2, r2, e3), i2.fields[e3] = s2;
18
18
  else {
19
19
  let s3;
20
- 0 === r2 ? i2 = t2 : (s3 = function(e4, t3, s4) {
20
+ 0 === o2 ? i2 = t2 : (s3 = function(e4, t3, s4) {
21
21
  let n3;
22
- for (let r3 = 0; r3 < t3.length; r3++) {
23
- const o3 = t3[r3];
24
- if (n3 = 0 === r3 ? e4[o3] : n3.fields[t3[r3]], o3 === s4) break;
22
+ for (let o3 = 0; o3 < t3.length; o3++) {
23
+ const r3 = t3[o3];
24
+ if (n3 = 0 === o3 ? e4[r3] : n3.fields[t3[o3]], r3 === s4) break;
25
25
  }
26
26
  return n3;
27
- }(n2, o2, o2[r2 - 1]), i2 = s3.fields), i2[e3] || (i2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = i2[e3] : s3.fields[e3] = i2[e3];
27
+ }(n2, r2, r2[o2 - 1]), i2 = s3.fields), i2[e3] || (i2[e3] = { type: "object", required: true, fields: {} }), 0 === o2 ? n2[e3] = i2[e3] : s3.fields[e3] = i2[e3];
28
28
  }
29
- r2++;
29
+ o2++;
30
30
  }), n2;
31
31
  }
32
- function u(e2, t2, s2, n2, r2, o2) {
33
- return c(e2, t2, s2, n2, true, r2, o2);
32
+ function l(e2, t2, s2, n2, o2, r2) {
33
+ return u(e2, t2, s2, n2, true, o2, r2);
34
34
  }
35
- function f(e2) {
35
+ function a(e2) {
36
36
  if (e2) return Object.keys(e2).forEach((t2) => {
37
37
  if (t2.indexOf(".") >= 0) {
38
38
  let s2 = [];
@@ -40,48 +40,48 @@ function f(e2) {
40
40
  }
41
41
  }), e2;
42
42
  }
43
- function c(n2, r2, o2, i2, l2, a2, u2) {
44
- let d2, g2 = f(r2);
45
- if (r2 && null !== r2 || !o2 || (g2 = {}), !g2 || 0 === Object.keys(g2).length) return n2.validateErrorField = "", true;
46
- return new e(g2).validate(n2, { first: true }, (e2, f2) => {
47
- let g3;
43
+ function u(n2, o2, r2, i2, l2, f2, d2) {
44
+ let c2, p2 = a(o2);
45
+ if (o2 && null !== o2 || !r2 || (p2 = {}), !p2 || 0 === Object.keys(p2).length) return n2.validateErrorField = "", true;
46
+ return new e(p2).validate(n2, { first: true }, (e2, a2) => {
47
+ let p3;
48
48
  if (e2) {
49
- d2 = e2[0].message, g3 = e2[0].field, t.ElMessage({ message: d2, showClose: true, type: "warning", duration: 3e3 });
50
- const n3 = s.getComponentRefByCode(u2, g3);
49
+ c2 = e2[0].message, p3 = e2[0].field, t.ElMessage({ message: c2, showClose: true, type: "warning", duration: 3e3 });
50
+ const n3 = s.getComponentRefByCode(d2, p3);
51
51
  n3 && n3.addRequiredClass && n3.addRequiredClass();
52
- } else d2 = true;
53
- if (g3 && true === l2) {
54
- if (/[A-Z]+/.test(g3) && void 0 !== n2[g3.toLowerCase()]) {
52
+ } else c2 = true;
53
+ if (p3 && true === l2) {
54
+ if (/[A-Z]+/.test(p3) && void 0 !== n2[p3.toLowerCase()]) {
55
55
  const e3 = JSON.parse(JSON.stringify(n2));
56
- e3[g3.toUpperCase()] = n2[g3.toLowerCase()], delete e3[g3.toLowerCase()], d2 = c(e3, r2, o2, i2, false, a2, u2);
56
+ e3[p3.toUpperCase()] = n2[p3.toLowerCase()], delete e3[p3.toLowerCase()], c2 = u(e3, o2, r2, i2, false, f2, d2);
57
57
  }
58
58
  }
59
- }), d2;
59
+ }), c2;
60
60
  }
61
- function d(e2) {
61
+ function f(e2) {
62
62
  return new Promise((t2, n2) => {
63
- const r2 = [], o2 = e2.customValidatorUuids;
64
- o2 && o2.forEach((t3) => {
63
+ const o2 = [], r2 = e2.customValidatorUuids;
64
+ r2 && r2.forEach((t3) => {
65
65
  const n3 = s.getComponentRef(e2, t3);
66
- n3 && n3.validator && r2.push(n3.validator());
67
- }), r2 && r2.length > 0 ? Promise.all(r2).then((e3) => {
66
+ n3 && n3.validator && o2.push(n3.validator());
67
+ }), o2 && o2.length > 0 ? Promise.all(o2).then((e3) => {
68
68
  e3.includes(false) ? t2(false) : t2(true);
69
69
  }) : t2(true);
70
70
  });
71
71
  }
72
- function g(e2, r2, i2) {
73
- return new Promise((a2, f2) => {
74
- const c2 = JSON.parse(JSON.stringify(e2));
72
+ function d(e2, o2, i2) {
73
+ return new Promise((a2, u2) => {
74
+ const d2 = JSON.parse(JSON.stringify(e2));
75
75
  if (i2 && 0 !== Object.keys(i2).length) {
76
- if (true === u(c2, i2, null, null, true, r2)) {
76
+ if (true === l(d2, i2, null, null, true, o2)) {
77
77
  const e3 = function(e4) {
78
78
  var _a;
79
79
  if (!e4) return true;
80
- if (l.isWorkflowPage(e4)) return true;
81
- const r3 = e4.tableUuids;
82
- if (!r3) return true;
83
- for (let o2 = 0; o2 < r3.length; o2++) {
84
- const i3 = r3[o2], l2 = s.getComponentRef(e4, i3);
80
+ if (r.isWorkflowPage(e4)) return true;
81
+ const o3 = e4.tableUuids;
82
+ if (!o3) return true;
83
+ for (let r2 = 0; r2 < o3.length; r2++) {
84
+ const i3 = o3[r2], l2 = s.getComponentRef(e4, i3);
85
85
  if (l2) {
86
86
  if (l2.getConfigure()) {
87
87
  const e5 = l2.getConfigure();
@@ -94,203 +94,203 @@ function g(e2, r2, i2) {
94
94
  }
95
95
  }
96
96
  return true;
97
- }(r2);
97
+ }(o2);
98
98
  if (true === e3) {
99
99
  const e4 = function(e5) {
100
100
  const t2 = [];
101
101
  e5.customRuleEvents && e5.customRuleEvents.length > 0 && e5.customRuleEvents.forEach((s2) => {
102
102
  s2.events.forEach((n2) => {
103
- const r3 = e5.customEvents[n2];
104
- t2.push(r3.apply(r3, [{ prop: s2.prop, pageContext: e5 }]));
103
+ const o3 = e5.customEvents[n2];
104
+ t2.push(o3.apply(o3, [{ prop: s2.prop, pageContext: e5 }]));
105
105
  });
106
106
  });
107
107
  if (t2 && t2.length > 0) return new Promise((e6, s2) => {
108
- const n2 = [], r3 = [];
108
+ const o3 = [], r2 = [];
109
109
  t2.forEach((e7) => {
110
- o.isPromise(e7) ? n2.push(e7) : r3.push(e7);
111
- }), r3.includes(false) && e6(false), n2.length > 0 ? Promise.all(n2).then((t3) => {
110
+ n.isPromise(e7) ? o3.push(e7) : r2.push(e7);
111
+ }), r2.includes(false) && e6(false), o3.length > 0 ? Promise.all(o3).then((t3) => {
112
112
  t3.includes(false) ? e6(false) : e6(true);
113
113
  }).catch((t3) => {
114
114
  console.error(t3), e6(false);
115
115
  }) : e6(true);
116
116
  });
117
117
  return null;
118
- }(r2);
119
- e4 && o.isPromise(e4) ? e4.then((e5) => {
120
- e5 ? d(r2).then((e6) => {
118
+ }(o2);
119
+ e4 && n.isPromise(e4) ? e4.then((e5) => {
120
+ e5 ? f(o2).then((e6) => {
121
121
  a2(e6);
122
122
  }) : a2(false);
123
- }) : d(r2).then((e5) => {
123
+ }) : f(o2).then((e5) => {
124
124
  a2(e5);
125
125
  });
126
- } else f2(new Error(n.getI18n().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
127
- } else f2(new Error(n.getI18n().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
126
+ } else u2(new Error(n.getI18n().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
127
+ } else u2(new Error(n.getI18n().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
128
128
  } else a2(true);
129
129
  });
130
130
  }
131
- function p(e2, t2, s2) {
131
+ function c(e2, t2, s2) {
132
132
  if (!t2) return s2;
133
133
  s2 || (s2 = {});
134
- const n2 = l.isWorkflowPage(e2), r2 = Object.keys(t2), o2 = t2;
135
- return r2.forEach((e3) => {
134
+ const n2 = r.isWorkflowPage(e2), o2 = Object.keys(t2), i2 = t2;
135
+ return o2.forEach((e3) => {
136
136
  if ("__subRules" === e3) {
137
- const e4 = o2.__subRules;
137
+ const e4 = i2.__subRules;
138
138
  Object.keys(e4).forEach((t3) => {
139
139
  s2.subRules || (s2.subRules = {}), s2.subRules[t3] ? Object.assign(s2.subRules[t3], e4[t3]) : s2.subRules[t3] = e4[t3];
140
140
  });
141
- } else y(o2[e3]), n2 ? (s2.rules[e3] = o2[e3], s2[e3] && (s2[e3] = o2[e3])) : s2[e3] = o2[e3];
142
- }), f(s2);
141
+ } else b(i2[e3]), n2 ? (s2.rules[e3] = i2[e3], s2[e3] && (s2[e3] = i2[e3])) : s2[e3] = i2[e3];
142
+ }), a(s2);
143
143
  }
144
- function m(e2, t2) {
144
+ function p(e2, t2) {
145
145
  e2.forEach((e3) => {
146
146
  e3.message;
147
147
  const t3 = e3.label, s2 = n.getI18n().t(t3);
148
148
  e3.required && (e3.message = n.getI18n().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = n.getI18n().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = n.getI18n().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = n.getI18n().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = n.getI18n().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
149
149
  });
150
150
  }
151
- function b(e2, t2) {
151
+ function g(e2, t2) {
152
152
  const n2 = s.getAllComponentRefs(e2);
153
153
  if (n2) for (const e3 in n2) {
154
154
  const s2 = n2[e3];
155
- R(s2 ? s2.value : s2, t2);
155
+ m(s2 ? s2.value : s2, t2);
156
156
  }
157
157
  }
158
- function R(e2, t2) {
158
+ function m(e2, t2) {
159
159
  var _a, _b, _c;
160
160
  if (e2) {
161
161
  const s2 = e2.getConfigure();
162
162
  void 0 !== t2.show && (t2.show ? e2.show() : e2.hide()), void 0 !== t2.required && ((_a = s2 == null ? void 0 : s2.runtime) == null ? void 0 : _a.props) && (s2.runtime.props.required = t2.required), void 0 !== t2.readonly && ((_b = s2 == null ? void 0 : s2.runtime) == null ? void 0 : _b.props) && (t2.readonly ? s2.runtime.props.state = "readonly" : s2.runtime.props.state = "enabled"), void 0 !== t2.disabled && s2 && (((_c = s2 == null ? void 0 : s2.runtime) == null ? void 0 : _c.props) && (t2.disabled ? s2.runtime.props.state = "disabled" : s2.runtime.props.state = "enabled"), "table" === s2.name && e2.changeOperationAddState(false));
163
163
  }
164
164
  }
165
- function y(e2) {
165
+ function b(e2) {
166
166
  if (!(e2 == null ? void 0 : e2.type)) return;
167
- const t2 = w[e2.type];
167
+ const t2 = R[e2.type];
168
168
  t2 && (e2.validator = t2.validator);
169
169
  }
170
- const w = { boolean: { validator: function(e2, t2, s2) {
171
- return true === h(e2, t2) && ("number" == typeof t2 && (1 === t2 || 0 === t2) || "boolean" == typeof t2 && (true === t2 || false === t2));
170
+ const R = { boolean: { validator: function(e2, t2, s2) {
171
+ return true === y(e2, t2) && ("number" == typeof t2 && (1 === t2 || 0 === t2) || "boolean" == typeof t2 && (true === t2 || false === t2));
172
172
  } }, date: { validator: function(e2, t2, s2) {
173
- if (true !== h(e2, t2)) return false;
173
+ if (true !== y(e2, t2)) return false;
174
174
  const n2 = new Date(t2);
175
175
  return !isNaN(n2.getTime());
176
176
  } }, number: { validator: function(e2, t2, s2) {
177
- return true === h(e2, t2) && (("string" != typeof t2 || "" !== t2.trim()) && ("number" == typeof t2 || !isNaN(Number(t2))));
178
- } } }, h = (e2, t2) => null != t2 && "" !== t2 || !e2.required;
177
+ return true === y(e2, t2) && (("string" != typeof t2 || "" !== t2.trim()) && ("number" == typeof t2 || !isNaN(Number(t2))));
178
+ } } }, y = (e2, t2) => null != t2 && "" !== t2 || !e2.required;
179
179
  exports.disabledAllFields = function(e2) {
180
- b(e2, { disabled: true });
180
+ g(e2, { disabled: true });
181
181
  }, exports.dynamicControlTableEdit = function(e2, t2, n2) {
182
182
  var _a;
183
- let r2, o2;
184
- if (n2 ? (r2 = s.getComponentRefByCode(e2, n2), o2 = r2 ? r2.getTableUuid() : null) : (o2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, r2 = o2 ? s.getComponentRef(e2, o2) : null), !r2) return;
185
- const i2 = e2.code, a2 = e2.version, u2 = l.getListCode(i2, a2, o2);
183
+ let o2, i2;
184
+ if (n2 ? (o2 = s.getComponentRefByCode(e2, n2), i2 = o2 ? o2.getTableUuid() : null) : (i2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, o2 = i2 ? s.getComponentRef(e2, i2) : null), !o2) return;
185
+ const l2 = e2.code, a2 = e2.version, u2 = r.getListCode(l2, a2, i2);
186
186
  if (e2.workflowRules || (e2.workflowRules = { rules: {}, subRules: {} }), e2.workflowRules.subRules || (e2.workflowRules.subRules = {}), e2.workflowRules.subRules[n2] || (e2.workflowRules.subRules[n2] = {}), ((_a = e2.workflowRules) == null ? void 0 : _a.subRules) && e2.workflowRules.subRules[n2]) {
187
187
  const s2 = e2.workflowRules.subRules[n2];
188
188
  t2.forEach((e3) => {
189
189
  s2[e3.name] = e3;
190
190
  });
191
191
  }
192
- r2.dynamicControlTableEdit(e2, t2, u2);
192
+ o2.dynamicControlTableEdit(e2, t2, u2);
193
193
  }, exports.getWorkflowRules = function(e2) {
194
- const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = r.getAdditionalParamMap(e2), o2 = e2.entity.context, i2 = e2.entity.task;
194
+ const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = o.getAdditionalParamMap(e2), r2 = e2.entity.context, i2 = e2.entity.task;
195
195
  e2.formPropTiltleMap && Object.keys(e2.formPropTiltleMap).length > 0 && e2.completeTaskParam.fieldPermissions && e2.completeTaskParam.fieldPermissions.length > 0 && e2.completeTaskParam.fieldPermissions.forEach((t3) => {
196
196
  t3.name && e2.formPropTiltleMap[t3.name] && (t3.label = e2.formPropTiltleMap[t3.name]);
197
197
  });
198
- let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, o2);
198
+ let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, r2);
199
199
  const a2 = e2.customRules;
200
- return l2 = p(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
201
- }, exports.i18nValidatePropRulesMessage = m, exports.i18nValidateRulesMessage = function(e2) {
200
+ return l2 = c(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
201
+ }, exports.i18nValidatePropRulesMessage = p, exports.i18nValidateRulesMessage = function(e2) {
202
202
  if (!e2 || 0 === Object.keys(e2).length) return;
203
203
  const t2 = {}, s2 = Object.keys(e2);
204
204
  for (let n2 = 0; n2 < s2.length; n2++) {
205
- const r2 = s2[n2], o2 = e2[r2];
206
- m(o2), r2.indexOf(".") > 0 ? a(r2, t2, o2) : o2 && o2.length > 0 && (t2[r2] = [...o2]);
205
+ const o2 = s2[n2], r2 = e2[o2];
206
+ p(r2), o2.indexOf(".") > 0 ? i(o2, t2, r2) : r2 && r2.length > 0 && (t2[o2] = [...r2]);
207
207
  }
208
208
  return t2;
209
- }, exports.packageCustomRules = p, exports.packageCustomValidator = y, exports.setObjectPropRule = a, exports.updateComponentDisplayState = R, exports.updateFormItemEditState = function(e2, t2) {
209
+ }, exports.packageCustomRules = c, exports.packageCustomValidator = b, exports.setObjectPropRule = i, exports.updateComponentDisplayState = m, exports.updateFormItemEditState = function(e2, t2) {
210
210
  if (!t2) return;
211
211
  const n2 = {};
212
212
  if (t2.forEach((e3) => {
213
213
  const { name: t3, rules: s2 } = e3;
214
214
  s2 ? n2[t3] = s2 : false === e3.required && (n2[t3] = []);
215
- }), l.isWorkflowPage(e2)) {
215
+ }), r.isWorkflowPage(e2)) {
216
216
  let t3 = e2.workflowRules ? e2.workflowRules : { rules: {}, subRules: {} };
217
- t3 = p(e2, n2, t3), e2.workflowRules = t3;
217
+ t3 = c(e2, n2, t3), e2.workflowRules = t3;
218
218
  } else {
219
219
  let t3 = e2.rules ? e2.rules : {};
220
- t3 = p(e2, n2, t3), e2.rules = t3;
220
+ t3 = c(e2, n2, t3), e2.rules = t3;
221
221
  }
222
- const r2 = t2.filter((e3) => "_all_fields" === e3.name);
223
- r2 && r2.length > 0 && b(e2, r2[0]), t2.forEach((t3) => {
222
+ const o2 = t2.filter((e3) => "_all_fields" === e3.name);
223
+ o2 && o2.length > 0 && g(e2, o2[0]), t2.forEach((t3) => {
224
224
  if ("_all_fields" !== t3.name) {
225
- R(s.getComponentRefByCode(e2, t3.name), t3);
225
+ m(s.getComponentRefByCode(e2, t3.name), t3);
226
226
  }
227
227
  });
228
- }, exports.validateDataModelFunc = function(e2, o2, a2) {
229
- const u2 = e2.entity.data, f2 = { ...e2.entity.page, ...u2 }, c2 = e2.rules, d2 = o2.props.base ? o2.props.base.isEnableRequired : null;
230
- return null != d2 && (a2 = d2), null == a2 && (a2 = false), function(e3, o3, a3, u3) {
228
+ }, exports.validateDataModelFunc = function(e2, i2, l2) {
229
+ const a2 = e2.entity.data, u2 = { ...e2.entity.page, ...a2 }, f2 = e2.rules, c2 = i2.props.base ? i2.props.base.isEnableRequired : null;
230
+ return null != c2 && (l2 = c2), null == l2 && (l2 = false), function(e3, i3, l3, a3) {
231
231
  if (e3) {
232
- return l.isWorkflowPage(u3) ? function(e4, o4, l2) {
233
- return new Promise((a4, u4) => {
234
- const f3 = r.getAdditionalParamMap(o4), c3 = o4.entity.context, d3 = o4.entity.task, p2 = true, m2 = o4.subTablePageInfo;
235
- g(e4, o4, l2).then((r2) => {
236
- if (r2) {
237
- let l3, u5, g2, b2, R2 = r2;
238
- const y2 = o4.workflowRules;
239
- if (y2) {
240
- if (!function(e5, r4) {
232
+ return r.isWorkflowPage(a3) ? function(e4, r2, i4) {
233
+ return new Promise((l4, a4) => {
234
+ const u3 = o.getAdditionalParamMap(r2), f3 = r2.entity.context, c3 = r2.entity.task, p2 = true, g2 = r2.subTablePageInfo;
235
+ d(e4, r2, i4).then((o2) => {
236
+ if (o2) {
237
+ let i5, a5, d2, m2, b2 = o2;
238
+ const R2 = r2.workflowRules;
239
+ if (R2) {
240
+ if (!function(e5, o4) {
241
241
  var _a, _b, _c;
242
242
  if (!e5.actionPermissions) return true;
243
- const o5 = Object.keys(e5.actionPermissions);
244
- for (let l4 = 0; l4 < o5.length; l4++) {
245
- const a5 = o5[l4], u6 = e5.actionPermissions[a5];
246
- if (u6 && u6.notEmpty) {
247
- let o6 = false;
248
- if (r4[a5] ? Array.isArray(r4[a5]) && 0 === r4[a5].length && (o6 = true) : o6 = true, o6) {
249
- const o7 = s.getComponentRefByCode(e5, a5).getConfigure();
250
- if ((_a = u6.notEmptyCondition) == null ? void 0 : _a.parentCondition) {
251
- if (false === i.parseSubTablePermissionCondition(u6.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, r4, {}, (_b = e5.entity) == null ? void 0 : _b.request, (_c = e5.entity) == null ? void 0 : _c.task, e5.contextParam)) return true;
243
+ const r3 = Object.keys(e5.actionPermissions);
244
+ for (let i6 = 0; i6 < r3.length; i6++) {
245
+ const l5 = r3[i6], a6 = e5.actionPermissions[l5];
246
+ if (a6 && a6.notEmpty) {
247
+ let r4 = false;
248
+ if (o4[l5] ? Array.isArray(o4[l5]) && 0 === o4[l5].length && (r4 = true) : r4 = true, r4) {
249
+ const r5 = s.getComponentRefByCode(e5, l5).getConfigure();
250
+ if ((_a = a6.notEmptyCondition) == null ? void 0 : _a.parentCondition) {
251
+ if (false === n.parseSubTablePermissionCondition(a6.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, o4, {}, (_b = e5.entity) == null ? void 0 : _b.request, (_c = e5.entity) == null ? void 0 : _c.task, e5.contextParam)) return true;
252
252
  }
253
- return t.ElMessage({ showClose: true, message: n.getI18n().t("superPageRuntimeMessage.xxxNotEmpty", { label: o7.title ? o7.title : a5 }), type: "warning" }), false;
253
+ return t.ElMessage({ showClose: true, message: n.getI18n().t("superPageRuntimeMessage.xxxNotEmpty", { label: r5.title ? r5.title : l5 }), type: "warning" }), false;
254
254
  }
255
255
  }
256
256
  }
257
257
  return true;
258
- }(o4, e4)) return void a4(false);
259
- const r3 = true, w2 = Object.assign({}, y2);
260
- w2.subRules && (Object.keys(w2.subRules).length > 0 ? w2.totalSubRules || (w2.totalSubRules = {}) : delete w2.subRules);
261
- const h2 = window.$vueApp.config.globalProperties.$formValidator(e4, w2, p2, f3, d3, c3, m2, r3);
262
- R2 = h2.msg, l3 = h2.field, u5 = h2.listCode, g2 = h2.rowIndex, b2 = h2.pageNum;
263
- } else R2 = true;
264
- if (true !== R2) {
265
- if (t.ElMessage({ showClose: true, message: R2 + "", type: "warning" }), u5) {
266
- const e5 = s.getComponentRefByCode(o4, u5);
267
- e5 && e5.addRequiredClass && e5.addRequiredClass(l3, g2, b2);
258
+ }(r2, e4)) return void l4(false);
259
+ const o3 = true, y2 = Object.assign({}, R2);
260
+ y2.subRules && (Object.keys(y2.subRules).length > 0 ? y2.totalSubRules || (y2.totalSubRules = {}) : delete y2.subRules);
261
+ const w = window.$vueApp.config.globalProperties.$formValidator(e4, y2, p2, u3, c3, f3, g2, o3);
262
+ b2 = w.msg, i5 = w.field, a5 = w.listCode, d2 = w.rowIndex, m2 = w.pageNum;
263
+ } else b2 = true;
264
+ if (true !== b2) {
265
+ if (t.ElMessage({ showClose: true, message: b2 + "", type: "warning" }), a5) {
266
+ const e5 = s.getComponentRefByCode(r2, a5);
267
+ e5 && e5.addRequiredClass && e5.addRequiredClass(i5, d2, m2);
268
268
  } else {
269
- const e5 = s.getComponentRefByCode(o4, l3);
269
+ const e5 = s.getComponentRefByCode(r2, i5);
270
270
  e5 && e5.addRequiredClass && e5.addRequiredClass();
271
271
  }
272
- a4(false);
273
- } else Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, a4(e4);
274
- } else u4(new Error(n.getI18n().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
272
+ l4(false);
273
+ } else Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, l4(e4);
274
+ } else a4(new Error(n.getI18n().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
275
275
  }).catch((e5) => {
276
- u4(e5);
276
+ a4(e5);
277
277
  });
278
278
  });
279
- }(o3, u3, a3) : function(e4, t2, s2) {
280
- return new Promise((n2, r2) => {
281
- g(e4, t2, s2).then((t3) => {
279
+ }(i3, a3, l3) : function(e4, t2, s2) {
280
+ return new Promise((n2, o2) => {
281
+ d(e4, t2, s2).then((t3) => {
282
282
  if (t3) {
283
283
  const t4 = JSON.parse(JSON.stringify(e4));
284
284
  Object.keys(t4).indexOf("validateErrorField") >= 0 && delete t4.validateErrorField, n2(t4);
285
285
  } else n2(false);
286
286
  }).catch((e5) => {
287
- r2(e5);
287
+ o2(e5);
288
288
  });
289
289
  });
290
- }(o3, u3, a3);
290
+ }(i3, a3, l3);
291
291
  }
292
292
  return new Promise((e4, t2) => {
293
293
  e4(true);
294
294
  });
295
- }(a2, f2, c2, e2);
296
- }, exports.validator = u;
295
+ }(l2, u2, f2, e2);
296
+ }, exports.validator = l;
@@ -0,0 +1,25 @@
1
+ import { PageContext } from '../interfaces/page-design-types';
2
+
3
+ export declare function setObjectPropRule(prop: any, rules: any, leafRule: any): {};
4
+ export declare function validator(entity: any, rules: any, columns: any, rowIndex: any, isSql: any, pageContext: any): any;
5
+ export declare function validateDataModelFunc(pageContext: any, configureObj: any, isEnableRequired: any): Promise<unknown>;
6
+ /**
7
+ * 封装自定义校验规则
8
+ * @param orgCustomRules 自定义规则
9
+ * @param orgRules 原来的表单规则
10
+ * @returns 添加了自定义规则后的规则
11
+ */
12
+ export declare function packageCustomRules(pageContext: any, orgCustomRules: any, orgRules: any): any;
13
+ export declare function i18nValidateRulesMessage(rules: any): {};
14
+ export declare function i18nValidatePropRulesMessage(propRules: any, isResetMessage: boolean): void;
15
+ export declare function getWorkflowRules(pageContext: any): any;
16
+ export declare function updateFormItemEditState(pageContext: PageContext, customRules: any[]): void;
17
+ export declare function disabledAllFields(pageContext: PageContext): void;
18
+ export declare function dynamicControlTableEdit(pageContext: PageContext, customRules: any[], tableCode?: any): void;
19
+ export declare function updateComponentDisplayState(ref: any, item: any): void;
20
+ /**
21
+ * 布尔型和日期校验需要自定义,为了兼容oracle和mysql数据库,
22
+ * 数字类型的校验,防止select、radio、checkbox传字符串类型的数字
23
+ * @param fieldRule
24
+ */
25
+ export declare function packageCustomValidator(fieldRule: any): void;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 快捷选择生成方式
3
+ * @param dateScopeDetails
4
+ * @param dateType
5
+ * @param rangeType
6
+ */
7
+ export declare function getDateShortCuts(dateScopeDetails: any[], dateType: string, rangeType: string): any;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const http = require("agilebuilder-ui/src/utils/request"), pageHelperUtil = require("../page-helper-util.js");
3
+ const agilebuilderUi = require("agilebuilder-ui"), pageHelperUtil = require("../page-helper-util.cjs");
4
4
  function formatScanRuleSets(e) {
5
5
  const t = {};
6
6
  return e.forEach((e2) => {
@@ -11,7 +11,7 @@ function formatScanRuleSets(e) {
11
11
  }
12
12
  function packageScanRuleSets(e) {
13
13
  return new Promise((t, a) => {
14
- Object.keys(e).length > 0 ? http.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-analysis/by-codes", Object.keys(e)).then((a2) => {
14
+ Object.keys(e).length > 0 ? agilebuilderUi.http.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-analysis/by-codes", Object.keys(e)).then((a2) => {
15
15
  a2.forEach((a3) => {
16
16
  const s = JSON.parse(a3.barcodeAnalysisOuts), n = /* @__PURE__ */ new Set(), l = {};
17
17
  e[a3.code].outs.forEach((e2) => {