super-page-runtime 2.3.21 → 2.3.22-tmp1

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 (520) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.mjs +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.js → anchor-util.mjs} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.mjs +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.js → page-expose-util.mjs} +26 -27
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.js → chart-columnline-util.mjs} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.js → chart-gauge-util.mjs} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.js → chart-pie-util.mjs} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.js → chart-radar-util.mjs} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.js → chart-scatter-util.mjs} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.js → chart-util.mjs} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.js → common-util.mjs} +13 -14
  13. package/dist/es/components/runtime/utils/events/{event-util.js → event-util.mjs} +94 -95
  14. package/dist/es/components/runtime/utils/events/{print-label.js → print-label.mjs} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.mjs +1166 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.js → validator-util.mjs} +35 -37
  17. package/dist/es/components/runtime/utils/form/scan-util.mjs +93 -0
  18. package/dist/es/components/runtime/utils/i18n-util.mjs +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.mjs +386 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.js → page-init-util.mjs} +102 -104
  21. package/dist/es/components/runtime/utils/{page-store.js → page-store.mjs} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.js → store-util.mjs} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.js → table-utils.mjs} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.mjs +68 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.js → button-runtime.vue2.mjs} +5 -5
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.js → buttongroup-runtime.vue.mjs} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.js → buttongroup-runtime.vue2.mjs} +5 -5
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.js → dropdown-runtime.vue2.mjs} +7 -7
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +6 -0
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +21 -0
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.js → column-line-runtime.vue2.mjs} +6 -6
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.js → common-chart-header.vue.mjs} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +59 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.js → gauge-runtime.vue.mjs} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.js → gauge-runtime.vue2.mjs} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.js → pie-runtime.vue.mjs} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.js → pie-runtime.vue2.mjs} +8 -8
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.js → radar-runtime.vue.mjs} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.js → radar-runtime.vue2.mjs} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.js → scatter-runtime.vue.mjs} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.js → scatter-runtime.vue2.mjs} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.js → chart-table-util.mjs} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.js → group-column-item.vue.mjs} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.js → group-column.vue.mjs} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.js → normal-column.vue.mjs} +13 -17
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +8 -8
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.js → event-call-component.vue.mjs} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.js → export-form-report-dialog.vue.mjs} +2 -2
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.js → file-task-notice.vue.mjs} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +27 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.js → remove-signer-dialog.vue.mjs} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.js → remove-transactor-dialog.vue.mjs} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.js → save-chart-condition-dialog.vue.mjs} +2 -2
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.js → card-runtime.vue.mjs} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.js → card-runtime.vue2.mjs} +6 -6
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.js → collapse-runtime.vue2.mjs} +8 -8
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.js → container-runtime.vue2.mjs} +6 -6
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.js → FixedBox.vue.mjs} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.js → YxAffix.vue.mjs} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.js → flex-runtime.vue2.mjs} +7 -7
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.js → form-runtime.vue2.mjs} +7 -7
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.js → tabs-runtime.vue.mjs} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.js → tabs-runtime.vue2.mjs} +7 -7
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.js → tools-runtime.vue.mjs} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.js → tools-runtime.vue2.mjs} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.js → barcode-runtime.vue2.mjs} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.js → main-table-runtime.vue.mjs} +10 -10
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.js → sub-table-runtime.vue.mjs} +8 -8
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.js → table-runtime.vue2.mjs} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.js → tree-runtime.vue2.mjs} +31 -31
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.js → checkbox-runtime.vue2.mjs} +9 -9
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.js → title-suffix-element.vue.mjs} +4 -4
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.js → custom-runtime.vue2.mjs} +14 -14
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.js → datepicker-runtime.vue2.mjs} +10 -10
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/{depttree-runtime.vue2.js → depttree-runtime.vue2.mjs} +10 -10
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.js → divider-runtime.vue2.mjs} +5 -5
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.js → fileupload-runtime.vue2.mjs} +20 -22
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.js → input-number-runtime.vue2.mjs} +9 -9
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.js → inputtext-runtime.vue2.mjs} +33 -34
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.js → label-runtime.vue.mjs} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.js → label-runtime.vue2.mjs} +8 -8
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.js → link-runtime.vue2.mjs} +8 -8
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.js → placeholder-runtime.vue.mjs} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.js → placeholder-runtime.vue2.mjs} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.js → radio-runtime.vue2.mjs} +8 -8
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.js → richtext-runtime.vue2.mjs} +7 -7
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.js → select-runtime.vue2.mjs} +10 -10
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.js → separatelabel-runtime.vue2.mjs} +3 -3
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.js → switch-runtime.vue2.mjs} +9 -9
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.js → tag-runtime.vue2.mjs} +15 -15
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.js → textarea-runtime.vue2.mjs} +9 -9
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.js → home-chart-render.vue.mjs} +11 -11
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.js → object-render.vue.mjs} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +4 -0
  148. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +6 -0
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.js → workflow-opinion-box.vue.mjs} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.js → workflow-opinion-box.vue2.mjs} +7 -7
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.js → extract-workflow-runtime-dialog.vue.mjs} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.js → extract-workflow-runtime-dialog.vue2.mjs} +2 -2
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.js → extract-workflow-runtime.vue.mjs} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.js → extract-workflow-runtime.vue2.mjs} +6 -6
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.js → pictureflow-runtime.vue2.mjs} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.js → textflow-runtime.vue2.mjs} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.js → workflowbutton-runtime.vue.mjs} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.js → workflowbutton-runtime.vue2.mjs} +4 -4
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.js → home-chart.vue.mjs} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.mjs +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.js → super-page-dialog.vue.mjs} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.mjs +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.js → super-page.vue2.mjs} +90 -94
  170. package/dist/es/{index.js → index.mjs} +12 -12
  171. package/dist/es/style.css +136 -136
  172. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +6 -0
  173. package/dist/lib/assets/chart-themes/bar-theme.cjs +2 -0
  174. package/dist/lib/assets/chart-themes/bar-theme.d.ts +6 -0
  175. package/dist/lib/assets/chart-themes/gauge-theme.cjs +2 -0
  176. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +6 -0
  177. package/dist/lib/assets/chart-themes/pie-theme.cjs +2 -0
  178. package/dist/lib/assets/chart-themes/pie-theme.d.ts +6 -0
  179. package/dist/lib/assets/chart-themes/radar-theme.cjs +2 -0
  180. package/dist/lib/assets/chart-themes/radar-theme.d.ts +6 -0
  181. package/dist/lib/assets/chart-themes/scatter-theme.cjs +2 -0
  182. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +6 -0
  183. package/dist/lib/assets/file.png.cjs +2 -0
  184. package/dist/lib/assets/folder.png.cjs +2 -0
  185. package/dist/lib/components/runtime/index.d.ts +5 -0
  186. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +13 -0
  187. package/dist/lib/components/runtime/utils/anchor-util.cjs +62 -0
  188. package/dist/lib/components/runtime/utils/anchor-util.d.ts +13 -0
  189. package/dist/lib/components/runtime/utils/api/api-util.cjs +3 -0
  190. package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
  191. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +169 -0
  192. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
  193. package/dist/lib/components/runtime/utils/assemblys-config.cjs +16 -0
  194. package/dist/lib/components/runtime/utils/barcode-util.cjs +10 -0
  195. package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
  196. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +137 -0
  197. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +34 -0
  198. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +78 -0
  199. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +52 -0
  200. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +43 -0
  201. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +244 -0
  202. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +115 -0
  203. package/dist/lib/components/runtime/utils/common-util.cjs +91 -0
  204. package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
  205. package/dist/lib/components/runtime/utils/eventBus.cjs +3 -0
  206. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  207. package/dist/lib/components/runtime/utils/events/event-util.cjs +345 -0
  208. package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
  209. package/dist/lib/components/runtime/utils/events/print-label.cjs +97 -0
  210. package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
  211. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1101 -0
  212. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +99 -0
  213. package/dist/lib/components/runtime/utils/events/validator-util.cjs +296 -0
  214. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
  215. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +34 -0
  216. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
  217. package/dist/{es/components/runtime/utils/form/scan-util.js → lib/components/runtime/utils/form/scan-util.cjs} +6 -9
  218. package/dist/lib/components/runtime/utils/global-refs.cjs +42 -0
  219. package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
  220. package/dist/lib/components/runtime/utils/i18n-util.cjs +11 -0
  221. package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
  222. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +4 -0
  223. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
  224. package/dist/lib/components/runtime/utils/page-helper-util.cjs +354 -0
  225. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
  226. package/dist/lib/components/runtime/utils/page-init-util.cjs +244 -0
  227. package/dist/lib/components/runtime/utils/page-init-util.d.ts +49 -0
  228. package/dist/lib/components/runtime/utils/page-permission-util.cjs +26 -0
  229. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
  230. package/dist/lib/components/runtime/utils/page-store.cjs +50 -0
  231. package/dist/lib/components/runtime/utils/page-store.d.ts +58 -0
  232. package/dist/lib/components/runtime/utils/store-util.cjs +11 -0
  233. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  234. package/dist/lib/components/runtime/utils/store.cjs +3 -0
  235. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  236. package/dist/lib/components/runtime/utils/table-utils.cjs +68 -0
  237. package/dist/lib/components/runtime/utils/table-utils.d.ts +36 -0
  238. package/dist/lib/components/runtime/utils/tree-utils.cjs +54 -0
  239. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +3 -0
  240. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +24 -0
  241. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +5 -0
  242. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +17 -0
  243. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +3 -0
  244. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +35 -0
  245. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +3 -0
  246. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +3 -0
  247. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +3 -0
  248. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +17 -0
  249. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +5 -0
  250. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +41 -0
  251. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +11 -0
  252. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +3 -0
  253. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +11 -0
  254. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +3 -0
  255. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +53 -0
  256. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +3 -0
  257. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +5 -0
  258. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +48 -0
  259. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +5 -0
  260. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +24 -0
  261. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +5 -0
  262. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +34 -0
  263. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +5 -0
  264. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +24 -0
  265. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +5 -0
  266. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +24 -0
  267. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +402 -0
  268. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
  269. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +3 -0
  270. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +3 -0
  271. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +6 -0
  272. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +3 -0
  273. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +36 -0
  274. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +3 -0
  275. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +13 -0
  276. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +3 -0
  277. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +3 -0
  278. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +249 -0
  279. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +16 -0
  280. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +5 -0
  281. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +3 -0
  282. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +32 -0
  283. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
  284. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +3 -0
  285. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +32 -0
  286. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +27 -0
  287. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +3 -0
  288. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +19 -0
  289. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +59 -0
  290. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +3 -0
  291. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +12 -0
  292. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  293. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +3 -0
  294. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +21 -0
  295. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
  296. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +3 -0
  297. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +13 -0
  298. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
  299. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +3 -0
  300. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +30 -0
  301. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
  302. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +3 -0
  303. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +15 -0
  304. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  305. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +3 -0
  306. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +5 -0
  307. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +21 -0
  308. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +3 -0
  309. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +17 -0
  310. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +3 -0
  311. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +15 -0
  312. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +5 -0
  313. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +27 -0
  314. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +5 -0
  315. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
  316. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +79 -0
  317. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +3 -0
  318. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +20 -0
  319. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +3 -0
  320. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +15 -0
  321. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +3 -0
  322. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +12 -0
  323. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +5 -0
  324. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +88 -0
  325. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +5 -0
  326. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +43 -0
  327. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +3 -0
  328. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +59 -0
  329. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +382 -0
  330. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +3 -0
  331. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +322 -0
  332. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +3 -0
  333. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +3 -0
  334. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +81 -0
  335. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +5 -0
  336. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +124 -0
  337. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +3 -0
  338. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  339. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +3 -0
  340. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +3 -0
  341. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +57 -0
  342. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +35 -0
  343. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +3 -0
  344. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +3 -0
  345. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +57 -0
  346. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +3 -0
  347. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +91 -0
  348. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +3 -0
  349. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +47 -0
  350. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +3 -0
  351. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +20 -0
  352. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +3 -0
  353. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +65 -0
  354. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +3 -0
  355. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +20 -0
  356. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +3 -0
  357. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +70 -0
  358. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +5 -0
  359. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +31 -0
  360. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +3 -0
  361. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +26 -0
  362. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +5 -0
  363. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +13 -0
  364. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +3 -0
  365. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +75 -0
  366. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +5 -0
  367. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +188 -0
  368. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +3 -0
  369. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +130 -0
  370. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +3 -0
  371. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +11 -0
  372. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +3 -0
  373. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +29 -0
  374. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +3 -0
  375. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +38 -0
  376. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +3 -0
  377. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +20 -0
  378. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +73 -0
  379. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
  380. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +3 -0
  381. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +132 -0
  382. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  383. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +3 -0
  384. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +3 -0
  385. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +14 -0
  386. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +3 -0
  387. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +5 -0
  388. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +14 -0
  389. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +23 -0
  390. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +5 -0
  391. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +23 -0
  392. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +5 -0
  393. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +34 -0
  394. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +3 -0
  395. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +17 -0
  396. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +3 -0
  397. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +20 -0
  398. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +5 -0
  399. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +19 -0
  400. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +3 -0
  401. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +14 -0
  402. package/dist/lib/components/runtime/views/home-chart.vue.cjs +38 -0
  403. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
  404. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +3 -0
  405. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +23 -0
  406. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
  407. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +3 -0
  408. package/dist/lib/components/runtime/views/super-page.vue.cjs +5 -0
  409. package/dist/lib/components/runtime/views/super-page.vue.d.ts +135 -0
  410. package/dist/lib/components/runtime/views/super-page.vue2.cjs +264 -0
  411. package/dist/lib/favicon.ico +0 -0
  412. package/dist/lib/i18n/langs/cn.cjs +2 -0
  413. package/dist/lib/i18n/langs/en.cjs +2 -0
  414. package/dist/lib/index.cjs +6 -0
  415. package/dist/lib/index.d.ts +16 -0
  416. package/dist/lib/style.css +996 -0
  417. package/dist/umd/favicon.ico +0 -0
  418. package/dist/umd/index.full.min.js +7429 -0
  419. package/dist/umd/style.css +996 -0
  420. package/package.json +5 -4
  421. package/dist/es/components/runtime/utils/ai-chat-util.js +0 -16
  422. package/dist/es/components/runtime/utils/api/api-util.js +0 -4
  423. package/dist/es/components/runtime/utils/assemblys-config.js +0 -20
  424. package/dist/es/components/runtime/utils/events/standard-event.js +0 -1169
  425. package/dist/es/components/runtime/utils/i18n-util.js +0 -14
  426. package/dist/es/components/runtime/utils/page-helper-util.js +0 -387
  427. package/dist/es/components/runtime/utils/tree-utils.js +0 -73
  428. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -4
  429. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -4
  430. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +0 -4
  431. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +0 -6
  432. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +0 -4
  433. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +0 -21
  434. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -7
  435. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +0 -4
  436. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
  437. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
  438. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +0 -7
  439. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +0 -64
  440. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +0 -4
  441. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +0 -4
  442. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +0 -4
  443. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +0 -4
  444. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +0 -4
  445. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +0 -4
  446. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -4
  447. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +0 -4
  448. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +0 -32
  449. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +0 -4
  450. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -4
  451. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +0 -4
  452. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +0 -4
  453. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +0 -4
  454. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -4
  455. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -4
  456. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -4
  457. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -4
  458. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -4
  459. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -4
  460. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -14
  461. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +0 -4
  462. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -4
  463. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -4
  464. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -4
  465. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +0 -7
  466. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +0 -4
  467. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -4
  468. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +0 -4
  469. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +0 -4
  470. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -4
  471. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -4
  472. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -4
  473. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -4
  474. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -4
  475. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -4
  476. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -4
  477. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -4
  478. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -8
  479. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -4
  480. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +0 -4
  481. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -4
  482. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -4
  483. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -4
  484. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +0 -4
  485. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +0 -4
  486. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +0 -6
  487. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +0 -4
  488. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +0 -4
  489. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +0 -4
  490. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +0 -4
  491. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +0 -18
  492. package/dist/es/components/runtime/views/home-chart.vue2.js +0 -4
  493. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +0 -5
  494. package/dist/es/components/runtime/views/super-page.vue.js +0 -7
  495. package/dist/es.zip +0 -0
  496. /package/dist/es/_virtual/{_plugin-vue_export-helper.js → _plugin-vue_export-helper.mjs} +0 -0
  497. /package/dist/es/assets/chart-themes/{bar-theme.js → bar-theme.mjs} +0 -0
  498. /package/dist/es/assets/chart-themes/{gauge-theme.js → gauge-theme.mjs} +0 -0
  499. /package/dist/es/assets/chart-themes/{pie-theme.js → pie-theme.mjs} +0 -0
  500. /package/dist/es/assets/chart-themes/{radar-theme.js → radar-theme.mjs} +0 -0
  501. /package/dist/es/assets/chart-themes/{scatter-theme.js → scatter-theme.mjs} +0 -0
  502. /package/dist/es/assets/{file.png.js → file.png.mjs} +0 -0
  503. /package/dist/es/assets/{folder.png.js → folder.png.mjs} +0 -0
  504. /package/dist/es/components/runtime/utils/{barcode-util.js → barcode-util.mjs} +0 -0
  505. /package/dist/es/components/runtime/utils/{eventBus.js → eventBus.mjs} +0 -0
  506. /package/dist/es/components/runtime/utils/form/{date-shortcuts.js → date-shortcuts.mjs} +0 -0
  507. /package/dist/es/components/runtime/utils/{global-refs.js → global-refs.mjs} +0 -0
  508. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.js → page-design-types.mjs} +0 -0
  509. /package/dist/es/components/runtime/utils/{page-permission-util.js → page-permission-util.mjs} +0 -0
  510. /package/dist/es/components/runtime/utils/{store.js → store.mjs} +0 -0
  511. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.js → common-chart-header-breadcrumb.vue.mjs} +0 -0
  512. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.js → common-chart-header-group.vue.mjs} +0 -0
  513. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.js → table-pageination.vue.mjs} +0 -0
  514. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.js → remove-signer-table.vue.mjs} +0 -0
  515. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.js → task-informition-dialog.vue.mjs} +0 -0
  516. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.js → FixedBox.vue2.mjs} +0 -0
  517. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.js → YxAffix.vue2.mjs} +0 -0
  518. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.js → error-render.vue.mjs} +0 -0
  519. /package/dist/es/i18n/langs/{cn.js → cn.mjs} +0 -0
  520. /package/dist/es/i18n/langs/{en.js → en.mjs} +0 -0
@@ -0,0 +1,996 @@
1
+ @charset "UTF-8";.amb-super-page-runtime-dialog-view .el-dialog__body iframe,
2
+ .amb-super-page-runtime-dialog-view .el-dialog__body .amb-super-page-runtime-dialog-iframe {
3
+ width: calc(100% + var(--el-dialog-padding-primary, 16px) * 2);
4
+ height: calc(100vh - 40px - var(--el-dialog-padding-primary, 16px) * 1);
5
+ margin: 0;
6
+ padding: 0;
7
+ border: 0;
8
+ display: block;
9
+ margin-left: calc(var(--el-dialog-padding-primary, 16px) * -1);
10
+ margin-bottom: calc(var(--el-dialog-padding-primary, 16px) * -1);
11
+ margin-right: calc(var(--el-dialog-padding-primary, 16px) * -1);
12
+ }
13
+ .amb-super-page-runtime-dialog-view .el-dialog__body .runtime-page-container {
14
+ height: auto;
15
+ max-height: calc(100vh - 40px - var(--el-dialog-padding-primary, 16px) * 2);
16
+ }
17
+ .amb-super-page-runtime-dialog-view:not(.is-fullscreen):not(.is-align-center) {
18
+ margin-top: 15px;
19
+ margin-bottom: 15px;
20
+ }
21
+ .amb-super-page-runtime-dialog-view:not(.is-fullscreen) .el-dialog__body iframe,
22
+ .amb-super-page-runtime-dialog-view:not(.is-fullscreen) .el-dialog__body .amb-super-page-runtime-dialog-iframe {
23
+ width: calc(100% + var(--el-dialog-padding-primary, 16px) * 2);
24
+ height: calc(100vh - 40px - 30px - var(--el-dialog-padding-primary, 16px) * 1);
25
+ margin: 0;
26
+ padding: 0;
27
+ border: 0;
28
+ display: block;
29
+ margin-left: calc(var(--el-dialog-padding-primary, 16px) * -1);
30
+ margin-bottom: calc(var(--el-dialog-padding-primary, 16px) * -1);
31
+ margin-right: calc(var(--el-dialog-padding-primary, 16px) * -1);
32
+ }
33
+ .amb-super-page-runtime-dialog-view:not(.is-fullscreen) .el-dialog__body .runtime-page-container {
34
+ max-height: calc(100vh - 40px - 30px - var(--el-dialog-padding-primary, 16px) * 2);
35
+ }
36
+ .amb-super-page-runtime-drawer-view > .el-drawer__header {
37
+ padding-top: 0;
38
+ padding-bottom: 0;
39
+ min-height: 40px;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 15px;
43
+ }
44
+ .amb-super-page-runtime-drawer-view .el-drawer__body iframe,
45
+ .amb-super-page-runtime-drawer-view .el-drawer__body .amb-super-page-runtime-drawer-iframe {
46
+ width: calc(100% + var(--el-drawer-padding-primary, 16px) * 2);
47
+ height: calc(100vh - 40px - var(--el-drawer-padding-primary, 16px) * 1);
48
+ margin: 0;
49
+ padding: 0;
50
+ border: 0;
51
+ display: block;
52
+ margin-left: calc(var(--el-drawer-padding-primary, 16px) * -1);
53
+ margin-bottom: calc(var(--el-drawer-padding-primary, 16px) * -1);
54
+ margin-right: calc(var(--el-drawer-padding-primary, 16px) * -1);
55
+ }
56
+ .amb-super-page-runtime-drawer-view .el-drawer__body .runtime-page-container {
57
+ max-height: calc(100vh - 40px - var(--el-drawer-padding-primary, 16px) * 2);
58
+ }
59
+ .opinion-box-table-wrapper[data-v-cb803c7a] {
60
+ width: 100%;
61
+ background: #f8fcff;
62
+ padding: 0;
63
+ }
64
+ .opinion-table[data-v-cb803c7a] {
65
+ width: 100%;
66
+ border-collapse: separate;
67
+ border-spacing: 0;
68
+ }
69
+ .opinion-label[data-v-cb803c7a] {
70
+ width: 120px;
71
+ background: #e6f0fa;
72
+ color: #3a7bb0;
73
+ text-align: center;
74
+ vertical-align: middle;
75
+ padding: 0 8px;
76
+ font-size: 15px;
77
+ border: 1px solid #b5d1e6;
78
+ border-right: none;
79
+ height: 100%;
80
+ min-width: 80px;
81
+ min-height: 60px;
82
+ position: relative;
83
+ }
84
+ .required-star[data-v-cb803c7a] {
85
+ color: #f56c6c;
86
+ margin-right: 2px;
87
+ font-size: 16px;
88
+ font-family: inherit;
89
+ vertical-align: middle;
90
+ }
91
+ .opinion-input-cell[data-v-cb803c7a] {
92
+ background: #f8fcff;
93
+ border: 1px solid #b5d1e6;
94
+ border-left: none;
95
+ padding: 5px;
96
+ }
97
+ .opinion-input[data-v-cb803c7a] .el-textarea__inner {
98
+ border: 1px solid #b5d1e6 !important;
99
+ background: #fff;
100
+ min-height: 60px;
101
+ resize: vertical;
102
+ }
103
+ .runtime-page-container[data-v-ac38da23] {
104
+ overflow: hidden;
105
+ max-height: 100vh;
106
+ padding: var(--app-main-padding, 15px);
107
+ background-color: #fff;
108
+ height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
109
+ }
110
+ @media (max-width: 768px) {
111
+ .runtime-page-container[data-v-ac38da23] .el-col-1 {
112
+ flex: 0 0 100%;
113
+ max-width: 100%;
114
+ }
115
+ }
116
+ .runtime-page-container[data-v-ac38da23] .el-col-1 > .el-form-item:only-child {
117
+ margin-bottom: 0;
118
+ }
119
+ .runtime-page-container[data-v-ac38da23] .el-col-2 {
120
+ flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
121
+ max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
122
+ }
123
+ @media (max-width: 768px) {
124
+ .runtime-page-container[data-v-ac38da23] .el-col-2 {
125
+ flex: 0 0 100%;
126
+ max-width: 100%;
127
+ }
128
+ }
129
+ .runtime-page-container[data-v-ac38da23] .el-col-2 > .el-form-item:only-child {
130
+ margin-bottom: 0;
131
+ }
132
+ @media (max-width: 768px) {
133
+ .runtime-page-container[data-v-ac38da23] .el-col-3 {
134
+ flex: 0 0 100%;
135
+ max-width: 100%;
136
+ }
137
+ }
138
+ .runtime-page-container[data-v-ac38da23] .el-col-3 > .el-form-item:only-child {
139
+ margin-bottom: 0;
140
+ }
141
+ .runtime-page-container[data-v-ac38da23] .el-col-4 {
142
+ flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
143
+ max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
144
+ }
145
+ @media (max-width: 768px) {
146
+ .runtime-page-container[data-v-ac38da23] .el-col-4 {
147
+ flex: 0 0 100%;
148
+ max-width: 100%;
149
+ }
150
+ }
151
+ .runtime-page-container[data-v-ac38da23] .el-col-4 > .el-form-item:only-child {
152
+ margin-bottom: 0;
153
+ }
154
+ @media (max-width: 768px) {
155
+ .runtime-page-container[data-v-ac38da23] .el-col-5 {
156
+ flex: 0 0 100%;
157
+ max-width: 100%;
158
+ }
159
+ }
160
+ .runtime-page-container[data-v-ac38da23] .el-col-5 > .el-form-item:only-child {
161
+ margin-bottom: 0;
162
+ }
163
+ .runtime-page-container[data-v-ac38da23] .el-col-6 {
164
+ flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
165
+ max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
166
+ }
167
+ @media (max-width: 768px) {
168
+ .runtime-page-container[data-v-ac38da23] .el-col-6 {
169
+ flex: 0 0 100%;
170
+ max-width: 100%;
171
+ }
172
+ }
173
+ .runtime-page-container[data-v-ac38da23] .el-col-6 > .el-form-item:only-child {
174
+ margin-bottom: 0;
175
+ }
176
+ @media (max-width: 768px) {
177
+ .runtime-page-container[data-v-ac38da23] .el-col-7 {
178
+ flex: 0 0 100%;
179
+ max-width: 100%;
180
+ }
181
+ }
182
+ .runtime-page-container[data-v-ac38da23] .el-col-7 > .el-form-item:only-child {
183
+ margin-bottom: 0;
184
+ }
185
+ .runtime-page-container[data-v-ac38da23] .el-col-8 {
186
+ flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
187
+ max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
188
+ }
189
+ @media (max-width: 768px) {
190
+ .runtime-page-container[data-v-ac38da23] .el-col-8 {
191
+ flex: 0 0 100%;
192
+ max-width: 100%;
193
+ }
194
+ }
195
+ .runtime-page-container[data-v-ac38da23] .el-col-8 > .el-form-item:only-child {
196
+ margin-bottom: 0;
197
+ }
198
+ @media (max-width: 768px) {
199
+ .runtime-page-container[data-v-ac38da23] .el-col-9 {
200
+ flex: 0 0 100%;
201
+ max-width: 100%;
202
+ }
203
+ }
204
+ .runtime-page-container[data-v-ac38da23] .el-col-9 > .el-form-item:only-child {
205
+ margin-bottom: 0;
206
+ }
207
+ .runtime-page-container[data-v-ac38da23] .el-col-10 {
208
+ flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
209
+ max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
210
+ }
211
+ @media (max-width: 768px) {
212
+ .runtime-page-container[data-v-ac38da23] .el-col-10 {
213
+ flex: 0 0 100%;
214
+ max-width: 100%;
215
+ }
216
+ }
217
+ .runtime-page-container[data-v-ac38da23] .el-col-10 > .el-form-item:only-child {
218
+ margin-bottom: 0;
219
+ }
220
+ @media (max-width: 768px) {
221
+ .runtime-page-container[data-v-ac38da23] .el-col-11 {
222
+ flex: 0 0 100%;
223
+ max-width: 100%;
224
+ }
225
+ }
226
+ .runtime-page-container[data-v-ac38da23] .el-col-11 > .el-form-item:only-child {
227
+ margin-bottom: 0;
228
+ }
229
+ .runtime-page-container[data-v-ac38da23] .el-col-12 {
230
+ flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
231
+ max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
232
+ }
233
+ @media (max-width: 768px) {
234
+ .runtime-page-container[data-v-ac38da23] .el-col-12 {
235
+ flex: 0 0 100%;
236
+ max-width: 100%;
237
+ }
238
+ }
239
+ .runtime-page-container[data-v-ac38da23] .el-col-12 > .el-form-item:only-child {
240
+ margin-bottom: 0;
241
+ }
242
+ @media (max-width: 768px) {
243
+ .runtime-page-container[data-v-ac38da23] .el-col-13 {
244
+ flex: 0 0 100%;
245
+ max-width: 100%;
246
+ }
247
+ }
248
+ .runtime-page-container[data-v-ac38da23] .el-col-13 > .el-form-item:only-child {
249
+ margin-bottom: 0;
250
+ }
251
+ .runtime-page-container[data-v-ac38da23] .el-col-14 {
252
+ flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
253
+ max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
254
+ }
255
+ @media (max-width: 768px) {
256
+ .runtime-page-container[data-v-ac38da23] .el-col-14 {
257
+ flex: 0 0 100%;
258
+ max-width: 100%;
259
+ }
260
+ }
261
+ .runtime-page-container[data-v-ac38da23] .el-col-14 > .el-form-item:only-child {
262
+ margin-bottom: 0;
263
+ }
264
+ @media (max-width: 768px) {
265
+ .runtime-page-container[data-v-ac38da23] .el-col-15 {
266
+ flex: 0 0 100%;
267
+ max-width: 100%;
268
+ }
269
+ }
270
+ .runtime-page-container[data-v-ac38da23] .el-col-15 > .el-form-item:only-child {
271
+ margin-bottom: 0;
272
+ }
273
+ .runtime-page-container[data-v-ac38da23] .el-col-16 {
274
+ flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
275
+ max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
276
+ }
277
+ @media (max-width: 768px) {
278
+ .runtime-page-container[data-v-ac38da23] .el-col-16 {
279
+ flex: 0 0 100%;
280
+ max-width: 100%;
281
+ }
282
+ }
283
+ .runtime-page-container[data-v-ac38da23] .el-col-16 > .el-form-item:only-child {
284
+ margin-bottom: 0;
285
+ }
286
+ @media (max-width: 768px) {
287
+ .runtime-page-container[data-v-ac38da23] .el-col-17 {
288
+ flex: 0 0 100%;
289
+ max-width: 100%;
290
+ }
291
+ }
292
+ .runtime-page-container[data-v-ac38da23] .el-col-17 > .el-form-item:only-child {
293
+ margin-bottom: 0;
294
+ }
295
+ .runtime-page-container[data-v-ac38da23] .el-col-18 {
296
+ flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
297
+ max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
298
+ }
299
+ @media (max-width: 768px) {
300
+ .runtime-page-container[data-v-ac38da23] .el-col-18 {
301
+ flex: 0 0 100%;
302
+ max-width: 100%;
303
+ }
304
+ }
305
+ .runtime-page-container[data-v-ac38da23] .el-col-18 > .el-form-item:only-child {
306
+ margin-bottom: 0;
307
+ }
308
+ @media (max-width: 768px) {
309
+ .runtime-page-container[data-v-ac38da23] .el-col-19 {
310
+ flex: 0 0 100%;
311
+ max-width: 100%;
312
+ }
313
+ }
314
+ .runtime-page-container[data-v-ac38da23] .el-col-19 > .el-form-item:only-child {
315
+ margin-bottom: 0;
316
+ }
317
+ .runtime-page-container[data-v-ac38da23] .el-col-20 {
318
+ flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
319
+ max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
320
+ }
321
+ @media (max-width: 768px) {
322
+ .runtime-page-container[data-v-ac38da23] .el-col-20 {
323
+ flex: 0 0 100%;
324
+ max-width: 100%;
325
+ }
326
+ }
327
+ .runtime-page-container[data-v-ac38da23] .el-col-20 > .el-form-item:only-child {
328
+ margin-bottom: 0;
329
+ }
330
+ @media (max-width: 768px) {
331
+ .runtime-page-container[data-v-ac38da23] .el-col-21 {
332
+ flex: 0 0 100%;
333
+ max-width: 100%;
334
+ }
335
+ }
336
+ .runtime-page-container[data-v-ac38da23] .el-col-21 > .el-form-item:only-child {
337
+ margin-bottom: 0;
338
+ }
339
+ .runtime-page-container[data-v-ac38da23] .el-col-22 {
340
+ flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
341
+ max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
342
+ }
343
+ @media (max-width: 768px) {
344
+ .runtime-page-container[data-v-ac38da23] .el-col-22 {
345
+ flex: 0 0 100%;
346
+ max-width: 100%;
347
+ }
348
+ }
349
+ .runtime-page-container[data-v-ac38da23] .el-col-22 > .el-form-item:only-child {
350
+ margin-bottom: 0;
351
+ }
352
+ @media (max-width: 768px) {
353
+ .runtime-page-container[data-v-ac38da23] .el-col-23 {
354
+ flex: 0 0 100%;
355
+ max-width: 100%;
356
+ }
357
+ }
358
+ .runtime-page-container[data-v-ac38da23] .el-col-23 > .el-form-item:only-child {
359
+ margin-bottom: 0;
360
+ }
361
+ @media (max-width: 768px) {
362
+ .runtime-page-container[data-v-ac38da23] .el-col-24 {
363
+ flex: 0 0 100%;
364
+ max-width: 100%;
365
+ }
366
+ }
367
+ .runtime-page-container[data-v-ac38da23] .el-col-24 > .el-form-item:only-child {
368
+ margin-bottom: 0;
369
+ }
370
+ .runtime-page-container[data-v-ac38da23] .el-input-group > .el-input-group__append > .el-button + .el-button {
371
+ margin-left: 12px;
372
+ }
373
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view, .runtime-page-container[data-v-ac38da23] .el-container > .el-main, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside {
374
+ display: flex;
375
+ flex-direction: row;
376
+ align-items: flex-start;
377
+ align-content: flex-start;
378
+ flex-wrap: wrap;
379
+ gap: var(--runtime-page-container-view-gap, 15px);
380
+ min-height: 100%;
381
+ height: 100%;
382
+ overflow: auto;
383
+ }
384
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-ac38da23] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-ac38da23] .el-container > [style*="padding: 10px"].el-aside {
385
+ padding: 0 !important;
386
+ }
387
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-form, .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-form, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-form {
388
+ width: 100%;
389
+ display: flex;
390
+ flex-wrap: wrap;
391
+ gap: var(--runtime-page-container-view-gap, 15px);
392
+ }
393
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-form > div {
394
+ width: 100%;
395
+ }
396
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
397
+ width: auto;
398
+ }
399
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-main > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > div {
400
+ width: 100%;
401
+ }
402
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > div[style*="display: inline-block"] {
403
+ width: auto;
404
+ }
405
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-ac38da23] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-ac38da23] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > div[style="flex:"] {
406
+ flex: none !important;
407
+ }
408
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > [style*="display: inline-block"] {
409
+ width: auto;
410
+ }
411
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-ac38da23] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside > .el-row[class*=el-col-] {
412
+ flex: none;
413
+ }
414
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-row, .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-row, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-row {
415
+ gap: var(--layout-form-flex-gap, 15px);
416
+ }
417
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-row > div {
418
+ width: 100%;
419
+ }
420
+ .runtime-page-container[data-v-ac38da23] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-ac38da23] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
421
+ width: auto;
422
+ }
423
+ .runtime-page-container[data-v-ac38da23] .el-container {
424
+ gap: var(--runtime-page-container-view-gap, 15px);
425
+ }
426
+ .runtime-page-container[data-v-ac38da23] .el-container > .el-main, .runtime-page-container[data-v-ac38da23] .el-container > .el-aside {
427
+ padding: 0;
428
+ }.yx-affix[data-v-a994b02d]:empty {
429
+ display: none;
430
+ }
431
+ .yx-affix .yx-affix-content[data-v-a994b02d]:empty {
432
+ display: none;
433
+ }
434
+ .yx-affix .yx-affix-content.is-fixed.is-top[data-v-a994b02d] {
435
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
436
+ }
437
+ .yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-a994b02d] {
438
+ box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
439
+ }.yx-card-box-view-main[data-v-4e203ead] > .el-card__header {
440
+ position: relative;
441
+ }
442
+ .yx-card-box-view-main .yx-card-box-view-header[data-v-4e203ead] {
443
+ display: flex;
444
+ flex-direction: row;
445
+ justify-content: space-between;
446
+ align-items: center;
447
+ gap: 15px;
448
+ flex: 1 1 auto;
449
+ }
450
+ .yx-card-box-view-main .yx-card-box-view-title[data-v-4e203ead] {
451
+ position: relative;
452
+ z-index: 2;
453
+ flex: 1 1 auto;
454
+ }
455
+ .yx-card-box-view-main .yx-card-box-view-title[data-v-4e203ead]::after {
456
+ content: " ";
457
+ position: absolute;
458
+ left: 0;
459
+ top: 0;
460
+ bottom: 0;
461
+ right: 0;
462
+ z-index: 0;
463
+ }
464
+ .yx-card-box-view-main[data-collapse=false][data-v-4e203ead] > .el-card__body {
465
+ display: none;
466
+ }
467
+ .yx-card-box-view-main[data-v-4e203ead] {
468
+ display: flex;
469
+ flex-direction: column;
470
+ }
471
+ .yx-card-box-view-main[data-v-4e203ead] > .el-card__body {
472
+ flex: 1;
473
+ overflow: hidden;
474
+ display: flex;
475
+ flex-direction: column;
476
+ }
477
+ .yx-card-box-view-context[data-v-4e203ead] {
478
+ flex: 1;
479
+ overflow: auto;
480
+ }
481
+ .yx-card-box-view-context[data-v-4e203ead] {
482
+ gap: var(--layout-form-flex-gap, 15px);
483
+ }
484
+ .yx-card-box-view-context[data-v-4e203ead] > div {
485
+ width: 100%;
486
+ }
487
+ .yx-card-box-view-context[data-v-4e203ead] > div[style*="display: inline-block"] {
488
+ width: auto;
489
+ }
490
+ .yx-card-box-view-context[data-v-4e203ead] > .el-form-item {
491
+ margin: 0;
492
+ }
493
+ .yx-card-box-view-context[data-v-4e203ead] > .el-form-item[class*=el-col-8] {
494
+ flex: 0 0 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
495
+ }
496
+ @media (max-width: 768px) {
497
+ .yx-card-box-view-context[data-v-4e203ead] > .el-form-item[class*=el-col-8] {
498
+ max-width: none;
499
+ flex: 0 0 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
500
+ }
501
+ }
502
+ @media (max-width: 600px) {
503
+ .yx-card-box-view-context[data-v-4e203ead] > .el-form-item[class*=el-col-8] {
504
+ width: 100%;
505
+ max-width: none;
506
+ flex: auto;
507
+ }
508
+ }.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header > .el-tabs__new-tab {
509
+ border: 0px !important;
510
+ }
511
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header .el-tabs__item:has(.tab-hidden) {
512
+ display: none !important;
513
+ }
514
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane {
515
+ display: flex;
516
+ flex-direction: row;
517
+ align-items: flex-start;
518
+ align-content: flex-start;
519
+ flex-wrap: wrap;
520
+ gap: var(--runtime-page-container-view-gap, 15px);
521
+ }
522
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div {
523
+ width: 100%;
524
+ }
525
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div[style*="display: inline-block"] {
526
+ width: auto;
527
+ }
528
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > [style*="display: inline-block"] {
529
+ width: auto;
530
+ }
531
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
532
+ display: flex;
533
+ flex-direction: row;
534
+ align-items: flex-start;
535
+ align-content: flex-start;
536
+ flex-wrap: wrap;
537
+ gap: var(--runtime-page-container-view-gap, 15px);
538
+ }
539
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
540
+ width: 100%;
541
+ }
542
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[style*="display: inline-block"] {
543
+ width: auto;
544
+ }
545
+ .runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > [style*="display: inline-block"] {
546
+ width: auto;
547
+ }
548
+ .tab-hidden[data-v-df9efce2] {
549
+ display: none !important;
550
+ }.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
551
+ display: none;
552
+ }
553
+ .yx-fixed-box-main.is-top > .yx-fixed-box-container[data-v-9b488f43] {
554
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
555
+ }
556
+ .yx-fixed-box-main.is-bottom > .yx-fixed-box-container[data-v-9b488f43] {
557
+ box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
558
+ }
559
+ @media (max-width: 768px) {
560
+ .yx-fixed-box-main > .yx-fixed-box-container[data-v-9b488f43] {
561
+ width: 100% !important;
562
+ left: 0 !important;
563
+ right: 0 !important;
564
+ }
565
+ }.amb-widget-tools-parent[data-v-a9801c3f]:empty {
566
+ display: none;
567
+ }
568
+ .amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool {
569
+ display: flex;
570
+ flex-wrap: wrap;
571
+ gap: var(--amb-widget-container-tool-gap, 10px);
572
+ padding: 0;
573
+ }
574
+ .amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool .el-button {
575
+ margin: 0;
576
+ }
577
+ .amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool:empty {
578
+ display: none;
579
+ }
580
+ .amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool > .page-runtime-header-btn:has(> .page-runtime-header-btn) {
581
+ display: flex;
582
+ flex-wrap: wrap;
583
+ gap: inherit;
584
+ }
585
+ .amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool > .el-form-item {
586
+ margin-bottom: 0;
587
+ }
588
+ [data-v-34d362f9] .el-form-item__content {
589
+ height: 100% !important;
590
+ }
591
+ [data-v-34d362f9] .ql-toolbar.ql-snow {
592
+ line-height: 24px;
593
+ }
594
+ [data-v-34d362f9] .ql-toolbar.ql-snow .ql-formats {
595
+ display: inline-flex;
596
+ align-items: center;
597
+ vertical-align: middle;
598
+ }
599
+ [data-v-34d362f9] .ql-toolbar.ql-snow button[data-tooltip],[data-v-34d362f9] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip] {
600
+ position: relative;
601
+ }
602
+ [data-v-34d362f9] .ql-toolbar.ql-snow button[data-tooltip]::after,[data-v-34d362f9] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip]::after {
603
+ content: attr(data-tooltip);
604
+ position: absolute;
605
+ bottom: calc(100% + 5px);
606
+ left: 50%;
607
+ transform: translateX(-50%);
608
+ padding: 4px 8px;
609
+ background: #303133;
610
+ color: #fff;
611
+ font-size: 12px;
612
+ white-space: nowrap;
613
+ border-radius: 4px;
614
+ opacity: 0;
615
+ visibility: hidden;
616
+ transition: opacity 0.15s, visibility 0.15s;
617
+ z-index: 9999;
618
+ pointer-events: none;
619
+ }
620
+ [data-v-34d362f9] .ql-toolbar.ql-snow button[data-tooltip]:hover::after,[data-v-34d362f9] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip]:hover::after {
621
+ opacity: 1;
622
+ visibility: visible;
623
+ }
624
+ [data-v-34d362f9] .ql-container.ql-snow .ql-editor::selection {
625
+ background: #b4d5fe;
626
+ }
627
+ [data-v-34d362f9] .ql-container.ql-snow .ql-editor *::selection {
628
+ background: #b4d5fe;
629
+ }
630
+ [data-v-34d362f9] .ql-editor {
631
+ white-space: pre-wrap;
632
+ }
633
+ [data-v-34d362f9] .ql-editor:not(:focus)::selection,[data-v-34d362f9] .ql-editor:not(:focus) *::selection {
634
+ background: #b4d5fe !important;
635
+ }
636
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item::before {
637
+ content: "默认";
638
+ }
639
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
640
+ content: "12px";
641
+ }
642
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
643
+ content: "14px";
644
+ }
645
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
646
+ content: "16px";
647
+ }
648
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
649
+ content: "18px";
650
+ }
651
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20px"]::before {
652
+ content: "20px";
653
+ }
654
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]::before {
655
+ content: "24px";
656
+ }
657
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="28px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28px"]::before {
658
+ content: "28px";
659
+ }
660
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="32px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32px"]::before {
661
+ content: "32px";
662
+ }
663
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="36px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="36px"]::before {
664
+ content: "36px";
665
+ }
666
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="48px"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="48px"]::before {
667
+ content: "48px";
668
+ }
669
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item::before {
670
+ content: "默认字体";
671
+ }
672
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Source Han Sans CN"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Source Han Sans CN"]::before {
673
+ content: "思源黑体";
674
+ font-family: "Source Han Sans CN";
675
+ }
676
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimSun]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimSun]::before {
677
+ content: "宋体";
678
+ font-family: "SimSun";
679
+ }
680
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before {
681
+ content: "黑体";
682
+ font-family: "SimHei";
683
+ }
684
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Microsoft YaHei"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Microsoft YaHei"]::before {
685
+ content: "微软雅黑";
686
+ font-family: "Microsoft YaHei";
687
+ }
688
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]::before {
689
+ content: "楷体";
690
+ font-family: "KaiTi";
691
+ }
692
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]::before {
693
+ content: "仿宋";
694
+ font-family: "FangSong";
695
+ }
696
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
697
+ content: "Arial";
698
+ font-family: "Arial";
699
+ }
700
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Times New Roman"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Times New Roman"]::before {
701
+ content: "Times New Roman";
702
+ font-family: "Times New Roman";
703
+ }
704
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Verdana]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Verdana]::before {
705
+ content: "Verdana";
706
+ font-family: "Verdana";
707
+ }
708
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Georgia]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Georgia]::before {
709
+ content: "Georgia";
710
+ font-family: "Georgia";
711
+ }
712
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Courier New"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Courier New"]::before {
713
+ content: "Courier New";
714
+ font-family: "Courier New";
715
+ }
716
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item::before {
717
+ content: "正文";
718
+ }
719
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
720
+ content: "标题1";
721
+ }
722
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
723
+ content: "标题2";
724
+ }
725
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
726
+ content: "标题3";
727
+ }
728
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
729
+ content: "标题4";
730
+ }
731
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
732
+ content: "标题5";
733
+ }
734
+ [data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,[data-v-34d362f9] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
735
+ content: "标题6";
736
+ }
737
+ .richtext-wrapper[data-v-34d362f9] {
738
+ position: relative;
739
+ width: 100%;
740
+ height: 100%;
741
+ }
742
+ .richtext-wrapper.is-fullscreen[data-v-34d362f9] {
743
+ position: fixed;
744
+ top: 0;
745
+ left: 0;
746
+ right: 0;
747
+ bottom: 0;
748
+ z-index: 9999;
749
+ background: #fff;
750
+ padding: 20px;
751
+ box-sizing: border-box;
752
+ }
753
+ .richtext-wrapper.is-fullscreen[data-v-34d362f9] .ql-container {
754
+ height: calc(100% - 82px) !important;
755
+ }
756
+ .toolbar-right-btns[data-v-34d362f9] {
757
+ position: absolute;
758
+ top: 5px;
759
+ right: 10px;
760
+ z-index: 10;
761
+ display: flex;
762
+ gap: 4px;
763
+ }
764
+ .toolbar-btn[data-v-34d362f9] {
765
+ width: 28px;
766
+ height: 24px;
767
+ display: flex;
768
+ align-items: center;
769
+ justify-content: center;
770
+ background: transparent;
771
+ border: none;
772
+ cursor: pointer;
773
+ border-radius: 4px;
774
+ color: #666;
775
+ }
776
+ .toolbar-btn[data-v-34d362f9]:hover {
777
+ background: #e0e0e0;
778
+ color: #333;
779
+ }
780
+ .richtext-statusbar[data-v-34d362f9] {
781
+ position: absolute;
782
+ bottom: 0;
783
+ left: 0;
784
+ right: 0;
785
+ height: 24px;
786
+ background: #f5f5f5;
787
+ border: 1px solid #ccc;
788
+ border-top: none;
789
+ display: flex;
790
+ align-items: center;
791
+ justify-content: flex-end;
792
+ padding: 0 10px;
793
+ font-size: 12px;
794
+ color: #666;
795
+ }
796
+ .richtext-statusbar .word-count[data-v-34d362f9] {
797
+ margin-left: 15px;
798
+ }
799
+ .upload-loading[data-v-34d362f9] {
800
+ position: absolute;
801
+ top: 0;
802
+ left: 0;
803
+ right: 0;
804
+ bottom: 0;
805
+ background: rgba(255, 255, 255, 0.8);
806
+ display: flex;
807
+ flex-direction: column;
808
+ align-items: center;
809
+ justify-content: center;
810
+ z-index: 100;
811
+ }
812
+ .upload-loading .loading-spinner[data-v-34d362f9] {
813
+ width: 32px;
814
+ height: 32px;
815
+ border: 3px solid #f3f3f3;
816
+ border-top: 3px solid #409eff;
817
+ border-radius: 50%;
818
+ animation: spin-34d362f9 1s linear infinite;
819
+ margin-bottom: 8px;
820
+ }
821
+ .upload-loading span[data-v-34d362f9] {
822
+ color: #666;
823
+ font-size: 14px;
824
+ }
825
+ @keyframes spin-34d362f9 {
826
+ 0% {
827
+ transform: rotate(0deg);
828
+ }
829
+ 100% {
830
+ transform: rotate(360deg);
831
+ }
832
+ }.richtext-preview-dialog .el-dialog__body {
833
+ max-height: 70vh;
834
+ overflow-y: auto;
835
+ }
836
+ .richtext-preview-dialog .richtext-preview-content {
837
+ padding: 15px;
838
+ border: 1px solid #e4e7ed;
839
+ border-radius: 4px;
840
+ background: #fff;
841
+ min-height: 200px;
842
+ white-space: pre-wrap;
843
+ }
844
+ .richtext-preview-dialog .richtext-preview-content img {
845
+ max-width: 100%;
846
+ height: auto;
847
+ }.el-form-item[data-v-96fc65d8] {
848
+ margin-bottom: 0px;
849
+ }
850
+ .el-form-item[data-v-2ffad4a6] {
851
+ margin-bottom: 0px;
852
+ }
853
+
854
+ /* 整体对齐样式 - 靠左 */
855
+ .form-item-align-flex-start[data-v-2ffad4a6] {
856
+ justify-content: flex-start;
857
+ }
858
+ .form-item-align-flex-start[data-v-2ffad4a6] .el-form-item__label {
859
+ flex: none;
860
+ }
861
+ .form-item-align-flex-start[data-v-2ffad4a6] .el-form-item__content {
862
+ flex: none;
863
+ }
864
+
865
+ /* 整体对齐样式 - 居中 */
866
+ .form-item-align-center[data-v-2ffad4a6] {
867
+ justify-content: center;
868
+ }
869
+ .form-item-align-center[data-v-2ffad4a6] .el-form-item__label {
870
+ flex: none;
871
+ }
872
+ .form-item-align-center[data-v-2ffad4a6] .el-form-item__content {
873
+ flex: none;
874
+ }
875
+
876
+ /* 整体对齐样式 - 靠右 */
877
+ .form-item-align-flex-end[data-v-2ffad4a6] {
878
+ justify-content: flex-end;
879
+ }
880
+ .form-item-align-flex-end[data-v-2ffad4a6] .el-form-item__label {
881
+ flex: none;
882
+ }
883
+ .form-item-align-flex-end[data-v-2ffad4a6] .el-form-item__content {
884
+ flex: none;
885
+ }
886
+ .amb-button-group-main[data-v-9d55ce0b] {
887
+ display: flex;
888
+ min-height: 2em;
889
+ flex-wrap: wrap;
890
+ gap: var(--amb-widget-container-tool-gap, 10px);
891
+ }
892
+ .amb-button-group-main[data-v-9d55ce0b]::after, .amb-button-group-main[data-v-9d55ce0b]::before {
893
+ display: none;
894
+ }
895
+ .amb-button-group-main > div[data-v-9d55ce0b] {
896
+ width: auto;
897
+ }.amb-workflowbutton-runtime-view[data-v-9b35b120] {
898
+ min-height: 32px;
899
+ display: flex;
900
+ flex-wrap: wrap;
901
+ gap: var(--amb-widget-container-tool-gap, 10px);
902
+ }
903
+ .amb-workflowbutton-runtime-view[data-v-9b35b120]::after, .amb-workflowbutton-runtime-view[data-v-9b35b120]::before {
904
+ display: none;
905
+ }
906
+ .amb-workflowbutton-runtime-view > div[data-v-9b35b120] {
907
+ width: auto;
908
+ }.dialog-footer[data-v-886732d1] {
909
+ display: inline-flex;
910
+ gap: 8px;
911
+ }.dialog-footer[data-v-a6bc44c9] {
912
+ display: inline-flex;
913
+ gap: 8px;
914
+ }
915
+ [data-v-6a44ac5e] .el-empty {
916
+ padding: 0;
917
+ }
918
+
919
+
920
+
921
+ .amb-chart-container[data-v-3175013a] {
922
+ display: flex;
923
+ flex-direction: column;
924
+ height: 100%;
925
+ }
926
+
927
+ .amb-chart-container[data-v-6a38f7d4] {
928
+ display: flex;
929
+ flex-direction: column;
930
+ height: 100%;
931
+ }
932
+
933
+ .amb-chart-container[data-v-6f349ab2] {
934
+ display: flex;
935
+ flex-direction: column;
936
+ height: 100%;
937
+ }
938
+
939
+ .amb-chart-container[data-v-42f5f123] {
940
+ display: flex;
941
+ flex-direction: column;
942
+ height: 100%;
943
+ }
944
+
945
+ .amb-chart-container[data-v-4a36176c] {
946
+ display: flex;
947
+ flex-direction: column;
948
+ height: 100%;
949
+ }
950
+
951
+ /** 右键菜单样式 */
952
+ .context-menu[data-v-a8a325a9] {
953
+ position: fixed;
954
+ background: #fff;
955
+ z-index: 999;
956
+ margin: 0;
957
+ padding: 8px 8px;
958
+ box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
959
+ border: 1px solid #bbbbbb;
960
+ border-radius: 10px;
961
+ font-size: 14px;
962
+ display: none; /* 默认隐藏 */
963
+ }
964
+ .context-menu li[data-v-a8a325a9] {
965
+ list-style-type: none;
966
+ min-width: 75px;
967
+ line-height: 28px;
968
+ text-align: left;
969
+ border-radius: 5px;
970
+ padding-left: 5px;
971
+ cursor: pointer;
972
+ }
973
+ .context-menu li[data-v-a8a325a9]:hover {
974
+ background: #0165e1;
975
+ color: #fff;
976
+ }
977
+ /** 右键菜单样式 */
978
+ .custom-tree-node[data-v-a8a325a9] {
979
+ flex: 1;
980
+ display: flex;
981
+ align-items: center;
982
+ justify-content: space-between;
983
+ font-size: 14px;
984
+ padding-right: 8px;
985
+ }
986
+ .item-side {
987
+ &[data-v-a8a325a9] {
988
+ display: flex;
989
+ align-items: center;
990
+ }
991
+ .file[data-v-a8a325a9] {
992
+ width: 17px;
993
+ height: 17px;
994
+ margin-right: 5px;
995
+ }
996
+ }