super-page-runtime 2.3.21 → 2.3.22-tmp2

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 (520) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.mjs +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.js → anchor-util.mjs} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.mjs +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.js → page-expose-util.mjs} +26 -27
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.mjs} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.mjs} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.mjs} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.mjs} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.mjs} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.js → chart-util.mjs} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.js → common-util.mjs} +13 -14
  13. package/dist/es/components/runtime/utils/events/{event-util.js → event-util.mjs} +94 -95
  14. package/dist/es/components/runtime/utils/events/{print-label.js → print-label.mjs} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.mjs +1166 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.js → validator-util.mjs} +35 -37
  17. package/dist/es/components/runtime/utils/form/scan-util.mjs +93 -0
  18. package/dist/es/components/runtime/utils/i18n-util.mjs +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.mjs +386 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.js → page-init-util.mjs} +102 -104
  21. package/dist/es/components/runtime/utils/{page-store.js → page-store.mjs} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.js → store-util.mjs} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.js → table-utils.mjs} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.mjs +68 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.mjs} +5 -5
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.js → buttongroup-runtime.vue.mjs} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.mjs} +5 -5
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.mjs} +7 -7
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +6 -0
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +21 -0
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.mjs} +6 -6
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.mjs} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +59 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.js → gauge-runtime.vue.mjs} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.mjs} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.js → pie-runtime.vue.mjs} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.mjs} +8 -8
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.js → radar-runtime.vue.mjs} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.mjs} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.js → scatter-runtime.vue.mjs} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.mjs} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.mjs} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.js → group-column-item.vue.mjs} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.mjs} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.js → normal-column.vue.mjs} +13 -17
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +8 -8
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.mjs} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.mjs} +2 -2
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.mjs} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +27 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.mjs} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.mjs} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.mjs} +2 -2
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.js → card-runtime.vue.mjs} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.mjs} +6 -6
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.mjs} +8 -8
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.mjs} +6 -6
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → FixedBox.vue.mjs} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.js → YxAffix.vue.mjs} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.mjs} +7 -7
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.mjs} +7 -7
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.js → tabs-runtime.vue.mjs} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.mjs} +7 -7
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.js → tools-runtime.vue.mjs} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.mjs} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.mjs} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.mjs} +10 -10
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.mjs} +8 -8
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.mjs} +31 -31
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.mjs} +9 -9
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.mjs} +4 -4
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.mjs} +14 -14
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.mjs} +10 -10
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.mjs} +10 -10
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.mjs} +5 -5
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.js → fileupload-runtime.vue2.mjs} +20 -22
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.mjs} +9 -9
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.js → inputtext-runtime.vue2.mjs} +33 -34
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.js → label-runtime.vue.mjs} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.mjs} +8 -8
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.mjs} +8 -8
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.js → placeholder-runtime.vue.mjs} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.mjs} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.mjs} +8 -8
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.mjs} +7 -7
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.mjs} +10 -10
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.mjs} +3 -3
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.mjs} +9 -9
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.mjs} +15 -15
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.mjs} +9 -9
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.mjs} +11 -11
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.mjs} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +4 -0
  148. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +6 -0
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.js → workflow-opinion-box.vue.mjs} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.mjs} +7 -7
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.js → extract-workflow-runtime-dialog.vue.mjs} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.mjs} +2 -2
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.js → extract-workflow-runtime.vue.mjs} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.mjs} +6 -6
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.mjs} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.mjs} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.js → workflowbutton-runtime.vue.mjs} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.mjs} +4 -4
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.js → home-chart.vue.mjs} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.mjs +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.mjs} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.mjs +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.js → super-page.vue2.mjs} +90 -94
  170. package/dist/es/{index.js → index.mjs} +12 -12
  171. package/dist/es/style.css +136 -136
  172. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +6 -0
  173. package/dist/lib/assets/chart-themes/bar-theme.cjs +2 -0
  174. package/dist/lib/assets/chart-themes/bar-theme.d.ts +6 -0
  175. package/dist/lib/assets/chart-themes/gauge-theme.cjs +2 -0
  176. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +6 -0
  177. package/dist/lib/assets/chart-themes/pie-theme.cjs +2 -0
  178. package/dist/lib/assets/chart-themes/pie-theme.d.ts +6 -0
  179. package/dist/lib/assets/chart-themes/radar-theme.cjs +2 -0
  180. package/dist/lib/assets/chart-themes/radar-theme.d.ts +6 -0
  181. package/dist/lib/assets/chart-themes/scatter-theme.cjs +2 -0
  182. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +6 -0
  183. package/dist/lib/assets/file.png.cjs +2 -0
  184. package/dist/lib/assets/folder.png.cjs +2 -0
  185. package/dist/lib/components/runtime/index.d.ts +5 -0
  186. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +13 -0
  187. package/dist/lib/components/runtime/utils/anchor-util.cjs +62 -0
  188. package/dist/lib/components/runtime/utils/anchor-util.d.ts +13 -0
  189. package/dist/lib/components/runtime/utils/api/api-util.cjs +3 -0
  190. package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
  191. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +169 -0
  192. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
  193. package/dist/lib/components/runtime/utils/assemblys-config.cjs +16 -0
  194. package/dist/lib/components/runtime/utils/barcode-util.cjs +10 -0
  195. package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
  196. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +137 -0
  197. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +34 -0
  198. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +78 -0
  199. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +52 -0
  200. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +43 -0
  201. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +244 -0
  202. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +115 -0
  203. package/dist/lib/components/runtime/utils/common-util.cjs +91 -0
  204. package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
  205. package/dist/lib/components/runtime/utils/eventBus.cjs +3 -0
  206. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  207. package/dist/lib/components/runtime/utils/events/event-util.cjs +345 -0
  208. package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
  209. package/dist/lib/components/runtime/utils/events/print-label.cjs +97 -0
  210. package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
  211. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1101 -0
  212. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +99 -0
  213. package/dist/lib/components/runtime/utils/events/validator-util.cjs +296 -0
  214. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
  215. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +34 -0
  216. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
  217. package/dist/{es/components/runtime/utils/form/scan-util.js → lib/components/runtime/utils/form/scan-util.cjs} +6 -9
  218. package/dist/lib/components/runtime/utils/global-refs.cjs +42 -0
  219. package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
  220. package/dist/lib/components/runtime/utils/i18n-util.cjs +11 -0
  221. package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
  222. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +4 -0
  223. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
  224. package/dist/lib/components/runtime/utils/page-helper-util.cjs +354 -0
  225. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
  226. package/dist/lib/components/runtime/utils/page-init-util.cjs +244 -0
  227. package/dist/lib/components/runtime/utils/page-init-util.d.ts +49 -0
  228. package/dist/lib/components/runtime/utils/page-permission-util.cjs +26 -0
  229. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
  230. package/dist/lib/components/runtime/utils/page-store.cjs +50 -0
  231. package/dist/lib/components/runtime/utils/page-store.d.ts +58 -0
  232. package/dist/lib/components/runtime/utils/store-util.cjs +11 -0
  233. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  234. package/dist/lib/components/runtime/utils/store.cjs +3 -0
  235. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  236. package/dist/lib/components/runtime/utils/table-utils.cjs +68 -0
  237. package/dist/lib/components/runtime/utils/table-utils.d.ts +36 -0
  238. package/dist/lib/components/runtime/utils/tree-utils.cjs +54 -0
  239. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +3 -0
  240. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +24 -0
  241. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +5 -0
  242. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +17 -0
  243. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +3 -0
  244. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +35 -0
  245. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +3 -0
  246. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +3 -0
  247. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +3 -0
  248. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +17 -0
  249. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +5 -0
  250. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +41 -0
  251. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +11 -0
  252. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +3 -0
  253. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +11 -0
  254. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +3 -0
  255. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +53 -0
  256. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +3 -0
  257. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +5 -0
  258. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +48 -0
  259. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +5 -0
  260. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +24 -0
  261. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +5 -0
  262. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +34 -0
  263. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +5 -0
  264. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +24 -0
  265. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +5 -0
  266. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +24 -0
  267. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +402 -0
  268. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
  269. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +3 -0
  270. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +3 -0
  271. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +6 -0
  272. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +3 -0
  273. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +36 -0
  274. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +3 -0
  275. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +13 -0
  276. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +3 -0
  277. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +3 -0
  278. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +249 -0
  279. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +16 -0
  280. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +5 -0
  281. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +3 -0
  282. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +32 -0
  283. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
  284. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +3 -0
  285. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +32 -0
  286. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +27 -0
  287. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +3 -0
  288. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +19 -0
  289. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +59 -0
  290. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +3 -0
  291. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +12 -0
  292. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  293. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +3 -0
  294. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +21 -0
  295. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
  296. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +3 -0
  297. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +13 -0
  298. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
  299. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +3 -0
  300. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +30 -0
  301. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
  302. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +3 -0
  303. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +15 -0
  304. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  305. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +3 -0
  306. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +5 -0
  307. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +21 -0
  308. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +3 -0
  309. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +17 -0
  310. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +3 -0
  311. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +15 -0
  312. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +5 -0
  313. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +27 -0
  314. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +5 -0
  315. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
  316. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +79 -0
  317. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +3 -0
  318. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +20 -0
  319. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +3 -0
  320. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +15 -0
  321. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +3 -0
  322. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +12 -0
  323. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +5 -0
  324. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +88 -0
  325. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +5 -0
  326. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +43 -0
  327. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +3 -0
  328. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +59 -0
  329. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +382 -0
  330. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +3 -0
  331. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +322 -0
  332. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +3 -0
  333. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +3 -0
  334. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +81 -0
  335. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +5 -0
  336. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +124 -0
  337. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +3 -0
  338. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  339. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +3 -0
  340. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +3 -0
  341. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +57 -0
  342. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +35 -0
  343. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +3 -0
  344. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +3 -0
  345. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +57 -0
  346. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +3 -0
  347. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +91 -0
  348. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +3 -0
  349. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +47 -0
  350. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +3 -0
  351. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +20 -0
  352. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +3 -0
  353. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +65 -0
  354. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +3 -0
  355. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +20 -0
  356. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +3 -0
  357. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +70 -0
  358. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +5 -0
  359. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +31 -0
  360. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +3 -0
  361. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +26 -0
  362. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +5 -0
  363. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +13 -0
  364. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +3 -0
  365. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +75 -0
  366. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +5 -0
  367. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +188 -0
  368. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +3 -0
  369. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +130 -0
  370. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +3 -0
  371. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +11 -0
  372. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +3 -0
  373. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +29 -0
  374. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +3 -0
  375. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +38 -0
  376. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +3 -0
  377. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +20 -0
  378. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +73 -0
  379. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
  380. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +3 -0
  381. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +132 -0
  382. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  383. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +3 -0
  384. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +3 -0
  385. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +14 -0
  386. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +3 -0
  387. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +5 -0
  388. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +14 -0
  389. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +23 -0
  390. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +5 -0
  391. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +23 -0
  392. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +5 -0
  393. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +34 -0
  394. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +3 -0
  395. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +17 -0
  396. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +3 -0
  397. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +20 -0
  398. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +5 -0
  399. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +19 -0
  400. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +3 -0
  401. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +14 -0
  402. package/dist/lib/components/runtime/views/home-chart.vue.cjs +38 -0
  403. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
  404. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +3 -0
  405. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +23 -0
  406. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
  407. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +3 -0
  408. package/dist/lib/components/runtime/views/super-page.vue.cjs +5 -0
  409. package/dist/lib/components/runtime/views/super-page.vue.d.ts +135 -0
  410. package/dist/lib/components/runtime/views/super-page.vue2.cjs +264 -0
  411. package/dist/lib/favicon.ico +0 -0
  412. package/dist/lib/i18n/langs/cn.cjs +2 -0
  413. package/dist/lib/i18n/langs/en.cjs +2 -0
  414. package/dist/lib/index.cjs +6 -0
  415. package/dist/lib/index.d.ts +16 -0
  416. package/dist/lib/style.css +996 -0
  417. package/dist/umd/favicon.ico +0 -0
  418. package/dist/umd/index.full.min.js +7429 -0
  419. package/dist/umd/style.css +996 -0
  420. package/package.json +5 -4
  421. package/dist/es/components/runtime/utils/ai-chat-util.js +0 -16
  422. package/dist/es/components/runtime/utils/api/api-util.js +0 -4
  423. package/dist/es/components/runtime/utils/assemblys-config.js +0 -20
  424. package/dist/es/components/runtime/utils/events/standard-event.js +0 -1169
  425. package/dist/es/components/runtime/utils/i18n-util.js +0 -14
  426. package/dist/es/components/runtime/utils/page-helper-util.js +0 -387
  427. package/dist/es/components/runtime/utils/tree-utils.js +0 -73
  428. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -4
  429. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -4
  430. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -4
  431. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +0 -6
  432. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -4
  433. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +0 -21
  434. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -7
  435. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -4
  436. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
  437. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
  438. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -7
  439. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -64
  440. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -4
  441. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -4
  442. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -4
  443. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -4
  444. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -4
  445. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -4
  446. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -4
  447. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -4
  448. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -32
  449. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -4
  450. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -4
  451. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -4
  452. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -4
  453. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -4
  454. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -4
  455. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -4
  456. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -4
  457. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -4
  458. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -4
  459. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -4
  460. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -14
  461. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -4
  462. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -4
  463. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -4
  464. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -4
  465. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -7
  466. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +0 -4
  467. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -4
  468. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -4
  469. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -4
  470. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -4
  471. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -4
  472. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -4
  473. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -4
  474. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -4
  475. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -4
  476. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -4
  477. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -4
  478. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -8
  479. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -4
  480. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -4
  481. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -4
  482. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -4
  483. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -4
  484. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -4
  485. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +0 -4
  486. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +0 -6
  487. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +0 -4
  488. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -4
  489. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -4
  490. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -4
  491. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +0 -18
  492. package/dist/es/components/runtime/views/home-chart.vue2.js +0 -4
  493. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +0 -5
  494. package/dist/es/components/runtime/views/super-page.vue.js +0 -7
  495. package/dist/es.zip +0 -0
  496. /package/dist/es/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.mjs} +0 -0
  497. /package/dist/es/assets/chart-themes/{bar-theme.js → bar-theme.mjs} +0 -0
  498. /package/dist/es/assets/chart-themes/{gauge-theme.js → gauge-theme.mjs} +0 -0
  499. /package/dist/es/assets/chart-themes/{pie-theme.js → pie-theme.mjs} +0 -0
  500. /package/dist/es/assets/chart-themes/{radar-theme.js → radar-theme.mjs} +0 -0
  501. /package/dist/es/assets/chart-themes/{scatter-theme.js → scatter-theme.mjs} +0 -0
  502. /package/dist/es/assets/{file.png.js → file.png.mjs} +0 -0
  503. /package/dist/es/assets/{folder.png.js → folder.png.mjs} +0 -0
  504. /package/dist/es/components/runtime/utils/{barcode-util.js → barcode-util.mjs} +0 -0
  505. /package/dist/es/components/runtime/utils/{eventBus.js → eventBus.mjs} +0 -0
  506. /package/dist/es/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.mjs} +0 -0
  507. /package/dist/es/components/runtime/utils/{global-refs.js → global-refs.mjs} +0 -0
  508. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.mjs} +0 -0
  509. /package/dist/es/components/runtime/utils/{page-permission-util.js → page-permission-util.mjs} +0 -0
  510. /package/dist/es/components/runtime/utils/{store.js → store.mjs} +0 -0
  511. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.mjs} +0 -0
  512. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.mjs} +0 -0
  513. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.mjs} +0 -0
  514. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.mjs} +0 -0
  515. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.mjs} +0 -0
  516. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.mjs} +0 -0
  517. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.mjs} +0 -0
  518. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.mjs} +0 -0
  519. /package/dist/es/i18n/langs/{cn.js → cn.mjs} +0 -0
  520. /package/dist/es/i18n/langs/{en.js → en.mjs} +0 -0
@@ -1,45 +1,43 @@
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";
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";
10
8
  function f(t2) {
11
- return new Promise((i2, n2) => {
9
+ return new Promise((n2, i2) => {
12
10
  (function(t3) {
13
11
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t3);
14
12
  })(t2).then((e2) => {
15
13
  e2 ? b().then((t3) => {
16
14
  t3 && (e2.systemParam = h(t3)), g(e2.listViewTableName, e2.listViewTablePublishVersion).then((t4) => {
17
- t4 ? (e2.contextParam = h(t4.contextParam), e2.branchFieldAuth = t4.branchFieldAuth, e2.isWorkflowEntity = t4.isWorkflowEntity, e2.dataTypeMaps = t4.dataTypeMaps, i2(e2)) : i2(null);
15
+ t4 ? (e2.contextParam = h(t4.contextParam), e2.branchFieldAuth = t4.branchFieldAuth, e2.isWorkflowEntity = t4.isWorkflowEntity, e2.dataTypeMaps = t4.dataTypeMaps, n2(e2)) : n2(null);
18
16
  });
19
17
  }).catch(() => {
20
- i2(e2);
21
- }) : i2(null);
18
+ n2(e2);
19
+ }) : n2(null);
22
20
  });
23
21
  });
24
22
  }
25
23
  function m(e2, t2) {
26
- return new Promise((i2, n2) => {
24
+ return new Promise((n2, i2) => {
27
25
  e2 ? b().then((s2) => {
28
26
  s2 && (e2.systemParam = h(s2)), e2.tableRuntimes && Object.keys(e2.tableRuntimes).length > 0 ? j(e2, t2, e2.systemVersion).then((t3) => {
29
- e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, e2.superGridItems = t3.superGrids, i2(e2);
27
+ e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, e2.superGridItems = t3.superGrids, n2(e2);
30
28
  }).catch((e3) => {
31
- n2(e3);
29
+ i2(e3);
32
30
  }) : g("", "").then((t3) => {
33
- t3 ? (e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, i2(e2)) : i2(null);
31
+ t3 ? (e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, n2(e2)) : n2(null);
34
32
  }).catch((e3) => {
35
- n2(e3);
33
+ i2(e3);
36
34
  });
37
- }) : i2(null);
35
+ }) : n2(null);
38
36
  });
39
37
  }
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);
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);
43
41
  }
44
42
  function b() {
45
43
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/system-param");
@@ -47,34 +45,34 @@ function b() {
47
45
  function y(e2) {
48
46
  var _a, _b, _c;
49
47
  if (null == e2) return null;
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: {} };
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: {} };
51
49
  if (e2.props && e2.props.notIdInitializationList) {
52
- let i2 = e2.props.notIdInitializationList;
53
- "string" == typeof i2 && (i2 = JSON.parse(i2)), i2.length > 0 && (t2.notIdInitializationList = i2);
50
+ let t2 = e2.props.notIdInitializationList;
51
+ "string" == typeof t2 && (t2 = JSON.parse(t2)), t2.length > 0 && (n2.notIdInitializationList = t2);
54
52
  }
55
53
  if (e2.variables) {
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);
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);
58
56
  }
59
57
  return function(e3) {
60
- if (c()) {
58
+ if (t()) {
61
59
  e3.entity.page._isMobile = "true";
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");
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");
64
62
  } else e3.entity.page._isMobile = "false";
65
- }(t2), Object.assign(t2, e2), t2.dimensions = function() {
63
+ }(n2), Object.assign(n2, e2), n2.dimensions = function() {
66
64
  const e3 = window.outerWidth;
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;
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;
70
68
  }
71
69
  function h(e2) {
72
70
  try {
73
71
  const t2 = function(e3) {
74
72
  if (!e3) return e3;
75
73
  try {
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);
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);
78
76
  } catch (t3) {
79
77
  return e3;
80
78
  }
@@ -102,13 +100,13 @@ function P(e2) {
102
100
  }
103
101
  if (t2 && t2.includes("?")) {
104
102
  t2 = t2.substring(t2.lastIndexOf("?") + 1);
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;
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;
112
110
  }
113
111
  }
114
112
  }
@@ -128,7 +126,7 @@ function v(e2, t2) {
128
126
  }
129
127
  function C(e2, t2) {
130
128
  if (e2) {
131
- const i2 = a(e2);
129
+ const i2 = n(e2);
132
130
  if (i2) {
133
131
  const e3 = JSON.parse(i2);
134
132
  Object.assign(t2, e3);
@@ -136,124 +134,124 @@ function C(e2, t2) {
136
134
  }
137
135
  }
138
136
  function k(e2, t2) {
139
- let i2, n2 = t2;
140
- t2 || (i2 = e2.props.base ? e2.props.base : {}, n2 = i2.prop);
137
+ let n2, i2 = t2;
138
+ t2 || (n2 = e2.props.base ? e2.props.base : {}, i2 = n2.prop);
141
139
  let s2 = null;
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"];
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"];
143
141
  }
144
- function M(e2, t2, i2) {
142
+ function M(e2, t2, n2) {
145
143
  var _a;
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);
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);
151
149
  if (null == p2) {
152
- const t3 = i3 ? i3.defaultValue : null;
150
+ const t3 = n3 ? n3.defaultValue : null;
153
151
  if (t3) try {
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);
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);
162
160
  break;
163
161
  }
164
162
  }
165
163
  }
166
164
  } catch (e3) {
167
- console.error("设置默认值出错:", n2, e3);
165
+ console.error("设置默认值出错:", i2, e3);
168
166
  }
169
167
  }
170
168
  }
171
- return n2;
169
+ return i2;
172
170
  }
173
- function A(e2, t2, i2, n2) {
171
+ function A(e2, t2, n2, i2) {
174
172
  let s2;
175
- if (t2 && (s2 = r(e2, t2), null != s2 && null != s2 && i2)) {
173
+ if (t2 && (s2 = l(e2, t2), null != s2 && null != s2 && n2)) {
176
174
  let e3 = false;
177
- "checkbox" == i2 ? e3 = true : "select" == i2 && (e3 = n2), e3 && (s2 = (s2 + "").split(","));
175
+ "checkbox" == n2 ? e3 = true : "select" == n2 && (e3 = i2), e3 && (s2 = (s2 + "").split(","));
178
176
  }
179
177
  return s2;
180
178
  }
181
179
  function I(e2, t2) {
182
180
  var _a, _b;
183
181
  if (false === ((_b = (_a = e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isPermission)) return "true";
184
- const i2 = [];
185
- if (e2.autoPermissions) for (const n2 of e2.autoPermissions) i2.push(t2.code + "." + n2.simpleCode);
182
+ const n2 = [];
183
+ if (e2.autoPermissions) for (const i2 of e2.autoPermissions) n2.push(t2.code + "." + i2.simpleCode);
186
184
  if (e2.functionCodes) {
187
- const n2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
185
+ const i2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
188
186
  for (let e3 = 0; e3 < s2.length; e3++) {
189
- const o2 = s2[e3], r2 = e3 < n2.length ? n2[e3] : "";
187
+ const o2 = s2[e3], r2 = e3 < i2.length ? i2[e3] : "";
190
188
  let a2 = "";
191
189
  if ("service" == r2) a2 = o2;
192
190
  else if ("standard" === r2) a2 = t2.code + "." + o2;
193
191
  else {
194
192
  a2 = "custom" === T(o2, t2).type ? o2 : t2.code + "." + o2;
195
193
  }
196
- i2.includes(a2) || i2.push(a2);
194
+ n2.includes(a2) || n2.push(a2);
197
195
  }
198
196
  }
199
- return i2.join(",");
197
+ return n2.join(",");
200
198
  }
201
199
  function T(e2, t2) {
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];
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];
205
203
  }
206
204
  return null;
207
205
  }
208
- function j(i2, n2, s2) {
209
- const o2 = i2.tableRuntimes, r2 = t(n2);
206
+ function j(t2, n2, s2) {
207
+ const o2 = t2.tableRuntimes, r2 = i(n2);
210
208
  let a2;
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 });
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 });
213
211
  }
214
212
  const O = ["button-detail", "print-label"];
215
- function x(e2, t2, i2) {
213
+ function x(e2, t2, n2) {
216
214
  var _a, _b;
217
- const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
215
+ const i2 = t2.props && t2.props.base ? t2.props.base.prop : null, s2 = u(e2);
218
216
  let r2 = false;
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);
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);
222
220
  }
223
- if (s2) {
224
- const a2 = n(s2);
221
+ if (i2) {
222
+ const a2 = o(i2);
225
223
  if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[a2] || (e2.rules[a2] = []), t2.props.rules.forEach((e3) => {
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])) {
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])) {
230
228
  let t3 = e2.workflowRules[a2];
231
229
  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++) {
232
- const i3 = t3[e3];
233
- if (i3 && i3.required) {
234
- i3.required = false;
230
+ const n3 = t3[e3];
231
+ if (n3 && n3.required) {
232
+ n3.required = false;
235
233
  break;
236
234
  }
237
235
  }
238
236
  else t3 && t3.required && (t3.required = false);
239
237
  }
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 = "";
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 = "";
241
239
  }
242
240
  ((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: a2, events: t2.props.customRuleEvents }));
243
241
  }
244
242
  }
245
243
  function R(e2, t2) {
246
244
  if (e2.initInfo) {
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];
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];
254
252
  }
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);
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);
257
255
  });
258
256
  }
259
257
  }
@@ -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.js";
3
+ import n from "./eventBus.mjs";
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, c = -1, d = -1, m = 0;
6
+ let v = null, m = -1, c = -1, d = 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 (m++, m >= 100) return void (e2 > 0 && e2 === o2 && p(true));
12
+ if (d++, d >= 100) return void (e2 > 0 && e2 === o2 && p(true));
13
13
  if (e2 > 0 && e2 === o2) {
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();
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();
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, c = -1, d = -1, m = 0, v && (clearTimeout(v), v = null);
48
+ r.value = 0, s.value = 0, u2.value = false, i.value = false, m = -1, c = -1, d = 0, v && (clearTimeout(v), v = null);
49
49
  } };
50
50
  });
51
51
  export {
@@ -1,4 +1,4 @@
1
- import t from "./store.js";
1
+ import t from "./store.mjs";
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.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";
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";
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 p(t2, e2) {
13
+ function m(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 l(t2, e2, o2, i2) {
19
+ function p(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 l(t2, e2, o2, i2) {
31
31
  o2.push(r3);
32
32
  });
33
33
  }
34
- function c(t2, e2, o2, n2) {
34
+ function l(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 c(t2, e2, o2, n2) {
47
47
  });
48
48
  return { show: u2, toPage: s2 };
49
49
  }
50
- function m(t2, e2) {
50
+ function c(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
- c as expressJump,
81
+ l as expressJump,
82
82
  b as getCurrentUserFileTasks,
83
- l as getOperationButtons,
84
- p as getTableNameByTableUuid,
85
- m as isHasFieldAuth,
83
+ p as getOperationButtons,
84
+ m as getTableNameByTableUuid,
85
+ c as isHasFieldAuth,
86
86
  f as isHasFieldPermissionAuth,
87
87
  a as popupToPage,
88
88
  d as setFileTaskRead
@@ -0,0 +1,68 @@
1
+ import { getBaseUrl as e, getRealRestApiPath as t } from "./common-util.mjs";
2
+ import { http as a } from "agilebuilder-ui";
3
+ import "./eventBus.mjs";
4
+ import { getPermissionCodes as o } from "./page-init-util.mjs";
5
+ import "element-plus";
6
+ import "./global-refs.mjs";
7
+ import "axios";
8
+ import "dayjs";
9
+ import "vue";
10
+ import "./events/print-label.mjs";
11
+ import "./page-store.mjs";
12
+ import "vue-i18n";
13
+ import "async-validator";
14
+ function n(n2, r2, s2, i2, p2) {
15
+ return new Promise((s3, i3) => {
16
+ var _a, _b;
17
+ if (r2 && ((_a = r2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) if ("beanName" === ((_b = r2.props.dataOrigin) == null ? void 0 : _b.optionValueSetType)) {
18
+ const i4 = n2.backendUrl, m = n2.systemCode, d = o(r2, n2);
19
+ let l = e(i4, n2.isTest) + "/dsc/commons/load-tree-node";
20
+ l = t(l, m, i4, n2.isTest);
21
+ const c = { pageCode: n2.code, pageVersion: n2.version, tableName: n2.tableName, systemCode: m, functionCode: d, beanName: n2.beanName };
22
+ r2.props.dataOrigin.beanName && (c.beanName = r2.props.dataOrigin.beanName), p2 && Object.assign(c, p2), a.post(l, c).then((e2) => {
23
+ s3(e2);
24
+ });
25
+ } else {
26
+ const e2 = (r2.runtime ? r2.runtime : {}).props;
27
+ e2 && e2.staticData ? s3(e2.staticData) : s3([]);
28
+ }
29
+ else s3([]);
30
+ });
31
+ }
32
+ const r = (t2, o2, n2) => new Promise((r2, s2) => {
33
+ var _a;
34
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
35
+ const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node", m = p(false, t2, o2, n2);
36
+ a.delete(i2, { data: m }).then((e2) => {
37
+ r2(e2);
38
+ });
39
+ }
40
+ }), s = (t2, o2, n2) => new Promise((r2, s2) => {
41
+ var _a;
42
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
43
+ const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node", m = p(true, t2, o2, n2);
44
+ a.post(i2, m).then((e2) => {
45
+ r2(e2);
46
+ });
47
+ }
48
+ }), i = (t2, o2, n2) => new Promise((r2, s2) => {
49
+ var _a;
50
+ if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
51
+ const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node";
52
+ a.put(i2, p(false, t2, o2, n2)).then((e2) => {
53
+ r2(e2);
54
+ });
55
+ }
56
+ });
57
+ function p(e2, t2, a2, o2) {
58
+ const n2 = JSON.parse(JSON.stringify(t2.data));
59
+ e2 && (n2.nodeId = null);
60
+ 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: n2, parentNode: null };
61
+ return a2.props.dataOrigin.beanName && (r2.beanName = a2.props.dataOrigin.beanName), t2.parent && t2.parent.level > 0 && (r2.parentNode = t2.parent.data), r2;
62
+ }
63
+ export {
64
+ s as createTreeNode,
65
+ r as deleteNode,
66
+ n as getMenuTreeData,
67
+ i as updateTreeNode
68
+ };
@@ -0,0 +1,4 @@
1
+ import t from "./button-runtime.vue2.mjs";
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 C } from "../../../../utils/events/event-util.js";
4
- import { $t as m } from "../../../../utils/i18n-util.js";
3
+ import { handleAfterInitEvent as x, handleEvent as m } from "../../../../utils/events/event-util.mjs";
4
+ import { $t as C } from "../../../../utils/i18n-util.mjs";
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
- } }), (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"]))]);
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"]))]);
25
25
  };
26
26
  } });
27
27
  export {
@@ -1,6 +1,6 @@
1
- import t from "./buttongroup-runtime.vue2.js";
2
- /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import t from "./buttongroup-runtime.vue2.mjs";
2
+ /* empty css */
3
+ import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
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.js";
3
- import { handleAfterInitEvent as y } from "../../../../utils/events/event-util.js";
2
+ import x from "../../object-render.vue.mjs";
3
+ import { handleAfterInitEvent as y } from "../../../../utils/events/event-util.mjs";
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
- }), (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"]);
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"]);
17
17
  };
18
18
  } });
19
19
  export {
@@ -0,0 +1,4 @@
1
+ import o from "./dropdown-runtime.vue2.mjs";
2
+ export {
3
+ o as default
4
+ };