super-page-runtime 2.3.17 → 2.3.18-tmp2

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 (499) hide show
  1. package/dist/es/components/runtime/utils/page-init-util.d.ts +2 -1
  2. package/dist/es/components/runtime/utils/page-init-util.js +84 -65
  3. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  4. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  5. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  6. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  7. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  8. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  9. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +17 -17
  10. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  11. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  12. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  13. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  14. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
  15. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
  16. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  17. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
  18. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
  19. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
  20. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
  21. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  22. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  23. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  24. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +27 -27
  25. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
  26. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  27. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +3 -3
  28. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +3 -3
  29. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  30. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  31. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +3 -3
  32. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  33. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +5 -5
  34. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +3 -3
  35. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +3 -3
  36. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
  37. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +1 -1
  38. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +4 -4
  39. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  40. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  41. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  42. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  43. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  44. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
  45. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +6 -6
  46. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  47. package/dist/es/components/runtime/views/super-page.vue.d.ts +11 -2
  48. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  49. package/dist/es/components/runtime/views/super-page.vue2.js +136 -128
  50. package/dist/es/style.css +76 -76
  51. package/dist/lib/_virtual/AttributeMap.js +4 -0
  52. package/dist/lib/_virtual/Barcode.js +4 -0
  53. package/dist/lib/_virtual/CODE128.js +4 -0
  54. package/dist/lib/_virtual/CODE128A.js +4 -0
  55. package/dist/lib/_virtual/CODE128B.js +4 -0
  56. package/dist/lib/_virtual/CODE128C.js +4 -0
  57. package/dist/lib/_virtual/CODE128_AUTO.js +4 -0
  58. package/dist/lib/_virtual/CODE93.js +4 -0
  59. package/dist/lib/_virtual/CODE93FullASCII.js +4 -0
  60. package/dist/lib/_virtual/Delta.js +4 -0
  61. package/dist/lib/_virtual/EAN.js +4 -0
  62. package/dist/lib/_virtual/EAN13.js +4 -0
  63. package/dist/lib/_virtual/EAN2.js +4 -0
  64. package/dist/lib/_virtual/EAN5.js +4 -0
  65. package/dist/lib/_virtual/EAN8.js +4 -0
  66. package/dist/lib/_virtual/ErrorHandler.js +4 -0
  67. package/dist/lib/_virtual/ITF.js +4 -0
  68. package/dist/lib/_virtual/ITF14.js +4 -0
  69. package/dist/lib/_virtual/JsBarcode.js +6 -0
  70. package/dist/lib/_virtual/MSI.js +4 -0
  71. package/dist/lib/_virtual/MSI10.js +4 -0
  72. package/dist/lib/_virtual/MSI1010.js +4 -0
  73. package/dist/lib/_virtual/MSI11.js +4 -0
  74. package/dist/lib/_virtual/MSI1110.js +4 -0
  75. package/dist/lib/_virtual/Op.js +4 -0
  76. package/dist/lib/_virtual/OpIterator.js +4 -0
  77. package/dist/lib/_virtual/OverloadYield.js +4 -0
  78. package/dist/lib/_virtual/SVGPathData.js +4 -0
  79. package/dist/lib/_virtual/SVGPathData2.js +5 -0
  80. package/dist/lib/_virtual/UPC.js +4 -0
  81. package/dist/lib/_virtual/UPCE.js +4 -0
  82. package/dist/lib/_virtual/_commonjsHelpers.js +33 -0
  83. package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
  84. package/dist/lib/_virtual/alignment-pattern.js +4 -0
  85. package/dist/lib/_virtual/arrayLikeToArray.js +4 -0
  86. package/dist/lib/_virtual/arrayWithHoles.js +4 -0
  87. package/dist/lib/_virtual/arrayWithoutHoles.js +4 -0
  88. package/dist/lib/_virtual/assertThisInitialized.js +4 -0
  89. package/dist/lib/_virtual/asyncToGenerator.js +4 -0
  90. package/dist/lib/_virtual/asyncToGenerator2.js +6 -0
  91. package/dist/lib/_virtual/auto.js +4 -0
  92. package/dist/lib/_virtual/backo2.js +4 -0
  93. package/dist/lib/_virtual/base64-arraybuffer.js +4 -0
  94. package/dist/lib/_virtual/binary.js +4 -0
  95. package/dist/lib/_virtual/browser.js +4 -0
  96. package/dist/lib/_virtual/browser2.js +4 -0
  97. package/dist/lib/_virtual/canvas.js +4 -0
  98. package/dist/lib/_virtual/canvas2.js +4 -0
  99. package/dist/lib/_virtual/checksums.js +4 -0
  100. package/dist/lib/_virtual/classCallCheck.js +4 -0
  101. package/dist/lib/_virtual/clipboard.js +4 -0
  102. package/dist/lib/_virtual/commons.js +4 -0
  103. package/dist/lib/_virtual/constants.js +4 -0
  104. package/dist/lib/_virtual/constants2.js +4 -0
  105. package/dist/lib/_virtual/constants3.js +4 -0
  106. package/dist/lib/_virtual/constants4.js +4 -0
  107. package/dist/lib/_virtual/createClass.js +4 -0
  108. package/dist/lib/_virtual/dayjs.min.js +4 -0
  109. package/dist/lib/_virtual/decodePacket.browser.js +4 -0
  110. package/dist/lib/_virtual/defaults.js +4 -0
  111. package/dist/lib/_virtual/defineProperty.js +4 -0
  112. package/dist/lib/_virtual/defineProperty2.js +6 -0
  113. package/dist/lib/_virtual/dijkstra.js +4 -0
  114. package/dist/lib/_virtual/encodePacket.browser.js +4 -0
  115. package/dist/lib/_virtual/encoder.js +4 -0
  116. package/dist/lib/_virtual/error-correction-code.js +4 -0
  117. package/dist/lib/_virtual/error-correction-level.js +4 -0
  118. package/dist/lib/_virtual/es.array.concat.js +4 -0
  119. package/dist/lib/_virtual/es.array.every.js +4 -0
  120. package/dist/lib/_virtual/es.array.fill.js +4 -0
  121. package/dist/lib/_virtual/es.array.for-each.js +4 -0
  122. package/dist/lib/_virtual/es.array.from.js +4 -0
  123. package/dist/lib/_virtual/es.array.includes.js +4 -0
  124. package/dist/lib/_virtual/es.array.index-of.js +4 -0
  125. package/dist/lib/_virtual/es.array.index-of2.js +3 -0
  126. package/dist/lib/_virtual/es.array.iterator.js +3 -0
  127. package/dist/lib/_virtual/es.array.join.js +4 -0
  128. package/dist/lib/_virtual/es.array.map.js +4 -0
  129. package/dist/lib/_virtual/es.array.reduce.js +4 -0
  130. package/dist/lib/_virtual/es.array.reduce2.js +3 -0
  131. package/dist/lib/_virtual/es.array.reverse.js +4 -0
  132. package/dist/lib/_virtual/es.array.reverse2.js +3 -0
  133. package/dist/lib/_virtual/es.array.some.js +4 -0
  134. package/dist/lib/_virtual/es.function.name.js +4 -0
  135. package/dist/lib/_virtual/es.map.constructor.js +4 -0
  136. package/dist/lib/_virtual/es.map.js +4 -0
  137. package/dist/lib/_virtual/es.number.constructor.js +4 -0
  138. package/dist/lib/_virtual/es.object.to-string.js +4 -0
  139. package/dist/lib/_virtual/es.parse-float.js +4 -0
  140. package/dist/lib/_virtual/es.promise.all.js +4 -0
  141. package/dist/lib/_virtual/es.promise.catch.js +4 -0
  142. package/dist/lib/_virtual/es.promise.constructor.js +4 -0
  143. package/dist/lib/_virtual/es.promise.js +4 -0
  144. package/dist/lib/_virtual/es.promise.race.js +4 -0
  145. package/dist/lib/_virtual/es.promise.reject.js +4 -0
  146. package/dist/lib/_virtual/es.promise.resolve.js +4 -0
  147. package/dist/lib/_virtual/es.promise2.js +3 -0
  148. package/dist/lib/_virtual/es.reflect.apply.js +4 -0
  149. package/dist/lib/_virtual/es.reflect.delete-property.js +4 -0
  150. package/dist/lib/_virtual/es.reflect.get-prototype-of.js +4 -0
  151. package/dist/lib/_virtual/es.regexp.exec.js +4 -0
  152. package/dist/lib/_virtual/es.regexp.to-string.js +4 -0
  153. package/dist/lib/_virtual/es.regexp.to-string2.js +3 -0
  154. package/dist/lib/_virtual/es.string.ends-with.js +4 -0
  155. package/dist/lib/_virtual/es.string.ends-with2.js +3 -0
  156. package/dist/lib/_virtual/es.string.includes.js +4 -0
  157. package/dist/lib/_virtual/es.string.includes2.js +3 -0
  158. package/dist/lib/_virtual/es.string.iterator.js +4 -0
  159. package/dist/lib/_virtual/es.string.match.js +4 -0
  160. package/dist/lib/_virtual/es.string.match2.js +3 -0
  161. package/dist/lib/_virtual/es.string.replace.js +4 -0
  162. package/dist/lib/_virtual/es.string.replace2.js +3 -0
  163. package/dist/lib/_virtual/es.string.split.js +4 -0
  164. package/dist/lib/_virtual/es.string.split2.js +3 -0
  165. package/dist/lib/_virtual/es.string.starts-with.js +4 -0
  166. package/dist/lib/_virtual/es.string.starts-with2.js +3 -0
  167. package/dist/lib/_virtual/es.string.trim.js +4 -0
  168. package/dist/lib/_virtual/es.string.trim2.js +3 -0
  169. package/dist/lib/_virtual/exceptions.js +4 -0
  170. package/dist/lib/_virtual/finder-pattern.js +4 -0
  171. package/dist/lib/_virtual/fixOptions.js +4 -0
  172. package/dist/lib/_virtual/format-info.js +4 -0
  173. package/dist/lib/_virtual/galois-field.js +4 -0
  174. package/dist/lib/_virtual/get.js +4 -0
  175. package/dist/lib/_virtual/getOptionsFromElement.js +4 -0
  176. package/dist/lib/_virtual/getPrototypeOf.js +4 -0
  177. package/dist/lib/_virtual/getRenderProperties.js +4 -0
  178. package/dist/lib/_virtual/globals.js +4 -0
  179. package/dist/lib/_virtual/has-cors.js +4 -0
  180. package/dist/lib/_virtual/html2canvas.js +4 -0
  181. package/dist/lib/_virtual/index.js +4 -0
  182. package/dist/lib/_virtual/index10.js +4 -0
  183. package/dist/lib/_virtual/index11.js +4 -0
  184. package/dist/lib/_virtual/index12.js +4 -0
  185. package/dist/lib/_virtual/index13.js +4 -0
  186. package/dist/lib/_virtual/index14.js +4 -0
  187. package/dist/lib/_virtual/index15.js +4 -0
  188. package/dist/lib/_virtual/index16.js +4 -0
  189. package/dist/lib/_virtual/index17.js +4 -0
  190. package/dist/lib/_virtual/index18.js +4 -0
  191. package/dist/lib/_virtual/index19.js +4 -0
  192. package/dist/lib/_virtual/index2.js +4 -0
  193. package/dist/lib/_virtual/index20.js +4 -0
  194. package/dist/lib/_virtual/index21.js +4 -0
  195. package/dist/lib/_virtual/index22.js +4 -0
  196. package/dist/lib/_virtual/index23.js +4 -0
  197. package/dist/lib/_virtual/index24.js +4 -0
  198. package/dist/lib/_virtual/index3.js +4 -0
  199. package/dist/lib/_virtual/index4.js +5 -0
  200. package/dist/lib/_virtual/index5.js +4 -0
  201. package/dist/lib/_virtual/index6.js +4 -0
  202. package/dist/lib/_virtual/index7.js +4 -0
  203. package/dist/lib/_virtual/index8.js +6 -0
  204. package/dist/lib/_virtual/index9.js +6 -0
  205. package/dist/lib/_virtual/inherits.js +4 -0
  206. package/dist/lib/_virtual/internal-metadata.js +4 -0
  207. package/dist/lib/_virtual/is-binary.js +4 -0
  208. package/dist/lib/_virtual/iterableToArray.js +4 -0
  209. package/dist/lib/_virtual/iterableToArrayLimit.js +4 -0
  210. package/dist/lib/_virtual/jquery.js +4 -0
  211. package/dist/lib/_virtual/jspdf.es.min.js +5 -0
  212. package/dist/lib/_virtual/linearizeEncodings.js +4 -0
  213. package/dist/lib/_virtual/make-built-in.js +4 -0
  214. package/dist/lib/_virtual/manager.js +4 -0
  215. package/dist/lib/_virtual/mask-pattern.js +4 -0
  216. package/dist/lib/_virtual/merge.js +4 -0
  217. package/dist/lib/_virtual/mode.js +4 -0
  218. package/dist/lib/_virtual/new-promise-capability.js +4 -0
  219. package/dist/lib/_virtual/nonIterableRest.js +4 -0
  220. package/dist/lib/_virtual/nonIterableSpread.js +4 -0
  221. package/dist/lib/_virtual/object-define-properties.js +4 -0
  222. package/dist/lib/_virtual/object-define-property.js +4 -0
  223. package/dist/lib/_virtual/object-get-own-property-descriptor.js +4 -0
  224. package/dist/lib/_virtual/object-get-own-property-names-external.js +4 -0
  225. package/dist/lib/_virtual/object-get-own-property-names.js +4 -0
  226. package/dist/lib/_virtual/object-get-own-property-symbols.js +4 -0
  227. package/dist/lib/_virtual/object-property-is-enumerable.js +4 -0
  228. package/dist/lib/_virtual/object.js +4 -0
  229. package/dist/lib/_virtual/on.js +4 -0
  230. package/dist/lib/_virtual/optionsFromStrings.js +4 -0
  231. package/dist/lib/_virtual/parseqs.js +4 -0
  232. package/dist/lib/_virtual/parseuri.js +4 -0
  233. package/dist/lib/_virtual/performance-now.js +4 -0
  234. package/dist/lib/_virtual/polling-fetch.js +4 -0
  235. package/dist/lib/_virtual/polling-xhr.js +4 -0
  236. package/dist/lib/_virtual/polling.js +4 -0
  237. package/dist/lib/_virtual/polynomial.js +4 -0
  238. package/dist/lib/_virtual/possibleConstructorReturn.js +4 -0
  239. package/dist/lib/_virtual/qrcode.js +4 -0
  240. package/dist/lib/_virtual/regenerator.js +4 -0
  241. package/dist/lib/_virtual/regeneratorAsync.js +4 -0
  242. package/dist/lib/_virtual/regeneratorAsyncGen.js +4 -0
  243. package/dist/lib/_virtual/regeneratorAsyncIterator.js +4 -0
  244. package/dist/lib/_virtual/regeneratorDefine.js +4 -0
  245. package/dist/lib/_virtual/regeneratorKeys.js +4 -0
  246. package/dist/lib/_virtual/regeneratorRuntime.js +4 -0
  247. package/dist/lib/_virtual/regeneratorValues.js +4 -0
  248. package/dist/lib/_virtual/regex.js +4 -0
  249. package/dist/lib/_virtual/segments.js +4 -0
  250. package/dist/lib/_virtual/setPrototypeOf.js +4 -0
  251. package/dist/lib/_virtual/shared-store.js +4 -0
  252. package/dist/lib/_virtual/shared.js +4 -0
  253. package/dist/lib/_virtual/slicedToArray.js +4 -0
  254. package/dist/lib/_virtual/socket.js +4 -0
  255. package/dist/lib/_virtual/socket2.js +4 -0
  256. package/dist/lib/_virtual/stackblur-es.js +5 -0
  257. package/dist/lib/_virtual/superPropBase.js +4 -0
  258. package/dist/lib/_virtual/svg-tag.js +4 -0
  259. package/dist/lib/_virtual/svg.js +4 -0
  260. package/dist/lib/_virtual/toConsumableArray.js +4 -0
  261. package/dist/lib/_virtual/toPrimitive.js +4 -0
  262. package/dist/lib/_virtual/toPropertyKey.js +4 -0
  263. package/dist/lib/_virtual/transport.js +4 -0
  264. package/dist/lib/_virtual/typeof.js +4 -0
  265. package/dist/lib/_virtual/unsupportedIterableToArray.js +4 -0
  266. package/dist/lib/_virtual/url.js +4 -0
  267. package/dist/lib/_virtual/util.js +4 -0
  268. package/dist/lib/_virtual/utils.js +4 -0
  269. package/dist/lib/_virtual/utils2.js +4 -0
  270. package/dist/lib/_virtual/version-check.js +4 -0
  271. package/dist/lib/_virtual/version.js +4 -0
  272. package/dist/lib/_virtual/vue-plugin-hiprint.js +4 -0
  273. package/dist/lib/_virtual/web.dom-collections.for-each.js +4 -0
  274. package/dist/lib/_virtual/web.dom-collections.iterator.js +4 -0
  275. package/dist/lib/_virtual/web.dom-collections.iterator2.js +3 -0
  276. package/dist/lib/_virtual/websocket.js +4 -0
  277. package/dist/lib/_virtual/webtransport.js +4 -0
  278. package/dist/lib/assets/chart-themes/theme1.d.ts +4 -0
  279. package/dist/lib/assets/chart-themes/theme1.js +7 -0
  280. package/dist/lib/assets/chart-themes/theme2.d.ts +4 -0
  281. package/dist/lib/assets/chart-themes/theme2.js +7 -0
  282. package/dist/lib/assets/chart-themes/theme3.d.ts +4 -0
  283. package/dist/lib/assets/chart-themes/theme3.js +7 -0
  284. package/dist/lib/assets/file.png.js +3 -0
  285. package/dist/lib/assets/folder.png.js +3 -0
  286. package/dist/lib/components/runtime/index.d.ts +5 -0
  287. package/dist/lib/components/runtime/utils/ai-chat-util.js +38 -0
  288. package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
  289. package/dist/lib/components/runtime/utils/api/api-util.js +9 -0
  290. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
  291. package/dist/lib/components/runtime/utils/api/page-expose-util.js +494 -0
  292. package/dist/lib/components/runtime/utils/assemblys-config.js +384 -0
  293. package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
  294. package/dist/lib/components/runtime/utils/barcode-util.js +36 -0
  295. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.js +327 -0
  296. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.js +77 -0
  297. package/dist/lib/components/runtime/utils/charts/chart-pie-util.js +162 -0
  298. package/dist/lib/components/runtime/utils/charts/chart-radar-util.js +130 -0
  299. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.js +106 -0
  300. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +113 -0
  301. package/dist/lib/components/runtime/utils/charts/chart-util.js +550 -0
  302. package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
  303. package/dist/lib/components/runtime/utils/common-util.js +219 -0
  304. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  305. package/dist/lib/components/runtime/utils/eventBus.js +9 -0
  306. package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
  307. package/dist/lib/components/runtime/utils/events/event-util.js +752 -0
  308. package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
  309. package/dist/lib/components/runtime/utils/events/print-label.js +174 -0
  310. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +96 -0
  311. package/dist/lib/components/runtime/utils/events/standard-event.js +2837 -0
  312. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
  313. package/dist/lib/components/runtime/utils/events/validator-util.js +730 -0
  314. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
  315. package/dist/lib/components/runtime/utils/form/date-shortcuts.js +96 -0
  316. package/dist/lib/components/runtime/utils/form/scan-util.js +194 -0
  317. package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
  318. package/dist/lib/components/runtime/utils/global-refs.js +88 -0
  319. package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
  320. package/dist/lib/components/runtime/utils/i18n-util.js +23 -0
  321. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
  322. package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +9 -0
  323. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
  324. package/dist/lib/components/runtime/utils/page-helper-util.js +767 -0
  325. package/dist/lib/components/runtime/utils/page-init-util.d.ts +48 -0
  326. package/dist/lib/components/runtime/utils/page-init-util.js +502 -0
  327. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
  328. package/dist/lib/components/runtime/utils/page-permission-util.js +717 -0
  329. package/dist/lib/components/runtime/utils/page-store.d.ts +46 -0
  330. package/dist/lib/components/runtime/utils/page-store.js +71 -0
  331. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  332. package/dist/lib/components/runtime/utils/store-util.js +17 -0
  333. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  334. package/dist/lib/components/runtime/utils/store.js +3 -0
  335. package/dist/lib/components/runtime/utils/table-utils.d.ts +34 -0
  336. package/dist/lib/components/runtime/utils/table-utils.js +126 -0
  337. package/dist/lib/components/runtime/utils/tree-utils.js +121 -0
  338. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +3 -0
  339. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +118 -0
  340. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +6 -0
  341. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +55 -0
  342. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +3 -0
  343. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +135 -0
  344. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +3 -0
  345. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +19 -0
  346. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +3 -0
  347. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +110 -0
  348. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +6 -0
  349. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +213 -0
  350. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +43 -0
  351. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +3 -0
  352. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +61 -0
  353. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +3 -0
  354. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +208 -0
  355. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +3 -0
  356. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +6 -0
  357. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +179 -0
  358. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +6 -0
  359. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +121 -0
  360. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +6 -0
  361. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +171 -0
  362. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +6 -0
  363. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +122 -0
  364. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +6 -0
  365. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +132 -0
  366. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
  367. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.js +786 -0
  368. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +43 -0
  369. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +3 -0
  370. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.js +63 -0
  371. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.js +3 -0
  372. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.js +169 -0
  373. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +3 -0
  374. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +63 -0
  375. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +3 -0
  376. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +3 -0
  377. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +631 -0
  378. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
  379. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +163 -0
  380. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +3 -0
  381. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  382. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +90 -0
  383. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +3 -0
  384. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
  385. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.js +76 -0
  386. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +3 -0
  387. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
  388. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +114 -0
  389. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +3 -0
  390. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
  391. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +181 -0
  392. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +3 -0
  393. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  394. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +122 -0
  395. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +3 -0
  396. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +6 -0
  397. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +106 -0
  398. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +3 -0
  399. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +85 -0
  400. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +3 -0
  401. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +89 -0
  402. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.js +6 -0
  403. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.js +99 -0
  404. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
  405. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +6 -0
  406. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +224 -0
  407. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +3 -0
  408. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +82 -0
  409. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +3 -0
  410. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +69 -0
  411. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +3 -0
  412. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +40 -0
  413. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +6 -0
  414. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +272 -0
  415. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +6 -0
  416. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +144 -0
  417. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +3 -0
  418. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +184 -0
  419. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +943 -0
  420. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +3 -0
  421. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +718 -0
  422. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +3 -0
  423. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +3 -0
  424. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +187 -0
  425. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +6 -0
  426. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +531 -0
  427. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  428. package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
  429. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +3 -0
  430. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +3 -0
  431. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +163 -0
  432. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +101 -0
  433. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +3 -0
  434. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +3 -0
  435. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +212 -0
  436. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +3 -0
  437. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +290 -0
  438. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +3 -0
  439. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +176 -0
  440. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +3 -0
  441. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +61 -0
  442. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +3 -0
  443. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +225 -0
  444. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +3 -0
  445. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +116 -0
  446. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +3 -0
  447. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +310 -0
  448. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +3 -0
  449. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +176 -0
  450. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +3 -0
  451. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +109 -0
  452. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +6 -0
  453. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +52 -0
  454. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +3 -0
  455. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +208 -0
  456. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +6 -0
  457. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +287 -0
  458. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +3 -0
  459. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +364 -0
  460. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +3 -0
  461. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +54 -0
  462. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +3 -0
  463. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +168 -0
  464. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +3 -0
  465. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +132 -0
  466. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +3 -0
  467. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +116 -0
  468. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
  469. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.js +169 -0
  470. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.js +3 -0
  471. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  472. package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +265 -0
  473. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +3 -0
  474. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +6 -0
  475. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +209 -0
  476. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +3 -0
  477. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +47 -0
  478. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +3 -0
  479. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +50 -0
  480. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +6 -0
  481. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +64 -0
  482. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +3 -0
  483. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +58 -0
  484. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
  485. package/dist/lib/components/runtime/views/home-chart.vue.js +168 -0
  486. package/dist/lib/components/runtime/views/home-chart.vue2.js +3 -0
  487. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
  488. package/dist/lib/components/runtime/views/super-page-dialog.vue.js +154 -0
  489. package/dist/lib/components/runtime/views/super-page-dialog.vue3.js +4 -0
  490. package/dist/lib/components/runtime/views/super-page.vue.d.ts +126 -0
  491. package/dist/lib/components/runtime/views/super-page.vue.js +6 -0
  492. package/dist/lib/components/runtime/views/super-page.vue2.js +856 -0
  493. package/dist/lib/favicon.ico +0 -0
  494. package/dist/lib/i18n/langs/cn.js +78 -0
  495. package/dist/lib/i18n/langs/en.js +78 -0
  496. package/dist/lib/index.d.ts +16 -0
  497. package/dist/lib/index.js +30 -0
  498. package/dist/lib/style.css +1169 -0
  499. package/package.json +2 -2
@@ -12,6 +12,7 @@ export declare function queryPageDesign(pageId: number): Promise<any>;
12
12
  * @returns
13
13
  */
14
14
  export declare function queryPageDesignByCode(pageCode: string): Promise<any>;
15
+ export declare function queryPageDesignWhenPreview(pageDesignInfo: any, tempContext: any): Promise<any>;
15
16
  /**
16
17
  * 转换页面设计对象为运行时对象
17
18
  * @param pageDesign 页面设计对象
@@ -43,6 +44,6 @@ export declare function getPermissionCodes(configure: Component, pageContext: Pa
43
44
  * @param pageCode
44
45
  * @returns
45
46
  */
46
- export declare function queryPageSuperGrids(pageDesign: any, pageContext: any, publishVersion: any): Promise<any>;
47
+ export declare function queryPageSuperGrids(pageDesign: any, tempContext: any, publishVersion: any): Promise<any>;
47
48
  export declare function packageFormRules(pageContext: PageContext, configure: any, isHasPermission: boolean): void;
48
49
  export declare function controlObjectRenderState(pageContext: PageContext, propName: string): void;
@@ -2,8 +2,8 @@ import e from "agilebuilder-ui/src/utils/request";
2
2
  import { getAdditionalParamMap as t } from "./events/standard-event.js";
3
3
  import { PageDimensions as i } from "./interfaces/page-design-types.js";
4
4
  import { getFormPropName as n, getVariableValue as s, setVariableValue as o, formatVariableValue as r } from "./page-helper-util.js";
5
- import { getSessionCache as l } from "agilebuilder-ui/src/utils/auth";
6
- import { functions as a } from "./api/page-expose-util.js";
5
+ import { getSessionCache as a } from "agilebuilder-ui/src/utils/auth";
6
+ import { functions as l } from "./api/page-expose-util.js";
7
7
  import { isWorkflowPage as p, deepCopy as u } from "./common-util.js";
8
8
  import { packageCustomValidator as d } from "./events/validator-util.js";
9
9
  import { isMobileBrowser as c } from "agilebuilder-ui/src/utils/common-util";
@@ -11,23 +11,41 @@ function f(t2) {
11
11
  return new Promise((i2, n2) => {
12
12
  (function(t3) {
13
13
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t3);
14
- })(t2).then((t3) => {
15
- t3 ? e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/system-param").then((n3) => {
16
- n3 && (t3.systemParam = g(n3)), function(t4, i3) {
17
- let n4 = "";
18
- t4 && i3 && (n4 = "?listViewTableName=" + t4 + "&listViewTablePublishVersion=" + i3);
19
- return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime-param" + n4);
20
- }(t3.listViewTableName, t3.listViewTablePublishVersion).then((e2) => {
21
- e2 ? (t3.contextParam = g(e2.contextParam), t3.branchFieldAuth = e2.branchFieldAuth, t3.isWorkflowEntity = e2.isWorkflowEntity, t3.dataTypeMaps = e2.dataTypeMaps, i2(t3)) : i2(null);
14
+ })(t2).then((e2) => {
15
+ e2 ? b().then((t3) => {
16
+ t3 && (e2.systemParam = h(t3)), g(e2.listViewTableName, e2.listViewTablePublishVersion).then((t4) => {
17
+ t4 ? (e2.contextParam = h(t4.contextParam), e2.branchFieldAuth = t4.branchFieldAuth, e2.isWorkflowEntity = t4.isWorkflowEntity, e2.dataTypeMaps = t4.dataTypeMaps, i2(e2)) : i2(null);
22
18
  });
23
19
  }) : i2(null);
24
20
  });
25
21
  });
26
22
  }
27
- function m(e2) {
23
+ function m(e2, t2) {
24
+ return new Promise((i2, n2) => {
25
+ e2 ? b().then((s2) => {
26
+ s2 && (e2.systemParam = h(s2)), e2.tableRuntimes && Object.keys(e2.tableRuntimes).length > 0 ? j(e2, t2, e2.systemVersion).then((t3) => {
27
+ e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, e2.superGridItems = t3.superGrids, i2(e2);
28
+ }).catch((e3) => {
29
+ n2(e3);
30
+ }) : g("", "").then((t3) => {
31
+ t3 ? (e2.contextParam = h(t3.contextParam), e2.branchFieldAuth = t3.branchFieldAuth, e2.isWorkflowEntity = t3.isWorkflowEntity, e2.dataTypeMaps = t3.dataTypeMaps, i2(e2)) : i2(null);
32
+ }).catch((e3) => {
33
+ n2(e3);
34
+ });
35
+ }) : i2(null);
36
+ });
37
+ }
38
+ function g(t2, i2) {
39
+ let n2 = "";
40
+ return t2 && i2 && (n2 = "?listViewTableName=" + t2 + "&listViewTablePublishVersion=" + i2), e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime-param" + n2);
41
+ }
42
+ function b() {
43
+ return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/system-param");
44
+ }
45
+ function y(e2) {
28
46
  var _a, _b, _c;
29
47
  if (null == e2) return null;
30
- const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, listCodesInitSearchForm: e2.listCodesInitSearchForm, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: b(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, branchFieldAuth: e2.branchFieldAuth, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam }, propTitleMap: {} };
48
+ const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, listCodesInitSearchForm: e2.listCodesInitSearchForm, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: w(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, branchFieldAuth: e2.branchFieldAuth, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam }, propTitleMap: {} };
31
49
  if (e2.props && e2.props.notIdInitializationList) {
32
50
  let i2 = e2.props.notIdInitializationList;
33
51
  "string" == typeof i2 && (i2 = JSON.parse(i2)), i2.length > 0 && (t2.notIdInitializationList = i2);
@@ -48,7 +66,7 @@ function m(e2) {
48
66
  return e3 > 768 ? i.PC : e3 > 414 ? i.IPAD : i.PHONE;
49
67
  }(), t2.events = e2.runtime && e2.runtime.events ? e2.runtime.events : [], t2;
50
68
  }
51
- function g(e2) {
69
+ function h(e2) {
52
70
  try {
53
71
  const t2 = function(e3) {
54
72
  if (!e3) return e3;
@@ -65,7 +83,7 @@ function g(e2) {
65
83
  return e2;
66
84
  }
67
85
  }
68
- function b(e2) {
86
+ function w(e2) {
69
87
  try {
70
88
  return e2.props && e2.props.judgeHeavyList.length > 0 ? (e2.props.judgeHeavyList.forEach((e3) => {
71
89
  e3.duplicateFieldList && e3.duplicateFieldList.length > 0 && (e3.duplicateFieldList = e3.duplicateFieldList.map((e4) => "string" == typeof e4 ? { propDbName: e4 } : e4));
@@ -74,7 +92,7 @@ function b(e2) {
74
92
  console.error("getJudgeHeavyList error:", e3);
75
93
  }
76
94
  }
77
- function y(e2) {
95
+ function P(e2) {
78
96
  let t2 = decodeURI(window.location.href);
79
97
  try {
80
98
  window.top && !Array.isArray(window.top) && (t2 = decodeURI(window.top.location.href));
@@ -94,49 +112,49 @@ function y(e2) {
94
112
  }
95
113
  e2._t_;
96
114
  }
97
- function w(e2, t2) {
115
+ function E(e2, t2) {
98
116
  if (e2) {
99
117
  Object.assign(t2, e2);
100
- P(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
118
+ C(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
101
119
  }
102
120
  }
103
- function h(e2, t2) {
121
+ function v(e2, t2) {
104
122
  if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query, e2.query)) {
105
123
  Object.assign(t2, e2.query);
106
- P(e2.query.paramStoreId, t2);
124
+ C(e2.query.paramStoreId, t2);
107
125
  }
108
126
  }
109
- function P(e2, t2) {
127
+ function C(e2, t2) {
110
128
  if (e2) {
111
- const i2 = l(e2);
129
+ const i2 = a(e2);
112
130
  if (i2) {
113
131
  const e3 = JSON.parse(i2);
114
132
  Object.assign(t2, e3);
115
133
  }
116
134
  }
117
135
  }
118
- function E(e2, t2) {
136
+ function k(e2, t2) {
119
137
  let i2, n2 = t2;
120
138
  t2 || (i2 = e2.props.base ? e2.props.base : {}, n2 = i2.prop);
121
139
  let s2 = null;
122
140
  return t2 && !t2.startsWith("${") ? s2 = ["data", t2] : !e2 || n2 && n2.startsWith("${") ? n2.startsWith("${") ? (n2 = n2.substring(2, n2.length - 1), s2 = n2.split("."), e2 && s2.length < 2 && (s2 = [e2.uuid])) : e2 && (s2 = ["page", e2.uuid]) : s2 = ["page", e2.uuid], s2 || e2 ? s2 : ["temp"];
123
141
  }
124
- function v(e2, t2, i2) {
142
+ function M(e2, t2, i2) {
125
143
  var _a;
126
- const n2 = E(t2, i2), r2 = e2.entity;
144
+ const n2 = k(t2, i2), r2 = e2.entity;
127
145
  if (null == r2.data.ID && null == r2.data.id) {
128
- let i3, l2, a2 = false;
129
- t2 && (i3 = t2.props.base ? t2.props.base : {}, l2 = t2.name, a2 = i3.multiple);
146
+ let i3, a2, l2 = false;
147
+ t2 && (i3 = t2.props.base ? t2.props.base : {}, a2 = t2.name, l2 = i3.multiple);
130
148
  const p2 = s(r2, n2);
131
149
  if (null == p2) {
132
150
  const t3 = i3 ? i3.defaultValue : null;
133
151
  if (t3) try {
134
- const s2 = C(e2, t3, l2, a2);
152
+ const s2 = A(e2, t3, a2, l2);
135
153
  if (null != s2 && "" !== s2) o(r2, n2, s2);
136
154
  else if (((_a = i3.moreDefaultValue) == null ? void 0 : _a.length) > 0) {
137
155
  const t4 = i3.moreDefaultValue;
138
156
  for (let i4 = 0; i4 < t4.length; i4++) {
139
- const s3 = C(e2, t4[i4], l2, a2);
157
+ const s3 = A(e2, t4[i4], a2, l2);
140
158
  if (null != s3 && "" !== s3) {
141
159
  o(r2, n2, s3);
142
160
  break;
@@ -150,7 +168,7 @@ function v(e2, t2, i2) {
150
168
  }
151
169
  return n2;
152
170
  }
153
- function C(e2, t2, i2, n2) {
171
+ function A(e2, t2, i2, n2) {
154
172
  let s2;
155
173
  if (t2 && (s2 = r(e2, t2), null != s2 && null != s2 && i2)) {
156
174
  let e3 = false;
@@ -158,7 +176,7 @@ function C(e2, t2, i2, n2) {
158
176
  }
159
177
  return s2;
160
178
  }
161
- function M(e2, t2) {
179
+ function I(e2, t2) {
162
180
  var _a, _b;
163
181
  if (false === ((_b = (_a = e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isPermission)) return "true";
164
182
  const i2 = [];
@@ -167,48 +185,48 @@ function M(e2, t2) {
167
185
  const n2 = e2.sourceTypes ? e2.sourceTypes : [], s2 = e2.functionCodes;
168
186
  for (let e3 = 0; e3 < s2.length; e3++) {
169
187
  const o2 = s2[e3], r2 = e3 < n2.length ? n2[e3] : "";
170
- let l2 = "";
171
- if ("service" == r2) l2 = o2;
172
- else if ("standard" === r2) l2 = t2.code + "." + o2;
188
+ let a2 = "";
189
+ if ("service" == r2) a2 = o2;
190
+ else if ("standard" === r2) a2 = t2.code + "." + o2;
173
191
  else {
174
- l2 = "custom" === k(o2, t2).type ? o2 : t2.code + "." + o2;
192
+ a2 = "custom" === T(o2, t2).type ? o2 : t2.code + "." + o2;
175
193
  }
176
- i2.includes(l2) || i2.push(l2);
194
+ i2.includes(a2) || i2.push(a2);
177
195
  }
178
196
  }
179
197
  return i2.join(",");
180
198
  }
181
- function k(e2, t2) {
199
+ function T(e2, t2) {
182
200
  const i2 = t2.pagePermissions;
183
201
  if (i2 && i2.length > 0) {
184
202
  for (let t3 = 0; t3 < i2.length; t3++) if (i2[t3].simpleCode === e2) return i2[t3];
185
203
  }
186
204
  return null;
187
205
  }
188
- function I(i2, n2, s2) {
206
+ function j(i2, n2, s2) {
189
207
  const o2 = i2.tableRuntimes, r2 = t(n2);
190
- let l2;
191
- const a2 = n2.code;
192
- return r2 && Object.keys(r2) > 0 && (l2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: l2, pageCode: a2, publishVersion: s2, pageType: i2.pageType });
208
+ let a2;
209
+ const l2 = i2.code;
210
+ return r2 && Object.keys(r2) > 0 && (a2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: o2, additionalParamMapJson: a2, pageCode: l2, publishVersion: s2, pageType: i2.pageType });
193
211
  }
194
- const A = ["button-detail", "print-label"];
195
- function j(e2, t2, i2) {
212
+ const O = ["button-detail", "print-label"];
213
+ function x(e2, t2, i2) {
196
214
  var _a, _b;
197
215
  const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
198
216
  let r2 = false;
199
- if (o2 && A.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
217
+ if (o2 && O.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
200
218
  const i3 = e2.fieldPermissionMap.get("all_fields");
201
219
  false === (i3 == null ? void 0 : i3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", r2 = true);
202
220
  }
203
221
  if (s2) {
204
- const l2 = n(s2);
205
- if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[l2] || (e2.rules[l2] = []), t2.props.rules.forEach((e3) => {
222
+ const a2 = n(s2);
223
+ if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[a2] || (e2.rules[a2] = []), t2.props.rules.forEach((e3) => {
206
224
  d(e3), !i2 && e3 && e3.required && (e3.required = false);
207
- }), e2.rules[l2] = t2.props.rules), o2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
208
- const n2 = e2.fieldPermissionMap.get(l2);
209
- if (!i2 && e2.workflowRules && (e2.workflowRules[l2] || e2.workflowRules.rules && e2.workflowRules.rules[l2])) {
210
- let t3 = e2.workflowRules[l2];
211
- if (!t3 && e2.workflowRules.rules && (t3 = e2.workflowRules.rules[l2]), t3 && Array.isArray(t3) && t3.length > 0) for (let e3 = 0; e3 < t3.length; e3++) {
225
+ }), e2.rules[a2] = t2.props.rules), o2 && !r2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
226
+ const n2 = e2.fieldPermissionMap.get(a2);
227
+ if (!i2 && e2.workflowRules && (e2.workflowRules[a2] || e2.workflowRules.rules && e2.workflowRules.rules[a2])) {
228
+ let t3 = e2.workflowRules[a2];
229
+ if (!t3 && e2.workflowRules.rules && (t3 = e2.workflowRules.rules[a2]), t3 && Array.isArray(t3) && t3.length > 0) for (let e3 = 0; e3 < t3.length; e3++) {
212
230
  const i3 = t3[e3];
213
231
  if (i3 && i3.required) {
214
232
  i3.required = false;
@@ -219,10 +237,10 @@ function j(e2, t2, i2) {
219
237
  }
220
238
  t2.runtime.props || (t2.runtime.props = {}), n2 ? (!i2 && n2.canEdit && (n2.canEdit = false), false === n2.canEdit ? t2.runtime.props.state = "disabled" : n2.canEdit && (t2.runtime.props.state = "", t2.runtime.props.required = true)) : t2.runtime.props.state = "";
221
239
  }
222
- ((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: l2, events: t2.props.customRuleEvents }));
240
+ ((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: a2, events: t2.props.customRuleEvents }));
223
241
  }
224
242
  }
225
- function O(e2, t2) {
243
+ function R(e2, t2) {
226
244
  if (e2.initInfo) {
227
245
  ["dynamicControlFormEdit", "disableElement", "enableElement", "hideElement", "showElement"].forEach((i2) => {
228
246
  const n2 = e2.initInfo[i2];
@@ -232,22 +250,23 @@ function O(e2, t2) {
232
250
  const e3 = u(i3[0]);
233
251
  e3.name = t2, i3 = [e3];
234
252
  }
235
- a.dynamicControlFormEdit(e2, i3, false);
236
- } else "disableElement" === i2 ? n2.indexOf(t2) >= 0 && a.disableElement(e2, [t2], false) : "enableElement" === i2 ? n2.indexOf(t2) >= 0 && a.enableElement(e2, [t2], false) : "hideElement" === i2 ? n2.indexOf(t2) >= 0 && a.hideElement(e2, [t2], false) : "showElement" === i2 && n2.indexOf(t2) >= 0 && a.showElement(e2, [t2], false);
253
+ l.dynamicControlFormEdit(e2, i3, false);
254
+ } else "disableElement" === i2 ? n2.indexOf(t2) >= 0 && l.disableElement(e2, [t2], false) : "enableElement" === i2 ? n2.indexOf(t2) >= 0 && l.enableElement(e2, [t2], false) : "hideElement" === i2 ? n2.indexOf(t2) >= 0 && l.hideElement(e2, [t2], false) : "showElement" === i2 && n2.indexOf(t2) >= 0 && l.showElement(e2, [t2], false);
237
255
  });
238
256
  }
239
257
  }
240
258
  export {
241
- O as controlObjectRenderState,
242
- m as convertToPageContext,
243
- C as getDefaultValue,
244
- v as getFormModelFields,
245
- E as getModelFields,
246
- M as getPermissionCodes,
247
- y as packageAdditionalMapWithLocationSearch,
248
- w as packageAdditionalMapWithPageRequest,
249
- h as packageAdditionalMapWithRoute,
250
- j as packageFormRules,
259
+ R as controlObjectRenderState,
260
+ y as convertToPageContext,
261
+ A as getDefaultValue,
262
+ M as getFormModelFields,
263
+ k as getModelFields,
264
+ I as getPermissionCodes,
265
+ P as packageAdditionalMapWithLocationSearch,
266
+ E as packageAdditionalMapWithPageRequest,
267
+ v as packageAdditionalMapWithRoute,
268
+ x as packageFormRules,
251
269
  f as queryPageDesignByCode,
252
- I as queryPageSuperGrids
270
+ m as queryPageDesignWhenPreview,
271
+ j as queryPageSuperGrids
253
272
  };
@@ -17,9 +17,9 @@ const C = { class: "page-runtime-header-btn" }, V = e({ __name: "button-runtime"
17
17
  });
18
18
  }), V2({ click: function() {
19
19
  j.value && j.value.$el.click();
20
- } }), (l2, i2) => {
21
- const t2 = n("el-link"), f2 = n("el-button");
22
- return u(), a("span", C, [z.value.text ? (u(), o(t2, { key: 0, ref_key: "componentRef", ref: j, disabled: P(), class: p(c(h)), style: s(c(_)), type: z.value.type, size: z.value.size, loading: R(), onClick: i2[0] || (i2[0] = (l3) => c(m)(l3, e2.pageContext, e2.configure, "click")) }, { default: r(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(y, { key: 0 }, [g(d(c(x)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true)], 64)) : v("", true), z.value.iconType && z.value.iconValue ? (u(), o(c(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : v("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(y, { key: 2 }, [z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true), g(" " + d(c(x)(z.value.title)), 1)], 64)) : v("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), o(f2, { key: 1, ref_key: "componentRef", ref: j, disabled: P(), class: p(c(h)), style: s(c(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: R(), onClick: i2[1] || (i2[1] = (l3) => c(m)(l3, e2.pageContext, e2.configure, "click")) }, { default: r(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(y, { key: 0 }, [g(d(c(x)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true)], 64)) : v("", true), z.value.iconType && z.value.iconValue ? (u(), o(c(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : v("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(y, { key: 2 }, [z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true), g(" " + d(c(x)(z.value.title)), 1)], 64)) : v("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
20
+ } }), (e3, l2) => {
21
+ const i2 = n("el-link"), t2 = n("el-button");
22
+ return u(), a("span", C, [z.value.text ? (u(), o(i2, { key: 0, ref_key: "componentRef", ref: j, disabled: P(), class: p(c(h)), style: s(c(_)), type: z.value.type, size: z.value.size, loading: R(), onClick: l2[0] || (l2[0] = (l3) => c(m)(l3, e3.pageContext, e3.configure, "click")) }, { default: r(() => [z.value.title && "right" == z.value.iconPosition && !z.value.isTextIcon ? (u(), a(y, { key: 0 }, [g(d(c(x)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true)], 64)) : v("", true), z.value.iconType && z.value.iconValue ? (u(), o(c(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : v("", true), z.value.title && "right" != z.value.iconPosition && !z.value.isTextIcon ? (u(), a(y, { key: 2 }, [z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true), g(" " + d(c(x)(z.value.title)), 1)], 64)) : v("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "loading"])) : (u(), o(t2, { key: 1, ref_key: "componentRef", ref: j, disabled: P(), class: p(c(h)), style: s(c(_)), type: z.value.type, size: z.value.size, round: z.value.round, plain: z.value.plain, loading: R(), onClick: l2[1] || (l2[1] = (l3) => c(m)(l3, e3.pageContext, e3.configure, "click")) }, { default: r(() => [z.value.title && "right" == z.value.iconPosition ? (u(), a(y, { key: 0 }, [g(d(c(x)(z.value.title)) + " ", 1), z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true)], 64)) : v("", true), z.value.iconType && z.value.iconValue ? (u(), o(c(k), { key: 1, iconType: z.value.iconType, iconValue: z.value.iconValue }, null, 8, ["iconType", "iconValue"])) : v("", true), z.value.title && "right" != z.value.iconPosition ? (u(), a(y, { key: 2 }, [z.value.iconValue ? (u(), a(y, { key: 0 }, [g("   ")], 64)) : v("", true), g(" " + d(c(x)(z.value.title)), 1)], 64)) : v("", true)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]))]);
23
23
  };
24
24
  } });
25
25
  export {
@@ -11,9 +11,9 @@ const C = e({ __name: "buttongroup-runtime", props: { pageContext: {}, configure
11
11
  u(() => {
12
12
  y(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
13
13
  });
14
- }), (t2, n2) => {
15
- const o2 = r("el-button-group");
16
- return p(), a(o2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e2.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e2.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
14
+ }), (e3, t2) => {
15
+ const n2 = r("el-button-group");
16
+ return p(), a(n2, { ref_key: "componentRef", ref: _, class: i(["amb-button-group-main", s(b)]), style: g(d.value) }, { default: l(() => [(p(true), c(f, null, m(e3.configure.items, (t3, n3) => (p(), a(x, { key: t3.uuid, pageContext: e3.pageContext, configure: t3 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["class", "style"]);
17
17
  };
18
18
  } });
19
19
  export {
@@ -31,9 +31,9 @@ const z = { key: 1 }, h = e({ __name: "dropdown-runtime", props: { pageContext:
31
31
  o(() => {
32
32
  k(null, h2.pageContext, h2.configure, { componentRef: V.value, entity: h2.pageContext.entity.data, pageData: h2.pageContext.entity.page });
33
33
  });
34
- }), (t2, l2) => {
35
- const n2 = u("el-button"), o2 = u("el-icon"), C2 = u("el-text"), k2 = u("el-dropdown-item"), _2 = u("el-dropdown-menu"), h3 = u("el-dropdown");
36
- return a(), i(h3, { ref_key: "componentRef", ref: V, class: p(s(A)), style: r(s(T)), placement: B.value.placement, "split-button": B.value.splitButton, disabled: "disabled" === B.value.state, type: B.value.buttonType, size: B.value.size, trigger: B.value.trigger, onVisibleChange: S }, { dropdown: c(() => [v(_2, null, { default: c(() => [(a(true), g(f, null, y(s(O), (t3, l3) => (a(), i(k2, { key: t3, onClick: (l4) => s(x)(l4, e2.pageContext, e2.configure, "click", { menuItem: t3 }) }, { default: c(() => [d(m(s(w)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: c(() => ["button" === B.value.triggerElement ? (a(), g(f, { key: 0 }, [B.value.splitButton ? (a(), g("span", z, m(B.value.title), 1)) : (a(), i(n2, { key: 0, size: B.value.size, type: B.value.buttonType }, { default: c(() => [d(m(s(w)(B.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), i(C2, { key: 1 }, { default: c(() => [d(m(s(w)(B.value.title)) + " ", 1), v(o2, null, { default: c(() => [v(s(b))]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
34
+ }), (e3, t2) => {
35
+ const l2 = u("el-button"), n2 = u("el-icon"), o2 = u("el-text"), C2 = u("el-dropdown-item"), k2 = u("el-dropdown-menu"), _2 = u("el-dropdown");
36
+ return a(), i(_2, { ref_key: "componentRef", ref: V, class: p(s(A)), style: r(s(T)), placement: B.value.placement, "split-button": B.value.splitButton, disabled: "disabled" === B.value.state, type: B.value.buttonType, size: B.value.size, trigger: B.value.trigger, onVisibleChange: S }, { dropdown: c(() => [v(k2, null, { default: c(() => [(a(true), g(f, null, y(s(O), (t3, l3) => (a(), i(C2, { key: t3, onClick: (l4) => s(x)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: c(() => [d(m(s(w)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: c(() => ["button" === B.value.triggerElement ? (a(), g(f, { key: 0 }, [B.value.splitButton ? (a(), g("span", z, m(B.value.title), 1)) : (a(), i(l2, { key: 0, size: B.value.size, type: B.value.buttonType }, { default: c(() => [d(m(s(w)(B.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), i(o2, { key: 1 }, { default: c(() => [d(m(s(w)(B.value.title)) + " ", 1), v(n2, null, { default: c(() => [v(s(b))]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
37
37
  };
38
38
  } });
39
39
  export {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as e, createBlock as t, openBlock as o } from "vue";
2
2
  import n from "../button/button-runtime.vue2.js";
3
- const r = e({ __name: "exportpdf-runtime", props: { pageContext: {}, configure: {} }, setup: (e2) => (r2, u) => (o(), t(n, { configure: e2.configure, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"])) });
3
+ const r = e({ __name: "exportpdf-runtime", props: { pageContext: {}, configure: {} }, setup: (e2) => (e3, r2) => (o(), t(n, { configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"])) });
4
4
  export {
5
5
  r as default
6
6
  };
@@ -11,9 +11,9 @@ const x = { key: 1 }, _ = e({ __name: "printlabel-runtime", props: { pageContext
11
11
  n(() => {
12
12
  j.value && y(null, _2.pageContext, _2.configure, { componentRef: R.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
13
13
  });
14
- }), (t2, l2) => {
15
- const n2 = u("el-button"), y2 = u("ArrowDown"), _3 = u("el-icon"), w2 = u("el-text"), T = u("el-dropdown-item"), h = u("el-dropdown-menu"), A = u("el-dropdown");
16
- return j.value ? (a(), o(A, { key: 1, ref_key: "componentRef", ref: R, class: p(r(D)), style: i(r(B)), placement: z.value.placement, "split-button": z.value.splitButton, disabled: "disabled" === z.value.state, type: z.value.buttonType, size: z.value.size, trigger: z.value.trigger }, { dropdown: s(() => [v(h, null, { default: s(() => [(a(true), g(c, null, d(z.value.template, (t3, l3) => (a(), o(T, { key: t3, onClick: (l4) => r(b)(l4, e2.pageContext, e2.configure, "click", { menuItem: t3 }) }, { default: s(() => [m(f(r(C)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: s(() => ["button" === z.value.triggerElement ? (a(), g(c, { key: 0 }, [z.value.splitButton ? (a(), g("span", x, f(r(C)(z.value.title)), 1)) : (a(), o(n2, { key: 0, size: z.value.size, type: z.value.buttonType, onClick: l2[0] || (l2[0] = (t3) => r(b)(t3, e2.pageContext, e2.configure, "menuClick")) }, { default: s(() => [m(f(r(C)(z.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), o(w2, { key: 1 }, { default: s(() => [m(f(r(C)(z.value.title)) + " ", 1), v(_3, null, { default: s(() => [v(y2)]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"])) : (a(), o(k, { key: 0, configure: e2.configure, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]));
14
+ }), (e3, t2) => {
15
+ const l2 = u("el-button"), n2 = u("ArrowDown"), y2 = u("el-icon"), _3 = u("el-text"), w2 = u("el-dropdown-item"), T = u("el-dropdown-menu"), h = u("el-dropdown");
16
+ return j.value ? (a(), o(h, { key: 1, ref_key: "componentRef", ref: R, class: p(r(D)), style: i(r(B)), placement: z.value.placement, "split-button": z.value.splitButton, disabled: "disabled" === z.value.state, type: z.value.buttonType, size: z.value.size, trigger: z.value.trigger }, { dropdown: s(() => [v(T, null, { default: s(() => [(a(true), g(c, null, d(z.value.template, (t3, l3) => (a(), o(w2, { key: t3, onClick: (l4) => r(b)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: s(() => [m(f(r(C)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: s(() => ["button" === z.value.triggerElement ? (a(), g(c, { key: 0 }, [z.value.splitButton ? (a(), g("span", x, f(r(C)(z.value.title)), 1)) : (a(), o(l2, { key: 0, size: z.value.size, type: z.value.buttonType, onClick: t2[0] || (t2[0] = (t3) => r(b)(t3, e3.pageContext, e3.configure, "menuClick")) }, { default: s(() => [m(f(r(C)(z.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), o(_3, { key: 1 }, { default: s(() => [m(f(r(C)(z.value.title)) + " ", 1), v(y2, null, { default: s(() => [v(n2)]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"])) : (a(), o(k, { key: 0, configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"]));
17
17
  };
18
18
  } });
19
19
  export {
@@ -46,7 +46,7 @@ const A = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
46
46
  ee(true);
47
47
  }), A2({ updateChartDatas: oe, exportChart: function() {
48
48
  return d(S.value, M);
49
- }, chartOption: Q }), (r2, o2) => (a(), n("div", { style: u(s(J)), class: i([s(K), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: N }, [l(c(y, { ref_key: "headerRef", ref: U, headerInfo: s(M), configure: e2.configure, pageContext: e2.pageContext, onDrillEnd: Y, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, s(M).showHeader || e2.pageContext.showHomepageSearch]]), c(s(E), { ref_key: "chartRef", ref: S, class: "amb-chart-content", theme: s(X), option: s(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
49
+ }, chartOption: Q }), (e3, r2) => (a(), n("div", { style: u(s(J)), class: i([s(K), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: N }, [l(c(y, { ref_key: "headerRef", ref: U, headerInfo: s(M), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Y, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, s(M).showHeader || e3.pageContext.showHomepageSearch]]), c(s(E), { ref_key: "chartRef", ref: S, class: "amb-chart-content", theme: s(X), option: s(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
50
50
  } });
51
51
  export {
52
52
  A as default
@@ -16,50 +16,50 @@ import "agilebuilder-ui/src/utils/auth";
16
16
  import "axios";
17
17
  import "../../../../utils/events/print-label.js";
18
18
  import "dayjs";
19
- const S = { 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: () => {
20
- } } }, setup(e2, { expose: x2 }) {
21
- const N = e2, _ = t(false), j = t({}), J = t(0);
19
+ const S = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, _ = { class: "dialog-footer" }, O = e({ __name: "common-homepage-search", props: { configure: { type: Object, required: true }, pageContext: { type: Object, default: () => {
20
+ } } }, setup(e2, { expose: O2 }) {
21
+ const x = e2, N = t(false), j = t({}), J = t(0);
22
22
  let I;
23
23
  i(() => {
24
24
  I = setTimeout(() => {
25
- j.value = JSON.parse(JSON.stringify(N.pageContext.entity));
25
+ j.value = JSON.parse(JSON.stringify(x.pageContext.entity));
26
26
  }, 200);
27
27
  }), o(() => {
28
28
  I && clearTimeout(I);
29
29
  });
30
30
  const k = t([]), w = () => {
31
- _.value = false;
31
+ N.value = false;
32
32
  }, T = () => {
33
33
  const e3 = h.service({ lock: true, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
34
- v(N.pageContext, N.pageContext.initChartServiceConfigs, null, false).then(() => {
35
- _.value = false;
34
+ v(x.pageContext, x.pageContext.initChartServiceConfigs, null, false).then(() => {
35
+ N.value = false;
36
36
  }).finally(() => {
37
- _.value = false, e3.close();
37
+ N.value = false, e3.close();
38
38
  });
39
39
  };
40
40
  function H() {
41
- N.pageContext.entity = JSON.parse(JSON.stringify(j.value)), J.value++;
41
+ x.pageContext.entity = JSON.parse(JSON.stringify(j.value)), J.value++;
42
42
  }
43
43
  function A() {
44
44
  const e3 = {};
45
- N.pageContext.variables.forEach((t3) => {
45
+ x.pageContext.variables.forEach((t3) => {
46
46
  const i3 = "${page." + t3.name + "}";
47
- e3[i3] = y(N.pageContext.entity, i3, null);
47
+ e3[i3] = y(x.pageContext.entity, i3, null);
48
48
  });
49
49
  let t2 = window.localStorage.getItem("HOME_MY_CHARTS_CONDITIONS"), i2 = {};
50
- t2 && (i2 = JSON.parse(t2)), i2[N.configure.homeChartSettingUserId] = e3;
50
+ t2 && (i2 = JSON.parse(t2)), i2[x.configure.homeChartSettingUserId] = e3;
51
51
  const o2 = JSON.stringify(e3);
52
- window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(i2)), j.value = JSON.parse(JSON.stringify(N.pageContext.entity)), b.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: N.configure.homeChartSettingUserId, searchConditionsJson: o2 }).then((e4) => {
52
+ window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(i2)), j.value = JSON.parse(JSON.stringify(x.pageContext.entity)), b.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: x.configure.homeChartSettingUserId, searchConditionsJson: o2 }).then((e4) => {
53
53
  C.success("保存成功"), T();
54
54
  });
55
55
  }
56
- return x2({ openSearch: () => {
57
- _.value = true, k.value = N.configure.pushHomepage.searchConditions;
56
+ return O2({ openSearch: () => {
57
+ N.value = true, k.value = x.configure.pushHomepage.searchConditions;
58
58
  } }), (t2, i2) => {
59
59
  const o2 = l("el-empty"), v2 = l("el-form"), y2 = l("el-button"), h2 = l("el-dialog");
60
- return r(), a(h2, { modelValue: _.value, "onUpdate:modelValue": i2[0] || (i2[0] = (e3) => _.value = e3), title: "筛选", close: w, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: n(() => [u("div", S, [k.value && 0 !== k.value.length ? c("", true) : (r(), a(o2, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (r(), a(v2, { key: J.value }, { default: n(() => [(r(true), g(m, null, d(k.value, (t3) => (r(), a(f, { key: t3.uuid, configure: t3, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: n(() => [u("div", O, [s(y2, { type: "primary", onClick: T }, { default: n(() => [...i2[1] || (i2[1] = [p(" 确定 ", -1)])]), _: 1 }), s(y2, { type: "default", onClick: H }, { default: n(() => [...i2[2] || (i2[2] = [p("重置", -1)])]), _: 1 }), s(y2, { type: "primary", onClick: A }, { default: n(() => [...i2[3] || (i2[3] = [p(" 保存为默认条件 ", -1)])]), _: 1 })])]), _: 1 }, 8, ["modelValue"]);
60
+ return r(), a(h2, { modelValue: N.value, "onUpdate:modelValue": i2[0] || (i2[0] = (e3) => N.value = e3), title: "筛选", close: w, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: n(() => [u("div", S, [k.value && 0 !== k.value.length ? c("", true) : (r(), a(o2, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (r(), a(v2, { key: J.value }, { default: n(() => [(r(true), g(m, null, d(k.value, (t3) => (r(), a(f, { key: t3.uuid, configure: t3, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: n(() => [u("div", _, [s(y2, { type: "primary", onClick: T }, { default: n(() => i2[1] || (i2[1] = [p(" 确定 ", -1)])), _: 1, __: [1] }), s(y2, { type: "default", onClick: H }, { default: n(() => i2[2] || (i2[2] = [p("重置", -1)])), _: 1, __: [2] }), s(y2, { type: "primary", onClick: A }, { default: n(() => i2[3] || (i2[3] = [p(" 保存为默认条件 ", -1)])), _: 1, __: [3] })])]), _: 1 }, 8, ["modelValue"]);
61
61
  };
62
62
  } });
63
63
  export {
64
- x as default
64
+ O as default
65
65
  };
@@ -28,7 +28,7 @@ const k = e({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }
28
28
  }
29
29
  return x(A.pageContext, K, J), k2({ updateChartDatas: L, exportChart: function() {
30
30
  return l(O.value, T);
31
- } }), (r2, t2) => (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(p(v, { ref_key: "headerRef", ref: z, headerInfo: i(T), configure: e2.configure, pageContext: e2.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, i(T).showHeader || e2.pageContext.showHomepageSearch]]), p(i(I), { ref_key: "chartRef", ref: O, class: "amb-chart-content", theme: i(E), option: i(q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
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(p(v, { ref_key: "headerRef", ref: z, headerInfo: i(T), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, i(T).showHeader || e3.pageContext.showHomepageSearch]]), p(i(I), { ref_key: "chartRef", ref: O, class: "amb-chart-content", theme: i(E), option: i(q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
34
  k as default
@@ -39,7 +39,7 @@ const A = e({ __name: "pie-runtime", props: { pageContext: {}, configure: {} },
39
39
  Y(true);
40
40
  }), A2({ updateChartDatas: $, exportChart: function() {
41
41
  return d(S.value, K);
42
- } }), (r2, o2) => (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: e2.configure, pageContext: e2.pageContext, onDrillEnd: Q, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, l(K).showHeader || e2.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));
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));
43
43
  } });
44
44
  export {
45
45
  A as default
@@ -28,7 +28,7 @@ const A = e({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }
28
28
  }
29
29
  return x(H.pageContext, L, K), A2({ updateChartDatas: M, exportChart: function() {
30
30
  return l(z.value, q);
31
- } }), (r2, t2) => (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(p(v, { ref_key: "headerRef", ref: D, headerInfo: i(q), configure: e2.configure, pageContext: e2.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, i(q).showHeader || e2.pageContext.showHomepageSearch]]), p(i(k), { ref_key: "chartRef", ref: z, class: "amb-chart-content", theme: i(G), option: i(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
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(p(v, { ref_key: "headerRef", ref: D, headerInfo: i(q), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, i(q).showHeader || e3.pageContext.showHomepageSearch]]), p(i(k), { ref_key: "chartRef", ref: z, class: "amb-chart-content", theme: i(G), option: i(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
34
  A as default
@@ -28,7 +28,7 @@ const H = e({ __name: "scatter-runtime", props: { pageContext: {}, configure: {}
28
28
  }
29
29
  return x(O.pageContext, M, L), H2({ updateChartDatas: N, exportChart: function() {
30
30
  return l(D.value, B);
31
- } }), (r2, t2) => (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(p(v, { ref_key: "headerRef", ref: F, headerInfo: u(B), configure: e2.configure, pageContext: e2.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, u(B).showHeader || e2.pageContext.showHomepageSearch]]), p(u(A), { ref_key: "chartRef", ref: D, class: "amb-chart-content", theme: u(J), option: u(E), autoresize: "" }, null, 8, ["theme", "option"])], 6));
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(p(v, { ref_key: "headerRef", ref: F, headerInfo: u(B), configure: e3.configure, pageContext: e3.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[m, u(B).showHeader || e3.pageContext.showHomepageSearch]]), p(u(A), { ref_key: "chartRef", ref: D, class: "amb-chart-content", theme: u(J), option: u(E), autoresize: "" }, null, 8, ["theme", "option"])], 6));
32
32
  } });
33
33
  export {
34
34
  H as default
@@ -28,7 +28,7 @@ const c = "${", d = "}", g = e({ __name: "export-form-report-dialog", props: { c
28
28
  }), b.value && 0 !== b.value.length || (m({ message: "无符合条件可导出的模板!", type: "warning" }), x("close")), 1 === (b == null ? void 0 : b.value.length) ? (N(b.value[0]), x("close")) : v.value = true;
29
29
  }), (e3, t2) => {
30
30
  const a2 = l("el-table-column"), s2 = l("el-button"), m2 = l("el-table"), c2 = l("el-dialog");
31
- return u(), o(c2, { modelValue: v.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => v.value = e4), "show-close": true, "append-to-body": true, title: e3.$t("superPageRuntimeMessage.selectTemplate"), onClose: O }, { default: n(() => [i(m2, { data: b.value, style: { width: "100%" } }, { default: n(() => [i(a2, { label: e3.$t("superPageRuntimeMessage.temlpate"), prop: "templateShowPath" }, { default: n((e4) => [p(r(e4.row.templateName), 1)]), _: 1 }, 8, ["label"]), i(a2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "200", fixed: "right" }, { default: n((t3) => [i(s2, { type: "text", size: "small", onClick: (e4) => N(t3.row), loading: void 0 !== f.pageContext.canClick && void 0 !== f.pageContext.clickUuid && !f.pageContext.canClick && f.pageContext.clickUuid === f.configure.uuid }, { default: n(() => [p(r(e3.$t("superPageRuntimeMessage.export")), 1)]), _: 1 }, 8, ["onClick", "loading"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"]);
31
+ return u(), o(c2, { modelValue: v.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => v.value = e4), "show-close": true, "append-to-body": true, title: e3.$t("superPageRuntimeMessage.selectTemplate"), onClose: O }, { default: n(() => [i(m2, { data: b.value, style: { width: "100%" } }, { default: n(() => [i(a2, { label: e3.$t("superPageRuntimeMessage.temlpate"), prop: "templateShowPath" }, { default: n((e4) => [p(r(e4.row.templateName), 1)]), _: 1 }, 8, ["label"]), i(a2, { label: e3.$t("superPageRuntimeMessage.operating"), width: "200", fixed: "right" }, { default: n((t3) => [i(s2, { type: "text", size: "small", onClick: (e4) => N(t3.row), loading: void 0 !== f.pageContext.canClick && void 0 !== f.pageContext.clickUuid && !f.pageContext.canClick && f.pageContext.clickUuid === f.configure.uuid }, { default: n(() => [p(r(e3.$t("superPageRuntimeMessage.export")), 1)]), _: 2 }, 1032, ["onClick", "loading"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["modelValue", "title"]);
32
32
  };
33
33
  } });
34
34
  export {
@@ -27,7 +27,7 @@ const f = { class: "dialog-footer" }, v = e({ __name: "save-chart-condition-dial
27
27
  p({ showClose: true, type: "success", message: C("superPageRuntimeMessage.successfulDelete") }), $();
28
28
  });
29
29
  var l3;
30
- } }, { default: u(() => [s(y2)]), _: 1 }, 8, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
30
+ } }, { default: u(() => [s(y2)]), _: 2 }, 1032, ["onClick"])]), _: 1 }, 8, ["label"])]), _: 1 }, 8, ["data"])]), _: 1 }, 8, ["title"])]);
31
31
  };
32
32
  } });
33
33
  export {
@@ -19,9 +19,9 @@ const V = e({ __name: "card-runtime", props: { pageContext: {}, configure: {} },
19
19
  });
20
20
  }), V2({ test: function() {
21
21
  _.configure.props.title = "teee";
22
- } }), (o2, t2) => {
23
- const i2 = 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(e2.configure.items, (o3, t3) => (s(), l(S, { key: o3.uuid, pageContext: e2.pageContext, configure: o3 }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [e2.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)) }, [e2.configure.props.iconType && e2.configure.props.iconValue ? (s(), l(u(h), { key: 0, iconType: e2.configure.props.iconType, iconValue: e2.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : v("", true), x(" " + C(u(j)(e2.configure.props.base.title)), 1)], 4), R.value ? (s(), l(i2, { 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"]);
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"]);
25
25
  };
26
26
  } });
27
27
  export {
@@ -11,9 +11,9 @@ const _ = e({ __name: "collapse-runtime", props: { pageContext: {}, configure: {
11
11
  o(() => {
12
12
  j(null, _2.pageContext, _2.configure, { componentRef: b.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
13
13
  });
14
- }), (t2, n2) => {
15
- const o2 = l("SuperIcon"), j2 = l("el-collapse-item"), _3 = l("el-collapse");
16
- return u(), i(_3, { ref_key: "thisRef", ref: b, modelValue: a(h), "onUpdate:modelValue": n2[0] || (n2[0] = (e3) => s(h) ? h.value = e3 : null), style: p(a(O)), accordion: a(T), class: r(a(R)) }, { default: c(() => [(u(true), f(g, null, m(e2.configure.items, (t3, n3) => (u(), i(j2, { name: t3.index }, { title: c(() => [d("div", { style: p([a(S), { width: "100%" }]) }, [t3.iconType && t3.iconValue ? (u(), i(o2, { 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), f(g, null, m(t3.items, (t4, n4) => (u(), i(C, { key: t4.uuid, configure: t4, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
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), f(g, null, m(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), f(g, null, m(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"]);
17
17
  };
18
18
  } });
19
19
  export {