super-page-runtime 2.3.22-tmp2 → 2.3.23

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 (521) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.js +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.mjs → anchor-util.js} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.js +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.mjs → page-expose-util.js} +27 -26
  5. package/dist/es/components/runtime/utils/assemblys-config.js +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.mjs → chart-columnline-util.js} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.mjs → chart-gauge-util.js} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.mjs → chart-pie-util.js} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.mjs → chart-radar-util.js} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.mjs → chart-scatter-util.js} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.mjs → chart-util.js} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.mjs → common-util.js} +14 -13
  13. package/dist/es/components/runtime/utils/events/{event-util.mjs → event-util.js} +95 -94
  14. package/dist/es/components/runtime/utils/events/{print-label.mjs → print-label.js} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.js +1169 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.mjs → validator-util.js} +39 -35
  17. package/dist/{lib/components/runtime/utils/form/scan-util.cjs → es/components/runtime/utils/form/scan-util.js} +9 -6
  18. package/dist/es/components/runtime/utils/i18n-util.js +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.js +387 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.mjs → page-init-util.js} +104 -102
  21. package/dist/es/components/runtime/utils/{page-store.mjs → page-store.js} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.mjs → store-util.js} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.mjs → table-utils.js} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.js +73 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.mjs → button-runtime.vue2.js} +5 -5
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.mjs → buttongroup-runtime.vue.js} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.mjs → buttongroup-runtime.vue2.js} +5 -5
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.mjs → dropdown-runtime.vue2.js} +7 -7
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +6 -0
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +21 -0
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.mjs → column-line-runtime.vue2.js} +6 -6
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.mjs → common-chart-header.vue.js} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +64 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.mjs → gauge-runtime.vue.js} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.mjs → gauge-runtime.vue2.js} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.mjs → pie-runtime.vue.js} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.mjs → pie-runtime.vue2.js} +8 -8
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.mjs → radar-runtime.vue.js} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.mjs → radar-runtime.vue2.js} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.mjs → scatter-runtime.vue.js} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.mjs → scatter-runtime.vue2.js} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.mjs → chart-table-util.js} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.mjs → group-column-item.vue.js} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.mjs → group-column.vue.js} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.mjs → normal-column.vue.js} +17 -13
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +9 -9
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.mjs → event-call-component.vue.js} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.mjs → export-form-report-dialog.vue.js} +2 -2
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.mjs → file-task-notice.vue.js} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +32 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.mjs → remove-signer-dialog.vue.js} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.mjs → remove-transactor-dialog.vue.js} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.mjs → save-chart-condition-dialog.vue.js} +2 -2
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.mjs → card-runtime.vue.js} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.mjs → card-runtime.vue2.js} +6 -6
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.mjs → collapse-runtime.vue2.js} +8 -8
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.mjs → container-runtime.vue2.js} +6 -6
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.mjs → FixedBox.vue.js} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.mjs → YxAffix.vue.js} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.mjs → flex-runtime.vue2.js} +7 -7
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.mjs → form-runtime.vue2.js} +7 -7
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.mjs → tabs-runtime.vue.js} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.mjs → tabs-runtime.vue2.js} +7 -7
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.mjs → tools-runtime.vue.js} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.mjs → tools-runtime.vue2.js} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.mjs → barcode-runtime.vue2.js} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.mjs → main-table-runtime.vue.js} +34 -34
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.mjs → sub-table-runtime.vue.js} +74 -74
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.mjs → tree-runtime.vue2.js} +31 -31
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.mjs → checkbox-runtime.vue2.js} +9 -9
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.mjs → title-suffix-element.vue.js} +4 -4
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.mjs → custom-runtime.vue2.js} +14 -14
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.mjs → datepicker-runtime.vue2.js} +10 -10
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +55 -0
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.mjs → divider-runtime.vue2.js} +5 -5
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.mjs → fileupload-runtime.vue2.js} +22 -20
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.mjs → input-number-runtime.vue2.js} +9 -9
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.mjs → inputtext-runtime.vue2.js} +34 -33
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.mjs → label-runtime.vue.js} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.mjs → label-runtime.vue2.js} +8 -8
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.mjs → link-runtime.vue2.js} +8 -8
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.mjs → placeholder-runtime.vue.js} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.mjs → placeholder-runtime.vue2.js} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.mjs → radio-runtime.vue2.js} +8 -8
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.mjs → richtext-runtime.vue2.js} +7 -7
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.mjs → select-runtime.vue2.js} +10 -10
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.mjs → separatelabel-runtime.vue2.js} +3 -3
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.mjs → switch-runtime.vue2.js} +9 -9
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.mjs → tag-runtime.vue2.js} +15 -15
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.mjs → textarea-runtime.vue2.js} +9 -9
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.mjs → home-chart-render.vue.js} +11 -11
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.mjs → object-render.vue.js} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +4 -0
  148. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +6 -0
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.mjs → workflow-opinion-box.vue.js} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.mjs → workflow-opinion-box.vue2.js} +7 -7
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.mjs → extract-workflow-runtime-dialog.vue.js} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.mjs → extract-workflow-runtime-dialog.vue2.js} +2 -2
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.mjs → extract-workflow-runtime.vue.js} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.mjs → extract-workflow-runtime.vue2.js} +6 -6
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.mjs → pictureflow-runtime.vue2.js} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.mjs → textflow-runtime.vue2.js} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.mjs → workflowbutton-runtime.vue.js} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.mjs → workflowbutton-runtime.vue2.js} +4 -4
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.mjs → home-chart.vue.js} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.js +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.mjs → super-page-dialog.vue.js} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.js +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.mjs → super-page.vue2.js} +94 -90
  170. package/dist/es/{index.mjs → index.js} +12 -12
  171. package/dist/es/style.css +137 -137
  172. package/dist/es.zip +0 -0
  173. package/package.json +4 -5
  174. package/dist/es/components/runtime/utils/ai-chat-util.mjs +0 -16
  175. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  176. package/dist/es/components/runtime/utils/assemblys-config.mjs +0 -20
  177. package/dist/es/components/runtime/utils/events/standard-event.mjs +0 -1166
  178. package/dist/es/components/runtime/utils/form/scan-util.mjs +0 -93
  179. package/dist/es/components/runtime/utils/i18n-util.mjs +0 -14
  180. package/dist/es/components/runtime/utils/page-helper-util.mjs +0 -386
  181. package/dist/es/components/runtime/utils/tree-utils.mjs +0 -68
  182. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +0 -4
  183. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +0 -4
  184. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +0 -4
  185. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +0 -6
  186. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +0 -4
  187. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +0 -21
  188. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +0 -7
  189. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +0 -4
  190. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +0 -4
  191. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +0 -4
  192. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +0 -7
  193. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +0 -59
  194. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +0 -4
  195. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +0 -4
  196. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +0 -4
  197. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +0 -4
  198. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +0 -4
  199. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +0 -4
  200. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +0 -4
  201. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +0 -4
  202. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +0 -27
  203. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +0 -4
  204. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +0 -4
  205. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +0 -4
  206. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +0 -4
  207. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +0 -4
  208. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +0 -4
  209. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +0 -4
  210. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +0 -4
  211. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +0 -4
  212. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +0 -4
  213. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +0 -4
  214. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +0 -14
  215. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +0 -4
  216. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +0 -4
  217. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +0 -4
  218. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +0 -4
  219. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +0 -7
  220. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +0 -4
  221. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +0 -4
  222. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +0 -4
  223. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +0 -4
  224. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +0 -4
  225. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +0 -4
  226. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +0 -55
  227. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +0 -4
  228. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +0 -4
  229. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +0 -4
  230. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +0 -4
  231. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +0 -4
  232. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +0 -4
  233. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +0 -8
  234. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +0 -4
  235. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +0 -4
  236. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +0 -4
  237. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +0 -4
  238. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +0 -4
  239. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +0 -4
  240. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +0 -4
  241. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +0 -6
  242. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +0 -4
  243. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +0 -4
  244. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +0 -4
  245. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +0 -4
  246. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +0 -18
  247. package/dist/es/components/runtime/views/home-chart.vue2.mjs +0 -4
  248. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +0 -5
  249. package/dist/es/components/runtime/views/super-page.vue.mjs +0 -7
  250. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +0 -6
  251. package/dist/lib/assets/chart-themes/bar-theme.cjs +0 -2
  252. package/dist/lib/assets/chart-themes/bar-theme.d.ts +0 -6
  253. package/dist/lib/assets/chart-themes/gauge-theme.cjs +0 -2
  254. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +0 -6
  255. package/dist/lib/assets/chart-themes/pie-theme.cjs +0 -2
  256. package/dist/lib/assets/chart-themes/pie-theme.d.ts +0 -6
  257. package/dist/lib/assets/chart-themes/radar-theme.cjs +0 -2
  258. package/dist/lib/assets/chart-themes/radar-theme.d.ts +0 -6
  259. package/dist/lib/assets/chart-themes/scatter-theme.cjs +0 -2
  260. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +0 -6
  261. package/dist/lib/assets/file.png.cjs +0 -2
  262. package/dist/lib/assets/folder.png.cjs +0 -2
  263. package/dist/lib/components/runtime/index.d.ts +0 -5
  264. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +0 -13
  265. package/dist/lib/components/runtime/utils/anchor-util.cjs +0 -62
  266. package/dist/lib/components/runtime/utils/anchor-util.d.ts +0 -13
  267. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
  268. package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -1
  269. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +0 -169
  270. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +0 -1
  271. package/dist/lib/components/runtime/utils/assemblys-config.cjs +0 -16
  272. package/dist/lib/components/runtime/utils/barcode-util.cjs +0 -10
  273. package/dist/lib/components/runtime/utils/barcode-util.d.ts +0 -8
  274. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +0 -137
  275. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +0 -34
  276. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +0 -78
  277. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +0 -52
  278. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +0 -43
  279. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +0 -244
  280. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +0 -115
  281. package/dist/lib/components/runtime/utils/common-util.cjs +0 -91
  282. package/dist/lib/components/runtime/utils/common-util.d.ts +0 -33
  283. package/dist/lib/components/runtime/utils/eventBus.cjs +0 -3
  284. package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
  285. package/dist/lib/components/runtime/utils/events/event-util.cjs +0 -345
  286. package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -92
  287. package/dist/lib/components/runtime/utils/events/print-label.cjs +0 -97
  288. package/dist/lib/components/runtime/utils/events/print-label.d.ts +0 -5
  289. package/dist/lib/components/runtime/utils/events/standard-event.cjs +0 -1101
  290. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -99
  291. package/dist/lib/components/runtime/utils/events/validator-util.cjs +0 -296
  292. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -25
  293. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +0 -34
  294. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +0 -7
  295. package/dist/lib/components/runtime/utils/global-refs.cjs +0 -42
  296. package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -65
  297. package/dist/lib/components/runtime/utils/i18n-util.cjs +0 -11
  298. package/dist/lib/components/runtime/utils/i18n-util.d.ts +0 -1
  299. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +0 -4
  300. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -247
  301. package/dist/lib/components/runtime/utils/page-helper-util.cjs +0 -354
  302. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -174
  303. package/dist/lib/components/runtime/utils/page-init-util.cjs +0 -244
  304. package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -49
  305. package/dist/lib/components/runtime/utils/page-permission-util.cjs +0 -26
  306. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +0 -26
  307. package/dist/lib/components/runtime/utils/page-store.cjs +0 -50
  308. package/dist/lib/components/runtime/utils/page-store.d.ts +0 -58
  309. package/dist/lib/components/runtime/utils/store-util.cjs +0 -11
  310. package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
  311. package/dist/lib/components/runtime/utils/store.cjs +0 -3
  312. package/dist/lib/components/runtime/utils/store.d.ts +0 -2
  313. package/dist/lib/components/runtime/utils/table-utils.cjs +0 -68
  314. package/dist/lib/components/runtime/utils/table-utils.d.ts +0 -36
  315. package/dist/lib/components/runtime/utils/tree-utils.cjs +0 -54
  316. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +0 -3
  317. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +0 -24
  318. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +0 -5
  319. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +0 -17
  320. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +0 -3
  321. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +0 -35
  322. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +0 -3
  323. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +0 -3
  324. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +0 -3
  325. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +0 -17
  326. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +0 -5
  327. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +0 -41
  328. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +0 -11
  329. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +0 -3
  330. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +0 -11
  331. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +0 -3
  332. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +0 -53
  333. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +0 -3
  334. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +0 -5
  335. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +0 -48
  336. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +0 -5
  337. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +0 -24
  338. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +0 -5
  339. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +0 -34
  340. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +0 -5
  341. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +0 -24
  342. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +0 -5
  343. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +0 -24
  344. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +0 -402
  345. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +0 -121
  346. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +0 -3
  347. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +0 -3
  348. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +0 -6
  349. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +0 -3
  350. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +0 -36
  351. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +0 -3
  352. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +0 -13
  353. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +0 -3
  354. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +0 -3
  355. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +0 -249
  356. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +0 -16
  357. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +0 -5
  358. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +0 -3
  359. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +0 -32
  360. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -28
  361. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +0 -3
  362. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +0 -32
  363. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +0 -27
  364. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +0 -3
  365. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +0 -19
  366. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +0 -59
  367. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +0 -3
  368. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +0 -12
  369. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
  370. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +0 -3
  371. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +0 -21
  372. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +0 -26
  373. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +0 -3
  374. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +0 -13
  375. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +0 -35
  376. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +0 -3
  377. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +0 -30
  378. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +0 -31
  379. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +0 -3
  380. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +0 -15
  381. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
  382. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +0 -3
  383. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +0 -5
  384. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +0 -21
  385. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +0 -3
  386. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +0 -17
  387. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +0 -3
  388. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +0 -15
  389. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +0 -5
  390. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +0 -27
  391. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +0 -5
  392. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +0 -94
  393. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +0 -79
  394. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +0 -3
  395. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +0 -20
  396. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +0 -3
  397. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +0 -15
  398. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +0 -3
  399. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +0 -12
  400. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +0 -5
  401. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +0 -88
  402. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +0 -5
  403. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +0 -43
  404. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +0 -3
  405. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +0 -59
  406. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +0 -382
  407. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +0 -3
  408. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +0 -322
  409. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +0 -3
  410. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +0 -3
  411. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +0 -81
  412. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +0 -5
  413. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +0 -124
  414. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +0 -3
  415. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
  416. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +0 -3
  417. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +0 -3
  418. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +0 -57
  419. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +0 -35
  420. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +0 -3
  421. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +0 -3
  422. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +0 -57
  423. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +0 -3
  424. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +0 -91
  425. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +0 -3
  426. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +0 -47
  427. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +0 -3
  428. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +0 -20
  429. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +0 -3
  430. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +0 -65
  431. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +0 -3
  432. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +0 -20
  433. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +0 -3
  434. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +0 -70
  435. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +0 -5
  436. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +0 -31
  437. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +0 -3
  438. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +0 -26
  439. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +0 -5
  440. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +0 -13
  441. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +0 -3
  442. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +0 -75
  443. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +0 -5
  444. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +0 -188
  445. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +0 -3
  446. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +0 -130
  447. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +0 -3
  448. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +0 -11
  449. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +0 -3
  450. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +0 -29
  451. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +0 -3
  452. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +0 -38
  453. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +0 -3
  454. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +0 -20
  455. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +0 -73
  456. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +0 -17
  457. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +0 -3
  458. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +0 -132
  459. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
  460. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +0 -3
  461. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +0 -3
  462. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +0 -14
  463. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +0 -3
  464. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +0 -5
  465. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +0 -14
  466. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +0 -23
  467. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +0 -5
  468. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +0 -23
  469. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +0 -5
  470. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +0 -34
  471. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +0 -3
  472. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +0 -17
  473. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +0 -3
  474. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +0 -20
  475. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +0 -5
  476. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +0 -19
  477. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +0 -3
  478. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +0 -14
  479. package/dist/lib/components/runtime/views/home-chart.vue.cjs +0 -38
  480. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +0 -23
  481. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +0 -3
  482. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +0 -23
  483. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +0 -40
  484. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +0 -3
  485. package/dist/lib/components/runtime/views/super-page.vue.cjs +0 -5
  486. package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -135
  487. package/dist/lib/components/runtime/views/super-page.vue2.cjs +0 -264
  488. package/dist/lib/favicon.ico +0 -0
  489. package/dist/lib/i18n/langs/cn.cjs +0 -2
  490. package/dist/lib/i18n/langs/en.cjs +0 -2
  491. package/dist/lib/index.cjs +0 -6
  492. package/dist/lib/index.d.ts +0 -16
  493. package/dist/lib/style.css +0 -996
  494. package/dist/umd/favicon.ico +0 -0
  495. package/dist/umd/index.full.min.js +0 -7429
  496. package/dist/umd/style.css +0 -996
  497. /package/dist/es/_virtual/{_plugin-vue_export-helper.mjs → _plugin-vue_export-helper.js} +0 -0
  498. /package/dist/es/assets/chart-themes/{bar-theme.mjs → bar-theme.js} +0 -0
  499. /package/dist/es/assets/chart-themes/{gauge-theme.mjs → gauge-theme.js} +0 -0
  500. /package/dist/es/assets/chart-themes/{pie-theme.mjs → pie-theme.js} +0 -0
  501. /package/dist/es/assets/chart-themes/{radar-theme.mjs → radar-theme.js} +0 -0
  502. /package/dist/es/assets/chart-themes/{scatter-theme.mjs → scatter-theme.js} +0 -0
  503. /package/dist/es/assets/{file.png.mjs → file.png.js} +0 -0
  504. /package/dist/es/assets/{folder.png.mjs → folder.png.js} +0 -0
  505. /package/dist/es/components/runtime/utils/{barcode-util.mjs → barcode-util.js} +0 -0
  506. /package/dist/es/components/runtime/utils/{eventBus.mjs → eventBus.js} +0 -0
  507. /package/dist/es/components/runtime/utils/form/{date-shortcuts.mjs → date-shortcuts.js} +0 -0
  508. /package/dist/es/components/runtime/utils/{global-refs.mjs → global-refs.js} +0 -0
  509. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.mjs → page-design-types.js} +0 -0
  510. /package/dist/es/components/runtime/utils/{page-permission-util.mjs → page-permission-util.js} +0 -0
  511. /package/dist/es/components/runtime/utils/{store.mjs → store.js} +0 -0
  512. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.mjs → common-chart-header-breadcrumb.vue.js} +0 -0
  513. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.mjs → common-chart-header-group.vue.js} +0 -0
  514. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.mjs → table-pageination.vue.js} +0 -0
  515. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.mjs → remove-signer-table.vue.js} +0 -0
  516. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.mjs → task-informition-dialog.vue.js} +0 -0
  517. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.mjs → FixedBox.vue2.js} +0 -0
  518. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.mjs → YxAffix.vue2.js} +0 -0
  519. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.mjs → error-render.vue.js} +0 -0
  520. /package/dist/es/i18n/langs/{cn.mjs → cn.js} +0 -0
  521. /package/dist/es/i18n/langs/{en.mjs → en.js} +0 -0
@@ -1,33 +1,35 @@
1
1
  import e from "async-validator";
2
2
  import { ElMessage as t } from "element-plus";
3
- import { getComponentRefByCode as s, getComponentRef as n, getAllComponentRefs as r } from "../global-refs.mjs";
4
- import { getI18n as i, isPromise as o, parseSubTablePermissionCondition as l } from "agilebuilder-ui";
5
- import { getAdditionalParamMap as a } from "./standard-event.mjs";
6
- import { isWorkflowPage as u, getListCode as f } from "../common-util.mjs";
3
+ import { getComponentRefByCode as s, getComponentRef as n, getAllComponentRefs as r } from "../global-refs.js";
4
+ import { getI18n as i } from "agilebuilder-ui/src/utils/util";
5
+ import { getAdditionalParamMap as l } from "./standard-event.js";
6
+ import { isPromise as o } from "agilebuilder-ui/src/utils/common-util";
7
+ import { parseSubTablePermissionCondition as a } from "agilebuilder-ui/src/utils/calculator/calculator-util";
8
+ import { isWorkflowPage as u, getListCode as f } from "../common-util.js";
7
9
  function c(e2, t2, s2) {
8
10
  const n2 = {};
9
11
  t2 || (t2 = {});
10
12
  let r2 = 0;
11
13
  const i2 = e2.split(".");
12
14
  return i2.forEach((e3) => {
13
- let o2;
14
- if (r2 === i2.length - 1) o2 = function(e4, t3, s3) {
15
+ let l2;
16
+ if (r2 === i2.length - 1) l2 = function(e4, t3, s3) {
15
17
  let n3;
16
18
  for (let r3 = 0; r3 < t3.length; r3++) if (n3 = 0 === r3 ? e4[t3[r3]] : n3.fields[t3[r3]], r3 !== t3.length - 1) {
17
19
  if (t3[r3 + 1] === s3) break;
18
20
  }
19
21
  return n3;
20
- }(n2, i2, e3), o2.fields[e3] = s2;
22
+ }(n2, i2, e3), l2.fields[e3] = s2;
21
23
  else {
22
24
  let s3;
23
- 0 === r2 ? o2 = t2 : (s3 = function(e4, t3, s4) {
25
+ 0 === r2 ? l2 = t2 : (s3 = function(e4, t3, s4) {
24
26
  let n3;
25
27
  for (let r3 = 0; r3 < t3.length; r3++) {
26
28
  const i3 = t3[r3];
27
29
  if (n3 = 0 === r3 ? e4[i3] : n3.fields[t3[r3]], i3 === s4) break;
28
30
  }
29
31
  return n3;
30
- }(n2, i2, i2[r2 - 1]), o2 = s3.fields), o2[e3] || (o2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = o2[e3] : s3.fields[e3] = o2[e3];
32
+ }(n2, i2, i2[r2 - 1]), l2 = s3.fields), l2[e3] || (l2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = l2[e3] : s3.fields[e3] = l2[e3];
31
33
  }
32
34
  r2++;
33
35
  }), n2;
@@ -43,7 +45,7 @@ function m(e2) {
43
45
  }
44
46
  }), e2;
45
47
  }
46
- function p(n2, r2, i2, o2, l2, a2, u2) {
48
+ function p(n2, r2, i2, l2, o2, a2, u2) {
47
49
  let f2, c2 = m(r2);
48
50
  if (r2 && null !== r2 || !i2 || (c2 = {}), !c2 || 0 === Object.keys(c2).length) return n2.validateErrorField = "", true;
49
51
  return new e(c2).validate(n2, { first: true }, (e2, c3) => {
@@ -53,10 +55,10 @@ function p(n2, r2, i2, o2, l2, a2, u2) {
53
55
  const n3 = s(u2, d2);
54
56
  n3 && n3.addRequiredClass && n3.addRequiredClass();
55
57
  } else f2 = true;
56
- if (d2 && true === l2) {
58
+ if (d2 && true === o2) {
57
59
  if (/[A-Z]+/.test(d2) && void 0 !== n2[d2.toLowerCase()]) {
58
60
  const e3 = JSON.parse(JSON.stringify(n2));
59
- e3[d2.toUpperCase()] = n2[d2.toLowerCase()], delete e3[d2.toLowerCase()], f2 = p(e3, r2, i2, o2, false, a2, u2);
61
+ e3[d2.toUpperCase()] = n2[d2.toLowerCase()], delete e3[d2.toLowerCase()], f2 = p(e3, r2, i2, l2, false, a2, u2);
60
62
  }
61
63
  }
62
64
  }), f2;
@@ -67,26 +69,28 @@ function g(e2, n2, r2) {
67
69
  if (e3) {
68
70
  return u(o3) ? function(e4, n4, r4) {
69
71
  return new Promise((o4, u2) => {
70
- const f3 = a(n4), c3 = n4.entity.context, d3 = n4.entity.task, m2 = true, p2 = n4.subTablePageInfo;
72
+ const f3 = l(n4), c3 = n4.entity.context, d3 = n4.entity.task, m2 = true, p2 = n4.subTablePageInfo;
71
73
  h(e4, n4, r4).then((r5) => {
72
74
  if (r5) {
73
- let a2, u3, g2, b2, h2 = r5;
75
+ let l2, u3, g2, b2, h2 = r5;
74
76
  const w2 = n4.workflowRules;
75
77
  if (w2) {
76
78
  if (!function(e5, n5) {
77
79
  var _a, _b, _c;
78
80
  if (!e5.actionPermissions) return true;
79
81
  const r7 = Object.keys(e5.actionPermissions);
80
- for (let o5 = 0; o5 < r7.length; o5++) {
81
- const a3 = r7[o5], u4 = e5.actionPermissions[a3];
82
+ for (let l3 = 0; l3 < r7.length; l3++) {
83
+ const o5 = r7[l3], u4 = e5.actionPermissions[o5];
82
84
  if (u4 && u4.notEmpty) {
83
85
  let r8 = false;
84
- if (n5[a3] ? Array.isArray(n5[a3]) && 0 === n5[a3].length && (r8 = true) : r8 = true, r8) {
85
- const r9 = s(e5, a3).getConfigure();
86
+ if (n5[o5] ? Array.isArray(n5[o5]) && 0 === n5[o5].length && (r8 = true) : r8 = true, r8) {
87
+ const r9 = s(e5, o5);
88
+ if (!r9) return true;
89
+ const l4 = r9.getConfigure();
86
90
  if ((_a = u4.notEmptyCondition) == null ? void 0 : _a.parentCondition) {
87
- if (false === l(u4.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, n5, {}, (_b = e5.entity) == null ? void 0 : _b.request, (_c = e5.entity) == null ? void 0 : _c.task, e5.contextParam)) return true;
91
+ if (false === a(u4.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, n5, {}, (_b = e5.entity) == null ? void 0 : _b.request, (_c = e5.entity) == null ? void 0 : _c.task, e5.contextParam)) return true;
88
92
  }
89
- return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: r9.title ? r9.title : a3 }), type: "warning" }), false;
93
+ return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: l4.title ? l4.title : o5 }), type: "warning" }), false;
90
94
  }
91
95
  }
92
96
  }
@@ -95,14 +99,14 @@ function g(e2, n2, r2) {
95
99
  const r6 = true, y2 = Object.assign({}, w2);
96
100
  y2.subRules && (Object.keys(y2.subRules).length > 0 ? y2.totalSubRules || (y2.totalSubRules = {}) : delete y2.subRules);
97
101
  const R2 = window.$vueApp.config.globalProperties.$formValidator(e4, y2, m2, f3, d3, c3, p2, r6);
98
- h2 = R2.msg, a2 = R2.field, u3 = R2.listCode, g2 = R2.rowIndex, b2 = R2.pageNum;
102
+ h2 = R2.msg, l2 = R2.field, u3 = R2.listCode, g2 = R2.rowIndex, b2 = R2.pageNum;
99
103
  } else h2 = true;
100
104
  if (true !== h2) {
101
105
  if (t({ showClose: true, message: h2 + "", type: "warning" }), u3) {
102
106
  const e5 = s(n4, u3);
103
- e5 && e5.addRequiredClass && e5.addRequiredClass(a2, g2, b2);
107
+ e5 && e5.addRequiredClass && e5.addRequiredClass(l2, g2, b2);
104
108
  } else {
105
- const e5 = s(n4, a2);
109
+ const e5 = s(n4, l2);
106
110
  e5 && e5.addRequiredClass && e5.addRequiredClass();
107
111
  }
108
112
  o4(false);
@@ -153,16 +157,16 @@ function h(e2, s2, r2) {
153
157
  const s3 = e4.tableUuids;
154
158
  if (!s3) return true;
155
159
  for (let r3 = 0; r3 < s3.length; r3++) {
156
- const o2 = s3[r3], l3 = n(e4, o2);
157
- if (l3) {
158
- if (l3.getConfigure()) {
159
- const e5 = l3.getConfigure();
160
+ const l3 = s3[r3], o2 = n(e4, l3);
161
+ if (o2) {
162
+ if (o2.getConfigure()) {
163
+ const e5 = o2.getConfigure();
160
164
  if ((_a = e5 == null ? void 0 : e5.verification) == null ? void 0 : _a.notEmpty) {
161
- const s4 = l3.getTableData();
165
+ const s4 = o2.getTableData();
162
166
  if (!s4 || !Array.isArray(s4) || 0 === s4.length) return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: e5.title ? e5.title : e5.code }), type: "warning" }), false;
163
167
  }
164
168
  }
165
- if (!l3.validatorSunTableListData()) return false;
169
+ if (!o2.validatorSunTableListData()) return false;
166
170
  }
167
171
  }
168
172
  return true;
@@ -230,13 +234,13 @@ function R(e2, t2) {
230
234
  });
231
235
  }
232
236
  function v(e2) {
233
- const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = a(e2), r2 = e2.entity.context, i2 = e2.entity.task;
237
+ const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = l(e2), r2 = e2.entity.context, i2 = e2.entity.task;
234
238
  e2.formPropTiltleMap && Object.keys(e2.formPropTiltleMap).length > 0 && e2.completeTaskParam.fieldPermissions && e2.completeTaskParam.fieldPermissions.length > 0 && e2.completeTaskParam.fieldPermissions.forEach((t3) => {
235
239
  t3.name && e2.formPropTiltleMap[t3.name] && (t3.label = e2.formPropTiltleMap[t3.name]);
236
240
  });
237
241
  let o2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, r2);
238
- const l2 = e2.customRules;
239
- return o2 = w(e2, l2, o2), o2 && (o2.rules || (o2.rules = {}), o2.subRules || (o2.subRules = {})), o2;
242
+ const a2 = e2.customRules;
243
+ return o2 = w(e2, a2, o2), o2 && (o2.rules || (o2.rules = {}), o2.subRules || (o2.subRules = {})), o2;
240
244
  }
241
245
  function P(e2, t2) {
242
246
  if (!t2) return;
@@ -270,9 +274,9 @@ function E(e2, t2) {
270
274
  }
271
275
  function O(e2, t2, r2) {
272
276
  var _a;
273
- let i2, o2;
274
- if (r2 ? (i2 = s(e2, r2), o2 = i2 ? i2.getTableUuid() : null) : (o2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, i2 = o2 ? n(e2, o2) : null), !i2) return;
275
- const l2 = e2.code, a2 = e2.version, u2 = f(l2, a2, o2);
277
+ let i2, l2;
278
+ if (r2 ? (i2 = s(e2, r2), l2 = i2 ? i2.getTableUuid() : null) : (l2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, i2 = l2 ? n(e2, l2) : null), !i2) return;
279
+ const o2 = e2.code, a2 = e2.version, u2 = f(o2, a2, l2);
276
280
  if (e2.workflowRules || (e2.workflowRules = { rules: {}, subRules: {} }), e2.workflowRules.subRules || (e2.workflowRules.subRules = {}), e2.workflowRules.subRules[r2] || (e2.workflowRules.subRules[r2] = {}), ((_a = e2.workflowRules) == null ? void 0 : _a.subRules) && e2.workflowRules.subRules[r2]) {
277
281
  const s2 = e2.workflowRules.subRules[r2];
278
282
  t2.forEach((e3) => {
@@ -1,6 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const agilebuilderUi = require("agilebuilder-ui"), pageHelperUtil = require("../page-helper-util.cjs");
1
+ import http from "agilebuilder-ui/src/utils/request";
2
+ import { setValueForVariableName } from "../page-helper-util.js";
4
3
  function formatScanRuleSets(e) {
5
4
  const t = {};
6
5
  return e.forEach((e2) => {
@@ -11,7 +10,7 @@ function formatScanRuleSets(e) {
11
10
  }
12
11
  function packageScanRuleSets(e) {
13
12
  return new Promise((t, a) => {
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) => {
13
+ Object.keys(e).length > 0 ? http.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-analysis/by-codes", Object.keys(e)).then((a2) => {
15
14
  a2.forEach((a3) => {
16
15
  const s = JSON.parse(a3.barcodeAnalysisOuts), n = /* @__PURE__ */ new Set(), l = {};
17
16
  e[a3.code].outs.forEach((e2) => {
@@ -84,7 +83,11 @@ function setScanAnalysisValue(e, t, a) {
84
83
  if (!t) return;
85
84
  t.outs.forEach((t2) => {
86
85
  const s = t2.fieldName, n = a[s];
87
- pageHelperUtil.setValueForVariableName(e.entity, t2.pageVariable, n);
86
+ setValueForVariableName(e.entity, t2.pageVariable, n);
88
87
  });
89
88
  }
90
- exports.analysisScanValue = analysisScanValue, exports.formatScanRuleSets = formatScanRuleSets, exports.setScanAnalysisValue = setScanAnalysisValue;
89
+ export {
90
+ analysisScanValue,
91
+ formatScanRuleSets,
92
+ setScanAnalysisValue
93
+ };
@@ -0,0 +1,14 @@
1
+ import { usePageContextStore as t } from "./page-store.js";
2
+ import { getEnableI18nState as e } from "agilebuilder-ui/src/utils/i18n-util";
3
+ import { useI18n as o } from "vue-i18n";
4
+ let r = null, i = null;
5
+ const l = (l2, ...n) => {
6
+ i || (i = o());
7
+ const s = t().pageContext;
8
+ if (null === r && (r = !!e(s.systemCode)), !r) return l2;
9
+ const u = `${s.systemCode}.${l2}`, m = i.t(u, n || []);
10
+ return m !== u ? m : l2;
11
+ };
12
+ export {
13
+ l as $t
14
+ };
@@ -0,0 +1,387 @@
1
+ import http from "agilebuilder-ui/src/utils/request";
2
+ import dayjs from "dayjs";
3
+ import { executeExpression } from "agilebuilder-ui/src/utils/calculator/calculator-util";
4
+ import { getComponentRef } from "./global-refs.js";
5
+ import { watch } from "vue";
6
+ import { deepCopy, getBaseUrl } from "./common-util.js";
7
+ function getComponentOptionConfigs(t, e, n, o) {
8
+ return getComponentOptionConfigsBase(t, (e == null ? void 0 : e.systemCode) ? e.systemCode : n, (e == null ? void 0 : e.systemVersion) ? e == null ? void 0 : e.systemVersion : o);
9
+ }
10
+ function getComponentOptionConfigsBase(t, e, n) {
11
+ if (!t.props || !t.props.dataOrigin) return;
12
+ if (t.name && "table" === t.name) return;
13
+ const o = t.props.dataOrigin, a = { uuid: t.uuid };
14
+ if ("optionGroup" == o.optionValueSetType) a.type = "optionGroup", a.props = { code: o.optionGroup };
15
+ else if ("dynamicData" == o.optionValueSetType) a.type = "dynamicData", a.filterType = o.filterType, a.props = { code: o.dynamicDataSourceCode };
16
+ else if ("dataTable" == o.optionValueSetType) {
17
+ a.filterType = o.filterType;
18
+ const t2 = getTableQueryInfo(o, e, n);
19
+ Object.assign(a, t2);
20
+ } else if ("service" == o.optionValueSetType) {
21
+ a.filterType = o.filterType;
22
+ const t2 = getServiceQueryInfo(o, e, n);
23
+ Object.assign(a, t2);
24
+ }
25
+ return a.type ? a : void 0;
26
+ }
27
+ function getTableQueryInfo(t, e, n) {
28
+ const o = { type: "dataTable" };
29
+ if (o.valueLabelSwitch = !!t.valueLabelSwitch, o.props = { tableName: t.tableName, systemCode: t.tableSysCode ? t.tableSysCode : e, systemVersion: t.tableSysVersion ? t.tableSysVersion : n }, t.sortFields) {
30
+ const e2 = [];
31
+ for (const n2 of t.sortFields) n2.name && e2.push({ prop: n2.name, order: n2.type ? n2.type : "asc" });
32
+ o.props.sorts = e2;
33
+ }
34
+ const a = [];
35
+ if (t.filterList) {
36
+ const e2 = [];
37
+ for (const n2 of t.filterList) {
38
+ if (!n2.propName) continue;
39
+ n2.propDbName || (n2.propDbName = n2.propName);
40
+ const t2 = {};
41
+ Object.assign(t2, n2);
42
+ const o2 = getParamNames(n2.propValue);
43
+ for (const t3 of o2) t3 && (t3.startsWith("${data.") || t3.startsWith("${task.") || t3.startsWith("${page.")) && (a.includes(t3) || a.push(t3));
44
+ n2.propValue, e2.push(t2);
45
+ }
46
+ o.props.searchForm = e2;
47
+ }
48
+ o.props.monitorFields = a;
49
+ const r = [];
50
+ if (t.tableValueField && (o.props.valueField = t.tableValueField), t.tableLableField && -1 == r.indexOf(t.tableLableField) && (o.props.lableField = t.tableLableField), t.autoSets) for (const e2 of t.autoSets) e2.source && -1 == r.indexOf(e2.source) && r.push(e2.source);
51
+ return o.props.queryFields = r, o.props.pageSize = t.displayQuantity, o;
52
+ }
53
+ function getServiceQueryInfo(t, e, n) {
54
+ const o = { type: "service" };
55
+ if (o.valueLabelSwitch = !!t.valueLabelSwitch, o.props = { serivceCode: t.serviceCode, systemCode: t.tableSysCode ? t.tableSysCode : e, systemVersion: t.tableSysVersion ? t.tableSysVersion : n }, t.serviceInputs) {
56
+ const e2 = [];
57
+ for (const n2 of t.serviceInputs) {
58
+ if (!n2.name || n2.value) continue;
59
+ const t2 = {};
60
+ Object.assign(t2, n2), e2.push(t2);
61
+ }
62
+ o.props.inputs = e2;
63
+ }
64
+ return o.props.dataSetField = t.serviceDataSetField, o.props.valueField = t.serviceValueField, o.props.labelField = t.serviceLabelField, o;
65
+ }
66
+ function updateChartDatasources(t, e, n, o) {
67
+ return new Promise((a, r) => {
68
+ if (!e || 0 == e.length) return void r(new Error("无需查询的统计图配置!"));
69
+ const s = deepCopy(e);
70
+ s.forEach((e2) => {
71
+ const n2 = e2.services;
72
+ if (n2 && n2.length > 0) {
73
+ const e3 = n2[0].serviceInputs;
74
+ e3 && (n2[0].serviceInParams = {}, e3.forEach((e4) => {
75
+ const o2 = e4.name, a2 = e4.value;
76
+ n2[0].serviceInParams[o2] = getValueFromVariable(t.entity, a2);
77
+ }), delete n2[0].serviceInputs);
78
+ }
79
+ });
80
+ const i = t.entity ? t.entity : {}, u = {};
81
+ i.request && Object.assign(u, i.request), i.page && Object.assign(u, i.page), n && Object.assign(u, n);
82
+ const l = {};
83
+ i.task && Object.assign(l, i.task);
84
+ const c = { entityMap: i.data, additionalParamMap: u, taskMap: l, dataSourceList: s, systemCode: t.systemCode, pageCode: t.code }, p = t.backendUrl, f = getBaseUrl(p, t.isTest) + "/common/common-data/find-chart-datas";
85
+ http.post(f, c, { headers: { customSystem: t.systemCode } }).then((e2) => {
86
+ var _a, _b;
87
+ t.chartDataSourceMap || (t.chartDataSourceMap = {});
88
+ for (const n2 in e2) {
89
+ t.chartDataSourceMap[n2] = e2[n2];
90
+ const a2 = getComponentRef(t, n2);
91
+ if (a2) {
92
+ const r2 = a2.getConfigure();
93
+ if ((!o || r2 && (void 0 === r2.initializationQuery || r2.initializationQuery)) && a2.updateChartDatas && (a2.updateChartDatas(e2[n2]), (_b = (_a = r2.runtime) == null ? void 0 : _a.dataConfig) == null ? void 0 : _b.resultSet)) {
94
+ const o2 = e2[n2] && e2[n2].length > 0 ? e2[n2][0] : {}, a3 = o2 && o2.result ? o2.result : {};
95
+ let s2 = null;
96
+ r2.serviceDataField ? s2 = a3[r2.serviceDataField] : a3 && (s2 = Array.isArray(a3) ? a3 : [a3]), s2 || (s2 = []), setValueForVariableName(t.entity, r2.runtime.dataConfig.resultSet, s2);
97
+ }
98
+ }
99
+ }
100
+ a(e2);
101
+ }).catch((t2) => {
102
+ r(t2);
103
+ });
104
+ });
105
+ }
106
+ function updateChartDatasourcesByComponent(t, e) {
107
+ const n = t.initChartServiceConfigs.find((t2) => t2.uuid === e);
108
+ n && updateChartDatasources(t, [n], null, false);
109
+ }
110
+ function updateOptionDatasources(t, e, n) {
111
+ return new Promise((o, a) => {
112
+ if (!e || 0 == e.length) return void a(new Error("无需查询的配置!"));
113
+ const r = t.entity ? t.entity : {}, s = {};
114
+ r.request && Object.assign(s, r.request), r.page && Object.assign(s, r.page), s.query = n;
115
+ const i = { entityMap: r.data, additionalParamMap: s, dataSourceList: e, systemCode: t.systemCode, query: n }, u = t.backendUrl, l = getBaseUrl(u, t.isTest) + "/common/common-data/find-datas";
116
+ http.post(l, i).then((e2) => {
117
+ t.optionSourceMap || (t.optionSourceMap = {});
118
+ for (const n2 in e2) {
119
+ t.optionSourceMap[n2] = e2[n2];
120
+ const o2 = getComponentRef(t, n2);
121
+ o2 && o2.updateOptions && o2.updateOptions(e2[n2]);
122
+ }
123
+ o(e2);
124
+ }).catch((t2) => {
125
+ a(t2);
126
+ });
127
+ });
128
+ }
129
+ function getOptionDatasFromPage(t, e) {
130
+ return getComponentOptionDatasFromPage(t, e.uuid);
131
+ }
132
+ function getComponentOptionDatasFromPage(t, e) {
133
+ const n = getOptionDatasSourceMap(t)[e];
134
+ return n || [];
135
+ }
136
+ function getOptionDatasSourceMap(t) {
137
+ if (!t || !t.optionSourceMap) return {};
138
+ const e = t.optionSourceMap;
139
+ return e || {};
140
+ }
141
+ function getChartDatasFromPage(t, e) {
142
+ if (!t || !t.chartDataSourceMap || !e) return null;
143
+ return t.chartDataSourceMap[e.uuid];
144
+ }
145
+ function queryOptionDatasources(t, e, n) {
146
+ return updateOptionDatasources(t, e ? [e] : [], n);
147
+ }
148
+ function autoSetAfterSelect(t, e, n, o, a = []) {
149
+ if (!n || 0 == n.length) return;
150
+ const r = e.entity ? e.entity : {};
151
+ for (const t2 of n) {
152
+ if (!t2.source || !t2.target || a.includes(t2.target)) continue;
153
+ const e2 = getValuesByField(o, t2.source);
154
+ let n2 = t2.target;
155
+ if (!n2 || !n2.startsWith("${")) continue;
156
+ n2 = n2.substring(2, n2.length - 1);
157
+ const s = n2.split(".");
158
+ setVariableValue(r, s, null == e2 ? null : e2.join(","));
159
+ }
160
+ }
161
+ function getValuesByField(t, e) {
162
+ if (t) {
163
+ const n = [];
164
+ for (const o of t) {
165
+ let t2 = o[e];
166
+ null != t2 && null != t2 || (t2 = ""), n.push(t2);
167
+ }
168
+ return n;
169
+ }
170
+ return null;
171
+ }
172
+ function getVariableValue(t, e) {
173
+ if (!t || !e || 0 == e.length) return;
174
+ let n = t;
175
+ for (let t2 = 0; t2 < e.length; t2++) {
176
+ if (null == n) return n;
177
+ n = n[e[t2]];
178
+ }
179
+ return n;
180
+ }
181
+ function setValueForVariableName(t, e, n) {
182
+ if (!e || !e.startsWith("${")) return;
183
+ setVariableValue(t, (e = e.substring(2, e.length - 1)).split("."), n);
184
+ }
185
+ function setVariableValue(t, e, n) {
186
+ if (!t || !e || 0 == e.length) return;
187
+ let o = t;
188
+ for (let t2 = 0; t2 < e.length; t2++) {
189
+ const a = e[t2];
190
+ t2 + 1 === e.length ? o[a] = void 0 === n ? null : n : (void 0 === o[a] && (o[a] = {}), o = o[a]);
191
+ }
192
+ }
193
+ function setVariableValueWithProp(t, e, n) {
194
+ if (!t || !e) return;
195
+ setVariableValue(t, e.split("."), n);
196
+ }
197
+ function formatVariableValue(t, e) {
198
+ if (!t || "" == e || null == e || null == e) return e;
199
+ const n = t.entity ? t.entity : {}, o = getParamNames(e);
200
+ for (const t2 in o) {
201
+ const a = o[t2], r = getValueFromVariable(n, a);
202
+ if (r && "[object Date]" === Object.prototype.toString.call(r)) return dayjs(r).format("YYYY-MM-DD HH:mm:ss");
203
+ if (r && "number" == typeof r) return r;
204
+ e = e.replace(a, null == r ? "" : r);
205
+ }
206
+ return e;
207
+ }
208
+ function getParamNames(t) {
209
+ if (!t) return [];
210
+ const e = t.match(/\$\{[^\{|\}]+\}/g);
211
+ return e || [];
212
+ }
213
+ function formatValueByType(t, e, n) {
214
+ if (!e || "" == t || null == t || null == t) return t;
215
+ if (n = n || {}, "number" == e || "percent" == e) {
216
+ if (isNaN(t)) return t;
217
+ let o = parseInt(n.decimalDigit);
218
+ if ((null == o || isNaN(o)) && (o = -1), t = parseFloat(t), "percent" == e && (t *= 100), o > -1 && (t = parseFloat(t.toFixed(o))), "percent" == e) t += "%";
219
+ else {
220
+ if (n.thousandsSeparator) {
221
+ const e2 = t.toString().split(".");
222
+ e2[0] = e2[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), t = e2.length > 1 ? e2.join(".") : e2[0];
223
+ }
224
+ n.symbol && (t = n.symbol + "" + t);
225
+ }
226
+ return t;
227
+ }
228
+ if ("date" == e || "time" == e) {
229
+ let o = "";
230
+ return "date" == e ? (o = n.dateFormat, o || (o = "YYYY-MM-DD")) : (o = n.timeFormat, o || (o = "HH:mm:ss")), dayjs(t).format(o);
231
+ }
232
+ return "custom" == e && n.formatEventUuid, t;
233
+ }
234
+ function getValueFromVariable(t, e, n) {
235
+ if (null == e || null == e) return e;
236
+ if (e.startsWith("${") && e.endsWith("}")) {
237
+ let o = e.substring(2, e.length - 1), a = null, r = null;
238
+ if (o.startsWith("data.")) o = o.substring(5), r = t.data, a = "data";
239
+ else if (o.startsWith("page.")) o = o.substring(5), a = "page", r = t.page;
240
+ else if (o.startsWith("task.")) o = o.substring(5), a = "task", r = t.task;
241
+ else if (o.startsWith("request.")) o = o.substring(8), a = "request", r = t.request;
242
+ else if (o.startsWith("context.")) o = o.substring(8), a = "context", r = t.context;
243
+ else if (o.startsWith("system.")) o = o.substring(7), a = "system", r = t.system;
244
+ else {
245
+ if (o.startsWith("fixed.")) return o.substring(6);
246
+ o.startsWith("row.") && (o = o.substring(4), r = n, a = "row");
247
+ }
248
+ return o ? getValueFromSource(r, o, a) : "";
249
+ }
250
+ return e;
251
+ }
252
+ function getValueFromSource(t, e, n) {
253
+ if ("context" != n && !t || !e) return;
254
+ const o = e.indexOf(".");
255
+ if (o > -1) {
256
+ const a = e.substring(0, o), r = e.substring(o + 1);
257
+ let s = t[a];
258
+ return s && Array.isArray(s) && s.length > 0 && (s = s[0]), getValueFromSource(s, r, n);
259
+ }
260
+ if ("context" == n) {
261
+ if ("currentDate" == e || "currentTime" == e) return /* @__PURE__ */ new Date();
262
+ if (e.startsWith("currentDate") && e.length > 11) {
263
+ const t2 = e.substring(11), n2 = t2.substring(0, 1);
264
+ let o2 = parseInt(t2.substring(1, t2.length - 1), 10);
265
+ const a = t2.substring(t2.length - 1), r = /* @__PURE__ */ new Date();
266
+ return o2 = "+" === n2 ? o2 : -o2, "d" === a || "w" === a ? (o2 = "w" === a ? 7 * o2 : o2, r.setDate(r.getDate() + o2)) : "m" === a ? r.setMonth(r.getMonth() + o2) : "y" === a && r.setFullYear(r.getFullYear() + o2), r;
267
+ }
268
+ if (!t) return;
269
+ }
270
+ return t[e];
271
+ }
272
+ function caculateShowCondition(pageContext, showConditions, row) {
273
+ if (!showConditions || 0 == showConditions.length || !pageContext || !pageContext.entity) return true;
274
+ const entityData = pageContext.entity;
275
+ let conditions = "";
276
+ const maxLen = showConditions.length;
277
+ for (let t = 0; t < maxLen; t++) {
278
+ const e = showConditions[t], n = e.propName;
279
+ let o = e.operator;
280
+ if (!n || "" === n) continue;
281
+ o || (o = "EQ");
282
+ const a = getValueFromVariable(entityData, n, row);
283
+ let r = getValueFromVariable(entityData, e.propValue, row);
284
+ const s = e.dataType;
285
+ "CONTAIN" != o && "NOT_CONTAIN" != o || a && !a.includes && (o = "CONTAIN" == o ? "EQ" : "NET");
286
+ let i = e.variableIsNull, u;
287
+ if (i || (i = "null"), "IS_NULL" !== o && "IS_NOT_NULL" !== o && (void 0 !== r && "" !== r || (r = null, "null" === i ? o = "IS_NULL" : "notequal" === i ? o = "IS_NOT_NULL" : u = true)), null == u) try {
288
+ u = executeExpression(a, o, r, s);
289
+ } catch (t2) {
290
+ u = false;
291
+ }
292
+ const l = e.leftBracket, c = e.rightBracket;
293
+ let p = e.joinSign;
294
+ if (l && null !== l && "" !== l && (conditions += l, conditions += " "), conditions += u + " ", c && null !== c && "" !== c && (conditions += c, conditions += " "), t < maxLen - 1 && p && null !== p && "" !== p) {
295
+ const t2 = p.toLowerCase();
296
+ "and" === t2 ? p = t2.replace("and", "&&") : "or" === t2 && (p = t2.replace("or", "||")), conditions += p + " ";
297
+ }
298
+ }
299
+ return !conditions || eval("(" + conditions + ")");
300
+ }
301
+ function monitorFieldChange(t, e, n) {
302
+ if (!n || !t || !e || 0 == e.length) return;
303
+ const o = [], a = [];
304
+ for (let t2 of e) if (t2.startsWith("${")) {
305
+ t2 = t2.substring(2, t2.length - 1);
306
+ const e2 = t2.split(".");
307
+ "page" !== e2[0] && "task" !== e2[0] && "data" !== e2[0] || (o.push(e2), a.includes(e2[0]) || a.push(e2[0]));
308
+ }
309
+ let r = getMonitorFieldValues(o, t.entity), s = false;
310
+ for (const e2 of a) watch(t.entity[e2], () => {
311
+ s && clearTimeout(s), s = setTimeout(function() {
312
+ const e3 = getMonitorFieldValues(o, t.entity);
313
+ r != e3 && (r = e3, n());
314
+ }, 200);
315
+ });
316
+ }
317
+ function getMonitorFieldValues(t, e) {
318
+ let n = "";
319
+ for (const o of t) n += "_" + getVariableValue(e, o);
320
+ return n;
321
+ }
322
+ function getFormPropName(t) {
323
+ return t && t.indexOf("${") >= 0 ? t.substring(t.indexOf(".") + 1, t.lastIndexOf("}")) : t;
324
+ }
325
+ function getSizeConfig(t, e) {
326
+ const n = getPageModeType(t);
327
+ let o;
328
+ return e.props && e.props.size && e.props.size[n] && (o = e.props.size[n]), !o && e.props && e.props.size && (o = e.props.size.pc), o;
329
+ }
330
+ function getPageModeType(t) {
331
+ let e = t.dimensions;
332
+ return e || (e = "pc"), e;
333
+ }
334
+ function isPromise(t) {
335
+ return t && "[object Promise]" === Object.prototype.toString.call(t);
336
+ }
337
+ function decomposeVariable(t) {
338
+ if (!t) return [];
339
+ const e = t.match(/\${(.*?)}/);
340
+ return e ? e[1].split(".") : [];
341
+ }
342
+ function getModelFieldFromPageContext(t, e) {
343
+ if (!e.modelFieldsMap) return;
344
+ let n = null;
345
+ for (let o = 0; o < t.length; o++) {
346
+ const a = t[o];
347
+ o + 1 === t.length && (n = e.modelFieldsMap[a]);
348
+ }
349
+ return n;
350
+ }
351
+ function isNumberDataType(t) {
352
+ return "INTEGER" === t || "LONG" === t || "DOUBLE" === t || "FLOAT_COM" === t;
353
+ }
354
+ function isDateDataType(t) {
355
+ return "DATE" === (t = t ? t.toUpperCase() : "") || "TIME" === t || "DATETIME" === t || "TIMESTAMP" === t;
356
+ }
357
+ export {
358
+ autoSetAfterSelect,
359
+ caculateShowCondition,
360
+ decomposeVariable,
361
+ formatValueByType,
362
+ formatVariableValue,
363
+ getChartDatasFromPage,
364
+ getComponentOptionConfigs,
365
+ getComponentOptionConfigsBase,
366
+ getComponentOptionDatasFromPage,
367
+ getFormPropName,
368
+ getModelFieldFromPageContext,
369
+ getOptionDatasFromPage,
370
+ getOptionDatasSourceMap,
371
+ getParamNames,
372
+ getSizeConfig,
373
+ getValueFromSource,
374
+ getValueFromVariable,
375
+ getVariableValue,
376
+ isDateDataType,
377
+ isNumberDataType,
378
+ isPromise,
379
+ monitorFieldChange,
380
+ queryOptionDatasources,
381
+ setValueForVariableName,
382
+ setVariableValue,
383
+ setVariableValueWithProp,
384
+ updateChartDatasources,
385
+ updateChartDatasourcesByComponent,
386
+ updateOptionDatasources
387
+ };