super-page-runtime 0.0.2-tmp7 → 1.0.1

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 (226) hide show
  1. package/dist/es/components/runtime/index.d.ts +1 -3
  2. package/dist/es/components/runtime/index.js +4 -0
  3. package/dist/es/components/runtime/utils/api/api-util.js +3 -3
  4. package/dist/es/components/runtime/utils/assemblys-config.js +2 -9
  5. package/dist/es/components/runtime/utils/charts/chart-util.js +1 -14
  6. package/dist/es/components/runtime/utils/common-util.d.ts +0 -5
  7. package/dist/es/components/runtime/utils/common-util.js +2 -15
  8. package/dist/es/components/runtime/utils/eventBus.js +1 -1
  9. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  10. package/dist/es/components/runtime/utils/events/standard-event.js +6 -6
  11. package/dist/es/components/runtime/utils/events/validator-util.js +3 -3
  12. package/dist/es/components/runtime/utils/global-refs.js +1 -1
  13. package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +0 -2
  14. package/dist/es/components/runtime/utils/page-helper-util.d.ts +0 -19
  15. package/dist/es/components/runtime/utils/page-helper-util.js +3 -119
  16. package/dist/es/components/runtime/utils/page-init-util.js +2 -2
  17. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  18. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
  19. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
  20. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
  21. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +8 -203
  22. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +6 -6
  23. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +6 -6
  24. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +6 -6
  25. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +6 -6
  26. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
  27. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
  28. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
  29. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  30. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
  31. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +1 -1
  32. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
  33. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +1 -1
  34. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  35. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  36. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
  37. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
  38. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
  39. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +5 -5
  40. package/dist/es/components/runtime/views/assemblys/error-render.vue.js +1 -1
  41. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
  42. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
  43. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -4
  44. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  45. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  46. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
  47. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +2 -2
  48. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
  49. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -1
  50. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
  51. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
  52. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -3
  53. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -1
  54. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
  55. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
  56. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
  57. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
  58. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  59. package/dist/es/components/runtime/views/super-page.vue.js +8 -22
  60. package/dist/es/components/super-page-dialog/index.d.ts +3 -0
  61. package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.js +2 -3
  62. package/dist/es/components/super-page-dialog/super-page-dialog.vue2.js +4 -0
  63. package/dist/es/components/wf-editor/index.d.ts +3 -0
  64. package/dist/es/components/wf-editor/index.js +4 -0
  65. package/dist/es/components/wf-editor/wf-editor.css +4 -0
  66. package/dist/es/components/wf-editor/wf-editor.vue.js +16 -0
  67. package/dist/es/index.d.ts +4 -7
  68. package/dist/es/index.js +3 -12
  69. package/dist/favicon.ico +0 -0
  70. package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
  71. package/dist/lib/assets/chart-themes/theme1.js +7 -0
  72. package/dist/lib/assets/chart-themes/theme2.js +7 -0
  73. package/dist/lib/assets/chart-themes/theme3.js +7 -0
  74. package/dist/lib/components/runtime/index.d.ts +3 -0
  75. package/dist/lib/components/runtime/index.js +3 -0
  76. package/dist/lib/components/runtime/utils/api/api-util.d.ts +11 -0
  77. package/dist/lib/components/runtime/utils/api/api-util.js +128 -0
  78. package/dist/lib/components/runtime/utils/assemblys-config.js +258 -0
  79. package/dist/lib/components/runtime/utils/charts/chart-util.js +15 -0
  80. package/dist/lib/components/runtime/utils/common-util.d.ts +11 -0
  81. package/dist/lib/components/runtime/utils/common-util.js +81 -0
  82. package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
  83. package/dist/lib/components/runtime/utils/eventBus.js +10 -0
  84. package/dist/lib/components/runtime/utils/events/event-util.d.ts +48 -0
  85. package/dist/lib/components/runtime/utils/events/event-util.js +526 -0
  86. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +61 -0
  87. package/dist/lib/components/runtime/utils/events/standard-event.js +1624 -0
  88. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +4 -0
  89. package/dist/lib/components/runtime/utils/events/validator-util.js +389 -0
  90. package/dist/lib/components/runtime/utils/global-refs.d.ts +59 -0
  91. package/dist/lib/components/runtime/utils/global-refs.js +65 -0
  92. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +221 -0
  93. package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +9 -0
  94. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +87 -0
  95. package/dist/lib/components/runtime/utils/page-helper-util.js +503 -0
  96. package/dist/lib/components/runtime/utils/page-init-util.d.ts +38 -0
  97. package/dist/lib/components/runtime/utils/page-init-util.js +200 -0
  98. package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
  99. package/dist/lib/components/runtime/utils/store-util.js +17 -0
  100. package/dist/lib/components/runtime/utils/store.d.ts +2 -0
  101. package/dist/lib/components/runtime/utils/store.js +3 -0
  102. package/dist/lib/components/runtime/utils/table-utils.js +24 -0
  103. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +3 -0
  104. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +54 -0
  105. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +3 -0
  106. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +35 -0
  107. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +3 -0
  108. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +110 -0
  109. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +3 -0
  110. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +53 -0
  111. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +3 -0
  112. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +49 -0
  113. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +3 -0
  114. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +50 -0
  115. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +3 -0
  116. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +50 -0
  117. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +3 -0
  118. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +51 -0
  119. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +24 -0
  120. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +147 -0
  121. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +3 -0
  122. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
  123. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +127 -0
  124. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +3 -0
  125. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
  126. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +104 -0
  127. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +3 -0
  128. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +3 -0
  129. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +72 -0
  130. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +3 -0
  131. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +74 -0
  132. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +3 -0
  133. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +79 -0
  134. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +3 -0
  135. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +43 -0
  136. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +3 -0
  137. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +44 -0
  138. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +3 -0
  139. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +30 -0
  140. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +3 -0
  141. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +69 -0
  142. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +3 -0
  143. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +75 -0
  144. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +642 -0
  145. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +3 -0
  146. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +453 -0
  147. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +3 -0
  148. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +3 -0
  149. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +87 -0
  150. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
  151. package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
  152. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +3 -0
  153. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +3 -0
  154. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +156 -0
  155. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +3 -0
  156. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +82 -0
  157. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +3 -0
  158. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +63 -0
  159. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +3 -0
  160. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +40 -0
  161. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +3 -0
  162. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +74 -0
  163. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +3 -0
  164. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +63 -0
  165. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +3 -0
  166. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +127 -0
  167. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +3 -0
  168. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +127 -0
  169. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +3 -0
  170. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +77 -0
  171. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +3 -0
  172. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +29 -0
  173. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +3 -0
  174. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +157 -0
  175. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +3 -0
  176. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +162 -0
  177. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +3 -0
  178. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +201 -0
  179. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +3 -0
  180. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +63 -0
  181. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +3 -0
  182. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +63 -0
  183. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +3 -0
  184. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +65 -0
  185. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
  186. package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +142 -0
  187. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +3 -0
  188. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +3 -0
  189. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +61 -0
  190. package/dist/lib/components/runtime/views/super-page.vue.d.ts +91 -0
  191. package/dist/lib/components/runtime/views/super-page.vue.js +481 -0
  192. package/dist/lib/components/runtime/views/super-page.vue2.js +3 -0
  193. package/dist/lib/components/super-page-dialog/index.d.ts +3 -0
  194. package/dist/lib/components/super-page-dialog/index.js +3 -0
  195. package/dist/lib/components/super-page-dialog/super-page-dialog.vue.d.ts +36 -0
  196. package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +73 -0
  197. package/dist/lib/components/super-page-dialog/super-page-dialog.vue2.js +3 -0
  198. package/dist/lib/components/wf-editor/index.d.ts +3 -0
  199. package/dist/lib/components/wf-editor/index.js +3 -0
  200. package/dist/lib/components/wf-editor/wf-editor.css +4 -0
  201. package/dist/lib/components/wf-editor/wf-editor.vue.d.ts +2 -0
  202. package/dist/lib/components/wf-editor/wf-editor.vue.js +15 -0
  203. package/dist/lib/favicon.ico +0 -0
  204. package/dist/lib/index.d.ts +5 -0
  205. package/dist/lib/index.js +8 -0
  206. package/dist/super-page-runtime.umd.js +213932 -0
  207. package/package.json +68 -70
  208. package/dist/es/assets/chart-themes/theme1.d.ts +0 -4
  209. package/dist/es/assets/chart-themes/theme2.d.ts +0 -4
  210. package/dist/es/assets/chart-themes/theme3.d.ts +0 -4
  211. package/dist/es/assets/images/button/button-group.png.js +0 -4
  212. package/dist/es/assets/images/button/button.png.js +0 -4
  213. package/dist/es/components/runtime/utils/charts/chart-util.d.ts +0 -11
  214. package/dist/es/components/runtime/utils/page-permission-util.d.ts +0 -26
  215. package/dist/es/components/runtime/utils/page-permission-util.js +0 -525
  216. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +0 -62
  217. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
  218. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +0 -57
  219. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
  220. package/dist/es/components/runtime/views/wf-editor.vue.js +0 -7
  221. package/dist/es/components/runtime/views/wf-editor.vue2.js +0 -25
  222. package/dist/es/components/runtime/views/wf-editor.vue3.js +0 -1
  223. package/dist/es/style.css +0 -4
  224. /package/dist/es/components/{runtime/views/super-page-dialog.vue2.js → super-page-dialog/index.js} +0 -0
  225. /package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.d.ts +0 -0
  226. /package/dist/es/components/{runtime/views → wf-editor}/wf-editor.vue.d.ts +0 -0
@@ -0,0 +1,453 @@
1
+ "use strict";
2
+ const vue_runtime_esmBundler_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue@3.4.21_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js");
3
+ const eventUtil = require("../../../../utils/events/event-util.js");
4
+ const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
+ const pageInitUtil = require("../../../../utils/page-init-util.js");
6
+ const eventBus = require("../../../../utils/eventBus.js");
7
+ const tableUtils = require("../../../../utils/table-utils.js");
8
+ const commonUtil = require("../../../../utils/common-util.js");
9
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
10
+ __name: "sub-table-runtime",
11
+ props: {
12
+ pageContext: {},
13
+ configure: {}
14
+ },
15
+ setup(__props, { expose: __expose }) {
16
+ const props = __props;
17
+ const pageContext = props.pageContext;
18
+ const configure = props.configure;
19
+ const dataModel = pageContext.entity.data;
20
+ const prop = configure.props && configure.props.base ? configure.props.base.prop : null;
21
+ const additionalParamMap = pageContext.entity.request;
22
+ configure.events;
23
+ vue_runtime_esmBundler_js.ref({});
24
+ const selections = vue_runtime_esmBundler_js.ref([]);
25
+ const superGridItems = pageContext.superGridItems;
26
+ const superGridSetting = superGridItems ? superGridItems[configure.uuid] : null;
27
+ console.log("superGridSetting===", superGridItems, superGridSetting);
28
+ const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
29
+ const runtimeStyle = runtimeInfo.style;
30
+ const runtimeClass = runtimeInfo.class;
31
+ const entity = props.pageContext.entity ? props.pageContext.entity : {};
32
+ let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
33
+ const listViewShowFlag = vue_runtime_esmBundler_js.ref(false);
34
+ const baseURL = window["$vueApp"].config.globalProperties.baseURL;
35
+ const listViewOptions = vue_runtime_esmBundler_js.ref({
36
+ subTableData: null,
37
+ extraParam: {},
38
+ operations: {},
39
+ hiddenColumns: [],
40
+ pageCode: pageContext.code,
41
+ pageVersion: pageContext.version,
42
+ pageContext,
43
+ configureObj: configure,
44
+ showPageArea: false,
45
+ showOverflowTooltip: !!(configure.props && configure.props.otherSettings && (configure.props.otherSettings.isBreakLine === void 0 || configure.props.otherSettings.isBreakLine === false))
46
+ // 单元格内容是否换行显示
47
+ });
48
+ if (runtimeStyle) {
49
+ listViewOptions.value["tableStyle"] = runtimeStyle;
50
+ }
51
+ if (runtimeClass) {
52
+ listViewOptions.value["tableClass"] = runtimeClass;
53
+ }
54
+ if (configure.props && configure.props.base && configure.props.base.subPaging === void 0 || configure.props.base.subPaging === null || configure.props.base.subPaging === false) {
55
+ listViewOptions.value.showPageArea = false;
56
+ } else {
57
+ listViewOptions.value.showPageArea = true;
58
+ }
59
+ const gridRef = vue_runtime_esmBundler_js.ref(null);
60
+ const listCode = commonUtil.getListCode(pageContext.code, pageContext.version, configure.uuid);
61
+ function currencyListViewSetting(canRrefreshSubtableData) {
62
+ if (canRrefreshSubtableData === void 0) {
63
+ canRrefreshSubtableData = judgeInitializationSubTable();
64
+ }
65
+ listViewOptions.value["isFormSubTable"] = true;
66
+ listViewOptions.value["canRrefreshSubtableData"] = canRrefreshSubtableData;
67
+ listViewOptions.value["getFormData"] = getParentFormData;
68
+ listViewOptions.value["getGridData"] = getGridData;
69
+ if (!(configure.props && configure.props.base && configure.props.base.showOperation)) {
70
+ let hiddenColumns = listViewOptions.value.hiddenColumns;
71
+ if (!hiddenColumns) {
72
+ hiddenColumns = ["operation"];
73
+ } else {
74
+ hiddenColumns.push("operation");
75
+ }
76
+ listViewOptions.value["hiddenColumns"] = hiddenColumns;
77
+ }
78
+ listViewOptions.value["showOperationButton"] = configure.props && configure.props.base ? configure.props.base.showOperation : false;
79
+ listViewOptions.value["isPdfEditor"] = false;
80
+ listViewOptions.value["tableRecordMaxNum"] = configure.props && configure.props.otherSettings ? configure.props.otherSettings.tableRecordMaxNum : null;
81
+ if (configure.props && configure.props.size && configure.props.size.fixHeight) {
82
+ listViewOptions.value["formSetHeight"] = configure.props.size.fixHeight;
83
+ }
84
+ if (configure.props && configure.props.size && configure.props.size.maxHeight) {
85
+ listViewOptions.value["formSetMaxHeight"] = configure.props.size.maxHeight;
86
+ }
87
+ }
88
+ function judgeInitializationSubTable() {
89
+ if (!configure.props || !configure.props.otherSettings) {
90
+ return;
91
+ }
92
+ if (configure.props.otherSettings.subtableSetting && configure.props.otherSettings.timeToInitializeSubTable && configure.props.otherSettings.subtableSetting.timeToInitializeSubTable.length > 0) {
93
+ let flag = false;
94
+ if (configure.props.otherSettings.subtableSetting.timeToInitializeSubTable.indexOf("create") !== -1) {
95
+ if (dataModel.id || dataModel.ID) {
96
+ flag = false;
97
+ } else {
98
+ flag = true;
99
+ }
100
+ }
101
+ if (configure.props.otherSettings.subtableSetting.timeToInitializeSubTable.indexOf("noData") !== -1) {
102
+ const tableData = dataModel[prop];
103
+ if (!tableData || tableData.length <= 0) {
104
+ flag = true;
105
+ }
106
+ }
107
+ return flag;
108
+ } else {
109
+ return false;
110
+ }
111
+ }
112
+ function getParentFormData() {
113
+ return pageContext.entity.data;
114
+ }
115
+ function getGridData() {
116
+ return pageHelperUtil.getVariableValue(entity, dynamicFields);
117
+ }
118
+ function changeInitializationSubTable(canRrefreshSubtableData) {
119
+ currencyListViewSetting(canRrefreshSubtableData);
120
+ listViewOptions.value["isPageInfo"] = false;
121
+ listViewOptions.value["subTableData"] = null;
122
+ listViewOptions.value.extraParam["subTableListViewCode"] = listCode;
123
+ listViewOptions.value.extraParam["subtableSetting"] = configure.props || !configure.props.otherSettings ? JSON.stringify(configure.props.otherSettings.subtableSetting) : null;
124
+ listViewOptions.value.extraParam["additionalParamMap"] = additionalParamMap;
125
+ listViewOptions.value.extraParam["entityMap"] = pageContext.entity.data;
126
+ setGridDataEventOptions();
127
+ listViewShowFlag.value = false;
128
+ setTimeout(() => {
129
+ listViewShowFlag.value = true;
130
+ setGridToStore();
131
+ }, 10);
132
+ }
133
+ changeInitializationSubTable();
134
+ function setGridDataEventOptions() {
135
+ setSubTableValidateInfo();
136
+ const tableEvents2 = configure.events;
137
+ eventUtil.setTableEvents(listViewOptions.value, tableEvents2, pageContext, configure);
138
+ const customEvents = pageContext.customEvents;
139
+ if (customEvents) {
140
+ listViewOptions.value["eventCallBack"] = customEvents;
141
+ }
142
+ listViewShowFlag.value = true;
143
+ setGridToStore();
144
+ }
145
+ function setSubTableValidateInfo() {
146
+ const fieldPermissionMap = pageContext.fieldPermissionMap;
147
+ const actionPermissionMap = pageContext.actionPermissionMap;
148
+ if (fieldPermissionMap && fieldPermissionMap != null) {
149
+ let validateRules = fieldPermissionMap.get(prop);
150
+ if (!validateRules) {
151
+ const allValidateRules = fieldPermissionMap.get("all_fields");
152
+ if (allValidateRules) {
153
+ validateRules = [allValidateRules];
154
+ }
155
+ }
156
+ if (validateRules) {
157
+ listViewOptions.value["validateRules"] = validateRules;
158
+ } else {
159
+ listViewOptions.value["validateRules"] = null;
160
+ }
161
+ }
162
+ if (actionPermissionMap && actionPermissionMap != null) {
163
+ let actionPermission = actionPermissionMap.get(prop);
164
+ if (!actionPermission) {
165
+ actionPermission = actionPermissionMap.get("all_sub_tables");
166
+ }
167
+ listViewOptions.value["actionPermission"] = actionPermission;
168
+ }
169
+ const subTableOperations = getOperations();
170
+ listViewOptions.value["operations"]["operation"] = subTableOperations;
171
+ listViewOptions.value["subTableCanAdd"] = isShowAdd();
172
+ }
173
+ function setGridToStore() {
174
+ if (!pageContext.tableUuids) {
175
+ pageContext.tableUuids = [];
176
+ }
177
+ pageContext.tableUuids.push(configure.uuid);
178
+ }
179
+ function getOperations() {
180
+ let operations = [];
181
+ if (isShowAdd()) {
182
+ const addButton = {
183
+ props: {
184
+ elementType: "el-button",
185
+ icon: "Plus",
186
+ type: "primary",
187
+ circle: true,
188
+ size: "mini",
189
+ permission: "true"
190
+ },
191
+ onClick: addSubTableData
192
+ };
193
+ operations.push(addButton);
194
+ }
195
+ if (isShowDelete(null, null, null, null, null, true)) {
196
+ const removeButton = {
197
+ props: {
198
+ elementType: "el-button",
199
+ icon: "Minus",
200
+ type: "danger",
201
+ circle: true,
202
+ size: "mini",
203
+ permission: "true"
204
+ },
205
+ onClick: removeSubTableData,
206
+ isShow: isShowDelete
207
+ };
208
+ operations.push(removeButton);
209
+ }
210
+ return operations;
211
+ }
212
+ function getEntityId(row) {
213
+ if (row && row.id) {
214
+ return row.id;
215
+ } else if (row && row.ID) {
216
+ return row.ID;
217
+ }
218
+ }
219
+ function isShowAdd() {
220
+ const fieldPermissionMap = pageContext.fieldPermissionMap;
221
+ const actionPermissionMap = pageContext.actionPermissionMap;
222
+ let canAdd = true;
223
+ if (fieldPermissionMap && fieldPermissionMap !== null) {
224
+ const allFieldPermission = fieldPermissionMap.get("all_fields");
225
+ if (typeof allFieldPermission !== "undefined" && allFieldPermission.canEdit === false && (allFieldPermission.rowIndexes === void 0 || allFieldPermission.rowIndexes === null || allFieldPermission.rowIndexes.length === 0)) {
226
+ canAdd = false;
227
+ }
228
+ }
229
+ if (canAdd === true && prop && actionPermissionMap && actionPermissionMap !== null) {
230
+ let oneTableActionPermission = actionPermissionMap.get(prop);
231
+ if (!oneTableActionPermission) {
232
+ oneTableActionPermission = actionPermissionMap.get("all_sub_tables");
233
+ }
234
+ if (oneTableActionPermission && oneTableActionPermission.canAdd !== void 0 && oneTableActionPermission.canAdd === false) {
235
+ canAdd = false;
236
+ }
237
+ }
238
+ return canAdd;
239
+ }
240
+ function isShowDelete(originalValue, formatValue, row, column, rowIndex, isFormJudge) {
241
+ const fieldPermissionMap = pageContext.fieldPermissionMap;
242
+ const actionPermissionMap = pageContext.actionPermissionMap;
243
+ let canDelete = true;
244
+ if (fieldPermissionMap && fieldPermissionMap !== null) {
245
+ const allFieldPermission = fieldPermissionMap.get("all_fields");
246
+ if (typeof allFieldPermission !== "undefined" && allFieldPermission.canEdit === false && (allFieldPermission.rowIndexes === void 0 || allFieldPermission.rowIndexes === null || allFieldPermission.rowIndexes.length === 0)) {
247
+ canDelete = false;
248
+ }
249
+ }
250
+ if (canDelete === true && prop && actionPermissionMap && actionPermissionMap !== null) {
251
+ let oneTableActionPermission = actionPermissionMap.get(prop);
252
+ if (!oneTableActionPermission) {
253
+ oneTableActionPermission = actionPermissionMap.get("all_sub_tables");
254
+ }
255
+ if (oneTableActionPermission && oneTableActionPermission.canDelete !== void 0 && oneTableActionPermission.canDelete === false) {
256
+ canDelete = false;
257
+ }
258
+ if (oneTableActionPermission && oneTableActionPermission.canDelete !== void 0 && oneTableActionPermission.canDelete === true) {
259
+ if (oneTableActionPermission.deleteRowIndexes) {
260
+ if (oneTableActionPermission.deleteRowIndexes.length > 0) {
261
+ if (isFormJudge) {
262
+ canDelete = true;
263
+ } else {
264
+ const rowId = getEntityId(row);
265
+ if (rowId !== void 0 && oneTableActionPermission.deleteRowIndexes.indexOf(rowId) >= 0) {
266
+ canDelete = true;
267
+ } else {
268
+ canDelete = false;
269
+ }
270
+ }
271
+ } else {
272
+ canDelete = false;
273
+ }
274
+ }
275
+ }
276
+ }
277
+ return canDelete;
278
+ }
279
+ function addSubTableData(originalValue, formatValue, row, column, rowIndex) {
280
+ gridRef.value.createRow(listCode);
281
+ }
282
+ function removeSubTableData(originalValue, formatValue, row, column, rowIndex) {
283
+ gridRef.value.deleteRow(rowIndex, listCode, false);
284
+ }
285
+ function changeGridData(gridData) {
286
+ pageHelperUtil.setVariableValue(entity, dynamicFields, gridData);
287
+ }
288
+ function changeRowsPerpage(pageSize) {
289
+ console.log("表单组件--Item--changeRowsPerpage==pageSize=", pageSize);
290
+ if (!pageContext.subTablePageInfo) {
291
+ pageContext.subTablePageInfo = {};
292
+ }
293
+ pageContext.subTablePageInfo[prop] = { pageSize };
294
+ }
295
+ function setSelectOptions(valueSetOptions) {
296
+ const propName = valueSetOptions.key;
297
+ const options = valueSetOptions.value;
298
+ if (!pageContext.selectOptions) {
299
+ pageContext.selectOptions = {};
300
+ }
301
+ pageContext.selectOptions[propName] = options;
302
+ }
303
+ function fnProhibitToEdit(data) {
304
+ const myPageCode = pageContext.code;
305
+ const eventPageInfo = myPageCode + "_";
306
+ eventBus.$emit(eventPageInfo + "prohibit-edit", data);
307
+ }
308
+ function refresMainTableFields(entity2) {
309
+ const dataModel2 = pageContext.entity.data;
310
+ if (entity2) {
311
+ for (const key in entity2) {
312
+ dataModel2[key] = entity2[key];
313
+ }
314
+ }
315
+ }
316
+ function select(selection, row) {
317
+ selections.value = selection;
318
+ const params = {
319
+ selection,
320
+ row
321
+ };
322
+ eventUtil.gridSelectRecord(pageContext, configure, params);
323
+ }
324
+ function selectAll(selection) {
325
+ selections.value = selection;
326
+ const params = {
327
+ selection
328
+ };
329
+ eventUtil.gridSelectAllRecords(pageContext, configure, params);
330
+ }
331
+ function selectionChange(newSelection) {
332
+ const params = {
333
+ newSelection
334
+ };
335
+ eventUtil.gridSelectionChange(pageContext, configure, params);
336
+ }
337
+ function cellClickEvent(row, column, cell, event) {
338
+ const params = {
339
+ row,
340
+ column,
341
+ cell,
342
+ event
343
+ };
344
+ eventUtil.cellClick(pageContext, configure, params);
345
+ }
346
+ function cellDblClickEvent(row, column, cell, event) {
347
+ const params = {
348
+ row,
349
+ column,
350
+ cell,
351
+ event
352
+ };
353
+ eventUtil.cellDblClick(pageContext, configure, params);
354
+ }
355
+ function rowClickEvent(row, column, event) {
356
+ const params = {
357
+ row,
358
+ column,
359
+ event
360
+ };
361
+ eventUtil.rowClick(pageContext, configure, params);
362
+ }
363
+ function rowDblClickEvent(row, column, event) {
364
+ const params = {
365
+ row,
366
+ column,
367
+ event
368
+ };
369
+ eventUtil.rowDblClick(pageContext, configure, params);
370
+ }
371
+ function headerClickEvent(column, event) {
372
+ const params = {
373
+ column,
374
+ event
375
+ };
376
+ eventUtil.headerClick(pageContext, configure, params);
377
+ }
378
+ function changeFormData(formData) {
379
+ pageContext.entity.data = formData;
380
+ }
381
+ function validatorSunTableListData() {
382
+ return gridRef.value.validatorSunTableListData();
383
+ }
384
+ function createRow() {
385
+ return gridRef.value.createRow(listCode);
386
+ }
387
+ function getSelections() {
388
+ return selections.value;
389
+ }
390
+ function getSelectionIds() {
391
+ const dataIds = [];
392
+ if (selections.value !== null) {
393
+ selections.value.forEach((item) => {
394
+ dataIds.push(item.id ? item.id : item.ID ? item.ID : null);
395
+ });
396
+ }
397
+ return dataIds;
398
+ }
399
+ function clearSelections() {
400
+ selections.value = [];
401
+ }
402
+ function getTableConfigure() {
403
+ return configure;
404
+ }
405
+ function getValue() {
406
+ return pageHelperUtil.getVariableValue(entity, dynamicFields);
407
+ }
408
+ function setValue(value) {
409
+ return pageHelperUtil.setVariableValue(entity, dynamicFields, value);
410
+ }
411
+ __expose({
412
+ createRow,
413
+ getSelections,
414
+ getSelectionIds,
415
+ clearSelections,
416
+ getTableConfigure,
417
+ validatorSunTableListData,
418
+ getValue,
419
+ setValue
420
+ });
421
+ return (_ctx, _cache) => {
422
+ const _component_super_grid = vue_runtime_esmBundler_js.resolveComponent("super-grid");
423
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, [
424
+ listViewShowFlag.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_super_grid, {
425
+ key: 0,
426
+ ref_key: "gridRef",
427
+ ref: gridRef,
428
+ url: vue_runtime_esmBundler_js.unref(baseURL) + "/common/super-forms/sub-table",
429
+ options: listViewOptions.value,
430
+ code: vue_runtime_esmBundler_js.unref(superGridSetting) ? null : vue_runtime_esmBundler_js.unref(listCode),
431
+ settings: vue_runtime_esmBundler_js.unref(superGridSetting),
432
+ onSelect: select,
433
+ onSelectAll: selectAll,
434
+ onSelectionChange: selectionChange,
435
+ onCellClick: cellClickEvent,
436
+ onCellDblclick: cellDblClickEvent,
437
+ onRowClick: rowClickEvent,
438
+ onRowDblclick: rowDblClickEvent,
439
+ onHeaderClick: headerClickEvent,
440
+ onFnProhibitToEdit: fnProhibitToEdit,
441
+ onChangeGridData: changeGridData,
442
+ onReloadGrid: changeInitializationSubTable,
443
+ onRefresMainTableFields: refresMainTableFields,
444
+ onSetSelectOptions: setSelectOptions,
445
+ onChangeRowsPerPage: changeRowsPerpage,
446
+ onNewOpenGridDialog: vue_runtime_esmBundler_js.unref(tableUtils.popupToPage),
447
+ onChangeFormData: changeFormData
448
+ }, null, 8, ["url", "options", "code", "settings", "onNewOpenGridDialog"])) : vue_runtime_esmBundler_js.createCommentVNode("", true)
449
+ ]);
450
+ };
451
+ }
452
+ });
453
+ module.exports = _sfc_main;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const subTableRuntime_vue_vue_type_script_setup_true_lang = require("./sub-table-runtime.vue.js");
3
+ module.exports = subTableRuntime_vue_vue_type_script_setup_true_lang;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const tableRuntime_vue_vue_type_script_setup_true_lang = require("./table-runtime.vue2.js");
3
+ module.exports = tableRuntime_vue_vue_type_script_setup_true_lang;
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+ const vue_runtime_esmBundler_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue@3.4.21_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js");
3
+ require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
4
+ require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/request.js");
5
+ require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/dayjs@1.11.11/node_modules/dayjs/dayjs.min.js");
6
+ require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/calculator/calculator-util.js");
7
+ require("../../../../utils/global-refs.js");
8
+ const subTableRuntime_vue_vue_type_script_setup_true_lang = require("./sub-table-runtime.vue.js");
9
+ const mainTableRuntime_vue_vue_type_script_setup_true_lang = require("./main-table-runtime.vue.js");
10
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
11
+ __name: "table-runtime",
12
+ props: {
13
+ pageContext: {},
14
+ configure: {}
15
+ },
16
+ setup(__props, { expose: __expose }) {
17
+ const props = __props;
18
+ const pageType = props.pageContext.pageType;
19
+ const tableConfigure = vue_runtime_esmBundler_js.ref(null);
20
+ const tableUuid = props.configure.uuid;
21
+ const superGridItems = props.pageContext.superGridItems;
22
+ const superGridSetting = superGridItems ? superGridItems[tableUuid] : null;
23
+ tableConfigure.value = superGridSetting.configure ? JSON.parse(superGridSetting.configure) : null;
24
+ const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
25
+ runtimeInfo.style;
26
+ runtimeInfo.class;
27
+ const gridRef = vue_runtime_esmBundler_js.ref(null);
28
+ function validatorSunTableListData() {
29
+ if (pageType && pageType === "form") {
30
+ return gridRef.value.validatorSunTableListData();
31
+ }
32
+ }
33
+ function clearSelections() {
34
+ return gridRef.value.clearSelections();
35
+ }
36
+ function refresh() {
37
+ if (pageType && pageType === "list") {
38
+ return gridRef.value.refresh();
39
+ }
40
+ }
41
+ function createRow() {
42
+ return gridRef.value.createRow();
43
+ }
44
+ function getSelections() {
45
+ return gridRef.value.getSelections();
46
+ }
47
+ function getSelectionIds() {
48
+ return gridRef.value.getSelectionIds();
49
+ }
50
+ function getTableConfigure() {
51
+ return gridRef.value.getTableConfigure();
52
+ }
53
+ function isDeleteChange(value) {
54
+ if (pageType && pageType === "list") {
55
+ gridRef.value.isDeleteChange(value);
56
+ }
57
+ }
58
+ __expose({
59
+ refresh,
60
+ createRow,
61
+ clearSelections,
62
+ getSelections,
63
+ getSelectionIds,
64
+ getTableConfigure,
65
+ isDeleteChange,
66
+ validatorSunTableListData
67
+ });
68
+ return (_ctx, _cache) => {
69
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, [
70
+ vue_runtime_esmBundler_js.unref(pageType) && vue_runtime_esmBundler_js.unref(pageType) === "form" ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(subTableRuntime_vue_vue_type_script_setup_true_lang, {
71
+ key: 0,
72
+ ref_key: "gridRef",
73
+ ref: gridRef,
74
+ pageContext: _ctx.pageContext,
75
+ configure: _ctx.configure
76
+ }, null, 8, ["pageContext", "configure"])) : (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(mainTableRuntime_vue_vue_type_script_setup_true_lang, {
77
+ key: 1,
78
+ ref_key: "gridRef",
79
+ ref: gridRef,
80
+ pageContext: _ctx.pageContext,
81
+ configure: tableConfigure.value
82
+ }, null, 8, ["pageContext", "configure"]))
83
+ ]);
84
+ };
85
+ }
86
+ });
87
+ module.exports = _sfc_main;
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ configure: {
3
+ type: ObjectConstructor;
4
+ default: {
5
+ name: string;
6
+ };
7
+ };
8
+ selectWidget: ObjectConstructor;
9
+ indexObj: ObjectConstructor;
10
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
+ configure: {
12
+ type: ObjectConstructor;
13
+ default: {
14
+ name: string;
15
+ };
16
+ };
17
+ selectWidget: ObjectConstructor;
18
+ indexObj: ObjectConstructor;
19
+ }>>, {
20
+ configure: Record<string, any>;
21
+ }, {}>;
22
+ export default _default;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ const vue_runtime_esmBundler_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue@3.4.21_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js");
3
+ const _hoisted_1 = { style: { "text-align": "center", "color": "red" } };
4
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
5
+ __name: "error-render",
6
+ props: {
7
+ configure: {
8
+ type: Object,
9
+ default: {
10
+ name: "未知"
11
+ }
12
+ },
13
+ selectWidget: Object,
14
+ indexObj: Object
15
+ },
16
+ setup(__props) {
17
+ return (_ctx, _cache) => {
18
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", _hoisted_1, " 不能识别的组件类型【" + vue_runtime_esmBundler_js.toDisplayString(__props.configure.name) + "】 ", 1);
19
+ };
20
+ }
21
+ });
22
+ module.exports = _sfc_main;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const errorRender_vue_vue_type_script_setup_true_lang = require("./error-render.vue.js");
3
+ module.exports = errorRender_vue_vue_type_script_setup_true_lang;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ const checkboxRuntime_vue_vue_type_script_setup_true_lang = require("./checkbox-runtime.vue2.js");
3
+ module.exports = checkboxRuntime_vue_vue_type_script_setup_true_lang;