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,29 +1,29 @@
1
- import { defineComponent as e, computed as o, ref as t, onMounted as i, nextTick as n, resolveComponent as r, createBlock as l, openBlock as s, unref as u, normalizeClass as a, normalizeStyle as p, createSlots as c, withCtx as f, createElementVNode as g, createElementBlock as m, Fragment as y, renderList as d, createCommentVNode as v, createTextVNode as x, toDisplayString as C } from "vue";
2
- import { ElCard as b } from "element-plus";
3
- import { SuperIcon as h } from "agilebuilder-ui";
4
- import { ArrowUp as k, ArrowDown as w } from "@element-plus/icons-vue";
5
- import S from "../../object-render.vue.mjs";
6
- import { $t as j } from "../../../../utils/i18n-util.mjs";
7
- import { handleAfterInitEvent as T } from "../../../../utils/events/event-util.mjs";
8
- const V = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: V2 }) {
9
- var _a, _b;
10
- const _ = e2;
11
- _.configure.items || (_.configure.items = []);
12
- const R = o(() => {
13
- var _a2;
14
- return [true, void 0].includes((_a2 = _.configure.props) == null ? void 0 : _a2.isCollapse);
15
- }), z = t(null), D = t(!((_a = _.configure.props) == null ? void 0 : _a.isCollapse) || false !== ((_b = _.configure.props) == null ? void 0 : _b.isCollapseShow)), q = _.configure.runtime ? _.configure.runtime : {}, A = q.style, B = q.class, E = q.headerStyle, F = q.contentStyle, G = () => R.value && (D.value = !D.value);
16
- return i(() => {
17
- n(() => {
18
- T(null, _.pageContext, _.configure, { componentRef: z.value, entity: _.pageContext.entity.data, pageData: _.pageContext.entity.page });
1
+ import { defineComponent as b, computed as T, ref as g, onMounted as E, nextTick as _, resolveComponent as z, createBlock as s, openBlock as n, unref as t, normalizeClass as A, normalizeStyle as i, createSlots as B, withCtx as d, createElementVNode as l, createElementBlock as D, Fragment as N, renderList as R, createCommentVNode as y, createTextVNode as F, toDisplayString as I } from "vue";
2
+ import { ElCard as j } from "element-plus";
3
+ import { SuperIcon as q } from "agilebuilder-ui";
4
+ import { ArrowUp as G, ArrowDown as L } from "@element-plus/icons-vue";
5
+ import M from "../../object-render.vue.mjs";
6
+ import { $t as U } from "../../../../utils/i18n-util.mjs";
7
+ import { handleAfterInitEvent as $ } from "../../../../utils/events/event-util.mjs";
8
+ const Z = b({ __name: "card-runtime", props: { pageContext: {}, configure: {} }, setup(x, { expose: v }) {
9
+ var u, f;
10
+ const e = x;
11
+ e.configure.items || (e.configure.items = []);
12
+ const c = T(() => {
13
+ var o;
14
+ return [!0, void 0].includes((o = e.configure.props) == null ? void 0 : o.isCollapse);
15
+ }), p = g(null), a = g(!((u = e.configure.props) != null && u.isCollapse) || ((f = e.configure.props) == null ? void 0 : f.isCollapseShow) !== !1), r = e.configure.runtime ? e.configure.runtime : {}, C = r.style, k = r.class, w = r.headerStyle, h = r.contentStyle, S = () => c.value && (a.value = !a.value);
16
+ return E(() => {
17
+ _(() => {
18
+ $(null, e.pageContext, e.configure, { componentRef: p.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
19
19
  });
20
- }), V2({ test: function() {
21
- _.configure.props.title = "teee";
22
- } }), (e3, o2) => {
23
- const t2 = r("el-link");
24
- return s(), l(u(b), { ref_key: "thisRef", ref: z, style: p(u(A)), "data-collapse": String(D.value), class: a(["yx-card-box-view-main", u(B)]) }, c({ default: f(() => [g("div", { class: "yx-card-box-view-context", style: p(u(F)) }, [(s(true), m(y, null, d(e3.configure.items, (o3, t3) => (s(), l(S, { key: o3.uuid, pageContext: e3.pageContext, configure: o3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e3.configure.props.base.tittleShow ? { name: "header", fn: f(() => [g("div", { class: "yx-card-box-view-header", onClick: G }, [g("div", { class: "yx-card-box-view-title", style: p(u(E)) }, [e3.configure.props.iconType && e3.configure.props.iconValue ? (s(), l(u(h), { key: 0, iconType: e3.configure.props.iconType, iconValue: e3.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : v("", true), x(" " + C(u(j)(e3.configure.props.base.title)), 1)], 4), R.value ? (s(), l(t2, { key: 0, underline: false, icon: D.value ? u(k) : u(w), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : v("", true)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
20
+ }), v({ test: function() {
21
+ e.configure.props.title = "teee";
22
+ } }), (o, H) => {
23
+ const V = z("el-link");
24
+ return n(), s(t(j), { ref_key: "thisRef", ref: p, style: i(t(C)), "data-collapse": String(a.value), class: A(["yx-card-box-view-main", t(k)]) }, B({ default: d(() => [l("div", { class: "yx-card-box-view-context", style: i(t(h)) }, [(n(!0), D(N, null, R(o.configure.items, (m, J) => (n(), s(M, { key: m.uuid, pageContext: o.pageContext, configure: m }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [o.configure.props.base.tittleShow ? { name: "header", fn: d(() => [l("div", { class: "yx-card-box-view-header", onClick: S }, [l("div", { class: "yx-card-box-view-title", style: i(t(w)) }, [o.configure.props.iconType && o.configure.props.iconValue ? (n(), s(t(q), { key: 0, iconType: o.configure.props.iconType, iconValue: o.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", !0), F(" " + I(t(U)(o.configure.props.base.title)), 1)], 4), c.value ? (n(), s(V, { key: 0, underline: !1, icon: a.value ? t(G) : t(L), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : y("", !0)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
25
25
  };
26
26
  } });
27
27
  export {
28
- V as default
28
+ Z as default
29
29
  };
@@ -1,4 +1,4 @@
1
- import e from "./collapse-runtime.vue2.mjs";
1
+ import o from "./collapse-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,21 +1,20 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as l, createBlock as i, openBlock as u, normalizeClass as r, unref as a, normalizeStyle as p, isRef as s, withCtx as c, createElementBlock as m, Fragment as f, renderList as g, createElementVNode as d, createCommentVNode as y, createTextVNode as x, toDisplayString as v } from "vue";
2
- import C from "../../object-render.vue.mjs";
3
- import "../../../../utils/global-refs.mjs";
4
- import { $t as V } from "../../../../utils/i18n-util.mjs";
5
- import { handleAfterInitEvent as j } from "../../../../utils/events/event-util.mjs";
6
- const _ = e({ __name: "collapse-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
7
- const _2 = e2;
8
- _2.configure.props || (_2.configure.props = {});
9
- const h = _2.configure.props.defaultOpens ? _2.configure.props.defaultOpens : [1], T = !!_2.configure.props.accordion, b = t(null), k = _2.configure.runtime ? _2.configure.runtime : {}, O = k.style, R = k.class, S = k.headerStyle;
10
- return n(() => {
11
- o(() => {
12
- j(null, _2.pageContext, _2.configure, { componentRef: b.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
1
+ import { defineComponent as R, ref as B, onMounted as E, nextTick as N, resolveComponent as s, createBlock as n, openBlock as o, normalizeClass as O, unref as a, normalizeStyle as f, isRef as b, withCtx as i, createElementBlock as d, Fragment as g, renderList as y, createElementVNode as x, createCommentVNode as w, createTextVNode as z, toDisplayString as D } from "vue";
2
+ import I from "../../object-render.vue.mjs";
3
+ import { $t as j } from "../../../../utils/i18n-util.mjs";
4
+ import { handleAfterInitEvent as A } from "../../../../utils/events/event-util.mjs";
5
+ const G = R({ __name: "collapse-runtime", props: { pageContext: {}, configure: {} }, setup(C) {
6
+ const e = C;
7
+ e.configure.props || (e.configure.props = {});
8
+ const l = e.configure.props.defaultOpens ? e.configure.props.defaultOpens : [1], V = !!e.configure.props.accordion, c = B(null), r = e.configure.runtime ? e.configure.runtime : {}, h = r.style, k = r.class, v = r.headerStyle;
9
+ return E(() => {
10
+ N(() => {
11
+ A(null, e.pageContext, e.configure, { componentRef: c.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
13
12
  });
14
- }), (e3, t2) => {
15
- const n2 = l("SuperIcon"), o2 = l("el-collapse-item"), j2 = l("el-collapse");
16
- return u(), i(j2, { ref_key: "thisRef", ref: b, modelValue: a(h), "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => s(h) ? h.value = e4 : null), style: p(a(O)), accordion: a(T), class: r(a(R)) }, { default: c(() => [(u(true), m(f, null, g(e3.configure.items, (t3, l2) => (u(), i(o2, { name: t3.index }, { title: c(() => [d("div", { style: p([a(S), { width: "100%" }]) }, [t3.iconType && t3.iconValue ? (u(), i(n2, { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", true), x(" " + v(a(V)(t3.label)), 1)], 4)]), default: c(() => [d("div", null, [(u(true), m(f, null, g(t3.items, (t4, n3) => (u(), i(C, { key: t4.uuid, configure: t4, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
13
+ }), (u, p) => {
14
+ const T = s("SuperIcon"), _ = s("el-collapse-item"), S = s("el-collapse");
15
+ return o(), n(S, { ref_key: "thisRef", ref: c, modelValue: a(l), "onUpdate:modelValue": p[0] || (p[0] = (t) => b(l) ? l.value = t : null), style: f(a(h)), accordion: a(V), class: O(a(k)) }, { default: i(() => [(o(!0), d(g, null, y(u.configure.items, (t, F) => (o(), n(_, { name: t.index }, { title: i(() => [x("div", { style: f([a(v), { width: "100%" }]) }, [t.iconType && t.iconValue ? (o(), n(T, { key: 0, iconType: t.iconType, iconValue: t.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : w("", !0), z(" " + D(a(j)(t.label)), 1)], 4)]), default: i(() => [x("div", null, [(o(!0), d(g, null, y(t.items, (m, L) => (o(), n(I, { key: m.uuid, configure: m, pageContext: u.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
17
16
  };
18
17
  } });
19
18
  export {
20
- _ as default
19
+ G as default
21
20
  };
@@ -1,4 +1,4 @@
1
- import e from "./container-runtime.vue2.mjs";
1
+ import o from "./container-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,18 +1,17 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as o, resolveComponent as u, createBlock as l, openBlock as i, withCtx as r, createCommentVNode as s, createVNode as a, normalizeStyle as g, unref as f, createElementBlock as p, Fragment as c, renderList as y, normalizeClass as m } from "vue";
2
- import x from "../../object-render.vue.mjs";
3
- import "../../../../utils/global-refs.mjs";
4
- import { handleAfterInitEvent as d } from "../../../../utils/events/event-util.mjs";
5
- const C = e({ __name: "container-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
- const C2 = e2, _ = t(null), k = C2.configure.runtime ? C2.configure.runtime : {}, v = k.leftStyle, h = k.rightStyle, j = k.style, R = k.class;
7
- return n(() => {
8
- o(() => {
9
- d(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
1
+ import { defineComponent as B, ref as S, onMounted as z, nextTick as E, resolveComponent as u, createBlock as a, openBlock as e, withCtx as r, createCommentVNode as C, createVNode as L, normalizeStyle as i, unref as s, createElementBlock as f, Fragment as g, renderList as c, normalizeClass as N } from "vue";
2
+ import p from "../../object-render.vue.mjs";
3
+ import { handleAfterInitEvent as V } from "../../../../utils/events/event-util.mjs";
4
+ const I = B({ __name: "container-runtime", props: { pageContext: {}, configure: {} }, setup(x) {
5
+ const o = x, m = S(null), l = o.configure.runtime ? o.configure.runtime : {}, k = l.leftStyle, _ = l.rightStyle, h = l.style, v = l.class;
6
+ return z(() => {
7
+ E(() => {
8
+ V(null, o.pageContext, o.configure, { componentRef: m.value, entity: o.pageContext.entity.data, pageData: o.pageContext.entity.page });
10
9
  });
11
- }), (e3, t2) => {
12
- const n2 = u("el-aside"), o2 = u("el-main"), d2 = u("el-container");
13
- return i(), l(d2, { ref_key: "thisRef", ref: _ }, { default: r(() => [e3.configure.props.useLeft ? (i(), l(n2, { key: 0, style: g(f(v)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.leftAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true), a(o2, { style: g(f(j)), class: m(f(R)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.items, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), e3.configure.props.useRight ? (i(), l(n2, { key: 1, style: g(f(h)) }, { default: r(() => [(i(true), p(c, null, y(e3.configure.rightAslides, (t3, n3) => (i(), l(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : s("", true)]), _: 1 }, 512);
10
+ }), (t, j) => {
11
+ const d = u("el-aside"), R = u("el-main"), A = u("el-container");
12
+ return e(), a(A, { ref_key: "thisRef", ref: m }, { default: r(() => [t.configure.props.useLeft ? (e(), a(d, { key: 0, style: i(s(k)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.leftAslides, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : C("", !0), L(R, { style: i(s(h)), class: N(s(v)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.items, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), t.configure.props.useRight ? (e(), a(d, { key: 1, style: i(s(_)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.rightAslides, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : C("", !0)]), _: 1 }, 512);
14
13
  };
15
14
  } });
16
15
  export {
17
- C as default
16
+ I as default
18
17
  };
@@ -1,7 +1,7 @@
1
- import e from "./FixedBox.vue2.mjs";
1
+ import o from "./FixedBox.vue2.mjs";
2
2
  /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = o(e, [["__scopeId", "data-v-9b488f43"]]);
3
+ import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const a = r(o, [["__scopeId", "data-v-9b488f43"]]);
5
5
  export {
6
- r as default
6
+ a as default
7
7
  };
@@ -1,29 +1,29 @@
1
- import { defineComponent as e, ref as i, onMounted as t, nextTick as s, onUnmounted as o, watch as n, createElementBlock as d, openBlock as l, normalizeStyle as a, normalizeClass as f, createElementVNode as u, renderSlot as r } from "vue";
2
- const x = e({ __name: "FixedBox", props: { isFixed: { type: Boolean, default: true }, position: { type: String, default: "top" }, offset: { type: Number, default: 0 } }, setup(e2) {
3
- const x2 = e2, v = i(null), p = i(null), c = i({}), h = i({}), w = [], y = () => {
1
+ import { defineComponent as v, ref as l, onMounted as h, nextTick as m, onUnmounted as w, watch as y, createElementBlock as g, openBlock as E, normalizeStyle as p, normalizeClass as z, createElementVNode as B, renderSlot as F } from "vue";
2
+ const b = v({ __name: "FixedBox", props: { isFixed: { type: Boolean, default: !0 }, position: { type: String, default: "top" }, offset: { type: Number, default: 0 } }, setup(x) {
3
+ const i = x, c = l(null), n = l(null), d = l({}), f = l({}), o = [], a = () => {
4
4
  (() => {
5
- var _a, _b;
6
- if (p.value) {
7
- const e3 = (_b = (_a = v.value) == null ? void 0 : _a.getBoundingClientRect) == null ? void 0 : _b.call(_a), i2 = p.value.getBoundingClientRect();
8
- c.value = { width: "100%", height: `${i2.height}px` }, h.value = { width: `${(e3 == null ? void 0 : e3.width) ?? i2.width}px`, position: x2.isFixed ? "fixed" : "static", [x2.position]: `${x2.offset}px`, left: `${(e3 == null ? void 0 : e3.left) ?? i2.left}px`, zIndex: 100, pointerEvents: "auto" };
9
- } else c.value = {}, h.value = {};
5
+ var t, e;
6
+ if (n.value) {
7
+ const s = (e = (t = c.value) == null ? void 0 : t.getBoundingClientRect) == null ? void 0 : e.call(t), u = n.value.getBoundingClientRect();
8
+ d.value = { width: "100%", height: `${u.height}px` }, f.value = { width: `${(s == null ? void 0 : s.width) ?? u.width}px`, position: i.isFixed ? "fixed" : "static", [i.position]: `${i.offset}px`, left: `${(s == null ? void 0 : s.left) ?? u.left}px`, zIndex: 100, pointerEvents: "auto" };
9
+ } else d.value = {}, f.value = {};
10
10
  })();
11
- }, g = (e3) => {
12
- e3 ? ((() => {
13
- if (w.forEach((e4) => e4.disconnect()), w.length = 0, p.value) {
14
- const e4 = new ResizeObserver(y);
15
- e4.observe(p.value), w.push(e4);
11
+ }, r = (t) => {
12
+ t ? ((() => {
13
+ if (o.forEach((e) => e.disconnect()), o.length = 0, n.value) {
14
+ const e = new ResizeObserver(a);
15
+ e.observe(n.value), o.push(e);
16
16
  }
17
- })(), window.addEventListener("resize", y)) : (window.removeEventListener("resize", y), w.forEach((e4) => e4.disconnect())), y();
17
+ })(), window.addEventListener("resize", a)) : (window.removeEventListener("resize", a), o.forEach((e) => e.disconnect())), a();
18
18
  };
19
- return t(() => {
20
- s(() => {
21
- g(x2.isFixed);
19
+ return h(() => {
20
+ m(() => {
21
+ r(i.isFixed);
22
22
  });
23
- }), o(() => {
24
- g(false);
25
- }), n(() => x2.isFixed, g), (i2, t2) => (l(), d("div", { ref_key: "fixedMaxRef", ref: v, class: f(["yx-fixed-box-main", { [`is-${e2.position}`]: true, "is-fixed": x2.isFixed }]), style: a(c.value) }, [u("div", { ref_key: "fixedRef", ref: p, class: "yx-fixed-box-container", style: a(h.value) }, [r(i2.$slots, "default", {}, void 0, true)], 4)], 6));
23
+ }), w(() => {
24
+ r(!1);
25
+ }), y(() => i.isFixed, r), (t, e) => (E(), g("div", { ref_key: "fixedMaxRef", ref: c, class: z(["yx-fixed-box-main", { [`is-${x.position}`]: !0, "is-fixed": i.isFixed }]), style: p(d.value) }, [B("div", { ref_key: "fixedRef", ref: n, class: "yx-fixed-box-container", style: p(f.value) }, [F(t.$slots, "default", {}, void 0, !0)], 4)], 6));
26
26
  } });
27
27
  export {
28
- x as default
28
+ b as default
29
29
  };
@@ -1,7 +1,7 @@
1
- import e from "./YxAffix.vue2.mjs";
1
+ import o from "./YxAffix.vue2.mjs";
2
2
  /* empty css */
3
- import o from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = o(e, [["__scopeId", "data-v-a994b02d"]]);
3
+ import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = r(o, [["__scopeId", "data-v-a994b02d"]]);
5
5
  export {
6
- r as default
6
+ p as default
7
7
  };
@@ -1,81 +1,81 @@
1
- import { defineComponent as e, ref as t, onMounted as o, nextTick as n, onUnmounted as i, watchEffect as l, computed as a, resolveDirective as r, createElementBlock as s, openBlock as u, normalizeStyle as f, withDirectives as c, normalizeClass as d, renderSlot as v } from "vue";
2
- const p = e({ __name: "YxAffix", props: { offset: { type: Number, default: 0 }, position: { type: String, default: "top", validator: (e2) => ["top", "bottom"].includes(e2) }, target: { type: [String, HTMLElement], default: () => window }, autoDetectParentScroll: { type: Boolean, default: true }, stickyInScrollContainer: { type: Boolean, default: true }, zIndex: { type: Number, default: 100 }, enableIntervalUpdate: { type: Boolean, default: true }, enableIntervalTime: { type: Number, default: 2e3 } }, emits: ["change"], setup(e2, { emit: p2 }) {
3
- const h = e2, m = p2, g = t(null), w = t(null), x = t(false), y = t({}), b = t([]), T = t(window), B = t(0), I = t(null), E = (e3) => {
4
- e3.contentRect.height && (y.value.height = e3.contentRect.height);
5
- }, S = () => {
1
+ import { defineComponent as U, ref as i, onMounted as q, nextTick as C, onUnmounted as A, watchEffect as O, computed as P, resolveDirective as W, createElementBlock as R, openBlock as k, normalizeStyle as L, withDirectives as Y, normalizeClass as j, renderSlot as G } from "vue";
2
+ const K = U({ __name: "YxAffix", props: { offset: { type: Number, default: 0 }, position: { type: String, default: "top", validator: (d) => ["top", "bottom"].includes(d) }, target: { type: [String, HTMLElement], default: () => window }, autoDetectParentScroll: { type: Boolean, default: !0 }, stickyInScrollContainer: { type: Boolean, default: !0 }, zIndex: { type: Number, default: 100 }, enableIntervalUpdate: { type: Boolean, default: !0 }, enableIntervalTime: { type: Number, default: 2e3 } }, emits: ["change"], setup(d, { emit: F }) {
3
+ const o = d, $ = F, v = i(null), a = i(null), l = i(!1), r = i({}), p = i([]), m = i(window), h = i(0), g = i(null), D = (e) => {
4
+ e.contentRect.height && (r.value.height = e.contentRect.height);
5
+ }, w = () => {
6
6
  try {
7
- if (!w.value) return;
8
- const e3 = w.value.getBoundingClientRect(), t2 = T.value;
9
- if (t2 === window) {
10
- const t3 = "top" === h.position ? e3.top <= h.offset : e3.bottom >= window.innerHeight - h.offset;
11
- B.value = 0, R(t3, e3);
12
- } else if (h.stickyInScrollContainer) {
13
- const o2 = t2.getBoundingClientRect(), { isFixTop: n2, isFixBottom: i2, containerOffset: l2 } = ((e4) => {
14
- const t3 = ["top"].includes(h.position), o3 = ["bottom"].includes(h.position);
15
- if (!g.value) return { isTop: t3, isBottom: o3 };
16
- const n3 = g.value.getBoundingClientRect(), i3 = n3.top - e4.top, l3 = n3.left - e4.left, a2 = e4.height - n3.height - i3, r2 = e4.top, s2 = window.innerHeight - e4.bottom;
17
- return { isTop: t3, isBottom: o3, containerTop: r2, containerBottom: s2, containerOffset: t3 ? r2 : o3 ? s2 : 0, offsetTop: i3, offsetLeft: l3, offsetBottom: a2, isFixTop: t3 && i3 < 0, isFixBottom: o3 && a2 < 0 };
18
- })(o2);
19
- B.value = l2 ?? 0, R(n2 || i2 || false, e3);
7
+ if (!a.value) return;
8
+ const e = a.value.getBoundingClientRect(), t = m.value;
9
+ if (t === window) {
10
+ const n = o.position === "top" ? e.top <= o.offset : e.bottom >= window.innerHeight - o.offset;
11
+ h.value = 0, T(n, e);
12
+ } else if (o.stickyInScrollContainer) {
13
+ const n = t.getBoundingClientRect(), { isFixTop: y, isFixBottom: H, containerOffset: M } = ((s) => {
14
+ const f = ["top"].includes(o.position), c = ["bottom"].includes(o.position);
15
+ if (!v.value) return { isTop: f, isBottom: c };
16
+ const b = v.value.getBoundingClientRect(), B = b.top - s.top, N = b.left - s.left, I = s.height - b.height - B, S = s.top, z = window.innerHeight - s.bottom;
17
+ return { isTop: f, isBottom: c, containerTop: S, containerBottom: z, containerOffset: f ? S : c ? z : 0, offsetTop: B, offsetLeft: N, offsetBottom: I, isFixTop: f && B < 0, isFixBottom: c && I < 0 };
18
+ })(n);
19
+ h.value = M ?? 0, T(y || H || !1, e);
20
20
  }
21
- } catch (e3) {
22
- console.error(e3);
21
+ } catch (e) {
22
+ console.error(e);
23
23
  }
24
- }, R = (e3, t2) => {
25
- var _a;
26
- t2.height && (e3 === x.value && ((_a = y.value) == null ? void 0 : _a.height) === `${t2.height}px` || (x.value = e3, m("change", e3), y.value = e3 ? { width: "100%", height: `${t2.height}px` } : {}));
27
- }, z = () => {
28
- requestAnimationFrame(S);
24
+ }, T = (e, t) => {
25
+ var n;
26
+ t.height && (e === l.value && ((n = r.value) == null ? void 0 : n.height) === `${t.height}px` || (l.value = e, $("change", e), r.value = e ? { width: "100%", height: `${t.height}px` } : {}));
27
+ }, u = () => {
28
+ requestAnimationFrame(w);
29
29
  };
30
- let C;
31
- const L = () => {
32
- x.value = false, clearTimeout(C), C = window.setTimeout(() => {
33
- S();
30
+ let x;
31
+ const E = () => {
32
+ l.value = !1, clearTimeout(x), x = window.setTimeout(() => {
33
+ w();
34
34
  }, 100);
35
35
  };
36
- o(() => {
36
+ q(() => {
37
37
  setTimeout(() => {
38
- n(() => {
38
+ C(() => {
39
39
  try {
40
- h.enableIntervalUpdate && (I.value = setInterval(z, h.enableIntervalTime));
41
- const e3 = (() => {
42
- if (h.autoDetectParentScroll && w.value) {
43
- const e4 = [];
44
- let t2 = w.value.parentElement;
45
- for (; t2 && t2 !== document.body; ) {
46
- const { overflowY: o2 } = window.getComputedStyle(t2);
47
- /(auto|scroll)/.test(o2) && e4.push(t2), t2 = t2.parentElement;
40
+ o.enableIntervalUpdate && (g.value = setInterval(u, o.enableIntervalTime));
41
+ const e = (() => {
42
+ if (o.autoDetectParentScroll && a.value) {
43
+ const t = [];
44
+ let n = a.value.parentElement;
45
+ for (; n && n !== document.body; ) {
46
+ const { overflowY: y } = window.getComputedStyle(n);
47
+ /(auto|scroll)/.test(y) && t.push(n), n = n.parentElement;
48
48
  }
49
- return [...e4, window];
49
+ return [...t, window];
50
50
  }
51
- if ("string" == typeof h.target) {
52
- const e4 = document.querySelector(h.target);
53
- return [...e4 ? [e4] : [], window];
51
+ if (typeof o.target == "string") {
52
+ const t = document.querySelector(o.target);
53
+ return [...t ? [t] : [], window];
54
54
  }
55
55
  return [window];
56
56
  })();
57
- b.value = e3, T.value = e3[0], b.value.forEach((e4) => e4.addEventListener("scroll", z)), window.addEventListener("resize", L), S();
58
- } catch (e3) {
59
- console.error(e3);
57
+ p.value = e, m.value = e[0], p.value.forEach((t) => t.addEventListener("scroll", u)), window.addEventListener("resize", E), w();
58
+ } catch (e) {
59
+ console.error(e);
60
60
  }
61
61
  });
62
62
  }, 100);
63
- }), i(() => {
64
- T.value && b.value.forEach((e3) => e3.removeEventListener("scroll", z)), window.removeEventListener("resize", L), clearTimeout(C), I.value && clearInterval(I.value);
65
- }), l(() => {
66
- n(() => {
67
- z();
63
+ }), A(() => {
64
+ m.value && p.value.forEach((e) => e.removeEventListener("scroll", u)), window.removeEventListener("resize", E), clearTimeout(x), g.value && clearInterval(g.value);
65
+ }), O(() => {
66
+ C(() => {
67
+ u();
68
68
  });
69
69
  });
70
- const F = a(() => {
71
- var _a, _b;
72
- return x.value && ((_a = w.value) == null ? void 0 : _a.offsetWidth) ? { position: "fixed", width: `${(_b = w.value) == null ? void 0 : _b.offsetWidth}px`, zIndex: h.zIndex, [h.position]: `${h.offset + B.value}px` } : { position: "relative" };
70
+ const _ = P(() => {
71
+ var e, t;
72
+ return l.value && ((e = a.value) != null && e.offsetWidth) ? { position: "fixed", width: `${(t = a.value) == null ? void 0 : t.offsetWidth}px`, zIndex: o.zIndex, [o.position]: `${o.offset + h.value}px` } : { position: "relative" };
73
73
  });
74
- return (e3, t2) => {
75
- const o2 = r("resize");
76
- return u(), s("div", { ref_key: "affixMainRef", ref: g, class: "yx-affix", style: f({ height: x.value ? y.value.height : void 0 }) }, [c((u(), s("div", { ref_key: "affixRef", ref: w, style: f(F.value), class: d([{ "is-fixed": x.value, "is-top": "top" === h.position, "is-bottom": "bottom" === h.position }, "yx-affix-content"]) }, [v(e3.$slots, "default", {}, void 0, true)], 6)), [[o2, E]])], 4);
74
+ return (e, t) => {
75
+ const n = W("resize");
76
+ return k(), R("div", { ref_key: "affixMainRef", ref: v, class: "yx-affix", style: L({ height: l.value ? r.value.height : void 0 }) }, [Y((k(), R("div", { ref_key: "affixRef", ref: a, style: L(_.value), class: j([{ "is-fixed": l.value, "is-top": o.position === "top", "is-bottom": o.position === "bottom" }, "yx-affix-content"]) }, [G(e.$slots, "default", {}, void 0, !0)], 6)), [[n, D]])], 4);
77
77
  };
78
78
  } });
79
79
  export {
80
- p as default
80
+ K as default
81
81
  };
@@ -1,4 +1,4 @@
1
- import e from "./flex-runtime.vue2.mjs";
1
+ import o from "./flex-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,25 +1,25 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as s, resolveComponent as l, createBlock as i, openBlock as o, normalizeClass as a, normalizeStyle as u, unref as r, withCtx as f, createElementBlock as p, Fragment as m, renderList as g, withDirectives as c, createVNode as y, vShow as x } from "vue";
2
- import d from "../../object-render.vue.mjs";
3
- import { PageDimensions as C } from "../../../../utils/interfaces/page-design-types.mjs";
4
- import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.mjs";
5
- const _ = e({ __name: "flex-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
- const _2 = e2, j = t(null), S = _2.configure.runtime ? _2.configure.runtime : {}, h = S.style, w = S.class, b = t(S.props ? S.props : {});
7
- if (_2.configure.items) {
8
- const e3 = _2.pageContext && _2.pageContext.dimensions ? _2.pageContext.dimensions : C.PC;
9
- for (let t2 of _2.configure.items) {
10
- const n2 = t2.runtime && t2.runtime.common ? t2.runtime.common : {}, s2 = n2.style ? n2.style[e3 + "_style"] : void 0, l2 = {};
11
- s2 && (t2.flexSpan = s2.flexSpan ? s2.flexSpan : -2, Object.assign(l2, s2), delete l2.height, delete s2.width), t2.itemStyle = l2, n2.style && (n2.style[e3 + "_class"] = "");
1
+ import { defineComponent as h, ref as f, onMounted as v, nextTick as S, resolveComponent as m, createBlock as p, openBlock as r, normalizeClass as _, normalizeStyle as c, unref as g, withCtx as y, createElementBlock as w, Fragment as k, renderList as j, withDirectives as B, createVNode as D, vShow as b } from "vue";
2
+ import z from "../../object-render.vue.mjs";
3
+ import { PageDimensions as E } from "../../../../utils/interfaces/page-design-types.mjs";
4
+ import { handleAfterInitEvent as F } from "../../../../utils/events/event-util.mjs";
5
+ const J = h({ __name: "flex-runtime", props: { pageContext: {}, configure: {} }, setup(x) {
6
+ const e = x, u = f(null), l = e.configure.runtime ? e.configure.runtime : {}, d = l.style, C = l.class, i = f(l.props ? l.props : {});
7
+ if (e.configure.items) {
8
+ const o = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : E.PC;
9
+ for (let s of e.configure.items) {
10
+ const a = s.runtime && s.runtime.common ? s.runtime.common : {}, n = a.style ? a.style[o + "_style"] : void 0, t = {};
11
+ n && (s.flexSpan = n.flexSpan ? n.flexSpan : -2, Object.assign(t, n), delete t.height, delete n.width), s.itemStyle = t, a.style && (a.style[o + "_class"] = "");
12
12
  }
13
13
  }
14
- return n(() => {
15
- s(() => {
16
- v(null, _2.pageContext, _2.configure, { componentRef: j.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
14
+ return v(() => {
15
+ S(() => {
16
+ F(null, e.pageContext, e.configure, { componentRef: u.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
17
17
  });
18
- }), (e3, t2) => {
19
- const n2 = l("el-col"), s2 = l("el-row");
20
- return o(), i(s2, { ref_key: "thisRef", ref: j, justify: b.value.flexJustify, gutter: b.value.flexGutter, align: b.value.alignItems, style: u([{ display: "flex" }, r(h)]), class: a(r(w)) }, { default: f(() => [(o(true), p(m, null, g(e3.configure.items, (t3, s3) => c((o(), i(n2, { key: t3.uuid, style: u(t3.itemStyle), span: t3.flexSpan }, { default: f(() => [y(d, { pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[x, t3._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
18
+ }), (o, s) => {
19
+ const a = m("el-col"), n = m("el-row");
20
+ return r(), p(n, { ref_key: "thisRef", ref: u, justify: i.value.flexJustify, gutter: i.value.flexGutter, align: i.value.alignItems, style: c([{ display: "flex" }, g(d)]), class: _(g(C)) }, { default: y(() => [(r(!0), w(k, null, j(o.configure.items, (t, I) => B((r(), p(a, { key: t.uuid, style: c(t.itemStyle), span: t.flexSpan }, { default: y(() => [D(z, { pageContext: o.pageContext, configure: t }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[b, t._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
21
21
  };
22
22
  } });
23
23
  export {
24
- _ as default
24
+ J as default
25
25
  };
@@ -1,4 +1,4 @@
1
- import m from "./form-runtime.vue2.mjs";
1
+ import o from "./form-runtime.vue2.mjs";
2
2
  export {
3
- m as default
3
+ o as default
4
4
  };
@@ -1,20 +1,20 @@
1
- import { defineComponent as e, ref as t, onMounted as o, nextTick as i, resolveComponent as n, createElementBlock as l, openBlock as s, createVNode as a, normalizeClass as r, normalizeStyle as u, unref as p, withCtx as m, createCommentVNode as f, toDisplayString as g, Fragment as c, renderList as d, createBlock as y } from "vue";
2
- import v from "../../object-render.vue.mjs";
3
- import { PageDimensions as x } from "../../../../utils/interfaces/page-design-types.mjs";
4
- import { handleFormEvent as C } from "../../../../utils/events/event-util.mjs";
5
- const b = e({ __name: "form-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
6
- const b2 = e2;
7
- b2.configure.items || (b2.configure.items = []);
8
- const h = b2.configure.runtime ? b2.configure.runtime : {}, j = h.props ? h.props : {}, _ = t(h.style ? h.style : {}), k = h.class, w = t(h.titleStyle ? h.titleStyle : {}), z = t(j.labelPosition), P = t(null), S = b2.pageContext && b2.pageContext.dimensions ? b2.pageContext.dimensions : x.PC;
9
- return S && S === x.PHONE && (z.value = "top"), o(() => {
10
- i(() => {
11
- C(null, b2.pageContext, b2.configure, "afterFormLoad", { componentRef: P.value, entity: b2.pageContext.entity.data, pageData: b2.pageContext.entity.page });
1
+ import { defineComponent as v, ref as a, onMounted as b, nextTick as k, resolveComponent as h, createElementBlock as i, openBlock as s, createVNode as z, normalizeClass as S, normalizeStyle as f, unref as n, withCtx as w, createCommentVNode as P, toDisplayString as _, Fragment as B, renderList as D, createBlock as E } from "vue";
2
+ import F from "../../object-render.vue.mjs";
3
+ import { PageDimensions as c } from "../../../../utils/interfaces/page-design-types.mjs";
4
+ import { handleFormEvent as N } from "../../../../utils/events/event-util.mjs";
5
+ const M = v({ __name: "form-runtime", props: { pageContext: {}, configure: {} }, setup(g) {
6
+ const e = g;
7
+ e.configure.items || (e.configure.items = []);
8
+ const t = e.configure.runtime ? e.configure.runtime : {}, o = t.props ? t.props : {}, d = a(t.style ? t.style : {}), C = t.class, y = a(t.titleStyle ? t.titleStyle : {}), l = a(o.labelPosition), r = a(null), m = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : c.PC;
9
+ return m && m === c.PHONE && (l.value = "top"), b(() => {
10
+ k(() => {
11
+ N(null, e.pageContext, e.configure, "afterFormLoad", { componentRef: r.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
12
12
  });
13
- }), (e3, t2) => {
14
- const o2 = n("el-form");
15
- return s(), l("div", null, [a(o2, { ref_key: "thisRef", ref: P, "label-width": p(j).labelWidth, "label-position": z.value, size: p(j).componentSize, style: u(_.value), class: r(p(k)) }, { default: m(() => [p(j).formTitle ? (s(), l("div", { key: 0, class: "amb-widget-form-title", style: u(w.value) }, g(p(j).formTitle), 5)) : f("", true), (s(true), l(c, null, d(e3.configure.items, (t3, o3) => (s(), y(v, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
13
+ }), (p, T) => {
14
+ const x = h("el-form");
15
+ return s(), i("div", null, [z(x, { ref_key: "thisRef", ref: r, "label-width": n(o).labelWidth, "label-position": l.value, size: n(o).componentSize, style: f(d.value), class: S(n(C)) }, { default: w(() => [n(o).formTitle ? (s(), i("div", { key: 0, class: "amb-widget-form-title", style: f(y.value) }, _(n(o).formTitle), 5)) : P("", !0), (s(!0), i(B, null, D(p.configure.items, (u, L) => (s(), E(F, { key: u.uuid, pageContext: p.pageContext, configure: u }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
16
16
  };
17
17
  } });
18
18
  export {
19
- b as default
19
+ M as default
20
20
  };
@@ -1,4 +1,4 @@
1
- import e from "./iframe-runtime.vue2.mjs";
1
+ import o from "./iframe-runtime.vue2.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,14 +1,13 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as r, createElementBlock as i, openBlock as o, normalizeStyle as s, normalizeClass as a, unref as u } from "vue";
2
- import "../../../../utils/global-refs.mjs";
3
- import { handleAfterInitEvent as l } from "../../../../utils/events/event-util.mjs";
4
- const f = ["src"], m = e({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(e2) {
5
- const m2 = e2, p = t(null), c = m2.configure.runtime ? m2.configure.runtime : {}, g = c.style, x = c.class;
6
- return n(() => {
7
- r(() => {
8
- l(null, m2.pageContext, m2.configure, { componentRef: p.value, entity: m2.pageContext.entity.data, pageData: m2.pageContext.entity.page });
1
+ import { defineComponent as l, ref as c, onMounted as f, nextTick as m, createElementBlock as p, openBlock as u, normalizeStyle as g, normalizeClass as d, unref as a } from "vue";
2
+ import { handleAfterInitEvent as x } from "../../../../utils/events/event-util.mjs";
3
+ const y = ["src"], b = l({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(r) {
4
+ const e = r, t = c(null), n = e.configure.runtime ? e.configure.runtime : {}, o = n.style, s = n.class;
5
+ return f(() => {
6
+ m(() => {
7
+ x(null, e.pageContext, e.configure, { componentRef: t.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
9
8
  });
10
- }), (e3, t2) => (o(), i("iframe", { ref_key: "thisRef", ref: p, src: e3.configure.props.src, class: a(["amb-widget-container-iframe", u(x)]), style: s(u(g)) }, null, 14, f));
9
+ }), (i, C) => (u(), p("iframe", { ref_key: "thisRef", ref: t, src: i.configure.props.src, class: d(["amb-widget-container-iframe", a(s)]), style: g(a(o)) }, null, 14, y));
11
10
  } });
12
11
  export {
13
- m as default
12
+ b as default
14
13
  };
@@ -1,7 +1,7 @@
1
- import e from "./tabs-runtime.vue2.mjs";
1
+ import o from "./tabs-runtime.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = t(e, [["__scopeId", "data-v-df9efce2"]]);
4
+ const m = t(o, [["__scopeId", "data-v-df9efce2"]]);
5
5
  export {
6
- r as default
6
+ m as default
7
7
  };