super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp4

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 (435) 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/package.json +76 -76
  187. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  188. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +0 -6
  189. package/dist/lib/assets/chart-themes/bar-theme.cjs +0 -2
  190. package/dist/lib/assets/chart-themes/bar-theme.d.ts +0 -6
  191. package/dist/lib/assets/chart-themes/gauge-theme.cjs +0 -2
  192. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +0 -6
  193. package/dist/lib/assets/chart-themes/pie-theme.cjs +0 -2
  194. package/dist/lib/assets/chart-themes/pie-theme.d.ts +0 -6
  195. package/dist/lib/assets/chart-themes/radar-theme.cjs +0 -2
  196. package/dist/lib/assets/chart-themes/radar-theme.d.ts +0 -6
  197. package/dist/lib/assets/chart-themes/scatter-theme.cjs +0 -2
  198. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +0 -6
  199. package/dist/lib/assets/file.png.cjs +0 -2
  200. package/dist/lib/assets/folder.png.cjs +0 -2
  201. package/dist/lib/components/runtime/index.d.ts +0 -5
  202. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +0 -13
  203. package/dist/lib/components/runtime/utils/anchor-util.cjs +0 -62
  204. package/dist/lib/components/runtime/utils/anchor-util.d.ts +0 -13
  205. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
  206. package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -1
  207. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +0 -169
  208. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +0 -1
  209. package/dist/lib/components/runtime/utils/assemblys-config.cjs +0 -16
  210. package/dist/lib/components/runtime/utils/barcode-util.cjs +0 -10
  211. package/dist/lib/components/runtime/utils/barcode-util.d.ts +0 -8
  212. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +0 -137
  213. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +0 -34
  214. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +0 -78
  215. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +0 -52
  216. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +0 -43
  217. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +0 -244
  218. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +0 -115
  219. package/dist/lib/components/runtime/utils/common-util.cjs +0 -91
  220. package/dist/lib/components/runtime/utils/common-util.d.ts +0 -33
  221. package/dist/lib/components/runtime/utils/eventBus.cjs +0 -3
  222. package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
  223. package/dist/lib/components/runtime/utils/events/event-util.cjs +0 -345
  224. package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -92
  225. package/dist/lib/components/runtime/utils/events/print-label.cjs +0 -97
  226. package/dist/lib/components/runtime/utils/events/print-label.d.ts +0 -5
  227. package/dist/lib/components/runtime/utils/events/standard-event.cjs +0 -1101
  228. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -99
  229. package/dist/lib/components/runtime/utils/events/validator-util.cjs +0 -296
  230. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -25
  231. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +0 -34
  232. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +0 -7
  233. package/dist/lib/components/runtime/utils/form/scan-util.cjs +0 -90
  234. package/dist/lib/components/runtime/utils/global-refs.cjs +0 -42
  235. package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -65
  236. package/dist/lib/components/runtime/utils/i18n-util.cjs +0 -11
  237. package/dist/lib/components/runtime/utils/i18n-util.d.ts +0 -1
  238. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +0 -4
  239. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -247
  240. package/dist/lib/components/runtime/utils/page-helper-util.cjs +0 -354
  241. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -174
  242. package/dist/lib/components/runtime/utils/page-init-util.cjs +0 -244
  243. package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -49
  244. package/dist/lib/components/runtime/utils/page-permission-util.cjs +0 -26
  245. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +0 -26
  246. package/dist/lib/components/runtime/utils/page-store.cjs +0 -50
  247. package/dist/lib/components/runtime/utils/page-store.d.ts +0 -58
  248. package/dist/lib/components/runtime/utils/store-util.cjs +0 -11
  249. package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
  250. package/dist/lib/components/runtime/utils/store.cjs +0 -3
  251. package/dist/lib/components/runtime/utils/store.d.ts +0 -2
  252. package/dist/lib/components/runtime/utils/table-utils.cjs +0 -68
  253. package/dist/lib/components/runtime/utils/table-utils.d.ts +0 -36
  254. package/dist/lib/components/runtime/utils/tree-utils.cjs +0 -54
  255. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +0 -3
  256. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +0 -24
  257. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +0 -5
  258. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +0 -17
  259. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +0 -3
  260. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +0 -35
  261. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +0 -3
  262. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +0 -3
  263. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +0 -3
  264. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +0 -17
  265. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +0 -5
  266. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +0 -41
  267. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +0 -11
  268. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +0 -3
  269. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +0 -11
  270. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +0 -3
  271. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +0 -53
  272. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +0 -3
  273. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +0 -5
  274. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +0 -48
  275. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +0 -5
  276. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +0 -24
  277. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +0 -5
  278. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +0 -34
  279. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +0 -5
  280. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +0 -24
  281. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +0 -5
  282. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +0 -24
  283. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +0 -402
  284. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +0 -121
  285. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +0 -3
  286. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +0 -3
  287. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +0 -6
  288. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +0 -3
  289. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +0 -36
  290. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +0 -3
  291. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +0 -13
  292. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +0 -3
  293. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +0 -3
  294. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +0 -249
  295. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +0 -16
  296. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +0 -5
  297. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +0 -3
  298. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +0 -32
  299. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -28
  300. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +0 -3
  301. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +0 -32
  302. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +0 -27
  303. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +0 -3
  304. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +0 -19
  305. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +0 -59
  306. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +0 -3
  307. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +0 -12
  308. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
  309. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +0 -3
  310. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +0 -21
  311. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +0 -26
  312. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +0 -3
  313. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +0 -13
  314. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +0 -35
  315. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +0 -3
  316. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +0 -30
  317. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +0 -31
  318. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +0 -3
  319. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +0 -15
  320. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
  321. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +0 -3
  322. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +0 -5
  323. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +0 -21
  324. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +0 -3
  325. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +0 -17
  326. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +0 -3
  327. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +0 -15
  328. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +0 -5
  329. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +0 -27
  330. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +0 -5
  331. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +0 -94
  332. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +0 -79
  333. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +0 -3
  334. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +0 -20
  335. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +0 -3
  336. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +0 -15
  337. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +0 -3
  338. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +0 -12
  339. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +0 -5
  340. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +0 -88
  341. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +0 -5
  342. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +0 -43
  343. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +0 -3
  344. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +0 -59
  345. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +0 -382
  346. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +0 -3
  347. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +0 -322
  348. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +0 -3
  349. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +0 -3
  350. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +0 -81
  351. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +0 -5
  352. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +0 -124
  353. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +0 -3
  354. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
  355. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +0 -3
  356. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +0 -3
  357. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +0 -57
  358. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +0 -35
  359. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +0 -3
  360. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +0 -3
  361. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +0 -57
  362. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +0 -3
  363. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +0 -91
  364. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +0 -3
  365. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +0 -47
  366. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +0 -3
  367. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +0 -20
  368. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +0 -3
  369. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +0 -65
  370. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +0 -3
  371. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +0 -20
  372. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +0 -3
  373. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +0 -70
  374. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +0 -5
  375. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +0 -31
  376. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +0 -3
  377. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +0 -26
  378. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +0 -5
  379. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +0 -13
  380. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +0 -3
  381. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +0 -75
  382. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +0 -5
  383. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +0 -188
  384. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +0 -3
  385. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +0 -130
  386. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +0 -3
  387. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +0 -11
  388. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +0 -3
  389. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +0 -29
  390. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +0 -3
  391. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +0 -38
  392. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +0 -3
  393. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +0 -20
  394. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +0 -73
  395. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +0 -17
  396. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +0 -3
  397. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +0 -132
  398. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
  399. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +0 -3
  400. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +0 -3
  401. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +0 -14
  402. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +0 -3
  403. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +0 -5
  404. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +0 -14
  405. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +0 -23
  406. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +0 -5
  407. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +0 -23
  408. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +0 -5
  409. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +0 -34
  410. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +0 -3
  411. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +0 -17
  412. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +0 -3
  413. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +0 -20
  414. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +0 -5
  415. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +0 -19
  416. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +0 -3
  417. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +0 -14
  418. package/dist/lib/components/runtime/views/home-chart.vue.cjs +0 -38
  419. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +0 -23
  420. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +0 -3
  421. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +0 -23
  422. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +0 -40
  423. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +0 -3
  424. package/dist/lib/components/runtime/views/super-page.vue.cjs +0 -5
  425. package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -135
  426. package/dist/lib/components/runtime/views/super-page.vue2.cjs +0 -264
  427. package/dist/lib/favicon.ico +0 -0
  428. package/dist/lib/i18n/langs/cn.cjs +0 -2
  429. package/dist/lib/i18n/langs/en.cjs +0 -2
  430. package/dist/lib/index.cjs +0 -6
  431. package/dist/lib/index.d.ts +0 -16
  432. package/dist/lib/style.css +0 -996
  433. package/dist/umd/favicon.ico +0 -0
  434. package/dist/umd/index.full.min.js +0 -7429
  435. package/dist/umd/style.css +0 -996
@@ -1,28 +1,28 @@
1
- import { defineComponent as e, ref as t, computed as l, onMounted as o, nextTick as a, resolveComponent as n, createBlock as u, openBlock as i, normalizeStyle as r, normalizeClass as s, unref as p, withCtx as m, createVNode as f, createElementBlock as c, createCommentVNode as d, Fragment as v, createTextVNode as g, toDisplayString as y } from "vue";
2
- import { getFormModelFields as x } from "../../../../utils/page-init-util.mjs";
3
- import { setVariableValue as C, getVariableValue as h } from "../../../../utils/page-helper-util.mjs";
4
- import { handleAfterInitEvent as b, handleFormEvent as R } from "../../../../utils/events/event-util.mjs";
5
- import j from "../common/title-suffix-element.vue.mjs";
6
- import { $t as k } from "../../../../utils/i18n-util.mjs";
7
- import { addRequiredClassUtil as _ } from "../../../../utils/common-util.mjs";
8
- const q = e({ __name: "input-number-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: q2 }) {
9
- const w = e2, z = t(null), S = w.pageContext.entity ? w.pageContext.entity : {};
10
- let V = x(w.pageContext, w.configure);
11
- const B = l({ get: () => h(S, V), set(e3) {
12
- C(S, V, e3), null != e3 && (z.value = "");
13
- } }), I = w.configure.runtime ? w.configure.runtime : {}, D = I.style, E = I.class, F = I.headerStyle, T = I.titleExceedStyle, U = t(I.props ? I.props : {}), W = t(null), A = t(null), G = t(null);
14
- return o(() => {
15
- a(() => {
16
- const e3 = B.value;
17
- b(e3, w.pageContext, w.configure, { formItemRef: W.value, componentRef: A.value, titleRef: G.value, value: e3, entity: w.pageContext.entity.data, pageData: w.pageContext.entity.page });
1
+ import { defineComponent as F, ref as s, computed as S, onMounted as E, nextTick as I, resolveComponent as y, createBlock as x, openBlock as i, normalizeStyle as C, normalizeClass as T, unref as o, withCtx as h, createVNode as D, createElementBlock as b, createCommentVNode as N, Fragment as U, createTextVNode as A, toDisplayString as M } from "vue";
2
+ import { getFormModelFields as W } from "../../../../utils/page-init-util.mjs";
3
+ import { setVariableValue as j, getVariableValue as G } from "../../../../utils/page-helper-util.mjs";
4
+ import { handleAfterInitEvent as $, handleFormEvent as m } from "../../../../utils/events/event-util.mjs";
5
+ import H from "../common/title-suffix-element.vue.mjs";
6
+ import { $t as J } from "../../../../utils/i18n-util.mjs";
7
+ import { addRequiredClassUtil as K } from "../../../../utils/common-util.mjs";
8
+ const ee = F({ __name: "input-number-runtime", props: { pageContext: {}, configure: {} }, setup(k, { expose: V }) {
9
+ const a = k, u = s(null), d = a.pageContext.entity ? a.pageContext.entity : {};
10
+ let c = W(a.pageContext, a.configure);
11
+ const p = S({ get: () => G(d, c), set(t) {
12
+ j(d, c, t), t != null && (u.value = "");
13
+ } }), r = a.configure.runtime ? a.configure.runtime : {}, R = r.style, _ = r.class, q = r.headerStyle, w = r.titleExceedStyle, e = s(r.props ? r.props : {}), f = s(null), g = s(null), v = s(null);
14
+ return E(() => {
15
+ I(() => {
16
+ const t = p.value;
17
+ $(t, a.pageContext, a.configure, { formItemRef: f.value, componentRef: g.value, titleRef: v.value, value: t, entity: a.pageContext.entity.data, pageData: a.pageContext.entity.page });
18
18
  });
19
- }), q2({ addRequiredClass: function() {
20
- z.value = _();
21
- } }), (e3, t2) => {
22
- const l2 = n("el-input-number"), o2 = n("el-form-item");
23
- return i(), u(o2, { ref_key: "formItemRef", ref: W, required: U.value.required, class: s(p(E) + (z.value ? " " + z.value : "")), "label-width": U.value.labelWidth, style: r(p(D)) }, { label: m(() => [U.value.tittleShow ? (i(), c("div", { key: 0, ref_key: "titleRef", ref: G, style: r({ ...p(F), ...p(T) }) }, [U.value.prefixType ? (i(), u(j, { key: 0, pageContext: e3.pageContext, property: U.value }, null, 8, ["pageContext", "property"])) : (i(), c(v, { key: 1 }, [g(y(p(k)(U.value.title)), 1)], 64))], 4)) : d("", true)]), default: m(() => [f(l2, { ref_key: "componentRef", ref: A, disabled: "disabled" === U.value.state, readonly: "readonly" === U.value.state, controls: U.value.showButton, size: U.value.size, placeholder: U.value.placeholder, modelValue: B.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => B.value = e4), precision: U.value.precision, step: U.value.step, min: U.value.min, max: U.value.max, onChange: t2[1] || (t2[1] = (t3) => p(R)(t3, e3.pageContext, e3.configure, "change")), onBlur: t2[2] || (t2[2] = (t3) => p(R)(t3, e3.pageContext, e3.configure, "blur")), onFocus: t2[3] || (t2[3] = (t3) => p(R)(t3, e3.pageContext, e3.configure, "focus")) }, null, 8, ["disabled", "readonly", "controls", "size", "placeholder", "modelValue", "precision", "step", "min", "max"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
19
+ }), V({ addRequiredClass: function() {
20
+ u.value = K();
21
+ } }), (t, l) => {
22
+ const z = y("el-input-number"), B = y("el-form-item");
23
+ return i(), x(B, { ref_key: "formItemRef", ref: f, required: e.value.required, class: T(o(_) + (u.value ? " " + u.value : "")), "label-width": e.value.labelWidth, style: C(o(R)) }, { label: h(() => [e.value.tittleShow ? (i(), b("div", { key: 0, ref_key: "titleRef", ref: v, style: C({ ...o(q), ...o(w) }) }, [e.value.prefixType ? (i(), x(H, { key: 0, pageContext: t.pageContext, property: e.value }, null, 8, ["pageContext", "property"])) : (i(), b(U, { key: 1 }, [A(M(o(J)(e.value.title)), 1)], 64))], 4)) : N("", !0)]), default: h(() => [D(z, { ref_key: "componentRef", ref: g, disabled: e.value.state === "disabled", readonly: e.value.state === "readonly", controls: e.value.showButton, size: e.value.size, placeholder: e.value.placeholder, modelValue: p.value, "onUpdate:modelValue": l[0] || (l[0] = (n) => p.value = n), precision: e.value.precision, step: e.value.step, min: e.value.min, max: e.value.max, onChange: l[1] || (l[1] = (n) => o(m)(n, t.pageContext, t.configure, "change")), onBlur: l[2] || (l[2] = (n) => o(m)(n, t.pageContext, t.configure, "blur")), onFocus: l[3] || (l[3] = (n) => o(m)(n, t.pageContext, t.configure, "focus")) }, null, 8, ["disabled", "readonly", "controls", "size", "placeholder", "modelValue", "precision", "step", "min", "max"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
24
24
  };
25
25
  } });
26
26
  export {
27
- q as default
27
+ ee as default
28
28
  };
@@ -1,4 +1,4 @@
1
- import t from "./inputtext-runtime.vue2.mjs";
1
+ import o from "./inputtext-runtime.vue2.mjs";
2
2
  export {
3
- t as default
3
+ o as default
4
4
  };
@@ -1,81 +1,80 @@
1
- import { defineComponent as e, ref as t, computed as n, onMounted as l, nextTick as o, onUnmounted as a, watch as u, resolveComponent as i, createBlock as r, openBlock as p, normalizeStyle as s, normalizeClass as c, unref as v, withCtx as f, createVNode as y, createCommentVNode as m, createSlots as g, createTextVNode as d, toDisplayString as x, createElementBlock as C, Fragment as I } from "vue";
2
- import { isMobileBrowser as T, SuperIcon as k } from "agilebuilder-ui";
3
- import { getFormModelFields as w } from "../../../../utils/page-init-util.mjs";
4
- import { getModelFieldFromPageContext as V, isNumberDataType as h, setVariableValue as b, getVariableValue as _ } from "../../../../utils/page-helper-util.mjs";
5
- import { handleFormEvent as S, handleAfterInitEvent as j, doSuffixOrPrefixClickEvent as R } from "../../../../utils/events/event-util.mjs";
6
- import { formatScanRuleSets as O, analysisScanValue as N, setScanAnalysisValue as q } from "../../../../utils/form/scan-util.mjs";
7
- import D from "../common/title-suffix-element.vue.mjs";
8
- import J from "../../../../utils/eventBus.mjs";
9
- import { $t as M } from "../../../../utils/i18n-util.mjs";
10
- import { addRequiredClassUtil as P } from "../../../../utils/common-util.mjs";
11
- const z = e({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: z2 }) {
12
- var _a, _b, _c;
13
- const L = e2, B = L.pageContext.entity ? L.pageContext.entity : {}, F = t("text");
14
- let $ = w(L.pageContext, L.configure);
15
- if (L.pageContext.modelFieldsMap) {
16
- const e3 = V($, L.pageContext);
17
- e3 && (F.value = h(e3.dataType) ? "number" : "text");
1
+ import { defineComponent as ue, ref as u, computed as re, onMounted as se, nextTick as ie, onUnmounted as ce, watch as pe, resolveComponent as F, createBlock as c, openBlock as s, normalizeStyle as j, normalizeClass as fe, unref as o, withCtx as y, createVNode as ve, createCommentVNode as p, createSlots as de, createTextVNode as m, toDisplayString as x, createElementBlock as W, Fragment as ye } from "vue";
2
+ import { isMobileBrowser as ge, SuperIcon as C } from "agilebuilder-ui";
3
+ import { getFormModelFields as me } from "../../../../utils/page-init-util.mjs";
4
+ import { isNumberDataType as xe, setVariableValue as M, getVariableValue as O, getModelFieldFromPageContext as Ce } from "../../../../utils/page-helper-util.mjs";
5
+ import { handleFormEvent as f, handleAfterInitEvent as ke, doSuffixOrPrefixClickEvent as h } from "../../../../utils/events/event-util.mjs";
6
+ import { formatScanRuleSets as Ve, analysisScanValue as Te, setScanAnalysisValue as we } from "../../../../utils/form/scan-util.mjs";
7
+ import Ie from "../common/title-suffix-element.vue.mjs";
8
+ import G from "../../../../utils/eventBus.mjs";
9
+ import { $t as k } from "../../../../utils/i18n-util.mjs";
10
+ import { addRequiredClassUtil as he } from "../../../../utils/common-util.mjs";
11
+ const ze = ue({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(H, { expose: K }) {
12
+ var L, U, $;
13
+ const l = H, v = l.pageContext.entity ? l.pageContext.entity : {}, D = u("text");
14
+ let r = me(l.pageContext, l.configure);
15
+ if (l.pageContext.modelFieldsMap) {
16
+ const a = Ce(r, l.pageContext);
17
+ a && (D.value = xe(a.dataType) ? "number" : "text");
18
18
  }
19
- const A = t(T()), E = L.pageContext.code, U = t($ && $.length > 0 ? E + "__" + $.join("__") : null), W = t(null), G = n({ get: () => _(B, $), set(e3) {
20
- b(B, $, e3), null != e3 && "" !== e3 && (W.value = "");
21
- } }), H = t(null), K = t(null), Q = t(null), X = L.configure.runtime ? L.configure.runtime : {}, Y = t(X.props ? X.props : {}), Z = t(!!((_a = Y.value.scan) == null ? void 0 : _a.enable));
22
- let ee = false;
23
- const te = window.localStorage.getItem("auth_source");
24
- te && "dingtalk" === te && (ee = true);
25
- let ne = "";
26
- const le = navigator.userAgent;
27
- ne = le.indexOf(" uni-app ") > 0 ? "app" : "browser";
28
- const oe = !(!A.value || !ne || "app" !== ne), ae = t(!!((oe || ee) && Z.value || A.value && Z.value && "https:" === window.location.protocol));
29
- let ue = {};
30
- ((_b = Y.value.scan) == null ? void 0 : _b.enable) && ((_c = Y.value.scan.ruleList) == null ? void 0 : _c.length) > 0 && (O(Y.value.scan.ruleList).then((e3) => {
31
- ue = e3;
32
- }), u(() => G.value, (e3) => {
33
- e3 = e3.trim();
34
- const t2 = N(e3, ue);
35
- t2 && q(L.pageContext, t2.scanSet, t2.params);
19
+ const b = u(ge()), Q = l.pageContext.code, g = u(r && r.length > 0 ? Q + "__" + r.join("__") : null), V = u(null), i = re({ get: () => O(v, r), set(a) {
20
+ M(v, r, a), a != null && a !== "" && (V.value = "");
21
+ } }), P = u(null), q = u(null), z = u(null), d = l.configure.runtime ? l.configure.runtime : {}, e = u(d.props ? d.props : {}), B = u(!!((L = e.value.scan) != null && L.enable));
22
+ let T = !1;
23
+ const E = window.localStorage.getItem("auth_source");
24
+ E && E === "dingtalk" && (T = !0);
25
+ let S = "";
26
+ S = navigator.userAgent.indexOf(" uni-app ") > 0 ? "app" : "browser";
27
+ const J = !(!b.value || !S || S !== "app"), _ = u(!!((J || T) && B.value || b.value && B.value && window.location.protocol === "https:"));
28
+ let A = {};
29
+ (U = e.value.scan) != null && U.enable && (($ = e.value.scan.ruleList) == null ? void 0 : $.length) > 0 && (Ve(e.value.scan.ruleList).then((a) => {
30
+ A = a;
31
+ }), pe(() => i.value, (a) => {
32
+ a = a.trim();
33
+ const n = Te(a, A);
34
+ n && we(l.pageContext, n.scanSet, n.params);
36
35
  }));
37
- const ie = X.style, re = X.class, pe = X.headerStyle, se = X.titleExceedStyle;
38
- function ce(e3) {
39
- return b(B, $, e3);
36
+ const X = d.style, Y = d.class, Z = d.headerStyle, ee = d.titleExceedStyle;
37
+ function N(a) {
38
+ return M(v, r, a);
40
39
  }
41
- l(() => {
42
- J.$on(U.value + "-scanDone", (e3) => {
43
- U.value, JSON.stringify(e3), ce(e3.result), S(e3.result, L.pageContext, L.configure, "afterScanDone");
44
- }), o(() => {
45
- var _a2;
46
- const e3 = G.value;
47
- j(e3, L.pageContext, L.configure, { formItemRef: H.value, componentRef: K.value, titleRef: Q.value, value: e3, entity: L.pageContext.entity.data, pageData: L.pageContext.entity.page }), ae.value && ((_a2 = Y.value.scan) == null ? void 0 : _a2.autoOpen) && fe();
40
+ se(() => {
41
+ G.$on(g.value + "-scanDone", (a) => {
42
+ g.value, JSON.stringify(a), N(a.result), f(a.result, l.pageContext, l.configure, "afterScanDone");
43
+ }), ie(() => {
44
+ var n;
45
+ const a = i.value;
46
+ ke(a, l.pageContext, l.configure, { formItemRef: P.value, componentRef: q.value, titleRef: z.value, value: a, entity: l.pageContext.entity.data, pageData: l.pageContext.entity.page }), _.value && ((n = e.value.scan) != null && n.autoOpen) && R();
48
47
  });
49
- }), a(() => {
50
- J.$off(U.value + "-scanDone");
48
+ }), ce(() => {
49
+ G.$off(g.value + "-scanDone");
51
50
  });
52
- const ve = t(false);
53
- function fe() {
54
- if (oe || ee) {
55
- const e3 = { type: "scan", componentId: U.value, systemCode: L.pageContext.systemCode };
56
- ee && (e3.type = "dingTalkScan"), window.parent.parent ? (window.parent.parent, window.parent.parent.postMessage(JSON.stringify(e3), "*")) : window.parent && (window.parent, window.parent.postMessage(JSON.stringify(e3), "*"));
57
- } else if (A.value) if ("https:" === window.location.protocol) ve.value = true;
51
+ const w = u(!1);
52
+ function R() {
53
+ if (J || T) {
54
+ const a = { type: "scan", componentId: g.value, systemCode: l.pageContext.systemCode };
55
+ T && (a.type = "dingTalkScan"), window.parent.parent ? (window.parent.parent, window.parent.parent.postMessage(JSON.stringify(a), "*")) : window.parent && (window.parent, window.parent.postMessage(JSON.stringify(a), "*"));
56
+ } else if (b.value) if (window.location.protocol === "https:") w.value = !0;
58
57
  else {
59
- const e3 = { type: "scan", componentId: U.value, systemCode: L.pageContext.systemCode };
60
- window.parent.postMessage(JSON.stringify(e3), "*");
58
+ const a = { type: "scan", componentId: g.value, systemCode: l.pageContext.systemCode };
59
+ window.parent.postMessage(JSON.stringify(a), "*");
61
60
  }
62
- else ve.value = true;
61
+ else w.value = !0;
63
62
  }
64
- function ye(e3) {
65
- ve.value = false, ce(e3);
63
+ function ae(a) {
64
+ w.value = !1, N(a);
66
65
  }
67
- return z2({ getValue: function() {
68
- return _(B, $);
69
- }, setValue: ce, scanClick: fe, addRequiredClass: function() {
70
- W.value = P();
71
- } }), (e3, t2) => {
72
- const n2 = i("el-input"), l2 = i("scan-code-input-browser"), o2 = i("el-form-item");
73
- return p(), r(o2, { ref_key: "formItemRef", ref: H, required: !!Y.value.required, class: c(v(re) + (W.value ? " " + W.value : "")), "label-width": Y.value.labelWidth, style: s(v(ie)) }, { label: f(() => [Y.value.tittleShow ? (p(), C("div", { key: 0, ref_key: "titleRef", ref: Q, style: s({ ...v(pe), ...v(se) }) }, [Y.value.prefixType ? (p(), r(D, { key: 0, pageContext: e3.pageContext, property: Y.value }, null, 8, ["pageContext", "property"])) : (p(), C(I, { key: 1 }, [d(x(v(M)(Y.value.title)), 1)], 64))], 4)) : m("", true)]), default: f(() => [y(n2, { ref_key: "componentRef", ref: K, disabled: "disabled" === Y.value.state, readonly: "readonly" === Y.value.state, size: Y.value.size, clearable: Y.value.clearable, placeholder: Y.value.placeholder, maxlength: Y.value.maxLength, "show-word-limit": Y.value.showInputNum, type: F.value, modelValue: G.value, "onUpdate:modelValue": t2[5] || (t2[5] = (e4) => G.value = e4), onInput: t2[6] || (t2[6] = (t3) => v(S)(t3, e3.pageContext, e3.configure, "input")), onChange: t2[7] || (t2[7] = (t3) => v(S)(t3, e3.pageContext, e3.configure, "change")), onBlur: t2[8] || (t2[8] = (e4) => function(e5) {
74
- let t3 = _(B, $);
75
- null != t3 && (t3 = t3.trim()), b(B, $, t3), S(e5, L.pageContext, L.configure, "blur");
76
- }(e4)), onFocus: t2[9] || (t2[9] = (t3) => v(S)(t3, e3.pageContext, e3.configure, "focus")), onClick: t2[10] || (t2[10] = (t3) => v(S)(t3, e3.pageContext, e3.configure, "click")), onClear: t2[11] || (t2[11] = (t3) => v(S)(t3, e3.pageContext, e3.configure, "clear")) }, g({ _: 2 }, ["outer" != Y.value.iconPosition && (Y.value.preIconType && Y.value.preIconValue || Y.value.preText) ? { name: "prefix", fn: f(() => [Y.value.preIconType && Y.value.preIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Y.value.preIconType, iconValue: Y.value.preIconValue, onClick: t2[0] || (t2[0] = (t3) => v(R)(G.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : m("", true), d(" " + x(v(M)(Y.value.preText)), 1)]), key: "0" } : void 0, "outer" == Y.value.iconPosition && (Y.value.preIconType && Y.value.preIconValue || Y.value.preText) ? { name: "prepend", fn: f(() => [Y.value.preIconType && Y.value.preIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Y.value.preIconType, iconValue: Y.value.preIconValue, onClick: t2[1] || (t2[1] = (t3) => v(R)(G.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : m("", true), d(" " + x(v(M)(Y.value.preText)), 1)]), key: "1" } : void 0, "outer" != Y.value.iconPosition && (Y.value.sufIconType && Y.value.sufIconValue || Y.value.sufText) ? { name: "suffix", fn: f(() => [Y.value.sufIconType && Y.value.sufIconValue ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconType: Y.value.sufIconType, iconValue: Y.value.sufIconValue, onClick: t2[2] || (t2[2] = (t3) => v(R)(G.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : m("", true), d(" " + x(v(M)(Y.value.sufText)), 1)]), key: "2" } : void 0, ae.value || "outer" == Y.value.iconPosition && (Y.value.sufIconType && Y.value.sufIconValue || Y.value.sufText) ? { name: "append", fn: f(() => [ae.value ? (p(), r(v(k), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: t2[3] || (t2[3] = (e4) => fe()) })) : m("", true), Y.value.sufIconType && Y.value.sufIconValue ? (p(), r(v(k), { key: 1, style: { cursor: "pointer" }, iconType: Y.value.sufIconType, iconValue: Y.value.sufIconValue, onClick: t2[4] || (t2[4] = (t3) => v(R)(G.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : m("", true), d(" " + x(v(M)(Y.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), ve.value ? (p(), r(l2, { key: 0, onClose: ye })) : m("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
66
+ return K({ getValue: function() {
67
+ return O(v, r);
68
+ }, setValue: N, scanClick: R, addRequiredClass: function() {
69
+ V.value = he();
70
+ } }), (a, n) => {
71
+ const ne = F("el-input"), oe = F("scan-code-input-browser"), le = F("el-form-item");
72
+ return s(), c(le, { ref_key: "formItemRef", ref: P, required: !!e.value.required, class: fe(o(Y) + (V.value ? " " + V.value : "")), "label-width": e.value.labelWidth, style: j(o(X)) }, { label: y(() => [e.value.tittleShow ? (s(), W("div", { key: 0, ref_key: "titleRef", ref: z, style: j({ ...o(Z), ...o(ee) }) }, [e.value.prefixType ? (s(), c(Ie, { key: 0, pageContext: a.pageContext, property: e.value }, null, 8, ["pageContext", "property"])) : (s(), W(ye, { key: 1 }, [m(x(o(k)(e.value.title)), 1)], 64))], 4)) : p("", !0)]), default: y(() => [ve(ne, { ref_key: "componentRef", ref: q, disabled: e.value.state === "disabled", readonly: e.value.state === "readonly", size: e.value.size, clearable: e.value.clearable, placeholder: e.value.placeholder, maxlength: e.value.maxLength, "show-word-limit": e.value.showInputNum, type: D.value, modelValue: i.value, "onUpdate:modelValue": n[5] || (n[5] = (t) => i.value = t), onInput: n[6] || (n[6] = (t) => o(f)(t, a.pageContext, a.configure, "input")), onChange: n[7] || (n[7] = (t) => o(f)(t, a.pageContext, a.configure, "change")), onBlur: n[8] || (n[8] = (t) => function(te) {
73
+ let I = O(v, r);
74
+ I != null && (I = I.trim()), M(v, r, I), f(te, l.pageContext, l.configure, "blur");
75
+ }(t)), onFocus: n[9] || (n[9] = (t) => o(f)(t, a.pageContext, a.configure, "focus")), onClick: n[10] || (n[10] = (t) => o(f)(t, a.pageContext, a.configure, "click")), onClear: n[11] || (n[11] = (t) => o(f)(t, a.pageContext, a.configure, "clear")) }, de({ _: 2 }, [e.value.iconPosition != "outer" && (e.value.preIconType && e.value.preIconValue || e.value.preText) ? { name: "prefix", fn: y(() => [e.value.preIconType && e.value.preIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.preIconType, iconValue: e.value.preIconValue, onClick: n[0] || (n[0] = (t) => o(h)(i.value, a.pageContext, a.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.preText)), 1)]), key: "0" } : void 0, e.value.iconPosition == "outer" && (e.value.preIconType && e.value.preIconValue || e.value.preText) ? { name: "prepend", fn: y(() => [e.value.preIconType && e.value.preIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.preIconType, iconValue: e.value.preIconValue, onClick: n[1] || (n[1] = (t) => o(h)(i.value, a.pageContext, a.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.preText)), 1)]), key: "1" } : void 0, e.value.iconPosition != "outer" && (e.value.sufIconType && e.value.sufIconValue || e.value.sufText) ? { name: "suffix", fn: y(() => [e.value.sufIconType && e.value.sufIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue, onClick: n[2] || (n[2] = (t) => o(h)(i.value, a.pageContext, a.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.sufText)), 1)]), key: "2" } : void 0, _.value || e.value.iconPosition == "outer" && (e.value.sufIconType && e.value.sufIconValue || e.value.sufText) ? { name: "append", fn: y(() => [_.value ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: n[3] || (n[3] = (t) => R()) })) : p("", !0), e.value.sufIconType && e.value.sufIconValue ? (s(), c(o(C), { key: 1, style: { cursor: "pointer" }, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue, onClick: n[4] || (n[4] = (t) => o(h)(i.value, a.pageContext, a.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), w.value ? (s(), c(oe, { key: 0, onClose: ae })) : p("", !0)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
77
76
  };
78
77
  } });
79
78
  export {
80
- z as default
79
+ ze as default
81
80
  };
@@ -1,7 +1,7 @@
1
- import e from "./label-runtime.vue2.mjs";
1
+ import o from "./label-runtime.vue2.mjs";
2
2
  /* empty css */
3
- import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = r(e, [["__scopeId", "data-v-2ffad4a6"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const m = t(o, [["__scopeId", "data-v-2ffad4a6"]]);
5
5
  export {
6
- t as default
6
+ m as default
7
7
  };
@@ -1,38 +1,37 @@
1
- import { defineComponent as e, ref as t, computed as l, onMounted as n, nextTick as a, resolveComponent as u, createElementBlock as o, createBlock as i, openBlock as s, normalizeStyle as p, normalizeClass as r, unref as f, createElementVNode as c, toDisplayString as v, withCtx as y, createCommentVNode as m, createTextVNode as g } from "vue";
2
- import { getFormModelFields as x } from "../../../../utils/page-init-util.mjs";
3
- import { getVariableValue as d, formatValueByType as h } from "../../../../utils/page-helper-util.mjs";
4
- import { SuperIcon as k } from "agilebuilder-ui";
5
- import { getCustomFunc as w, handleAfterInitEvent as T, handleFormEvent as C } from "../../../../utils/events/event-util.mjs";
6
- import { $t as _ } from "../../../../utils/i18n-util.mjs";
7
- const I = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px" } }, b = { style: { overflow: "hidden", "white-space": "nowrap" } }, V = ["title"], j = e({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: j2 }) {
8
- const R = e2, S = R.pageContext.entity ? R.pageContext.entity : {};
9
- let P = x(R.pageContext, R.configure);
10
- const q = R.configure.runtime ? R.configure.runtime : {}, O = q.style, A = q.class, z = q.headerStyle, D = q.appendClass, E = q.appendStyle, F = q.titleExceedStyle, N = t(q.props ? q.props : {});
11
- const W = t(N.value.options ? N.value.options : []), B = N.value.formatType;
12
- N.value;
13
- const G = l(() => {
14
- let e3 = d(S, P);
15
- if (B) if (N.value.hasOptions) {
16
- let t2 = null;
17
- W.value && (t2 = W.value.filter((t3) => t3.value == e3)), t2 && t2.length > 0 && (e3 = t2[0].label);
18
- } else if ("custom" === B) {
19
- const t2 = w(R.pageContext, N.value.formatFunc);
20
- t2 && (e3 = t2.apply(t2, [{ pageContext: R.pageContext, configureObj: R.configure, value: e3 }]));
21
- } else e3 = h(e3, B, N.value);
22
- return e3 = null == e3 ? "" : e3, e3;
23
- }), H = t(null), J = t(null), K = t(null);
24
- return n(() => {
25
- a(() => {
26
- const e3 = G.value;
27
- T(e3, R.pageContext, R.configure, { formItemRef: H.value, componentRef: J.value, titleRef: K.value, value: e3, entity: R.pageContext.entity.data, pageData: R.pageContext.entity.page });
1
+ import { defineComponent as A, ref as p, computed as O, onMounted as D, nextTick as M, resolveComponent as W, createElementBlock as s, createBlock as k, openBlock as o, normalizeStyle as c, normalizeClass as f, unref as l, createElementVNode as v, toDisplayString as i, withCtx as b, createCommentVNode as r, createTextVNode as S } from "vue";
2
+ import { getFormModelFields as G } from "../../../../utils/page-init-util.mjs";
3
+ import { getVariableValue as H, formatValueByType as J } from "../../../../utils/page-helper-util.mjs";
4
+ import { SuperIcon as R } from "agilebuilder-ui";
5
+ import { getCustomFunc as K, handleAfterInitEvent as $, handleFormEvent as E } from "../../../../utils/events/event-util.mjs";
6
+ import { $t as C } from "../../../../utils/i18n-util.mjs";
7
+ const L = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px" } }, Q = { style: { overflow: "hidden", "white-space": "nowrap" } }, U = ["title"], ae = A({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(F, { expose: B }) {
8
+ const a = F, N = a.pageContext.entity ? a.pageContext.entity : {};
9
+ let P = G(a.pageContext, a.configure);
10
+ const u = a.configure.runtime ? a.configure.runtime : {}, T = u.style, w = u.class, j = u.headerStyle, q = u.appendClass, V = u.appendStyle, z = u.titleExceedStyle, e = p(u.props ? u.props : {}), m = p(e.value.options ? e.value.options : []), d = e.value.formatType;
11
+ e.value;
12
+ const y = O(() => {
13
+ let t = H(N, P);
14
+ if (d) if (e.value.hasOptions) {
15
+ let n = null;
16
+ m.value && (n = m.value.filter((x) => x.value == t)), n && n.length > 0 && (t = n[0].label);
17
+ } else if (d === "custom") {
18
+ const n = K(a.pageContext, e.value.formatFunc);
19
+ n && (t = n.apply(n, [{ pageContext: a.pageContext, configureObj: a.configure, value: t }]));
20
+ } else t = J(t, d, e.value);
21
+ return t = t ?? "", t;
22
+ }), I = p(null), _ = p(null), g = p(null);
23
+ return D(() => {
24
+ M(() => {
25
+ const t = y.value;
26
+ $(t, a.pageContext, a.configure, { formItemRef: I.value, componentRef: _.value, titleRef: g.value, value: t, entity: a.pageContext.entity.data, pageData: a.pageContext.entity.page });
28
27
  });
29
- }), j2({ updateOptions: function(e3) {
30
- W.value = e3 || [];
31
- } }), (e3, t2) => {
32
- const l2 = u("el-form-item");
33
- return N.value.whetherTittle ? (s(), o("div", { key: 0, ref_key: "titleRef", ref: K, class: r(f(A)), style: p(f(O)) }, [c("div", I, v(N.value.title), 1)], 6)) : N.value.tittleShow ? (s(), i(l2, { key: 1, ref_key: "formItemRef", ref: H, required: !!N.value.required, class: r([f(A), N.value.contentAlign ? "form-item-align-" + N.value.contentAlign : "formNo" === N.value.showType ? "form-item-align-flex-end" : ""]), "label-width": N.value.labelWidth, style: p(f(O)) }, { label: y(() => [N.value.tittleShow ? (s(), o("div", { key: 0, ref_key: "titleRef", ref: K, style: p({ ...f(z), ...f(F) }) }, v(f(_)(N.value.title)), 5)) : m("", true)]), default: y(() => [c("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: J, onClick: t2[0] || (t2[0] = (t3) => f(C)(t3, e3.pageContext, e3.configure, "click")) }, [c("span", b, [N.value.preIconValue || N.value.preText ? (s(), o("span", { key: 0, class: r({ "el-input__suffix": "outer" != N.value.iconPosition, "el-input-group__append": "outer" == N.value.iconPosition }), style: p(f(E)) }, [N.value.preIconType && N.value.preIconValue ? (s(), i(f(k), { key: 0, iconType: N.value.preIconType, iconValue: N.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : m("", true), g(" " + v(f(_)(N.value.preText)), 1)], 6)) : m("", true), g("  " + v(G.value), 1)]), N.value.sufIconValue || N.value.sufText ? (s(), o("span", { key: 0, class: r({ "el-input__suffix": "outer" != N.value.iconPosition, "el-input-group__append": "outer" == N.value.iconPosition }) }, [N.value.sufIconType && N.value.sufIconValue ? (s(), i(f(k), { key: 0, style: {}, iconType: N.value.sufIconType, iconValue: N.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : m("", true), c("span", null, " " + v(f(_)(N.value.sufText)), 1)], 2)) : m("", true)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (s(), o("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: t2[1] || (t2[1] = (t3) => f(C)(t3, e3.pageContext, e3.configure, "click")) }, [c("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: G.value }, v(N.value.prefixIcon) + " " + v(G.value), 9, V), N.value.suffixTxt ? (s(), o("span", { key: 0, class: r(f(D)), style: p(f(E)) }, v(N.value.suffixTxt), 7)) : m("", true)]));
28
+ }), B({ updateOptions: function(t) {
29
+ m.value = t || [];
30
+ } }), (t, n) => {
31
+ const x = W("el-form-item");
32
+ return e.value.whetherTittle ? (o(), s("div", { key: 0, ref_key: "titleRef", ref: g, class: f(l(w)), style: c(l(T)) }, [v("div", L, i(e.value.title), 1)], 6)) : e.value.tittleShow ? (o(), k(x, { key: 1, ref_key: "formItemRef", ref: I, required: !!e.value.required, class: f([l(w), e.value.contentAlign ? "form-item-align-" + e.value.contentAlign : e.value.showType === "formNo" ? "form-item-align-flex-end" : ""]), "label-width": e.value.labelWidth, style: c(l(T)) }, { label: b(() => [e.value.tittleShow ? (o(), s("div", { key: 0, ref_key: "titleRef", ref: g, style: c({ ...l(j), ...l(z) }) }, i(l(C)(e.value.title)), 5)) : r("", !0)]), default: b(() => [v("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: _, onClick: n[0] || (n[0] = (h) => l(E)(h, t.pageContext, t.configure, "click")) }, [v("span", Q, [e.value.preIconValue || e.value.preText ? (o(), s("span", { key: 0, class: f({ "el-input__suffix": e.value.iconPosition != "outer", "el-input-group__append": e.value.iconPosition == "outer" }), style: c(l(V)) }, [e.value.preIconType && e.value.preIconValue ? (o(), k(l(R), { key: 0, iconType: e.value.preIconType, iconValue: e.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : r("", !0), S(" " + i(l(C)(e.value.preText)), 1)], 6)) : r("", !0), S("  " + i(y.value), 1)]), e.value.sufIconValue || e.value.sufText ? (o(), s("span", { key: 0, class: f({ "el-input__suffix": e.value.iconPosition != "outer", "el-input-group__append": e.value.iconPosition == "outer" }) }, [e.value.sufIconType && e.value.sufIconValue ? (o(), k(l(R), { key: 0, style: {}, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : r("", !0), v("span", null, " " + i(l(C)(e.value.sufText)), 1)], 2)) : r("", !0)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (o(), s("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: n[1] || (n[1] = (h) => l(E)(h, t.pageContext, t.configure, "click")) }, [v("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: y.value }, i(e.value.prefixIcon) + " " + i(y.value), 9, U), e.value.suffixTxt ? (o(), s("span", { key: 0, class: f(l(q)), style: c(l(V)) }, i(e.value.suffixTxt), 7)) : r("", !0)]));
34
33
  };
35
34
  } });
36
35
  export {
37
- j as default
36
+ ae as default
38
37
  };
@@ -1,4 +1,4 @@
1
- import e from "./link-runtime.vue2.mjs";
1
+ import o from "./link-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,32 +1,32 @@
1
- import { defineComponent as e, ref as t, computed as l, onMounted as n, nextTick as a, resolveComponent as i, createBlock as u, openBlock as o, normalizeStyle as r, normalizeClass as s, unref as p, withCtx as f, createVNode as m, createTextVNode as c, toDisplayString as d, createElementBlock as g, createCommentVNode as v } from "vue";
2
- import { getFormModelFields as y } from "../../../../utils/page-init-util.mjs";
3
- import { getVariableValue as b } from "../../../../utils/page-helper-util.mjs";
4
- import { handleAfterInitEvent as k, handleEvent as x } from "../../../../utils/events/event-util.mjs";
5
- import { $t as C } from "../../../../utils/i18n-util.mjs";
6
- const _ = e({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
7
- const _2 = e2, h = y(_2.pageContext, _2.configure), R = _2.configure.runtime ? _2.configure.runtime : {}, j = R.style, w = R.class, I = R.headerStyle, S = t(R.props ? R.props : {});
8
- S.value;
9
- let $ = S.value.formatting;
10
- const D = _2.pageContext.entity ? _2.pageContext.entity : {}, V = l(() => {
11
- let e3 = b(D, h);
12
- return e3 = null == e3 || null == e3 ? "" : e3, $ && (e3 = $.replace(/\${value}/g, e3)), e3;
1
+ import { defineComponent as D, ref as o, computed as C, onMounted as E, nextTick as N, resolveComponent as s, createBlock as A, openBlock as k, normalizeStyle as x, normalizeClass as F, unref as a, withCtx as r, createVNode as b, createTextVNode as M, toDisplayString as _, createElementBlock as T, createCommentVNode as W } from "vue";
2
+ import { getFormModelFields as j } from "../../../../utils/page-init-util.mjs";
3
+ import { getVariableValue as h } from "../../../../utils/page-helper-util.mjs";
4
+ import { handleAfterInitEvent as q, handleEvent as G } from "../../../../utils/events/event-util.mjs";
5
+ import { $t as H } from "../../../../utils/i18n-util.mjs";
6
+ const Q = D({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(R) {
7
+ const t = R, u = j(t.pageContext, t.configure), n = t.configure.runtime ? t.configure.runtime : {}, V = n.style, w = n.class, S = n.headerStyle, l = o(n.props ? n.props : {});
8
+ l.value;
9
+ let p = l.value.formatting;
10
+ const f = t.pageContext.entity ? t.pageContext.entity : {}, c = C(() => {
11
+ let e = h(f, u);
12
+ return e = e == null || e == null ? "" : e, p && (e = p.replace(/\${value}/g, e)), e;
13
13
  });
14
- let W = S.value.tooltip, q = null;
15
- W && (q = l(() => {
16
- let e3 = b(D, h);
17
- return e3 = null == e3 || null == e3 ? "" : e3, W.replace(/\${value}/g, e3);
14
+ let d = l.value.tooltip, i = null;
15
+ d && (i = C(() => {
16
+ let e = h(f, u);
17
+ return e = e == null || e == null ? "" : e, d.replace(/\${value}/g, e);
18
18
  }));
19
- const z = t(null), A = t(null), B = t(null);
20
- return n(() => {
21
- a(() => {
22
- const e3 = V.value;
23
- k(e3, _2.pageContext, _2.configure, { formItemRef: z.value, componentRef: A.value, titleRef: B.value, value: e3, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
19
+ const m = o(null), g = o(null), v = o(null);
20
+ return E(() => {
21
+ N(() => {
22
+ const e = c.value;
23
+ q(e, t.pageContext, t.configure, { formItemRef: m.value, componentRef: g.value, titleRef: v.value, value: e, entity: t.pageContext.entity.data, pageData: t.pageContext.entity.page });
24
24
  });
25
- }), (e3, t2) => {
26
- const l2 = i("el-link"), n2 = i("el-tooltip"), a2 = i("el-form-item");
27
- return o(), u(a2, { ref_key: "formItemRef", ref: z, class: s(p(w)), "label-width": S.value.labelWidth, style: r(p(j)) }, { label: f(() => [S.value.tittleShow ? (o(), g("div", { key: 0, ref_key: "titleRef", ref: B, style: r({ ...p(I) }) }, d(p(C)(S.value.title)), 5)) : v("", true)]), default: f(() => [m(n2, { disabled: !p(q), content: p(q) }, { default: f(() => [m(l2, { ref_key: "componentRef", ref: A, disabled: "disabled" === S.value.state, type: S.value.type, underline: S.value.underline, onClick: t2[0] || (t2[0] = (t3) => p(x)(t3, e3.pageContext, e3.configure, "click", { skipValidate: true })) }, { default: f(() => [c(d(V.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
25
+ }), (e, y) => {
26
+ const B = s("el-link"), I = s("el-tooltip"), $ = s("el-form-item");
27
+ return k(), A($, { ref_key: "formItemRef", ref: m, class: F(a(w)), "label-width": l.value.labelWidth, style: x(a(V)) }, { label: r(() => [l.value.tittleShow ? (k(), T("div", { key: 0, ref_key: "titleRef", ref: v, style: x({ ...a(S) }) }, _(a(H)(l.value.title)), 5)) : W("", !0)]), default: r(() => [b(I, { disabled: !a(i), content: a(i) }, { default: r(() => [b(B, { ref_key: "componentRef", ref: g, disabled: l.value.state === "disabled", type: l.value.type, underline: l.value.underline, onClick: y[0] || (y[0] = (z) => a(G)(z, e.pageContext, e.configure, "click", { skipValidate: !0 })) }, { default: r(() => [M(_(c.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
28
28
  };
29
29
  } });
30
30
  export {
31
- _ as default
31
+ Q as default
32
32
  };
@@ -1,7 +1,7 @@
1
- import e from "./placeholder-runtime.vue2.mjs";
1
+ import o from "./placeholder-runtime.vue2.mjs";
2
2
  /* empty css */
3
3
  import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const o = r(e, [["__scopeId", "data-v-96fc65d8"]]);
4
+ const a = r(o, [["__scopeId", "data-v-96fc65d8"]]);
5
5
  export {
6
- o as default
6
+ a as default
7
7
  };
@@ -1,16 +1,16 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as r, createBlock as l, openBlock as a, normalizeStyle as u, normalizeClass as f, unref as s, withCtx as i, createElementVNode as m } from "vue";
2
- import { handleAfterInitEvent as p } from "../../../../utils/events/event-util.mjs";
3
- const c = e({ __name: "placeholder-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
4
- const c2 = e2, g = c2.configure.runtime ? c2.configure.runtime : {}, y = g.style, d = g.class, v = t(null), x = t(null);
5
- return n(() => {
6
- o(() => {
7
- p(null, c2.pageContext, c2.configure, { formItemRef: v.value, componentRef: x.value, entity: c2.pageContext.entity.data, pageData: c2.pageContext.entity.page });
1
+ import { defineComponent as m, ref as o, onMounted as c, nextTick as u, resolveComponent as p, createBlock as g, openBlock as d, normalizeStyle as y, normalizeClass as x, unref as r, withCtx as C, createElementVNode as h } from "vue";
2
+ import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.mjs";
3
+ const w = m({ __name: "placeholder-runtime", props: { pageContext: {}, configure: {} }, setup(s) {
4
+ const e = s, t = e.configure.runtime ? e.configure.runtime : {}, l = t.style, f = t.class, n = o(null), a = o(null);
5
+ return c(() => {
6
+ u(() => {
7
+ v(null, e.pageContext, e.configure, { formItemRef: n.value, componentRef: a.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
8
8
  });
9
- }), (e3, t2) => {
10
- const n2 = r("el-form-item");
11
- return a(), l(n2, { ref_key: "formItemRef", ref: v, class: f(s(d)), style: u(s(y)) }, { default: i(() => [m("div", { ref_key: "componentRef", ref: x, style: { width: "100%", height: "100%" } }, " ", 512)]), _: 1 }, 8, ["class", "style"]);
9
+ }), (k, _) => {
10
+ const i = p("el-form-item");
11
+ return d(), g(i, { ref_key: "formItemRef", ref: n, class: x(r(f)), style: y(r(l)) }, { default: C(() => [h("div", { ref_key: "componentRef", ref: a, style: { width: "100%", height: "100%" } }, " ", 512)]), _: 1 }, 8, ["class", "style"]);
12
12
  };
13
13
  } });
14
14
  export {
15
- c as default
15
+ w as default
16
16
  };
@@ -1,4 +1,4 @@
1
- import r from "./radio-runtime.vue2.mjs";
1
+ import o from "./radio-runtime.vue2.mjs";
2
2
  export {
3
- r as default
3
+ o as default
4
4
  };