super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp3

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 (385) hide show
  1. package/dist/es/_virtual/_plugin-vue_export-helper.mjs +4 -4
  2. package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
  3. package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
  4. package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
  5. package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
  6. package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
  7. package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
  8. package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
  9. package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
  10. package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
  11. package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
  12. package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
  13. package/dist/es/components/runtime/utils/common-util.mjs +91 -94
  14. package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
  15. package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
  16. package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
  17. package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
  18. package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
  19. package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
  20. package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
  21. package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
  22. package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
  23. package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
  24. package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
  25. package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
  26. package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
  27. package/dist/es/components/runtime/utils/page-store.mjs +38 -38
  28. package/dist/es/components/runtime/utils/store-util.mjs +9 -9
  29. package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
  30. package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
  31. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
  32. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
  33. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
  34. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
  35. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
  36. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
  37. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
  38. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
  39. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
  40. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
  41. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
  42. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
  43. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
  44. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
  45. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
  46. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
  47. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
  48. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
  49. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
  50. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
  51. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
  52. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
  53. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
  54. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
  55. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
  56. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
  57. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
  58. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
  59. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
  60. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
  61. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
  62. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
  63. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
  64. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
  65. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
  66. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
  67. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
  68. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
  69. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
  70. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
  71. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
  72. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
  73. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
  74. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
  75. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
  76. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
  77. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
  78. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
  79. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
  80. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
  81. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
  82. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
  83. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
  84. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
  85. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
  86. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
  87. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
  88. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
  89. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
  90. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
  91. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
  92. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
  93. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
  94. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
  95. package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
  96. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
  97. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
  98. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
  99. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
  100. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
  101. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
  102. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
  103. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
  104. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
  105. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
  106. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
  107. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
  108. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
  109. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
  110. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
  111. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
  112. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
  113. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
  114. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
  115. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
  116. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
  117. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
  118. package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
  119. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
  120. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
  121. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
  122. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
  123. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
  124. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
  125. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
  126. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
  127. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
  128. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
  129. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
  130. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
  131. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
  132. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
  133. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
  134. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
  135. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
  136. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
  137. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
  138. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
  139. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
  140. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
  141. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
  142. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
  143. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
  144. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
  145. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
  146. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
  147. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
  148. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
  149. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
  150. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
  151. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
  152. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
  153. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
  154. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
  155. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
  156. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
  157. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
  158. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
  159. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
  160. package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
  161. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
  162. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
  163. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
  164. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
  165. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
  166. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
  167. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
  168. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
  169. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
  170. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
  171. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
  172. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
  173. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
  174. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
  175. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
  176. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
  177. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
  178. package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
  179. package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
  180. package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
  181. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
  182. package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
  183. package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
  184. package/dist/es/index.mjs +27 -27
  185. package/dist/es/style.css +1 -996
  186. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
  187. package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
  188. package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
  189. package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
  190. package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
  191. package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
  192. package/dist/lib/assets/file.png.cjs +1 -2
  193. package/dist/lib/assets/folder.png.cjs +1 -2
  194. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
  195. package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
  196. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
  197. package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
  198. package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
  199. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
  200. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
  201. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
  202. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
  203. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
  204. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
  205. package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
  206. package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
  207. package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
  208. package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
  209. package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
  210. package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
  211. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
  212. package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
  213. package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
  214. package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
  215. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
  216. package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
  217. package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
  218. package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
  219. package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
  220. package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
  221. package/dist/lib/components/runtime/utils/store.cjs +1 -3
  222. package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
  223. package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
  224. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
  225. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
  226. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
  227. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
  228. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
  229. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
  230. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
  231. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
  232. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
  233. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
  234. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
  235. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
  236. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
  237. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
  238. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
  239. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
  240. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
  241. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
  242. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
  243. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
  244. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
  245. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
  246. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
  247. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
  248. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
  249. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
  250. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
  251. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
  252. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
  253. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
  254. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
  255. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
  256. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
  257. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
  258. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
  259. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
  260. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
  261. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
  262. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
  263. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
  264. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
  265. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
  266. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
  267. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
  268. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
  269. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
  270. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
  271. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
  272. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
  273. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
  274. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
  275. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
  276. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
  277. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
  278. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
  279. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
  280. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
  281. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
  282. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
  283. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
  284. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
  285. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
  286. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
  287. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
  288. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
  289. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
  290. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
  291. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
  292. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
  293. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
  294. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
  295. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
  296. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
  297. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
  298. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
  299. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
  300. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
  301. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
  302. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
  303. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
  304. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
  305. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
  306. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
  307. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
  308. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
  309. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
  310. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
  311. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
  312. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
  313. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
  314. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
  315. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
  316. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
  317. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
  318. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
  319. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
  320. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
  321. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
  322. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
  323. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
  324. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
  325. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
  326. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
  327. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
  328. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
  329. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
  330. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
  331. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
  332. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
  333. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
  334. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
  335. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
  336. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
  337. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
  338. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
  339. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
  340. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
  341. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
  342. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
  343. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
  344. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
  345. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
  346. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
  347. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
  348. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
  349. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
  350. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
  351. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
  352. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
  353. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
  354. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
  355. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
  356. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
  357. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
  358. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
  359. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
  360. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
  361. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
  362. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
  363. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
  364. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
  365. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
  366. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
  367. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
  368. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
  369. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
  370. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
  371. package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
  372. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
  373. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
  374. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
  375. package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
  376. package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
  377. package/dist/lib/i18n/langs/cn.cjs +1 -2
  378. package/dist/lib/i18n/langs/en.cjs +1 -2
  379. package/dist/lib/index.cjs +1 -6
  380. package/dist/lib/style.css +1 -996
  381. package/dist/umd/index.full.min.js +3 -7429
  382. package/dist/umd/style.css +1 -996
  383. package/package.json +77 -76
  384. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  385. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
@@ -1,4 +1,4 @@
1
- import e from "./main-table-runtime.vue.mjs";
1
+ import o from "./main-table-runtime.vue.mjs";
2
2
  export {
3
- e as default
3
+ o as default
4
4
  };
@@ -1,324 +1,317 @@
1
- import { defineComponent as e, ref as t, onMounted as n, onUnmounted as o, resolveComponent as l, createElementBlock as i, openBlock as a, createBlock as u, createCommentVNode as r, unref as s } from "vue";
2
- import { setTableEvents as c, gridSelectRecord as p, gridSelectAllRecords as d, gridSelectionChange as f, cellClick as b, cellDblClick as g, rowClick as m, rowDblClick as v, headerClick as h, getHandleEvent as S } from "../../../../utils/events/event-util.mjs";
3
- import { caculateShowCondition as w, setVariableValue as T, getVariableValue as x, getSizeConfig as C } from "../../../../utils/page-helper-util.mjs";
4
- import { getModelFields as D, getDefaultValue as y } from "../../../../utils/page-init-util.mjs";
5
- import P from "../../../../utils/eventBus.mjs";
6
- import { popupToPage as R, getOperationButtons as I } from "../../../../utils/table-utils.mjs";
7
- import { getListCode as O, getBaseUrl as k } from "../../../../utils/common-util.mjs";
8
- import { getAdditionalParamMap as _ } from "../../../../utils/events/standard-event.mjs";
9
- import { getRowStyleUtil as A, getCellStyleUtil as M, getHeaderCellStyleUtil as E } from "../../chart/table/chart-table-util.mjs";
10
- const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: F2, emit: $ }) {
11
- var _a;
12
- const j = e2, z = j.pageContext;
13
- let L = j.configure;
14
- const N = j.configure.runtime ? j.configure.runtime : {};
15
- z.isTest ? N.value = j.configure.runtime ? j.configure.runtime : {} : z.tableRuntimes && z.tableRuntimes[L.uuid] && (L = JSON.parse(z.tableRuntimes[L.uuid].configure), N.value = L.runtime ? L.runtime : {});
16
- const B = O(z.code, z.version, L.uuid), V = z.entity.data, G = L.code ? L.code : B, H = _(z), U = N && N.events ? N.events : [], q = t([]), J = z.superGridItems, K = J ? J[L.uuid] : null, Q = N.style, W = N.class, X = j.pageContext.entity ? j.pageContext.entity : {};
17
- let Y = D(j.configure, G), Z = k(z.backendUrl, z.isTest);
18
- Z || (Z = window.$vueApp.config.globalProperties.baseURL);
19
- const ee = t(false);
20
- let te = t(0);
21
- const ne = (_a = L.props) == null ? void 0 : _a.dataOrigin.principalLinkage, oe = t({}), le = $;
22
- oe.value = function() {
23
- var _a2, _b;
24
- const e3 = { title: (L == null ? void 0 : L.title) || null, isSql: true, subTableData: null, rowKeyProp: ne, extraParam: {}, operations: {}, hiddenColumns: [], pageCode: z.code, pageVersion: z.version, pageContext: z, configureObj: L, showPageArea: false, showRowForm: false, showOverflowTooltip: !(!L.props || !L.props.otherSettings || void 0 !== L.props.otherSettings.isBreakLine && false !== L.props.otherSettings.isBreakLine), backendUrl: Z, cellStyleRender: Ve, rowStyleRender: Be, titleStyleRender: Ge, allEditable: (_b = (_a2 = L.props) == null ? void 0 : _a2.base) == null ? void 0 : _b.allEditable };
25
- return Q && (e3.tableStyle = Q), W && (e3.tableClass = W), L.props && L.props.base && true === L.props.base.subPaging ? e3.showPageArea = true : e3.showPageArea = false, L.props.base.showRowForm && (e3.showRowForm = L.props.base.showRowForm), function(e4) {
26
- const t2 = L.props ? L.props.dataOrigin : {};
27
- if (t2.treeTable) {
28
- let n2;
29
- const o2 = t2.rowKey;
30
- if (n2 = o2 && o2.indexOf("~~") > 0 ? o2.substring(o2.indexOf("~~") + 2) : o2, e4.parentProp = n2, t2.checkStrictly && (e4.checkStrictly = t2.checkStrictly), e4.parentProp) {
31
- const o3 = t2.lazy, l2 = t2.defaultExpandAll;
32
- e4.lazy = null == o3 || o3, e4.defaultExpandAll = null != l2 && l2;
33
- const i2 = { parentProp: n2, lazy: e4.lazy, defaultExpandAll: e4.defaultExpandAll };
34
- e4.extraParam.listViewTreeSetting = JSON.stringify(i2), e4.subRowUrl = Z + "/dsc/commons/list-subs";
1
+ import { defineComponent as _e, ref as T, onMounted as Ae, onUnmounted as Me, resolveComponent as Ee, createElementBlock as Ve, openBlock as K, createBlock as Be, createCommentVNode as Fe, unref as D } from "vue";
2
+ import { setTableEvents as Ue, gridSelectRecord as ze, gridSelectAllRecords as Ne, gridSelectionChange as He, cellClick as $e, cellDblClick as Le, rowClick as Ge, rowDblClick as je, headerClick as qe, getHandleEvent as Je } from "../../../../utils/events/event-util.mjs";
3
+ import { caculateShowCondition as y, setVariableValue as Q, getVariableValue as W, getSizeConfig as Ke } from "../../../../utils/page-helper-util.mjs";
4
+ import { getModelFields as Qe, getDefaultValue as We } from "../../../../utils/page-init-util.mjs";
5
+ import S from "../../../../utils/eventBus.mjs";
6
+ import { popupToPage as Xe, getOperationButtons as Ye } from "../../../../utils/table-utils.mjs";
7
+ import { getBaseUrl as Ze, getListCode as et } from "../../../../utils/common-util.mjs";
8
+ import { getAdditionalParamMap as tt } from "../../../../utils/events/standard-event.mjs";
9
+ import { getRowStyleUtil as nt, getCellStyleUtil as ot, getHeaderCellStyleUtil as lt } from "../../chart/table/chart-table-util.mjs";
10
+ const gt = _e({ __name: "sub-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(X, { expose: Y, emit: Z }) {
11
+ var J;
12
+ const d = X, l = d.pageContext;
13
+ let n = d.configure;
14
+ const h = d.configure.runtime ? d.configure.runtime : {};
15
+ l.isTest ? h.value = d.configure.runtime ? d.configure.runtime : {} : l.tableRuntimes && l.tableRuntimes[n.uuid] && (n = JSON.parse(l.tableRuntimes[n.uuid].configure), h.value = n.runtime ? n.runtime : {});
16
+ const f = et(l.code, l.version, n.uuid), O = l.entity.data, v = n.code ? n.code : f, ee = tt(l), te = h && h.events ? h.events : [], w = T([]), M = l.superGridItems, ne = M ? M[n.uuid] : null, E = h.style, V = h.class, P = d.pageContext.entity ? d.pageContext.entity : {};
17
+ let R = Qe(d.configure, v), x = Ze(l.backendUrl, l.isTest);
18
+ x || (x = window.$vueApp.config.globalProperties.baseURL);
19
+ const I = T(!1);
20
+ let B = T(0);
21
+ const oe = (J = n.props) == null ? void 0 : J.dataOrigin.principalLinkage, m = T({}), le = Z;
22
+ m.value = function() {
23
+ var t, o;
24
+ const e = { title: (n == null ? void 0 : n.title) || null, isSql: !0, subTableData: null, rowKeyProp: oe, extraParam: {}, operations: {}, hiddenColumns: [], pageCode: l.code, pageVersion: l.version, pageContext: l, configureObj: n, showPageArea: !1, showRowForm: !1, showOverflowTooltip: !(!n.props || !n.props.otherSettings || n.props.otherSettings.isBreakLine !== void 0 && n.props.otherSettings.isBreakLine !== !1), backendUrl: x, cellStyleRender: Ie, rowStyleRender: Re, titleStyleRender: ke, allEditable: (o = (t = n.props) == null ? void 0 : t.base) == null ? void 0 : o.allEditable };
25
+ return E && (e.tableStyle = E), V && (e.tableClass = V), n.props && n.props.base && n.props.base.subPaging === !0 ? e.showPageArea = !0 : e.showPageArea = !1, n.props.base.showRowForm && (e.showRowForm = n.props.base.showRowForm), function(a) {
26
+ const u = n.props ? n.props.dataOrigin : {};
27
+ if (u.treeTable) {
28
+ let g;
29
+ const i = u.rowKey;
30
+ if (g = i && i.indexOf("~~") > 0 ? i.substring(i.indexOf("~~") + 2) : i, a.parentProp = g, u.checkStrictly && (a.checkStrictly = u.checkStrictly), a.parentProp) {
31
+ const p = u.lazy, c = u.defaultExpandAll;
32
+ a.lazy = p == null || p, a.defaultExpandAll = c != null && c;
33
+ const s = { parentProp: g, lazy: a.lazy, defaultExpandAll: a.defaultExpandAll };
34
+ a.extraParam.listViewTreeSetting = JSON.stringify(s), a.subRowUrl = x + "/dsc/commons/list-subs";
35
35
  }
36
36
  }
37
- }(e3), e3;
37
+ }(e), e;
38
38
  }();
39
- const ie = t(null);
40
- function ae() {
41
- ie.value && (oe.value.subTableData = null, ie.value.reloadSubTableData(B));
42
- }
43
- function ue(e3, t2) {
44
- if (t2 || (t2 = oe.value), void 0 === e3 && (e3 = re()), t2.isPageInfo = false, t2.isFormSubTable = true, t2.canRrefreshSubtableData = e3, t2.getFormData = se, t2.getGridData = ce, t2.extraParam.subTableListViewCode = B, t2.extraParam.beanName = z.beanName, t2.extraParam.subtableSetting = L.props && L.props.otherSettings ? JSON.stringify(L.props.otherSettings) : null, t2.extraParam.additionalParamMap = H, t2.extraParam.entityMap = z.entity.data, t2.extraParam.contextMap = z.entity.context, t2.extraParam.taskMap = z.entity.task, !(L.props && L.props.base && L.props.base.showOperation)) {
45
- let e4 = t2.hiddenColumns;
46
- e4 ? e4.push("operation") : e4 = ["operation"], t2.hiddenColumns = e4;
39
+ const r = T(null);
40
+ function F() {
41
+ r.value && (m.value.subTableData = null, r.value.reloadSubTableData(f));
42
+ }
43
+ function U(e, t) {
44
+ if (t || (t = m.value), e === void 0 && (e = z()), t.isPageInfo = !1, t.isFormSubTable = !0, t.canRrefreshSubtableData = e, t.getFormData = ae, t.getGridData = ie, t.extraParam.subTableListViewCode = f, t.extraParam.beanName = l.beanName, t.extraParam.subtableSetting = n.props && n.props.otherSettings ? JSON.stringify(n.props.otherSettings) : null, t.extraParam.additionalParamMap = ee, t.extraParam.entityMap = l.entity.data, t.extraParam.contextMap = l.entity.context, t.extraParam.taskMap = l.entity.task, !(n.props && n.props.base && n.props.base.showOperation)) {
45
+ let a = t.hiddenColumns;
46
+ a ? a.push("operation") : a = ["operation"], t.hiddenColumns = a;
47
47
  }
48
- t2.showOperationButton = !(!L.props || !L.props.base) && L.props.base.showOperation, t2.isPdfEditor = false, t2.tableRecordMaxNum = L.props && L.props.otherSettings ? L.props.otherSettings.tableRecordMaxNum : null;
49
- let n2 = C(z, L);
50
- n2 && n2.fixHeight && (t2.formSetHeight = n2.fixHeight), n2 && n2.maxHeight && (t2.formSetMaxHeight = n2.maxHeight), t2.validateEitConditions = He;
51
- }
52
- function re() {
53
- if (L.props && L.props.otherSettings) {
54
- if (L.props.otherSettings.sourceQueryTableData && L.props.otherSettings.timeToInitializeSubTable && L.props.otherSettings.timeToInitializeSubTable.length > 0) {
55
- let e3 = false;
56
- if (-1 !== L.props.otherSettings.timeToInitializeSubTable.indexOf("create") && (e3 = !V.id && !V.ID), -1 !== L.props.otherSettings.timeToInitializeSubTable.indexOf("noData")) {
57
- const t2 = V[G];
58
- (!t2 || t2.length <= 0) && (e3 = true);
48
+ t.showOperationButton = !(!n.props || !n.props.base) && n.props.base.showOperation, t.isPdfEditor = !1, t.tableRecordMaxNum = n.props && n.props.otherSettings ? n.props.otherSettings.tableRecordMaxNum : null;
49
+ let o = Ke(l, n);
50
+ o && o.fixHeight && (t.formSetHeight = o.fixHeight), o && o.maxHeight && (t.formSetMaxHeight = o.maxHeight), t.validateEitConditions = Oe;
51
+ }
52
+ function z() {
53
+ if (n.props && n.props.otherSettings) {
54
+ if (n.props.otherSettings.sourceQueryTableData && n.props.otherSettings.timeToInitializeSubTable && n.props.otherSettings.timeToInitializeSubTable.length > 0) {
55
+ let e = !1;
56
+ if (n.props.otherSettings.timeToInitializeSubTable.indexOf("create") !== -1 && (e = !O.id && !O.ID), n.props.otherSettings.timeToInitializeSubTable.indexOf("noData") !== -1) {
57
+ const t = O[v];
58
+ (!t || t.length <= 0) && (e = !0);
59
59
  }
60
- return e3;
60
+ return e;
61
61
  }
62
- return false;
62
+ return !1;
63
63
  }
64
64
  }
65
- function se() {
66
- return z.entity.data;
65
+ function ae() {
66
+ return l.entity.data;
67
67
  }
68
- function ce() {
69
- return x(X, Y);
68
+ function ie() {
69
+ return W(P, R);
70
70
  }
71
- let pe, de;
72
- function fe(e3, t2) {
73
- t2 || (t2 = oe.value), ue(e3, t2), t2.subTableData = null, be(t2), ee.value = false, pe = setTimeout(() => {
74
- ee.value = true, te.value = te.value + 1, ge();
71
+ let _, A;
72
+ function N(e, t) {
73
+ t || (t = m.value), U(e, t), t.subTableData = null, H(t), I.value = !1, _ = setTimeout(() => {
74
+ I.value = !0, B.value = B.value + 1, $();
75
75
  }, 10);
76
76
  }
77
- function be(e3) {
78
- e3 || (e3 = oe.value), function(e4) {
79
- e4 || (e4 = oe.value);
80
- const t3 = z.fieldPermissionMap, n2 = z.actionPermissionMap;
81
- if (t3 && null != t3) {
82
- let n3 = t3.get(G);
83
- if (!n3) {
84
- const e5 = t3.get("all_fields");
85
- e5 && (n3 = [e5]);
77
+ function H(e) {
78
+ e || (e = m.value), function(o) {
79
+ o || (o = m.value);
80
+ const a = l.fieldPermissionMap, u = l.actionPermissionMap;
81
+ if (a && a != null) {
82
+ let i = a.get(v);
83
+ if (!i) {
84
+ const p = a.get("all_fields");
85
+ p && (i = [p]);
86
86
  }
87
- e4.validateRules = n3 || null;
87
+ o.validateRules = i || null;
88
88
  }
89
- if (n2 && null != n2) {
90
- let t4 = n2.get(G);
91
- t4 || (t4 = n2.get("all_sub_tables")), e4.actionPermission = t4;
89
+ if (u && u != null) {
90
+ let i = u.get(v);
91
+ i || (i = u.get("all_sub_tables")), o.actionPermission = i;
92
92
  }
93
- e4.operations || (e4.operations = {});
94
- const o2 = function() {
95
- let e5 = [], t4 = w(j.pageContext, L.props.base.showOperationCondition);
96
- if (t4 && Se(null, null, null, null, null, true, "canAdd")) {
97
- const t5 = { props: { elementType: "el-button", icon: "Plus", type: "primary", circle: true, size: "mini", permission: "true" }, onClick: Ce, isShow: we };
98
- e5.push(t5);
93
+ o.operations || (o.operations = {});
94
+ const g = function() {
95
+ let i = [], p = y(d.pageContext, n.props.base.showOperationCondition);
96
+ if (p && k(null, null, null, null, null, !0, "canAdd")) {
97
+ const c = { props: { elementType: "el-button", icon: "Plus", type: "primary", circle: !0, size: "mini", permission: "true" }, onClick: pe, isShow: ue };
98
+ i.push(c);
99
99
  }
100
- if (t4 && Te(null, null, null, null, null, true)) {
101
- const t5 = { props: { elementType: "el-button", icon: "Minus", type: "danger", circle: true, size: "mini", permission: "true" }, onClick: De, isShow: xe };
102
- e5.push(t5);
100
+ if (p && G(null, null, null, null, null, !0)) {
101
+ const c = { props: { elementType: "el-button", icon: "Minus", type: "danger", circle: !0, size: "mini", permission: "true" }, onClick: de, isShow: ce };
102
+ i.push(c);
103
103
  }
104
- return I(z, L, e5, ve), e5;
104
+ return Ye(l, n, i, re), i;
105
105
  }();
106
- e4.operations.operation = o2, e4.subTableCanAdd = Se(null, null, null, null, null, true, "canAdd"), e4.subTableCanDelete = Se(null, null, null, null, null, true, "canDelete");
107
- }(e3), c(e3, U, z, L);
108
- const t2 = z.customEvents;
109
- t2 && (e3.eventCallBack = t2), ee.value = true, ge();
110
- }
111
- function ge() {
112
- z.tableUuids || (z.tableUuids = []), z.tableUuids.indexOf(L.uuid) < 0 && z.tableUuids.push(L.uuid);
113
- }
114
- n(() => {
115
- const e3 = L.uuid, t2 = z.subTableWatchProps;
116
- P.$on("_refreshSubTable_" + e3, (n2) => {
117
- const o2 = n2.propName;
118
- if (t2 && t2[e3] && t2[e3].length > 0) {
119
- t2[e3].indexOf(o2) >= 0 && ae();
120
- }
121
- }), P.$on("_refreshSubTableHandle_" + e3, (e4) => {
122
- ae();
123
- }), P.$on("_refreshChildData_" + e3, (e4) => {
124
- !function(e5) {
125
- Ne(e5), de = setTimeout(() => {
126
- ie.value && (ie.value.refreshChildData(B, e5, L.props && L.props.base && true === L.props.base.subPaging), oe.value.extraParam.entityMap = z.entity.data);
106
+ o.operations.operation = g, o.subTableCanAdd = k(null, null, null, null, null, !0, "canAdd"), o.subTableCanDelete = k(null, null, null, null, null, !0, "canDelete");
107
+ }(e), Ue(e, te, l, n);
108
+ const t = l.customEvents;
109
+ t && (e.eventCallBack = t), I.value = !0, $();
110
+ }
111
+ function $() {
112
+ l.tableUuids || (l.tableUuids = []), l.tableUuids.indexOf(n.uuid) < 0 && l.tableUuids.push(n.uuid);
113
+ }
114
+ Ae(() => {
115
+ const e = n.uuid, t = l.subTableWatchProps;
116
+ S.$on("_refreshSubTable_" + e, (o) => {
117
+ const a = o.propName;
118
+ t && t[e] && t[e].length > 0 && t[e].indexOf(a) >= 0 && F();
119
+ }), S.$on("_refreshSubTableHandle_" + e, (o) => {
120
+ F();
121
+ }), S.$on("_refreshChildData_" + e, (o) => {
122
+ (function(a) {
123
+ q(a), A = setTimeout(() => {
124
+ r.value && (r.value.refreshChildData(f, a, n.props && n.props.base && n.props.base.subPaging === !0), m.value.extraParam.entityMap = l.entity.data);
127
125
  }, 10);
128
- }(e4);
129
- }), P.$on(B + "-pickFileDone", (e4) => {
130
- ie.value.pickFileDone(e4);
131
- }), P.$on(B + "-scanDone", (e4) => {
132
- ie.value.scanDone(e4);
133
- }), oe.value && oe.value.configureObj.props.base && oe.value.configureObj.props.base.isSafeDelete && le("setSafeDeleteTableCode", oe.value.extraParam.tableName);
134
- }), o(() => {
135
- pe && clearTimeout(pe), de && clearTimeout(de);
136
- const e3 = L.uuid;
137
- P.$off("_refreshSubTable_" + e3), P.$off("_refreshSubTableHandle_" + e3), P.$off("_refreshChildData_" + e3), P.$off(B + "-pickFileDone"), P.$off(B + "-scanDone");
126
+ })(o);
127
+ }), S.$on(f + "-pickFileDone", (o) => {
128
+ r.value.pickFileDone(o);
129
+ }), S.$on(f + "-scanDone", (o) => {
130
+ r.value.scanDone(o);
131
+ }), m.value && m.value.configureObj.props.base && m.value.configureObj.props.base.isSafeDelete && le("setSafeDeleteTableCode", m.value.extraParam.tableName);
132
+ }), Me(() => {
133
+ _ && clearTimeout(_), A && clearTimeout(A);
134
+ const e = n.uuid;
135
+ S.$off("_refreshSubTable_" + e), S.$off("_refreshSubTableHandle_" + e), S.$off("_refreshChildData_" + e), S.$off(f + "-pickFileDone"), S.$off(f + "-scanDone");
138
136
  });
139
- const me = t({});
140
- function ve(e3) {
141
- if (!e3) return;
142
- return me.value[e3.uuid] = e3, he;
143
- }
144
- function he(e3, t2, n2, o2, l2, i2) {
145
- const a2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2, button: i2, id: n2.ID ? n2.ID : n2.id }, u2 = me.value[i2.sourceButton.uuid], r2 = L;
146
- u2.props.base.tableUuid = r2.uuid, S(null, z, u2, "click", a2);
147
- }
148
- function Se(e3, t2, n2, o2, l2, i2, a2) {
149
- a2 || (a2 = "canAdd");
150
- if (!w(j.pageContext, L.props.base.showOperationCondition)) return false;
151
- const u2 = z.fieldPermissionMap, r2 = z.actionPermissionMap;
152
- let s2 = true;
153
- if (u2 && null !== u2) {
154
- const e4 = u2.get("all_fields");
155
- void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (s2 = false);
137
+ const L = T({});
138
+ function re(e) {
139
+ if (e)
140
+ return L.value[e.uuid] = e, se;
141
+ }
142
+ function se(e, t, o, a, u, g) {
143
+ const i = { originalValue: e, formatValue: t, row: o, column: a, rowIndex: u, button: g, id: o.ID ? o.ID : o.id }, p = L.value[g.sourceButton.uuid], c = n;
144
+ p.props.base.tableUuid = c.uuid, Je(null, l, p, "click", i);
145
+ }
146
+ function k(e, t, o, a, u, g, i) {
147
+ if (i || (i = "canAdd"), !y(d.pageContext, n.props.base.showOperationCondition)) return !1;
148
+ const p = l.fieldPermissionMap, c = l.actionPermissionMap;
149
+ let s = !0;
150
+ if (p && p !== null) {
151
+ const b = p.get("all_fields");
152
+ b === void 0 || b.canEdit !== !1 || b.rowIndexes !== void 0 && b.rowIndexes !== null && b.rowIndexes.length !== 0 || (s = !1);
156
153
  }
157
- if (true === s2 && G && r2 && null !== r2) {
158
- let e4 = r2.get(G);
159
- e4 || (e4 = r2.get("all_sub_tables")), e4 && void 0 !== e4[a2] && false === e4[a2] && (s2 = false);
154
+ if (s === !0 && v && c && c !== null) {
155
+ let b = c.get(v);
156
+ b || (b = c.get("all_sub_tables")), b && b[i] !== void 0 && b[i] === !1 && (s = !1);
160
157
  }
161
- return s2;
162
- }
163
- function we(e3, t2, n2, o2, l2, i2) {
164
- let a2 = Se(0, 0, 0, 0, 0, 0, "canAdd");
165
- return true === a2 && (a2 = w(j.pageContext, L.props.base.showAddBtnCondition, n2)), a2;
166
- }
167
- function Te(e3, t2, n2, o2, l2, i2) {
168
- const a2 = z.fieldPermissionMap, u2 = z.actionPermissionMap;
169
- let r2 = true;
170
- if (a2 && null !== a2) {
171
- const e4 = a2.get("all_fields");
172
- void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (r2 = false);
158
+ return s;
159
+ }
160
+ function ue(e, t, o, a, u, g) {
161
+ let i = k(0, 0, 0, 0, 0, 0, "canAdd");
162
+ return i === !0 && (i = y(d.pageContext, n.props.base.showAddBtnCondition, o)), i;
163
+ }
164
+ function G(e, t, o, a, u, g) {
165
+ const i = l.fieldPermissionMap, p = l.actionPermissionMap;
166
+ let c = !0;
167
+ if (i && i !== null) {
168
+ const s = i.get("all_fields");
169
+ s === void 0 || s.canEdit !== !1 || s.rowIndexes !== void 0 && s.rowIndexes !== null && s.rowIndexes.length !== 0 || (c = !1);
173
170
  }
174
- if (true === r2 && G && u2 && null !== u2) {
175
- let e4 = u2.get(G);
176
- if (e4 || (e4 = u2.get("all_sub_tables")), e4 && void 0 !== e4.canDelete && false === e4.canDelete && (r2 = false), e4 && void 0 !== e4.canDelete && true === e4.canDelete && e4.deleteRowIndexes) if (e4.deleteRowIndexes.length > 0) if (i2) r2 = true;
171
+ if (c === !0 && v && p && p !== null) {
172
+ let s = p.get(v);
173
+ if (s || (s = p.get("all_sub_tables")), s && s.canDelete !== void 0 && s.canDelete === !1 && (c = !1), s && s.canDelete !== void 0 && s.canDelete === !0 && s.deleteRowIndexes) if (s.deleteRowIndexes.length > 0) if (g) c = !0;
177
174
  else {
178
- const t3 = function(e5) {
179
- return e5 && e5.id ? e5.id : e5 && e5.ID ? e5.ID : void 0;
180
- }(n2);
181
- r2 = void 0 !== t3 && e4.deleteRowIndexes.indexOf(t3) >= 0;
175
+ const b = function(C) {
176
+ return C && C.id ? C.id : C && C.ID ? C.ID : void 0;
177
+ }(o);
178
+ c = b !== void 0 && s.deleteRowIndexes.indexOf(b) >= 0;
182
179
  }
183
- else r2 = false;
180
+ else c = !1;
184
181
  }
185
- return r2;
182
+ return c;
186
183
  }
187
- function xe(e3, t2, n2, o2, l2, i2) {
188
- let a2 = Te(0, 0, n2, 0, 0, i2);
189
- return true === a2 && (a2 = w(j.pageContext, L.props.base.showDeleteBtnCondition, n2)), a2;
184
+ function ce(e, t, o, a, u, g) {
185
+ let i = G(0, 0, o, 0, 0, g);
186
+ return i === !0 && (i = y(d.pageContext, n.props.base.showDeleteBtnCondition, o)), i;
190
187
  }
191
- function Ce(e3, t2, n2, o2, l2) {
192
- ie.value.createRow(B, {}, { getDefaultValueFunc: y }, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2 });
188
+ function pe(e, t, o, a, u) {
189
+ r.value.createRow(f, {}, { getDefaultValueFunc: We }, { originalValue: e, formatValue: t, row: o, column: a, rowIndex: u });
193
190
  }
194
- function De(e3, t2, n2, o2, l2) {
195
- ie.value.deleteRow(l2, B, false);
191
+ function de(e, t, o, a, u) {
192
+ r.value.deleteRow(u, f, !1);
196
193
  }
197
- function ye(e3) {
198
- T(X, Y, e3);
194
+ function fe(e) {
195
+ Q(P, R, e);
199
196
  }
200
- function Pe(e3) {
201
- z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[G] || (z.subTablePageInfo[G] = {}), z.subTablePageInfo[G].pageSize = e3;
197
+ function ge(e) {
198
+ l.subTablePageInfo || (l.subTablePageInfo = {}), l.subTablePageInfo[v] || (l.subTablePageInfo[v] = {}), l.subTablePageInfo[v].pageSize = e;
202
199
  }
203
- function Re(e3) {
204
- const t2 = e3.key, n2 = e3.value;
205
- z.selectOptions || (z.selectOptions = {}), z.selectOptions[t2] = n2;
200
+ function be(e) {
201
+ const t = e.key, o = e.value;
202
+ l.selectOptions || (l.selectOptions = {}), l.selectOptions[t] = o;
206
203
  }
207
- function Ie(e3) {
208
- const t2 = z.code + "_";
209
- P.$emit(t2 + "prohibit-edit", e3);
204
+ function me(e) {
205
+ const t = l.code + "_";
206
+ S.$emit(t + "prohibit-edit", e);
210
207
  }
211
- function Oe(e3) {
212
- const t2 = z.entity.data;
213
- if (e3) for (const n2 in e3) t2[n2] = e3[n2];
208
+ function ve(e) {
209
+ const t = l.entity.data;
210
+ if (e) for (const o in e) t[o] = e[o];
214
211
  }
215
- function ke(e3, t2) {
216
- if (void 0 !== t2) {
217
- q.value = e3;
218
- p(z, L, { selection: e3, row: t2 });
219
- }
212
+ function Se(e, t) {
213
+ t !== void 0 && (w.value = e, ze(l, n, { selection: e, row: t }));
220
214
  }
221
- function _e(e3) {
222
- q.value = e3;
223
- d(z, L, { selection: e3 });
215
+ function he(e) {
216
+ w.value = e, Ne(l, n, { selection: e });
224
217
  }
225
- function Ae(e3) {
226
- f(z, L, { newSelection: e3 });
218
+ function we(e) {
219
+ He(l, n, { newSelection: e });
227
220
  }
228
- function Me(e3, t2, n2, o2) {
229
- b(z, L, { row: e3, column: t2, cell: n2, event: o2 });
221
+ function Ce(e, t, o, a) {
222
+ $e(l, n, { row: e, column: t, cell: o, event: a });
230
223
  }
231
- function Ee(e3, t2, n2, o2) {
232
- g(z, L, { row: e3, column: t2, cell: n2, event: o2 });
224
+ function Te(e, t, o, a) {
225
+ Le(l, n, { row: e, column: t, cell: o, event: a });
233
226
  }
234
- function Fe(e3, t2, n2) {
235
- m(z, L, { row: e3, column: t2, event: n2 });
227
+ function xe(e, t, o) {
228
+ Ge(l, n, { row: e, column: t, event: o });
236
229
  }
237
- function $e(e3, t2, n2) {
238
- v(z, L, { row: e3, column: t2, event: n2 });
230
+ function De(e, t, o) {
231
+ je(l, n, { row: e, column: t, event: o });
239
232
  }
240
- function je(e3, t2) {
241
- h(z, L, { column: e3, event: t2 });
233
+ function ye(e, t) {
234
+ qe(l, n, { column: e, event: t });
242
235
  }
243
- function ze(e3) {
244
- z.entity.data = e3;
236
+ function Pe(e) {
237
+ l.entity.data = e;
245
238
  }
246
- function Le() {
247
- return x(X, Y);
239
+ function j() {
240
+ return W(P, R);
248
241
  }
249
- function Ne(e3) {
250
- return T(X, Y, e3);
242
+ function q(e) {
243
+ return Q(P, R, e);
251
244
  }
252
- function Be(e3) {
253
- return A(e3, null, j);
245
+ function Re(e) {
246
+ return nt(e, null, d);
254
247
  }
255
- function Ve(e3) {
256
- return M(e3, e3.cellStyle, j);
248
+ function Ie(e) {
249
+ return ot(e, e.cellStyle, d);
257
250
  }
258
- function Ge(e3) {
259
- const t2 = e3.titleStyle, n2 = j.configure.style.titleStyle;
260
- return E(e3, { cellTitleStyle: t2, titleStyle: n2 }, j);
251
+ function ke(e) {
252
+ const t = e.titleStyle, o = d.configure.style.titleStyle;
253
+ return lt(e, { cellTitleStyle: t, titleStyle: o }, d);
261
254
  }
262
- function He({ row: e3, editConditions: t2 }) {
263
- let n2 = true;
264
- return t2 && t2.length > 0 && (n2 = w(j.pageContext, t2, e3)), n2;
255
+ function Oe({ row: e, editConditions: t }) {
256
+ let o = !0;
257
+ return t && t.length > 0 && (o = y(d.pageContext, t, e)), o;
265
258
  }
266
- return function(e3) {
267
- const t2 = re();
268
- t2 ? fe(t2, e3) : (ue(t2, e3), e3.isPageInfo = false, e3.subTableData = Le(), be(e3));
269
- }(oe.value), F2({ createRow: function() {
270
- return ie.value.createRow(B);
259
+ return function(e) {
260
+ const t = z();
261
+ t ? N(t, e) : (U(t, e), e.isPageInfo = !1, e.subTableData = j(), H(e));
262
+ }(m.value), Y({ createRow: function() {
263
+ return r.value.createRow(f);
271
264
  }, getSelections: function() {
272
- return q.value;
265
+ return w.value;
273
266
  }, getSelectionIds: function() {
274
- const e3 = [];
275
- return q.value && q.value.forEach((t2) => {
276
- e3.push(t2.id ? t2.id : t2.ID ? t2.ID : null);
277
- }), e3;
267
+ const e = [];
268
+ return w.value && w.value.forEach((t) => {
269
+ e.push(t.id ? t.id : t.ID ? t.ID : null);
270
+ }), e;
278
271
  }, clearSelections: function() {
279
- q.value = [];
272
+ w.value = [];
280
273
  }, getTableConfigure: function() {
281
- return L;
274
+ return n;
282
275
  }, validatorSunTableListData: function() {
283
- return ie.value.validatorSunTableListData();
284
- }, getValue: Le, setValue: Ne, getTableSelectOptions: function() {
285
- if (ie.value) return ie.value.getTableSelectOptions(B);
286
- }, dynamicControlTableEdit: function(e3, t2, n2) {
287
- ie.value && ie.value.dynamicControlTableEdit(e3, t2, n2);
288
- }, doLayout: function(e3) {
289
- ie.value && ie.value.doLayout(e3);
290
- }, changeOperationAddState: function(e3) {
291
- ie.value && ie.value.changeOperationAddState(e3);
292
- }, scrollTo: function(e3, t2) {
293
- ie.value && ie.value.scrollTo(e3, t2);
294
- }, setScrollTop: function(e3) {
295
- ie.value && ie.value.setScrollTop(e3);
296
- }, setScrollLeft: function(e3) {
297
- ie.value && ie.value.setScrollLeft(e3);
276
+ return r.value.validatorSunTableListData();
277
+ }, getValue: j, setValue: q, getTableSelectOptions: function() {
278
+ if (r.value) return r.value.getTableSelectOptions(f);
279
+ }, dynamicControlTableEdit: function(e, t, o) {
280
+ r.value && r.value.dynamicControlTableEdit(e, t, o);
281
+ }, doLayout: function(e) {
282
+ r.value && r.value.doLayout(e);
283
+ }, changeOperationAddState: function(e) {
284
+ r.value && r.value.changeOperationAddState(e);
285
+ }, scrollTo: function(e, t) {
286
+ r.value && r.value.scrollTo(e, t);
287
+ }, setScrollTop: function(e) {
288
+ r.value && r.value.setScrollTop(e);
289
+ }, setScrollLeft: function(e) {
290
+ r.value && r.value.setScrollLeft(e);
298
291
  }, getSuperGridRef: function() {
299
- return ie.value;
292
+ return r.value;
300
293
  }, getSuperGridTableRef: function() {
301
- return ie.value.getSuperGridTableRef();
302
- }, setCurrentRowIndex: function(e3) {
303
- var _a2;
304
- (_a2 = ie.value) == null ? void 0 : _a2.setCurrentRowIndex(e3);
305
- }, setScrollTopByRowIndex: function(e3) {
306
- var _a2;
307
- (_a2 = ie.value) == null ? void 0 : _a2.setScrollTopByRowIndex(e3);
294
+ return r.value.getSuperGridTableRef();
295
+ }, setCurrentRowIndex: function(e) {
296
+ var t;
297
+ (t = r.value) == null || t.setCurrentRowIndex(e);
298
+ }, setScrollTopByRowIndex: function(e) {
299
+ var t;
300
+ (t = r.value) == null || t.setScrollTopByRowIndex(e);
308
301
  }, getTableData: function() {
309
- var _a2;
310
- return (_a2 = ie.value) == null ? void 0 : _a2.getTableData();
311
- }, addRequiredClass: function(e3, t2, n2) {
312
- var _a2;
313
- (_a2 = ie.value) == null ? void 0 : _a2.addRequiredClass(e3, B, t2, n2);
302
+ var e;
303
+ return (e = r.value) == null ? void 0 : e.getTableData();
304
+ }, addRequiredClass: function(e, t, o) {
305
+ var a;
306
+ (a = r.value) == null || a.addRequiredClass(e, f, t, o);
314
307
  }, getColumns: function() {
315
- var _a2;
316
- return (_a2 = ie.value) == null ? void 0 : _a2.getColumns();
317
- } }), (e3, t2) => {
318
- const n2 = l("super-grid");
319
- return a(), i("div", null, [ee.value ? (a(), u(n2, { key: 0, ref_key: "gridRef", ref: ie, url: s(Z) + "/dsc/commons/sub-table", options: oe.value, code: s(B), settings: s(K), isDialog: s(z).isDialog, onSelect: ke, onSelectAll: _e, onSelectionChange: Ae, onCellClick: Me, onCellDblclick: Ee, onRowClick: Fe, onRowDblclick: $e, onHeaderClick: je, onFnProhibitToEdit: Ie, onChangeGridData: ye, onReloadGrid: fe, onRefresMainTableFields: Oe, onSetSelectOptions: Re, onChangeRowsPerPage: Pe, onNewOpenGridDialog: s(R), onChangeFormData: ze }, null, 8, ["url", "options", "code", "settings", "isDialog", "onNewOpenGridDialog"])) : r("", true)]);
308
+ var e;
309
+ return (e = r.value) == null ? void 0 : e.getColumns();
310
+ } }), (e, t) => {
311
+ const o = Ee("super-grid");
312
+ return K(), Ve("div", null, [I.value ? (K(), Be(o, { key: 0, ref_key: "gridRef", ref: r, url: D(x) + "/dsc/commons/sub-table", options: m.value, code: D(f), settings: D(ne), isDialog: D(l).isDialog, onSelect: Se, onSelectAll: he, onSelectionChange: we, onCellClick: Ce, onCellDblclick: Te, onRowClick: xe, onRowDblclick: De, onHeaderClick: ye, onFnProhibitToEdit: me, onChangeGridData: fe, onReloadGrid: N, onRefresMainTableFields: ve, onSetSelectOptions: be, onChangeRowsPerPage: ge, onNewOpenGridDialog: D(Xe), onChangeFormData: Pe }, null, 8, ["url", "options", "code", "settings", "isDialog", "onNewOpenGridDialog"])) : Fe("", !0)]);
320
313
  };
321
314
  } });
322
315
  export {
323
- F as default
316
+ gt as default
324
317
  };