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,59 +1,52 @@
1
- import { defineComponent as e, ref as t, onMounted as o, onUnmounted as a, resolveComponent as i, createBlock as n, openBlock as l, withCtx as r, createElementVNode as s, createVNode as u, createTextVNode as p, createCommentVNode as c, createElementBlock as g, Fragment as m, renderList as d } from "vue";
2
- import f from "../../object-render.vue.mjs";
3
- import { updateChartDatasources as v, getValueFromVariable as y } from "../../../../utils/page-helper-util.mjs";
4
- import { ElLoading as h, ElMessage as C } from "element-plus";
5
- import { http as S } from "agilebuilder-ui";
6
- import "async-validator";
7
- import "../../../../utils/global-refs.mjs";
8
- import "../../../../utils/eventBus.mjs";
9
- import "../../../../utils/page-store.mjs";
10
- import "vue-i18n";
11
- import "axios";
12
- import "../../../../utils/events/print-label.mjs";
13
- const _ = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, O = { class: "dialog-footer" }, x = e({ __name: "common-homepage-search", props: { configure: { type: Object, required: true }, pageContext: { type: Object, default: () => {
14
- } } }, setup(e2, { expose: x2 }) {
15
- const b = e2, N = t(false), J = t({}), j = t(0);
16
- let I;
17
- o(() => {
18
- I = setTimeout(() => {
19
- J.value = JSON.parse(JSON.stringify(b.pageContext.entity));
1
+ import { defineComponent as J, ref as p, onMounted as w, onUnmounted as I, resolveComponent as g, createBlock as d, openBlock as s, withCtx as r, createElementVNode as x, createVNode as h, createTextVNode as v, createCommentVNode as V, createElementBlock as T, Fragment as E, renderList as H } from "vue";
2
+ import M from "../../object-render.vue.mjs";
3
+ import { updateChartDatasources as A, getValueFromVariable as B } from "../../../../utils/page-helper-util.mjs";
4
+ import { ElLoading as U, ElMessage as j } from "element-plus";
5
+ import { http as D } from "agilebuilder-ui";
6
+ const L = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, F = { class: "dialog-footer" }, z = J({ __name: "common-homepage-search", props: { configure: { type: Object, required: !0 }, pageContext: { type: Object, default: () => {
7
+ } } }, setup(y, { expose: N }) {
8
+ const t = y, a = p(!1), m = p({}), S = p(0);
9
+ let f;
10
+ w(() => {
11
+ f = setTimeout(() => {
12
+ m.value = JSON.parse(JSON.stringify(t.pageContext.entity));
20
13
  }, 200);
21
- }), a(() => {
22
- I && clearTimeout(I);
14
+ }), I(() => {
15
+ f && clearTimeout(f);
23
16
  });
24
- const k = t([]), w = () => {
25
- N.value = false;
26
- }, T = () => {
27
- const e3 = h.service({ lock: true, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
28
- v(b.pageContext, b.pageContext.initChartServiceConfigs, null, false).then(() => {
29
- N.value = false;
17
+ const i = p([]), O = () => {
18
+ a.value = !1;
19
+ }, _ = () => {
20
+ const o = U.service({ lock: !0, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
21
+ A(t.pageContext, t.pageContext.initChartServiceConfigs, null, !1).then(() => {
22
+ a.value = !1;
30
23
  }).finally(() => {
31
- N.value = false, e3.close();
24
+ a.value = !1, o.close();
32
25
  });
33
26
  };
34
- function H() {
35
- b.pageContext.entity = JSON.parse(JSON.stringify(J.value)), j.value++;
27
+ function b() {
28
+ t.pageContext.entity = JSON.parse(JSON.stringify(m.value)), S.value++;
36
29
  }
37
- function A() {
38
- const e3 = {};
39
- b.pageContext.variables.forEach((t3) => {
40
- const o3 = "${page." + t3.name + "}";
41
- e3[o3] = y(b.pageContext.entity, o3, null);
30
+ function k() {
31
+ const o = {};
32
+ t.pageContext.variables.forEach((n) => {
33
+ const c = "${page." + n.name + "}";
34
+ o[c] = B(t.pageContext.entity, c, null);
42
35
  });
43
- let t2 = window.localStorage.getItem("HOME_MY_CHARTS_CONDITIONS"), o2 = {};
44
- t2 && (o2 = JSON.parse(t2)), o2[b.configure.homeChartSettingUserId] = e3;
45
- const a2 = JSON.stringify(e3);
46
- window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(o2)), J.value = JSON.parse(JSON.stringify(b.pageContext.entity)), S.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: b.configure.homeChartSettingUserId, searchConditionsJson: a2 }).then((e4) => {
47
- C.success("保存成功"), T();
36
+ let e = window.localStorage.getItem("HOME_MY_CHARTS_CONDITIONS"), l = {};
37
+ e && (l = JSON.parse(e)), l[t.configure.homeChartSettingUserId] = o;
38
+ const C = JSON.stringify(o);
39
+ window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(l)), m.value = JSON.parse(JSON.stringify(t.pageContext.entity)), D.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: t.configure.homeChartSettingUserId, searchConditionsJson: C }).then((n) => {
40
+ j.success("保存成功"), _();
48
41
  });
49
42
  }
50
- return x2({ openSearch: () => {
51
- N.value = true, k.value = b.configure.pushHomepage.searchConditions;
52
- } }), (t2, o2) => {
53
- const a2 = i("el-empty"), v2 = i("el-form"), y2 = i("el-button"), h2 = i("el-dialog");
54
- return l(), n(h2, { modelValue: N.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e3) => N.value = e3), title: "筛选", close: w, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: r(() => [s("div", _, [k.value && 0 !== k.value.length ? c("", true) : (l(), n(a2, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (l(), n(v2, { key: j.value }, { default: r(() => [(l(true), g(m, null, d(k.value, (t3) => (l(), n(f, { key: t3.uuid, configure: t3, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: r(() => [s("div", O, [u(y2, { type: "primary", onClick: T }, { default: r(() => o2[1] || (o2[1] = [p(" 确定 ", -1)])), _: 1, __: [1] }), u(y2, { type: "default", onClick: H }, { default: r(() => o2[2] || (o2[2] = [p("重置", -1)])), _: 1, __: [2] }), u(y2, { type: "primary", onClick: A }, { default: r(() => o2[3] || (o2[3] = [p(" 保存为默认条件 ", -1)])), _: 1, __: [3] })])]), _: 1 }, 8, ["modelValue"]);
43
+ return N({ openSearch: () => {
44
+ a.value = !0, i.value = t.configure.pushHomepage.searchConditions;
45
+ } }), (o, e) => {
46
+ const l = g("el-empty"), C = g("el-form"), n = g("el-button"), c = g("el-dialog");
47
+ return s(), d(c, { modelValue: a.value, "onUpdate:modelValue": e[0] || (e[0] = (u) => a.value = u), title: "筛选", close: O, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: r(() => [x("div", L, [i.value && i.value.length !== 0 ? V("", !0) : (s(), d(l, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (s(), d(C, { key: S.value }, { default: r(() => [(s(!0), T(E, null, H(i.value, (u) => (s(), d(M, { key: u.uuid, configure: u, pageContext: y.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: r(() => [x("div", F, [h(n, { type: "primary", onClick: _ }, { default: r(() => e[1] || (e[1] = [v(" 确定 ", -1)])), _: 1, __: [1] }), h(n, { type: "default", onClick: b }, { default: r(() => e[2] || (e[2] = [v("重置", -1)])), _: 1, __: [2] }), h(n, { type: "primary", onClick: k }, { default: r(() => e[3] || (e[3] = [v(" 保存为默认条件 ", -1)])), _: 1, __: [3] })])]), _: 1 }, 8, ["modelValue"]);
55
48
  };
56
49
  } });
57
50
  export {
58
- x as default
51
+ z as default
59
52
  };
@@ -1,7 +1,7 @@
1
- import e from "./gauge-runtime.vue2.mjs";
1
+ import o from "./gauge-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-6f349ab2"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = t(o, [["__scopeId", "data-v-6f349ab2"]]);
5
5
  export {
6
- t as default
6
+ p as default
7
7
  };
@@ -1,35 +1,35 @@
1
- import { defineComponent as e, ref as r, onMounted as t, watch as o, createElementBlock as a, openBlock as n, normalizeClass as s, normalizeStyle as u, unref as i, withDirectives as c, createVNode as m, vShow as p } from "vue";
2
- import { getCustomTheme as f, initChartOption as h, exportCommonChart as l } from "../../../../utils/charts/chart-util.mjs";
3
- import { getChartDatasFromPage as g, updateChartDatasources as d, monitorFieldChange as x } from "../../../../utils/page-helper-util.mjs";
4
- import { updateChartOption as C } from "../../../../utils/charts/chart-gauge-util.mjs";
5
- import v from "../common/common-chart-header.vue.mjs";
6
- import { use as y } from "echarts/core";
7
- import { CanvasRenderer as R } from "echarts/renderers";
8
- import { GaugeChart as b } from "echarts/charts";
9
- import { GridComponent as V, TitleComponent as _, TooltipComponent as j, ToolboxComponent as w } from "echarts/components";
10
- import I from "vue-echarts";
11
- const k = e({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: k2 }) {
12
- y([R, b, V, _, j, w]);
13
- const A = e2, H = r(null), O = r(), z = r(null), D = A.configure.runtime ? A.configure.runtime : {}, F = D.style, P = D.class, S = D.dataConfig, T = D.headerInfo ? D.headerInfo : {}, q = D.chartOption, B = A.configure.props ? A.configure.props : {}, E = f(B.customTheme);
14
- h(A.configure, q), t(() => {
15
- const e3 = g(A.pageContext, A.configure);
16
- e3 && L(e3);
1
+ import { defineComponent as R, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as T, normalizeClass as _, normalizeStyle as D, unref as t, withDirectives as I, createVNode as c, vShow as O } from "vue";
2
+ import { initChartOption as z, getCustomTheme as F, exportCommonChart as S } from "../../../../utils/charts/chart-util.mjs";
3
+ import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as G } from "../../../../utils/page-helper-util.mjs";
4
+ import { updateChartOption as H } from "../../../../utils/charts/chart-gauge-util.mjs";
5
+ import P from "../common/common-chart-header.vue.mjs";
6
+ import { use as E } from "echarts/core";
7
+ import { CanvasRenderer as j } from "echarts/renderers";
8
+ import { GaugeChart as q } from "echarts/charts";
9
+ import { GridComponent as J, TitleComponent as K, TooltipComponent as L, ToolboxComponent as M } from "echarts/components";
10
+ import N from "vue-echarts";
11
+ const re = R({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: g }) {
12
+ E([j, q, J, K, L, M]);
13
+ const o = l, h = p(null), n = p(), C = p(null), r = o.configure.runtime ? o.configure.runtime : {}, d = r.style, x = r.class, s = r.dataConfig, a = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = F(v.customTheme);
14
+ z(o.configure, i), b(() => {
15
+ const e = G(o.pageContext, o.configure);
16
+ e && f(e);
17
17
  });
18
- let G = T.groupValue;
19
- function J() {
20
- S && d(A.pageContext, [S], T.drillParams);
18
+ let m = a.groupValue;
19
+ function u() {
20
+ s && A(o.pageContext, [s], a.drillParams);
21
21
  }
22
- o(T, () => {
23
- G != T.groupValue && (G = T.groupValue, S && (S.services[0].groupValue = T.groupValue), J());
22
+ V(a, () => {
23
+ m != a.groupValue && (m = a.groupValue, s && (s.services[0].groupValue = a.groupValue), u());
24
24
  });
25
- const K = T.monitorFields;
26
- function L(e3) {
27
- e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, C(A.pageContext, A.configure, q, e3), O.value && O.value.setOption(q, true));
25
+ const w = a.monitorFields;
26
+ function f(e) {
27
+ e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, H(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
28
28
  }
29
- return x(A.pageContext, K, J), k2({ updateChartDatas: L, exportChart: function() {
30
- return l(O.value, T);
31
- } }), (e3, r2) => (n(), a("div", { style: u(i(F)), class: s([i(P), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: H }, [c(m(v, { ref_key: "headerRef", ref: z, headerInfo: i(T), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, i(T).showHeader || e3.pageContext.showHomepageSearch]]), m(i(I), { ref_key: "chartRef", ref: O, class: "amb-chart-content", theme: i(E), option: i(q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
29
+ return B(o.pageContext, w, u), g({ updateChartDatas: f, exportChart: function() {
30
+ return S(n.value, a);
31
+ } }), (e, Q) => (T(), k("div", { style: D(t(d)), class: _([t(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: h }, [I(c(P, { ref_key: "headerRef", ref: C, headerInfo: t(a), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, t(a).showHeader || e.pageContext.showHomepageSearch]]), c(t(N), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: t(y), option: t(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
- k as default
34
+ re as default
35
35
  };
@@ -1,7 +1,7 @@
1
- import e from "./pie-runtime.vue2.mjs";
1
+ import o from "./pie-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-6a38f7d4"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = t(o, [["__scopeId", "data-v-6a38f7d4"]]);
5
5
  export {
6
- t as default
6
+ p as default
7
7
  };
@@ -1,46 +1,46 @@
1
- import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as a, openBlock as n, normalizeClass as u, normalizeStyle as i, unref as l, withDirectives as c, createVNode as s, vShow as p } from "vue";
2
- import { getCustomTheme as f, initChartOption as g, monitorChartClickToVariable as m, clearChartSelected as h, exportCommonChart as d } from "../../../../utils/charts/chart-util.mjs";
3
- import { updateChartOption as v } from "../../../../utils/charts/chart-pie-util.mjs";
4
- import { doClickJumpPageEvent as x } from "../../../../utils/events/event-util.mjs";
5
- import { getChartDatasFromPage as C, updateChartDatasources as R, monitorFieldChange as j } from "../../../../utils/page-helper-util.mjs";
6
- import k from "../common/common-chart-header.vue.mjs";
7
- import { use as b } from "echarts/core";
8
- import { CanvasRenderer as y } from "echarts/renderers";
9
- import { PieChart as D } from "echarts/charts";
10
- import { GridComponent as V, LegendComponent as _, TitleComponent as w, TooltipComponent as I, ToolboxComponent as P } from "echarts/components";
11
- import E from "vue-echarts";
12
- const A = e({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
13
- b([y, D, V, _, w, I, P]);
14
- const H = e2, O = r(null), S = r(), T = r(null), U = H.configure.props ? H.configure.props.enableDrill : null, z = H.configure.props ? H.configure.props.drillEndTrigger : null, F = H.configure.props ? H.configure.props.linkPage : null, q = H.configure.runtime ? H.configure.runtime : {}, B = q.style, G = q.class, J = q.dataConfig, K = q.headerInfo ? q.headerInfo : {}, L = q.chartOption, M = H.configure.props ? H.configure.props : {}, N = f(M.customTheme);
15
- function Q(e3) {
16
- "clearDrill" == z ? T.value && T.value.closeDrill && T.value.closeDrill(0) : "clickEvent" == z && W();
1
+ import { defineComponent as T, ref as f, onMounted as E, watch as S, createElementBlock as _, openBlock as I, normalizeClass as O, normalizeStyle as j, unref as l, withDirectives as z, createVNode as v, vShow as F } from "vue";
2
+ import { initChartOption as A, monitorChartClickToVariable as B, clearChartSelected as H, getCustomTheme as U, exportCommonChart as G } from "../../../../utils/charts/chart-util.mjs";
3
+ import { updateChartOption as J } from "../../../../utils/charts/chart-pie-util.mjs";
4
+ import { doClickJumpPageEvent as L } from "../../../../utils/events/event-util.mjs";
5
+ import { updateChartDatasources as M, monitorFieldChange as N, getChartDatasFromPage as q } from "../../../../utils/page-helper-util.mjs";
6
+ import K from "../common/common-chart-header.vue.mjs";
7
+ import { use as Q } from "echarts/core";
8
+ import { CanvasRenderer as W } from "echarts/renderers";
9
+ import { PieChart as X } from "echarts/charts";
10
+ import { GridComponent as Y, LegendComponent as Z, TitleComponent as $, TooltipComponent as ee, ToolboxComponent as oe } from "echarts/components";
11
+ import re from "vue-echarts";
12
+ const me = T({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(x, { expose: k }) {
13
+ Q([W, X, Y, Z, $, ee, oe]);
14
+ const e = x, R = f(null), a = f(), n = f(null), s = e.configure.props ? e.configure.props.enableDrill : null, g = e.configure.props ? e.configure.props.drillEndTrigger : null, p = e.configure.props ? e.configure.props.linkPage : null, u = e.configure.runtime ? e.configure.runtime : {}, D = u.style, b = u.class, t = u.dataConfig, r = u.headerInfo ? u.headerInfo : {}, c = u.chartOption, V = e.configure.props ? e.configure.props : {}, y = U(V.customTheme);
15
+ function w(o) {
16
+ g == "clearDrill" ? n.value && n.value.closeDrill && n.value.closeDrill(0) : g == "clickEvent" && m();
17
17
  }
18
- function W() {
19
- F && F.jumpPageUrl && x(H.pageContext, H.configure, void 0);
18
+ function m() {
19
+ p && p.jumpPageUrl && L(e.pageContext, e.configure, void 0);
20
20
  }
21
- g(H.configure, L), o(() => {
22
- const e3 = C(H.pageContext, H.configure);
23
- e3 && $(e3), S.value && (U || F && F.jumpPageUrl) && S.value.chart.on("click", function(e4) {
24
- U ? T.value && T.value.drill && T.value.drill(e4, H.configure.cacheDatas) : W();
25
- }), !U && H.configure.clickSet && S.value && m(H.pageContext, H.configure, S.value.chart);
21
+ A(e.configure, c), E(() => {
22
+ const o = q(e.pageContext, e.configure);
23
+ o && C(o), a.value && (s || p && p.jumpPageUrl) && a.value.chart.on("click", function(d) {
24
+ s ? n.value && n.value.drill && n.value.drill(d, e.configure.cacheDatas) : m();
25
+ }), !s && e.configure.clickSet && a.value && B(e.pageContext, e.configure, a.value.chart);
26
26
  });
27
- let X = K.groupValue;
28
- function Y(e3) {
29
- J && (true !== e3 && (J.autoRefresh = true), R(H.pageContext, [J], K.drillParams));
27
+ let i = r.groupValue;
28
+ function h(o) {
29
+ t && (o !== !0 && (t.autoRefresh = !0), M(e.pageContext, [t], r.drillParams));
30
30
  }
31
- t(K, () => {
32
- X != K.groupValue && (X = K.groupValue, J && (J.services[0].groupValue = K.groupValue), Y(false));
31
+ S(r, () => {
32
+ i != r.groupValue && (i = r.groupValue, t && (t.services[0].groupValue = r.groupValue), h(!1));
33
33
  });
34
- const Z = K.monitorFields;
35
- function $(e3) {
36
- e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, J.autoRefresh || (X = e3.groupValue, X && "checkbox" !== K.groupComponent && (X = X.join(",")), K.groupValue = X), J.autoRefresh && U || h(H.pageContext, H.configure, S.value.chart), J.autoRefresh = false, v(H.pageContext, H.configure, L, e3), S.value && S.value.setOption(L, true));
34
+ const P = r.monitorFields;
35
+ function C(o) {
36
+ o || (o = []), Array.isArray(o) && (o = o.length > 0 ? o[0] : {}), o || (o = {}), o.hasRender ? o.hasRender = !0 : (o.hasRender = !0, t.autoRefresh || (i = o.groupValue, i && r.groupComponent !== "checkbox" && (i = i.join(",")), r.groupValue = i), t.autoRefresh && s || H(e.pageContext, e.configure, a.value.chart), t.autoRefresh = !1, J(e.pageContext, e.configure, c, o), a.value && a.value.setOption(c, !0));
37
37
  }
38
- return j(H.pageContext, Z, () => {
39
- Y(true);
40
- }), A2({ updateChartDatas: $, exportChart: function() {
41
- return d(S.value, K);
42
- } }), (e3, r2) => (n(), a("div", { style: i(l(B)), class: u([l(G), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: O }, [c(s(k, { ref_key: "headerRef", ref: T, headerInfo: l(K), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Q, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, l(K).showHeader || e3.pageContext.showHomepageSearch]]), s(l(E), { ref_key: "chartRef", ref: S, class: "amb-chart-content", theme: l(N), option: l(L), autoresize: "" }, null, 8, ["theme", "option"])], 6));
38
+ return N(e.pageContext, P, () => {
39
+ h(!0);
40
+ }), k({ updateChartDatas: C, exportChart: function() {
41
+ return G(a.value, r);
42
+ } }), (o, d) => (I(), _("div", { style: j(l(D)), class: O([l(b), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: R }, [z(v(K, { ref_key: "headerRef", ref: n, headerInfo: l(r), configure: o.configure, pageContext: o.pageContext, onDrillEnd: w, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[F, l(r).showHeader || o.pageContext.showHomepageSearch]]), v(l(re), { ref_key: "chartRef", ref: a, class: "amb-chart-content", theme: l(y), option: l(c), autoresize: "" }, null, 8, ["theme", "option"])], 6));
43
43
  } });
44
44
  export {
45
- A as default
45
+ me as default
46
46
  };
@@ -1,7 +1,7 @@
1
- import r from "./radar-runtime.vue2.mjs";
1
+ import o from "./radar-runtime.vue2.mjs";
2
2
  /* empty css */
3
- import e from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = e(r, [["__scopeId", "data-v-42f5f123"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = t(o, [["__scopeId", "data-v-42f5f123"]]);
5
5
  export {
6
- t as default
6
+ p as default
7
7
  };
@@ -1,35 +1,35 @@
1
- import { defineComponent as e, ref as r, onMounted as t, watch as o, createElementBlock as a, openBlock as n, normalizeClass as s, normalizeStyle as u, unref as i, withDirectives as c, createVNode as m, vShow as p } from "vue";
2
- import { getCustomTheme as f, initChartOption as h, exportCommonChart as l } from "../../../../utils/charts/chart-util.mjs";
3
- import { getChartDatasFromPage as g, updateChartDatasources as d, monitorFieldChange as x } from "../../../../utils/page-helper-util.mjs";
4
- import { updateChartOption as C } from "../../../../utils/charts/chart-radar-util.mjs";
5
- import v from "../common/common-chart-header.vue.mjs";
6
- import { use as y } from "echarts/core";
7
- import { CanvasRenderer as R } from "echarts/renderers";
8
- import { RadarChart as b } from "echarts/charts";
9
- import { GridComponent as V, TitleComponent as _, TooltipComponent as j, ToolboxComponent as w, LegendComponent as I } from "echarts/components";
10
- import k from "vue-echarts";
11
- const A = e({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
12
- y([R, b, V, _, j, w, I]);
13
- const H = e2, O = r(null), z = r(), D = r(null), F = H.configure.runtime ? H.configure.runtime : {}, P = F.style, S = F.class, T = F.dataConfig, q = F.headerInfo ? F.headerInfo : {}, B = F.chartOption, E = H.configure.props ? H.configure.props : {}, G = f(E.customTheme);
14
- h(H.configure, B), t(() => {
15
- const e3 = g(H.pageContext, H.configure);
16
- e3 && M(e3);
1
+ import { defineComponent as w, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as T, normalizeClass as _, normalizeStyle as D, unref as t, withDirectives as I, createVNode as c, vShow as O } from "vue";
2
+ import { initChartOption as z, getCustomTheme as F, exportCommonChart as S } from "../../../../utils/charts/chart-util.mjs";
3
+ import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as H } from "../../../../utils/page-helper-util.mjs";
4
+ import { updateChartOption as P } from "../../../../utils/charts/chart-radar-util.mjs";
5
+ import E from "../common/common-chart-header.vue.mjs";
6
+ import { use as G } from "echarts/core";
7
+ import { CanvasRenderer as L } from "echarts/renderers";
8
+ import { RadarChart as M } from "echarts/charts";
9
+ import { GridComponent as j, TitleComponent as q, TooltipComponent as J, ToolboxComponent as K, LegendComponent as N } from "echarts/components";
10
+ import Q from "vue-echarts";
11
+ const ne = w({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: h }) {
12
+ G([L, M, j, q, J, K, N]);
13
+ const o = l, g = p(null), n = p(), d = p(null), r = o.configure.runtime ? o.configure.runtime : {}, C = r.style, x = r.class, s = r.dataConfig, a = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = F(v.customTheme);
14
+ z(o.configure, i), b(() => {
15
+ const e = H(o.pageContext, o.configure);
16
+ e && f(e);
17
17
  });
18
- let J = q.groupValue;
19
- function K() {
20
- T && d(H.pageContext, [T], q.drillParams);
18
+ let m = a.groupValue;
19
+ function u() {
20
+ s && A(o.pageContext, [s], a.drillParams);
21
21
  }
22
- o(q, () => {
23
- J != q.groupValue && (J = q.groupValue, T && (T.services[0].groupValue = q.groupValue), K());
22
+ V(a, () => {
23
+ m != a.groupValue && (m = a.groupValue, s && (s.services[0].groupValue = a.groupValue), u());
24
24
  });
25
- const L = q.monitorFields;
26
- function M(e3) {
27
- e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, C(H.pageContext, H.configure, B, e3), z.value && z.value.setOption(B, true));
25
+ const R = a.monitorFields;
26
+ function f(e) {
27
+ e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, P(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
28
28
  }
29
- return x(H.pageContext, L, K), A2({ updateChartDatas: M, exportChart: function() {
30
- return l(z.value, q);
31
- } }), (e3, r2) => (n(), a("div", { style: u(i(P)), class: s([i(S), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: O }, [c(m(v, { ref_key: "headerRef", ref: D, headerInfo: i(q), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, i(q).showHeader || e3.pageContext.showHomepageSearch]]), m(i(k), { ref_key: "chartRef", ref: z, class: "amb-chart-content", theme: i(G), option: i(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
29
+ return B(o.pageContext, R, u), h({ updateChartDatas: f, exportChart: function() {
30
+ return S(n.value, a);
31
+ } }), (e, U) => (T(), k("div", { style: D(t(C)), class: _([t(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: g }, [I(c(E, { ref_key: "headerRef", ref: d, headerInfo: t(a), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, t(a).showHeader || e.pageContext.showHomepageSearch]]), c(t(Q), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: t(y), option: t(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
- A as default
34
+ ne as default
35
35
  };
@@ -1,7 +1,7 @@
1
- import t from "./scatter-runtime.vue2.mjs";
1
+ import o from "./scatter-runtime.vue2.mjs";
2
2
  /* empty css */
3
- import e from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = e(t, [["__scopeId", "data-v-4a36176c"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = t(o, [["__scopeId", "data-v-4a36176c"]]);
5
5
  export {
6
- r as default
6
+ p as default
7
7
  };
@@ -1,35 +1,35 @@
1
- import { defineComponent as e, ref as r, onMounted as t, watch as o, createElementBlock as a, openBlock as n, normalizeClass as s, normalizeStyle as c, unref as u, withDirectives as i, createVNode as m, vShow as p } from "vue";
2
- import { getCustomTheme as f, initChartOption as h, exportCommonChart as l } from "../../../../utils/charts/chart-util.mjs";
3
- import { getChartDatasFromPage as g, updateChartDatasources as d, monitorFieldChange as x } from "../../../../utils/page-helper-util.mjs";
4
- import { updateChartOption as C } from "../../../../utils/charts/chart-scatter-util.mjs";
5
- import v from "../common/common-chart-header.vue.mjs";
6
- import { use as y } from "echarts/core";
7
- import { CanvasRenderer as R } from "echarts/renderers";
8
- import { ScatterChart as b } from "echarts/charts";
9
- import { GridComponent as V, LegendComponent as _, TitleComponent as j, TooltipComponent as w, ToolboxComponent as I, DataZoomComponent as k } from "echarts/components";
10
- import A from "vue-echarts";
11
- const H = e({ __name: "scatter-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: H2 }) {
12
- y([R, b, V, _, j, w, I, k]);
13
- const O = e2, z = r(null), D = r(), F = r(null), P = O.configure.runtime ? O.configure.runtime : {}, S = P.style, T = P.class, q = P.dataConfig, B = P.headerInfo ? P.headerInfo : {}, E = P.chartOption, G = O.configure.props ? O.configure.props : {}, J = f(G.customTheme);
14
- h(O.configure, E), t(() => {
15
- const e3 = g(O.pageContext, O.configure);
16
- e3 && N(e3);
1
+ import { defineComponent as R, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as D, normalizeClass as T, normalizeStyle as _, unref as a, withDirectives as I, createVNode as c, vShow as O } from "vue";
2
+ import { initChartOption as S, getCustomTheme as z, exportCommonChart as F } from "../../../../utils/charts/chart-util.mjs";
3
+ import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as H } from "../../../../utils/page-helper-util.mjs";
4
+ import { updateChartOption as P } from "../../../../utils/charts/chart-scatter-util.mjs";
5
+ import E from "../common/common-chart-header.vue.mjs";
6
+ import { use as G } from "echarts/core";
7
+ import { CanvasRenderer as L } from "echarts/renderers";
8
+ import { ScatterChart as M } from "echarts/charts";
9
+ import { GridComponent as N, LegendComponent as j, TitleComponent as q, TooltipComponent as J, ToolboxComponent as K, DataZoomComponent as Z } from "echarts/components";
10
+ import Q from "vue-echarts";
11
+ const se = R({ __name: "scatter-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: h }) {
12
+ G([L, M, N, j, q, J, K, Z]);
13
+ const o = l, g = p(null), n = p(), C = p(null), r = o.configure.runtime ? o.configure.runtime : {}, d = r.style, x = r.class, s = r.dataConfig, t = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = z(v.customTheme);
14
+ S(o.configure, i), b(() => {
15
+ const e = H(o.pageContext, o.configure);
16
+ e && f(e);
17
17
  });
18
- let K = B.groupValue;
19
- function L() {
20
- q && d(O.pageContext, [q], B.drillParams);
18
+ let m = t.groupValue;
19
+ function u() {
20
+ s && A(o.pageContext, [s], t.drillParams);
21
21
  }
22
- o(B, () => {
23
- K != B.groupValue && (K = B.groupValue, q && (q.services[0].groupValue = B.groupValue), L());
22
+ V(t, () => {
23
+ m != t.groupValue && (m = t.groupValue, s && (s.services[0].groupValue = t.groupValue), u());
24
24
  });
25
- const M = B.monitorFields;
26
- function N(e3) {
27
- e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, C(O.pageContext, O.configure, E, e3), D.value && D.value.setOption(E, true));
25
+ const w = t.monitorFields;
26
+ function f(e) {
27
+ e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, P(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
28
28
  }
29
- return x(O.pageContext, M, L), H2({ updateChartDatas: N, exportChart: function() {
30
- return l(D.value, B);
31
- } }), (e3, r2) => (n(), a("div", { style: c(u(S)), class: s([u(T), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: z }, [i(m(v, { ref_key: "headerRef", ref: F, headerInfo: u(B), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, u(B).showHeader || e3.pageContext.showHomepageSearch]]), m(u(A), { ref_key: "chartRef", ref: D, class: "amb-chart-content", theme: u(J), option: u(E), autoresize: "" }, null, 8, ["theme", "option"])], 6));
29
+ return B(o.pageContext, w, u), h({ updateChartDatas: f, exportChart: function() {
30
+ return F(n.value, t);
31
+ } }), (e, U) => (D(), k("div", { style: _(a(d)), class: T([a(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: g }, [I(c(E, { ref_key: "headerRef", ref: C, headerInfo: a(t), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, a(t).showHeader || e.pageContext.showHomepageSearch]]), c(a(Q), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: a(y), option: a(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
- H as default
34
+ se as default
35
35
  };