super-page-runtime 1.0.13 → 1.0.15

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 (338) hide show
  1. package/dist/es/components/index.d.ts +5 -0
  2. package/dist/es/{runtime → components/runtime}/views/assemblys/button/button/button-runtime.vue2.js +1 -1
  3. package/dist/es/{runtime → components/runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +1 -1
  4. package/dist/es/{runtime → components/runtime}/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  5. package/dist/es/{runtime → components/runtime}/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -9
  6. package/dist/es/{runtime → components/runtime}/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  7. package/dist/es/{runtime → components/runtime}/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  8. package/dist/es/{runtime → components/runtime}/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  9. package/dist/es/{runtime → components/runtime}/views/assemblys/common/export-form-report-dialog.vue.js +3 -9
  10. package/dist/es/{runtime → components/runtime}/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
  11. package/dist/es/{runtime → components/runtime}/views/assemblys/container/container/container-runtime.vue2.js +0 -1
  12. package/dist/es/{runtime → components/runtime}/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
  13. package/dist/es/{runtime → components/runtime}/views/assemblys/container/form/form-runtime.vue2.js +0 -1
  14. package/dist/es/{runtime → components/runtime}/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
  15. package/dist/es/{runtime → components/runtime}/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
  16. package/dist/es/{runtime → components/runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
  17. package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/main-table-runtime.vue.js +4 -5
  18. package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +5 -5
  19. package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/table-runtime.vue2.js +0 -5
  20. package/dist/es/{runtime → components/runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
  21. package/dist/es/{runtime → components/runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
  22. package/dist/es/{runtime → components/runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +1 -5
  23. package/dist/es/{runtime → components/runtime}/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  24. package/dist/es/{runtime → components/runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  25. package/dist/es/{runtime → components/runtime}/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
  26. package/dist/es/{runtime → components/runtime}/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
  27. package/dist/es/{runtime → components/runtime}/views/assemblys/form/label/label-runtime.vue2.js +10 -4
  28. package/dist/es/{runtime → components/runtime}/views/assemblys/form/link/link-runtime.vue2.js +2 -2
  29. package/dist/es/{runtime → components/runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
  30. package/dist/es/{runtime → components/runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -3
  31. package/dist/es/{runtime → components/runtime}/views/assemblys/form/select/select-runtime.vue2.js +2 -2
  32. package/dist/es/{runtime → components/runtime}/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
  33. package/dist/es/{runtime → components/runtime}/views/assemblys/form/tag/tag-runtime.vue2.js +2 -2
  34. package/dist/es/{runtime → components/runtime}/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
  35. package/dist/es/components/runtime/views/assemblys/object-render.vue.d.ts +1 -1
  36. package/dist/es/{runtime → components/runtime}/views/assemblys/object-render.vue.js +5 -5
  37. package/dist/es/{runtime → components/runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
  38. package/dist/es/components/runtime/views/super-page.vue.d.ts +1 -1
  39. package/dist/es/{runtime → components/runtime}/views/super-page.vue.js +7 -8
  40. package/dist/es/{super-page-dialog → components/super-page-dialog}/super-page-dialog.vue.js +0 -1
  41. package/dist/es/components/wf-editor/wf-editor.css +4 -0
  42. package/dist/es/{wf-editor → components/wf-editor}/wf-editor.vue.js +3 -3
  43. package/dist/es/src/utils/charts/chart-util.js +15 -0
  44. package/dist/es/{components/runtime → src}/utils/events/event-util.d.ts +1 -1
  45. package/dist/lib/components/index.d.ts +5 -0
  46. package/dist/lib/{runtime → components/runtime}/views/assemblys/button/button/button-runtime.vue2.js +1 -1
  47. package/dist/lib/{runtime → components/runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +1 -1
  48. package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  49. package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -9
  50. package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  51. package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  52. package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  53. package/dist/lib/{runtime → components/runtime}/views/assemblys/common/export-form-report-dialog.vue.js +3 -9
  54. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
  55. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/container/container-runtime.vue2.js +0 -1
  56. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
  57. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/form/form-runtime.vue2.js +0 -1
  58. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
  59. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
  60. package/dist/lib/{runtime → components/runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
  61. package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/main-table-runtime.vue.js +4 -5
  62. package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +5 -5
  63. package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/table-runtime.vue2.js +0 -5
  64. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
  65. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
  66. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +1 -5
  67. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  68. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  69. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
  70. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
  71. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/label/label-runtime.vue2.js +10 -4
  72. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/link/link-runtime.vue2.js +2 -2
  73. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
  74. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -3
  75. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/select/select-runtime.vue2.js +2 -2
  76. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
  77. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/tag/tag-runtime.vue2.js +2 -2
  78. package/dist/lib/{runtime → components/runtime}/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
  79. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +1 -1
  80. package/dist/lib/{runtime → components/runtime}/views/assemblys/object-render.vue.js +5 -5
  81. package/dist/lib/{runtime → components/runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
  82. package/dist/lib/components/runtime/views/super-page.vue.d.ts +1 -1
  83. package/dist/lib/{runtime → components/runtime}/views/super-page.vue.js +7 -8
  84. package/dist/lib/{super-page-dialog → components/super-page-dialog}/super-page-dialog.vue.js +0 -1
  85. package/dist/lib/components/wf-editor/wf-editor.css +4 -0
  86. package/dist/lib/{wf-editor → components/wf-editor}/wf-editor.vue.js +3 -3
  87. package/dist/lib/src/utils/charts/chart-util.js +15 -0
  88. package/dist/lib/{components/runtime → src}/utils/events/event-util.d.ts +1 -1
  89. package/lib/components/index.js +8 -0
  90. package/package.json +5 -4
  91. package/src/assets/base.css +86 -0
  92. package/src/assets/chart-themes/theme1.ts +6 -0
  93. package/src/assets/chart-themes/theme2.ts +6 -0
  94. package/src/assets/chart-themes/theme3.ts +6 -0
  95. package/src/assets/images/button/button-group.png +0 -0
  96. package/src/assets/images/button/button.png +0 -0
  97. package/src/assets/images/chart/chart-column.png +0 -0
  98. package/src/assets/images/chart/chart-gauge.png +0 -0
  99. package/src/assets/images/chart/chart-pie.png +0 -0
  100. package/src/assets/images/chart/chart-radar.png +0 -0
  101. package/src/assets/images/chart/chart-scatter.png +0 -0
  102. package/src/assets/images/container/container-card.png +0 -0
  103. package/src/assets/images/container/container-collapse.png +0 -0
  104. package/src/assets/images/container/container-container.png +0 -0
  105. package/src/assets/images/container/container-flex.png +0 -0
  106. package/src/assets/images/container/container-form.png +0 -0
  107. package/src/assets/images/container/container-iframe.png +0 -0
  108. package/src/assets/images/container/container-normal.png +0 -0
  109. package/src/assets/images/container/container-tabs.png +0 -0
  110. package/src/assets/images/container/container-tools.png +0 -0
  111. package/src/assets/images/data/data-process.png +0 -0
  112. package/src/assets/images/data/data-step.png +0 -0
  113. package/src/assets/images/data/data-table-column.png +0 -0
  114. package/src/assets/images/data/data-table.png +0 -0
  115. package/src/assets/images/data/data-timeline.png +0 -0
  116. package/src/assets/images/data/data-tree.png +0 -0
  117. package/src/assets/images/form/form-cascader.png +0 -0
  118. package/src/assets/images/form/form-check.png +0 -0
  119. package/src/assets/images/form/form-color.png +0 -0
  120. package/src/assets/images/form/form-count.png +0 -0
  121. package/src/assets/images/form/form-custom.png +0 -0
  122. package/src/assets/images/form/form-date.png +0 -0
  123. package/src/assets/images/form/form-dept.png +0 -0
  124. package/src/assets/images/form/form-divider.png +0 -0
  125. package/src/assets/images/form/form-file.png +0 -0
  126. package/src/assets/images/form/form-image-upload.png +0 -0
  127. package/src/assets/images/form/form-img.png +0 -0
  128. package/src/assets/images/form/form-input.png +0 -0
  129. package/src/assets/images/form/form-label.png +0 -0
  130. package/src/assets/images/form/form-link.png +0 -0
  131. package/src/assets/images/form/form-radio.png +0 -0
  132. package/src/assets/images/form/form-scan.png +0 -0
  133. package/src/assets/images/form/form-score.png +0 -0
  134. package/src/assets/images/form/form-select.png +0 -0
  135. package/src/assets/images/form/form-slider.png +0 -0
  136. package/src/assets/images/form/form-space.png +0 -0
  137. package/src/assets/images/form/form-switch.png +0 -0
  138. package/src/assets/images/form/form-text.png +0 -0
  139. package/src/assets/images/form/form-textarea.png +0 -0
  140. package/src/assets/images/form/form-transfer.png +0 -0
  141. package/src/assets/images/form/form-zoom.png +0 -0
  142. package/src/assets/images/group-button.png +0 -0
  143. package/src/assets/images/group-chart.png +0 -0
  144. package/src/assets/images/group-container.png +0 -0
  145. package/src/assets/images/group-data.png +0 -0
  146. package/src/assets/images/group-form.png +0 -0
  147. package/src/assets/images/group-workflow.png +0 -0
  148. package/src/assets/images/workflow/workflow-button.png +0 -0
  149. package/src/assets/images/workflow/workflow-history-texts.png +0 -0
  150. package/src/assets/images/workflow/workflow-history.png +0 -0
  151. package/src/assets/images/workflow/workflow-imagehistory.png +0 -0
  152. package/src/assets/images/workflow/workflow-texthistory .png +0 -0
  153. package/src/assets/logo.svg +1 -0
  154. package/src/assets/main.css +1 -0
  155. package/src/i18n/langs/cn.js +52 -0
  156. package/src/i18n/langs/en.js +52 -0
  157. package/src/stores/counter.ts +12 -0
  158. package/src/utils/api/api-util.ts +176 -0
  159. package/src/utils/charts/chart-util.ts +41 -0
  160. package/src/utils/common-util.ts +96 -0
  161. package/src/utils/container-style-util.ts +237 -0
  162. package/src/utils/eventBus.ts +14 -0
  163. package/src/utils/events/event-util.ts +790 -0
  164. package/src/utils/events/jump-page-util.ts +0 -0
  165. package/src/utils/events/standard-event.ts +2075 -0
  166. package/src/utils/events/validator-util.ts +474 -0
  167. package/src/utils/global-refs.ts +160 -0
  168. package/src/utils/interfaces/page-design-types.ts +259 -0
  169. package/src/utils/page-helper-util.ts +850 -0
  170. package/src/utils/page-init-util.ts +291 -0
  171. package/src/utils/page-permission-util.ts +521 -0
  172. package/src/utils/store-util.ts +41 -0
  173. package/src/utils/store.ts +3 -0
  174. package/src/utils/table-utils.ts +31 -0
  175. package/dist/es/index.d.ts +0 -5
  176. package/dist/es/runtime/utils/charts/chart-util.js +0 -15
  177. package/dist/es/wf-editor/wf-editor.css +0 -4
  178. package/dist/lib/index.d.ts +0 -5
  179. package/dist/lib/runtime/utils/charts/chart-util.js +0 -15
  180. package/dist/lib/wf-editor/wf-editor.css +0 -4
  181. /package/dist/es/{index.js → components/index.js} +0 -0
  182. /package/dist/es/{runtime → components/runtime}/index.js +0 -0
  183. /package/dist/es/{runtime → components/runtime}/utils/assemblys-config.js +0 -0
  184. /package/dist/es/{runtime → components/runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
  185. /package/dist/es/{runtime → components/runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
  186. /package/dist/es/{runtime → components/runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -0
  187. /package/dist/es/{runtime → components/runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
  188. /package/dist/es/{runtime → components/runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
  189. /package/dist/es/{runtime → components/runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
  190. /package/dist/es/{runtime → components/runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
  191. /package/dist/es/{runtime → components/runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
  192. /package/dist/es/{runtime → components/runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
  193. /package/dist/es/{runtime → components/runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
  194. /package/dist/es/{runtime → components/runtime}/views/assemblys/common/remove-signer-dialog.vue.js +0 -0
  195. /package/dist/es/{runtime → components/runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
  196. /package/dist/es/{runtime → components/runtime}/views/assemblys/common/task-informition-dialog.vue.js +0 -0
  197. /package/dist/es/{runtime → components/runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
  198. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
  199. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/card/card-runtime.vue2.js +0 -0
  200. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
  201. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
  202. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
  203. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
  204. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
  205. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
  206. /package/dist/es/{runtime → components/runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
  207. /package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
  208. /package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
  209. /package/dist/es/{runtime → components/runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
  210. /package/dist/es/{runtime → components/runtime}/views/assemblys/error-render.vue.js +0 -0
  211. /package/dist/es/{runtime → components/runtime}/views/assemblys/error-render.vue2.js +0 -0
  212. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
  213. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
  214. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
  215. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
  216. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
  217. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
  218. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
  219. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
  220. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
  221. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
  222. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -0
  223. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
  224. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
  225. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
  226. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
  227. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
  228. /package/dist/es/{runtime → components/runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
  229. /package/dist/es/{runtime → components/runtime}/views/assemblys/object-render.vue2.js +0 -0
  230. /package/dist/es/{runtime → components/runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
  231. /package/dist/es/{runtime → components/runtime}/views/super-page.vue2.js +0 -0
  232. /package/dist/es/{super-page-dialog → components/super-page-dialog}/index.js +0 -0
  233. /package/dist/es/{super-page-dialog → components/super-page-dialog}/super-page-dialog.vue2.js +0 -0
  234. /package/dist/es/{wf-editor → components/wf-editor}/index.js +0 -0
  235. /package/dist/es/{assets → src/assets}/chart-themes/theme1.js +0 -0
  236. /package/dist/es/{assets → src/assets}/chart-themes/theme2.js +0 -0
  237. /package/dist/es/{assets → src/assets}/chart-themes/theme3.js +0 -0
  238. /package/dist/es/{components/runtime → src}/utils/api/api-util.d.ts +0 -0
  239. /package/dist/es/{runtime → src}/utils/api/api-util.js +0 -0
  240. /package/dist/es/{components/runtime → src}/utils/common-util.d.ts +0 -0
  241. /package/dist/es/{runtime → src}/utils/common-util.js +0 -0
  242. /package/dist/es/{runtime → src}/utils/events/event-util.js +0 -0
  243. /package/dist/es/{components/runtime → src}/utils/events/standard-event.d.ts +0 -0
  244. /package/dist/es/{runtime → src}/utils/events/standard-event.js +0 -0
  245. /package/dist/es/{components/runtime → src}/utils/events/validator-util.d.ts +0 -0
  246. /package/dist/es/{runtime → src}/utils/events/validator-util.js +0 -0
  247. /package/dist/es/{components/runtime → src}/utils/global-refs.d.ts +0 -0
  248. /package/dist/es/{runtime → src}/utils/global-refs.js +0 -0
  249. /package/dist/es/{components/runtime → src}/utils/interfaces/page-design-types.d.ts +0 -0
  250. /package/dist/es/{runtime → src}/utils/interfaces/page-design-types.js +0 -0
  251. /package/dist/es/{components/runtime → src}/utils/page-helper-util.d.ts +0 -0
  252. /package/dist/es/{runtime → src}/utils/page-helper-util.js +0 -0
  253. /package/dist/es/{components/runtime → src}/utils/page-init-util.d.ts +0 -0
  254. /package/dist/es/{runtime → src}/utils/page-init-util.js +0 -0
  255. /package/dist/es/{components/runtime → src}/utils/store-util.d.ts +0 -0
  256. /package/dist/es/{runtime → src}/utils/store-util.js +0 -0
  257. /package/dist/es/{components/runtime → src}/utils/store.d.ts +0 -0
  258. /package/dist/es/{runtime → src}/utils/store.js +0 -0
  259. /package/dist/es/{runtime → src}/utils/table-utils.js +0 -0
  260. /package/dist/lib/{index.js → components/index.js} +0 -0
  261. /package/dist/lib/{runtime → components/runtime}/index.js +0 -0
  262. /package/dist/lib/{runtime → components/runtime}/utils/assemblys-config.js +0 -0
  263. /package/dist/lib/{runtime → components/runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
  264. /package/dist/lib/{runtime → components/runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
  265. /package/dist/lib/{runtime → components/runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -0
  266. /package/dist/lib/{runtime → components/runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
  267. /package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
  268. /package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
  269. /package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
  270. /package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
  271. /package/dist/lib/{runtime → components/runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
  272. /package/dist/lib/{runtime → components/runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
  273. /package/dist/lib/{runtime → components/runtime}/views/assemblys/common/remove-signer-dialog.vue.js +0 -0
  274. /package/dist/lib/{runtime → components/runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
  275. /package/dist/lib/{runtime → components/runtime}/views/assemblys/common/task-informition-dialog.vue.js +0 -0
  276. /package/dist/lib/{runtime → components/runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
  277. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
  278. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/card/card-runtime.vue2.js +0 -0
  279. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
  280. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
  281. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
  282. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
  283. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
  284. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
  285. /package/dist/lib/{runtime → components/runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
  286. /package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
  287. /package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
  288. /package/dist/lib/{runtime → components/runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
  289. /package/dist/lib/{runtime → components/runtime}/views/assemblys/error-render.vue.js +0 -0
  290. /package/dist/lib/{runtime → components/runtime}/views/assemblys/error-render.vue2.js +0 -0
  291. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
  292. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
  293. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
  294. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
  295. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
  296. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
  297. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
  298. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
  299. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
  300. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
  301. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -0
  302. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
  303. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
  304. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
  305. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
  306. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
  307. /package/dist/lib/{runtime → components/runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
  308. /package/dist/lib/{runtime → components/runtime}/views/assemblys/object-render.vue2.js +0 -0
  309. /package/dist/lib/{runtime → components/runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
  310. /package/dist/lib/{runtime → components/runtime}/views/super-page.vue2.js +0 -0
  311. /package/dist/lib/{super-page-dialog → components/super-page-dialog}/index.js +0 -0
  312. /package/dist/lib/{super-page-dialog → components/super-page-dialog}/super-page-dialog.vue2.js +0 -0
  313. /package/dist/lib/{wf-editor → components/wf-editor}/index.js +0 -0
  314. /package/dist/lib/{assets → src/assets}/chart-themes/theme1.js +0 -0
  315. /package/dist/lib/{assets → src/assets}/chart-themes/theme2.js +0 -0
  316. /package/dist/lib/{assets → src/assets}/chart-themes/theme3.js +0 -0
  317. /package/dist/lib/{components/runtime → src}/utils/api/api-util.d.ts +0 -0
  318. /package/dist/lib/{runtime → src}/utils/api/api-util.js +0 -0
  319. /package/dist/lib/{components/runtime → src}/utils/common-util.d.ts +0 -0
  320. /package/dist/lib/{runtime → src}/utils/common-util.js +0 -0
  321. /package/dist/lib/{runtime → src}/utils/events/event-util.js +0 -0
  322. /package/dist/lib/{components/runtime → src}/utils/events/standard-event.d.ts +0 -0
  323. /package/dist/lib/{runtime → src}/utils/events/standard-event.js +0 -0
  324. /package/dist/lib/{components/runtime → src}/utils/events/validator-util.d.ts +0 -0
  325. /package/dist/lib/{runtime → src}/utils/events/validator-util.js +0 -0
  326. /package/dist/lib/{components/runtime → src}/utils/global-refs.d.ts +0 -0
  327. /package/dist/lib/{runtime → src}/utils/global-refs.js +0 -0
  328. /package/dist/lib/{components/runtime → src}/utils/interfaces/page-design-types.d.ts +0 -0
  329. /package/dist/lib/{runtime → src}/utils/interfaces/page-design-types.js +0 -0
  330. /package/dist/lib/{components/runtime → src}/utils/page-helper-util.d.ts +0 -0
  331. /package/dist/lib/{runtime → src}/utils/page-helper-util.js +0 -0
  332. /package/dist/lib/{components/runtime → src}/utils/page-init-util.d.ts +0 -0
  333. /package/dist/lib/{runtime → src}/utils/page-init-util.js +0 -0
  334. /package/dist/lib/{components/runtime → src}/utils/store-util.d.ts +0 -0
  335. /package/dist/lib/{runtime → src}/utils/store-util.js +0 -0
  336. /package/dist/lib/{components/runtime → src}/utils/store.d.ts +0 -0
  337. /package/dist/lib/{runtime → src}/utils/store.js +0 -0
  338. /package/dist/lib/{runtime → src}/utils/table-utils.js +0 -0
@@ -0,0 +1,5 @@
1
+ import { default as SuperPage } from './runtime';
2
+ import { default as SuperPageDialog } from './super-page-dialog';
3
+ import { default as WfEditor } from './wf-editor';
4
+
5
+ export { SuperPage, SuperPageDialog, WfEditor };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from "vue";
2
2
  import { SuperIcon } from "agilebuilder-ui";
3
- import { handleEvent } from "../../../../utils/events/event-util.js";
3
+ import { handleEvent } from "../../../../../../src/utils/events/event-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "button-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, ref, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createVNode, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString } from "vue";
2
2
  import { ArrowDown } from "@element-plus/icons-vue";
3
- import { formatVariableValue } from "../../../../utils/page-helper-util.js";
3
+ import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _hoisted_1 = { key: 1 };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "dropdown-runtime",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
2
- import { getCustomTheme } from "../../../../utils/charts/chart-util.js";
2
+ import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
3
3
  import { use } from "echarts/core";
4
4
  import { CanvasRenderer } from "echarts/renderers";
5
5
  import { LineChart, BarChart } from "echarts/charts";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
2
- import { getCustomTheme } from "../../../../utils/charts/chart-util.js";
2
+ import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
3
3
  import { use } from "echarts/core";
4
4
  import { CanvasRenderer } from "echarts/renderers";
5
5
  import { GaugeChart } from "echarts/charts";
@@ -12,14 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  configure: {}
13
13
  },
14
14
  setup(__props) {
15
- use([
16
- CanvasRenderer,
17
- GaugeChart,
18
- GridComponent,
19
- TitleComponent,
20
- TooltipComponent,
21
- ToolboxComponent
22
- ]);
15
+ use([CanvasRenderer, GaugeChart, GridComponent, TitleComponent, TooltipComponent, ToolboxComponent]);
23
16
  const props = __props;
24
17
  const thisRef = ref(null);
25
18
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
2
- import { getCustomTheme } from "../../../../utils/charts/chart-util.js";
2
+ import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
3
3
  import { use } from "echarts/core";
4
4
  import { CanvasRenderer } from "echarts/renderers";
5
5
  import { PieChart } from "echarts/charts";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
2
- import { getCustomTheme } from "../../../../utils/charts/chart-util.js";
2
+ import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
3
3
  import { use } from "echarts/core";
4
4
  import { CanvasRenderer } from "echarts/renderers";
5
5
  import { RadarChart } from "echarts/charts";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
2
- import { getCustomTheme } from "../../../../utils/charts/chart-util.js";
2
+ import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
3
3
  import { use } from "echarts/core";
4
4
  import { CanvasRenderer } from "echarts/renderers";
5
5
  import { ScatterChart } from "echarts/charts";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createTextVNode, toDisplayString } from "vue";
2
- import { packageTemplateFiles } from "../../../utils/common-util.js";
2
+ import { packageTemplateFiles } from "../../../../../src/utils/common-util.js";
3
3
  const prefix = "${";
4
4
  const suffix = "}";
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -50,14 +50,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
50
  newValue = newValue.substring(0, suffixIndex) + newValue.substring(suffixIndex + suffix.length);
51
51
  console.log("non replacement value === newValue", newValue);
52
52
  } else {
53
- field = newValue.substring(
54
- prefixIndex + prefix.length,
55
- suffixIndex
56
- );
57
- formatStr = newValue.substring(
58
- prefixIndex,
59
- suffixIndex + suffix.length
60
- );
53
+ field = newValue.substring(prefixIndex + prefix.length, suffixIndex);
54
+ formatStr = newValue.substring(prefixIndex, suffixIndex + suffix.length);
61
55
  console.log("field", field);
62
56
  console.log("formatStr", formatStr);
63
57
  fields.value.push(field);
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, unref, isRef, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList, createElementVNode, createCommentVNode, createTextVNode, toDisplayString } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "collapse-runtime",
6
5
  props: {
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, normalizeStyle, unref, createElementBlock, Fragment, renderList, createCommentVNode, createVNode, normalizeClass } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "container-runtime",
6
5
  props: {
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, unref, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "flex-runtime",
6
5
  props: {
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "form-runtime",
6
5
  props: {
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle } from "vue";
2
- import "../../../../utils/global-refs.js";
3
2
  const _hoisted_1 = ["src"];
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "iframe-runtime",
@@ -2,7 +2,6 @@ import { defineComponent, ref, openBlock, createBlock, unref, isRef, normalizeSt
2
2
  import { ElTabs, ElTabPane } from "element-plus";
3
3
  import _sfc_main$1 from "../../object-render.vue.js";
4
4
  import { SuperIcon } from "agilebuilder-ui";
5
- import "../../../../utils/global-refs.js";
6
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
7
6
  __name: "tabs-runtime",
8
7
  props: {
@@ -1,6 +1,5 @@
1
1
  import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, createElementVNode, normalizeClass, unref, normalizeStyle, Fragment, renderList, createBlock } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import "../../../../utils/global-refs.js";
4
3
  const _hoisted_1 = { class: "amb-widget-tools-parent" };
5
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
5
  __name: "tools-runtime",
@@ -1,10 +1,9 @@
1
1
  import { defineComponent, ref, onMounted, watch, onUnmounted, resolveComponent, openBlock, createElementBlock, createVNode, unref } from "vue";
2
- import "agilebuilder-ui";
3
- import { setTableEvents, getEventFuncByType, canExecuteButton, doAfterClickEvent, doBeforeClickEvent, getHandleEvent, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../utils/events/event-util.js";
4
- import { getListCode, getRealRestApiPath } from "../../../../utils/common-util.js";
5
- import { getSaveFormRequest, standardEvents } from "../../../../utils/events/standard-event.js";
2
+ import { setTableEvents, getEventFuncByType, canExecuteButton, doAfterClickEvent, doBeforeClickEvent, getHandleEvent, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../../../src/utils/events/event-util.js";
3
+ import { getListCode, getRealRestApiPath } from "../../../../../../src/utils/common-util.js";
4
+ import { getSaveFormRequest, standardEvents } from "../../../../../../src/utils/events/standard-event.js";
6
5
  import { isPromise } from "agilebuilder-ui/src/utils/common-util";
7
- import { getDataTypeMap, popupToPage } from "../../../../utils/table-utils.js";
6
+ import { getDataTypeMap, popupToPage } from "../../../../../../src/utils/table-utils.js";
8
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
8
  __name: "main-table-runtime",
10
9
  props: {
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, createBlock, unref, createCommentVNode } from "vue";
2
- import { setTableEvents, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../utils/events/event-util.js";
3
- import { setVariableValue, getVariableValue } from "../../../../utils/page-helper-util.js";
4
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
5
- import { popupToPage } from "../../../../utils/table-utils.js";
6
- import { getListCode } from "../../../../utils/common-util.js";
2
+ import { setTableEvents, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../../../src/utils/events/event-util.js";
3
+ import { setVariableValue, getVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
5
+ import { popupToPage } from "../../../../../../src/utils/table-utils.js";
6
+ import { getListCode } from "../../../../../../src/utils/common-util.js";
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "sub-table-runtime",
9
9
  props: {
@@ -1,9 +1,4 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, unref, createBlock } from "vue";
2
- import "agilebuilder-ui";
3
- import "agilebuilder-ui/src/utils/request";
4
- import "dayjs";
5
- import "agilebuilder-ui/src/utils/calculator/calculator-util";
6
- import "../../../../utils/global-refs.js";
7
2
  import _sfc_main$1 from "./sub-table-runtime.vue.js";
8
3
  import _sfc_main$2 from "./main-table-runtime.vue.js";
9
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList } from "vue";
2
- import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../utils/page-helper-util.js";
3
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
2
+ import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../../../src/utils/page-helper-util.js";
3
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "checkbox-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "datepicker-runtime",
6
6
  props: {
@@ -1,9 +1,5 @@
1
1
  import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import "agilebuilder-ui/src/utils/request";
4
- import "dayjs";
5
- import "agilebuilder-ui/src/utils/calculator/calculator-util";
6
- import "../../../../utils/global-refs.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
7
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
4
  __name: "depttree-runtime",
9
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeStyle, toDisplayString } from "vue";
2
- import { formatVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "divider-runtime",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, watch, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
2
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "fileupload-runtime",
5
5
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "input-number-runtime",
6
6
  props: {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createSlots, createTextVNode } from "vue";
2
2
  import { SuperIcon } from "agilebuilder-ui";
3
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
4
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
5
- import { handleEvent } from "../../../../utils/events/event-util.js";
3
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
4
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
5
+ import { handleEvent } from "../../../../../../src/utils/events/event-util.js";
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  __name: "inputtext-runtime",
8
8
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, createTextVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { queryOptions, formatVariableValue, formatValueByType } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { queryOptions, formatVariableValue, formatValueByType } from "../../../../../../src/utils/page-helper-util.js";
4
4
  import { SuperIcon } from "agilebuilder-ui";
5
5
  const _hoisted_1 = { style: { "display": "flex", "width": "100%", "justify-content": "space-between" } };
6
6
  const _hoisted_2 = { style: { "overflow": "hidden", "white-space": "nowrap" } };
@@ -82,7 +82,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
82
82
  createElementVNode("span", _hoisted_2, [
83
83
  unref(designProperty).preIconValue || unref(designProperty).preText ? (openBlock(), createElementBlock("span", {
84
84
  key: 0,
85
- class: normalizeClass({ "el-input__suffix": unref(designProperty).iconPosition != "outer", "el-input-group__append": unref(designProperty).iconPosition == "outer" }),
85
+ class: normalizeClass({
86
+ "el-input__suffix": unref(designProperty).iconPosition != "outer",
87
+ "el-input-group__append": unref(designProperty).iconPosition == "outer"
88
+ }),
86
89
  style: normalizeStyle(unref(appendStyle))
87
90
  }, [
88
91
  unref(designProperty).preIconType && unref(designProperty).preIconValue ? (openBlock(), createBlock(unref(SuperIcon), {
@@ -96,7 +99,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
99
  ]),
97
100
  unref(designProperty).sufIconValue || unref(designProperty).sufText ? (openBlock(), createElementBlock("span", {
98
101
  key: 0,
99
- class: normalizeClass({ "el-input__suffix": unref(designProperty).iconPosition != "outer", "el-input-group__append": unref(designProperty).iconPosition == "outer" })
102
+ class: normalizeClass({
103
+ "el-input__suffix": unref(designProperty).iconPosition != "outer",
104
+ "el-input-group__append": unref(designProperty).iconPosition == "outer"
105
+ })
100
106
  }, [
101
107
  unref(designProperty).sufIconType && unref(designProperty).sufIconValue ? (openBlock(), createBlock(unref(SuperIcon), {
102
108
  key: 0,
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createTextVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { formatVariableValue, openLink } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { formatVariableValue, openLink } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "link-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList } from "vue";
2
- import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../utils/page-helper-util.js";
3
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
2
+ import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../../../src/utils/page-helper-util.js";
3
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "radio-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, onMounted, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createElementVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { formatVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { formatVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  import Quill from "quill";
5
5
  import "quill/dist/quill.snow.css";
6
6
  const _hoisted_1 = { style: { "width": "100%", "height": "100%" } };
@@ -29,7 +29,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
29
  const quillEditorRef = ref(null);
30
30
  const quill = ref(null);
31
31
  const fileBtn = ref(null);
32
- const fontSize = ["12px", "13px", "14px", "15px", "16px", "18px", "20px", "24px", "28px", "32px", "36px"];
32
+ const fontSize = [
33
+ "12px",
34
+ "13px",
35
+ "14px",
36
+ "15px",
37
+ "16px",
38
+ "18px",
39
+ "20px",
40
+ "24px",
41
+ "28px",
42
+ "32px",
43
+ "36px"
44
+ ];
33
45
  const option = ref({
34
46
  modules: {
35
47
  toolbar: [
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList, createElementVNode } from "vue";
2
- import { getVariableValue, setVariableValue, getOptionDatasFromPage, queryOptionDatasources, autoSetAfterSelect } from "../../../../utils/page-helper-util.js";
3
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
2
+ import { getVariableValue, setVariableValue, getOptionDatasFromPage, queryOptionDatasources, autoSetAfterSelect } from "../../../../../../src/utils/page-helper-util.js";
3
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
4
4
  const _hoisted_1 = { style: { "float": "left" } };
5
5
  const _hoisted_2 = { style: { "float": "right", "color": "var(--el-text-color-secondary)", "font-size": "13px" } };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "switch-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createTextVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { formatVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "tag-runtime",
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, normalizeClass, normalizeStyle, withCtx, toDisplayString, createCommentVNode } from "vue";
2
- import { getFormModelFields } from "../../../../utils/page-init-util.js";
3
- import { getVariableValue, setVariableValue } from "../../../../utils/page-helper-util.js";
2
+ import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
3
+ import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "textarea-runtime",
6
6
  props: {
@@ -1,4 +1,4 @@
1
- import { PageContext, Component } from '../../utils/interfaces/page-design-types';
1
+ import { PageContext, Component } from '../../../../src/utils/interfaces/page-design-types';
2
2
 
3
3
  interface MyProps {
4
4
  pageContext: PageContext;
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, ref, computed, markRaw, onMounted, resolveDirective, withDirectives, openBlock, createBlock, resolveDynamicComponent, normalizeStyle, normalizeClass, vShow, unref } from "vue";
2
2
  import _sfc_main$1 from "./error-render.vue.js";
3
3
  import { getRuntimeComponentByName } from "../../utils/assemblys-config.js";
4
- import { PageDimensions } from "../../utils/interfaces/page-design-types.js";
5
- import { addComponentRef, addComponentRefByCode } from "../../utils/global-refs.js";
6
- import { getPermissionCodes } from "../../utils/page-init-util.js";
7
- import { caculateShowCondition } from "../../utils/page-helper-util.js";
4
+ import { PageDimensions } from "../../../../src/utils/interfaces/page-design-types.js";
5
+ import { addComponentRef, addComponentRefByCode } from "../../../../src/utils/global-refs.js";
6
+ import { getPermissionCodes } from "../../../../src/utils/page-init-util.js";
7
+ import { caculateShowCondition } from "../../../../src/utils/page-helper-util.js";
8
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "object-render",
10
10
  props: {
@@ -109,7 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
109
109
  runtimeStyle.value["width"] = thisRec.width + "px";
110
110
  } else if (thisStyle.position) {
111
111
  runtimeStyle.value["position"] = thisStyle.position;
112
- if (runtimeStyle.position != "relative") {
112
+ if (runtimeStyle.value.position != "relative") {
113
113
  if (!runtimeStyle.value["width"]) {
114
114
  const thisRec = thisRef.value.getBoundingClientRect();
115
115
  runtimeStyle.value["width"] = thisRec.width + "px";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, openBlock, createElementBlock, Fragment, renderList, createBlock, createCommentVNode } from "vue";
2
2
  import _sfc_main$1 from "../../object-render.vue.js";
3
- import { getClickEventFuncByType } from "../../../../utils/events/event-util.js";
4
- import { isVisibleWorkflowButton } from "../../../../utils/events/standard-event.js";
3
+ import { getClickEventFuncByType } from "../../../../../../src/utils/events/event-util.js";
4
+ import { isVisibleWorkflowButton } from "../../../../../../src/utils/events/standard-event.js";
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "workflowbutton-runtime",
7
7
  props: {
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { PageDesign } from '../utils/interfaces/page-design-types';
2
+ import { PageDesign } from '../../../src/utils/interfaces/page-design-types';
3
3
 
4
4
  declare const _default: import('vue').DefineComponent<{
5
5
  pageCode: {
@@ -1,21 +1,20 @@
1
1
  import { defineComponent, ref, onMounted, onUpdated, nextTick, onUnmounted, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderList, createBlock, unref, createCommentVNode, createElementVNode, reactive } from "vue";
2
2
  import _sfc_main$1 from "./assemblys/object-render.vue.js";
3
- import { updateOptionDatasources } from "../utils/page-helper-util.js";
4
- import { queryPageSuperGrids, queryPageDesignByCode, convertToPageContext } from "../utils/page-init-util.js";
5
- import { removePageAllRef, initComponentRefState, addComponentRef } from "../utils/global-refs.js";
6
- import { removeCustomFuncFromWindow, initPageEvents, handleEvent } from "../utils/events/event-util.js";
3
+ import { updateOptionDatasources } from "../../../src/utils/page-helper-util.js";
4
+ import { queryPageSuperGrids, queryPageDesignByCode, convertToPageContext } from "../../../src/utils/page-init-util.js";
5
+ import { removePageAllRef, initComponentRefState, addComponentRef } from "../../../src/utils/global-refs.js";
6
+ import { removeCustomFuncFromWindow, initPageEvents, handleEvent } from "../../../src/utils/events/event-util.js";
7
7
  import _sfc_main$2 from "./assemblys/common/export-form-report-dialog.vue.js";
8
8
  import _sfc_main$3 from "./assemblys/common/task-informition-dialog.vue.js";
9
9
  import _sfc_main$4 from "./assemblys/common/remove-signer-dialog.vue.js";
10
- import { getData } from "../utils/api/api-util.js";
11
- import { getTaskInformitions, getRemoveSigner, exportFormReport, doImportFinally, doAddSigner, doCreateCopyTask, doAssign, doReturnTaskTo, doRemoveSigners } from "../utils/events/standard-event.js";
10
+ import { getData } from "../../../src/utils/api/api-util.js";
11
+ import { getTaskInformitions, getRemoveSigner, exportFormReport, doImportFinally, doAddSigner, doCreateCopyTask, doAssign, doReturnTaskTo, doRemoveSigners } from "../../../src/utils/events/standard-event.js";
12
12
  import { ElMessage } from "element-plus";
13
13
  import { useI18n } from "vue-i18n";
14
14
  import { DepartmentUserTree } from "agilebuilder-ui";
15
- import { i18nValidateRulesMessage } from "../utils/events/validator-util.js";
15
+ import { i18nValidateRulesMessage } from "../../../src/utils/events/validator-util.js";
16
16
  import _sfc_main$5 from "../../super-page-dialog/super-page-dialog.vue.js";
17
17
  import { useRouter } from "vue-router";
18
- import "agilebuilder-ui/src/utils/jump-page-utils";
19
18
  const _sfc_main = /* @__PURE__ */ defineComponent({
20
19
  __name: "super-page",
21
20
  props: {
@@ -1,5 +1,4 @@
1
1
  import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createCommentVNode } from "vue";
2
- import "element-plus";
3
2
  import _sfc_main$1 from "../runtime/views/super-page.vue.js";
4
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
4
  __name: "super-page-dialog",
@@ -0,0 +1,4 @@
1
+
2
+ button[data-v-c38a8dd9] {
3
+ color: blue;
4
+ }
@@ -1,8 +1,8 @@
1
1
  import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
2
2
  /* empty css */
3
- import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const _sfc_main = {};
5
- const _withScopeId = (n) => (pushScopeId("data-v-dfafa4ba"), n = n(), popScopeId(), n);
5
+ const _withScopeId = (n) => (pushScopeId("data-v-c38a8dd9"), n = n(), popScopeId(), n);
6
6
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("button", null, "Editoraaaaa", -1));
7
7
  const _hoisted_2 = [
8
8
  _hoisted_1
@@ -10,7 +10,7 @@ const _hoisted_2 = [
10
10
  function _sfc_render(_ctx, _cache) {
11
11
  return openBlock(), createElementBlock("div", null, _hoisted_2);
12
12
  }
13
- const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-dfafa4ba"]]);
13
+ const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c38a8dd9"]]);
14
14
  export {
15
15
  WfEditor as default
16
16
  };
@@ -0,0 +1,15 @@
1
+ import theme1 from "../../assets/chart-themes/theme1.js";
2
+ import theme2 from "../../assets/chart-themes/theme2.js";
3
+ import theme3 from "../../assets/chart-themes/theme3.js";
4
+ const themeMap = {
5
+ theme1,
6
+ theme2,
7
+ theme3
8
+ };
9
+ function getCustomTheme(themeName) {
10
+ console.log("getdd", themeName);
11
+ return themeMap[themeName];
12
+ }
13
+ export {
14
+ getCustomTheme
15
+ };
@@ -1,4 +1,4 @@
1
- import { PageDesign, Component, PageContext } from '../interfaces/page-design-types';
1
+ import { Component, PageContext, PageDesign } from '../../utils/interfaces/page-design-types';
2
2
 
3
3
  /**
4
4
  * 缓存页面事件,并转为Function对象,并绑定自定义方法到window对象上
@@ -0,0 +1,5 @@
1
+ import { default as SuperPage } from './runtime';
2
+ import { default as SuperPageDialog } from './super-page-dialog';
3
+ import { default as WfEditor } from './wf-editor';
4
+
5
+ export { SuperPage, SuperPageDialog, WfEditor };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const agilebuilderUi = require("agilebuilder-ui");
4
- const eventUtil = require("../../../../utils/events/event-util.js");
4
+ const eventUtil = require("../../../../../../src/utils/events/event-util.js");
5
5
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
6
6
  __name: "button-runtime",
7
7
  props: {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const iconsVue = require("@element-plus/icons-vue");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
4
+ const pageHelperUtil = require("../../../../../../src/utils/page-helper-util.js");
5
5
  const _hoisted_1 = { key: 1 };
6
6
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
7
7
  __name: "dropdown-runtime",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
- const chartUtil = require("../../../../utils/charts/chart-util.js");
3
+ const chartUtil = require("../../../../../../src/utils/charts/chart-util.js");
4
4
  const core = require("echarts/core");
5
5
  const renderers = require("echarts/renderers");
6
6
  const charts = require("echarts/charts");