super-page-runtime 2.3.22-tmp1 → 2.3.22-tmp3

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 (385) hide show
  1. package/dist/es/_virtual/_plugin-vue_export-helper.mjs +4 -4
  2. package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
  3. package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
  4. package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
  6. package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
  7. package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
  8. package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
  9. package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
  10. package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
  11. package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
  12. package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
  13. package/dist/es/components/runtime/utils/common-util.mjs +91 -94
  14. package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
  15. package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
  16. package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
  17. package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
  18. package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
  19. package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
  20. package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
  21. package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
  22. package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
  23. package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
  24. package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
  25. package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
  26. package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
  27. package/dist/es/components/runtime/utils/page-store.mjs +38 -38
  28. package/dist/es/components/runtime/utils/store-util.mjs +9 -9
  29. package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
  30. package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
  31. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
  32. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
  33. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
  34. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
  35. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
  36. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
  37. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
  38. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
  39. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
  40. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
  41. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
  42. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
  43. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
  44. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
  45. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
  46. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
  47. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
  48. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
  49. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
  50. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
  51. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
  52. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
  53. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
  54. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
  55. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
  56. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
  57. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
  58. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
  59. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
  60. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
  61. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
  62. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
  63. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
  64. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
  65. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
  66. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
  67. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
  68. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
  69. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
  70. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
  71. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
  72. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
  73. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
  74. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
  75. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
  76. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
  77. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
  78. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
  79. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
  80. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
  81. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
  82. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
  83. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
  84. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
  85. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
  86. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
  87. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
  88. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
  89. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
  90. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
  91. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
  92. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
  93. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
  94. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
  95. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
  96. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
  97. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
  98. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
  99. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
  100. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
  101. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
  102. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
  103. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
  104. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
  105. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
  106. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
  107. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
  108. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
  109. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
  110. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
  111. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
  112. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
  113. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
  114. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
  115. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
  116. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
  117. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
  118. package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
  119. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
  120. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
  121. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
  122. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
  123. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
  124. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
  125. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
  126. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
  127. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
  128. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
  129. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
  130. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
  131. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
  132. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
  133. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
  134. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
  135. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
  136. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
  137. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
  138. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
  139. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
  140. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
  141. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
  142. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
  143. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
  144. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
  145. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
  146. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
  147. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
  148. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
  149. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
  150. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
  151. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
  152. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
  153. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
  154. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
  155. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
  156. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
  157. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
  158. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
  159. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
  160. package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
  161. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
  162. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
  163. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
  164. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
  165. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
  166. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
  167. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
  168. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
  169. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
  170. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
  171. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
  172. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
  173. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
  174. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
  175. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
  176. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
  177. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
  178. package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
  179. package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
  180. package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
  181. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
  182. package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
  183. package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
  184. package/dist/es/index.mjs +27 -27
  185. package/dist/es/style.css +1 -996
  186. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
  187. package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
  188. package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
  189. package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
  190. package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
  191. package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
  192. package/dist/lib/assets/file.png.cjs +1 -2
  193. package/dist/lib/assets/folder.png.cjs +1 -2
  194. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
  195. package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
  196. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
  197. package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
  198. package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
  199. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
  200. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
  201. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
  202. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
  203. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
  204. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
  205. package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
  206. package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
  207. package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
  208. package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
  209. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
  210. package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
  211. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
  212. package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
  213. package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
  214. package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
  215. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
  216. package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
  217. package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
  218. package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
  219. package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
  220. package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
  221. package/dist/lib/components/runtime/utils/store.cjs +1 -3
  222. package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
  223. package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
  224. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
  225. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
  226. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
  227. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
  228. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
  229. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
  230. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
  231. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
  232. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
  233. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
  234. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
  235. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
  236. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
  237. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
  238. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
  239. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
  240. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
  241. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
  242. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
  243. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
  244. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
  245. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
  246. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
  247. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
  248. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
  249. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
  250. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
  251. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
  252. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
  253. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
  254. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
  255. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
  256. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
  257. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
  258. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
  259. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
  260. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
  261. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
  262. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
  263. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
  264. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
  265. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
  266. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
  267. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
  268. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
  269. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
  270. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
  271. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
  272. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
  273. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
  274. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
  275. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
  276. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
  277. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
  278. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
  279. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
  280. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
  281. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
  282. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
  283. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
  284. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
  285. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
  286. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
  287. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
  288. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
  289. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
  290. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
  291. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
  292. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
  293. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
  294. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
  295. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
  296. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
  297. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
  298. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
  299. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
  300. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
  301. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
  302. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
  303. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
  304. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
  305. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
  306. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
  307. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
  308. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
  309. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
  310. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
  311. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
  312. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
  313. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
  314. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
  315. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
  316. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
  317. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
  318. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
  319. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
  320. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
  321. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
  322. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
  323. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
  324. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
  325. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
  326. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
  327. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
  328. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
  329. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
  330. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
  331. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
  332. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
  333. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
  334. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
  335. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
  336. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
  337. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
  338. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
  339. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
  340. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
  341. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
  342. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
  343. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
  344. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
  345. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
  346. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
  347. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
  348. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
  349. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
  350. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
  351. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
  352. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
  353. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
  354. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
  355. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
  356. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
  357. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
  358. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
  359. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
  360. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
  361. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
  362. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
  363. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
  364. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
  365. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
  366. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
  367. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
  368. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
  369. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
  370. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
  371. package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
  372. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
  373. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
  374. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
  375. package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
  376. package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
  377. package/dist/lib/i18n/langs/cn.cjs +1 -2
  378. package/dist/lib/i18n/langs/en.cjs +1 -2
  379. package/dist/lib/index.cjs +1 -6
  380. package/dist/lib/style.css +1 -996
  381. package/dist/umd/index.full.min.js +3 -7429
  382. package/dist/umd/style.css +1 -996
  383. package/package.json +77 -76
  384. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  385. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
@@ -1,8 +1,8 @@
1
- const t = (t2, o) => {
2
- const c = t2.__vccOpts || t2;
3
- for (const [t3, s] of o) c[t3] = s;
1
+ const r = (t, o) => {
2
+ const c = t.__vccOpts || t;
3
+ for (const [s, n] of o) c[s] = n;
4
4
  return c;
5
5
  };
6
6
  export {
7
- t as default
7
+ r as default
8
8
  };
@@ -1,16 +1,16 @@
1
- import { setActiveMenuToChatAiStore as e, setPageInfoToChatStore as o } from "agilebuilder-ui";
2
- import { functions as t } from "./api/page-expose-util.mjs";
3
- function a(e2) {
4
- const o2 = t.getFormViewData(e2), a2 = e2.propTitleMap, r2 = {};
5
- for (const e3 in o2) Array.isArray(o2[e3]) || a2 && a2[e3] && (r2[a2[e3]] = o2[e3]);
6
- return r2;
1
+ import { setActiveMenuToChatAiStore as n, setPageInfoToChatStore as s } from "agilebuilder-ui";
2
+ import { functions as i } from "./api/page-expose-util.mjs";
3
+ function m(o) {
4
+ const e = i.getFormViewData(o), a = o.propTitleMap, r = {};
5
+ for (const t in e) Array.isArray(e[t]) || a && a[t] && (r[a[t]] = e[t]);
6
+ return r;
7
7
  }
8
- function r(t2, a2) {
9
- t2 && (e({ menuCode: a2.menuCode, menuName: a2.label }), o(a2, { instance: t2, exposeProxy: t2.exposeProxy, pageType: a2.pageType }));
8
+ function p(o, e) {
9
+ o && (n({ menuCode: e.menuCode, menuName: e.label }), s(e, { instance: o, exposeProxy: o.exposeProxy, pageType: e.pageType }));
10
10
  }
11
- const i = { getFormFormatDataUtil: a, setPageToChatStore: r };
11
+ const f = { getFormFormatDataUtil: m, setPageToChatStore: p };
12
12
  export {
13
- i as default,
14
- a as getFormFormatDataUtil,
15
- r as setPageToChatStore
13
+ f as default,
14
+ m as getFormFormatDataUtil,
15
+ p as setPageToChatStore
16
16
  };
@@ -1,69 +1,69 @@
1
- import { caculateShowCondition as t } from "./page-helper-util.mjs";
2
- import { getComponentRefByCode as o, getComponentRef as e } from "./global-refs.mjs";
3
- import { nextTick as n } from "vue";
4
- function l(t2, o2) {
5
- const l2 = e(t2, o2);
6
- l2 && n(() => {
7
- s(l2);
1
+ import { caculateShowCondition as d } from "./page-helper-util.mjs";
2
+ import { getComponentRefByCode as h, getComponentRef as a } from "./global-refs.mjs";
3
+ import { nextTick as c } from "vue";
4
+ function w(o, t) {
5
+ const e = a(o, t);
6
+ e && c(() => {
7
+ r(e);
8
8
  });
9
9
  }
10
- function i(t2, e2) {
11
- const l2 = o(t2, e2);
12
- l2 && n(() => {
13
- s(l2);
10
+ function T(o, t) {
11
+ const e = h(o, t);
12
+ e && c(() => {
13
+ r(e);
14
14
  });
15
15
  }
16
- function c(o2, n2) {
17
- if (o2 && 0 !== o2.length) for (let l2 = 0; l2 < o2.length; l2++) {
18
- const { uuid: i2, conditions: c2 } = o2[l2];
19
- if (t(n2, c2)) {
20
- r(() => {
21
- const t2 = e(n2, i2);
22
- t2 && s(t2);
16
+ function v(o, t) {
17
+ if (o && o.length !== 0) for (let e = 0; e < o.length; e++) {
18
+ const { uuid: l, conditions: n } = o[e];
19
+ if (d(t, n)) {
20
+ p(() => {
21
+ const i = a(t, l);
22
+ i && r(i);
23
23
  });
24
24
  break;
25
25
  }
26
26
  }
27
27
  }
28
- function r(t2, o2 = {}) {
29
- const { checkInterval: e2 = 50, stableCount: l2 = 2, maxWaitTime: i2 = 3e3 } = o2;
30
- let c2 = -1, r2 = 0, s2 = 0;
31
- const m = () => {
32
- const o3 = document.documentElement.scrollHeight || document.body.scrollHeight;
33
- if (o3 === c2) {
34
- if (r2++, r2 >= l2) return void n(() => {
35
- t2();
28
+ function p(o, t = {}) {
29
+ const { checkInterval: e = 50, stableCount: l = 2, maxWaitTime: n = 3e3 } = t;
30
+ let i = -1, s = 0, m = 0;
31
+ const f = () => {
32
+ const u = document.documentElement.scrollHeight || document.body.scrollHeight;
33
+ if (u === i) {
34
+ if (s++, s >= l) return void c(() => {
35
+ o();
36
36
  });
37
- } else c2 = o3, r2 = 0;
38
- s2 += e2, s2 >= i2 ? n(() => {
39
- t2();
40
- }) : setTimeout(m, e2);
37
+ } else i = u, s = 0;
38
+ m += e, m >= n ? c(() => {
39
+ o();
40
+ }) : setTimeout(f, e);
41
41
  };
42
- n(() => {
43
- m();
42
+ c(() => {
43
+ f();
44
44
  });
45
45
  }
46
- function s(t2) {
47
- let o2 = null;
48
- if (t2 && t2.$el ? o2 = t2.$el : t2 instanceof HTMLElement && (o2 = t2), o2) {
49
- o2.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest" });
50
- const t3 = function(t4) {
51
- let o3 = t4.parentElement;
52
- for (; o3; ) {
53
- const t5 = window.getComputedStyle(o3).overflowY;
54
- if ("auto" === t5 || "scroll" === t5) return o3;
55
- o3 = o3.parentElement;
46
+ function r(o) {
47
+ let t = null;
48
+ if (o && o.$el ? t = o.$el : o instanceof HTMLElement && (t = o), t) {
49
+ t.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest" });
50
+ const e = function(l) {
51
+ let n = l.parentElement;
52
+ for (; n; ) {
53
+ const i = window.getComputedStyle(n).overflowY;
54
+ if (i === "auto" || i === "scroll") return n;
55
+ n = n.parentElement;
56
56
  }
57
57
  return document.documentElement || document.body;
58
- }(o2);
59
- if (t3) {
60
- const e2 = o2.offsetTop;
61
- t3.scrollTo({ top: e2 - 20, behavior: "smooth" });
58
+ }(t);
59
+ if (e) {
60
+ const l = t.offsetTop;
61
+ e.scrollTo({ top: l - 20, behavior: "smooth" });
62
62
  }
63
63
  }
64
64
  }
65
65
  export {
66
- i as scrollIntoComponentWithCode,
67
- l as scrollIntoComponentWithUuid,
68
- c as scrollIntoViewWithContainer
66
+ T as scrollIntoComponentWithCode,
67
+ w as scrollIntoComponentWithUuid,
68
+ v as scrollIntoViewWithContainer
69
69
  };
@@ -1,180 +1,175 @@
1
- import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.mjs";
2
- import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.mjs";
3
- import s from "../eventBus.mjs";
4
- import { replacePrefix as l, isMobileBrowser as c, http as m } from "agilebuilder-ui";
5
- import { getFormData as u, getAdditionalParamMap as f, refreshPage as p } from "../events/standard-event.mjs";
6
- import { dynamicControlTableEdit as d, disabledAllFields as g, updateFormItemEditState as y } from "../events/validator-util.mjs";
7
- import { deepCopy as b, getBaseUrl as h } from "../common-util.mjs";
8
- import { getFormModelFields as E, getModelFields as C } from "../page-init-util.mjs";
9
- import { getCustomFunc as P } from "../events/event-util.mjs";
10
- import { isHasFieldPermissionAuth as k } from "../table-utils.mjs";
11
- import { scrollIntoComponentWithCode as T, scrollIntoComponentWithUuid as $ } from "../anchor-util.mjs";
12
- const v = { showElement: function(e2, t2, n2) {
13
- n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
14
- const n3 = r(e2, t3);
15
- n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
1
+ import { getOptionDatasSourceMap as W, getVariableValue as F, setVariableValue as $, setValueForVariableName as A, getComponentOptionDatasFromPage as j } from "../page-helper-util.mjs";
2
+ import { getComponentRef as O, getComponentRefByCode as g } from "../global-refs.mjs";
3
+ import D from "../eventBus.mjs";
4
+ import { replacePrefix as R, isMobileBrowser as q, http as G } from "agilebuilder-ui";
5
+ import { getFormData as N, getAdditionalParamMap as V, refreshPage as z } from "../events/standard-event.mjs";
6
+ import { dynamicControlTableEdit as J, disabledAllFields as K, updateFormItemEditState as L } from "../events/validator-util.mjs";
7
+ import { deepCopy as Q, getBaseUrl as M } from "../common-util.mjs";
8
+ import { getFormModelFields as S, getModelFields as X } from "../page-init-util.mjs";
9
+ import { getCustomFunc as Y } from "../events/event-util.mjs";
10
+ import { isHasFieldPermissionAuth as _ } from "../table-utils.mjs";
11
+ import { scrollIntoComponentWithCode as Z, scrollIntoComponentWithUuid as ee } from "../anchor-util.mjs";
12
+ const pe = { showElement: function(e, t, o) {
13
+ o ? E(e, "showElement", t) : t.forEach((a) => {
14
+ const n = g(e, a);
15
+ n ? n.show() : console.error(`未找到code为${a}的组件`);
16
16
  });
17
- }, hideElement: function(e2, t2, n2) {
18
- n2 ? A(e2, "hideElement", t2) : t2.forEach((t3) => {
19
- const n3 = r(e2, t3);
20
- n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
17
+ }, hideElement: function(e, t, o) {
18
+ o ? E(e, "hideElement", t) : t.forEach((a) => {
19
+ const n = g(e, a);
20
+ n ? n.hide() : console.error(`未找到code为${a}的组件`);
21
21
  });
22
- }, enableElement: function(e2, t2, n2) {
23
- n2 ? A(e2, "enableElement", t2) : t2.forEach((t3) => {
24
- const n3 = r(e2, t3);
25
- if (n3) {
26
- const e3 = n3.getConfigure();
27
- e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
28
- } else console.error(`未找到code为${t3}的组件`);
22
+ }, enableElement: function(e, t, o) {
23
+ o ? E(e, "enableElement", t) : t.forEach((a) => {
24
+ const n = g(e, a);
25
+ if (n) {
26
+ const i = n.getConfigure();
27
+ i && i.runtime.props && (i.runtime.props.state = "enabled");
28
+ } else console.error(`未找到code为${a}的组件`);
29
29
  });
30
- }, disableElement: function(e2, t2, n2) {
31
- n2 ? A(e2, "disableElement", t2) : t2.forEach((t3) => {
32
- const n3 = r(e2, t3);
33
- if (n3) {
34
- const e3 = n3.getConfigure();
35
- e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
36
- } else console.error(`未找到code为${t3}的组件`);
30
+ }, disableElement: function(e, t, o) {
31
+ o ? E(e, "disableElement", t) : t.forEach((a) => {
32
+ const n = g(e, a);
33
+ if (n) {
34
+ const i = n.getConfigure();
35
+ i && i.runtime.props && (i.runtime.props.state = "disabled");
36
+ } else console.error(`未找到code为${a}的组件`);
37
37
  });
38
- }, setEntityDataValue: function(e2, t2) {
39
- Object.keys(t2).forEach((n2) => {
40
- i(e2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", t2[n2]);
38
+ }, setEntityDataValue: function(e, t) {
39
+ Object.keys(t).forEach((o) => {
40
+ A(e.entity, o.startsWith("${") ? o : "${data." + o + "}", t[o]);
41
41
  });
42
- }, setEntityPageValue: function(e2, t2) {
43
- Object.keys(t2).forEach((n2) => {
44
- i(e2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", t2[n2]);
42
+ }, setEntityPageValue: function(e, t) {
43
+ Object.keys(t).forEach((o) => {
44
+ A(e.entity, o.startsWith("${") ? o : "${page." + o + "}", t[o]);
45
45
  });
46
- }, setEntityValueByType: function(e2, t2, n2) {
47
- Object.keys(n2).forEach((o2) => {
48
- i(e2.entity, o2.startsWith("${") ? o2 : "${" + t2 + "." + o2 + "}", n2[o2]);
46
+ }, setEntityValueByType: function(e, t, o) {
47
+ Object.keys(o).forEach((a) => {
48
+ A(e.entity, a.startsWith("${") ? a : "${" + t + "." + a + "}", o[a]);
49
49
  });
50
- }, dynamicControlFormEdit: function(e2, t2, n2) {
51
- n2 ? A(e2, "dynamicControlFormEdit", t2) : y(e2, t2);
52
- }, disabledAllFields(e2) {
53
- g(e2);
54
- }, dynamicControlTableEdit(e2, t2, n2) {
55
- d(e2, t2, n2);
56
- }, executeServiceFlow: function(e2, t2, n2) {
57
- const o2 = e2.code;
58
- n2 || (n2 = { entity: e2.entity.data, serviceVariables: {}, requestParams: f(e2), taskParamMap: e2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = e2.entity.data), n2.requestParams || (n2.requestParams = f(e2)), n2.taskParamMap || (n2.taskParamMap = e2.entity.task);
59
- const i2 = e2.backendUrl, a2 = h(i2, e2.isTest);
60
- return m.post(`${a2}/dsc/service-flow/execute/${o2}/${t2}`, n2);
61
- }, openPage: function(e2, t2) {
62
- s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
63
- }, refreshPage: function(e2, t2) {
64
- p(e2, t2);
65
- }, refreshSubTableHandle: function(e2, t2) {
66
- let n2;
67
- const o2 = r(e2, t2);
68
- if (o2) {
69
- const e3 = o2.getConfigure();
70
- e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
50
+ }, dynamicControlFormEdit: function(e, t, o) {
51
+ o ? E(e, "dynamicControlFormEdit", t) : L(e, t);
52
+ }, disabledAllFields(e) {
53
+ K(e);
54
+ }, dynamicControlTableEdit(e, t, o) {
55
+ J(e, t, o);
56
+ }, executeServiceFlow: function(e, t, o) {
57
+ const a = e.code;
58
+ o || (o = { entity: e.entity.data, serviceVariables: {}, requestParams: V(e), taskParamMap: e.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), o.entity || (o.entity = e.entity.data), o.requestParams || (o.requestParams = V(e)), o.taskParamMap || (o.taskParamMap = e.entity.task);
59
+ const n = e.backendUrl, i = M(n, e.isTest);
60
+ return G.post(`${i}/dsc/service-flow/execute/${a}/${t}`, o);
61
+ }, openPage: function(e, t) {
62
+ D.$emit(e.code + "_open-dialog", { pageContext: e, eventParams: t.eventParams, configureObj: { props: { linkPage: t } } });
63
+ }, refreshPage: function(e, t) {
64
+ z(e, t);
65
+ }, refreshSubTableHandle: function(e, t) {
66
+ let o;
67
+ const a = g(e, t);
68
+ if (a) {
69
+ const n = a.getConfigure();
70
+ n && n.uuid && n.name && n.name === "table" && (o = n.uuid);
71
71
  }
72
- n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
73
- }, refreshChildData(e2, t2, n2) {
74
- let o2;
75
- const i2 = r(e2, t2);
76
- if (i2) {
77
- const e3 = i2.getConfigure();
78
- e3 && e3.uuid && e3.name && "table" === e3.name && (o2 = e3.uuid);
72
+ o ? D.$emit("_refreshSubTableHandle_" + o) : console.error("tableUUid is undefined");
73
+ }, refreshChildData(e, t, o) {
74
+ let a;
75
+ const n = g(e, t);
76
+ if (n) {
77
+ const i = n.getConfigure();
78
+ i && i.uuid && i.name && i.name === "table" && (a = i.uuid);
79
79
  }
80
- o2 ? s.$emit("_refreshChildData_" + o2, n2) : console.error("tableUUid is undefined");
81
- }, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) => h(e2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (e2) => e2.entity.data, getEntityValue: (e2, t2) => e2.entity.data ? e2.entity.data[t2] : null, getPageData: (e2) => e2.entity.page, getPageDataValue: (e2, t2) => e2.entity.page ? e2.entity.page[t2] : null, getAdditionalParams: (e2) => f(e2), getAdditionalParamValue(e2, t2) {
82
- const n2 = f(e2);
83
- return n2 ? n2[t2] : null;
84
- }, isMobile: () => c(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
85
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
86
- const r2 = i2.entity ? i2.entity : {}, s2 = b(r2), l2 = e(i2);
87
- for (const e2 in l2) {
88
- const r3 = t(i2, e2), l3 = a(i2, e2);
89
- if (l3) {
90
- const e3 = l3.getConfigure();
91
- if (e3) if (!((_b = (_a = e3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) || "static" !== ((_d = (_c = e3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) && "optionGroup" !== ((_f = (_e = e3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType)) {
92
- if ("dynamicData" === ((_h = (_g = e3 == null ? void 0 : e3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (e3 == null ? void 0 : e3.name) || "checkbox" === (e3 == null ? void 0 : e3.name) || "radio" === (e3 == null ? void 0 : e3.name))) {
93
- const t2 = E(i2, e3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, t2);
94
- o(s2, t2, r4);
80
+ a ? D.$emit("_refreshChildData_" + a, o) : console.error("tableUUid is undefined");
81
+ }, getServerConfigValue: (e) => window.$vueApp.config.globalProperties[e], getBackendUrl: (e) => M(e.backendUrl, !1), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (e) => e.entity.data, getEntityValue: (e, t) => e.entity.data ? e.entity.data[t] : null, getPageData: (e) => e.entity.page, getPageDataValue: (e, t) => e.entity.page ? e.entity.page[t] : null, getAdditionalParams: (e) => V(e), getAdditionalParamValue(e, t) {
82
+ const o = V(e);
83
+ return o ? o[t] : null;
84
+ }, isMobile: () => q(), getComponentRefByProp: (e, t) => g(e, t), getComponentRefByCode: (e, t) => O(e, t), getFormViewData(e) {
85
+ var i, m, r, p, h, f, y, x, I, w;
86
+ const t = e.entity ? e.entity : {}, o = Q(t), a = W(e);
87
+ for (const d in a) {
88
+ const b = j(e, d), u = O(e, d);
89
+ if (u) {
90
+ const s = u.getConfigure();
91
+ if (s) if (!((m = (i = s.props) == null ? void 0 : i.dataOrigin) != null && m.optionValueSetType) || ((p = (r = s.props) == null ? void 0 : r.dataOrigin) == null ? void 0 : p.optionValueSetType) !== "static" && ((f = (h = s.props) == null ? void 0 : h.dataOrigin) == null ? void 0 : f.optionValueSetType) !== "optionGroup") {
92
+ if (((x = (y = s == null ? void 0 : s.props) == null ? void 0 : y.dataOrigin) == null ? void 0 : x.optionValueSetType) === "dynamicData" && ((s == null ? void 0 : s.name) === "select" || (s == null ? void 0 : s.name) === "checkbox" || (s == null ? void 0 : s.name) === "radio")) {
93
+ const l = S(e, s), c = u.getSelectItemsTitle(), C = c && c.length > 0 ? c : F(o, l);
94
+ $(o, l, C);
95
95
  }
96
- } else if (e3.name && ("select" === e3.name && ((_j = (_i = e3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === e3.name)) {
97
- const t2 = E(i2, e3), a2 = n(s2, t2);
98
- if (a2) {
99
- const e4 = O(a2.split(","), r3);
100
- o(s2, t2, e4);
96
+ } else if (s.name && (s.name === "select" && ((w = (I = s.props) == null ? void 0 : I.base) != null && w.multiple) || s.name === "checkbox")) {
97
+ const l = S(e, s), c = F(o, l);
98
+ if (c) {
99
+ const C = T(c.split(","), b);
100
+ $(o, l, C);
101
101
  }
102
102
  } else {
103
- const t2 = E(i2, e3), a2 = O(n(s2, t2), r3);
104
- o(s2, t2, a2);
103
+ const l = S(e, s), c = T(F(o, l), b);
104
+ $(o, l, c);
105
105
  }
106
106
  }
107
107
  }
108
- const c2 = i2.listCodesMap;
109
- for (const e2 in c2) {
110
- let t2;
111
- if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
112
- const o2 = a(i2, t2);
113
- if (o2) {
114
- const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), m2 = {}, u2 = {};
115
- c3 && c3.length > 0 && c3.forEach((e3) => {
116
- "DATE" !== e3.dataType && "TIME" !== e3.dataType || (u2[e3.prop] = e3);
117
- }), m2.formatDateColumns = u2, j(l3, r3, m2, o2);
108
+ const n = e.listCodesMap;
109
+ for (const d in n) {
110
+ let b;
111
+ if (d.indexOf("__") > 0 && (b = d.substring(d.lastIndexOf("__") + 2)), b) {
112
+ const u = O(e, b);
113
+ if (u) {
114
+ const s = u.getConfigure(), l = s.code ? s.code : d, c = X(s, l), C = F(o, c), H = u.getTableSelectOptions(d), k = u.getColumns(), U = {}, v = {};
115
+ k && k.length > 0 && k.forEach((P) => {
116
+ P.dataType !== "DATE" && P.dataType !== "TIME" || (v[P.prop] = P);
117
+ }), U.formatDateColumns = v, te(H, C, U, u);
118
118
  }
119
119
  }
120
120
  }
121
- return s2.data;
122
- }, getFormData: (e2, t2) => u(e2, t2), getCustomFunc: (e2, t2) => P(e2, t2), replaceUrlPrefix: (e2) => l(e2), isHasFieldAuthPermission: (e2) => {
123
- var _a, _b, _c, _d;
124
- return !(void 0 !== ((_b = (_a = e2 == null ? void 0 : e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = e2 == null ? void 0 : e2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
125
- }, isHasFieldAuth(e2, t2) {
126
- k(e2, null, t2);
127
- }, isHasFieldAuthWithTable(e2, t2, n2) {
128
- k(e2, t2, n2);
129
- }, scrollIntoComponentWithUuid(e2, t2) {
130
- $(e2, t2);
131
- }, scrollIntoComponentWithCode(e2, t2) {
132
- T(e2, t2);
121
+ return o.data;
122
+ }, getFormData: (e, t) => N(e, t), getCustomFunc: (e, t) => Y(e, t), replaceUrlPrefix: (e) => R(e), isHasFieldAuthPermission: (e) => {
123
+ var t, o, a, n;
124
+ return !(((o = (t = e == null ? void 0 : e.props) == null ? void 0 : t.base) == null ? void 0 : o.isHasFieldAuthPermission) !== void 0 && !((n = (a = e == null ? void 0 : e.props) == null ? void 0 : a.base) != null && n.isHasFieldAuthPermission));
125
+ }, isHasFieldAuth(e, t) {
126
+ _(e, null, t);
127
+ }, isHasFieldAuthWithTable(e, t, o) {
128
+ _(e, t, o);
129
+ }, scrollIntoComponentWithUuid(e, t) {
130
+ ee(e, t);
131
+ }, scrollIntoComponentWithCode(e, t) {
132
+ Z(e, t);
133
133
  } };
134
- function j(e2, t2, n2, o2) {
135
- if (e2 && t2) {
136
- const i2 = o2.getSuperGridRef();
137
- t2.forEach((t3) => {
138
- if (n2 == null ? void 0 : n2.formatDateColumns) {
139
- const e3 = n2.formatDateColumns;
140
- Object.keys(e3).forEach((n3) => {
141
- const o3 = e3[n3];
142
- t3[n3] && (t3[n3] = i2.rowDoFormat(o3, t3[n3]));
134
+ function te(e, t, o, a) {
135
+ if (e && t) {
136
+ const n = a.getSuperGridRef();
137
+ t.forEach((i) => {
138
+ if (o != null && o.formatDateColumns) {
139
+ const m = o.formatDateColumns;
140
+ Object.keys(m).forEach((r) => {
141
+ const p = m[r];
142
+ i[r] && (i[r] = n.rowDoFormat(p, i[r]));
143
143
  });
144
144
  }
145
- Object.keys(e2).forEach((n3) => {
146
- const o3 = t3[n3], i3 = e2[n3], a2 = i3.options, r2 = i3.column;
147
- let s2;
148
- if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
149
- if (o3) {
150
- s2 = O(o3.split(","), a2);
151
- }
152
- } else s2 = O(o3, a2);
153
- t3[n3] = s2;
145
+ Object.keys(e).forEach((m) => {
146
+ const r = i[m], p = e[m], h = p.options, f = p.column;
147
+ let y;
148
+ f && f.componentType && (f.componentType === "multiselect" || f.componentType === "checkbox") ? r && (y = T(r.split(","), h)) : y = T(r, h), i[m] = y;
154
149
  });
155
150
  });
156
151
  }
157
152
  }
158
- function O(e2, t2) {
159
- let n2;
160
- return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((o2) => {
161
- n2 = n2 + V(e2, t2) + ",";
162
- }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = V(e2, t2))), n2;
153
+ function T(e, t) {
154
+ let o;
155
+ return e != null && t && (Array.isArray(e) ? (o = "", e.forEach((a) => {
156
+ o = o + B(e, t) + ",";
157
+ }), o.indexOf(",") > 0 && (o = o.substring(0, o.lastIndexOf(",")))) : (o = e, o = B(e, t))), o;
163
158
  }
164
- function V(e2, t2) {
165
- let n2 = e2;
166
- if (null != e2 && t2) for (let o2 = 0; o2 < t2.length; o2++) {
167
- const i2 = t2[o2].value, a2 = t2[o2].label ? t2[o2].label : t2[o2].name;
168
- if (e2 + "" == i2 + "" && null != a2) {
169
- n2 = a2;
159
+ function B(e, t) {
160
+ let o = e;
161
+ if (e != null && t) for (let a = 0; a < t.length; a++) {
162
+ const n = t[a].value, i = t[a].label ? t[a].label : t[a].name;
163
+ if (e + "" == n + "" && i != null) {
164
+ o = i;
170
165
  break;
171
166
  }
172
167
  }
173
- return n2;
168
+ return o;
174
169
  }
175
- function A(e2, t2, n2) {
176
- e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
170
+ function E(e, t, o) {
171
+ e.initInfo || (e.initInfo = {}), e.initInfo[t] = o;
177
172
  }
178
173
  export {
179
- v as functions
174
+ pe as functions
180
175
  };
@@ -1,20 +1,19 @@
1
1
  import { defineAsyncComponent as e } from "vue";
2
- import { usePageContextStore as m } from "./page-store.mjs";
3
- const t = [{ name: "container", label: "容器", icon: "assets/images/group-container.png", items: [{ name: "form", label: "表单", runtimeComponent: e(() => import("../views/assemblys/container/form/form-runtime.vue.mjs")) }, { name: "card", label: "卡片", runtimeComponent: e(() => import("../views/assemblys/container/card/card-runtime.vue.mjs")) }, { name: "collapse", label: "折叠面板", runtimeComponent: e(() => import("../views/assemblys/container/collapse/collapse-runtime.vue.mjs")) }, { name: "layout", label: "Flex", runtimeComponent: e(() => import("../views/assemblys/container/flex/flex-runtime.vue.mjs")) }, { name: "tabs", label: "Tabs", runtimeComponent: e(() => import("../views/assemblys/container/tabs/tabs-runtime.vue.mjs")) }, { name: "tools", label: "工具栏", runtimeComponent: e(() => import("../views/assemblys/container/tools/tools-runtime.vue.mjs")) }, { name: "iframe", label: "Iframe", runtimeComponent: e(() => import("../views/assemblys/container/iframe/iframe-runtime.vue.mjs")) }, { name: "container", label: "布局", runtimeComponent: e(() => import("../views/assemblys/container/container/container-runtime.vue.mjs")) }] }, { name: "form", label: "表单", items: [{ name: "input-text", label: "文本框", runtimeComponent: e(() => import("../views/assemblys/form/input-text/inputtext-runtime.vue.mjs")) }, { name: "select", label: "下拉框", runtimeComponent: e(() => import("../views/assemblys/form/select/select-runtime.vue.mjs")) }, { name: "radio", label: "单选框", runtimeComponent: e(() => import("../views/assemblys/form/radio/radio-runtime.vue.mjs")) }, { name: "checkbox", label: "复选框", runtimeComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-runtime.vue.mjs")) }, { name: "textarea", label: "文本域", runtimeComponent: e(() => import("../views/assemblys/form/textarea/textarea-runtime.vue.mjs")) }, { name: "datePicker", label: "日期/时间", runtimeComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-runtime.vue.mjs")) }, { name: "switch", label: "开关", runtimeComponent: e(() => import("../views/assemblys/form/switch/switch-runtime.vue.mjs")) }, { name: "inputNumber", label: "计数器", runtimeComponent: e(() => import("../views/assemblys/form/input-number/input-number-runtime.vue.mjs")) }, { name: "tag", label: "标签", runtimeComponent: e(() => import("../views/assemblys/form/tag/tag-runtime.vue.mjs")) }, { name: "richText", label: "富文本", runtimeComponent: e(() => import("../views/assemblys/form/rich-text/richtext-runtime.vue.mjs")) }, { name: "divider", label: "分割线", runtimeComponent: e(() => import("../views/assemblys/form/divider/divider-runtime.vue.mjs")) }, { name: "separatelabel", label: "分割标签", runtimeComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs")) }, { name: "placeholder", label: "占位符", runtimeComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-runtime.vue.mjs")) }, { name: "link", label: "链接", runtimeComponent: e(() => import("../views/assemblys/form/link/link-runtime.vue.mjs")) }, { name: "label", label: "Label组件", runtimeComponent: e(() => import("../views/assemblys/form/label/label-runtime.vue.mjs")) }, { name: "dept-tree", label: "组织树", runtimeComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-runtime.vue.mjs")) }, { name: "file-upload", label: "文件上传", runtimeComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-runtime.vue.mjs")) }] }, { name: "button", label: "按钮", items: [{ name: "button-detail", label: "按钮", runtimeComponent: e(() => import("../views/assemblys/button/button/button-runtime.vue.mjs")) }, { name: "button-group", label: "按钮组", runtimeComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-runtime.vue.mjs")) }, { name: "dropdown", label: "下拉菜单", runtimeComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-runtime.vue.mjs")) }, { name: "print-label", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/print-label/printlabel-runtime.vue.mjs")) }, { name: "export-pdf", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs")) }] }, { name: "workflow", label: "工作流", items: [{ name: "workflow-button", label: "工作流按钮", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs")) }, { name: "picture-flow", label: "图形历史", runtimeComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs")) }, { name: "text-flow", label: "文本历史", runtimeComponent: e(() => import("../views/assemblys/workflow/text-history/textflow-runtime.vue.mjs")) }, { name: "workflow-node", label: "流程环节", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs")) }, { name: "extract-workflow", label: "抽单", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs")) }, { name: "extract-workflow-dialog", label: "抽单Dialog", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs")) }] }, { name: "chart", label: "统计图", items: [{ name: "chart-column-line", label: "柱/折图", runtimeComponent: e(() => import("../views/assemblys/chart/column-line/column-line-runtime.vue.mjs")) }, { name: "chart-pie", label: "饼图", runtimeComponent: e(() => import("../views/assemblys/chart/pie/pie-runtime.vue.mjs")) }, { name: "chart-gauge", label: "仪表盘", runtimeComponent: e(() => import("../views/assemblys/chart/gauge/gauge-runtime.vue.mjs")) }, { name: "chart-radar", label: "雷达图", runtimeComponent: e(() => import("../views/assemblys/chart/radar/radar-runtime.vue.mjs")) }, { name: "chart-scatter", label: "散点图", runtimeComponent: e(() => import("../views/assemblys/chart/scatter/scatter-runtime.vue.mjs")) }, { name: "statistical-table", label: "统计表格", runtimeComponent: e(() => import("../views/assemblys/chart/table/table-runtime.vue.mjs")) }] }, { name: "data", label: "数据", items: [{ name: "table", label: "表格", runtimeComponent: e(() => import("../views/assemblys/data/table/table-runtime.vue.mjs")) }, { name: "tree", label: "树控件", runtimeComponent: e(() => import("../views/assemblys/data/tree/tree-runtime.vue.mjs")) }, { name: "bar-code", label: "条码", runtimeComponent: e(() => import("../views/assemblys/data/bar-code/barcode-runtime.vue.mjs")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", runtimeComponent: e(() => import("../views/assemblys/form/custom/custom-runtime.vue.mjs")) }] }];
4
- function n(e2) {
5
- if (!e2) return null;
6
- for (let n2 = 0; n2 < t.length; n2++) {
7
- let o = t[n2].items;
8
- for (let t2 = 0; t2 < o.length; t2++) {
9
- let n3 = o[t2];
10
- if (n3.name == e2) {
11
- return m().countComponentsTotalNmber(), n3.runtimeComponent;
12
- }
2
+ import { usePageContextStore as r } from "./page-store.mjs";
3
+ const l = [{ name: "container", label: "容器", icon: "assets/images/group-container.png", items: [{ name: "form", label: "表单", runtimeComponent: e(() => import("../views/assemblys/container/form/form-runtime.vue.mjs")) }, { name: "card", label: "卡片", runtimeComponent: e(() => import("../views/assemblys/container/card/card-runtime.vue.mjs")) }, { name: "collapse", label: "折叠面板", runtimeComponent: e(() => import("../views/assemblys/container/collapse/collapse-runtime.vue.mjs")) }, { name: "layout", label: "Flex", runtimeComponent: e(() => import("../views/assemblys/container/flex/flex-runtime.vue.mjs")) }, { name: "tabs", label: "Tabs", runtimeComponent: e(() => import("../views/assemblys/container/tabs/tabs-runtime.vue.mjs")) }, { name: "tools", label: "工具栏", runtimeComponent: e(() => import("../views/assemblys/container/tools/tools-runtime.vue.mjs")) }, { name: "iframe", label: "Iframe", runtimeComponent: e(() => import("../views/assemblys/container/iframe/iframe-runtime.vue.mjs")) }, { name: "container", label: "布局", runtimeComponent: e(() => import("../views/assemblys/container/container/container-runtime.vue.mjs")) }] }, { name: "form", label: "表单", items: [{ name: "input-text", label: "文本框", runtimeComponent: e(() => import("../views/assemblys/form/input-text/inputtext-runtime.vue.mjs")) }, { name: "select", label: "下拉框", runtimeComponent: e(() => import("../views/assemblys/form/select/select-runtime.vue.mjs")) }, { name: "radio", label: "单选框", runtimeComponent: e(() => import("../views/assemblys/form/radio/radio-runtime.vue.mjs")) }, { name: "checkbox", label: "复选框", runtimeComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-runtime.vue.mjs")) }, { name: "textarea", label: "文本域", runtimeComponent: e(() => import("../views/assemblys/form/textarea/textarea-runtime.vue.mjs")) }, { name: "datePicker", label: "日期/时间", runtimeComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-runtime.vue.mjs")) }, { name: "switch", label: "开关", runtimeComponent: e(() => import("../views/assemblys/form/switch/switch-runtime.vue.mjs")) }, { name: "inputNumber", label: "计数器", runtimeComponent: e(() => import("../views/assemblys/form/input-number/input-number-runtime.vue.mjs")) }, { name: "tag", label: "标签", runtimeComponent: e(() => import("../views/assemblys/form/tag/tag-runtime.vue.mjs")) }, { name: "richText", label: "富文本", runtimeComponent: e(() => import("../views/assemblys/form/rich-text/richtext-runtime.vue.mjs")) }, { name: "divider", label: "分割线", runtimeComponent: e(() => import("../views/assemblys/form/divider/divider-runtime.vue.mjs")) }, { name: "separatelabel", label: "分割标签", runtimeComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs")) }, { name: "placeholder", label: "占位符", runtimeComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-runtime.vue.mjs")) }, { name: "link", label: "链接", runtimeComponent: e(() => import("../views/assemblys/form/link/link-runtime.vue.mjs")) }, { name: "label", label: "Label组件", runtimeComponent: e(() => import("../views/assemblys/form/label/label-runtime.vue.mjs")) }, { name: "dept-tree", label: "组织树", runtimeComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-runtime.vue.mjs")) }, { name: "file-upload", label: "文件上传", runtimeComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-runtime.vue.mjs")) }] }, { name: "button", label: "按钮", items: [{ name: "button-detail", label: "按钮", runtimeComponent: e(() => import("../views/assemblys/button/button/button-runtime.vue.mjs")) }, { name: "button-group", label: "按钮组", runtimeComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-runtime.vue.mjs")) }, { name: "dropdown", label: "下拉菜单", runtimeComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-runtime.vue.mjs")) }, { name: "print-label", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/print-label/printlabel-runtime.vue.mjs")) }, { name: "export-pdf", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs")) }] }, { name: "workflow", label: "工作流", items: [{ name: "workflow-button", label: "工作流按钮", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs")) }, { name: "picture-flow", label: "图形历史", runtimeComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs")) }, { name: "text-flow", label: "文本历史", runtimeComponent: e(() => import("../views/assemblys/workflow/text-history/textflow-runtime.vue.mjs")) }, { name: "workflow-node", label: "流程环节", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs")) }, { name: "extract-workflow", label: "抽单", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs")) }, { name: "extract-workflow-dialog", label: "抽单Dialog", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs")) }] }, { name: "chart", label: "统计图", items: [{ name: "chart-column-line", label: "柱/折图", runtimeComponent: e(() => import("../views/assemblys/chart/column-line/column-line-runtime.vue.mjs")) }, { name: "chart-pie", label: "饼图", runtimeComponent: e(() => import("../views/assemblys/chart/pie/pie-runtime.vue.mjs")) }, { name: "chart-gauge", label: "仪表盘", runtimeComponent: e(() => import("../views/assemblys/chart/gauge/gauge-runtime.vue.mjs")) }, { name: "chart-radar", label: "雷达图", runtimeComponent: e(() => import("../views/assemblys/chart/radar/radar-runtime.vue.mjs")) }, { name: "chart-scatter", label: "散点图", runtimeComponent: e(() => import("../views/assemblys/chart/scatter/scatter-runtime.vue.mjs")) }, { name: "statistical-table", label: "统计表格", runtimeComponent: e(() => import("../views/assemblys/chart/table/table-runtime.vue.mjs")) }] }, { name: "data", label: "数据", items: [{ name: "table", label: "表格", runtimeComponent: e(() => import("../views/assemblys/data/table/table-runtime.vue.mjs")) }, { name: "tree", label: "树控件", runtimeComponent: e(() => import("../views/assemblys/data/tree/tree-runtime.vue.mjs")) }, { name: "bar-code", label: "条码", runtimeComponent: e(() => import("../views/assemblys/data/bar-code/barcode-runtime.vue.mjs")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", runtimeComponent: e(() => import("../views/assemblys/form/custom/custom-runtime.vue.mjs")) }] }];
4
+ function u(m) {
5
+ if (!m) return null;
6
+ for (let n = 0; n < l.length; n++) {
7
+ let o = l[n].items;
8
+ for (let t = 0; t < o.length; t++) {
9
+ let a = o[t];
10
+ if (a.name == m)
11
+ return r().countComponentsTotalNmber(), a.runtimeComponent;
13
12
  }
14
13
  }
15
14
  return null;
16
15
  }
17
16
  export {
18
- t as assemblyGroups,
19
- n as getRuntimeComponentByName
17
+ l as assemblyGroups,
18
+ u as getRuntimeComponentByName
20
19
  };
@@ -1,12 +1,12 @@
1
- function e(e2, t) {
2
- let n = true, r = "";
3
- return e2.forEach((e3) => {
4
- if ("-1" !== e3.propDbName && -1 !== e3.propDbName) {
5
- const a = t[e3.propDbName];
6
- e3.supplementaryCharacters && e3.length ? a ? a.length > e3.length ? r += a.substring(0, e3.length) : r += a.padEnd(e3.length, e3.supplementaryCharacters) : r += "".padEnd(e3.length, e3.supplementaryCharacters) : a ? r += a : n = false;
7
- } else r += e3.fixedValue;
8
- }), n ? r : null;
1
+ function p(t, l) {
2
+ let r = !0, a = "";
3
+ return t.forEach((e) => {
4
+ if (e.propDbName !== "-1" && e.propDbName !== -1) {
5
+ const n = l[e.propDbName];
6
+ e.supplementaryCharacters && e.length ? n ? n.length > e.length ? a += n.substring(0, e.length) : a += n.padEnd(e.length, e.supplementaryCharacters) : a += "".padEnd(e.length, e.supplementaryCharacters) : n ? a += n : r = !1;
7
+ } else a += e.fixedValue;
8
+ }), r ? a : null;
9
9
  }
10
10
  export {
11
- e as generateCodeByRule
11
+ p as generateCodeByRule
12
12
  };