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,43 +1,45 @@
1
- import { http as e, isMobileBrowser as t, getSessionCache as n } from "agilebuilder-ui";
2
- import { getAdditionalParamMap as i } from "./events/standard-event.mjs";
3
- import { PageDimensions as s } from "./interfaces/page-design-types.mjs";
4
- import { getFormPropName as o, getVariableValue as r, setVariableValue as a, formatVariableValue as l } from "./page-helper-util.mjs";
5
- import { functions as p } from "./api/page-expose-util.mjs";
6
- import { isWorkflowPage as u, deepCopy as d } from "./common-util.mjs";
7
- import { packageCustomValidator as c } from "./events/validator-util.mjs";
1
+ import e from "agilebuilder-ui/src/utils/request";
2
+ import { getAdditionalParamMap as t } from "./events/standard-event.js";
3
+ import { PageDimensions as i } from "./interfaces/page-design-types.js";
4
+ import { getFormPropName as n, getVariableValue as s, setVariableValue as o, formatVariableValue as r } from "./page-helper-util.js";
5
+ import { getSessionCache as a } from "agilebuilder-ui/src/utils/auth";
6
+ import { functions as l } from "./api/page-expose-util.js";
7
+ import { isWorkflowPage as p, deepCopy as u } from "./common-util.js";
8
+ import { packageCustomValidator as d } from "./events/validator-util.js";
9
+ import { isMobileBrowser as c } from "agilebuilder-ui/src/utils/common-util";
8
10
  function f(t2) {
9
- return new Promise((n2, i2) => {
11
+ return new Promise((i2, n2) => {
10
12
  (function(t3) {
11
13
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t3);
12
14
  })(t2).then((e2) => {
13
15
  e2 ? b().then((t3) => {
14
16
  t3 && (e2.systemParam = h(t3)), g(e2.listViewTableName, e2.listViewTablePublishVersion).then((t4) => {
15
- t4 ? (e2.contextParam = h(t4.contextParam), e2.branchFieldAuth = t4.branchFieldAuth, e2.isWorkflowEntity = t4.isWorkflowEntity, e2.dataTypeMaps = t4.dataTypeMaps, n2(e2)) : n2(null);
17
+ t4 ? (e2.contextParam = h(t4.contextParam), e2.branchFieldAuth = t4.branchFieldAuth, e2.isWorkflowEntity = t4.isWorkflowEntity, e2.dataTypeMaps = t4.dataTypeMaps, i2(e2)) : i2(null);
16
18
  });
17
19
  }).catch(() => {
18
- n2(e2);
19
- }) : n2(null);
20
+ i2(e2);
21
+ }) : i2(null);
20
22
  });
21
23
  });
22
24
  }
23
25
  function m(e2, t2) {
24
- return new Promise((n2, i2) => {
26
+ return new Promise((i2, n2) => {
25
27
  e2 ? b().then((s2) => {
26
28
  s2 && (e2.systemParam = h(s2)), e2.tableRuntimes && Object.keys(e2.tableRuntimes).length > 0 ? j(e2, t2, e2.systemVersion).then((t3) => {
27
- e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, e2.superGridItems = t3.superGrids, n2(e2);
29
+ e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, e2.superGridItems = t3.superGrids, i2(e2);
28
30
  }).catch((e3) => {
29
- i2(e3);
31
+ n2(e3);
30
32
  }) : g("", "").then((t3) => {
31
- t3 ? (e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, n2(e2)) : n2(null);
33
+ t3 ? (e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, i2(e2)) : i2(null);
32
34
  }).catch((e3) => {
33
- i2(e3);
35
+ n2(e3);
34
36
  });
35
- }) : n2(null);
37
+ }) : i2(null);
36
38
  });
37
39
  }
38
- function g(t2, n2) {
39
- let i2 = "";
40
- return t2 && n2 && (i2 = "?listViewTableName=" + t2 + "&listViewTablePublishVersion=" + n2), e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime-param" + i2);
40
+ function g(t2, i2) {
41
+ let n2 = "";
42
+ return t2 && i2 && (n2 = "?listViewTableName=" + t2 + "&listViewTablePublishVersion=" + i2), e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime-param" + n2);
41
43
  }
42
44
  function b() {
43
45
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/system-param");
@@ -45,34 +47,34 @@ function b() {
45
47
  function y(e2) {
46
48
  var _a, _b, _c;
47
49
  if (null == e2) return null;
48
- const n2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, listCodesInitSearchForm: e2.listCodesInitSearchForm, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: w(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, branchFieldAuth: e2.branchFieldAuth, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam }, propTitleMap: {} };
50
+ const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, listCodesInitSearchForm: e2.listCodesInitSearchForm, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: w(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, branchFieldAuth: e2.branchFieldAuth, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam }, propTitleMap: {} };
49
51
  if (e2.props && e2.props.notIdInitializationList) {
50
- let t2 = e2.props.notIdInitializationList;
51
- "string" == typeof t2 && (t2 = JSON.parse(t2)), t2.length > 0 && (n2.notIdInitializationList = t2);
52
+ let i2 = e2.props.notIdInitializationList;
53
+ "string" == typeof i2 && (i2 = JSON.parse(i2)), i2.length > 0 && (t2.notIdInitializationList = i2);
52
54
  }
53
55
  if (e2.variables) {
54
- const t2 = n2.entity.page;
55
- for (const n3 of e2.variables) n3.name && (n3.isArrayElement ? t2[n3.name] = [] : n3.defaultValue ? t2[n3.name] = n3.defaultValue : t2[n3.name] = void 0);
56
+ const i2 = t2.entity.page;
57
+ for (const t3 of e2.variables) t3.name && (t3.isArrayElement ? i2[t3.name] = [] : t3.defaultValue ? i2[t3.name] = t3.defaultValue : i2[t3.name] = void 0);
56
58
  }
57
59
  return function(e3) {
58
- if (t()) {
60
+ if (c()) {
59
61
  e3.entity.page._isMobile = "true";
60
- const t2 = navigator ? navigator.userAgent : null;
61
- t2 ? t2.indexOf(" uni-app ") > 0 ? (e3.entity.page._isMobileApp = "true", e3.entity.page._isMobileBrowser = "false") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "true") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "false");
62
+ const t3 = navigator ? navigator.userAgent : null;
63
+ t3 ? t3.indexOf(" uni-app ") > 0 ? (e3.entity.page._isMobileApp = "true", e3.entity.page._isMobileBrowser = "false") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "true") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "false");
62
64
  } else e3.entity.page._isMobile = "false";
63
- }(n2), Object.assign(n2, e2), n2.dimensions = function() {
65
+ }(t2), Object.assign(t2, e2), t2.dimensions = function() {
64
66
  const e3 = window.outerWidth;
65
- if (!e3) return s.PC;
66
- return e3 > 768 ? s.PC : e3 > 414 ? s.IPAD : s.PHONE;
67
- }(), n2.events = e2.runtime && e2.runtime.events ? e2.runtime.events : [], n2;
67
+ if (!e3) return i.PC;
68
+ return e3 > 768 ? i.PC : e3 > 414 ? i.IPAD : i.PHONE;
69
+ }(), t2.events = e2.runtime && e2.runtime.events ? e2.runtime.events : [], t2;
68
70
  }
69
71
  function h(e2) {
70
72
  try {
71
73
  const t2 = function(e3) {
72
74
  if (!e3) return e3;
73
75
  try {
74
- const t3 = window.CryptoJS.enc.Latin1.parse("qwertyuasdfgh456"), n2 = window.CryptoJS.enc.Latin1.parse("1234567812345678");
75
- return window.CryptoJS.AES.decrypt(e3, t3, { iv: n2, mode: window.CryptoJS.mode.CBC, padding: window.CryptoJS.pad.ZeroPadding }).toString(CryptoJS.enc.Utf8);
76
+ const t3 = window.CryptoJS.enc.Latin1.parse("qwertyuasdfgh456"), i2 = window.CryptoJS.enc.Latin1.parse("1234567812345678");
77
+ return window.CryptoJS.AES.decrypt(e3, t3, { iv: i2, mode: window.CryptoJS.mode.CBC, padding: window.CryptoJS.pad.ZeroPadding }).toString(CryptoJS.enc.Utf8);
76
78
  } catch (t3) {
77
79
  return e3;
78
80
  }
@@ -100,13 +102,13 @@ function P(e2) {
100
102
  }
101
103
  if (t2 && t2.includes("?")) {
102
104
  t2 = t2.substring(t2.lastIndexOf("?") + 1);
103
- const n2 = t2.split("&");
104
- for (const t3 of n2) {
105
- const n3 = t3.split("=");
106
- let i2 = n3[0];
107
- if (i2) {
108
- const t4 = n3.length > 1 ? n3[1] : "";
109
- i2.indexOf("ai__") >= 0 && (i2 = i2.substring(i2.indexOf("ai__") + 4)), e2[i2] = t4;
105
+ const i2 = t2.split("&");
106
+ for (const t3 of i2) {
107
+ const i3 = t3.split("=");
108
+ let n2 = i3[0];
109
+ if (n2) {
110
+ const t4 = i3.length > 1 ? i3[1] : "";
111
+ n2.indexOf("ai__") >= 0 && (n2 = n2.substring(n2.indexOf("ai__") + 4)), e2[n2] = t4;
110
112
  }
111
113
  }
112
114
  }
@@ -126,7 +128,7 @@ function v(e2, t2) {
126
128
  }
127
129
  function C(e2, t2) {
128
130
  if (e2) {
129
- const i2 = n(e2);
131
+ const i2 = a(e2);
130
132
  if (i2) {
131
133
  const e3 = JSON.parse(i2);
132
134
  Object.assign(t2, e3);
@@ -134,124 +136,124 @@ function C(e2, t2) {
134
136
  }
135
137
  }
136
138
  function k(e2, t2) {
137
- let n2, i2 = t2;
138
- t2 || (n2 = e2.props.base ? e2.props.base : {}, i2 = n2.prop);
139
+ let i2, n2 = t2;
140
+ t2 || (i2 = e2.props.base ? e2.props.base : {}, n2 = i2.prop);
139
141
  let s2 = null;
140
- return t2 && !t2.startsWith("${") ? s2 = ["data", t2] : !e2 || i2 && i2.startsWith("${") ? i2.startsWith("${") ? (i2 = i2.substring(2, i2.length - 1), s2 = i2.split("."), e2 && s2.length < 2 && (s2 = [e2.uuid])) : e2 && (s2 = ["page", e2.uuid]) : s2 = ["page", e2.uuid], s2 || e2 ? s2 : ["temp"];
142
+ return t2 && !t2.startsWith("${") ? s2 = ["data", t2] : !e2 || n2 && n2.startsWith("${") ? n2.startsWith("${") ? (n2 = n2.substring(2, n2.length - 1), s2 = n2.split("."), e2 && s2.length < 2 && (s2 = [e2.uuid])) : e2 && (s2 = ["page", e2.uuid]) : s2 = ["page", e2.uuid], s2 || e2 ? s2 : ["temp"];
141
143
  }
142
- function M(e2, t2, n2) {
144
+ function M(e2, t2, i2) {
143
145
  var _a;
144
- const i2 = k(t2, n2), s2 = e2.entity;
145
- if (null == s2.data.ID && null == s2.data.id) {
146
- let n3, o2, l2 = false;
147
- t2 && (n3 = t2.props.base ? t2.props.base : {}, o2 = t2.name, l2 = n3.multiple);
148
- const p2 = r(s2, i2);
146
+ const n2 = k(t2, i2), r2 = e2.entity;
147
+ if (null == r2.data.ID && null == r2.data.id) {
148
+ let i3, a2, l2 = false;
149
+ t2 && (i3 = t2.props.base ? t2.props.base : {}, a2 = t2.name, l2 = i3.multiple);
150
+ const p2 = s(r2, n2);
149
151
  if (null == p2) {
150
- const t3 = n3 ? n3.defaultValue : null;
152
+ const t3 = i3 ? i3.defaultValue : null;
151
153
  if (t3) try {
152
- const r2 = A(e2, t3, o2, l2);
153
- if (null != r2 && "" !== r2) a(s2, i2, r2);
154
- else if (((_a = n3.moreDefaultValue) == null ? void 0 : _a.length) > 0) {
155
- const t4 = n3.moreDefaultValue;
156
- for (let n4 = 0; n4 < t4.length; n4++) {
157
- const r3 = A(e2, t4[n4], o2, l2);
158
- if (null != r3 && "" !== r3) {
159
- a(s2, i2, r3);
154
+ const s2 = A(e2, t3, a2, l2);
155
+ if (null != s2 && "" !== s2) o(r2, n2, s2);
156
+ else if (((_a = i3.moreDefaultValue) == null ? void 0 : _a.length) > 0) {
157
+ const t4 = i3.moreDefaultValue;
158
+ for (let i4 = 0; i4 < t4.length; i4++) {
159
+ const s3 = A(e2, t4[i4], a2, l2);
160
+ if (null != s3 && "" !== s3) {
161
+ o(r2, n2, s3);
160
162
  break;
161
163
  }
162
164
  }
163
165
  }
164
166
  } catch (e3) {
165
- console.error("设置默认值出错:", i2, e3);
167
+ console.error("设置默认值出错:", n2, e3);
166
168
  }
167
169
  }
168
170
  }
169
- return i2;
171
+ return n2;
170
172
  }
171
- function A(e2, t2, n2, i2) {
173
+ function A(e2, t2, i2, n2) {
172
174
  let s2;
173
- if (t2 && (s2 = l(e2, t2), null != s2 && null != s2 && n2)) {
175
+ if (t2 && (s2 = r(e2, t2), null != s2 && null != s2 && i2)) {
174
176
  let e3 = false;
175
- "checkbox" == n2 ? e3 = true : "select" == n2 && (e3 = i2), e3 && (s2 = (s2 + "").split(","));
177
+ "checkbox" == i2 ? e3 = true : "select" == i2 && (e3 = n2), e3 && (s2 = (s2 + "").split(","));
176
178
  }
177
179
  return s2;
178
180
  }
179
181
  function I(e2, t2) {
180
182
  var _a, _b;
181
183
  if (false === ((_b = (_a = e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isPermission)) return "true";
182
- const n2 = [];
183
- if (e2.autoPermissions) for (const i2 of e2.autoPermissions) n2.push(t2.code + "." + i2.simpleCode);
184
+ const i2 = [];
185
+ if (e2.autoPermissions) for (const n2 of e2.autoPermissions) i2.push(t2.code + "." + n2.simpleCode);
184
186
  if (e2.functionCodes) {
185
- const i2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
187
+ const n2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
186
188
  for (let e3 = 0; e3 < s2.length; e3++) {
187
- const o2 = s2[e3], r2 = e3 < i2.length ? i2[e3] : "";
189
+ const o2 = s2[e3], r2 = e3 < n2.length ? n2[e3] : "";
188
190
  let a2 = "";
189
191
  if ("service" == r2) a2 = o2;
190
192
  else if ("standard" === r2) a2 = t2.code + "." + o2;
191
193
  else {
192
194
  a2 = "custom" === T(o2, t2).type ? o2 : t2.code + "." + o2;
193
195
  }
194
- n2.includes(a2) || n2.push(a2);
196
+ i2.includes(a2) || i2.push(a2);
195
197
  }
196
198
  }
197
- return n2.join(",");
199
+ return i2.join(",");
198
200
  }
199
201
  function T(e2, t2) {
200
- const n2 = t2.pagePermissions;
201
- if (n2 && n2.length > 0) {
202
- for (let t3 = 0; t3 < n2.length; t3++) if (n2[t3].simpleCode === e2) return n2[t3];
202
+ const i2 = t2.pagePermissions;
203
+ if (i2 && i2.length > 0) {
204
+ for (let t3 = 0; t3 < i2.length; t3++) if (i2[t3].simpleCode === e2) return i2[t3];
203
205
  }
204
206
  return null;
205
207
  }
206
- function j(t2, n2, s2) {
207
- const o2 = t2.tableRuntimes, r2 = i(n2);
208
+ function j(i2, n2, s2) {
209
+ const o2 = i2.tableRuntimes, r2 = t(n2);
208
210
  let a2;
209
- const l2 = t2.code;
210
- return r2 && Object.keys(r2) > 0 && (a2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: t2.pageType });
211
+ const l2 = i2.code;
212
+ return r2 && Object.keys(r2) > 0 && (a2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: i2.pageType });
211
213
  }
212
214
  const O = ["button-detail", "print-label"];
213
- function x(e2, t2, n2) {
215
+ function x(e2, t2, i2) {
214
216
  var _a, _b;
215
- const i2 = t2.props && t2.props.base ? t2.props.base.prop : null, s2 = u(e2);
217
+ const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
216
218
  let r2 = false;
217
- if (s2 && O.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
218
- const n3 = e2.fieldPermissionMap.get("all_fields");
219
- false === (n3 == null ? void 0 : n3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", r2 = true);
219
+ if (o2 && O.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
220
+ const i3 = e2.fieldPermissionMap.get("all_fields");
221
+ false === (i3 == null ? void 0 : i3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", r2 = true);
220
222
  }
221
- if (i2) {
222
- const a2 = o(i2);
223
+ if (s2) {
224
+ const a2 = n(s2);
223
225
  if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[a2] || (e2.rules[a2] = []), t2.props.rules.forEach((e3) => {
224
- c(e3), !n2 && e3 && e3.required && (e3.required = false);
225
- }), e2.rules[a2] = t2.props.rules), s2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
226
- const i3 = e2.fieldPermissionMap.get(a2);
227
- if (!n2 && e2.workflowRules && (e2.workflowRules[a2] || e2.workflowRules.rules && e2.workflowRules.rules[a2])) {
226
+ d(e3), !i2 && e3 && e3.required && (e3.required = false);
227
+ }), e2.rules[a2] = t2.props.rules), o2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
228
+ const n2 = e2.fieldPermissionMap.get(a2);
229
+ if (!i2 && e2.workflowRules && (e2.workflowRules[a2] || e2.workflowRules.rules && e2.workflowRules.rules[a2])) {
228
230
  let t3 = e2.workflowRules[a2];
229
231
  if (!t3 && e2.workflowRules.rules && (t3 = e2.workflowRules.rules[a2]), t3 && Array.isArray(t3) && t3.length > 0) for (let e3 = 0; e3 < t3.length; e3++) {
230
- const n3 = t3[e3];
231
- if (n3 && n3.required) {
232
- n3.required = false;
232
+ const i3 = t3[e3];
233
+ if (i3 && i3.required) {
234
+ i3.required = false;
233
235
  break;
234
236
  }
235
237
  }
236
238
  else t3 && t3.required && (t3.required = false);
237
239
  }
238
- t2.runtime.props || (t2.runtime.props = {}), i3 ? (!n2 && i3.canEdit && (i3.canEdit = false), false === i3.canEdit ? t2.runtime.props.state = "disabled" : i3.canEdit && (t2.runtime.props.state = "", t2.runtime.props.required = true)) : t2.runtime.props.state = "";
240
+ t2.runtime.props || (t2.runtime.props = {}), n2 ? (!i2 && n2.canEdit && (n2.canEdit = false), false === n2.canEdit ? t2.runtime.props.state = "disabled" : n2.canEdit && (t2.runtime.props.state = "", t2.runtime.props.required = true)) : t2.runtime.props.state = "";
239
241
  }
240
242
  ((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: a2, events: t2.props.customRuleEvents }));
241
243
  }
242
244
  }
243
245
  function R(e2, t2) {
244
246
  if (e2.initInfo) {
245
- ["dynamicControlFormEdit", "disableElement", "enableElement", "hideElement", "showElement"].forEach((n2) => {
246
- const i2 = e2.initInfo[n2];
247
- if (i2) if ("dynamicControlFormEdit" === n2) {
248
- let n3 = i2.filter((e3) => "_all_fields" === e3.name || e3.name === t2);
249
- if (n3 && n3.length > 0 && (n3 = n3.filter((e3) => "_all_fields" === e3.name), n3 && n3.length > 0)) {
250
- const e3 = d(n3[0]);
251
- e3.name = t2, n3 = [e3];
247
+ ["dynamicControlFormEdit", "disableElement", "enableElement", "hideElement", "showElement"].forEach((i2) => {
248
+ const n2 = e2.initInfo[i2];
249
+ if (n2) if ("dynamicControlFormEdit" === i2) {
250
+ let i3 = n2.filter((e3) => "_all_fields" === e3.name || e3.name === t2);
251
+ if (i3 && i3.length > 0 && (i3 = i3.filter((e3) => "_all_fields" === e3.name), i3 && i3.length > 0)) {
252
+ const e3 = u(i3[0]);
253
+ e3.name = t2, i3 = [e3];
252
254
  }
253
- p.dynamicControlFormEdit(e2, n3, false);
254
- } else "disableElement" === n2 ? i2.indexOf(t2) >= 0 && p.disableElement(e2, [t2], false) : "enableElement" === n2 ? i2.indexOf(t2) >= 0 && p.enableElement(e2, [t2], false) : "hideElement" === n2 ? i2.indexOf(t2) >= 0 && p.hideElement(e2, [t2], false) : "showElement" === n2 && i2.indexOf(t2) >= 0 && p.showElement(e2, [t2], false);
255
+ l.dynamicControlFormEdit(e2, i3, false);
256
+ } else "disableElement" === i2 ? n2.indexOf(t2) >= 0 && l.disableElement(e2, [t2], false) : "enableElement" === i2 ? n2.indexOf(t2) >= 0 && l.enableElement(e2, [t2], false) : "hideElement" === i2 ? n2.indexOf(t2) >= 0 && l.hideElement(e2, [t2], false) : "showElement" === i2 && n2.indexOf(t2) >= 0 && l.showElement(e2, [t2], false);
255
257
  });
256
258
  }
257
259
  }
@@ -1,19 +1,19 @@
1
1
  import { ref as e, nextTick as o } from "vue";
2
2
  import { defineStore as t } from "pinia";
3
- import n from "./eventBus.mjs";
3
+ import n from "./eventBus.js";
4
4
  const u = t("pageContextUtil", () => {
5
5
  const t2 = e({ systemCode: "", systemVersion: -1 }), u2 = e(false), a = e(false), i = e(false), l = e([]), r = e(0), s = e(0);
6
- let v = null, m = -1, c = -1, d = 0;
6
+ let v = null, c = -1, d = -1, m = 0;
7
7
  function f() {
8
8
  v && clearTimeout(v), v = setTimeout(() => {
9
9
  o(() => {
10
10
  !function() {
11
11
  const e2 = r.value, o2 = s.value;
12
- if (d++, d >= 100) return void (e2 > 0 && e2 === o2 && p(true));
12
+ if (m++, m >= 100) return void (e2 > 0 && e2 === o2 && p(true));
13
13
  if (e2 > 0 && e2 === o2) {
14
- if (e2 === m && o2 === c && !u2.value) return void p(true);
15
- m = e2, c = o2, f();
16
- } else m = -1, c = -1, f();
14
+ if (e2 === c && o2 === d && !u2.value) return void p(true);
15
+ c = e2, d = o2, f();
16
+ } else c = -1, d = -1, f();
17
17
  }();
18
18
  });
19
19
  }, 30);
@@ -45,7 +45,7 @@ const u = t("pageContextUtil", () => {
45
45
  }, resetAutoAnchorComponentConditions: function() {
46
46
  l.value = [];
47
47
  }, resetComponentCounters: function() {
48
- r.value = 0, s.value = 0, u2.value = false, i.value = false, m = -1, c = -1, d = 0, v && (clearTimeout(v), v = null);
48
+ r.value = 0, s.value = 0, u2.value = false, i.value = false, c = -1, d = -1, m = 0, v && (clearTimeout(v), v = null);
49
49
  } };
50
50
  });
51
51
  export {
@@ -1,4 +1,4 @@
1
- import t from "./store.mjs";
1
+ import t from "./store.js";
2
2
  function o(o2, n, r, s) {
3
3
  const c = e(o2, n);
4
4
  let f = t.get(c);
@@ -1,22 +1,22 @@
1
- import { getBaseUrl as t } from "./common-util.mjs";
2
- import { http as e } from "agilebuilder-ui";
3
- import o from "./eventBus.mjs";
4
- import { getPermissionCodes as n } from "./page-init-util.mjs";
5
- import { getCustomFunc as i } from "./events/event-util.mjs";
6
- import { $t as s } from "./i18n-util.mjs";
7
- import { ExpressionEvaluator as r } from "../views/assemblys/chart/table/chart-table-util.mjs";
8
- import { getFormPropName as u } from "./page-helper-util.mjs";
1
+ import { getBaseUrl as t } from "./common-util.js";
2
+ import e from "agilebuilder-ui/src/utils/request";
3
+ import o from "./eventBus.js";
4
+ import { getPermissionCodes as n } from "./page-init-util.js";
5
+ import { getCustomFunc as i } from "./events/event-util.js";
6
+ import { $t as s } from "./i18n-util.js";
7
+ import { ExpressionEvaluator as r } from "../views/assemblys/chart/table/chart-table-util.js";
8
+ import { getFormPropName as u } from "./page-helper-util.js";
9
9
  function a(t2) {
10
10
  const e2 = t2.pageContext && t2.pageContext.code;
11
11
  o.$emit(e2 + "_open-dialog", t2);
12
12
  }
13
- function m(t2, e2) {
13
+ function p(t2, e2) {
14
14
  const o2 = t2.tableName;
15
15
  if (!e2 && o2) return o2;
16
16
  let n2;
17
17
  return t2.tableRuntimes && e2 && t2.tableRuntimes[e2] && (n2 = JSON.parse(t2.tableRuntimes[e2].configure)), n2 && n2.props && n2.props.dataOrigin ? n2.props.dataOrigin.tableName : null;
18
18
  }
19
- function p(t2, e2, o2, i2) {
19
+ function l(t2, e2, o2, i2) {
20
20
  const r2 = !(!e2.props || !e2.props.base) && e2.props.base.showOperation, u2 = e2.btnList;
21
21
  e2.btnList, r2 && u2 && u2.forEach((e3) => {
22
22
  const r3 = {}, u3 = Object.assign({}, e3.props.base);
@@ -31,7 +31,7 @@ function p(t2, e2, o2, i2) {
31
31
  o2.push(r3);
32
32
  });
33
33
  }
34
- function l(t2, e2, o2, n2) {
34
+ function c(t2, e2, o2, n2) {
35
35
  let s2;
36
36
  const u2 = o2 == null ? void 0 : o2.some((o3) => {
37
37
  let u3 = false;
@@ -47,7 +47,7 @@ function l(t2, e2, o2, n2) {
47
47
  });
48
48
  return { show: u2, toPage: s2 };
49
49
  }
50
- function c(t2, e2) {
50
+ function m(t2, e2) {
51
51
  var _a;
52
52
  const o2 = t2.tableName;
53
53
  let n2 = "";
@@ -78,11 +78,11 @@ function d(o2, n2, i2) {
78
78
  return e.put(s2 + "/common/file-task-read/" + n2);
79
79
  }
80
80
  export {
81
- l as expressJump,
81
+ c as expressJump,
82
82
  b as getCurrentUserFileTasks,
83
- p as getOperationButtons,
84
- m as getTableNameByTableUuid,
85
- c as isHasFieldAuth,
83
+ l as getOperationButtons,
84
+ p as getTableNameByTableUuid,
85
+ m as isHasFieldAuth,
86
86
  f as isHasFieldPermissionAuth,
87
87
  a as popupToPage,
88
88
  d as setFileTaskRead
@@ -0,0 +1,73 @@
1
+ import { getBaseUrl as e, getRealRestApiPath as t } from "./common-util.js";
2
+ import a from "agilebuilder-ui/src/utils/request";
3
+ import "./eventBus.js";
4
+ import { getPermissionCodes as o } from "./page-init-util.js";
5
+ import "agilebuilder-ui/src/utils/common-util";
6
+ import "agilebuilder-ui/src/utils/util";
7
+ import "element-plus";
8
+ import "agilebuilder-ui/src/utils/auth";
9
+ import "./global-refs.js";
10
+ import "axios";
11
+ import "dayjs";
12
+ import "agilebuilder-ui/src/utils/calculator/calculator-util";
13
+ import "vue";
14
+ import "./events/print-label.js";
15
+ import "./page-store.js";
16
+ import "agilebuilder-ui/src/utils/i18n-util";
17
+ import "vue-i18n";
18
+ import "async-validator";
19
+ function i(i2, r2, s2, n2, p2) {
20
+ return new Promise((s3, n3) => {
21
+ var _a, _b;
22
+ if (r2 && ((_a = r2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) if ("beanName" === ((_b = r2.props.dataOrigin) == null ? void 0 : _b.optionValueSetType)) {
23
+ const n4 = i2.backendUrl, m = i2.systemCode, l = o(r2, i2);
24
+ let d = e(n4, i2.isTest) + "/dsc/commons/load-tree-node";
25
+ d = t(d, m, n4, i2.isTest);
26
+ const u = { pageCode: i2.code, pageVersion: i2.version, tableName: i2.tableName, systemCode: m, functionCode: l, beanName: i2.beanName };
27
+ r2.props.dataOrigin.beanName && (u.beanName = r2.props.dataOrigin.beanName), p2 && Object.assign(u, p2), a.post(d, u).then((e2) => {
28
+ s3(e2);
29
+ });
30
+ } else {
31
+ const e2 = (r2.runtime ? r2.runtime : {}).props;
32
+ e2 && e2.staticData ? s3(e2.staticData) : s3([]);
33
+ }
34
+ else s3([]);
35
+ });
36
+ }
37
+ const r = (t2, o2, i2) => new Promise((r2, s2) => {
38
+ var _a;
39
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
40
+ const s3 = i2.backendUrl, n2 = e(s3, i2.isTest) + "/dsc/commons/tree-node", m = p(false, t2, o2, i2);
41
+ a.delete(n2, { data: m }).then((e2) => {
42
+ r2(e2);
43
+ });
44
+ }
45
+ }), s = (t2, o2, i2) => new Promise((r2, s2) => {
46
+ var _a;
47
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
48
+ const s3 = i2.backendUrl, n2 = e(s3, i2.isTest) + "/dsc/commons/tree-node", m = p(true, t2, o2, i2);
49
+ a.post(n2, m).then((e2) => {
50
+ r2(e2);
51
+ });
52
+ }
53
+ }), n = (t2, o2, i2) => new Promise((r2, s2) => {
54
+ var _a;
55
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
56
+ const s3 = i2.backendUrl, n2 = e(s3, i2.isTest) + "/dsc/commons/tree-node";
57
+ a.put(n2, p(false, t2, o2, i2)).then((e2) => {
58
+ r2(e2);
59
+ });
60
+ }
61
+ });
62
+ function p(e2, t2, a2, o2) {
63
+ const i2 = JSON.parse(JSON.stringify(t2.data));
64
+ e2 && (i2.nodeId = null);
65
+ const r2 = { pageCode: o2.code, pageVersion: o2.version, systemCode: o2.systemCode, beanName: o2.beanName, tableName: a2.props.base.treeTableName, treeLabelProp: a2.props.base.treeLabelProp, treeParentIdProp: a2.props.base.treeParentIdProp, currentNode: i2, parentNode: null };
66
+ return a2.props.dataOrigin.beanName && (r2.beanName = a2.props.dataOrigin.beanName), t2.parent && t2.parent.level > 0 && (r2.parentNode = t2.parent.data), r2;
67
+ }
68
+ export {
69
+ s as createTreeNode,
70
+ r as deleteNode,
71
+ i as getMenuTreeData,
72
+ n as updateTreeNode
73
+ };
@@ -0,0 +1,4 @@
1
+ import t from "./button-runtime.vue2.js";
2
+ export {
3
+ t as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as t, onMounted as l, nextTick as i, onUnmounted as n, resolveComponent as o, createElementBlock as a, openBlock as u, createBlock as c, unref as p, normalizeStyle as r, normalizeClass as s, withCtx as v, createCommentVNode as y, Fragment as g, createTextVNode as d, toDisplayString as f } from "vue";
2
2
  import { SuperIcon as k } from "agilebuilder-ui";
3
- import { handleAfterInitEvent as x, handleEvent as m } from "../../../../utils/events/event-util.mjs";
4
- import { $t as C } from "../../../../utils/i18n-util.mjs";
3
+ import { handleAfterInitEvent as x, handleEvent as C } from "../../../../utils/events/event-util.js";
4
+ import { $t as m } from "../../../../utils/i18n-util.js";
5
5
  const V = { class: "page-runtime-header-btn" }, T = e({ __name: "button-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: T2 }) {
6
6
  const b = e2, I = b.configure.runtime ? b.configure.runtime : {}, z = t(I.props ? I.props : {}), _ = I.style, h = I.class;
7
7
  function P() {
@@ -19,9 +19,9 @@ const V = { class: "page-runtime-header-btn" }, T = e({ __name: "button-runtime"
19
19
  b.pageContext.exportNoticeInfo && b.pageContext.exportNoticeInfo.noticeInterval && clearInterval(b.pageContext.exportNoticeInfo.noticeInterval);
20
20
  }), T2({ click: function() {
21
21
  R.value && R.value.$el.click();
22
- } }), (e3, t2) => {
23
- const l2 = o("el-link"), i2 = o("el-button");
24
- return u(), a("span", V, [z.value.text ? (u(), c(l2, { key: 0, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, loading: N(), onClick: t2[0] || (t2[0] = (t3) => p(m)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 0 }, [d(f(p(C)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(C)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), c(i2, { key: 1, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: N(), onClick: t2[1] || (t2[1] = (t3) => p(m)(t3, e3.pageContext, e3.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(g, { key: 0 }, [d(f(p(C)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(C)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
22
+ } }), (t2, l2) => {
23
+ const i2 = o("el-link"), n2 = o("el-button");
24
+ return u(), a("span", V, [z.value.text ? (u(), c(i2, { key: 0, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, loading: N(), onClick: l2[0] || (l2[0] = (t3) => p(C)(t3, e2.pageContext, e2.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), c(n2, { key: 1, ref_key: "componentRef", ref: R, disabled: P(), class: s(p(h)), style: r(p(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: N(), onClick: l2[1] || (l2[1] = (t3) => p(C)(t3, e2.pageContext, e2.configure, "click")) }, { default: v(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(g, { key: 0 }, [d(f(p(m)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true)], 64)) : y("", true), z.value.iconType && z.value.iconValue ? (u(), c(p(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : y("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(g, { key: 2 }, [z.value.iconValue ? (u(), a(g, { key: 0 }, [d("   ")], 64)) : y("", true), d(" " + f(p(m)(z.value.title)), 1)], 64)) : y("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
25
25
  };
26
26
  } });
27
27
  export {
@@ -1,6 +1,6 @@
1
- import t from "./buttongroup-runtime.vue2.mjs";
2
- /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
1
+ import t from "./buttongroup-runtime.vue2.js";
2
+ /* empty css */
3
+ import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const r = o(t, [["__scopeId", "data-v-9d55ce0b"]]);
5
5
  export {
6
6
  r as default
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as e, computed as t, ref as n, onMounted as o, nextTick as u, resolveComponent as r, createBlock as a, openBlock as p, normalizeStyle as g, normalizeClass as i, unref as s, withCtx as l, createElementBlock as c, Fragment as f, renderList as m } from "vue";
2
- import x from "../../object-render.vue.mjs";
3
- import { handleAfterInitEvent as y } from "../../../../utils/events/event-util.mjs";
2
+ import x from "../../object-render.vue.js";
3
+ import { handleAfterInitEvent as y } from "../../../../utils/events/event-util.js";
4
4
  const C = e({ __name: "buttongroup-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
5
5
  const C2 = e2, v = C2.configure.runtime ? C2.configure.runtime : {}, b = v.class, d = t(() => {
6
6
  var _a;
@@ -11,9 +11,9 @@ const C = e({ __name: "buttongroup-runtime", props: { pageContext: {}, configure
11
11
  u(() => {
12
12
  y(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
13
13
  });
14
- }), (e3, t2) => {
15
- const n2 = r("el-button-group");
16
- return p(), a(n2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e3.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
14
+ }), (t2, n2) => {
15
+ const o2 = r("el-button-group");
16
+ return p(), a(o2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e2.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
17
17
  };
18
18
  } });
19
19
  export {
@@ -0,0 +1,4 @@
1
+ import o from "./dropdown-runtime.vue2.js";
2
+ export {
3
+ o as default
4
+ };