super-page-runtime 2.3.22-tmp2 → 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,96 +1,96 @@
1
- import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as u, unref as l, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, createCommentVNode as g, Fragment as d, renderList as m, createElementVNode as b, toDisplayString as y, withModifiers as v, createTextVNode as h } from "vue";
2
- import { ElTabs as x, ElTabPane as C } from "element-plus";
3
- import T from "../../object-render.vue.mjs";
4
- import { SuperIcon as E } from "agilebuilder-ui";
5
- import { handleAfterInitEvent as k, handleEvent as N } from "../../../../utils/events/event-util.mjs";
6
- import { $t as V } from "../../../../utils/i18n-util.mjs";
7
- import { isPromise as _ } from "../../../../utils/page-helper-util.mjs";
8
- const A = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
9
- const P = e2, j = t(""), w = t([]);
10
- P.configure.items.forEach((e3) => {
11
- e3.code || (e3.code = e3.index);
12
- }), j.value = P.configure.props.defaultOpen ? P.configure.props.defaultOpen : 1;
13
- const O = t(null), R = P.configure.runtime ? P.configure.runtime : {}, B = R.style, z = R.class, I = R.headerStyle;
14
- function S(e3, t2) {
15
- return N(e3, P.pageContext, P.configure, "before-leave", { activeName: e3, oldActiveName: t2 }) ?? true;
1
+ import { defineComponent as F, ref as g, watch as L, onMounted as M, nextTick as U, resolveComponent as j, createBlock as u, openBlock as c, unref as s, normalizeClass as q, normalizeStyle as v, withCtx as p, createElementBlock as x, createCommentVNode as f, Fragment as C, renderList as T, createElementVNode as G, toDisplayString as E, withModifiers as H, createTextVNode as $ } from "vue";
2
+ import { ElTabs as J, ElTabPane as k } from "element-plus";
3
+ import K from "../../object-render.vue.mjs";
4
+ import { SuperIcon as Q } from "agilebuilder-ui";
5
+ import { handleAfterInitEvent as W, handleEvent as l } from "../../../../utils/events/event-util.mjs";
6
+ import { $t as X } from "../../../../utils/i18n-util.mjs";
7
+ import { isPromise as N } from "../../../../utils/page-helper-util.mjs";
8
+ const ie = F({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(V, { expose: w }) {
9
+ const n = V, r = g(""), i = g([]);
10
+ n.configure.items.forEach((e) => {
11
+ e.code || (e.code = e.index);
12
+ }), r.value = n.configure.props.defaultOpen ? n.configure.props.defaultOpen : 1;
13
+ const d = g(null), m = n.configure.runtime ? n.configure.runtime : {}, P = m.style, A = m.class, B = m.headerStyle;
14
+ function _(e, t) {
15
+ return l(e, n.pageContext, n.configure, "before-leave", { activeName: e, oldActiveName: t }) ?? !0;
16
16
  }
17
- function D(e3, t2) {
18
- const n2 = { pane: e3, ev: t2 }, o2 = e3.paneName;
19
- return P.pageContext.activeTab = o2, P.pageContext.activeLabel = n2.label, N(o2, P.pageContext, P.configure, "tab-click", n2);
17
+ function S(e, t) {
18
+ const a = { pane: e, ev: t }, o = e.paneName;
19
+ return n.pageContext.activeTab = o, n.pageContext.activeLabel = a.label, l(o, n.pageContext, n.configure, "tab-click", a);
20
20
  }
21
- function F(e3) {
22
- const t2 = { paneName: e3 };
23
- return P.pageContext.activeTab = e3, N(e3, P.pageContext, P.configure, "tab-change", t2);
21
+ function z(e) {
22
+ const t = { paneName: e };
23
+ return n.pageContext.activeTab = e, l(e, n.pageContext, n.configure, "tab-change", t);
24
24
  }
25
- function L(e3) {
26
- const t2 = { paneName: e3 }, n2 = N(e3, P.pageContext, P.configure, "tab-remove", t2);
27
- _(n2) ? n2.then((t3) => {
28
- false !== t3 && U(e3);
29
- }) : false !== n2 && U(e3);
25
+ function I(e) {
26
+ const t = { paneName: e }, a = l(e, n.pageContext, n.configure, "tab-remove", t);
27
+ N(a) ? a.then((o) => {
28
+ o !== !1 && b(e);
29
+ }) : a !== !1 && b(e);
30
30
  }
31
- function U(e3) {
32
- j.value === e3 && P.configure.items.forEach((t2, n2) => {
33
- if (t2.code === e3) {
34
- const e4 = P.configure.items[n2 + 1] || P.configure.items[n2 - 1];
35
- e4 && void 0 !== e4.code && (j.value = e4.code);
31
+ function b(e) {
32
+ r.value === e && n.configure.items.forEach((t, a) => {
33
+ if (t.code === e) {
34
+ const o = n.configure.items[a + 1] || n.configure.items[a - 1];
35
+ o && o.code !== void 0 && (r.value = o.code);
36
36
  }
37
- }), w.value.includes(e3) || w.value.push(e3);
37
+ }), i.value.includes(e) || i.value.push(e);
38
38
  }
39
- function q() {
40
- return N(null, P.pageContext, P.configure, "tab-add");
39
+ function O() {
40
+ return l(null, n.pageContext, n.configure, "tab-add");
41
41
  }
42
- function G(e3, t2) {
43
- const n2 = { paneName: e3, action: t2 };
44
- return N(e3, P.pageContext, P.configure, "edit", n2);
42
+ function R(e, t) {
43
+ const a = { paneName: e, action: t };
44
+ return l(e, n.pageContext, n.configure, "edit", a);
45
45
  }
46
- function H() {
47
- const e3 = N(P.configure.items, P.pageContext, P.configure, "tab-reset");
48
- _(e3) ? e3.then((e4) => {
49
- w.value = [];
50
- }) : false !== e3 && (w.value = []);
46
+ function y() {
47
+ const e = l(n.configure.items, n.pageContext, n.configure, "tab-reset");
48
+ N(e) ? e.then((t) => {
49
+ i.value = [];
50
+ }) : e !== !1 && (i.value = []);
51
51
  }
52
- return n(w, (e3) => {
53
- e3 && e3.length > 0 ? e3.forEach((e4) => {
54
- const t2 = document.getElementById("tab-" + e4);
55
- t2 && (t2.style.display = "none");
56
- }) : P.configure.items.forEach((e4) => {
57
- const t2 = document.getElementById("tab-" + e4.code);
58
- t2 && (t2.style.display = "");
52
+ return L(i, (e) => {
53
+ e && e.length > 0 ? e.forEach((t) => {
54
+ const a = document.getElementById("tab-" + t);
55
+ a && (a.style.display = "none");
56
+ }) : n.configure.items.forEach((t) => {
57
+ const a = document.getElementById("tab-" + t.code);
58
+ a && (a.style.display = "");
59
59
  });
60
- }, { deep: true }), o(() => {
61
- a(() => {
62
- let e3 = [];
63
- P.configure.items.forEach((t2) => {
64
- t2.code && e3.push(document.getElementById("tab-" + t2.code));
65
- }), k(null, P.pageContext, P.configure, { componentRef: O.value, tabsDom: e3, entity: P.pageContext.entity.data, pageData: P.pageContext.entity.page });
60
+ }, { deep: !0 }), M(() => {
61
+ U(() => {
62
+ let e = [];
63
+ n.configure.items.forEach((t) => {
64
+ t.code && e.push(document.getElementById("tab-" + t.code));
65
+ }), W(null, n.pageContext, n.configure, { componentRef: d.value, tabsDom: e, entity: n.pageContext.entity.data, pageData: n.pageContext.entity.page });
66
66
  });
67
- }), A2({ thisRef: O, activeName: j, hiddenPanes: w, resetTab: H, hiddenTabPanes: function(e3) {
68
- if (Array.isArray(e3)) {
69
- const t2 = [];
70
- e3.forEach((e4) => {
71
- w.value.includes(e4) || t2.push(e4);
72
- }), t2.length > 0 && w.value.push(...t2);
67
+ }), w({ thisRef: d, activeName: r, hiddenPanes: i, resetTab: y, hiddenTabPanes: function(e) {
68
+ if (Array.isArray(e)) {
69
+ const t = [];
70
+ e.forEach((a) => {
71
+ i.value.includes(a) || t.push(a);
72
+ }), t.length > 0 && i.value.push(...t);
73
73
  }
74
- }, showTabPanes: function(e3) {
75
- Array.isArray(e3) && e3.forEach((e4) => {
76
- const t2 = w.value.indexOf(e4);
77
- t2 > -1 && w.value.splice(t2, 1);
74
+ }, showTabPanes: function(e) {
75
+ Array.isArray(e) && e.forEach((t) => {
76
+ const a = i.value.indexOf(t);
77
+ a > -1 && i.value.splice(a, 1);
78
78
  });
79
- }, showTabPanesOnly: function(e3) {
80
- const t2 = [];
81
- P.configure.items.forEach((n2) => {
82
- e3.includes(n2.code) || t2.push(n2.code);
83
- }), w.value = [...new Set(t2)];
84
- }, hiddenTabPanesOnly: function(e3) {
85
- const t2 = [];
86
- P.configure.items.forEach((n2) => {
87
- e3.includes(n2.code) && t2.push(n2.code);
88
- }), w.value = [...new Set(t2)];
89
- } }), (e3, t2) => {
90
- const n2 = i("el-button");
91
- return u(), c(l(x), { ref_key: "thisRef", ref: O, modelValue: j.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => j.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: s(l(B)), class: r([l(z), "runtime-page-container-tabs-view"]), closable: e3.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(u(true), f(d, null, m(P.configure.items, (t3, n3) => (u(), c(l(C), { key: n3, label: t3.label, name: t3.code, lazy: !!e3.configure.props.lazy }, { label: p(() => [t3.iconType && t3.iconValue ? (u(), c(l(E), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : g("", true), b("span", { style: s(l(I)) }, y(l(V)(t3.label)), 5)]), default: p(() => [(e3.configure.props.isFullyRendered ?? 1) || t3.code === j.value ? (u(true), f(d, { key: 0 }, m(t3.items, (t4) => (u(), c(T, { key: t4.uuid, pageContext: e3.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : g("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e3.configure.props.resetable ? (u(), c(l(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e3.configure.props.resetable ? (u(), c(n2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e3.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : g("", true)]), _: 1 })) : g("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
79
+ }, showTabPanesOnly: function(e) {
80
+ const t = [];
81
+ n.configure.items.forEach((a) => {
82
+ e.includes(a.code) || t.push(a.code);
83
+ }), i.value = [...new Set(t)];
84
+ }, hiddenTabPanesOnly: function(e) {
85
+ const t = [];
86
+ n.configure.items.forEach((a) => {
87
+ e.includes(a.code) && t.push(a.code);
88
+ }), i.value = [...new Set(t)];
89
+ } }), (e, t) => {
90
+ const a = j("el-button");
91
+ return c(), u(s(J), { ref_key: "thisRef", ref: d, modelValue: r.value, "onUpdate:modelValue": t[0] || (t[0] = (o) => r.value = o), type: e.configure.props.cardType, "tab-position": e.configure.props.tabPosition, style: v(s(P)), class: q([s(A), "runtime-page-container-tabs-view"]), closable: e.configure.props.closable, "before-leave": _, onTabClick: S, onTabChange: z, onTabRemove: I, onTabAdd: O, onEdit: R }, { default: p(() => [(c(!0), x(C, null, T(n.configure.items, (o, D) => (c(), u(s(k), { key: D, label: o.label, name: o.code, lazy: !!e.configure.props.lazy }, { label: p(() => [o.iconType && o.iconValue ? (c(), u(s(Q), { key: 0, iconType: o.iconType, iconValue: o.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : f("", !0), G("span", { style: v(s(B)) }, E(s(X)(o.label)), 5)]), default: p(() => [(e.configure.props.isFullyRendered ?? 1) || o.code === r.value ? (c(!0), x(C, { key: 0 }, T(o.items, (h) => (c(), u(K, { key: h.uuid, pageContext: e.pageContext, configure: h }, null, 8, ["pageContext", "configure"]))), 128)) : f("", !0)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e.configure.props.resetable ? (c(), u(s(k), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e.configure.props.resetable ? (c(), u(a, { key: 0, type: "text", circle: "", onClick: H(y, ["stop"]) }, { default: p(() => [$(E(e.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : f("", !0)]), _: 1 })) : f("", !0)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
92
92
  };
93
93
  } });
94
94
  export {
95
- A as default
95
+ ie as default
96
96
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./tools-runtime.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const e = t(o, [["__scopeId", "data-v-a9801c3f"]]);
4
+ const p = t(o, [["__scopeId", "data-v-a9801c3f"]]);
5
5
  export {
6
- e as default
6
+ p as default
7
7
  };
@@ -1,47 +1,46 @@
1
- import { defineComponent as e, ref as t, computed as o, onMounted as i, nextTick as n, onUnmounted as l, resolveComponent as a, createElementBlock as u, openBlock as s, createElementVNode as f, createBlock as r, createCommentVNode as v, withCtx as g, normalizeStyle as p, normalizeClass as c, unref as d, Fragment as m, renderList as x } from "vue";
2
- import y from "../../object-render.vue.mjs";
3
- import { handleAfterInitEvent as b } from "../../../../utils/events/event-util.mjs";
4
- /* empty css */
5
- import C from "../fixed/FixedBox.vue.mjs";
6
- const k = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, w = { ref: "affixRef", "data-v": "1.0.0", class: "amb-widget-tools-parent" }, R = { key: 2, "data-v": "1.0.0", class: "amb-widget-tools-parent" }, _ = e({ __name: "tools-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
7
- const _2 = e2, h = t(null), j = _2.configure.runtime ?? {}, A = j.class, B = t(null), F = t(0);
8
- let D = null;
9
- const z = o(() => _2.configure.props), O = o(() => {
10
- var _a, _b;
11
- return !!((_b = (_a = _2.configure) == null ? void 0 : _a.items) == null ? void 0 : _b.length);
12
- }), Y = o(() => {
13
- const { gap: e3 } = z.value ?? {};
14
- return { backgroundColor: "#fff", ...e3 ? { gap: `${e3}px` } : {}, ...j.style ?? {} };
15
- }), $ = o(() => {
16
- var _a, _b, _c;
17
- return !![(_a = z.value) == null ? void 0 : _a.isAffix, (_b = z.value) == null ? void 0 : _b.isFixed].every((e3) => void 0 === e3) || ((_c = z.value) == null ? void 0 : _c.isAffix);
18
- }), q = o(() => {
19
- var _a;
20
- return (_a = z.value) == null ? void 0 : _a.isFixed;
21
- }), E = o(() => {
22
- var _a, _b;
23
- return ["top"].includes((_a = z.value) == null ? void 0 : _a.position) ? "top" : ["bottom"].includes((_b = z.value) == null ? void 0 : _b.position) ? "bottom" : void 0;
1
+ import { defineComponent as D, ref as C, computed as s, onMounted as N, nextTick as O, onUnmounted as V, resolveComponent as $, createElementBlock as f, openBlock as a, createElementVNode as u, createBlock as c, createCommentVNode as j, withCtx as z, normalizeStyle as y, normalizeClass as b, unref as k, Fragment as w, renderList as R } from "vue";
2
+ import _ from "../../object-render.vue.mjs";
3
+ import { handleAfterInitEvent as q } from "../../../../utils/events/event-util.mjs";
4
+ import G from "../fixed/FixedBox.vue.mjs";
5
+ const I = { "data-v": "1.0.0", class: "amb-widget-tools-parent" }, L = { ref: "affixRef", "data-v": "1.0.0", class: "amb-widget-tools-parent" }, M = { key: 2, "data-v": "1.0.0", class: "amb-widget-tools-parent" }, J = D({ __name: "tools-runtime", props: { pageContext: {}, configure: {} }, setup(A) {
6
+ const t = A, v = C(null), h = t.configure.runtime ?? {}, d = h.class, l = C(null), g = C(0);
7
+ let r = null;
8
+ const i = s(() => t.configure.props), m = s(() => {
9
+ var e, n;
10
+ return !!((n = (e = t.configure) == null ? void 0 : e.items) != null && n.length);
11
+ }), x = s(() => {
12
+ const { gap: e } = i.value ?? {};
13
+ return { backgroundColor: "#fff", ...e ? { gap: `${e}px` } : {}, ...h.style ?? {} };
14
+ }), E = s(() => {
15
+ var e, n, p;
16
+ return !![(e = i.value) == null ? void 0 : e.isAffix, (n = i.value) == null ? void 0 : n.isFixed].every((o) => o === void 0) || ((p = i.value) == null ? void 0 : p.isAffix);
17
+ }), F = s(() => {
18
+ var e;
19
+ return (e = i.value) == null ? void 0 : e.isFixed;
20
+ }), B = s(() => {
21
+ var e, n;
22
+ return ["top"].includes((e = i.value) == null ? void 0 : e.position) ? "top" : ["bottom"].includes((n = i.value) == null ? void 0 : n.position) ? "bottom" : void 0;
24
23
  });
25
- return i(() => {
26
- if (n(() => {
27
- b(null, _2.pageContext, _2.configure, { componentRef: h.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
28
- }), D = new ResizeObserver(() => {
29
- if (B.value) {
30
- const e3 = B.value.getBoundingClientRect();
31
- F.value = e3.top;
24
+ return N(() => {
25
+ if (O(() => {
26
+ q(null, t.pageContext, t.configure, { componentRef: v.value, entity: t.pageContext.entity.data, pageData: t.pageContext.entity.page });
27
+ }), r = new ResizeObserver(() => {
28
+ if (l.value) {
29
+ const e = l.value.getBoundingClientRect();
30
+ g.value = e.top;
32
31
  }
33
- }), B.value) {
34
- D.observe(B.value);
35
- const e3 = B.value.getBoundingClientRect();
36
- F.value = e3.top;
32
+ }), l.value) {
33
+ r.observe(l.value);
34
+ const e = l.value.getBoundingClientRect();
35
+ g.value = e.top;
37
36
  }
38
- }), l(() => {
39
- D && B.value && (D.unobserve(B.value), D.disconnect());
40
- }), (e3, t2) => {
41
- const o2 = a("el-affix");
42
- return s(), u("div", null, [f("div", { ref_key: "referenceDivRef", ref: B, style: { height: "0" } }, null, 512), q.value && O.value ? (s(), r(C, { key: 0, position: E.value, offset: F.value }, { default: g(() => [f("div", k, [f("div", { class: c(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(Y.value), ref_key: "thisRef", ref: h }, [(s(true), u(m, null, x(_2.configure.items, (e4) => (s(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])]), _: 1 }, 8, ["position", "offset"])) : $.value && O.value ? (s(), r(o2, { key: 1, position: E.value, offset: F.value }, { default: g(() => [f("div", w, [f("div", { class: c(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(Y.value), ref_key: "thisRef", ref: h }, [(s(true), u(m, null, x(_2.configure.items, (e4) => (s(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)], 512)]), _: 1 }, 8, ["position", "offset"])) : O.value ? (s(), u("div", R, [f("div", { class: c(["amb-widget-container-tool amb-widget-tools", d(A)]), style: p(Y.value), ref_key: "thisRef", ref: h }, [(s(true), u(m, null, x(_2.configure.items, (e4) => (s(), r(y, { pageContext: _2.pageContext, configure: e4, key: e4.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])) : v("", true)]);
37
+ }), V(() => {
38
+ r && l.value && (r.unobserve(l.value), r.disconnect());
39
+ }), (e, n) => {
40
+ const p = $("el-affix");
41
+ return a(), f("div", null, [u("div", { ref_key: "referenceDivRef", ref: l, style: { height: "0" } }, null, 512), F.value && m.value ? (a(), c(G, { key: 0, position: B.value, offset: g.value }, { default: z(() => [u("div", I, [u("div", { class: b(["amb-widget-container-tool amb-widget-tools", k(d)]), style: y(x.value), ref_key: "thisRef", ref: v }, [(a(!0), f(w, null, R(t.configure.items, (o) => (a(), c(_, { pageContext: t.pageContext, configure: o, key: o.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])]), _: 1 }, 8, ["position", "offset"])) : E.value && m.value ? (a(), c(p, { key: 1, position: B.value, offset: g.value }, { default: z(() => [u("div", L, [u("div", { class: b(["amb-widget-container-tool amb-widget-tools", k(d)]), style: y(x.value), ref_key: "thisRef", ref: v }, [(a(!0), f(w, null, R(t.configure.items, (o) => (a(), c(_, { pageContext: t.pageContext, configure: o, key: o.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)], 512)]), _: 1 }, 8, ["position", "offset"])) : m.value ? (a(), f("div", M, [u("div", { class: b(["amb-widget-container-tool amb-widget-tools", k(d)]), style: y(x.value), ref_key: "thisRef", ref: v }, [(a(!0), f(w, null, R(t.configure.items, (o) => (a(), c(_, { pageContext: t.pageContext, configure: o, key: o.uuid }, null, 8, ["pageContext", "configure"]))), 128))], 6)])) : j("", !0)]);
43
42
  };
44
43
  } });
45
44
  export {
46
- _ as default
45
+ J as default
47
46
  };
@@ -1,4 +1,4 @@
1
- import e from "./barcode-runtime.vue2.mjs";
1
+ import o from "./barcode-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,69 +1,69 @@
1
- import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l, createBlock as n, openBlock as u, normalizeStyle as i, normalizeClass as s, unref as c, withCtx as p, createElementBlock as m, createCommentVNode as f, toDisplayString as g } from "vue";
2
- import d from "qrcode";
3
- import v from "jsbarcode";
4
- import { getFormModelFields as y } from "../../../../utils/page-init-util.mjs";
5
- import { generateCodeByRule as b } from "../../../../utils/barcode-util.mjs";
6
- import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.mjs";
7
- import { handleEvent as C } from "../../../../utils/events/event-util.mjs";
8
- import { http as w } from "agilebuilder-ui";
9
- import { $t as R } from "../../../../utils/i18n-util.mjs";
10
- const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: D2 }) {
11
- const N = e2, k = N.pageContext.entity ? N.pageContext.entity : {};
12
- let q = y(N.pageContext, N.configure);
13
- const A = t({ get: () => x(k, q), set(e3) {
14
- h(k, q, e3);
15
- } }), E = N.configure.runtime ? N.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
16
- function F(e3) {
17
- return h(k, q, e3);
1
+ import { defineComponent as O, computed as P, ref as i, onMounted as I, watch as R, resolveComponent as M, createBlock as Q, openBlock as f, normalizeStyle as k, normalizeClass as z, unref as d, withCtx as D, createElementBlock as g, createCommentVNode as J, toDisplayString as L } from "vue";
2
+ import j from "qrcode";
3
+ import T from "jsbarcode";
4
+ import { getFormModelFields as U } from "../../../../utils/page-init-util.mjs";
5
+ import { generateCodeByRule as W } from "../../../../utils/barcode-util.mjs";
6
+ import { setVariableValue as V, getVariableValue as E } from "../../../../utils/page-helper-util.mjs";
7
+ import { handleEvent as G } from "../../../../utils/events/event-util.mjs";
8
+ import { http as H } from "agilebuilder-ui";
9
+ import { $t as K } from "../../../../utils/i18n-util.mjs";
10
+ const X = ["src"], ue = O({ __name: "barcode-runtime", props: { pageContext: {}, configure: {} }, setup(N, { expose: S }) {
11
+ const t = N, n = t.pageContext.entity ? t.pageContext.entity : {};
12
+ let c = U(t.pageContext, t.configure);
13
+ const v = P({ get: () => E(n, c), set(e) {
14
+ V(n, c, e);
15
+ } }), u = t.configure.runtime ? t.configure.runtime : {}, a = i(u.props ? u.props : {}), A = u.style, _ = u.class, $ = u.headerStyle, y = i(""), h = i(null), q = i(a.value.brCodeFormat ?? "CODE128"), p = i([]);
16
+ function b(e) {
17
+ return V(n, c, e);
18
18
  }
19
- function J(e3) {
20
- L(e3), F(e3), C(e3, N.pageContext, N.configure, "change", { entity: k });
19
+ function C(e) {
20
+ x(e), b(e), G(e, t.pageContext, t.configure, "change", { entity: n });
21
21
  }
22
- function L(e3) {
23
- var t2;
24
- "QR-code" === _.value.type ? (t2 = e3, d.toDataURL(t2, (e4, t3) => {
25
- e4 ? console.error(e4) : $.value = t3;
26
- })) : function(e4) {
22
+ function x(e) {
23
+ var r;
24
+ a.value.type === "QR-code" ? (r = e, j.toDataURL(r, (o, l) => {
25
+ o ? console.error(o) : y.value = l;
26
+ })) : function(o) {
27
27
  try {
28
- v(I.value, e4, { format: Q.value });
29
- } catch (e5) {
30
- console.error("生成条形码时发生错误:", e5);
28
+ T(h.value, o, { format: q.value });
29
+ } catch (l) {
30
+ console.error("生成条形码时发生错误:", l);
31
31
  }
32
- }(e3);
32
+ }(e);
33
33
  }
34
- return a(() => {
35
- _.value.generateRule && ("fixed" === _.value.generateRuleType ? (V.value = Array.from(_.value.generateRule.matchAll(/\$\{(\w+)\}/g), (e3) => e3[1]), V.value.forEach((e3) => {
36
- o(() => N.pageContext.entity.data[e3], (e4, t2) => {
37
- null != e4 && function() {
38
- let e5 = true;
39
- V.value.forEach((t3) => {
40
- N.pageContext.entity.data[t3] || (e5 = false);
41
- }), e5 && J(function(e6, t3) {
42
- const r2 = /\$\{(\w+)\}/g;
43
- return e6.replace(r2, (e7, r3) => t3.hasOwnProperty(r3) ? t3[r3] : e7);
44
- }(_.value.generateRule, N.pageContext.entity.data));
34
+ return I(() => {
35
+ a.value.generateRule && (a.value.generateRuleType === "fixed" ? (p.value = Array.from(a.value.generateRule.matchAll(/\$\{(\w+)\}/g), (e) => e[1]), p.value.forEach((e) => {
36
+ R(() => t.pageContext.entity.data[e], (r, o) => {
37
+ r != null && function() {
38
+ let l = !0;
39
+ p.value.forEach((m) => {
40
+ t.pageContext.entity.data[m] || (l = !1);
41
+ }), l && C(function(m, s) {
42
+ const B = /\$\{(\w+)\}/g;
43
+ return m.replace(B, (F, w) => s.hasOwnProperty(w) ? s[w] : F);
44
+ }(a.value.generateRule, t.pageContext.entity.data));
45
45
  }();
46
46
  });
47
- })) : w.get(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-models/by-code/" + _.value.generateRule).then((e3) => {
48
- const t2 = JSON.parse(e3.barcodeModelItems);
49
- t2.forEach((e4) => {
50
- "-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => N.pageContext.entity.data[e4.propDbName], (e5, r2) => {
51
- if (null != e5) {
52
- const e6 = b(t2, N.pageContext.entity.data);
53
- e6 && J(e6);
47
+ })) : H.get(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-models/by-code/" + a.value.generateRule).then((e) => {
48
+ const r = JSON.parse(e.barcodeModelItems);
49
+ r.forEach((o) => {
50
+ o.propDbName !== "-1" && o.propDbName !== -1 && (p.value.push(o.propDbName), R(() => t.pageContext.entity.data[o.propDbName], (l, m) => {
51
+ if (l != null) {
52
+ const s = W(r, t.pageContext.entity.data);
53
+ s && C(s);
54
54
  }
55
55
  }));
56
56
  });
57
- }).catch((e3) => {
58
- console.error("获取条码规则失败:", e3);
59
- })), A.value && L(A.value);
60
- }), D2({ getValue: function() {
61
- return x(k, q);
62
- }, setValue: F }), (e3, t2) => {
63
- const r2 = l("el-form-item");
64
- return u(), n(r2, { required: !!_.value.required, class: s(c(P)), "label-width": _.value.labelWidth, style: i(c(O)) }, { label: p(() => [_.value.tittleShow ? (u(), m("div", { key: 0, style: i({ ...c(S) }) }, g(c(R)(_.value.title)), 5)) : f("", true)]), default: p(() => ["QR-code" === _.value.type ? (u(), m("img", { key: 0, src: $.value }, null, 8, j)) : (u(), m("canvas", { key: 1, ref_key: "barcode", ref: I }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
57
+ }).catch((e) => {
58
+ console.error("获取条码规则失败:", e);
59
+ })), v.value && x(v.value);
60
+ }), S({ getValue: function() {
61
+ return E(n, c);
62
+ }, setValue: b }), (e, r) => {
63
+ const o = M("el-form-item");
64
+ return f(), Q(o, { required: !!a.value.required, class: z(d(_)), "label-width": a.value.labelWidth, style: k(d(A)) }, { label: D(() => [a.value.tittleShow ? (f(), g("div", { key: 0, style: k({ ...d($) }) }, L(d(K)(a.value.title)), 5)) : J("", !0)]), default: D(() => [a.value.type === "QR-code" ? (f(), g("img", { key: 0, src: y.value }, null, 8, X)) : (f(), g("canvas", { key: 1, ref_key: "barcode", ref: h }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
65
65
  };
66
66
  } });
67
67
  export {
68
- D as default
68
+ ue as default
69
69
  };