super-page-runtime 3.0.6 → 3.0.7

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 (303) hide show
  1. package/dist/es/components/{super-page → runtime}/utils/api/api-util.js +3 -3
  2. package/dist/es/components/{super-page → runtime}/utils/assemblys-config.js +1 -1
  3. package/dist/es/components/{super-page → runtime}/utils/common-util.js +2 -2
  4. package/dist/es/components/{super-page → runtime}/utils/eventBus.js +1 -1
  5. package/dist/es/components/{super-page → runtime}/utils/events/event-util.js +3 -3
  6. package/dist/es/components/{super-page → runtime}/utils/events/standard-event.js +6 -7
  7. package/dist/es/components/{super-page → runtime}/utils/events/validator-util.js +4 -4
  8. package/dist/es/components/{super-page → runtime}/utils/global-refs.js +1 -1
  9. package/dist/es/components/{super-page → runtime}/utils/page-helper-util.js +3 -3
  10. package/dist/es/components/{super-page → runtime}/utils/page-init-util.js +2 -2
  11. package/dist/es/components/{super-page → runtime}/utils/table-utils.js +1 -1
  12. package/dist/es/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  13. package/dist/es/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
  14. package/dist/es/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  15. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +54 -0
  16. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +50 -0
  17. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +51 -0
  18. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +51 -0
  19. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +52 -0
  20. package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
  21. package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
  22. package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.js +3 -3
  23. package/dist/es/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue2.js +4 -4
  24. package/dist/es/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
  25. package/dist/es/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue2.js +1 -1
  26. package/dist/es/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
  27. package/dist/es/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue2.js +1 -1
  28. package/dist/es/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  29. package/dist/es/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue2.js +6 -6
  30. package/dist/es/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
  31. package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
  32. package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
  33. package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue2.js +5 -6
  34. package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue.js +1 -1
  35. package/dist/es/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
  36. package/dist/es/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
  37. package/dist/es/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -5
  38. package/dist/es/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  39. package/dist/es/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  40. package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
  41. package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue2.js +6 -6
  42. package/dist/es/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue2.js +4 -4
  43. package/dist/es/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue2.js +1 -1
  44. package/dist/es/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
  45. package/dist/es/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
  46. package/dist/es/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -5
  47. package/dist/es/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue2.js +1 -1
  48. package/dist/es/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
  49. package/dist/es/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
  50. package/dist/es/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
  51. package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue.js +1 -1
  52. package/dist/es/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  53. package/dist/es/components/{super-page → runtime}/views/super-page.vue.js +6 -7
  54. package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +2 -2
  55. package/dist/es/components/wf-editor/wf-editor.vue.js +1 -1
  56. package/dist/es/index.d.ts +1 -1
  57. package/dist/es/index.js +1 -1
  58. package/dist/favicon.ico +0 -0
  59. package/dist/lib/components/{super-page → runtime}/utils/api/api-util.js +12 -12
  60. package/dist/lib/components/{super-page → runtime}/utils/assemblys-config.js +35 -35
  61. package/dist/lib/components/{super-page → runtime}/utils/common-util.js +4 -4
  62. package/dist/lib/components/{super-page → runtime}/utils/eventBus.js +1 -1
  63. package/dist/lib/components/{super-page → runtime}/utils/events/event-util.js +8 -8
  64. package/dist/lib/components/{super-page → runtime}/utils/events/standard-event.js +105 -106
  65. package/dist/lib/components/{super-page → runtime}/utils/events/validator-util.js +15 -15
  66. package/dist/lib/components/{super-page → runtime}/utils/global-refs.js +1 -1
  67. package/dist/lib/components/{super-page → runtime}/utils/page-helper-util.js +8 -8
  68. package/dist/lib/components/{super-page → runtime}/utils/page-init-util.js +5 -5
  69. package/dist/lib/components/{super-page → runtime}/utils/table-utils.js +2 -2
  70. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +54 -0
  71. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +35 -0
  72. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +110 -0
  73. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +53 -0
  74. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +49 -0
  75. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +50 -0
  76. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +50 -0
  77. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +51 -0
  78. package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.js +21 -21
  79. package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.js +30 -30
  80. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +104 -0
  81. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +72 -0
  82. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +74 -0
  83. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +79 -0
  84. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +43 -0
  85. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +44 -0
  86. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +30 -0
  87. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +69 -0
  88. package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +12 -12
  89. package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue.js +26 -26
  90. package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +15 -15
  91. package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue2.js +11 -12
  92. package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
  93. package/dist/lib/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +24 -24
  94. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +82 -0
  95. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +63 -0
  96. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +40 -0
  97. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +74 -0
  98. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +63 -0
  99. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +127 -0
  100. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +127 -0
  101. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +77 -0
  102. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +29 -0
  103. package/dist/lib/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +25 -25
  104. package/dist/lib/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +37 -39
  105. package/dist/lib/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue2.js +41 -41
  106. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +63 -0
  107. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +63 -0
  108. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +65 -0
  109. package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue.js +18 -18
  110. package/dist/lib/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +9 -9
  111. package/dist/lib/components/{super-page → runtime}/views/super-page.vue.js +60 -61
  112. package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +14 -14
  113. package/dist/lib/components/wf-editor/wf-editor.vue.js +4 -4
  114. package/dist/lib/index.d.ts +1 -1
  115. package/dist/lib/index.js +1 -1
  116. package/dist/super-page-runtime.umd.js +213932 -0
  117. package/package.json +3 -4
  118. package/dist/es/_virtual/AttributeMap.js +0 -4
  119. package/dist/es/_virtual/Delta.js +0 -4
  120. package/dist/es/_virtual/Op.js +0 -4
  121. package/dist/es/_virtual/OpIterator.js +0 -4
  122. package/dist/es/_virtual/__vite-browser-external.js +0 -4
  123. package/dist/es/_virtual/_commonjsHelpers.js +0 -8
  124. package/dist/es/_virtual/dayjs.min.js +0 -4
  125. package/dist/es/_virtual/index.js +0 -4
  126. package/dist/es/_virtual/index2.js +0 -4
  127. package/dist/es/_virtual/index3.js +0 -4
  128. package/dist/es/components/super-page/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -60
  129. package/dist/es/components/super-page/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -53
  130. package/dist/es/components/super-page/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -55
  131. package/dist/es/components/super-page/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -55
  132. package/dist/es/components/super-page/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -57
  133. package/dist/lib/_virtual/AttributeMap.js +0 -4
  134. package/dist/lib/_virtual/Delta.js +0 -4
  135. package/dist/lib/_virtual/Op.js +0 -4
  136. package/dist/lib/_virtual/OpIterator.js +0 -4
  137. package/dist/lib/_virtual/__vite-browser-external.js +0 -3
  138. package/dist/lib/_virtual/_commonjsHelpers.js +0 -8
  139. package/dist/lib/_virtual/dayjs.min.js +0 -4
  140. package/dist/lib/_virtual/index.js +0 -4
  141. package/dist/lib/_virtual/index2.js +0 -4
  142. package/dist/lib/_virtual/index3.js +0 -4
  143. package/dist/lib/components/super-page/views/assemblys/button/button/button-runtime.vue2.js +0 -54
  144. package/dist/lib/components/super-page/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -35
  145. package/dist/lib/components/super-page/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +0 -110
  146. package/dist/lib/components/super-page/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -59
  147. package/dist/lib/components/super-page/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -52
  148. package/dist/lib/components/super-page/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -54
  149. package/dist/lib/components/super-page/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -54
  150. package/dist/lib/components/super-page/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -56
  151. package/dist/lib/components/super-page/views/assemblys/common/task-informition-dialog.vue.js +0 -104
  152. package/dist/lib/components/super-page/views/assemblys/container/card/card-runtime.vue2.js +0 -72
  153. package/dist/lib/components/super-page/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -74
  154. package/dist/lib/components/super-page/views/assemblys/container/container/container-runtime.vue2.js +0 -79
  155. package/dist/lib/components/super-page/views/assemblys/container/flex/flex-runtime.vue2.js +0 -43
  156. package/dist/lib/components/super-page/views/assemblys/container/form/form-runtime.vue2.js +0 -44
  157. package/dist/lib/components/super-page/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -30
  158. package/dist/lib/components/super-page/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -69
  159. package/dist/lib/components/super-page/views/assemblys/error-render.vue.js +0 -22
  160. package/dist/lib/components/super-page/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +0 -82
  161. package/dist/lib/components/super-page/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +0 -64
  162. package/dist/lib/components/super-page/views/assemblys/form/divider/divider-runtime.vue2.js +0 -40
  163. package/dist/lib/components/super-page/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -74
  164. package/dist/lib/components/super-page/views/assemblys/form/input-number/input-number-runtime.vue2.js +0 -63
  165. package/dist/lib/components/super-page/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -127
  166. package/dist/lib/components/super-page/views/assemblys/form/label/label-runtime.vue2.js +0 -127
  167. package/dist/lib/components/super-page/views/assemblys/form/link/link-runtime.vue2.js +0 -77
  168. package/dist/lib/components/super-page/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -29
  169. package/dist/lib/components/super-page/views/assemblys/form/switch/switch-runtime.vue2.js +0 -63
  170. package/dist/lib/components/super-page/views/assemblys/form/tag/tag-runtime.vue2.js +0 -63
  171. package/dist/lib/components/super-page/views/assemblys/form/textarea/textarea-runtime.vue2.js +0 -65
  172. /package/dist/es/components/{super-page → runtime}/index.d.ts +0 -0
  173. /package/dist/es/components/{super-page → runtime}/index.js +0 -0
  174. /package/dist/es/components/{super-page → runtime}/utils/api/api-util.d.ts +0 -0
  175. /package/dist/es/components/{super-page → runtime}/utils/charts/chart-util.js +0 -0
  176. /package/dist/es/components/{super-page → runtime}/utils/common-util.d.ts +0 -0
  177. /package/dist/es/components/{super-page → runtime}/utils/eventBus.d.ts +0 -0
  178. /package/dist/es/components/{super-page → runtime}/utils/events/event-util.d.ts +0 -0
  179. /package/dist/es/components/{super-page → runtime}/utils/events/standard-event.d.ts +0 -0
  180. /package/dist/es/components/{super-page → runtime}/utils/events/validator-util.d.ts +0 -0
  181. /package/dist/es/components/{super-page → runtime}/utils/global-refs.d.ts +0 -0
  182. /package/dist/es/components/{super-page → runtime}/utils/interfaces/page-design-types.d.ts +0 -0
  183. /package/dist/es/components/{super-page → runtime}/utils/interfaces/page-design-types.js +0 -0
  184. /package/dist/es/components/{super-page → runtime}/utils/page-helper-util.d.ts +0 -0
  185. /package/dist/es/components/{super-page → runtime}/utils/page-init-util.d.ts +0 -0
  186. /package/dist/es/components/{super-page → runtime}/utils/store-util.d.ts +0 -0
  187. /package/dist/es/components/{super-page → runtime}/utils/store-util.js +0 -0
  188. /package/dist/es/components/{super-page → runtime}/utils/store.d.ts +0 -0
  189. /package/dist/es/components/{super-page → runtime}/utils/store.js +0 -0
  190. /package/dist/es/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
  191. /package/dist/es/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
  192. /package/dist/es/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
  193. /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
  194. /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
  195. /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
  196. /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
  197. /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
  198. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -0
  199. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
  200. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -0
  201. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
  202. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -0
  203. /package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
  204. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
  205. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
  206. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
  207. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
  208. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
  209. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
  210. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
  211. /package/dist/es/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
  212. /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
  213. /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
  214. /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
  215. /package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue.d.ts +0 -0
  216. /package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue2.js +0 -0
  217. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
  218. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
  219. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
  220. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
  221. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
  222. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
  223. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
  224. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
  225. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
  226. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
  227. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
  228. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
  229. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
  230. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
  231. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
  232. /package/dist/es/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
  233. /package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue.d.ts +0 -0
  234. /package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue2.js +0 -0
  235. /package/dist/es/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
  236. /package/dist/es/components/{super-page → runtime}/views/super-page.vue.d.ts +0 -0
  237. /package/dist/es/components/{super-page → runtime}/views/super-page.vue2.js +0 -0
  238. /package/dist/lib/components/{super-page → runtime}/index.d.ts +0 -0
  239. /package/dist/lib/components/{super-page → runtime}/index.js +0 -0
  240. /package/dist/lib/components/{super-page → runtime}/utils/api/api-util.d.ts +0 -0
  241. /package/dist/lib/components/{super-page → runtime}/utils/charts/chart-util.js +0 -0
  242. /package/dist/lib/components/{super-page → runtime}/utils/common-util.d.ts +0 -0
  243. /package/dist/lib/components/{super-page → runtime}/utils/eventBus.d.ts +0 -0
  244. /package/dist/lib/components/{super-page → runtime}/utils/events/event-util.d.ts +0 -0
  245. /package/dist/lib/components/{super-page → runtime}/utils/events/standard-event.d.ts +0 -0
  246. /package/dist/lib/components/{super-page → runtime}/utils/events/validator-util.d.ts +0 -0
  247. /package/dist/lib/components/{super-page → runtime}/utils/global-refs.d.ts +0 -0
  248. /package/dist/lib/components/{super-page → runtime}/utils/interfaces/page-design-types.d.ts +0 -0
  249. /package/dist/lib/components/{super-page → runtime}/utils/interfaces/page-design-types.js +0 -0
  250. /package/dist/lib/components/{super-page → runtime}/utils/page-helper-util.d.ts +0 -0
  251. /package/dist/lib/components/{super-page → runtime}/utils/page-init-util.d.ts +0 -0
  252. /package/dist/lib/components/{super-page → runtime}/utils/store-util.d.ts +0 -0
  253. /package/dist/lib/components/{super-page → runtime}/utils/store-util.js +0 -0
  254. /package/dist/lib/components/{super-page → runtime}/utils/store.d.ts +0 -0
  255. /package/dist/lib/components/{super-page → runtime}/utils/store.js +0 -0
  256. /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
  257. /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
  258. /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
  259. /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
  260. /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
  261. /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
  262. /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
  263. /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
  264. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -0
  265. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
  266. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -0
  267. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
  268. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -0
  269. /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
  270. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
  271. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
  272. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
  273. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
  274. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
  275. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
  276. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
  277. /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
  278. /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
  279. /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
  280. /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
  281. /package/dist/lib/components/{super-page → runtime}/views/assemblys/error-render.vue.d.ts +0 -0
  282. /package/dist/lib/components/{super-page → runtime}/views/assemblys/error-render.vue2.js +0 -0
  283. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
  284. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
  285. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
  286. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
  287. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
  288. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
  289. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
  290. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
  291. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
  292. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
  293. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
  294. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
  295. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
  296. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
  297. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
  298. /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
  299. /package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue.d.ts +0 -0
  300. /package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue2.js +0 -0
  301. /package/dist/lib/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
  302. /package/dist/lib/components/{super-page → runtime}/views/super-page.vue.d.ts +0 -0
  303. /package/dist/lib/components/{super-page → runtime}/views/super-page.vue2.js +0 -0
@@ -1,127 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const superUi = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
4
- const pageInitUtil = require("../../../../utils/page-init-util.js");
5
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
6
- const eventUtil = require("../../../../utils/events/event-util.js");
7
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
8
- __name: "inputtext-runtime",
9
- props: {
10
- pageContext: {},
11
- configure: {}
12
- },
13
- setup(__props, { expose: __expose }) {
14
- const props = __props;
15
- const entity = props.pageContext.entity ? props.pageContext.entity : {};
16
- let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
17
- const dynamicModelMethod = Vue.computed({
18
- get() {
19
- return pageHelperUtil.getVariableValue(entity, dynamicFields);
20
- },
21
- set(value) {
22
- pageHelperUtil.setVariableValue(entity, dynamicFields, value);
23
- }
24
- });
25
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
26
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
27
- const runtimeStyle = runtimeInfo.style;
28
- const runtimeClass = runtimeInfo.class;
29
- const headerStyle = runtimeInfo.headerStyle;
30
- function getValue() {
31
- return pageHelperUtil.getVariableValue(entity, dynamicFields);
32
- }
33
- function setValue(value) {
34
- return pageHelperUtil.setVariableValue(entity, dynamicFields, value);
35
- }
36
- __expose({
37
- getValue,
38
- setValue
39
- });
40
- return (_ctx, _cache) => {
41
- const _component_el_input = Vue.resolveComponent("el-input");
42
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
43
- return Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
44
- required: Vue.unref(designProperty).required ? true : false,
45
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
46
- "label-width": Vue.unref(designProperty).labelWidth,
47
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
48
- }, {
49
- label: Vue.withCtx(() => [
50
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
51
- key: 0,
52
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
53
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
54
- ]),
55
- default: Vue.withCtx(() => [
56
- Vue.createVNode(_component_el_input, {
57
- disabled: Vue.unref(designProperty).state === "disabled",
58
- readonly: Vue.unref(designProperty).state === "readonly",
59
- size: Vue.unref(designProperty).size,
60
- clearable: Vue.unref(designProperty).clearable,
61
- placeholder: Vue.unref(designProperty).placeholder,
62
- maxlength: Vue.unref(designProperty).maxLength,
63
- "show-word-limit": Vue.unref(designProperty).showInputNum,
64
- modelValue: dynamicModelMethod.value,
65
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event),
66
- onInput: _cache[1] || (_cache[1] = ($event) => Vue.unref(eventUtil.handleEvent)($event, _ctx.pageContext, _ctx.configure, "input")),
67
- onChange: _cache[2] || (_cache[2] = ($event) => Vue.unref(eventUtil.handleEvent)($event, _ctx.pageContext, _ctx.configure, "change")),
68
- onBlur: _cache[3] || (_cache[3] = ($event) => Vue.unref(eventUtil.handleEvent)($event, _ctx.pageContext, _ctx.configure, "blur")),
69
- onFocus: _cache[4] || (_cache[4] = ($event) => Vue.unref(eventUtil.handleEvent)($event, _ctx.pageContext, _ctx.configure, "focus")),
70
- onClick: _cache[5] || (_cache[5] = ($event) => Vue.unref(eventUtil.handleEvent)($event, _ctx.pageContext, _ctx.configure, "click"))
71
- }, Vue.createSlots({ _: 2 }, [
72
- Vue.unref(designProperty).iconPosition != "outer" && (Vue.unref(designProperty).preIconType && Vue.unref(designProperty).preIconValue || Vue.unref(designProperty).preText) ? {
73
- name: "prefix",
74
- fn: Vue.withCtx(() => [
75
- Vue.unref(designProperty).preIconType && Vue.unref(designProperty).preIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
76
- key: 0,
77
- iconType: Vue.unref(designProperty).preIconType,
78
- iconValue: Vue.unref(designProperty).preIconValue
79
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
80
- Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(designProperty).preText), 1)
81
- ]),
82
- key: "0"
83
- } : void 0,
84
- Vue.unref(designProperty).iconPosition == "outer" && (Vue.unref(designProperty).preIconType && Vue.unref(designProperty).preIconValue || Vue.unref(designProperty).preText) ? {
85
- name: "prepend",
86
- fn: Vue.withCtx(() => [
87
- Vue.unref(designProperty).preIconType && Vue.unref(designProperty).preIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
88
- key: 0,
89
- iconType: Vue.unref(designProperty).preIconType,
90
- iconValue: Vue.unref(designProperty).preIconValue
91
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
92
- Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(designProperty).preText), 1)
93
- ]),
94
- key: "1"
95
- } : void 0,
96
- Vue.unref(designProperty).iconPosition != "outer" && (Vue.unref(designProperty).sufIconType && Vue.unref(designProperty).sufIconValue || Vue.unref(designProperty).sufText) ? {
97
- name: "suffix",
98
- fn: Vue.withCtx(() => [
99
- Vue.unref(designProperty).sufIconType && Vue.unref(designProperty).sufIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
100
- key: 0,
101
- iconType: Vue.unref(designProperty).sufIconType,
102
- iconValue: Vue.unref(designProperty).sufIconValue
103
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
104
- Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(designProperty).sufText), 1)
105
- ]),
106
- key: "2"
107
- } : void 0,
108
- Vue.unref(designProperty).iconPosition == "outer" && (Vue.unref(designProperty).sufIconType && Vue.unref(designProperty).sufIconValue || Vue.unref(designProperty).sufText) ? {
109
- name: "append",
110
- fn: Vue.withCtx(() => [
111
- Vue.unref(designProperty).sufIconType && Vue.unref(designProperty).sufIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
112
- key: 0,
113
- iconType: Vue.unref(designProperty).sufIconType,
114
- iconValue: Vue.unref(designProperty).sufIconValue
115
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
116
- Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(designProperty).sufText), 1)
117
- ]),
118
- key: "3"
119
- } : void 0
120
- ]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "modelValue"])
121
- ]),
122
- _: 1
123
- }, 8, ["required", "class", "label-width", "style"]);
124
- };
125
- }
126
- });
127
- module.exports = _sfc_main;
@@ -1,127 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const pageInitUtil = require("../../../../utils/page-init-util.js");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const superUi = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
6
- const _hoisted_1 = { style: { "display": "flex", "width": "100%", "justify-content": "space-between" } };
7
- const _hoisted_2 = { style: { "overflow": "hidden", "white-space": "nowrap" } };
8
- const _hoisted_3 = {
9
- key: 1,
10
- style: { "display": "flex", "justify-content": "space-between" }
11
- };
12
- const _hoisted_4 = ["title"];
13
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
14
- __name: "label-runtime",
15
- props: {
16
- pageContext: {},
17
- configure: {}
18
- },
19
- setup(__props) {
20
- const props = __props;
21
- pageInitUtil.getFormModelFields(props.pageContext, props.configure);
22
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
23
- const runtimeStyle = runtimeInfo.style;
24
- const runtimeClass = runtimeInfo.class;
25
- const headerStyle = runtimeInfo.headerStyle;
26
- const appendClass = runtimeInfo.appendClass;
27
- const appendStyle = runtimeInfo.appendStyle;
28
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
29
- const listOptions = designProperty.options ? designProperty.options : [];
30
- const dataOrigin = props.configure.props && props.configure.props.dataOrigin ? props.configure.props.dataOrigin : {};
31
- const valueType = dataOrigin.optionValueSetType;
32
- if (valueType == "dynamicData" || valueType == "dynamicData" || valueType == "service") {
33
- pageHelperUtil.queryOptions(props.configure, props.pageContext, "").then((results) => {
34
- listOptions.value = results;
35
- }).catch((error) => {
36
- console.log("lable组件查询数据源失败!", error);
37
- });
38
- }
39
- let contentVariable = designProperty.formatting;
40
- if (!contentVariable) {
41
- const propsBase = props.configure.props.base ? props.configure.props.base : {};
42
- contentVariable = propsBase.prop;
43
- }
44
- if (!contentVariable) {
45
- contentVariable = "${page." + props.configure.uuid + "}";
46
- }
47
- const formatType = designProperty.formatType;
48
- const dynamicValue = Vue.computed(() => {
49
- let resultValue = pageHelperUtil.formatVariableValue(props.pageContext, contentVariable);
50
- console.log("formatType", formatType);
51
- if (formatType) {
52
- if (designProperty.hasOptions) {
53
- let selItems = null;
54
- if (listOptions.value) {
55
- selItems = listOptions.value.filter((item) => item.value == resultValue);
56
- }
57
- if (selItems && selItems.length > 0) {
58
- resultValue = selItems[0].label;
59
- }
60
- } else {
61
- resultValue = pageHelperUtil.formatValueByType(resultValue, formatType, designProperty);
62
- }
63
- }
64
- return resultValue == void 0 || resultValue == null ? "" : resultValue;
65
- });
66
- return (_ctx, _cache) => {
67
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
68
- return Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
69
- key: 0,
70
- required: Vue.unref(designProperty).required ? true : false,
71
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
72
- "label-width": Vue.unref(designProperty).labelWidth,
73
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
74
- }, {
75
- label: Vue.withCtx(() => [
76
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
77
- key: 0,
78
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
79
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
80
- ]),
81
- default: Vue.withCtx(() => [
82
- Vue.createElementVNode("div", _hoisted_1, [
83
- Vue.createElementVNode("span", _hoisted_2, [
84
- Vue.unref(designProperty).preIconValue || Vue.unref(designProperty).preText ? (Vue.openBlock(), Vue.createElementBlock("span", {
85
- key: 0,
86
- class: Vue.normalizeClass({ "el-input__suffix": Vue.unref(designProperty).iconPosition != "outer", "el-input-group__append": Vue.unref(designProperty).iconPosition == "outer" }),
87
- style: Vue.normalizeStyle(Vue.unref(appendStyle))
88
- }, [
89
- Vue.unref(designProperty).preIconType && Vue.unref(designProperty).preIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
90
- key: 0,
91
- iconType: Vue.unref(designProperty).preIconType,
92
- iconValue: Vue.unref(designProperty).preIconValue
93
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
94
- Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(designProperty).preText), 1)
95
- ], 6)) : Vue.createCommentVNode("", true),
96
- Vue.createTextVNode("  " + Vue.toDisplayString(dynamicValue.value), 1)
97
- ]),
98
- Vue.unref(designProperty).sufIconValue || Vue.unref(designProperty).sufText ? (Vue.openBlock(), Vue.createElementBlock("span", {
99
- key: 0,
100
- class: Vue.normalizeClass({ "el-input__suffix": Vue.unref(designProperty).iconPosition != "outer", "el-input-group__append": Vue.unref(designProperty).iconPosition == "outer" })
101
- }, [
102
- Vue.unref(designProperty).sufIconType && Vue.unref(designProperty).sufIconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
103
- key: 0,
104
- style: {},
105
- iconType: Vue.unref(designProperty).sufIconType,
106
- iconValue: Vue.unref(designProperty).sufIconValue
107
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
108
- Vue.createElementVNode("span", null, " " + Vue.toDisplayString(Vue.unref(designProperty).sufText), 1)
109
- ], 2)) : Vue.createCommentVNode("", true)
110
- ])
111
- ]),
112
- _: 1
113
- }, 8, ["required", "class", "label-width", "style"])) : (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_3, [
114
- Vue.createElementVNode("span", {
115
- style: { "overflow": "hidden", "white-space": "nowrap" },
116
- title: dynamicValue.value
117
- }, Vue.toDisplayString(Vue.unref(designProperty).prefixIcon) + " " + Vue.toDisplayString(dynamicValue.value), 9, _hoisted_4),
118
- Vue.unref(designProperty).suffixTxt ? (Vue.openBlock(), Vue.createElementBlock("span", {
119
- key: 0,
120
- class: Vue.normalizeClass(Vue.unref(appendClass)),
121
- style: Vue.normalizeStyle(Vue.unref(appendStyle))
122
- }, Vue.toDisplayString(Vue.unref(designProperty).suffixTxt), 7)) : Vue.createCommentVNode("", true)
123
- ]));
124
- };
125
- }
126
- });
127
- module.exports = _sfc_main;
@@ -1,77 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const pageInitUtil = require("../../../../utils/page-init-util.js");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
6
- __name: "link-runtime",
7
- props: {
8
- pageContext: {},
9
- configure: {}
10
- },
11
- setup(__props) {
12
- const props = __props;
13
- pageInitUtil.getFormModelFields(props.pageContext, props.configure);
14
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
15
- const runtimeStyle = runtimeInfo.style;
16
- const runtimeClass = runtimeInfo.class;
17
- const headerStyle = runtimeInfo.headerStyle;
18
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
19
- let contentVariable = designProperty.formatting;
20
- if (!contentVariable) {
21
- const propsBase = props.configure.props.base ? props.configure.props.base : {};
22
- contentVariable = propsBase.prop;
23
- }
24
- if (!contentVariable) {
25
- contentVariable = "${page." + props.configure.uuid + "}";
26
- }
27
- const dynamicValue = Vue.computed(() => {
28
- const resultValue = pageHelperUtil.formatVariableValue(props.pageContext, contentVariable);
29
- return resultValue == void 0 || resultValue == null ? "" : resultValue;
30
- });
31
- let tooltipVariable = designProperty.tooltip;
32
- const tooltipValue = Vue.computed(() => {
33
- const resultValue = pageHelperUtil.formatVariableValue(props.pageContext, tooltipVariable);
34
- return resultValue == void 0 || resultValue == null ? "" : resultValue;
35
- });
36
- return (_ctx, _cache) => {
37
- const _component_el_link = Vue.resolveComponent("el-link");
38
- const _component_el_tooltip = Vue.resolveComponent("el-tooltip");
39
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
40
- return Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
41
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
42
- "label-width": Vue.unref(designProperty).labelWidth,
43
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
44
- }, {
45
- label: Vue.withCtx(() => [
46
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
47
- key: 0,
48
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
49
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
50
- ]),
51
- default: Vue.withCtx(() => [
52
- Vue.createVNode(_component_el_tooltip, {
53
- disabled: !tooltipValue.value,
54
- content: tooltipValue.value
55
- }, {
56
- default: Vue.withCtx(() => [
57
- Vue.createVNode(_component_el_link, {
58
- disabled: Vue.unref(designProperty).state === "disabled",
59
- type: Vue.unref(designProperty).type,
60
- underline: Vue.unref(designProperty).underline,
61
- onClick: _cache[0] || (_cache[0] = ($event) => Vue.unref(pageHelperUtil.openLink)(_ctx.configure, _ctx.pageContext))
62
- }, {
63
- default: Vue.withCtx(() => [
64
- Vue.createTextVNode(Vue.toDisplayString(dynamicValue.value), 1)
65
- ]),
66
- _: 1
67
- }, 8, ["disabled", "type", "underline"])
68
- ]),
69
- _: 1
70
- }, 8, ["disabled", "content"])
71
- ]),
72
- _: 1
73
- }, 8, ["class", "label-width", "style"]);
74
- };
75
- }
76
- });
77
- module.exports = _sfc_main;
@@ -1,29 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const _hoisted_1 = /* @__PURE__ */ Vue.createElementVNode("div", { style: { "width": "100%", "height": "100%" } }, " ", -1);
4
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
- __name: "placeholder-runtime",
6
- props: {
7
- pageContext: {},
8
- configure: {}
9
- },
10
- setup(__props) {
11
- const props = __props;
12
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
13
- const runtimeStyle = runtimeInfo.style;
14
- const runtimeClass = runtimeInfo.class;
15
- return (_ctx, _cache) => {
16
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
17
- return Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
18
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
19
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
20
- }, {
21
- default: Vue.withCtx(() => [
22
- _hoisted_1
23
- ]),
24
- _: 1
25
- }, 8, ["class", "style"]);
26
- };
27
- }
28
- });
29
- module.exports = _sfc_main;
@@ -1,63 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const pageInitUtil = require("../../../../utils/page-init-util.js");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
6
- __name: "switch-runtime",
7
- props: {
8
- pageContext: {},
9
- configure: {}
10
- },
11
- setup(__props) {
12
- const props = __props;
13
- const entity = props.pageContext.entity ? props.pageContext.entity : {};
14
- let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
15
- const dynamicModelMethod = Vue.computed({
16
- get() {
17
- return pageHelperUtil.getVariableValue(entity, dynamicFields);
18
- },
19
- set(value) {
20
- pageHelperUtil.setVariableValue(entity, dynamicFields, value);
21
- }
22
- });
23
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
24
- const runtimeStyle = runtimeInfo.style;
25
- const runtimeClass = runtimeInfo.class;
26
- const headerStyle = runtimeInfo.headerStyle;
27
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
28
- const switchStyle = runtimeInfo.switchStyle;
29
- return (_ctx, _cache) => {
30
- const _component_el_switch = Vue.resolveComponent("el-switch");
31
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
32
- return Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
33
- required: Vue.unref(designProperty).required,
34
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
35
- "label-width": Vue.unref(designProperty).labelWidth,
36
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
37
- }, {
38
- label: Vue.withCtx(() => [
39
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
40
- key: 0,
41
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
42
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
43
- ]),
44
- default: Vue.withCtx(() => [
45
- Vue.createVNode(_component_el_switch, {
46
- disabled: Vue.unref(designProperty).state === "disabled",
47
- "active-value:": Vue.unref(designProperty).activeValue,
48
- "active-text": Vue.unref(designProperty).activeText,
49
- "inactive-value": Vue.unref(designProperty).inactiveValue,
50
- "inactive-text": Vue.unref(designProperty).inactiveText,
51
- width: Vue.unref(designProperty).offOnWidth,
52
- size: Vue.unref(designProperty).size,
53
- style: Vue.normalizeStyle(Vue.unref(switchStyle)),
54
- modelValue: dynamicModelMethod.value,
55
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event)
56
- }, null, 8, ["disabled", "active-value:", "active-text", "inactive-value", "inactive-text", "width", "size", "style", "modelValue"])
57
- ]),
58
- _: 1
59
- }, 8, ["required", "class", "label-width", "style"]);
60
- };
61
- }
62
- });
63
- module.exports = _sfc_main;
@@ -1,63 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const pageInitUtil = require("../../../../utils/page-init-util.js");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
6
- __name: "tag-runtime",
7
- props: {
8
- pageContext: {},
9
- configure: {}
10
- },
11
- setup(__props) {
12
- const props = __props;
13
- pageInitUtil.getFormModelFields(props.pageContext, props.configure);
14
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
15
- const runtimeStyle = runtimeInfo.style;
16
- const runtimeClass = runtimeInfo.class;
17
- const headerStyle = runtimeInfo.headerStyle;
18
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
19
- let contentVariable = designProperty.formatting;
20
- if (!contentVariable) {
21
- const propsBase = props.configure.props.base ? props.configure.props.base : {};
22
- contentVariable = propsBase.prop;
23
- }
24
- if (!contentVariable) {
25
- contentVariable = "${page." + props.configure.uuid + "}";
26
- }
27
- const dynamicValue = Vue.computed(() => {
28
- const resultValue = pageHelperUtil.formatVariableValue(props.pageContext, contentVariable);
29
- return resultValue == void 0 || resultValue == null ? "" : resultValue;
30
- });
31
- return (_ctx, _cache) => {
32
- const _component_el_tag = Vue.resolveComponent("el-tag");
33
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
34
- return Vue.openBlock(), Vue.createBlock(_component_el_form_item, {
35
- required: Vue.unref(designProperty).required,
36
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
37
- "label-width": Vue.unref(designProperty).labelWidth,
38
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
39
- }, {
40
- label: Vue.withCtx(() => [
41
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
42
- key: 0,
43
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
44
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
45
- ]),
46
- default: Vue.withCtx(() => [
47
- Vue.createVNode(_component_el_tag, {
48
- size: Vue.unref(designProperty).size,
49
- closable: Vue.unref(designProperty).closable,
50
- type: Vue.unref(designProperty).type
51
- }, {
52
- default: Vue.withCtx(() => [
53
- Vue.createTextVNode(Vue.toDisplayString(dynamicValue.value), 1)
54
- ]),
55
- _: 1
56
- }, 8, ["size", "closable", "type"])
57
- ]),
58
- _: 1
59
- }, 8, ["required", "class", "label-width", "style"]);
60
- };
61
- }
62
- });
63
- module.exports = _sfc_main;
@@ -1,65 +0,0 @@
1
- "use strict";
2
- const Vue = require("vue");
3
- const pageInitUtil = require("../../../../utils/page-init-util.js");
4
- const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
6
- __name: "textarea-runtime",
7
- props: {
8
- pageContext: {},
9
- configure: {}
10
- },
11
- setup(__props) {
12
- const props = __props;
13
- const entity = props.pageContext.entity ? props.pageContext.entity : {};
14
- let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
15
- const dynamicModelMethod = Vue.computed({
16
- get() {
17
- return pageHelperUtil.getVariableValue(entity, dynamicFields);
18
- },
19
- set(value) {
20
- pageHelperUtil.setVariableValue(entity, dynamicFields, value);
21
- }
22
- });
23
- const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
24
- const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
25
- const runtimeStyle = runtimeInfo.style;
26
- const runtimeClass = runtimeInfo.class;
27
- const headerStyle = runtimeInfo.headerStyle;
28
- return (_ctx, _cache) => {
29
- const _component_el_input = Vue.resolveComponent("el-input");
30
- const _component_el_form_item = Vue.resolveComponent("el-form-item");
31
- return Vue.openBlock(), Vue.createElementBlock("div", null, [
32
- Vue.createVNode(_component_el_form_item, {
33
- required: Vue.unref(designProperty).required ? true : false,
34
- class: Vue.normalizeClass(Vue.unref(runtimeClass)),
35
- "label-width": Vue.unref(designProperty).labelWidth,
36
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
37
- }, {
38
- label: Vue.withCtx(() => [
39
- Vue.unref(designProperty).tittleShow ? (Vue.openBlock(), Vue.createElementBlock("div", {
40
- key: 0,
41
- style: Vue.normalizeStyle({ ...Vue.unref(headerStyle) })
42
- }, Vue.toDisplayString(Vue.unref(designProperty).title), 5)) : Vue.createCommentVNode("", true)
43
- ]),
44
- default: Vue.withCtx(() => [
45
- Vue.createVNode(_component_el_input, {
46
- disabled: Vue.unref(designProperty).state === "disabled",
47
- readonly: Vue.unref(designProperty).state === "readonly",
48
- size: Vue.unref(designProperty).size,
49
- clearable: Vue.unref(designProperty).clearable,
50
- placeholder: Vue.unref(designProperty).placeholder,
51
- modelValue: dynamicModelMethod.value,
52
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event),
53
- rows: Vue.unref(designProperty).rows ? Vue.unref(designProperty).rows : 2,
54
- maxlength: Vue.unref(designProperty).maxLength,
55
- "show-word-limit": Vue.unref(designProperty).showInputNum,
56
- type: "textarea"
57
- }, null, 8, ["disabled", "readonly", "size", "clearable", "placeholder", "modelValue", "rows", "maxlength", "show-word-limit"])
58
- ]),
59
- _: 1
60
- }, 8, ["required", "class", "label-width", "style"])
61
- ]);
62
- };
63
- }
64
- });
65
- module.exports = _sfc_main;