super-page-runtime 2.3.21-tmp1 → 2.3.22-tmp1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (600) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.mjs +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.js → anchor-util.mjs} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.mjs +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.js → page-expose-util.mjs} +26 -27
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.mjs} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.mjs} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.mjs} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.mjs} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.mjs} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.js → chart-util.mjs} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.js → common-util.mjs} +13 -14
  13. package/dist/es/components/runtime/utils/events/{event-util.js → event-util.mjs} +94 -95
  14. package/dist/es/components/runtime/utils/events/{print-label.js → print-label.mjs} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.mjs +1166 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.js → validator-util.mjs} +35 -37
  17. package/dist/es/components/runtime/utils/form/{scan-util.js → scan-util.mjs} +22 -22
  18. package/dist/es/components/runtime/utils/i18n-util.mjs +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.mjs +386 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.js → page-init-util.mjs} +102 -104
  21. package/dist/es/components/runtime/utils/{page-store.js → page-store.mjs} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.js → store-util.mjs} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.js → table-utils.mjs} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.mjs +68 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.mjs} +3 -3
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.js → buttongroup-runtime.vue.mjs} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.mjs} +2 -2
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.mjs} +5 -5
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/{exportpdf-runtime.vue2.js → exportpdf-runtime.vue2.mjs} +1 -1
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/{printlabel-runtime.vue2.js → printlabel-runtime.vue2.mjs} +5 -5
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.mjs} +5 -5
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.mjs} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +59 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.js → gauge-runtime.vue.mjs} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.mjs} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.js → pie-runtime.vue.mjs} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.mjs} +7 -7
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.js → radar-runtime.vue.mjs} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.mjs} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.js → scatter-runtime.vue.mjs} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.mjs} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.mjs} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.js → group-column-item.vue.mjs} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.mjs} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.js → normal-column.vue.mjs} +13 -17
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +8 -8
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.mjs} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.mjs} +1 -1
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.mjs} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +27 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.mjs} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.mjs} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.mjs} +1 -1
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.js → card-runtime.vue.mjs} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.mjs} +3 -3
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.mjs} +6 -6
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.mjs} +3 -3
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → FixedBox.vue.mjs} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.js → YxAffix.vue.mjs} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.mjs} +5 -5
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.mjs} +5 -5
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.js → tabs-runtime.vue.mjs} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.mjs} +4 -4
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.js → tools-runtime.vue.mjs} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.mjs} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.mjs} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.mjs} +10 -10
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.mjs} +8 -8
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.mjs} +7 -7
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.mjs} +7 -7
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.mjs} +1 -1
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.mjs} +12 -12
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.mjs} +7 -7
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.mjs} +8 -8
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.mjs} +2 -2
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.js → fileupload-runtime.vue2.mjs} +18 -20
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.mjs} +6 -6
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.js → inputtext-runtime.vue2.mjs} +32 -33
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.js → label-runtime.vue.mjs} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.mjs} +6 -6
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.mjs} +6 -6
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.js → placeholder-runtime.vue.mjs} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.mjs} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.mjs} +5 -5
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.mjs} +6 -6
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.mjs} +6 -6
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.mjs} +2 -2
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.mjs} +7 -7
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.mjs} +4 -4
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.mjs} +6 -6
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.mjs} +8 -8
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.mjs} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +4 -0
  148. package/dist/es/components/runtime/views/assemblys/{page-bottom.vue.js → page-bottom.vue.mjs} +1 -1
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.js → workflow-opinion-box.vue.mjs} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.mjs} +4 -4
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.js → extract-workflow-runtime-dialog.vue.mjs} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.mjs} +1 -1
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.js → extract-workflow-runtime.vue.mjs} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.mjs} +2 -2
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.mjs} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.mjs} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.js → workflowbutton-runtime.vue.mjs} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.mjs} +3 -3
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.js → home-chart.vue.mjs} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.mjs +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.mjs} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.mjs +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.js → super-page.vue2.mjs} +90 -94
  170. package/dist/es/{index.js → index.mjs} +12 -12
  171. package/dist/es/style.css +136 -136
  172. package/dist/lib/assets/chart-themes/bar-theme.d.ts +6 -0
  173. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +6 -0
  174. package/dist/lib/assets/chart-themes/pie-theme.d.ts +6 -0
  175. package/dist/lib/assets/chart-themes/radar-theme.d.ts +6 -0
  176. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +6 -0
  177. package/dist/lib/components/runtime/index.d.ts +5 -0
  178. package/dist/lib/components/runtime/utils/{ai-chat-util.js → ai-chat-util.cjs} +1 -1
  179. package/dist/lib/components/runtime/utils/{anchor-util.js → anchor-util.cjs} +17 -17
  180. package/dist/lib/components/runtime/utils/anchor-util.d.ts +13 -0
  181. package/dist/lib/components/runtime/utils/api/{api-util.js → api-util.cjs} +1 -1
  182. package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
  183. package/dist/lib/components/runtime/utils/api/{page-expose-util.js → page-expose-util.cjs} +29 -29
  184. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
  185. package/dist/lib/components/runtime/utils/assemblys-config.cjs +16 -0
  186. package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
  187. package/dist/lib/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.cjs} +1 -1
  188. package/dist/lib/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.cjs} +3 -3
  189. package/dist/lib/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.cjs} +1 -1
  190. package/dist/lib/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.cjs} +7 -7
  191. package/dist/lib/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.cjs} +1 -1
  192. package/dist/lib/components/runtime/utils/charts/{chart-util.js → chart-util.cjs} +67 -67
  193. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +115 -0
  194. package/dist/lib/components/runtime/utils/{common-util.js → common-util.cjs} +28 -28
  195. package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
  196. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  197. package/dist/lib/components/runtime/utils/events/{event-util.js → event-util.cjs} +115 -115
  198. package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
  199. package/dist/lib/components/runtime/utils/events/{print-label.js → print-label.cjs} +11 -11
  200. package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
  201. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1101 -0
  202. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +99 -0
  203. package/dist/lib/components/runtime/utils/events/{validator-util.js → validator-util.cjs} +135 -135
  204. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
  205. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
  206. package/dist/lib/components/runtime/utils/form/{scan-util.js → scan-util.cjs} +2 -2
  207. package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
  208. package/dist/lib/components/runtime/utils/i18n-util.cjs +11 -0
  209. package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
  210. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
  211. package/dist/lib/components/runtime/utils/{page-helper-util.js → page-helper-util.cjs} +4 -4
  212. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
  213. package/dist/lib/components/runtime/utils/page-init-util.cjs +244 -0
  214. package/dist/lib/components/runtime/utils/page-init-util.d.ts +49 -0
  215. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
  216. package/dist/lib/components/runtime/utils/{page-store.js → page-store.cjs} +1 -1
  217. package/dist/lib/components/runtime/utils/page-store.d.ts +58 -0
  218. package/dist/lib/components/runtime/utils/{store-util.js → store-util.cjs} +4 -4
  219. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  220. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  221. package/dist/lib/components/runtime/utils/{table-utils.js → table-utils.cjs} +3 -3
  222. package/dist/lib/components/runtime/utils/table-utils.d.ts +36 -0
  223. package/dist/lib/components/runtime/utils/tree-utils.cjs +54 -0
  224. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +3 -0
  225. package/dist/lib/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.cjs} +1 -1
  226. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +5 -0
  227. package/dist/lib/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.cjs} +1 -1
  228. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +3 -0
  229. package/dist/lib/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.cjs} +1 -1
  230. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +3 -0
  231. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +3 -0
  232. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +3 -0
  233. package/dist/lib/components/runtime/views/assemblys/button/print-label/{printlabel-runtime.vue2.js → printlabel-runtime.vue2.cjs} +6 -6
  234. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +5 -0
  235. package/dist/lib/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.cjs} +1 -1
  236. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +3 -0
  237. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +3 -0
  238. package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.cjs} +2 -2
  239. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +3 -0
  240. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +5 -0
  241. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +48 -0
  242. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +5 -0
  243. package/dist/lib/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.cjs} +1 -1
  244. package/dist/lib/components/runtime/views/assemblys/{container/tabs/tabs-runtime.vue.js → chart/pie/pie-runtime.vue.cjs} +2 -2
  245. package/dist/lib/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.cjs} +1 -1
  246. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +5 -0
  247. package/dist/lib/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.cjs} +1 -1
  248. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +5 -0
  249. package/dist/lib/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.cjs} +1 -1
  250. package/dist/lib/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.cjs} +1 -1
  251. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
  252. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +3 -0
  253. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +3 -0
  254. package/dist/lib/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.cjs} +1 -1
  255. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +3 -0
  256. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +36 -0
  257. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +3 -0
  258. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +3 -0
  259. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +3 -0
  260. package/dist/lib/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.cjs} +57 -57
  261. package/dist/lib/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.cjs} +5 -5
  262. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +5 -0
  263. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +3 -0
  264. package/dist/lib/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.cjs} +1 -1
  265. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
  266. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +3 -0
  267. package/dist/lib/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.cjs} +1 -1
  268. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +27 -0
  269. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +3 -0
  270. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +19 -0
  271. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +59 -0
  272. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +3 -0
  273. package/dist/lib/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.cjs} +1 -1
  274. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  275. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +3 -0
  276. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
  277. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +3 -0
  278. package/dist/lib/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.cjs} +1 -1
  279. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
  280. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +3 -0
  281. package/dist/lib/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.cjs} +1 -1
  282. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
  283. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +3 -0
  284. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  285. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +3 -0
  286. package/dist/lib/components/runtime/views/assemblys/container/{tools/tools-runtime.vue.js → card/card-runtime.vue.cjs} +2 -2
  287. package/dist/lib/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.cjs} +1 -1
  288. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +3 -0
  289. package/dist/lib/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.cjs} +5 -5
  290. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +3 -0
  291. package/dist/lib/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.cjs} +3 -3
  292. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +5 -0
  293. package/dist/lib/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → YxAffix.vue.cjs} +2 -2
  294. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
  295. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +3 -0
  296. package/dist/lib/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.cjs} +1 -1
  297. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +3 -0
  298. package/dist/lib/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.cjs} +1 -1
  299. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +3 -0
  300. package/dist/lib/components/runtime/views/assemblys/container/iframe/{iframe-runtime.vue2.js → iframe-runtime.vue2.cjs} +2 -2
  301. package/dist/lib/components/runtime/views/assemblys/{chart/radar/radar-runtime.vue.js → container/tabs/tabs-runtime.vue.cjs} +2 -2
  302. package/dist/lib/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.cjs} +1 -1
  303. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +5 -0
  304. package/dist/lib/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.cjs} +3 -3
  305. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +3 -0
  306. package/dist/lib/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.cjs} +2 -2
  307. package/dist/lib/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.cjs} +1 -1
  308. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +3 -0
  309. package/dist/lib/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.cjs} +1 -1
  310. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +3 -0
  311. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +3 -0
  312. package/dist/lib/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.cjs} +1 -1
  313. package/dist/lib/components/runtime/views/assemblys/{form/label/label-runtime.vue.js → data/tree/tree-runtime.vue.cjs} +2 -2
  314. package/dist/lib/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.cjs} +3 -3
  315. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  316. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +3 -0
  317. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +3 -0
  318. package/dist/lib/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.cjs} +1 -1
  319. package/dist/lib/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.cjs} +1 -1
  320. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +3 -0
  321. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +3 -0
  322. package/dist/lib/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.cjs} +1 -1
  323. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +3 -0
  324. package/dist/lib/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.cjs} +4 -4
  325. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +3 -0
  326. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.cjs} +10 -10
  327. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +3 -0
  328. package/dist/lib/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.cjs} +1 -1
  329. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +3 -0
  330. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +65 -0
  331. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +3 -0
  332. package/dist/lib/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.cjs} +6 -6
  333. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +3 -0
  334. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +70 -0
  335. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +5 -0
  336. package/dist/lib/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.cjs} +6 -6
  337. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +3 -0
  338. package/dist/lib/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.cjs} +3 -3
  339. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +5 -0
  340. package/dist/lib/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.cjs} +1 -1
  341. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +3 -0
  342. package/dist/lib/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.cjs} +1 -1
  343. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +5 -0
  344. package/dist/lib/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.cjs} +2 -2
  345. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +3 -0
  346. package/dist/lib/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.cjs} +1 -1
  347. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +3 -0
  348. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.cjs} +3 -3
  349. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +3 -0
  350. package/dist/lib/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.cjs} +1 -1
  351. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +3 -0
  352. package/dist/lib/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.cjs} +1 -1
  353. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +3 -0
  354. package/dist/lib/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.cjs} +1 -1
  355. package/dist/lib/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.cjs} +4 -4
  356. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
  357. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +3 -0
  358. package/dist/lib/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.cjs} +1 -1
  359. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  360. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +3 -0
  361. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +3 -0
  362. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +14 -0
  363. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +3 -0
  364. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +5 -0
  365. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +14 -0
  366. package/dist/lib/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.cjs} +6 -6
  367. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +5 -0
  368. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.cjs} +1 -1
  369. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +5 -0
  370. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.cjs} +1 -1
  371. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +3 -0
  372. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.cjs} +1 -1
  373. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +3 -0
  374. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.cjs} +1 -1
  375. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +5 -0
  376. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.cjs} +1 -1
  377. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +3 -0
  378. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/{workflownode-runtime.vue2.js → workflownode-runtime.vue2.cjs} +3 -3
  379. package/dist/lib/components/runtime/views/{home-chart.vue.js → home-chart.vue.cjs} +5 -5
  380. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
  381. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +3 -0
  382. package/dist/lib/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.cjs} +1 -1
  383. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
  384. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +3 -0
  385. package/dist/lib/components/runtime/views/super-page.vue.cjs +5 -0
  386. package/dist/lib/components/runtime/views/super-page.vue.d.ts +135 -0
  387. package/dist/lib/components/runtime/views/super-page.vue2.cjs +264 -0
  388. package/dist/lib/index.cjs +6 -0
  389. package/dist/lib/index.d.ts +16 -0
  390. package/dist/lib/style.css +136 -136
  391. package/dist/umd/index.full.min.js +741 -741
  392. package/dist/umd/style.css +136 -136
  393. package/package.json +5 -4
  394. package/dist/es/components/runtime/utils/ai-chat-util.js +0 -16
  395. package/dist/es/components/runtime/utils/api/api-util.js +0 -4
  396. package/dist/es/components/runtime/utils/assemblys-config.js +0 -20
  397. package/dist/es/components/runtime/utils/events/standard-event.js +0 -1169
  398. package/dist/es/components/runtime/utils/i18n-util.js +0 -14
  399. package/dist/es/components/runtime/utils/page-helper-util.js +0 -387
  400. package/dist/es/components/runtime/utils/tree-utils.js +0 -73
  401. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -4
  402. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -4
  403. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -4
  404. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -4
  405. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -7
  406. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -4
  407. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
  408. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
  409. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -7
  410. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -64
  411. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -4
  412. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -4
  413. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -4
  414. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -4
  415. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -4
  416. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -4
  417. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -4
  418. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -4
  419. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -32
  420. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -4
  421. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -4
  422. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -4
  423. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -4
  424. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -4
  425. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -4
  426. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -4
  427. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -4
  428. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -4
  429. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -4
  430. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -4
  431. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -14
  432. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -4
  433. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -4
  434. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -4
  435. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -4
  436. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -7
  437. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +0 -4
  438. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -4
  439. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -4
  440. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -4
  441. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -4
  442. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -4
  443. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -4
  444. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -4
  445. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -4
  446. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -4
  447. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -4
  448. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -4
  449. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -8
  450. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -4
  451. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -4
  452. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -4
  453. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -4
  454. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -4
  455. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -4
  456. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +0 -4
  457. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +0 -4
  458. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -4
  459. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -4
  460. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -4
  461. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +0 -18
  462. package/dist/es/components/runtime/views/home-chart.vue2.js +0 -4
  463. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +0 -5
  464. package/dist/es/components/runtime/views/super-page.vue.js +0 -7
  465. package/dist/lib/components/runtime/utils/assemblys-config.js +0 -16
  466. package/dist/lib/components/runtime/utils/events/standard-event.js +0 -1101
  467. package/dist/lib/components/runtime/utils/i18n-util.js +0 -11
  468. package/dist/lib/components/runtime/utils/page-init-util.js +0 -244
  469. package/dist/lib/components/runtime/utils/tree-utils.js +0 -54
  470. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -3
  471. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -5
  472. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -3
  473. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -3
  474. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +0 -3
  475. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -3
  476. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -5
  477. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -3
  478. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -3
  479. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -3
  480. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -5
  481. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -48
  482. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -5
  483. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +0 -5
  484. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -5
  485. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +0 -3
  486. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -3
  487. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -3
  488. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.js +0 -36
  489. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -3
  490. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -3
  491. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -3
  492. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -3
  493. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -3
  494. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -3
  495. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -19
  496. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -3
  497. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -3
  498. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -3
  499. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -3
  500. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -3
  501. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -3
  502. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +0 -5
  503. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -3
  504. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -3
  505. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +0 -5
  506. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -3
  507. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -3
  508. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -3
  509. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -3
  510. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -3
  511. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -3
  512. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -3
  513. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -5
  514. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +0 -3
  515. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -3
  516. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -3
  517. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -3
  518. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -3
  519. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -3
  520. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -3
  521. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -3
  522. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -65
  523. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -3
  524. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -3
  525. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -70
  526. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -3
  527. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -5
  528. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -3
  529. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -5
  530. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -3
  531. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -3
  532. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -3
  533. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -3
  534. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -3
  535. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -3
  536. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +0 -3
  537. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.js +0 -3
  538. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.js +0 -3
  539. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +0 -5
  540. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.js +0 -5
  541. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +0 -5
  542. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -3
  543. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -3
  544. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -5
  545. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -3
  546. package/dist/lib/components/runtime/views/home-chart.vue2.js +0 -3
  547. package/dist/lib/components/runtime/views/super-page-dialog.vue3.js +0 -3
  548. package/dist/lib/components/runtime/views/super-page.vue.js +0 -5
  549. package/dist/lib/components/runtime/views/super-page.vue2.js +0 -264
  550. package/dist/lib/index.js +0 -6
  551. /package/dist/es/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.mjs} +0 -0
  552. /package/dist/es/assets/chart-themes/{bar-theme.js → bar-theme.mjs} +0 -0
  553. /package/dist/es/assets/chart-themes/{gauge-theme.js → gauge-theme.mjs} +0 -0
  554. /package/dist/es/assets/chart-themes/{pie-theme.js → pie-theme.mjs} +0 -0
  555. /package/dist/es/assets/chart-themes/{radar-theme.js → radar-theme.mjs} +0 -0
  556. /package/dist/es/assets/chart-themes/{scatter-theme.js → scatter-theme.mjs} +0 -0
  557. /package/dist/es/assets/{file.png.js → file.png.mjs} +0 -0
  558. /package/dist/es/assets/{folder.png.js → folder.png.mjs} +0 -0
  559. /package/dist/es/components/runtime/utils/{barcode-util.js → barcode-util.mjs} +0 -0
  560. /package/dist/es/components/runtime/utils/{eventBus.js → eventBus.mjs} +0 -0
  561. /package/dist/es/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.mjs} +0 -0
  562. /package/dist/es/components/runtime/utils/{global-refs.js → global-refs.mjs} +0 -0
  563. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.mjs} +0 -0
  564. /package/dist/es/components/runtime/utils/{page-permission-util.js → page-permission-util.mjs} +0 -0
  565. /package/dist/es/components/runtime/utils/{store.js → store.mjs} +0 -0
  566. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.mjs} +0 -0
  567. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.mjs} +0 -0
  568. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.mjs} +0 -0
  569. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.mjs} +0 -0
  570. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.mjs} +0 -0
  571. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.mjs} +0 -0
  572. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.mjs} +0 -0
  573. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.mjs} +0 -0
  574. /package/dist/es/i18n/langs/{cn.js → cn.mjs} +0 -0
  575. /package/dist/es/i18n/langs/{en.js → en.mjs} +0 -0
  576. /package/dist/lib/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.cjs} +0 -0
  577. /package/dist/lib/assets/chart-themes/{bar-theme.js → bar-theme.cjs} +0 -0
  578. /package/dist/lib/assets/chart-themes/{gauge-theme.js → gauge-theme.cjs} +0 -0
  579. /package/dist/lib/assets/chart-themes/{pie-theme.js → pie-theme.cjs} +0 -0
  580. /package/dist/lib/assets/chart-themes/{radar-theme.js → radar-theme.cjs} +0 -0
  581. /package/dist/lib/assets/chart-themes/{scatter-theme.js → scatter-theme.cjs} +0 -0
  582. /package/dist/lib/assets/{file.png.js → file.png.cjs} +0 -0
  583. /package/dist/lib/assets/{folder.png.js → folder.png.cjs} +0 -0
  584. /package/dist/lib/components/runtime/utils/{barcode-util.js → barcode-util.cjs} +0 -0
  585. /package/dist/lib/components/runtime/utils/{eventBus.js → eventBus.cjs} +0 -0
  586. /package/dist/lib/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.cjs} +0 -0
  587. /package/dist/lib/components/runtime/utils/{global-refs.js → global-refs.cjs} +0 -0
  588. /package/dist/lib/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.cjs} +0 -0
  589. /package/dist/lib/components/runtime/utils/{page-permission-util.js → page-permission-util.cjs} +0 -0
  590. /package/dist/lib/components/runtime/utils/{store.js → store.cjs} +0 -0
  591. /package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.cjs} +0 -0
  592. /package/dist/lib/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.cjs} +0 -0
  593. /package/dist/lib/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.cjs} +0 -0
  594. /package/dist/lib/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.cjs} +0 -0
  595. /package/dist/lib/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.cjs} +0 -0
  596. /package/dist/lib/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.cjs} +0 -0
  597. /package/dist/lib/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.cjs} +0 -0
  598. /package/dist/lib/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.cjs} +0 -0
  599. /package/dist/lib/i18n/langs/{cn.js → cn.cjs} +0 -0
  600. /package/dist/lib/i18n/langs/{en.js → en.cjs} +0 -0
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./depttree-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/events/event-util.js"), n = require("../common/title-suffix-element.vue.js"), o = require("../../../../utils/i18n-util.js"), r = require("../../../../utils/page-helper-util.js"), a = require("../../../../utils/common-util.js"), i = e.defineComponent({ __name: "depttree-runtime", props: { pageContext: {}, configure: {} }, setup(i2, { expose: u }) {
3
- const p = i2, s = e.ref(null), d = e.ref([]), c = p.pageContext.entity ? p.pageContext.entity : {};
4
- c.data || (c.data = {});
5
- const f = c.data, m = c.page;
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/events/event-util.cjs"), n = require("../common/title-suffix-element.vue.cjs"), o = require("../../../../utils/i18n-util.cjs"), r = require("../../../../utils/page-helper-util.cjs"), a = require("../../../../utils/common-util.cjs"), i = e.defineComponent({ __name: "depttree-runtime", props: { pageContext: {}, configure: {} }, setup(i2, { expose: u }) {
3
+ const p = i2, s = e.ref(null), c = e.ref([]), d = p.pageContext.entity ? p.pageContext.entity : {};
4
+ d.data || (d.data = {});
5
+ const f = d.data, m = d.page;
6
6
  let g = t.getFormModelFields(p.pageContext, p.configure);
7
7
  const v = g.length > 0 ? g[g.length - 1] : p.configure.uuid, C = p.configure.runtime ? p.configure.runtime : {}, y = e.ref(C.props ? C.props : {}), h = C.style, x = C.class, S = C.headerStyle, F = C.titleExceedStyle;
8
8
  C.props.deptScope && ("field" == C.props.deptScope && C.props.deptScopeField ? (z(), function(t2, l2) {
@@ -15,7 +15,7 @@ const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l
15
15
  });
16
16
  }(C.props.deptScopeField, (e2, t2) => {
17
17
  z();
18
- })) : "depts" == C.props.deptScope && C.props.deptScopeCodes && (d.value = C.props.deptScopeCodes.split(",")));
18
+ })) : "depts" == C.props.deptScope && C.props.deptScopeCodes && (c.value = C.props.deptScopeCodes.split(",")));
19
19
  const k = e.ref(null), q = e.ref(null), V = e.ref(null);
20
20
  e.onMounted(() => {
21
21
  e.nextTick(() => {
@@ -23,25 +23,25 @@ const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l
23
23
  l.handleAfterInitEvent(e2, p.pageContext, p.configure, { formItemRef: k.value, componentRef: q.value, titleRef: V.value, value: e2, entity: p.pageContext.entity.data, pageData: p.pageContext.entity.page });
24
24
  });
25
25
  });
26
- const b = e.computed({ get: () => r.getVariableValue(c, g), set(e2) {
27
- r.setVariableValue(c, g, e2), null != e2 && (s.value = "");
26
+ const b = e.computed({ get: () => r.getVariableValue(d, g), set(e2) {
27
+ r.setVariableValue(d, g, e2), null != e2 && (s.value = "");
28
28
  } }), B = y.value.autoSetFields ? y.value.autoSetFields : [];
29
29
  let E = null;
30
30
  function R(e2, t2) {
31
- E ? E === e2 && (g.length > 0 ? l.handleFormEvent(r.getVariableValue(c, g), p.pageContext, p.configure, "change") : l.handleFormEvent(t2, p.pageContext, p.configure, "change")) : e2 === v && l.handleFormEvent(t2, p.pageContext, p.configure, "change");
31
+ E ? E === e2 && (g.length > 0 ? l.handleFormEvent(r.getVariableValue(d, g), p.pageContext, p.configure, "change") : l.handleFormEvent(t2, p.pageContext, p.configure, "change")) : e2 === v && l.handleFormEvent(t2, p.pageContext, p.configure, "change");
32
32
  }
33
33
  function w() {
34
34
  l.handleFormEvent(null, p.pageContext, p.configure, "click");
35
35
  }
36
36
  function z() {
37
37
  const e2 = r.getValueFromVariable(p.pageContext.entity, C.props.deptScopeField);
38
- d.value = e2 ? e2.split(",") : [];
38
+ c.value = e2 ? e2.split(",") : [];
39
39
  }
40
40
  return B.length - 1 > 0 && B[B.length - 1] && B[B.length - 1].model && (E = r.getFormPropName(B[B.length - 1].model)), u({ addRequiredClass: function() {
41
41
  s.value = a.addRequiredClassUtil();
42
42
  } }), (t2, l2) => {
43
43
  const r2 = e.resolveComponent("OrganizationInput"), a2 = e.resolveComponent("el-form-item");
44
- return e.openBlock(), e.createBlock(a2, { ref_key: "formItemRef", ref: k, required: y.value.required, class: e.normalizeClass(e.unref(x) + (s.value ? " " + s.value : "")), "label-width": y.value.labelWidth, style: e.normalizeStyle(e.unref(h)) }, { label: e.withCtx(() => [y.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: V, style: e.normalizeStyle({ ...e.unref(S), ...e.unref(F) }) }, [y.value.prefixType ? (e.openBlock(), e.createBlock(n, { key: 0, pageContext: t2.pageContext, property: y.value }, null, 8, ["pageContext", "property"])) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(e.unref(o.$t)(y.value.title)), 1)], 64))], 4)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(r2, { ref_key: "componentRef", ref: q, disabled: "disabled" == y.value.state, multiple: y.value.multiple, treeType: y.value.treeType, value: b.value, models: e.unref(f), departmentInfo: d.value, limitFilterColumn: y.value.limitFilterColumn, pageModels: e.unref(m), fields: e.unref(B), size: y.value.size, separator: y.value.separator, onSetValue: R, onShowTree: w }, null, 8, ["disabled", "multiple", "treeType", "value", "models", "departmentInfo", "limitFilterColumn", "pageModels", "fields", "size", "separator"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
44
+ return e.openBlock(), e.createBlock(a2, { ref_key: "formItemRef", ref: k, required: y.value.required, class: e.normalizeClass(e.unref(x) + (s.value ? " " + s.value : "")), "label-width": y.value.labelWidth, style: e.normalizeStyle(e.unref(h)) }, { label: e.withCtx(() => [y.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: V, style: e.normalizeStyle({ ...e.unref(S), ...e.unref(F) }) }, [y.value.prefixType ? (e.openBlock(), e.createBlock(n, { key: 0, pageContext: t2.pageContext, property: y.value }, null, 8, ["pageContext", "property"])) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(e.unref(o.$t)(y.value.title)), 1)], 64))], 4)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(r2, { ref_key: "componentRef", ref: q, disabled: "disabled" == y.value.state, multiple: y.value.multiple, treeType: y.value.treeType, value: b.value, models: e.unref(f), departmentInfo: c.value, limitFilterColumn: y.value.limitFilterColumn, pageModels: e.unref(m), fields: e.unref(B), size: y.value.size, separator: y.value.separator, onSetValue: R, onShowTree: w }, null, 8, ["disabled", "multiple", "treeType", "value", "models", "departmentInfo", "limitFilterColumn", "pageModels", "fields", "size", "separator"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
45
45
  };
46
46
  } });
47
47
  module.exports = i;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./divider-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-helper-util.js"), n = require("../../../../utils/events/event-util.js"), o = e.defineComponent({ __name: "divider-runtime", props: { pageContext: {}, configure: {} }, setup(o2) {
2
+ const e = require("vue"), t = require("../../../../utils/page-helper-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), o = e.defineComponent({ __name: "divider-runtime", props: { pageContext: {}, configure: {} }, setup(o2) {
3
3
  const r = o2, i = r.configure.runtime ? r.configure.runtime : {}, l = i.headerStyle, u = e.ref(i.props ? i.props : {});
4
4
  let a = u.value.value;
5
5
  const c = e.computed(() => {
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./fileupload-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ const e = require("vue"), l = require("../../../../utils/page-helper-util.cjs"), t = require("../../../../utils/events/event-util.cjs"), a = require("agilebuilder-ui"), o = require("../../../../utils/eventBus.cjs"), i = require("../../../../utils/i18n-util.cjs"), n = require("../../../../utils/common-util.cjs"), r = e.defineComponent({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(r2, { expose: u }) {
3
+ var _a, _b, _c, _d, _e, _f, _g;
4
+ const s = r2, p = e.ref(null), d = s.configure.runtime ? s.configure.runtime : {}, c = e.ref(d.props ? d.props : {}), f = d.style, v = d.class, m = d.headerStyle, h = d.titleExceedStyle, g = s.pageContext.entity ? s.pageContext.entity : {}, y = s.configure.props.base ? s.configure.props.base : {}, C = _(y.prop), w = _(y.propName);
5
+ let b = e.ref({});
6
+ b.value.isShowWatermark = void 0 === ((_b = (_a = s.configure.props) == null ? void 0 : _a.watermark) == null ? void 0 : _b.isShowWatermark) ? "true" : ((_c = s.configure.props) == null ? void 0 : _c.watermark.isShowWatermark) + "", b.value.content = ((_e = (_d = s.configure.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e.content) ? (_g = (_f = s.configure.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.content : "", C && C.length > 1 && e.watch(() => s.pageContext.entity[C[0]][C[1]], (e2) => {
7
+ B(l.getVariableValue(g, C));
8
+ });
9
+ const k = s.pageContext.code, x = e.ref(C ? k + "__" + C.join("__") : null), V = l.getVariableValue(g, C), N = e.ref(null), q = e.ref(false), P = e.ref([]), S = e.ref({});
10
+ function B(e2) {
11
+ if (e2) {
12
+ const l2 = e2.split(",");
13
+ if (l2.length > 0) {
14
+ const e3 = s.pageContext.backendUrl, t2 = a.getRelativeBaseUrl(e3 + "/common/fs-upload/search-file-names");
15
+ a.http.post(t2, l2).then((e4) => {
16
+ P.value = [];
17
+ const t3 = [];
18
+ for (let a2 = 0; a2 < l2.length; a2++) {
19
+ const o2 = l2[a2];
20
+ t3.push(e4[o2]), P.value.push({ showName: e4[o2], serverPath: o2 });
21
+ }
22
+ "input" === c.value.displayType && (S.value.showName = t3.join(","), S.value.serverPath = l2.join(","));
23
+ }).finally(() => {
24
+ q.value = true;
25
+ });
26
+ } else q.value = true;
27
+ } else P.value = [], S.value = {}, q.value = true;
28
+ }
29
+ function _(e2) {
30
+ return e2 ? (e2.startsWith("${") && (e2 = e2.substring(2, e2.length - 1)), e2.split(".")) : [];
31
+ }
32
+ function j(e2) {
33
+ return t.fileUploadBeforeUpload(e2);
34
+ }
35
+ B(V);
36
+ const R = (e2, l2, t2) => {
37
+ z();
38
+ }, U = (e2) => {
39
+ z();
40
+ }, z = () => {
41
+ const e2 = [], t2 = [];
42
+ if (c.value.limit && P.value.length > c.value.limit) {
43
+ const e3 = P.value.length - c.value.limit;
44
+ for (let l2 = 0; l2 < e3; l2++) P.value.shift();
45
+ }
46
+ for (let l2 = 0; l2 < P.value.length; l2++) e2.push(P.value[l2].showName), t2.push(P.value[l2].serverPath);
47
+ l.setVariableValue(s.pageContext.entity, C, t2.join(",")), l.setVariableValue(s.pageContext.entity, w, e2.join(",")), t2.length > 0 && (p.value = "");
48
+ }, T = e.ref(null), D = e.ref(null);
49
+ return e.onMounted(() => {
50
+ o.$on(x.value + "-pickFileDone", (e2) => {
51
+ x.value, N.value.pickFileDone(e2);
52
+ }), e.nextTick(() => {
53
+ const e2 = l.getVariableValue(g, C), a2 = { showName: l.getVariableValue(g, w), serverPath: e2 };
54
+ t.handleAfterInitEvent(a2, s.pageContext, s.configure, { formItemRef: T.value, componentRef: N.value, titleRef: D.value, value: a2, entity: s.pageContext.entity.data, pageData: s.pageContext.entity.page });
55
+ });
56
+ }), e.onUnmounted(() => {
57
+ o.$off(x.value + "-pickFileDone");
58
+ }), u({ addRequiredClass: function() {
59
+ p.value = n.addRequiredClassUtil();
60
+ } }), (l2, t2) => {
61
+ const o2 = e.resolveComponent("el-form-item");
62
+ return c.value.tittleShow ? (e.openBlock(), e.createBlock(o2, { key: 0, ref_key: "formItemRef", ref: T, required: c.value.required, class: e.normalizeClass(e.unref(v) + (p.value ? " " + p.value : "")), "label-width": c.value.labelWidth, style: e.normalizeStyle(e.unref(f)) }, { label: e.withCtx(() => [c.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: D, style: e.normalizeStyle({ ...e.unref(m), ...e.unref(h) }) }, e.toDisplayString(e.unref(i.$t)(c.value.title)), 5)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [q.value ? (e.openBlock(), e.createBlock(e.unref(a.FsUploadNew), { key: 0, ref_key: "fileUploadRef", ref: N, style: { width: "100%" }, disabled: "disabled" === c.value.state, displayType: c.value.displayType, accept: c.value.accept, multiple: c.value.multiple, placeholder: c.value.placeholder, limit: c.value.limit, "limit-file-size": c.value.limitFileSize, "disabled-no-preview": c.value.disabledNoPreview, "disabled-no-download": c.value.disabledNoDownload, openCameraOrChoosePhoto: c.value.openCameraOrChoosePhoto, "file-info": S.value, "file-list": P.value, "system-code": l2.pageContext.systemCode, componentId: x.value, watermark: e.unref(b), "on-success": R, "on-remove": U, "before-upload": j, pageContext: l2.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext"])) : e.createCommentVNode("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : q.value ? (e.openBlock(), e.createBlock(e.unref(a.FsUploadNew), { key: 1, ref_key: "fileUploadRef", ref: N, style: { width: "100%" }, disabled: "disabled" === c.value.state, displayType: c.value.displayType, accept: c.value.accept, multiple: c.value.multiple, placeholder: c.value.placeholder, limit: c.value.limit, "limit-file-size": c.value.limitFileSize, "disabled-no-preview": c.value.disabledNoPreview, "disabled-no-download": c.value.disabledNoDownload, openCameraOrChoosePhoto: c.value.openCameraOrChoosePhoto, "file-info": S.value, "file-list": P.value, "system-code": l2.pageContext.systemCode, componentId: x.value, watermark: e.unref(b), "on-success": R, "on-remove": U, "before-upload": j, pageContext: l2.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext"])) : e.createCommentVNode("", true);
63
+ };
64
+ } });
65
+ module.exports = r;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./input-number-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), n = require("../../../../utils/events/event-util.js"), o = require("../common/title-suffix-element.vue.js"), r = require("../../../../utils/i18n-util.js"), a = require("../../../../utils/common-util.js"), u = e.defineComponent({ __name: "input-number-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: i }) {
3
- const s = u2, p = e.ref(null), c = s.pageContext.entity ? s.pageContext.entity : {};
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), o = require("../common/title-suffix-element.vue.cjs"), r = require("../../../../utils/i18n-util.cjs"), a = require("../../../../utils/common-util.cjs"), u = e.defineComponent({ __name: "input-number-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: i }) {
3
+ const s = u2, c = e.ref(null), p = s.pageContext.entity ? s.pageContext.entity : {};
4
4
  let d = t.getFormModelFields(s.pageContext, s.configure);
5
- const m = e.computed({ get: () => l.getVariableValue(c, d), set(e2) {
6
- l.setVariableValue(c, d, e2), null != e2 && (p.value = "");
5
+ const m = e.computed({ get: () => l.getVariableValue(p, d), set(e2) {
6
+ l.setVariableValue(p, d, e2), null != e2 && (c.value = "");
7
7
  } }), f = s.configure.runtime ? s.configure.runtime : {}, v = f.style, g = f.class, y = f.headerStyle, x = f.titleExceedStyle, C = e.ref(f.props ? f.props : {}), h = e.ref(null), k = e.ref(null), b = e.ref(null);
8
8
  return e.onMounted(() => {
9
9
  e.nextTick(() => {
@@ -11,10 +11,10 @@ const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l
11
11
  n.handleAfterInitEvent(e2, s.pageContext, s.configure, { formItemRef: h.value, componentRef: k.value, titleRef: b.value, value: e2, entity: s.pageContext.entity.data, pageData: s.pageContext.entity.page });
12
12
  });
13
13
  }), i({ addRequiredClass: function() {
14
- p.value = a.addRequiredClassUtil();
14
+ c.value = a.addRequiredClassUtil();
15
15
  } }), (t2, l2) => {
16
16
  const a2 = e.resolveComponent("el-input-number"), u3 = e.resolveComponent("el-form-item");
17
- return e.openBlock(), e.createBlock(u3, { ref_key: "formItemRef", ref: h, required: C.value.required, class: e.normalizeClass(e.unref(g) + (p.value ? " " + p.value : "")), "label-width": C.value.labelWidth, style: e.normalizeStyle(e.unref(v)) }, { label: e.withCtx(() => [C.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: b, style: e.normalizeStyle({ ...e.unref(y), ...e.unref(x) }) }, [C.value.prefixType ? (e.openBlock(), e.createBlock(o, { key: 0, pageContext: t2.pageContext, property: C.value }, null, 8, ["pageContext", "property"])) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(e.unref(r.$t)(C.value.title)), 1)], 64))], 4)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(a2, { ref_key: "componentRef", ref: k, disabled: "disabled" === C.value.state, readonly: "readonly" === C.value.state, controls: C.value.showButton, size: C.value.size, placeholder: C.value.placeholder, modelValue: m.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e2) => m.value = e2), precision: C.value.precision, step: C.value.step, min: C.value.min, max: C.value.max, onChange: l2[1] || (l2[1] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "change")), onBlur: l2[2] || (l2[2] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "blur")), onFocus: l2[3] || (l2[3] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "focus")) }, null, 8, ["disabled", "readonly", "controls", "size", "placeholder", "modelValue", "precision", "step", "min", "max"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
17
+ return e.openBlock(), e.createBlock(u3, { ref_key: "formItemRef", ref: h, required: C.value.required, class: e.normalizeClass(e.unref(g) + (c.value ? " " + c.value : "")), "label-width": C.value.labelWidth, style: e.normalizeStyle(e.unref(v)) }, { label: e.withCtx(() => [C.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: b, style: e.normalizeStyle({ ...e.unref(y), ...e.unref(x) }) }, [C.value.prefixType ? (e.openBlock(), e.createBlock(o, { key: 0, pageContext: t2.pageContext, property: C.value }, null, 8, ["pageContext", "property"])) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(e.unref(r.$t)(C.value.title)), 1)], 64))], 4)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(a2, { ref_key: "componentRef", ref: k, disabled: "disabled" === C.value.state, readonly: "readonly" === C.value.state, controls: C.value.showButton, size: C.value.size, placeholder: C.value.placeholder, modelValue: m.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e2) => m.value = e2), precision: C.value.precision, step: C.value.step, min: C.value.min, max: C.value.max, onChange: l2[1] || (l2[1] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "change")), onBlur: l2[2] || (l2[2] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "blur")), onFocus: l2[3] || (l2[3] = (l3) => e.unref(n.handleFormEvent)(l3, t2.pageContext, t2.configure, "focus")) }, null, 8, ["disabled", "readonly", "controls", "size", "placeholder", "modelValue", "precision", "step", "min", "max"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
18
18
  };
19
19
  } });
20
20
  module.exports = u;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./inputtext-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ const e = require("vue"), t = require("agilebuilder-ui"), n = require("../../../../utils/page-init-util.cjs"), o = require("../../../../utils/page-helper-util.cjs"), l = require("../../../../utils/events/event-util.cjs"), a = require("../../../../utils/form/scan-util.cjs"), u = require("../common/title-suffix-element.vue.cjs"), r = require("../../../../utils/eventBus.cjs"), i = require("../../../../utils/i18n-util.cjs"), c = require("../../../../utils/common-util.cjs"), s = e.defineComponent({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(s2, { expose: p }) {
3
+ var _a, _b, _c;
4
+ const f = s2, v = f.pageContext.entity ? f.pageContext.entity : {}, d = e.ref("text");
5
+ let g = n.getFormModelFields(f.pageContext, f.configure);
6
+ if (f.pageContext.modelFieldsMap) {
7
+ const e2 = o.getModelFieldFromPageContext(g, f.pageContext);
8
+ e2 && (d.value = o.isNumberDataType(e2.dataType) ? "number" : "text");
9
+ }
10
+ const y = e.ref(t.isMobileBrowser()), m = f.pageContext.code, x = e.ref(g && g.length > 0 ? m + "__" + g.join("__") : null), C = e.ref(null), k = e.computed({ get: () => o.getVariableValue(v, g), set(e2) {
11
+ o.setVariableValue(v, g, e2), null != e2 && "" !== e2 && (C.value = "");
12
+ } }), V = e.ref(null), h = e.ref(null), w = e.ref(null), T = f.configure.runtime ? f.configure.runtime : {}, I = e.ref(T.props ? T.props : {}), S = e.ref(!!((_a = I.value.scan) == null ? void 0 : _a.enable));
13
+ let b = false;
14
+ const B = window.localStorage.getItem("auth_source");
15
+ B && "dingtalk" === B && (b = true);
16
+ let N = "";
17
+ const q = navigator.userAgent;
18
+ N = q.indexOf(" uni-app ") > 0 ? "app" : "browser";
19
+ const E = !(!y.value || !N || "app" !== N), F = e.ref(!!((E || b) && S.value || y.value && S.value && "https:" === window.location.protocol));
20
+ let _ = {};
21
+ ((_b = I.value.scan) == null ? void 0 : _b.enable) && ((_c = I.value.scan.ruleList) == null ? void 0 : _c.length) > 0 && (a.formatScanRuleSets(I.value.scan.ruleList).then((e2) => {
22
+ _ = e2;
23
+ }), e.watch(() => k.value, (e2) => {
24
+ e2 = e2.trim();
25
+ const t2 = a.analysisScanValue(e2, _);
26
+ t2 && a.setScanAnalysisValue(f.pageContext, t2.scanSet, t2.params);
27
+ }));
28
+ const D = T.style, O = T.class, j = T.headerStyle, P = T.titleExceedStyle;
29
+ function R(e2) {
30
+ return o.setVariableValue(v, g, e2);
31
+ }
32
+ e.onMounted(() => {
33
+ r.$on(x.value + "-scanDone", (e2) => {
34
+ x.value, JSON.stringify(e2), R(e2.result), l.handleFormEvent(e2.result, f.pageContext, f.configure, "afterScanDone");
35
+ }), e.nextTick(() => {
36
+ var _a2;
37
+ const e2 = k.value;
38
+ l.handleAfterInitEvent(e2, f.pageContext, f.configure, { formItemRef: V.value, componentRef: h.value, titleRef: w.value, value: e2, entity: f.pageContext.entity.data, pageData: f.pageContext.entity.page }), F.value && ((_a2 = I.value.scan) == null ? void 0 : _a2.autoOpen) && $();
39
+ });
40
+ }), e.onUnmounted(() => {
41
+ r.$off(x.value + "-scanDone");
42
+ });
43
+ const M = e.ref(false);
44
+ function $() {
45
+ if (E || b) {
46
+ const e2 = { type: "scan", componentId: x.value, systemCode: f.pageContext.systemCode };
47
+ b && (e2.type = "dingTalkScan"), window.parent.parent ? (window.parent.parent, window.parent.parent.postMessage(JSON.stringify(e2), "*")) : window.parent && (window.parent, window.parent.postMessage(JSON.stringify(e2), "*"));
48
+ } else if (y.value) if ("https:" === window.location.protocol) M.value = true;
49
+ else {
50
+ const e2 = { type: "scan", componentId: x.value, systemCode: f.pageContext.systemCode };
51
+ window.parent.postMessage(JSON.stringify(e2), "*");
52
+ }
53
+ else M.value = true;
54
+ }
55
+ function z(e2) {
56
+ M.value = false, R(e2);
57
+ }
58
+ return p({ getValue: function() {
59
+ return o.getVariableValue(v, g);
60
+ }, setValue: R, scanClick: $, addRequiredClass: function() {
61
+ C.value = c.addRequiredClassUtil();
62
+ } }), (n2, a2) => {
63
+ const r2 = e.resolveComponent("el-input"), c2 = e.resolveComponent("scan-code-input-browser"), s3 = e.resolveComponent("el-form-item");
64
+ return e.openBlock(), e.createBlock(s3, { ref_key: "formItemRef", ref: V, required: !!I.value.required, class: e.normalizeClass(e.unref(O) + (C.value ? " " + C.value : "")), "label-width": I.value.labelWidth, style: e.normalizeStyle(e.unref(D)) }, { label: e.withCtx(() => [I.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: w, style: e.normalizeStyle({ ...e.unref(j), ...e.unref(P) }) }, [I.value.prefixType ? (e.openBlock(), e.createBlock(u, { key: 0, pageContext: n2.pageContext, property: I.value }, null, 8, ["pageContext", "property"])) : (e.openBlock(), e.createElementBlock(e.Fragment, { key: 1 }, [e.createTextVNode(e.toDisplayString(e.unref(i.$t)(I.value.title)), 1)], 64))], 4)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(r2, { ref_key: "componentRef", ref: h, disabled: "disabled" === I.value.state, readonly: "readonly" === I.value.state, size: I.value.size, clearable: I.value.clearable, placeholder: I.value.placeholder, maxlength: I.value.maxLength, "show-word-limit": I.value.showInputNum, type: d.value, modelValue: k.value, "onUpdate:modelValue": a2[5] || (a2[5] = (e2) => k.value = e2), onInput: a2[6] || (a2[6] = (t2) => e.unref(l.handleFormEvent)(t2, n2.pageContext, n2.configure, "input")), onChange: a2[7] || (a2[7] = (t2) => e.unref(l.handleFormEvent)(t2, n2.pageContext, n2.configure, "change")), onBlur: a2[8] || (a2[8] = (e2) => function(e3) {
65
+ let t2 = o.getVariableValue(v, g);
66
+ null != t2 && (t2 = t2.trim()), o.setVariableValue(v, g, t2), l.handleFormEvent(e3, f.pageContext, f.configure, "blur");
67
+ }(e2)), onFocus: a2[9] || (a2[9] = (t2) => e.unref(l.handleFormEvent)(t2, n2.pageContext, n2.configure, "focus")), onClick: a2[10] || (a2[10] = (t2) => e.unref(l.handleFormEvent)(t2, n2.pageContext, n2.configure, "click")), onClear: a2[11] || (a2[11] = (t2) => e.unref(l.handleFormEvent)(t2, n2.pageContext, n2.configure, "clear")) }, e.createSlots({ _: 2 }, ["outer" != I.value.iconPosition && (I.value.preIconType && I.value.preIconValue || I.value.preText) ? { name: "prefix", fn: e.withCtx(() => [I.value.preIconType && I.value.preIconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, style: { cursor: "pointer" }, iconType: I.value.preIconType, iconValue: I.value.preIconValue, onClick: a2[0] || (a2[0] = (t2) => e.unref(l.doSuffixOrPrefixClickEvent)(k.value, n2.pageContext, n2.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(i.$t)(I.value.preText)), 1)]), key: "0" } : void 0, "outer" == I.value.iconPosition && (I.value.preIconType && I.value.preIconValue || I.value.preText) ? { name: "prepend", fn: e.withCtx(() => [I.value.preIconType && I.value.preIconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, style: { cursor: "pointer" }, iconType: I.value.preIconType, iconValue: I.value.preIconValue, onClick: a2[1] || (a2[1] = (t2) => e.unref(l.doSuffixOrPrefixClickEvent)(k.value, n2.pageContext, n2.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(i.$t)(I.value.preText)), 1)]), key: "1" } : void 0, "outer" != I.value.iconPosition && (I.value.sufIconType && I.value.sufIconValue || I.value.sufText) ? { name: "suffix", fn: e.withCtx(() => [I.value.sufIconType && I.value.sufIconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, style: { cursor: "pointer" }, iconType: I.value.sufIconType, iconValue: I.value.sufIconValue, onClick: a2[2] || (a2[2] = (t2) => e.unref(l.doSuffixOrPrefixClickEvent)(k.value, n2.pageContext, n2.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(i.$t)(I.value.sufText)), 1)]), key: "2" } : void 0, F.value || "outer" == I.value.iconPosition && (I.value.sufIconType && I.value.sufIconValue || I.value.sufText) ? { name: "append", fn: e.withCtx(() => [F.value ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: a2[3] || (a2[3] = (e2) => $()) })) : e.createCommentVNode("", true), I.value.sufIconType && I.value.sufIconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 1, style: { cursor: "pointer" }, iconType: I.value.sufIconType, iconValue: I.value.sufIconValue, onClick: a2[4] || (a2[4] = (t2) => e.unref(l.doSuffixOrPrefixClickEvent)(k.value, n2.pageContext, n2.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(i.$t)(I.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), M.value ? (e.openBlock(), e.createBlock(c2, { key: 0, onClose: z })) : e.createCommentVNode("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
68
+ };
69
+ } });
70
+ module.exports = s;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ const e = require("./label-runtime.vue2.cjs");
3
+ ;/* empty css */
4
+ const r = require("../../../../../../_virtual/_plugin-vue_export-helper.cjs")(e, [["__scopeId", "data-v-2ffad4a6"]]);
5
+ module.exports = r;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), n = require("agilebuilder-ui"), o = require("../../../../utils/events/event-util.js"), a = require("../../../../utils/i18n-util.js"), u = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px" } }, i = { style: { overflow: "hidden", "white-space": "nowrap" } }, r = ["title"], s = e.defineComponent({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(s2, { expose: c }) {
3
- const p = s2, f = p.pageContext.entity ? p.pageContext.entity : {};
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), n = require("agilebuilder-ui"), o = require("../../../../utils/events/event-util.cjs"), a = require("../../../../utils/i18n-util.cjs"), u = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px" } }, i = { style: { overflow: "hidden", "white-space": "nowrap" } }, r = ["title"], c = e.defineComponent({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(c2, { expose: s }) {
3
+ const p = c2, f = p.pageContext.entity ? p.pageContext.entity : {};
4
4
  let v = t.getFormModelFields(p.pageContext, p.configure);
5
5
  const y = p.configure.runtime ? p.configure.runtime : {}, m = y.style, d = y.class, g = y.headerStyle, k = y.appendClass, x = y.appendStyle, C = y.titleExceedStyle, V = e.ref(y.props ? y.props : {});
6
6
  const h = e.ref(V.value.options ? V.value.options : []), T = V.value.formatType;
@@ -21,11 +21,11 @@ const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l
21
21
  const e2 = S.value;
22
22
  o.handleAfterInitEvent(e2, p.pageContext, p.configure, { formItemRef: w.value, componentRef: B.value, titleRef: I.value, value: e2, entity: p.pageContext.entity.data, pageData: p.pageContext.entity.page });
23
23
  });
24
- }), c({ updateOptions: function(e2) {
24
+ }), s({ updateOptions: function(e2) {
25
25
  h.value = e2 || [];
26
26
  } }), (t2, l2) => {
27
- const s3 = e.resolveComponent("el-form-item");
28
- return V.value.whetherTittle ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: I, class: e.normalizeClass(e.unref(d)), style: e.normalizeStyle(e.unref(m)) }, [e.createElementVNode("div", u, e.toDisplayString(V.value.title), 1)], 6)) : V.value.tittleShow ? (e.openBlock(), e.createBlock(s3, { key: 1, ref_key: "formItemRef", ref: w, required: !!V.value.required, class: e.normalizeClass([e.unref(d), V.value.contentAlign ? "form-item-align-" + V.value.contentAlign : "formNo" === V.value.showType ? "form-item-align-flex-end" : ""]), "label-width": V.value.labelWidth, style: e.normalizeStyle(e.unref(m)) }, { label: e.withCtx(() => [V.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: I, style: e.normalizeStyle({ ...e.unref(g), ...e.unref(C) }) }, e.toDisplayString(e.unref(a.$t)(V.value.title)), 5)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createElementVNode("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: B, onClick: l2[0] || (l2[0] = (l3) => e.unref(o.handleFormEvent)(l3, t2.pageContext, t2.configure, "click")) }, [e.createElementVNode("span", i, [V.value.preIconValue || V.value.preText ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass({ "el-input__suffix": "outer" != V.value.iconPosition, "el-input-group__append": "outer" == V.value.iconPosition }), style: e.normalizeStyle(e.unref(x)) }, [V.value.preIconType && V.value.preIconValue ? (e.openBlock(), e.createBlock(e.unref(n.SuperIcon), { key: 0, iconType: V.value.preIconType, iconValue: V.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(a.$t)(V.value.preText)), 1)], 6)) : e.createCommentVNode("", true), e.createTextVNode("  " + e.toDisplayString(S.value), 1)]), V.value.sufIconValue || V.value.sufText ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass({ "el-input__suffix": "outer" != V.value.iconPosition, "el-input-group__append": "outer" == V.value.iconPosition }) }, [V.value.sufIconType && V.value.sufIconValue ? (e.openBlock(), e.createBlock(e.unref(n.SuperIcon), { key: 0, style: {}, iconType: V.value.sufIconType, iconValue: V.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createElementVNode("span", null, " " + e.toDisplayString(e.unref(a.$t)(V.value.sufText)), 1)], 2)) : e.createCommentVNode("", true)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (e.openBlock(), e.createElementBlock("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: l2[1] || (l2[1] = (l3) => e.unref(o.handleFormEvent)(l3, t2.pageContext, t2.configure, "click")) }, [e.createElementVNode("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: S.value }, e.toDisplayString(V.value.prefixIcon) + " " + e.toDisplayString(S.value), 9, r), V.value.suffixTxt ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass(e.unref(k)), style: e.normalizeStyle(e.unref(x)) }, e.toDisplayString(V.value.suffixTxt), 7)) : e.createCommentVNode("", true)]));
27
+ const c3 = e.resolveComponent("el-form-item");
28
+ return V.value.whetherTittle ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: I, class: e.normalizeClass(e.unref(d)), style: e.normalizeStyle(e.unref(m)) }, [e.createElementVNode("div", u, e.toDisplayString(V.value.title), 1)], 6)) : V.value.tittleShow ? (e.openBlock(), e.createBlock(c3, { key: 1, ref_key: "formItemRef", ref: w, required: !!V.value.required, class: e.normalizeClass([e.unref(d), V.value.contentAlign ? "form-item-align-" + V.value.contentAlign : "formNo" === V.value.showType ? "form-item-align-flex-end" : ""]), "label-width": V.value.labelWidth, style: e.normalizeStyle(e.unref(m)) }, { label: e.withCtx(() => [V.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: I, style: e.normalizeStyle({ ...e.unref(g), ...e.unref(C) }) }, e.toDisplayString(e.unref(a.$t)(V.value.title)), 5)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createElementVNode("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: B, onClick: l2[0] || (l2[0] = (l3) => e.unref(o.handleFormEvent)(l3, t2.pageContext, t2.configure, "click")) }, [e.createElementVNode("span", i, [V.value.preIconValue || V.value.preText ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass({ "el-input__suffix": "outer" != V.value.iconPosition, "el-input-group__append": "outer" == V.value.iconPosition }), style: e.normalizeStyle(e.unref(x)) }, [V.value.preIconType && V.value.preIconValue ? (e.openBlock(), e.createBlock(e.unref(n.SuperIcon), { key: 0, iconType: V.value.preIconType, iconValue: V.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(a.$t)(V.value.preText)), 1)], 6)) : e.createCommentVNode("", true), e.createTextVNode("  " + e.toDisplayString(S.value), 1)]), V.value.sufIconValue || V.value.sufText ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass({ "el-input__suffix": "outer" != V.value.iconPosition, "el-input-group__append": "outer" == V.value.iconPosition }) }, [V.value.sufIconType && V.value.sufIconValue ? (e.openBlock(), e.createBlock(e.unref(n.SuperIcon), { key: 0, style: {}, iconType: V.value.sufIconType, iconValue: V.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createElementVNode("span", null, " " + e.toDisplayString(e.unref(a.$t)(V.value.sufText)), 1)], 2)) : e.createCommentVNode("", true)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (e.openBlock(), e.createElementBlock("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: l2[1] || (l2[1] = (l3) => e.unref(o.handleFormEvent)(l3, t2.pageContext, t2.configure, "click")) }, [e.createElementVNode("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: S.value }, e.toDisplayString(V.value.prefixIcon) + " " + e.toDisplayString(S.value), 9, r), V.value.suffixTxt ? (e.openBlock(), e.createElementBlock("span", { key: 0, class: e.normalizeClass(e.unref(k)), style: e.normalizeStyle(e.unref(x)) }, e.toDisplayString(V.value.suffixTxt), 7)) : e.createCommentVNode("", true)]));
29
29
  };
30
30
  } });
31
- module.exports = s;
31
+ module.exports = c;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./link-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), n = require("../../../../utils/events/event-util.js"), r = require("../../../../utils/i18n-util.js"), a = e.defineComponent({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(a2) {
3
- const i = a2, o = t.getFormModelFields(i.pageContext, i.configure), u = i.configure.runtime ? i.configure.runtime : {}, s = u.style, p = u.class, c = u.headerStyle, f = e.ref(u.props ? u.props : {});
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), r = require("../../../../utils/i18n-util.cjs"), a = e.defineComponent({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(a2) {
3
+ const i = a2, o = t.getFormModelFields(i.pageContext, i.configure), u = i.configure.runtime ? i.configure.runtime : {}, s = u.style, c = u.class, p = u.headerStyle, f = e.ref(u.props ? u.props : {});
4
4
  f.value;
5
5
  let d = f.value.formatting;
6
6
  const m = i.pageContext.entity ? i.pageContext.entity : {}, g = e.computed(() => {
@@ -20,7 +20,7 @@ const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l
20
20
  });
21
21
  }), (t2, l2) => {
22
22
  const a3 = e.resolveComponent("el-link"), i2 = e.resolveComponent("el-tooltip"), o2 = e.resolveComponent("el-form-item");
23
- return e.openBlock(), e.createBlock(o2, { ref_key: "formItemRef", ref: C, class: e.normalizeClass(e.unref(p)), "label-width": f.value.labelWidth, style: e.normalizeStyle(e.unref(s)) }, { label: e.withCtx(() => [f.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: k, style: e.normalizeStyle({ ...e.unref(c) }) }, e.toDisplayString(e.unref(r.$t)(f.value.title)), 5)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(i2, { disabled: !e.unref(y), content: e.unref(y) }, { default: e.withCtx(() => [e.createVNode(a3, { ref_key: "componentRef", ref: x, disabled: "disabled" === f.value.state, type: f.value.type, underline: f.value.underline, onClick: l2[0] || (l2[0] = (l3) => e.unref(n.handleEvent)(l3, t2.pageContext, t2.configure, "click", { skipValidate: true })) }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(g.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
23
+ return e.openBlock(), e.createBlock(o2, { ref_key: "formItemRef", ref: C, class: e.normalizeClass(e.unref(c)), "label-width": f.value.labelWidth, style: e.normalizeStyle(e.unref(s)) }, { label: e.withCtx(() => [f.value.tittleShow ? (e.openBlock(), e.createElementBlock("div", { key: 0, ref_key: "titleRef", ref: k, style: e.normalizeStyle({ ...e.unref(p) }) }, e.toDisplayString(e.unref(r.$t)(f.value.title)), 5)) : e.createCommentVNode("", true)]), default: e.withCtx(() => [e.createVNode(i2, { disabled: !e.unref(y), content: e.unref(y) }, { default: e.withCtx(() => [e.createVNode(a3, { ref_key: "componentRef", ref: x, disabled: "disabled" === f.value.state, type: f.value.type, underline: f.value.underline, onClick: l2[0] || (l2[0] = (l3) => e.unref(n.handleEvent)(l3, t2.pageContext, t2.configure, "click", { skipValidate: true })) }, { default: e.withCtx(() => [e.createTextVNode(e.toDisplayString(g.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
24
24
  };
25
25
  } });
26
26
  module.exports = a;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ const e = require("./placeholder-runtime.vue2.cjs");
3
+ ;/* empty css */
4
+ const r = require("../../../../../../_virtual/_plugin-vue_export-helper.cjs")(e, [["__scopeId", "data-v-96fc65d8"]]);
5
+ module.exports = r;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/events/event-util.js"), n = e.defineComponent({ __name: "placeholder-runtime", props: { pageContext: {}, configure: {} }, setup(n2) {
2
+ const e = require("vue"), t = require("../../../../utils/events/event-util.cjs"), n = e.defineComponent({ __name: "placeholder-runtime", props: { pageContext: {}, configure: {} }, setup(n2) {
3
3
  const r = n2, o = r.configure.runtime ? r.configure.runtime : {}, l = o.style, u = o.class, i = e.ref(null), a = e.ref(null);
4
4
  return e.onMounted(() => {
5
5
  e.nextTick(() => {
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./radio-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-helper-util.js"), l = require("../../../../utils/page-init-util.js"), n = require("../../../../utils/events/event-util.js"), o = require("../../../../utils/i18n-util.js"), a = require("../../../../utils/common-util.js"), u = e.defineComponent({ __name: "radio-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: r }) {
2
+ const e = require("vue"), t = require("../../../../utils/page-helper-util.cjs"), l = require("../../../../utils/page-init-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), o = require("../../../../utils/i18n-util.cjs"), a = require("../../../../utils/common-util.cjs"), u = e.defineComponent({ __name: "radio-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: r }) {
3
3
  const i = u2, s = e.ref(null), c = i.pageContext.entity ? i.pageContext.entity : {};
4
4
  let f = l.getFormModelFields(i.pageContext, i.configure);
5
5
  const p = e.computed({ get() {
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ const e = require("./richtext-runtime.vue2.cjs");
3
+ ,/* empty css */ ;/* empty css */
4
+ const r = require("../../../../../../_virtual/_plugin-vue_export-helper.cjs")(e, [["__scopeId", "data-v-34d362f9"]]);
5
+ module.exports = r;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), n = require("../../../../utils/page-helper-util.js"), l = require("../../../../utils/events/event-util.js"), o = require("agilebuilder-ui/src/utils/request"), r = require("../../../../utils/i18n-util.js"), a = require("../../../../utils/common-util.js"), i = require("quill");
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), n = require("../../../../utils/page-helper-util.cjs"), l = require("../../../../utils/events/event-util.cjs"), o = require("agilebuilder-ui"), r = require("../../../../utils/i18n-util.cjs"), a = require("../../../../utils/common-util.cjs"), i = require("quill");
3
3
  require("quill/dist/quill.snow.css");
4
4
  const u = require("element-plus"), c = { class: "toolbar-right-btns" }, s = ["title"], d = { class: "richtext-statusbar" }, p = { class: "word-count" }, f = { key: 0, class: "upload-loading" }, m = ["innerHTML"], v = e.defineComponent({ __name: "richtext-runtime", props: { pageContext: {}, configure: {} }, setup(v2, { expose: g }) {
5
5
  const h = ["12px", "14px", "16px", "18px", "20px", "24px", "28px", "32px", "36px", "48px"], b = i.import("attributors/style/size");
@@ -94,7 +94,7 @@ const u = require("element-plus"), c = { class: "toolbar-right-btns" }, s = ["ti
94
94
  const t2 = new FormData();
95
95
  t2.append("file", e2);
96
96
  const n2 = y.pageContext.backendUrl, l2 = a.getBaseUrl(n2, y.pageContext.isTest);
97
- return o.post(l2 + "/common/fs-upload/rich-editor-image", t2, { headers: { "Content-Type": "multipart/form-data" } });
97
+ return o.http.post(l2 + "/common/fs-upload/rich-editor-image", t2, { headers: { "Content-Type": "multipart/form-data" } });
98
98
  }
99
99
  function se(e2, t2) {
100
100
  const n2 = e2.split(","), l2 = n2[0].match(/:(.*?);/), o2 = l2 ? l2[1] : "image/png", r2 = atob(n2[1]);
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./select-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-helper-util.js"), l = require("../../../../utils/page-init-util.js"), o = require("../../../../utils/events/event-util.js"), a = require("../common/title-suffix-element.vue.js"), n = require("../../../../utils/i18n-util.js"), r = require("../../../../utils/common-util.js"), u = require("@element-plus/icons-vue"), i = require("clipboard"), s = require("element-plus"), c = require("vue-i18n"), p = { style: { "padding-left": "5px" } }, f = { style: { width: "100%" } }, v = { style: { float: "left" } }, g = { style: { float: "right", color: "var(--el-text-color-secondary)", "font-size": "13px" } }, d = e.defineComponent({ __name: "select-runtime", props: { pageContext: {}, configure: {} }, setup(d2, { expose: m }) {
2
+ const e = require("vue"), t = require("../../../../utils/page-helper-util.cjs"), l = require("../../../../utils/page-init-util.cjs"), o = require("../../../../utils/events/event-util.cjs"), a = require("../common/title-suffix-element.vue.cjs"), n = require("../../../../utils/i18n-util.cjs"), r = require("../../../../utils/common-util.cjs"), u = require("@element-plus/icons-vue"), i = require("clipboard"), s = require("element-plus"), c = require("vue-i18n"), p = { style: { "padding-left": "5px" } }, f = { style: { width: "100%" } }, v = { style: { float: "left" } }, g = { style: { float: "right", color: "var(--el-text-color-secondary)", "font-size": "13px" } }, d = e.defineComponent({ __name: "select-runtime", props: { pageContext: {}, configure: {} }, setup(d2, { expose: m }) {
3
3
  const { t: h } = c.useI18n(), y = d2, C = e.ref(null), x = y.pageContext.entity ? y.pageContext.entity : {};
4
4
  let b = l.getFormModelFields(y.pageContext, y.configure);
5
5
  const k = y.configure.runtime ? y.configure.runtime : {}, w = k.style, V = k.class, S = k.headerStyle, q = k.titleExceedStyle, E = e.ref(k.props ? k.props : {});
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./separatelabel-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("agilebuilder-ui"), n = require("../../../../utils/i18n-util.js"), r = require("../../../../utils/events/event-util.js"), o = e.defineComponent({ __name: "separatelabel-runtime", props: { pageContext: {}, configure: {} }, setup(o2, { expose: i }) {
3
- const l = o2, a = e.ref(null), u = l.configure.runtime ? l.configure.runtime : {}, s = u.style, c = u.class, p = u.headerStyle;
2
+ const e = require("vue"), t = require("agilebuilder-ui"), n = require("../../../../utils/i18n-util.cjs"), r = require("../../../../utils/events/event-util.cjs"), o = e.defineComponent({ __name: "separatelabel-runtime", props: { pageContext: {}, configure: {} }, setup(o2, { expose: i }) {
3
+ const l = o2, a = e.ref(null), u = l.configure.runtime ? l.configure.runtime : {}, c = u.style, s = u.class, p = u.headerStyle;
4
4
  return e.onMounted(() => {
5
5
  e.nextTick(() => {
6
6
  const e2 = n.$t(l.configure.props.base.title);
7
7
  r.handleAfterInitEvent(e2, l.pageContext, l.configure, { componentRef: a.value, value: e2, entity: l.pageContext.entity.data, pageData: l.pageContext.entity.page });
8
8
  });
9
- }), i({}), (r2, o3) => (e.openBlock(), e.createElementBlock("div", { style: e.normalizeStyle(e.unref(s)), class: e.normalizeClass([e.unref(c), "amb-widget-separatelabel"]), ref_key: "thisRef", ref: a }, [e.createElementVNode("div", { class: "label", style: e.normalizeStyle(e.unref(p)) }, [r2.configure.props.iconType && r2.configure.props.iconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, iconType: r2.configure.props.iconType, iconValue: r2.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(n.$t)(r2.configure.props.base.title)), 1)], 4)], 6));
9
+ }), i({}), (r2, o3) => (e.openBlock(), e.createElementBlock("div", { style: e.normalizeStyle(e.unref(c)), class: e.normalizeClass([e.unref(s), "amb-widget-separatelabel"]), ref_key: "thisRef", ref: a }, [e.createElementVNode("div", { class: "label", style: e.normalizeStyle(e.unref(p)) }, [r2.configure.props.iconType && r2.configure.props.iconValue ? (e.openBlock(), e.createBlock(e.unref(t.SuperIcon), { key: 0, iconType: r2.configure.props.iconType, iconValue: r2.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : e.createCommentVNode("", true), e.createTextVNode(" " + e.toDisplayString(e.unref(n.$t)(r2.configure.props.base.title)), 1)], 4)], 6));
10
10
  } });
11
11
  module.exports = o;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./switch-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), a = require("../../../../utils/events/event-util.js"), u = require("../../../../utils/i18n-util.js"), i = require("../../../../utils/common-util.js"), n = e.defineComponent({ __name: "switch-runtime", props: { pageContext: {}, configure: {} }, setup(n2, { expose: r }) {
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), a = require("../../../../utils/events/event-util.cjs"), u = require("../../../../utils/i18n-util.cjs"), i = require("../../../../utils/common-util.cjs"), n = e.defineComponent({ __name: "switch-runtime", props: { pageContext: {}, configure: {} }, setup(n2, { expose: r }) {
3
3
  const o = n2, v = e.ref(null), c = o.pageContext.entity ? o.pageContext.entity : {};
4
4
  let s = t.getFormModelFields(o.pageContext, o.configure);
5
5
  const f = o.configure.runtime ? o.configure.runtime : {}, d = f.style, p = f.class, m = f.headerStyle, V = f.titleExceedStyle, g = e.ref(f.props ? f.props : {});
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./tag-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), n = require("../../../../utils/events/event-util.js"), r = require("../../../../utils/i18n-util.js"), a = e.defineComponent({ __name: "tag-runtime", props: { pageContext: {}, configure: {} }, setup(a2) {
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), r = require("../../../../utils/i18n-util.cjs"), a = e.defineComponent({ __name: "tag-runtime", props: { pageContext: {}, configure: {} }, setup(a2) {
3
3
  const o = a2, i = t.getFormModelFields(o.pageContext, o.configure), u = o.configure.runtime ? o.configure.runtime : {}, s = u.style, c = u.class, p = u.headerStyle, f = u.titleExceedStyle, g = e.ref(u.props ? u.props : {});
4
4
  let m = g.value.formatting;
5
5
  const v = o.pageContext.entity ? o.pageContext.entity : {}, y = e.computed(() => {
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./textarea-runtime.vue2.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), t = require("../../../../utils/page-init-util.js"), l = require("../../../../utils/page-helper-util.js"), n = require("../../../../utils/events/event-util.js"), a = require("../common/title-suffix-element.vue.js"), r = require("../../../../utils/i18n-util.js"), o = require("../../../../utils/common-util.js"), u = e.defineComponent({ __name: "textarea-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: i }) {
2
+ const e = require("vue"), t = require("../../../../utils/page-init-util.cjs"), l = require("../../../../utils/page-helper-util.cjs"), n = require("../../../../utils/events/event-util.cjs"), a = require("../common/title-suffix-element.vue.cjs"), r = require("../../../../utils/i18n-util.cjs"), o = require("../../../../utils/common-util.cjs"), u = e.defineComponent({ __name: "textarea-runtime", props: { pageContext: {}, configure: {} }, setup(u2, { expose: i }) {
3
3
  const s = u2, c = e.ref(null), p = s.pageContext.entity ? s.pageContext.entity : {};
4
4
  let d = t.getFormModelFields(s.pageContext, s.configure);
5
5
  const m = e.computed({ get: () => l.getVariableValue(p, d), set(e2) {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const e = require("vue"), n = require("./error-render.vue.js"), o = require("../../utils/assemblys-config.js"), t = require("../../utils/interfaces/page-design-types.js"), r = require("../../utils/global-refs.js"), i = require("../../utils/page-init-util.js"), s = require("../../utils/page-helper-util.js"), u = require("../../utils/common-util.js"), l = require("../../utils/events/event-util.js"), c = e.defineComponent({ __name: "home-chart-render", props: { pageContext: {}, configure: {} }, setup(c2) {
3
- const a = c2;
2
+ const e = require("vue"), n = require("./error-render.vue.cjs"), o = require("../../utils/assemblys-config.cjs"), t = require("../../utils/interfaces/page-design-types.cjs"), r = require("../../utils/global-refs.cjs"), i = require("../../utils/page-init-util.cjs"), s = require("../../utils/page-helper-util.cjs"), u = require("../../utils/common-util.cjs"), c = require("../../utils/events/event-util.cjs"), l = e.defineComponent({ __name: "home-chart-render", props: { pageContext: {}, configure: {} }, setup(l2) {
3
+ const a = l2;
4
4
  null == a.configure.style && (a.configure.style = {});
5
5
  const g = i.getPermissionCodes(a.configure, a.pageContext);
6
6
  a.configure && a.configure.props && a.configure.props.base && (a.configure.props.base.functionCode = g);
@@ -67,7 +67,7 @@ const e = require("vue"), n = require("./error-render.vue.js"), o = require("../
67
67
  };
68
68
  return (n2, o2) => {
69
69
  const t2 = e.resolveDirective("permission");
70
- return e.unref(l.isShowComponent)(n2.configure) ? e.withDirectives((e.openBlock(), e.createBlock(e.resolveDynamicComponent(m.value), { key: 0, ref: b, style: e.normalizeStyle(v.value), class: e.normalizeClass(y.value), configure: n2.configure, pageContext: n2.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[e.vShow, e.unref(p)], [t2, { codes: e.unref(g) ? e.unref(g) : "true", systemCode: n2.pageContext.systemCode }]]) : e.createCommentVNode("", true);
70
+ return e.unref(c.isShowComponent)(n2.configure) ? e.withDirectives((e.openBlock(), e.createBlock(e.resolveDynamicComponent(m.value), { key: 0, ref: b, style: e.normalizeStyle(v.value), class: e.normalizeClass(y.value), configure: n2.configure, pageContext: n2.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[e.vShow, e.unref(p)], [t2, { codes: e.unref(g) ? e.unref(g) : "true", systemCode: n2.pageContext.systemCode }]]) : e.createCommentVNode("", true);
71
71
  };
72
72
  } });
73
- module.exports = c;
73
+ module.exports = l;
@@ -0,0 +1,17 @@
1
+ import { PageContext, Component } from '../../utils/interfaces/page-design-types.js';
2
+
3
+ interface MyProps {
4
+ pageContext: PageContext;
5
+ configure: Component;
6
+ }
7
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MyProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MyProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const e = require("./home-chart-render.vue.cjs");
3
+ module.exports = e;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("vue"), o = require("./error-render.vue.js"), n = require("../../utils/assemblys-config.js"), t = require("../../utils/interfaces/page-design-types.js"), i = require("../../utils/global-refs.js"), r = require("../../utils/page-init-util.js"), s = require("../../utils/page-helper-util.js"), u = require("../../utils/common-util.js"), l = require("../../utils/events/event-util.js"), a = require("../../utils/page-store.js"), c = require("../../utils/table-utils.js"), p = require("agilebuilder-ui/src/utils/permission.js"), g = e.defineComponent({ __name: "object-render", props: { pageContext: {}, configure: {} }, setup(g2) {
2
+ const e = require("vue"), o = require("./error-render.vue.cjs"), n = require("../../utils/assemblys-config.cjs"), t = require("../../utils/interfaces/page-design-types.cjs"), i = require("../../utils/global-refs.cjs"), r = require("../../utils/page-init-util.cjs"), s = require("../../utils/page-helper-util.cjs"), u = require("../../utils/common-util.cjs"), l = require("../../utils/events/event-util.cjs"), a = require("../../utils/page-store.cjs"), c = require("../../utils/table-utils.cjs"), p = require("agilebuilder-ui"), g = e.defineComponent({ __name: "object-render", props: { pageContext: {}, configure: {} }, setup(g2) {
3
3
  var _a, _b;
4
4
  const f = g2;
5
5
  null == f.configure.style && (f.configure.style = {});