super-page-runtime 2.3.21 → 2.3.22-tmp1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -0,0 +1,4 @@
1
+ import e from "./event-call-component.vue.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, ref as t, onMounted as a, resolveComponent as l, createBlock as o, openBlock as u, withCtx as n, createVNode as i, createTextVNode as p, toDisplayString as r } from "vue";
2
- import { packageTemplateFiles as s } from "../../../utils/common-util.js";
2
+ import { packageTemplateFiles as s } from "../../../utils/common-util.mjs";
3
3
  import { ElMessage as m } from "element-plus";
4
4
  const c = "${", d = "}", g = e({ __name: "export-form-report-dialog", props: { configure: { type: Object, required: true }, pageContext: { type: Object, required: true } }, emits: ["export", "close"], setup(e2, { emit: g2 }) {
5
5
  var _a, _b;
@@ -28,7 +28,7 @@ const c = "${", d = "}", g = e({ __name: "export-form-report-dialog", props: { c
28
28
  }), b.value && 0 !== b.value.length || (m({ message: "无符合条件可导出的模板!", type: "warning" }), x("close")), 1 === (b == null ? void 0 : b.value.length) ? (N(b.value[0]), x("close")) : v.value = true;
29
29
  }), (e3, t2) => {
30
30
  const a2 = l("el-table-column"), s2 = l("el-button"), m2 = l("el-table"), c2 = l("el-dialog");
31
- return u(), o(c2, { modelValue: v.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => v.value = e4), "show-close": true, "append-to-body": true, title: e3.$t("superPageRuntimeMessage.selectTemplate"), onClose: O }, { default: n(() => [i(m2, { data: b.value, style: { width: "100%" } }, { default: n(() => [i(a2, { label: e3.$t("superPageRuntimeMessage.temlpate"), prop: "templateShowPath" }, { default: n((e4) => [p(r(e4.row.templateName), 1)]), _: 1 }, 8, ["label"]), i(a2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "200", fixed: "right" }, { default: n((t3) => [i(s2, { type: "text", size: "small", onClick: (e4) => N(t3.row), loading: void 0 !== f.pageContext.canClick && void 0 !== f.pageContext.clickUuid && !f.pageContext.canClick && f.pageContext.clickUuid === f.configure.uuid }, { default: n(() => [p(r(e3.$t("superPageRuntimeMessage.export")), 1)]), _: 1 }, 8, ["onClick", "loading"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"]);
31
+ return u(), o(c2, { modelValue: v.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => v.value = e4), "show-close": true, "append-to-body": true, title: e3.$t("superPageRuntimeMessage.selectTemplate"), onClose: O }, { default: n(() => [i(m2, { data: b.value, style: { width: "100%" } }, { default: n(() => [i(a2, { label: e3.$t("superPageRuntimeMessage.temlpate"), prop: "templateShowPath" }, { default: n((e4) => [p(r(e4.row.templateName), 1)]), _: 1 }, 8, ["label"]), i(a2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "200", fixed: "right" }, { default: n((t3) => [i(s2, { type: "text", size: "small", onClick: (e4) => N(t3.row), loading: void 0 !== f.pageContext.canClick && void 0 !== f.pageContext.clickUuid && !f.pageContext.canClick && f.pageContext.clickUuid === f.configure.uuid }, { default: n(() => [p(r(e3.$t("superPageRuntimeMessage.export")), 1)]), _: 2 }, 1032, ["onClick", "loading"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"]);
32
32
  };
33
33
  } });
34
34
  export {
@@ -0,0 +1,4 @@
1
+ import o from "./export-form-report-dialog.vue.mjs";
2
+ export {
3
+ o as default
4
+ };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as e, resolveComponent as t, createElementBlock as a, createCommentVNode as s, unref as i, openBlock as l, createBlock as n, createElementVNode as r, createVNode as d, withCtx as c, createTextVNode as u, toDisplayString as m } from "vue";
2
2
  import "element-plus";
3
- import k from "./format-file-task-notice-message.vue.js";
3
+ import k from "./format-file-task-notice-message.vue.mjs";
4
4
  import { useI18n as p } from "vue-i18n";
5
5
  const g = { key: 0 }, o = { key: 0 }, T = { key: 0 }, f = { key: 1 }, S = { key: 1 }, y = { key: 0 }, b = e({ __name: "file-task-notice", props: { lastFileTask: { type: Object, default: null }, backendUrl: { type: String, default: null } }, emits: ["clickMsg"], setup(e2, { expose: b2, emit: F }) {
6
6
  const { t: P } = p(), v = e2, U = F;
@@ -0,0 +1,4 @@
1
+ import e from "./file-task-notice.vue.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,27 @@
1
+ import { defineComponent as e, createElementBlock as t, openBlock as i, normalizeStyle as r, createCommentVNode as n, toDisplayString as a, unref as s, Fragment as l, renderList as u } from "vue";
2
+ import "agilebuilder-ui";
3
+ import "dayjs";
4
+ import "../../../utils/global-refs.mjs";
5
+ import "element-plus";
6
+ import "../../../utils/eventBus.mjs";
7
+ import "axios";
8
+ import "async-validator";
9
+ import "../../../utils/page-store.mjs";
10
+ import { useI18n as p } from "vue-i18n";
11
+ import "../../../utils/events/print-label.mjs";
12
+ const o = { key: 1 }, d = ["innerHTML"], m = { key: 2 }, g = e({ __name: "format-file-task-notice-message", props: { message: { type: Boolean, default: false }, createdTime: { type: Number, default: null }, endTime: { type: Number, default: null }, serverPath: { type: String, default: null }, fileName: { type: String, default: null }, backendUrl: { type: String, default: null } }, setup(e2) {
13
+ const { t: g2 } = p(), f = e2, y = 0.6 * window.innerHeight;
14
+ function c(e3) {
15
+ if (!e3) return "";
16
+ const t2 = new Date(e3);
17
+ return `${t2.getFullYear()}-${String(t2.getMonth() + 1).padStart(2, "0")}-${String(t2.getDate()).padStart(2, "0")} ${String(t2.getHours()).padStart(2, "0")}:${String(t2.getMinutes()).padStart(2, "0")}:${String(t2.getSeconds()).padStart(2, "0")}`;
18
+ }
19
+ function S() {
20
+ let e3 = f.message;
21
+ return e3 ? e3.split("~~") : [];
22
+ }
23
+ return (p2, f2) => (i(), t("div", { style: r("padding-top: 10px;width: 100%;overflow-y:auto;max-height:" + y + "px;") }, [e2.createdTime ? (i(), t("div", { key: 0, style: r(e2.serverPath ? "padding-top: 10px" : "") }, a(c(e2.createdTime) + s(g2)("superPageRuntimeMessage.startExecute")), 5)) : n("", true), e2.message ? (i(), t("div", o, [(i(true), t(l, null, u(S(), (e3, r2) => (i(), t("div", { key: r2, style: { "padding-top": "10px" }, innerHTML: e3 }, null, 8, d))), 128))])) : n("", true), e2.endTime ? (i(), t("div", m, a(c(e2.endTime) + s(g2)("superPageRuntimeMessage.endExecute")), 1)) : n("", true)], 4));
24
+ } });
25
+ export {
26
+ g as default
27
+ };
@@ -0,0 +1,4 @@
1
+ import e from "./format-file-task-notice-message.vue.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as t, resolveComponent as s, createElementBlock as l, openBlock as o, createVNode as a, withCtx as n, createElementVNode as r, createTextVNode as u, toDisplayString as i } from "vue";
2
2
  import { ElMessage as m } from "element-plus";
3
3
  import { useI18n as p } from "vue-i18n";
4
- import d from "./remove-signer-table.vue.js";
4
+ import d from "./remove-signer-table.vue.mjs";
5
5
  const c = { class: "dialog-footer" }, v = e({ __name: "remove-signer-dialog", props: { taskId: { type: Number, default: null }, activeTasks: { type: Array, default: null } }, emits: ["open", "opend", "close", "closed", "result"], setup(e2, { emit: v2 }) {
6
6
  const { t: g } = p(), f = v2, k = t([]), y = t(null);
7
7
  function R() {
@@ -0,0 +1,4 @@
1
+ import e from "./remove-signer-dialog.vue.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import e from "./remove-signer-table.vue.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as e, ref as t, resolveComponent as a, createElementBlock as s, openBlock as r, createVNode as o, withCtx as n, createCommentVNode as l, createElementVNode as u, toDisplayString as c, createBlock as i, createTextVNode as m } from "vue";
2
2
  import { ElMessage as d } from "element-plus";
3
- import p from "./remove-signer-table.vue.js";
3
+ import p from "./remove-signer-table.vue.mjs";
4
4
  import { useI18n as g } from "vue-i18n";
5
5
  const f = { key: 0 }, v = { style: { color: "red" } }, k = { key: 1 }, y = { style: { color: "red" } }, I = { key: 2 }, M = { style: { color: "red" } }, b = { key: 3 }, R = { class: "dialog-footer" }, P = e({ __name: "remove-transactor-dialog", props: { taskId: { type: Number, default: null }, transactorInfo: { type: Array, default: null } }, emits: ["open", "opend", "close", "closed", "result"], setup(e2, { emit: P2 }) {
6
6
  var _a, _b;
@@ -0,0 +1,4 @@
1
+ import o from "./remove-transactor-dialog.vue.mjs";
2
+ export {
3
+ o as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as e, ref as t, onMounted as l, resolveComponent as o, createElementBlock as a, openBlock as n, createVNode as s, withCtx as u, createTextVNode as i, toDisplayString as r, createElementVNode as d } from "vue";
2
2
  import { ElMessage as p } from "element-plus";
3
3
  import { useI18n as c } from "vue-i18n";
4
- import { listChartConditions as m, deleteChartCondition as g } from "../../../utils/events/standard-event.js";
4
+ import { listChartConditions as m, deleteChartCondition as g } from "../../../utils/events/standard-event.mjs";
5
5
  const f = { class: "dialog-footer" }, v = e({ __name: "save-chart-condition-dialog", props: { pageContext: { type: Object, default: null } }, emits: ["open", "opend", "close", "closed", "save", "confirm"], setup(e2, { expose: v2, emit: h }) {
6
6
  const { t: C } = c(), y = e2, _ = h, b = t([]), w = t(null), M = t([]);
7
7
  function P() {
@@ -27,7 +27,7 @@ const f = { class: "dialog-footer" }, v = e({ __name: "save-chart-condition-dial
27
27
  p({ showClose: true, type: "success", message: C("superPageRuntimeMessage.successfulDelete") }), $();
28
28
  });
29
29
  var l3;
30
- } }, { default: u(() => [s(y2)]), _: 1 }, 8, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
30
+ } }, { default: u(() => [s(y2)]), _: 2 }, 1032, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
31
31
  };
32
32
  } });
33
33
  export {
@@ -0,0 +1,4 @@
1
+ import o from "./save-chart-condition-dialog.vue.mjs";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import o from "./task-informition-dialog.vue.mjs";
2
+ export {
3
+ o as default
4
+ };
@@ -1,6 +1,6 @@
1
- import e from "./card-runtime.vue2.js";
2
- /* empty css */
3
- import r from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import e from "./card-runtime.vue2.mjs";
2
+ /* empty css */
3
+ import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  const t = r(e, [["__scopeId", "data-v-4e203ead"]]);
5
5
  export {
6
6
  t as default
@@ -2,9 +2,9 @@ import { defineComponent as e, computed as o, ref as t, onMounted as i, nextTick
2
2
  import { ElCard as b } from "element-plus";
3
3
  import { SuperIcon as h } from "agilebuilder-ui";
4
4
  import { ArrowUp as k, ArrowDown as w } from "@element-plus/icons-vue";
5
- import S from "../../object-render.vue.js";
6
- import { $t as j } from "../../../../utils/i18n-util.js";
7
- import { handleAfterInitEvent as T } from "../../../../utils/events/event-util.js";
5
+ import S from "../../object-render.vue.mjs";
6
+ import { $t as j } from "../../../../utils/i18n-util.mjs";
7
+ import { handleAfterInitEvent as T } from "../../../../utils/events/event-util.mjs";
8
8
  const V = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: V2 }) {
9
9
  var _a, _b;
10
10
  const _ = e2;
@@ -19,9 +19,9 @@ const V = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} },
19
19
  });
20
20
  }), V2({ test: function() {
21
21
  _.configure.props.title = "teee";
22
- } }), (o2, t2) => {
23
- const i2 = r("el-link");
24
- return s(), l(u(b), { ref_key: "thisRef", ref: z, style: p(u(A)), "data-collapse": String(D.value), class: a(["yx-card-box-view-main", u(B)]) }, c({ default: f(() => [g("div", { class: "yx-card-box-view-context", style: p(u(F)) }, [(s(true), m(y, null, d(e2.configure.items, (o3, t3) => (s(), l(S, { key: o3.uuid, pageContext: e2.pageContext, configure: o3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e2.configure.props.base.tittleShow ? { name: "header", fn: f(() => [g("div", { class: "yx-card-box-view-header", onClick: G }, [g("div", { class: "yx-card-box-view-title", style: p(u(E)) }, [e2.configure.props.iconType && e2.configure.props.iconValue ? (s(), l(u(h), { key: 0, iconType: e2.configure.props.iconType, iconValue: e2.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : v("", true), x(" " + C(u(j)(e2.configure.props.base.title)), 1)], 4), R.value ? (s(), l(i2, { key: 0, underline: false, icon: D.value ? u(k) : u(w), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : v("", true)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
22
+ } }), (e3, o2) => {
23
+ const t2 = r("el-link");
24
+ return s(), l(u(b), { ref_key: "thisRef", ref: z, style: p(u(A)), "data-collapse": String(D.value), class: a(["yx-card-box-view-main", u(B)]) }, c({ default: f(() => [g("div", { class: "yx-card-box-view-context", style: p(u(F)) }, [(s(true), m(y, null, d(e3.configure.items, (o3, t3) => (s(), l(S, { key: o3.uuid, pageContext: e3.pageContext, configure: o3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e3.configure.props.base.tittleShow ? { name: "header", fn: f(() => [g("div", { class: "yx-card-box-view-header", onClick: G }, [g("div", { class: "yx-card-box-view-title", style: p(u(E)) }, [e3.configure.props.iconType && e3.configure.props.iconValue ? (s(), l(u(h), { key: 0, iconType: e3.configure.props.iconType, iconValue: e3.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : v("", true), x(" " + C(u(j)(e3.configure.props.base.title)), 1)], 4), R.value ? (s(), l(t2, { key: 0, underline: false, icon: D.value ? u(k) : u(w), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : v("", true)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
25
25
  };
26
26
  } });
27
27
  export {
@@ -0,0 +1,4 @@
1
+ import e from "./collapse-runtime.vue2.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,8 +1,8 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as l, createBlock as i, openBlock as u, normalizeClass as r, unref as a, normalizeStyle as p, isRef as s, withCtx as c, createElementBlock as f, Fragment as g, renderList as m, createElementVNode as d, createCommentVNode as y, createTextVNode as x, toDisplayString as v } from "vue";
2
- import C from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
- import { $t as V } from "../../../../utils/i18n-util.js";
5
- import { handleAfterInitEvent as j } from "../../../../utils/events/event-util.js";
1
+ import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as l, createBlock as i, openBlock as u, normalizeClass as r, unref as a, normalizeStyle as p, isRef as s, withCtx as c, createElementBlock as m, Fragment as f, renderList as g, createElementVNode as d, createCommentVNode as y, createTextVNode as x, toDisplayString as v } from "vue";
2
+ import C from "../../object-render.vue.mjs";
3
+ import "../../../../utils/global-refs.mjs";
4
+ import { $t as V } from "../../../../utils/i18n-util.mjs";
5
+ import { handleAfterInitEvent as j } from "../../../../utils/events/event-util.mjs";
6
6
  const _ = e({ __name: "collapse-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
7
7
  const _2 = e2;
8
8
  _2.configure.props || (_2.configure.props = {});
@@ -11,9 +11,9 @@ const _ = e({ __name: "collapse-runtime", props: { pageContext: {}, configure: {
11
11
  o(() => {
12
12
  j(null, _2.pageContext, _2.configure, { componentRef: b.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
13
13
  });
14
- }), (t2, n2) => {
15
- const o2 = l("SuperIcon"), j2 = l("el-collapse-item"), _3 = l("el-collapse");
16
- return u(), i(_3, { ref_key: "thisRef", ref: b, modelValue: a(h), "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => s(h) ? h.value = e3 : null), style: p(a(O)), accordion: a(T), class: r(a(R)) }, { default: c(() => [(u(true), f(g, null, m(e2.configure.items, (t3, n3) => (u(), i(j2, { name: t3.index }, { title: c(() => [d("div", { style: p([a(S), { width: "100%" }]) }, [t3.iconType && t3.iconValue ? (u(), i(o2, { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", true), x(" " + v(a(V)(t3.label)), 1)], 4)]), default: c(() => [d("div", null, [(u(true), f(g, null, m(t3.items, (t4, n4) => (u(), i(C, { key: t4.uuid, configure: t4, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
14
+ }), (e3, t2) => {
15
+ const n2 = l("SuperIcon"), o2 = l("el-collapse-item"), j2 = l("el-collapse");
16
+ return u(), i(j2, { ref_key: "thisRef", ref: b, modelValue: a(h), "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => s(h) ? h.value = e4 : null), style: p(a(O)), accordion: a(T), class: r(a(R)) }, { default: c(() => [(u(true), m(f, null, g(e3.configure.items, (t3, l2) => (u(), i(o2, { name: t3.index }, { title: c(() => [d("div", { style: p([a(S), { width: "100%" }]) }, [t3.iconType && t3.iconValue ? (u(), i(n2, { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", true), x(" " + v(a(V)(t3.label)), 1)], 4)]), default: c(() => [d("div", null, [(u(true), m(f, null, g(t3.items, (t4, n3) => (u(), i(C, { key: t4.uuid, configure: t4, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
17
17
  };
18
18
  } });
19
19
  export {
@@ -0,0 +1,4 @@
1
+ import e from "./container-runtime.vue2.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,16 +1,16 @@
1
1
  import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as u, createBlock as l, openBlock as i, withCtx as r, createCommentVNode as s, createVNode as a, normalizeStyle as g, unref as f, createElementBlock as p, Fragment as c, renderList as y, normalizeClass as m } from "vue";
2
- import x from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
- import { handleAfterInitEvent as d } from "../../../../utils/events/event-util.js";
2
+ import x from "../../object-render.vue.mjs";
3
+ import "../../../../utils/global-refs.mjs";
4
+ import { handleAfterInitEvent as d } from "../../../../utils/events/event-util.mjs";
5
5
  const C = e({ __name: "container-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
6
  const C2 = e2, _ = t(null), k = C2.configure.runtime ? C2.configure.runtime : {}, v = k.leftStyle, h = k.rightStyle, j = k.style, R = k.class;
7
7
  return n(() => {
8
8
  o(() => {
9
9
  d(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
10
10
  });
11
- }), (t2, n2) => {
12
- const o2 = u("el-aside"), d2 = u("el-main"), C3 = u("el-container");
13
- return i(), l(C3, { ref_key: "thisRef", ref: _ }, { default: r(() => [e2.configure.props.useLeft ? (i(), l(o2, { key: 0, style: g(f(v)) }, { default: r(() => [(i(true), p(c, null, y(e2.configure.leftAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true), a(d2, { style: g(f(j)), class: m(f(R)) }, { default: r(() => [(i(true), p(c, null, y(e2.configure.items, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), e2.configure.props.useRight ? (i(), l(o2, { key: 1, style: g(f(h)) }, { default: r(() => [(i(true), p(c, null, y(e2.configure.rightAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true)]), _: 1 }, 512);
11
+ }), (e3, t2) => {
12
+ const n2 = u("el-aside"), o2 = u("el-main"), d2 = u("el-container");
13
+ return i(), l(d2, { ref_key: "thisRef", ref: _ }, { default: r(() => [e3.configure.props.useLeft ? (i(), l(n2, { key: 0, style: g(f(v)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.leftAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true), a(o2, { style: g(f(j)), class: m(f(R)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.items, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), e3.configure.props.useRight ? (i(), l(n2, { key: 1, style: g(f(h)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.rightAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true)]), _: 1 }, 512);
14
14
  };
15
15
  } });
16
16
  export {
@@ -1,6 +1,6 @@
1
- import e from "./FixedBox.vue2.js";
2
- /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import e from "./FixedBox.vue2.mjs";
2
+ /* empty css */
3
+ import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  const r = o(e, [["__scopeId", "data-v-9b488f43"]]);
5
5
  export {
6
6
  r as default
@@ -1,6 +1,6 @@
1
- import e from "./YxAffix.vue2.js";
2
- /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import e from "./YxAffix.vue2.mjs";
2
+ /* empty css */
3
+ import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  const r = o(e, [["__scopeId", "data-v-a994b02d"]]);
5
5
  export {
6
6
  r as default
@@ -0,0 +1,4 @@
1
+ import e from "./flex-runtime.vue2.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,7 +1,7 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as s, resolveComponent as l, createBlock as i, openBlock as o, normalizeClass as a, normalizeStyle as u, unref as r, withCtx as f, createElementBlock as p, Fragment as g, renderList as m, withDirectives as c, createVNode as y, vShow as x } from "vue";
2
- import d from "../../object-render.vue.js";
3
- import { PageDimensions as C } from "../../../../utils/interfaces/page-design-types.js";
4
- import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.js";
1
+ import { defineComponent as e, ref as t, onMounted as n, nextTick as s, resolveComponent as l, createBlock as i, openBlock as o, normalizeClass as a, normalizeStyle as u, unref as r, withCtx as f, createElementBlock as p, Fragment as m, renderList as g, withDirectives as c, createVNode as y, vShow as x } from "vue";
2
+ import d from "../../object-render.vue.mjs";
3
+ import { PageDimensions as C } from "../../../../utils/interfaces/page-design-types.mjs";
4
+ import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.mjs";
5
5
  const _ = e({ __name: "flex-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
6
  const _2 = e2, j = t(null), S = _2.configure.runtime ? _2.configure.runtime : {}, h = S.style, w = S.class, b = t(S.props ? S.props : {});
7
7
  if (_2.configure.items) {
@@ -15,9 +15,9 @@ const _ = e({ __name: "flex-runtime", props: { pageContext: {}, configure: {} },
15
15
  s(() => {
16
16
  v(null, _2.pageContext, _2.configure, { componentRef: j.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
17
17
  });
18
- }), (t2, n2) => {
19
- const s2 = l("el-col"), C2 = l("el-row");
20
- return o(), i(C2, { ref_key: "thisRef", ref: j, justify: b.value.flexJustify, gutter: b.value.flexGutter, align: b.value.alignItems, style: u([{ display: "flex" }, r(h)]), class: a(r(w)) }, { default: f(() => [(o(true), p(g, null, m(e2.configure.items, (t3, n3) => c((o(), i(s2, { key: t3.uuid, style: u(t3.itemStyle), span: t3.flexSpan }, { default: f(() => [y(d, { pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[x, t3._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
18
+ }), (e3, t2) => {
19
+ const n2 = l("el-col"), s2 = l("el-row");
20
+ return o(), i(s2, { ref_key: "thisRef", ref: j, justify: b.value.flexJustify, gutter: b.value.flexGutter, align: b.value.alignItems, style: u([{ display: "flex" }, r(h)]), class: a(r(w)) }, { default: f(() => [(o(true), p(m, null, g(e3.configure.items, (t3, s3) => c((o(), i(n2, { key: t3.uuid, style: u(t3.itemStyle), span: t3.flexSpan }, { default: f(() => [y(d, { pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[x, t3._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
21
21
  };
22
22
  } });
23
23
  export {
@@ -0,0 +1,4 @@
1
+ import m from "./form-runtime.vue2.mjs";
2
+ export {
3
+ m as default
4
+ };
@@ -1,7 +1,7 @@
1
- import { defineComponent as e, ref as t, onMounted as o, nextTick as i, resolveComponent as n, createElementBlock as l, openBlock as s, createVNode as a, normalizeClass as r, normalizeStyle as u, unref as p, withCtx as f, createCommentVNode as m, toDisplayString as g, Fragment as c, renderList as d, createBlock as y } from "vue";
2
- import v from "../../object-render.vue.js";
3
- import { PageDimensions as x } from "../../../../utils/interfaces/page-design-types.js";
4
- import { handleFormEvent as C } from "../../../../utils/events/event-util.js";
1
+ import { defineComponent as e, ref as t, onMounted as o, nextTick as i, resolveComponent as n, createElementBlock as l, openBlock as s, createVNode as a, normalizeClass as r, normalizeStyle as u, unref as p, withCtx as m, createCommentVNode as f, toDisplayString as g, Fragment as c, renderList as d, createBlock as y } from "vue";
2
+ import v from "../../object-render.vue.mjs";
3
+ import { PageDimensions as x } from "../../../../utils/interfaces/page-design-types.mjs";
4
+ import { handleFormEvent as C } from "../../../../utils/events/event-util.mjs";
5
5
  const b = e({ __name: "form-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
6
  const b2 = e2;
7
7
  b2.configure.items || (b2.configure.items = []);
@@ -10,9 +10,9 @@ const b = e({ __name: "form-runtime", props: { pageContext: {}, configure: {} },
10
10
  i(() => {
11
11
  C(null, b2.pageContext, b2.configure, "afterFormLoad", { componentRef: P.value, entity: b2.pageContext.entity.data, pageData: b2.pageContext.entity.page });
12
12
  });
13
- }), (t2, o2) => {
14
- const i2 = n("el-form");
15
- return s(), l("div", null, [a(i2, { ref_key: "thisRef", ref: P, "label-width": p(j).labelWidth, "label-position": z.value, size: p(j).componentSize, style: u(_.value), class: r(p(k)) }, { default: f(() => [p(j).formTitle ? (s(), l("div", { key: 0, class: "amb-widget-form-title", style: u(w.value) }, g(p(j).formTitle), 5)) : m("", true), (s(true), l(c, null, d(e2.configure.items, (t3, o3) => (s(), y(v, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
13
+ }), (e3, t2) => {
14
+ const o2 = n("el-form");
15
+ return s(), l("div", null, [a(o2, { ref_key: "thisRef", ref: P, "label-width": p(j).labelWidth, "label-position": z.value, size: p(j).componentSize, style: u(_.value), class: r(p(k)) }, { default: m(() => [p(j).formTitle ? (s(), l("div", { key: 0, class: "amb-widget-form-title", style: u(w.value) }, g(p(j).formTitle), 5)) : f("", true), (s(true), l(c, null, d(e3.configure.items, (t3, o3) => (s(), y(v, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
16
16
  };
17
17
  } });
18
18
  export {
@@ -0,0 +1,4 @@
1
+ import e from "./iframe-runtime.vue2.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,14 @@
1
+ import { defineComponent as e, ref as t, onMounted as n, nextTick as r, createElementBlock as i, openBlock as o, normalizeStyle as s, normalizeClass as a, unref as u } from "vue";
2
+ import "../../../../utils/global-refs.mjs";
3
+ import { handleAfterInitEvent as l } from "../../../../utils/events/event-util.mjs";
4
+ const f = ["src"], m = e({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(e2) {
5
+ const m2 = e2, p = t(null), c = m2.configure.runtime ? m2.configure.runtime : {}, g = c.style, x = c.class;
6
+ return n(() => {
7
+ r(() => {
8
+ l(null, m2.pageContext, m2.configure, { componentRef: p.value, entity: m2.pageContext.entity.data, pageData: m2.pageContext.entity.page });
9
+ });
10
+ }), (e3, t2) => (o(), i("iframe", { ref_key: "thisRef", ref: p, src: e3.configure.props.src, class: a(["amb-widget-container-iframe", u(x)]), style: s(u(g)) }, null, 14, f));
11
+ } });
12
+ export {
13
+ m as default
14
+ };
@@ -1,6 +1,6 @@
1
- import e from "./tabs-runtime.vue2.js";
2
- /* empty css */
3
- import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import e from "./tabs-runtime.vue2.mjs";
2
+ /* empty css */
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  const r = t(e, [["__scopeId", "data-v-df9efce2"]]);
5
5
  export {
6
6
  r as default
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as u, unref as l, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, createCommentVNode as g, Fragment as d, renderList as m, createElementVNode as b, toDisplayString as y, withModifiers as v, createTextVNode as h } from "vue";
2
2
  import { ElTabs as x, ElTabPane as C } from "element-plus";
3
- import T from "../../object-render.vue.js";
3
+ import T from "../../object-render.vue.mjs";
4
4
  import { SuperIcon as E } from "agilebuilder-ui";
5
- import { handleAfterInitEvent as k, handleEvent as N } from "../../../../utils/events/event-util.js";
6
- import { $t as V } from "../../../../utils/i18n-util.js";
7
- import { isPromise as _ } from "../../../../utils/page-helper-util.js";
5
+ import { handleAfterInitEvent as k, handleEvent as N } from "../../../../utils/events/event-util.mjs";
6
+ import { $t as V } from "../../../../utils/i18n-util.mjs";
7
+ import { isPromise as _ } from "../../../../utils/page-helper-util.mjs";
8
8
  const A = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
9
9
  const P = e2, j = t(""), w = t([]);
10
10
  P.configure.items.forEach((e3) => {
@@ -86,9 +86,9 @@ const A = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} },
86
86
  P.configure.items.forEach((n2) => {
87
87
  e3.includes(n2.code) && t2.push(n2.code);
88
88
  }), w.value = [...new Set(t2)];
89
- } }), (t2, n2) => {
90
- const o2 = i("el-button");
91
- return u(), c(l(x), { ref_key: "thisRef", ref: O, modelValue: j.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => j.value = e3), type: e2.configure.props.cardType, "tab-position": e2.configure.props.tabPosition, style: s(l(B)), class: r([l(z), "runtime-page-container-tabs-view"]), closable: e2.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(u(true), f(d, null, m(P.configure.items, (t3, n3) => (u(), c(l(C), { key: n3, label: t3.label, name: t3.code, lazy: !!e2.configure.props.lazy }, { label: p(() => [t3.iconType && t3.iconValue ? (u(), c(l(E), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : g("", true), b("span", { style: s(l(I)) }, y(l(V)(t3.label)), 5)]), default: p(() => [(e2.configure.props.isFullyRendered ?? 1) || t3.code === j.value ? (u(true), f(d, { key: 0 }, m(t3.items, (t4) => (u(), c(T, { key: t4.uuid, pageContext: e2.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : g("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e2.configure.props.resetable ? (u(), c(l(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e2.configure.props.resetable ? (u(), c(o2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e2.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : g("", true)]), _: 1 })) : g("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
89
+ } }), (e3, t2) => {
90
+ const n2 = i("el-button");
91
+ return u(), c(l(x), { ref_key: "thisRef", ref: O, modelValue: j.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => j.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: s(l(B)), class: r([l(z), "runtime-page-container-tabs-view"]), closable: e3.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(u(true), f(d, null, m(P.configure.items, (t3, n3) => (u(), c(l(C), { key: n3, label: t3.label, name: t3.code, lazy: !!e3.configure.props.lazy }, { label: p(() => [t3.iconType && t3.iconValue ? (u(), c(l(E), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : g("", true), b("span", { style: s(l(I)) }, y(l(V)(t3.label)), 5)]), default: p(() => [(e3.configure.props.isFullyRendered ?? 1) || t3.code === j.value ? (u(true), f(d, { key: 0 }, m(t3.items, (t4) => (u(), c(T, { key: t4.uuid, pageContext: e3.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : g("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e3.configure.props.resetable ? (u(), c(l(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e3.configure.props.resetable ? (u(), c(n2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e3.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : g("", true)]), _: 1 })) : g("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
92
92
  };
93
93
  } });
94
94
  export {
@@ -1,6 +1,6 @@
1
- import o from "./tools-runtime.vue2.js";
2
- /* empty css */
3
- import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
1
+ import o from "./tools-runtime.vue2.mjs";
2
+ /* empty css */
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
4
  const e = t(o, [["__scopeId", "data-v-a9801c3f"]]);
5
5
  export {
6
6
  e as default
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as n, onUnmounted as l, resolveComponent as a, createElementBlock as u, openBlock as s, createElementVNode as f, createBlock as r, createCommentVNode as v, withCtx as g, normalizeStyle as p, normalizeClass as c, unref as d, Fragment as m, renderList as x } from "vue";
2
- import y from "../../object-render.vue.js";
3
- import { handleAfterInitEvent as b } from "../../../../utils/events/event-util.js";
4
- /* empty css */
5
- import C from "../fixed/FixedBox.vue.js";
2
+ import y from "../../object-render.vue.mjs";
3
+ import { handleAfterInitEvent as b } from "../../../../utils/events/event-util.mjs";
4
+ /* empty css */
5
+ import C from "../fixed/FixedBox.vue.mjs";
6
6
  const k = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, w = { ref: "affixRef", "data-v": "1.0.0", class: "amb-widget-tools-parent" }, R = { key: 2, "data-v": "1.0.0", class: "amb-widget-tools-parent" }, _ = e({ __name: "tools-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
7
7
  const _2 = e2, h = t(null), j = _2.configure.runtime ?? {}, A = j.class, B = t(null), F = t(0);
8
8
  let D = null;
@@ -0,0 +1,4 @@
1
+ import e from "./barcode-runtime.vue2.mjs";
2
+ export {
3
+ e as default
4
+ };
@@ -1,23 +1,23 @@
1
1
  import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l, createBlock as n, openBlock as u, normalizeStyle as i, normalizeClass as s, unref as c, withCtx as p, createElementBlock as m, createCommentVNode as f, toDisplayString as g } from "vue";
2
2
  import d from "qrcode";
3
3
  import v from "jsbarcode";
4
- import { getFormModelFields as y } from "../../../../utils/page-init-util.js";
5
- import { generateCodeByRule as b } from "../../../../utils/barcode-util.js";
6
- import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.js";
7
- import { handleEvent as C } from "../../../../utils/events/event-util.js";
8
- import w from "agilebuilder-ui/src/utils/request";
9
- import { $t as R } from "../../../../utils/i18n-util.js";
4
+ import { getFormModelFields as y } from "../../../../utils/page-init-util.mjs";
5
+ import { generateCodeByRule as b } from "../../../../utils/barcode-util.mjs";
6
+ import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.mjs";
7
+ import { handleEvent as C } from "../../../../utils/events/event-util.mjs";
8
+ import { http as w } from "agilebuilder-ui";
9
+ import { $t as R } from "../../../../utils/i18n-util.mjs";
10
10
  const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: D2 }) {
11
- const q = e2, N = q.pageContext.entity ? q.pageContext.entity : {};
12
- let k = y(q.pageContext, q.configure);
13
- const A = t({ get: () => x(N, k), set(e3) {
14
- h(N, k, e3);
15
- } }), E = q.configure.runtime ? q.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
11
+ const N = e2, k = N.pageContext.entity ? N.pageContext.entity : {};
12
+ let q = y(N.pageContext, N.configure);
13
+ const A = t({ get: () => x(k, q), set(e3) {
14
+ h(k, q, e3);
15
+ } }), E = N.configure.runtime ? N.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
16
16
  function F(e3) {
17
- return h(N, k, e3);
17
+ return h(k, q, e3);
18
18
  }
19
19
  function J(e3) {
20
- L(e3), F(e3), C(e3, q.pageContext, q.configure, "change", { entity: N });
20
+ L(e3), F(e3), C(e3, N.pageContext, N.configure, "change", { entity: k });
21
21
  }
22
22
  function L(e3) {
23
23
  var t2;
@@ -33,23 +33,23 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
33
33
  }
34
34
  return a(() => {
35
35
  _.value.generateRule && ("fixed" === _.value.generateRuleType ? (V.value = Array.from(_.value.generateRule.matchAll(/\$\{(\w+)\}/g), (e3) => e3[1]), V.value.forEach((e3) => {
36
- o(() => q.pageContext.entity.data[e3], (e4, t2) => {
36
+ o(() => N.pageContext.entity.data[e3], (e4, t2) => {
37
37
  null != e4 && function() {
38
38
  let e5 = true;
39
39
  V.value.forEach((t3) => {
40
- q.pageContext.entity.data[t3] || (e5 = false);
40
+ N.pageContext.entity.data[t3] || (e5 = false);
41
41
  }), e5 && J(function(e6, t3) {
42
42
  const r2 = /\$\{(\w+)\}/g;
43
43
  return e6.replace(r2, (e7, r3) => t3.hasOwnProperty(r3) ? t3[r3] : e7);
44
- }(_.value.generateRule, q.pageContext.entity.data));
44
+ }(_.value.generateRule, N.pageContext.entity.data));
45
45
  }();
46
46
  });
47
47
  })) : w.get(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-models/by-code/" + _.value.generateRule).then((e3) => {
48
48
  const t2 = JSON.parse(e3.barcodeModelItems);
49
49
  t2.forEach((e4) => {
50
- "-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => q.pageContext.entity.data[e4.propDbName], (e5, r2) => {
50
+ "-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => N.pageContext.entity.data[e4.propDbName], (e5, r2) => {
51
51
  if (null != e5) {
52
- const e6 = b(t2, q.pageContext.entity.data);
52
+ const e6 = b(t2, N.pageContext.entity.data);
53
53
  e6 && J(e6);
54
54
  }
55
55
  }));
@@ -58,7 +58,7 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
58
58
  console.error("获取条码规则失败:", e3);
59
59
  })), A.value && L(A.value);
60
60
  }), D2({ getValue: function() {
61
- return x(N, k);
61
+ return x(k, q);
62
62
  }, setValue: F }), (e3, t2) => {
63
63
  const r2 = l("el-form-item");
64
64
  return u(), n(r2, { required: !!_.value.required, class: s(c(P)), "label-width": _.value.labelWidth, style: i(c(O)) }, { label: p(() => [_.value.tittleShow ? (u(), m("div", { key: 0, style: i({ ...c(S) }) }, g(c(R)(_.value.title)), 5)) : f("", true)]), default: p(() => ["QR-code" === _.value.type ? (u(), m("img", { key: 0, src: $.value }, null, 8, j)) : (u(), m("canvas", { key: 1, ref_key: "barcode", ref: I }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a, createElementBlock as l, openBlock as r, unref as u, createVNode as s } from "vue";
2
- import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as S, rowDblClick as w, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
3
- import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.js";
4
- import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.js";
5
- import { isMobileBrowser as N, isPromise as B } from "agilebuilder-ui/src/utils/common-util";
6
- import { getOperationButtons as P, popupToPage as F } from "../../../../utils/table-utils.js";
7
- import H from "../../../../utils/eventBus.js";
8
- import { getDefaultValue as U } from "../../../../utils/page-init-util.js";
9
- import { getSizeConfig as M, caculateShowCondition as L, decomposeVariable as $ } from "../../../../utils/page-helper-util.js";
10
- import { getComponentRefByCode as _ } from "../../../../utils/global-refs.js";
11
- import { getRowStyleUtil as A, getCellStyleUtil as G, getHeaderCellStyleUtil as z } from "../../chart/table/chart-table-util.js";
2
+ import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as S, rowDblClick as w, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.mjs";
3
+ import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.mjs";
4
+ import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.mjs";
5
+ import { isMobileBrowser as N, isPromise as B } from "agilebuilder-ui";
6
+ import { getOperationButtons as P, popupToPage as F } from "../../../../utils/table-utils.mjs";
7
+ import H from "../../../../utils/eventBus.mjs";
8
+ import { getDefaultValue as U } from "../../../../utils/page-init-util.mjs";
9
+ import { getSizeConfig as M, caculateShowCondition as L, decomposeVariable as $ } from "../../../../utils/page-helper-util.mjs";
10
+ import { getComponentRefByCode as _ } from "../../../../utils/global-refs.mjs";
11
+ import { getRowStyleUtil as A, getCellStyleUtil as G, getHeaderCellStyleUtil as z } from "../../chart/table/chart-table-util.mjs";
12
12
  const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: q2, emit: Q }) {
13
13
  const Y = e2, J = Y.pageContext;
14
14
  let K = Y.configure;
@@ -0,0 +1,4 @@
1
+ import e from "./main-table-runtime.vue.mjs";
2
+ export {
3
+ e as default
4
+ };