super-page-runtime 2.3.22-tmp2 → 2.3.23

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 (521) hide show
  1. package/dist/es/components/runtime/utils/ai-chat-util.js +16 -0
  2. package/dist/es/components/runtime/utils/{anchor-util.mjs → anchor-util.js} +5 -5
  3. package/dist/es/components/runtime/utils/api/api-util.js +4 -0
  4. package/dist/es/components/runtime/utils/api/{page-expose-util.mjs → page-expose-util.js} +27 -26
  5. package/dist/es/components/runtime/utils/assemblys-config.js +20 -0
  6. package/dist/es/components/runtime/utils/charts/{chart-columnline-util.mjs → chart-columnline-util.js} +4 -4
  7. package/dist/es/components/runtime/utils/charts/{chart-gauge-util.mjs → chart-gauge-util.js} +9 -9
  8. package/dist/es/components/runtime/utils/charts/{chart-pie-util.mjs → chart-pie-util.js} +11 -11
  9. package/dist/es/components/runtime/utils/charts/{chart-radar-util.mjs → chart-radar-util.js} +4 -4
  10. package/dist/es/components/runtime/utils/charts/{chart-scatter-util.mjs → chart-scatter-util.js} +12 -12
  11. package/dist/es/components/runtime/utils/charts/{chart-util.mjs → chart-util.js} +13 -13
  12. package/dist/es/components/runtime/utils/{common-util.mjs → common-util.js} +14 -13
  13. package/dist/es/components/runtime/utils/events/{event-util.mjs → event-util.js} +95 -94
  14. package/dist/es/components/runtime/utils/events/{print-label.mjs → print-label.js} +2 -2
  15. package/dist/es/components/runtime/utils/events/standard-event.js +1169 -0
  16. package/dist/es/components/runtime/utils/events/{validator-util.mjs → validator-util.js} +39 -35
  17. package/dist/{lib/components/runtime/utils/form/scan-util.cjs → es/components/runtime/utils/form/scan-util.js} +9 -6
  18. package/dist/es/components/runtime/utils/i18n-util.js +14 -0
  19. package/dist/es/components/runtime/utils/page-helper-util.js +387 -0
  20. package/dist/es/components/runtime/utils/{page-init-util.mjs → page-init-util.js} +104 -102
  21. package/dist/es/components/runtime/utils/{page-store.mjs → page-store.js} +7 -7
  22. package/dist/es/components/runtime/utils/{store-util.mjs → store-util.js} +1 -1
  23. package/dist/es/components/runtime/utils/{table-utils.mjs → table-utils.js} +16 -16
  24. package/dist/es/components/runtime/utils/tree-utils.js +73 -0
  25. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +4 -0
  26. package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.mjs → button-runtime.vue2.js} +5 -5
  27. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.mjs → buttongroup-runtime.vue.js} +3 -3
  28. package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.mjs → buttongroup-runtime.vue2.js} +5 -5
  29. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +4 -0
  30. package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.mjs → dropdown-runtime.vue2.js} +7 -7
  31. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +4 -0
  32. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +6 -0
  33. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +4 -0
  34. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +21 -0
  35. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +7 -0
  36. package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.mjs → column-line-runtime.vue2.js} +6 -6
  37. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +4 -0
  38. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +4 -0
  39. package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.mjs → common-chart-header.vue.js} +5 -5
  40. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +4 -0
  41. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +7 -0
  42. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +64 -0
  43. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.mjs → gauge-runtime.vue.js} +3 -3
  44. package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.mjs → gauge-runtime.vue2.js} +6 -6
  45. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.mjs → pie-runtime.vue.js} +3 -3
  46. package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.mjs → pie-runtime.vue2.js} +8 -8
  47. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.mjs → radar-runtime.vue.js} +3 -3
  48. package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.mjs → radar-runtime.vue2.js} +6 -6
  49. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.mjs → scatter-runtime.vue.js} +3 -3
  50. package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.mjs → scatter-runtime.vue2.js} +6 -6
  51. package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.mjs → chart-table-util.js} +3 -3
  52. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.mjs → group-column-item.vue.js} +1 -1
  53. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +4 -0
  54. package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.mjs → group-column.vue.js} +4 -4
  55. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +4 -0
  56. package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.mjs → normal-column.vue.js} +17 -13
  57. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +4 -0
  58. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +4 -0
  59. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +4 -0
  60. package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +9 -9
  61. package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.mjs → event-call-component.vue.js} +2 -2
  62. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +4 -0
  63. package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.mjs → export-form-report-dialog.vue.js} +2 -2
  64. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +4 -0
  65. package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.mjs → file-task-notice.vue.js} +1 -1
  66. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +4 -0
  67. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +32 -0
  68. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +4 -0
  69. package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.mjs → remove-signer-dialog.vue.js} +1 -1
  70. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +4 -0
  71. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +4 -0
  72. package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.mjs → remove-transactor-dialog.vue.js} +1 -1
  73. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +4 -0
  74. package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.mjs → save-chart-condition-dialog.vue.js} +2 -2
  75. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +4 -0
  76. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +4 -0
  77. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.mjs → card-runtime.vue.js} +3 -3
  78. package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.mjs → card-runtime.vue2.js} +6 -6
  79. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +4 -0
  80. package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.mjs → collapse-runtime.vue2.js} +8 -8
  81. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +4 -0
  82. package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.mjs → container-runtime.vue2.js} +6 -6
  83. package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.mjs → FixedBox.vue.js} +3 -3
  84. package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.mjs → YxAffix.vue.js} +3 -3
  85. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +4 -0
  86. package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.mjs → flex-runtime.vue2.js} +7 -7
  87. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +4 -0
  88. package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.mjs → form-runtime.vue2.js} +7 -7
  89. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +4 -0
  90. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +14 -0
  91. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.mjs → tabs-runtime.vue.js} +3 -3
  92. package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.mjs → tabs-runtime.vue2.js} +7 -7
  93. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.mjs → tools-runtime.vue.js} +3 -3
  94. package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.mjs → tools-runtime.vue2.js} +4 -4
  95. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +4 -0
  96. package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.mjs → barcode-runtime.vue2.js} +19 -19
  97. package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.mjs → main-table-runtime.vue.js} +34 -34
  98. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +4 -0
  99. package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.mjs → sub-table-runtime.vue.js} +74 -74
  100. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +4 -0
  101. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +4 -0
  102. package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +31 -31
  103. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +7 -0
  104. package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.mjs → tree-runtime.vue2.js} +31 -31
  105. package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +4 -0
  106. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +4 -0
  107. package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.mjs → checkbox-runtime.vue2.js} +9 -9
  108. package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.mjs → title-suffix-element.vue.js} +4 -4
  109. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +4 -0
  110. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +4 -0
  111. package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.mjs → custom-runtime.vue2.js} +14 -14
  112. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +4 -0
  113. package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.mjs → datepicker-runtime.vue2.js} +10 -10
  114. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +4 -0
  115. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +55 -0
  116. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +4 -0
  117. package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.mjs → divider-runtime.vue2.js} +5 -5
  118. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +4 -0
  119. package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.mjs → fileupload-runtime.vue2.js} +22 -20
  120. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +4 -0
  121. package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.mjs → input-number-runtime.vue2.js} +9 -9
  122. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +4 -0
  123. package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.mjs → inputtext-runtime.vue2.js} +34 -33
  124. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.mjs → label-runtime.vue.js} +3 -3
  125. package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.mjs → label-runtime.vue2.js} +8 -8
  126. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +4 -0
  127. package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.mjs → link-runtime.vue2.js} +8 -8
  128. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.mjs → placeholder-runtime.vue.js} +3 -3
  129. package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.mjs → placeholder-runtime.vue2.js} +1 -1
  130. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +4 -0
  131. package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.mjs → radio-runtime.vue2.js} +8 -8
  132. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +8 -0
  133. package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.mjs → richtext-runtime.vue2.js} +7 -7
  134. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +4 -0
  135. package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.mjs → select-runtime.vue2.js} +10 -10
  136. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +4 -0
  137. package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.mjs → separatelabel-runtime.vue2.js} +3 -3
  138. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +4 -0
  139. package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.mjs → switch-runtime.vue2.js} +9 -9
  140. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +4 -0
  141. package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.mjs → tag-runtime.vue2.js} +15 -15
  142. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +4 -0
  143. package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.mjs → textarea-runtime.vue2.js} +9 -9
  144. package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.mjs → home-chart-render.vue.js} +11 -11
  145. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +4 -0
  146. package/dist/es/components/runtime/views/assemblys/{object-render.vue.mjs → object-render.vue.js} +15 -15
  147. package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +4 -0
  148. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +6 -0
  149. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +4 -0
  150. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.mjs → workflow-opinion-box.vue.js} +3 -3
  151. package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.mjs → workflow-opinion-box.vue2.js} +7 -7
  152. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.mjs → extract-workflow-runtime-dialog.vue.js} +3 -3
  153. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.mjs → extract-workflow-runtime-dialog.vue2.js} +2 -2
  154. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.mjs → extract-workflow-runtime.vue.js} +3 -3
  155. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.mjs → extract-workflow-runtime.vue2.js} +6 -6
  156. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +4 -0
  157. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.mjs → pictureflow-runtime.vue2.js} +9 -9
  158. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +4 -0
  159. package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.mjs → textflow-runtime.vue2.js} +7 -7
  160. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.mjs → workflowbutton-runtime.vue.js} +3 -3
  161. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.mjs → workflowbutton-runtime.vue2.js} +4 -4
  162. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +4 -0
  163. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +18 -0
  164. package/dist/es/components/runtime/views/{home-chart.vue.mjs → home-chart.vue.js} +8 -8
  165. package/dist/es/components/runtime/views/home-chart.vue2.js +4 -0
  166. package/dist/es/components/runtime/views/{super-page-dialog.vue.mjs → super-page-dialog.vue.js} +1 -1
  167. package/dist/es/components/runtime/views/super-page-dialog.vue3.js +5 -0
  168. package/dist/es/components/runtime/views/super-page.vue.js +7 -0
  169. package/dist/es/components/runtime/views/{super-page.vue2.mjs → super-page.vue2.js} +94 -90
  170. package/dist/es/{index.mjs → index.js} +12 -12
  171. package/dist/es/style.css +137 -137
  172. package/dist/es.zip +0 -0
  173. package/package.json +4 -5
  174. package/dist/es/components/runtime/utils/ai-chat-util.mjs +0 -16
  175. package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
  176. package/dist/es/components/runtime/utils/assemblys-config.mjs +0 -20
  177. package/dist/es/components/runtime/utils/events/standard-event.mjs +0 -1166
  178. package/dist/es/components/runtime/utils/form/scan-util.mjs +0 -93
  179. package/dist/es/components/runtime/utils/i18n-util.mjs +0 -14
  180. package/dist/es/components/runtime/utils/page-helper-util.mjs +0 -386
  181. package/dist/es/components/runtime/utils/tree-utils.mjs +0 -68
  182. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +0 -4
  183. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +0 -4
  184. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +0 -4
  185. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +0 -6
  186. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +0 -4
  187. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +0 -21
  188. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +0 -7
  189. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +0 -4
  190. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +0 -4
  191. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +0 -4
  192. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +0 -7
  193. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +0 -59
  194. package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +0 -4
  195. package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +0 -4
  196. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +0 -4
  197. package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +0 -4
  198. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +0 -4
  199. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +0 -4
  200. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +0 -4
  201. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +0 -4
  202. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +0 -27
  203. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +0 -4
  204. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +0 -4
  205. package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +0 -4
  206. package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +0 -4
  207. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +0 -4
  208. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +0 -4
  209. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +0 -4
  210. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +0 -4
  211. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +0 -4
  212. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +0 -4
  213. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +0 -4
  214. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +0 -14
  215. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +0 -4
  216. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +0 -4
  217. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +0 -4
  218. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +0 -4
  219. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +0 -7
  220. package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +0 -4
  221. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +0 -4
  222. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +0 -4
  223. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +0 -4
  224. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +0 -4
  225. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +0 -4
  226. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +0 -55
  227. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +0 -4
  228. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +0 -4
  229. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +0 -4
  230. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +0 -4
  231. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +0 -4
  232. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +0 -4
  233. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +0 -8
  234. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +0 -4
  235. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +0 -4
  236. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +0 -4
  237. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +0 -4
  238. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +0 -4
  239. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +0 -4
  240. package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +0 -4
  241. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +0 -6
  242. package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +0 -4
  243. package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +0 -4
  244. package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +0 -4
  245. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +0 -4
  246. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +0 -18
  247. package/dist/es/components/runtime/views/home-chart.vue2.mjs +0 -4
  248. package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +0 -5
  249. package/dist/es/components/runtime/views/super-page.vue.mjs +0 -7
  250. package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +0 -6
  251. package/dist/lib/assets/chart-themes/bar-theme.cjs +0 -2
  252. package/dist/lib/assets/chart-themes/bar-theme.d.ts +0 -6
  253. package/dist/lib/assets/chart-themes/gauge-theme.cjs +0 -2
  254. package/dist/lib/assets/chart-themes/gauge-theme.d.ts +0 -6
  255. package/dist/lib/assets/chart-themes/pie-theme.cjs +0 -2
  256. package/dist/lib/assets/chart-themes/pie-theme.d.ts +0 -6
  257. package/dist/lib/assets/chart-themes/radar-theme.cjs +0 -2
  258. package/dist/lib/assets/chart-themes/radar-theme.d.ts +0 -6
  259. package/dist/lib/assets/chart-themes/scatter-theme.cjs +0 -2
  260. package/dist/lib/assets/chart-themes/scatter-theme.d.ts +0 -6
  261. package/dist/lib/assets/file.png.cjs +0 -2
  262. package/dist/lib/assets/folder.png.cjs +0 -2
  263. package/dist/lib/components/runtime/index.d.ts +0 -5
  264. package/dist/lib/components/runtime/utils/ai-chat-util.cjs +0 -13
  265. package/dist/lib/components/runtime/utils/anchor-util.cjs +0 -62
  266. package/dist/lib/components/runtime/utils/anchor-util.d.ts +0 -13
  267. package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
  268. package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -1
  269. package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +0 -169
  270. package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +0 -1
  271. package/dist/lib/components/runtime/utils/assemblys-config.cjs +0 -16
  272. package/dist/lib/components/runtime/utils/barcode-util.cjs +0 -10
  273. package/dist/lib/components/runtime/utils/barcode-util.d.ts +0 -8
  274. package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +0 -137
  275. package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +0 -34
  276. package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +0 -78
  277. package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +0 -52
  278. package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +0 -43
  279. package/dist/lib/components/runtime/utils/charts/chart-util.cjs +0 -244
  280. package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +0 -115
  281. package/dist/lib/components/runtime/utils/common-util.cjs +0 -91
  282. package/dist/lib/components/runtime/utils/common-util.d.ts +0 -33
  283. package/dist/lib/components/runtime/utils/eventBus.cjs +0 -3
  284. package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
  285. package/dist/lib/components/runtime/utils/events/event-util.cjs +0 -345
  286. package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -92
  287. package/dist/lib/components/runtime/utils/events/print-label.cjs +0 -97
  288. package/dist/lib/components/runtime/utils/events/print-label.d.ts +0 -5
  289. package/dist/lib/components/runtime/utils/events/standard-event.cjs +0 -1101
  290. package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -99
  291. package/dist/lib/components/runtime/utils/events/validator-util.cjs +0 -296
  292. package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -25
  293. package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +0 -34
  294. package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +0 -7
  295. package/dist/lib/components/runtime/utils/global-refs.cjs +0 -42
  296. package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -65
  297. package/dist/lib/components/runtime/utils/i18n-util.cjs +0 -11
  298. package/dist/lib/components/runtime/utils/i18n-util.d.ts +0 -1
  299. package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +0 -4
  300. package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -247
  301. package/dist/lib/components/runtime/utils/page-helper-util.cjs +0 -354
  302. package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -174
  303. package/dist/lib/components/runtime/utils/page-init-util.cjs +0 -244
  304. package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -49
  305. package/dist/lib/components/runtime/utils/page-permission-util.cjs +0 -26
  306. package/dist/lib/components/runtime/utils/page-permission-util.d.ts +0 -26
  307. package/dist/lib/components/runtime/utils/page-store.cjs +0 -50
  308. package/dist/lib/components/runtime/utils/page-store.d.ts +0 -58
  309. package/dist/lib/components/runtime/utils/store-util.cjs +0 -11
  310. package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
  311. package/dist/lib/components/runtime/utils/store.cjs +0 -3
  312. package/dist/lib/components/runtime/utils/store.d.ts +0 -2
  313. package/dist/lib/components/runtime/utils/table-utils.cjs +0 -68
  314. package/dist/lib/components/runtime/utils/table-utils.d.ts +0 -36
  315. package/dist/lib/components/runtime/utils/tree-utils.cjs +0 -54
  316. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +0 -3
  317. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +0 -24
  318. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +0 -5
  319. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +0 -17
  320. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +0 -3
  321. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +0 -35
  322. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +0 -3
  323. package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +0 -3
  324. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +0 -3
  325. package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +0 -17
  326. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +0 -5
  327. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +0 -41
  328. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +0 -11
  329. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +0 -3
  330. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +0 -11
  331. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +0 -3
  332. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +0 -53
  333. package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +0 -3
  334. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +0 -5
  335. package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +0 -48
  336. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +0 -5
  337. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +0 -24
  338. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +0 -5
  339. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +0 -34
  340. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +0 -5
  341. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +0 -24
  342. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +0 -5
  343. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +0 -24
  344. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +0 -402
  345. package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +0 -121
  346. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +0 -3
  347. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +0 -3
  348. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +0 -6
  349. package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +0 -3
  350. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +0 -36
  351. package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +0 -3
  352. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +0 -13
  353. package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +0 -3
  354. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +0 -3
  355. package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +0 -249
  356. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +0 -16
  357. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +0 -5
  358. package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +0 -3
  359. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +0 -32
  360. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -28
  361. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +0 -3
  362. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +0 -32
  363. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +0 -27
  364. package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +0 -3
  365. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +0 -19
  366. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +0 -59
  367. package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +0 -3
  368. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +0 -12
  369. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
  370. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +0 -3
  371. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +0 -21
  372. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +0 -26
  373. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +0 -3
  374. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +0 -13
  375. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +0 -35
  376. package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +0 -3
  377. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +0 -30
  378. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +0 -31
  379. package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +0 -3
  380. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +0 -15
  381. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
  382. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +0 -3
  383. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +0 -5
  384. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +0 -21
  385. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +0 -3
  386. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +0 -17
  387. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +0 -3
  388. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +0 -15
  389. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +0 -5
  390. package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +0 -27
  391. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +0 -5
  392. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +0 -94
  393. package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +0 -79
  394. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +0 -3
  395. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +0 -20
  396. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +0 -3
  397. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +0 -15
  398. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +0 -3
  399. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +0 -12
  400. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +0 -5
  401. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +0 -88
  402. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +0 -5
  403. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +0 -43
  404. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +0 -3
  405. package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +0 -59
  406. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +0 -382
  407. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +0 -3
  408. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +0 -322
  409. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +0 -3
  410. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +0 -3
  411. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +0 -81
  412. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +0 -5
  413. package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +0 -124
  414. package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +0 -3
  415. package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
  416. package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +0 -3
  417. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +0 -3
  418. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +0 -57
  419. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +0 -35
  420. package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +0 -3
  421. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +0 -3
  422. package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +0 -57
  423. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +0 -3
  424. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +0 -91
  425. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +0 -3
  426. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +0 -47
  427. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +0 -3
  428. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +0 -20
  429. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +0 -3
  430. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +0 -65
  431. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +0 -3
  432. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +0 -20
  433. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +0 -3
  434. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +0 -70
  435. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +0 -5
  436. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +0 -31
  437. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +0 -3
  438. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +0 -26
  439. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +0 -5
  440. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +0 -13
  441. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +0 -3
  442. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +0 -75
  443. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +0 -5
  444. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +0 -188
  445. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +0 -3
  446. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +0 -130
  447. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +0 -3
  448. package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +0 -11
  449. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +0 -3
  450. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +0 -29
  451. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +0 -3
  452. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +0 -38
  453. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +0 -3
  454. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +0 -20
  455. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +0 -73
  456. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +0 -17
  457. package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +0 -3
  458. package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +0 -132
  459. package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
  460. package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +0 -3
  461. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +0 -3
  462. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +0 -14
  463. package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +0 -3
  464. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +0 -5
  465. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +0 -14
  466. package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +0 -23
  467. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +0 -5
  468. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +0 -23
  469. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +0 -5
  470. package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +0 -34
  471. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +0 -3
  472. package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +0 -17
  473. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +0 -3
  474. package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +0 -20
  475. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +0 -5
  476. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +0 -19
  477. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +0 -3
  478. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +0 -14
  479. package/dist/lib/components/runtime/views/home-chart.vue.cjs +0 -38
  480. package/dist/lib/components/runtime/views/home-chart.vue.d.ts +0 -23
  481. package/dist/lib/components/runtime/views/home-chart.vue2.cjs +0 -3
  482. package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +0 -23
  483. package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +0 -40
  484. package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +0 -3
  485. package/dist/lib/components/runtime/views/super-page.vue.cjs +0 -5
  486. package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -135
  487. package/dist/lib/components/runtime/views/super-page.vue2.cjs +0 -264
  488. package/dist/lib/favicon.ico +0 -0
  489. package/dist/lib/i18n/langs/cn.cjs +0 -2
  490. package/dist/lib/i18n/langs/en.cjs +0 -2
  491. package/dist/lib/index.cjs +0 -6
  492. package/dist/lib/index.d.ts +0 -16
  493. package/dist/lib/style.css +0 -996
  494. package/dist/umd/favicon.ico +0 -0
  495. package/dist/umd/index.full.min.js +0 -7429
  496. package/dist/umd/style.css +0 -996
  497. /package/dist/es/_virtual/{_plugin-vue_export-helper.mjs → _plugin-vue_export-helper.js} +0 -0
  498. /package/dist/es/assets/chart-themes/{bar-theme.mjs → bar-theme.js} +0 -0
  499. /package/dist/es/assets/chart-themes/{gauge-theme.mjs → gauge-theme.js} +0 -0
  500. /package/dist/es/assets/chart-themes/{pie-theme.mjs → pie-theme.js} +0 -0
  501. /package/dist/es/assets/chart-themes/{radar-theme.mjs → radar-theme.js} +0 -0
  502. /package/dist/es/assets/chart-themes/{scatter-theme.mjs → scatter-theme.js} +0 -0
  503. /package/dist/es/assets/{file.png.mjs → file.png.js} +0 -0
  504. /package/dist/es/assets/{folder.png.mjs → folder.png.js} +0 -0
  505. /package/dist/es/components/runtime/utils/{barcode-util.mjs → barcode-util.js} +0 -0
  506. /package/dist/es/components/runtime/utils/{eventBus.mjs → eventBus.js} +0 -0
  507. /package/dist/es/components/runtime/utils/form/{date-shortcuts.mjs → date-shortcuts.js} +0 -0
  508. /package/dist/es/components/runtime/utils/{global-refs.mjs → global-refs.js} +0 -0
  509. /package/dist/es/components/runtime/utils/interfaces/{page-design-types.mjs → page-design-types.js} +0 -0
  510. /package/dist/es/components/runtime/utils/{page-permission-util.mjs → page-permission-util.js} +0 -0
  511. /package/dist/es/components/runtime/utils/{store.mjs → store.js} +0 -0
  512. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.mjs → common-chart-header-breadcrumb.vue.js} +0 -0
  513. /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.mjs → common-chart-header-group.vue.js} +0 -0
  514. /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.mjs → table-pageination.vue.js} +0 -0
  515. /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.mjs → remove-signer-table.vue.js} +0 -0
  516. /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.mjs → task-informition-dialog.vue.js} +0 -0
  517. /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.mjs → FixedBox.vue2.js} +0 -0
  518. /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.mjs → YxAffix.vue2.js} +0 -0
  519. /package/dist/es/components/runtime/views/assemblys/{error-render.vue.mjs → error-render.vue.js} +0 -0
  520. /package/dist/es/i18n/langs/{cn.mjs → cn.js} +0 -0
  521. /package/dist/es/i18n/langs/{en.mjs → en.js} +0 -0
@@ -1,23 +1,23 @@
1
1
  import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l, createBlock as n, openBlock as u, normalizeStyle as i, normalizeClass as s, unref as c, withCtx as p, createElementBlock as m, createCommentVNode as f, toDisplayString as g } from "vue";
2
2
  import d from "qrcode";
3
3
  import v from "jsbarcode";
4
- import { getFormModelFields as y } from "../../../../utils/page-init-util.mjs";
5
- import { generateCodeByRule as b } from "../../../../utils/barcode-util.mjs";
6
- import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.mjs";
7
- import { handleEvent as C } from "../../../../utils/events/event-util.mjs";
8
- import { http as w } from "agilebuilder-ui";
9
- import { $t as R } from "../../../../utils/i18n-util.mjs";
4
+ import { getFormModelFields as y } from "../../../../utils/page-init-util.js";
5
+ import { generateCodeByRule as b } from "../../../../utils/barcode-util.js";
6
+ import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.js";
7
+ import { handleEvent as C } from "../../../../utils/events/event-util.js";
8
+ import w from "agilebuilder-ui/src/utils/request";
9
+ import { $t as R } from "../../../../utils/i18n-util.js";
10
10
  const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: D2 }) {
11
- const N = e2, k = N.pageContext.entity ? N.pageContext.entity : {};
12
- let q = y(N.pageContext, N.configure);
13
- const A = t({ get: () => x(k, q), set(e3) {
14
- h(k, q, e3);
15
- } }), E = N.configure.runtime ? N.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
11
+ const q = e2, N = q.pageContext.entity ? q.pageContext.entity : {};
12
+ let k = y(q.pageContext, q.configure);
13
+ const A = t({ get: () => x(N, k), set(e3) {
14
+ h(N, k, e3);
15
+ } }), E = q.configure.runtime ? q.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
16
16
  function F(e3) {
17
- return h(k, q, e3);
17
+ return h(N, k, e3);
18
18
  }
19
19
  function J(e3) {
20
- L(e3), F(e3), C(e3, N.pageContext, N.configure, "change", { entity: k });
20
+ L(e3), F(e3), C(e3, q.pageContext, q.configure, "change", { entity: N });
21
21
  }
22
22
  function L(e3) {
23
23
  var t2;
@@ -33,23 +33,23 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
33
33
  }
34
34
  return a(() => {
35
35
  _.value.generateRule && ("fixed" === _.value.generateRuleType ? (V.value = Array.from(_.value.generateRule.matchAll(/\$\{(\w+)\}/g), (e3) => e3[1]), V.value.forEach((e3) => {
36
- o(() => N.pageContext.entity.data[e3], (e4, t2) => {
36
+ o(() => q.pageContext.entity.data[e3], (e4, t2) => {
37
37
  null != e4 && function() {
38
38
  let e5 = true;
39
39
  V.value.forEach((t3) => {
40
- N.pageContext.entity.data[t3] || (e5 = false);
40
+ q.pageContext.entity.data[t3] || (e5 = false);
41
41
  }), e5 && J(function(e6, t3) {
42
42
  const r2 = /\$\{(\w+)\}/g;
43
43
  return e6.replace(r2, (e7, r3) => t3.hasOwnProperty(r3) ? t3[r3] : e7);
44
- }(_.value.generateRule, N.pageContext.entity.data));
44
+ }(_.value.generateRule, q.pageContext.entity.data));
45
45
  }();
46
46
  });
47
47
  })) : w.get(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-models/by-code/" + _.value.generateRule).then((e3) => {
48
48
  const t2 = JSON.parse(e3.barcodeModelItems);
49
49
  t2.forEach((e4) => {
50
- "-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => N.pageContext.entity.data[e4.propDbName], (e5, r2) => {
50
+ "-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => q.pageContext.entity.data[e4.propDbName], (e5, r2) => {
51
51
  if (null != e5) {
52
- const e6 = b(t2, N.pageContext.entity.data);
52
+ const e6 = b(t2, q.pageContext.entity.data);
53
53
  e6 && J(e6);
54
54
  }
55
55
  }));
@@ -58,7 +58,7 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
58
58
  console.error("获取条码规则失败:", e3);
59
59
  })), A.value && L(A.value);
60
60
  }), D2({ getValue: function() {
61
- return x(k, q);
61
+ return x(N, k);
62
62
  }, setValue: F }), (e3, t2) => {
63
63
  const r2 = l("el-form-item");
64
64
  return u(), n(r2, { required: !!_.value.required, class: s(c(P)), "label-width": _.value.labelWidth, style: i(c(O)) }, { label: p(() => [_.value.tittleShow ? (u(), m("div", { key: 0, style: i({ ...c(S) }) }, g(c(R)(_.value.title)), 5)) : f("", true)]), default: p(() => ["QR-code" === _.value.type ? (u(), m("img", { key: 0, src: $.value }, null, 8, j)) : (u(), m("canvas", { key: 1, ref_key: "barcode", ref: I }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a, createElementBlock as l, openBlock as r, unref as u, createVNode as s } from "vue";
2
- import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as S, rowDblClick as w, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.mjs";
3
- import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.mjs";
4
- import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.mjs";
5
- import { isMobileBrowser as N, isPromise as B } from "agilebuilder-ui";
6
- import { getOperationButtons as P, popupToPage as F } from "../../../../utils/table-utils.mjs";
7
- import H from "../../../../utils/eventBus.mjs";
8
- import { getDefaultValue as U } from "../../../../utils/page-init-util.mjs";
9
- import { getSizeConfig as M, caculateShowCondition as L, decomposeVariable as $ } from "../../../../utils/page-helper-util.mjs";
10
- import { getComponentRefByCode as _ } from "../../../../utils/global-refs.mjs";
11
- import { getRowStyleUtil as A, getCellStyleUtil as G, getHeaderCellStyleUtil as z } from "../../chart/table/chart-table-util.mjs";
2
+ import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as w, rowDblClick as S, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
3
+ import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.js";
4
+ import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.js";
5
+ import { isMobileBrowser as N, isPromise as P } from "agilebuilder-ui/src/utils/common-util";
6
+ import { getOperationButtons as B, popupToPage as F } from "../../../../utils/table-utils.js";
7
+ import H from "../../../../utils/eventBus.js";
8
+ import { getDefaultValue as U } from "../../../../utils/page-init-util.js";
9
+ import { getSizeConfig as M, caculateShowCondition as $, decomposeVariable as _ } from "../../../../utils/page-helper-util.js";
10
+ import { getComponentRefByCode as A } from "../../../../utils/global-refs.js";
11
+ import { getRowStyleUtil as L, getCellStyleUtil as G, getHeaderCellStyleUtil as z } from "../../chart/table/chart-table-util.js";
12
12
  const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: q2, emit: Q }) {
13
13
  const Y = e2, J = Y.pageContext;
14
14
  let K = Y.configure;
@@ -19,18 +19,18 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
19
19
  ie || (ie = window.$vueApp.config.globalProperties.baseURL);
20
20
  const ae = t({}), le = [], re = t({});
21
21
  re.value = function() {
22
- var _a;
22
+ var _a, _b, _c;
23
23
  const e3 = J.systemCode, t2 = J.code;
24
24
  let n2 = K.props && K.props.dataOrigin && "[]" !== K.props.dataOrigin.sqlFilterCondition ? K.props.dataOrigin.sqlFilterCondition : null;
25
25
  null == n2 && (n2 = []);
26
- const o2 = (_a = K.props) == null ? void 0 : _a.dataOrigin.principalLinkage, i2 = { isSql: true, optionTableHeight: 0, rowKeyProp: o2, extraParam: { beanName: J.beanName, functionCode: t2 + ".listData", tableName: oe, systemCode: e3, pageCode: J.code, pageVersion: J.version, isMobile: N() }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: Ce, esc: Te }, indexContinuous: !(!K.props || !K.props.otherSettings) && K.props.otherSettings.serialNumberContinuous, initSearch: !K.props || false !== K.props.dataOrigin.initializationQuery, resizeHeight: Ne, pageCode: J.code, pageVersion: J.version, additionalParamMap: I(J), showOverflowTooltip: !(!K.props || !K.props.otherSettings || void 0 !== K.props.otherSettings.isBreakLine && false !== K.props.otherSettings.isBreakLine), isEnableEnterEvent: K.props && K.props.otherSettings && K.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(K.props && K.props.otherSettings && K.props.otherSettings.isWithDataPermission) && K.props.otherSettings.isWithDataPermission, pageDevMode: false, isWorkflowEntity: R(J), tableClass: ee, tableStyle: Z, pageContext: J, configureObj: K, backendUrl: ie, cellStyleRender: Qe, rowStyleRender: qe, titleStyleRender: Ye, validateEitConditions: Ze };
26
+ const o2 = (_a = K.props) == null ? void 0 : _a.dataOrigin.principalLinkage, i2 = { isSql: true, optionTableHeight: 0, rowKeyProp: o2, extraParam: { beanName: J.beanName, functionCode: t2 + ".listData", tableName: oe, systemCode: e3, pageCode: J.code, pageVersion: J.version, isMobile: N() }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: Ce, esc: Te }, indexContinuous: !(!K.props || !K.props.otherSettings) && K.props.otherSettings.serialNumberContinuous, initSearch: !K.props || false !== K.props.dataOrigin.initializationQuery, resizeHeight: Ne, pageCode: J.code, pageVersion: J.version, additionalParamMap: I(J), showOverflowTooltip: (_c = (_b = K == null ? void 0 : K.props) == null ? void 0 : _b.otherSettings) == null ? void 0 : _c.showOverflowTooltip, isEnableEnterEvent: K.props && K.props.otherSettings && K.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(K.props && K.props.otherSettings && K.props.otherSettings.isWithDataPermission) && K.props.otherSettings.isWithDataPermission, pageDevMode: false, isWorkflowEntity: R(J), tableClass: ee, tableStyle: Z, pageContext: J, configureObj: K, backendUrl: ie, cellStyleRender: Qe, rowStyleRender: qe, titleStyleRender: Ye, validateEitConditions: Ze };
27
27
  return function(e4) {
28
28
  var _a2;
29
29
  ((_a2 = K.props.highOrder) == null ? void 0 : _a2.mergeFields) && K.props.highOrder.mergeFields.length > 0 && (e4.mergeFields = K.props.highOrder.mergeFields.join(","));
30
30
  }(i2), function(e4) {
31
31
  const t3 = [];
32
32
  e4.operations || (e4.operations = {});
33
- P(J, K, t3, xe), e4.operations.operation = t3;
33
+ B(J, K, t3, xe), e4.operations.operation = t3;
34
34
  }(i2), function(e4) {
35
35
  K.props && K.props.dataOrigin && K.props.dataOrigin.sortField && (e4.initSortInfo = [], K.props.dataOrigin.sortField.forEach((t3) => {
36
36
  const n3 = { order: "desc" === t3.type ? "desc" : "asc" };
@@ -59,16 +59,16 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
59
59
  let e3 = ie + "/dsc/commons/list";
60
60
  e3 && (e3 = O(e3, te, ne, J.isTest));
61
61
  return e3;
62
- }(), pe = T(J.code, J.version, K.uuid), de = J.code + "_" + pe, fe = t([]), ge = J.entity.page, me = t({ data: [] }), ve = J.superGridItems, he = ve ? ve[K.uuid] : null, be = t(false), Se = Q;
63
- function we() {
62
+ }(), pe = T(J.code, J.version, K.uuid), de = J.code + "_" + pe, fe = t([]), ge = J.entity.page, me = t({ data: [] }), ve = J.superGridItems, he = ve ? ve[K.uuid] : null, be = t(false), we = Q;
63
+ function Se() {
64
64
  K.props.linkages && K.props.linkages.length > 0 && (K.props.linkages.forEach((e3) => {
65
- const t2 = $(e3.fieldName);
65
+ const t2 = _(e3.fieldName);
66
66
  t2 && t2.length > 1 && le.push(t2[1]);
67
67
  }), le.length > 0 && function() {
68
68
  let e3 = [];
69
69
  Y.pageContext.toolsInputComponents && Y.pageContext.toolsInputComponents.length > 0 && Y.pageContext.toolsInputComponents.forEach((t2) => {
70
70
  if (K.props.linkages.some((e4) => e4.fieldName === t2.prop) && t2.defaultValue) {
71
- const n2 = $(t2.prop);
71
+ const n2 = _(t2.prop);
72
72
  n2 && n2.length > 1 && e3.push(n2[1]);
73
73
  }
74
74
  });
@@ -105,7 +105,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
105
105
  if (ae.value[n2] = e3, "lineEditSave" === n2 ? t2 = ye : "restoreEdit" === n2 ? t2 = Oe : "lineEditUpdate" === n2 ? t2 = Re : "lineEditDelete" === n2 && (t2 = Ie), !t2) {
106
106
  t2 = x(J, e3.events, "click");
107
107
  }
108
- } else ae.value[e3.uuid] = e3, t2 = Pe;
108
+ } else ae.value[e3.uuid] = e3, t2 = Be;
109
109
  return { onClick: t2, eventName: n2 };
110
110
  }
111
111
  function De({ row: e3, columns: t2, additionalParamMap: n2 }) {
@@ -132,7 +132,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
132
132
  a2.props.base.tableUuid = l2.uuid;
133
133
  const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
134
134
  if (!r2) return;
135
- B(r2) ? r2.then((e4) => {
135
+ P(r2) ? r2.then((e4) => {
136
136
  e4 && se.value.restoreRow(i2, pe);
137
137
  }) : se.value.restoreRow(i2, pe);
138
138
  d(J, K, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
@@ -141,7 +141,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
141
141
  const a2 = ae.value.lineEditUpdate, l2 = K;
142
142
  a2.props.base.tableUuid = l2.uuid;
143
143
  const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
144
- r2 && (B(r2) ? r2.then((l3) => {
144
+ r2 && (P(r2) ? r2.then((l3) => {
145
145
  l3 && ke(e3, t2, n2, o2, i2, a2);
146
146
  }) : ke(e3, t2, n2, o2, i2, a2));
147
147
  }
@@ -159,7 +159,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
159
159
  const a2 = ae.value.lineEditDelete, l2 = K;
160
160
  a2.props.base.tableUuid = l2.uuid;
161
161
  const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
162
- r2 && (B(r2) ? r2.then((l3) => {
162
+ r2 && (P(r2) ? r2.then((l3) => {
163
163
  l3 && Ve(e3, t2, n2, o2, i2, a2);
164
164
  }) : Ve(e3, t2, n2, o2, i2, a2));
165
165
  }
@@ -200,13 +200,13 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
200
200
  se.value.toolbarRefresh(null, null, n2);
201
201
  }
202
202
  function Ne(e3) {
203
- const t2 = Be();
203
+ const t2 = Pe();
204
204
  if (t2) {
205
205
  let n2 = 0;
206
206
  return e3.searchHeight && (n2 = e3.searchHeight), t2 - 10 - n2;
207
207
  }
208
208
  }
209
- function Be() {
209
+ function Pe() {
210
210
  if (!se.value) return;
211
211
  const e3 = M(Y.pageContext, Y.configure);
212
212
  if (e3) {
@@ -219,7 +219,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
219
219
  if (e3.fixHeight && se.value && (se.value.tableHeight = e3.fixHeight), e3.maxHeight) return e3.maxHeight;
220
220
  }
221
221
  }
222
- function Pe(e3, t2, n2, o2, i2, a2) {
222
+ function Be(e3, t2, n2, o2, i2, a2) {
223
223
  const l2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2, button: a2, id: n2.ID ? n2.ID : n2.id }, r2 = ae.value[a2.sourceButton.uuid], u2 = K;
224
224
  r2.props.base.tableUuid = u2.uuid, D(null, J, r2, "click", l2);
225
225
  }
@@ -237,18 +237,18 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
237
237
  function Me(e3) {
238
238
  v(J, K, { newSelection: e3 });
239
239
  }
240
- function Le(e3, t2, n2, o2) {
240
+ function $e(e3, t2, n2, o2) {
241
241
  h(J, K, { row: e3, column: t2, cell: n2, event: o2 });
242
242
  }
243
- function $e(e3, t2, n2, o2) {
243
+ function _e(e3, t2, n2, o2) {
244
244
  b(J, K, { row: e3, column: t2, cell: n2, event: o2 });
245
245
  }
246
- function _e(e3, t2, n2) {
247
- S(J, K, { row: e3, column: t2, event: n2 });
248
- }
249
246
  function Ae(e3, t2, n2) {
250
247
  w(J, K, { row: e3, column: t2, event: n2 });
251
248
  }
249
+ function Le(e3, t2, n2) {
250
+ S(J, K, { row: e3, column: t2, event: n2 });
251
+ }
252
252
  function Ge(e3, t2) {
253
253
  C(J, K, { column: e3, event: t2 });
254
254
  }
@@ -259,7 +259,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
259
259
  be.value = true;
260
260
  }
261
261
  function qe(e3) {
262
- return A(e3, [], Y);
262
+ return L(e3, [], Y);
263
263
  }
264
264
  function Qe(e3) {
265
265
  return G(e3, e3.cellStyle, Y);
@@ -291,7 +291,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
291
291
  se.value.pickFileDone(e4);
292
292
  }), H.$on(pe + "-scanDone", (e4) => {
293
293
  se.value.scanDone(e4);
294
- }), re.value.formSetMaxHeight = Be(), re.value && re.value.configureObj.props.base && re.value.configureObj.props.base.isSafeDelete && Se("setSafeDeleteTableCode", re.value.extraParam.tableName);
294
+ }), re.value.formSetMaxHeight = Pe(), re.value && re.value.configureObj.props.base && re.value.configureObj.props.base.isSafeDelete && we("setSafeDeleteTableCode", re.value.extraParam.tableName);
295
295
  }), o(() => Y.pageContext.searchFormData, (e3) => {
296
296
  me.value.data = e3;
297
297
  }), o(() => Y.pageContext.entity.data, (e3) => {
@@ -308,10 +308,10 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
308
308
  };
309
309
  function Ze({ row: e3, editConditions: t2 }) {
310
310
  let n2 = true;
311
- return t2 && t2.length > 0 && (n2 = L(Y.pageContext, t2, e3)), n2;
311
+ return t2 && t2.length > 0 && (n2 = $(Y.pageContext, t2, e3)), n2;
312
312
  }
313
313
  function et(e3, t2) {
314
- const n2 = _(Y.pageContext, t2);
314
+ const n2 = A(Y.pageContext, t2);
315
315
  if (n2) {
316
316
  const t3 = n2.getConfigure();
317
317
  if ("datePicker" === t3.name) {
@@ -373,7 +373,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
373
373
  return (_a = se.value) == null ? void 0 : _a.getColumns();
374
374
  } }), (e3, t2) => {
375
375
  const n2 = a("super-grid");
376
- return r(), l("div", { ref_key: "tableDivRef", ref: ue, id: u(pe) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: se, url: u(ce), options: re.value, code: u(pe), settings: u(he), "search-form-info": me.value, "list-toolbar-form-data": u(ge), isDialog: u(J).isDialog, onSelect: He, onSelectAll: Ue, onSelectionChange: Me, onCellClick: Le, onCellDblclick: $e, onRowClick: _e, onRowDblclick: Ae, onHeaderClick: Ge, onRefresh: ze, onNewOpenGridDialog: u(F), onCanShowMobileSearch: We, onGridOnmounted: we }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "isDialog", "onNewOpenGridDialog"])], 8, W);
376
+ return r(), l("div", { ref_key: "tableDivRef", ref: ue, id: u(pe) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: se, url: u(ce), options: re.value, code: u(pe), settings: u(he), "search-form-info": me.value, "list-toolbar-form-data": u(ge), isDialog: u(J).isDialog, onSelect: He, onSelectAll: Ue, onSelectionChange: Me, onCellClick: $e, onCellDblclick: _e, onRowClick: Ae, onRowDblclick: Le, onHeaderClick: Ge, onRefresh: ze, onNewOpenGridDialog: u(F), onCanShowMobileSearch: We, onGridOnmounted: Se }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "isDialog", "onNewOpenGridDialog"])], 8, W);
377
377
  };
378
378
  } });
379
379
  export {
@@ -0,0 +1,4 @@
1
+ import e from "./main-table-runtime.vue.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,29 +1,29 @@
1
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";
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.js";
3
+ import { caculateShowCondition as w, setVariableValue as T, getVariableValue as x, getSizeConfig as C } from "../../../../utils/page-helper-util.js";
4
+ import { getModelFields as D, getDefaultValue as y } from "../../../../utils/page-init-util.js";
5
+ import P from "../../../../utils/eventBus.js";
6
+ import { popupToPage as R, getOperationButtons as I } from "../../../../utils/table-utils.js";
7
+ import { getListCode as O, getBaseUrl as _ } from "../../../../utils/common-util.js";
8
+ import { getAdditionalParamMap as k } from "../../../../utils/events/standard-event.js";
9
+ import { getRowStyleUtil as A, getCellStyleUtil as M, getHeaderCellStyleUtil as E } from "../../chart/table/chart-table-util.js";
10
10
  const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: F2, emit: $ }) {
11
11
  var _a;
12
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);
13
+ let N = j.configure;
14
+ const V = j.configure.runtime ? j.configure.runtime : {};
15
+ z.isTest ? V.value = j.configure.runtime ? j.configure.runtime : {} : z.tableRuntimes && z.tableRuntimes[N.uuid] && (N = JSON.parse(z.tableRuntimes[N.uuid].configure), V.value = N.runtime ? N.runtime : {});
16
+ const G = O(z.code, z.version, N.uuid), H = z.entity.data, L = N.code ? N.code : G, U = k(z), B = V && V.events ? V.events : [], q = t([]), J = z.superGridItems, K = J ? J[N.uuid] : null, Q = V.style, W = V.class, X = j.pageContext.entity ? j.pageContext.entity : {};
17
+ let Y = D(j.configure, L), Z = _(z.backendUrl, z.isTest);
18
18
  Z || (Z = window.$vueApp.config.globalProperties.baseURL);
19
19
  const ee = t(false);
20
20
  let te = t(0);
21
- const ne = (_a = L.props) == null ? void 0 : _a.dataOrigin.principalLinkage, oe = t({}), le = $;
21
+ const ne = (_a = N.props) == null ? void 0 : _a.dataOrigin.principalLinkage, oe = t({}), le = $;
22
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 : {};
23
+ var _a2, _b, _c, _d;
24
+ const e3 = { title: (N == null ? void 0 : N.title) || null, isSql: true, subTableData: null, rowKeyProp: ne, extraParam: {}, operations: {}, hiddenColumns: [], pageCode: z.code, pageVersion: z.version, pageContext: z, configureObj: N, showPageArea: false, showRowForm: false, showOverflowTooltip: (_b = (_a2 = N == null ? void 0 : N.props) == null ? void 0 : _a2.otherSettings) == null ? void 0 : _b.showOverflowTooltip, backendUrl: Z, cellStyleRender: He, rowStyleRender: Ge, titleStyleRender: Le, allEditable: (_d = (_c = N.props) == null ? void 0 : _c.base) == null ? void 0 : _d.allEditable };
25
+ return Q && (e3.tableStyle = Q), W && (e3.tableClass = W), N.props && N.props.base && true === N.props.base.subPaging ? e3.showPageArea = true : e3.showPageArea = false, N.props.base.showRowForm && (e3.showRowForm = N.props.base.showRowForm), function(e4) {
26
+ const t2 = N.props ? N.props.dataOrigin : {};
27
27
  if (t2.treeTable) {
28
28
  let n2;
29
29
  const o2 = t2.rowKey;
@@ -38,23 +38,23 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
38
38
  }();
39
39
  const ie = t(null);
40
40
  function ae() {
41
- ie.value && (oe.value.subTableData = null, ie.value.reloadSubTableData(B));
41
+ ie.value && (oe.value.subTableData = null, ie.value.reloadSubTableData(G));
42
42
  }
43
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)) {
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 = G, t2.extraParam.beanName = z.beanName, t2.extraParam.subtableSetting = N.props && N.props.otherSettings ? JSON.stringify(N.props.otherSettings) : null, t2.extraParam.additionalParamMap = U, t2.extraParam.entityMap = z.entity.data, t2.extraParam.contextMap = z.entity.context, t2.extraParam.taskMap = z.entity.task, !(N.props && N.props.base && N.props.base.showOperation)) {
45
45
  let e4 = t2.hiddenColumns;
46
46
  e4 ? e4.push("operation") : e4 = ["operation"], t2.hiddenColumns = e4;
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;
48
+ t2.showOperationButton = !(!N.props || !N.props.base) && N.props.base.showOperation, t2.isPdfEditor = false, t2.tableRecordMaxNum = N.props && N.props.otherSettings ? N.props.otherSettings.tableRecordMaxNum : null;
49
+ let n2 = C(z, N);
50
+ n2 && n2.fixHeight && (t2.formSetHeight = n2.fixHeight), n2 && n2.maxHeight && (t2.formSetMaxHeight = n2.maxHeight), t2.validateEitConditions = Ue;
51
51
  }
52
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) {
53
+ if (N.props && N.props.otherSettings) {
54
+ if (N.props.otherSettings.sourceQueryTableData && N.props.otherSettings.timeToInitializeSubTable && N.props.otherSettings.timeToInitializeSubTable.length > 0) {
55
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];
56
+ if (-1 !== N.props.otherSettings.timeToInitializeSubTable.indexOf("create") && (e3 = !H.id && !H.ID), -1 !== N.props.otherSettings.timeToInitializeSubTable.indexOf("noData")) {
57
+ const t2 = H[L];
58
58
  (!t2 || t2.length <= 0) && (e3 = true);
59
59
  }
60
60
  return e3;
@@ -79,7 +79,7 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
79
79
  e4 || (e4 = oe.value);
80
80
  const t3 = z.fieldPermissionMap, n2 = z.actionPermissionMap;
81
81
  if (t3 && null != t3) {
82
- let n3 = t3.get(G);
82
+ let n3 = t3.get(L);
83
83
  if (!n3) {
84
84
  const e5 = t3.get("all_fields");
85
85
  e5 && (n3 = [e5]);
@@ -87,12 +87,12 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
87
87
  e4.validateRules = n3 || null;
88
88
  }
89
89
  if (n2 && null != n2) {
90
- let t4 = n2.get(G);
90
+ let t4 = n2.get(L);
91
91
  t4 || (t4 = n2.get("all_sub_tables")), e4.actionPermission = t4;
92
92
  }
93
93
  e4.operations || (e4.operations = {});
94
94
  const o2 = function() {
95
- let e5 = [], t4 = w(j.pageContext, L.props.base.showOperationCondition);
95
+ let e5 = [], t4 = w(j.pageContext, N.props.base.showOperationCondition);
96
96
  if (t4 && Se(null, null, null, null, null, true, "canAdd")) {
97
97
  const t5 = { props: { elementType: "el-button", icon: "Plus", type: "primary", circle: true, size: "mini", permission: "true" }, onClick: Ce, isShow: we };
98
98
  e5.push(t5);
@@ -101,18 +101,18 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
101
101
  const t5 = { props: { elementType: "el-button", icon: "Minus", type: "danger", circle: true, size: "mini", permission: "true" }, onClick: De, isShow: xe };
102
102
  e5.push(t5);
103
103
  }
104
- return I(z, L, e5, ve), e5;
104
+ return I(z, N, e5, ve), e5;
105
105
  }();
106
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);
107
+ }(e3), c(e3, B, z, N);
108
108
  const t2 = z.customEvents;
109
109
  t2 && (e3.eventCallBack = t2), ee.value = true, ge();
110
110
  }
111
111
  function ge() {
112
- z.tableUuids || (z.tableUuids = []), z.tableUuids.indexOf(L.uuid) < 0 && z.tableUuids.push(L.uuid);
112
+ z.tableUuids || (z.tableUuids = []), z.tableUuids.indexOf(N.uuid) < 0 && z.tableUuids.push(N.uuid);
113
113
  }
114
114
  n(() => {
115
- const e3 = L.uuid, t2 = z.subTableWatchProps;
115
+ const e3 = N.uuid, t2 = z.subTableWatchProps;
116
116
  P.$on("_refreshSubTable_" + e3, (n2) => {
117
117
  const o2 = n2.propName;
118
118
  if (t2 && t2[e3] && t2[e3].length > 0) {
@@ -122,19 +122,19 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
122
122
  ae();
123
123
  }), P.$on("_refreshChildData_" + e3, (e4) => {
124
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);
125
+ Ve(e5), de = setTimeout(() => {
126
+ ie.value && (ie.value.refreshChildData(G, e5, N.props && N.props.base && true === N.props.base.subPaging), oe.value.extraParam.entityMap = z.entity.data);
127
127
  }, 10);
128
128
  }(e4);
129
- }), P.$on(B + "-pickFileDone", (e4) => {
129
+ }), P.$on(G + "-pickFileDone", (e4) => {
130
130
  ie.value.pickFileDone(e4);
131
- }), P.$on(B + "-scanDone", (e4) => {
131
+ }), P.$on(G + "-scanDone", (e4) => {
132
132
  ie.value.scanDone(e4);
133
133
  }), oe.value && oe.value.configureObj.props.base && oe.value.configureObj.props.base.isSafeDelete && le("setSafeDeleteTableCode", oe.value.extraParam.tableName);
134
134
  }), o(() => {
135
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");
136
+ const e3 = N.uuid;
137
+ P.$off("_refreshSubTable_" + e3), P.$off("_refreshSubTableHandle_" + e3), P.$off("_refreshChildData_" + e3), P.$off(G + "-pickFileDone"), P.$off(G + "-scanDone");
138
138
  });
139
139
  const me = t({});
140
140
  function ve(e3) {
@@ -142,27 +142,27 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
142
142
  return me.value[e3.uuid] = e3, he;
143
143
  }
144
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;
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 = N;
146
146
  u2.props.base.tableUuid = r2.uuid, S(null, z, u2, "click", a2);
147
147
  }
148
148
  function Se(e3, t2, n2, o2, l2, i2, a2) {
149
149
  a2 || (a2 = "canAdd");
150
- if (!w(j.pageContext, L.props.base.showOperationCondition)) return false;
150
+ if (!w(j.pageContext, N.props.base.showOperationCondition)) return false;
151
151
  const u2 = z.fieldPermissionMap, r2 = z.actionPermissionMap;
152
152
  let s2 = true;
153
153
  if (u2 && null !== u2) {
154
154
  const e4 = u2.get("all_fields");
155
155
  void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (s2 = false);
156
156
  }
157
- if (true === s2 && G && r2 && null !== r2) {
158
- let e4 = r2.get(G);
157
+ if (true === s2 && L && r2 && null !== r2) {
158
+ let e4 = r2.get(L);
159
159
  e4 || (e4 = r2.get("all_sub_tables")), e4 && void 0 !== e4[a2] && false === e4[a2] && (s2 = false);
160
160
  }
161
161
  return s2;
162
162
  }
163
163
  function we(e3, t2, n2, o2, l2, i2) {
164
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;
165
+ return true === a2 && (a2 = w(j.pageContext, N.props.base.showAddBtnCondition, n2)), a2;
166
166
  }
167
167
  function Te(e3, t2, n2, o2, l2, i2) {
168
168
  const a2 = z.fieldPermissionMap, u2 = z.actionPermissionMap;
@@ -171,8 +171,8 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
171
171
  const e4 = a2.get("all_fields");
172
172
  void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (r2 = false);
173
173
  }
174
- if (true === r2 && G && u2 && null !== u2) {
175
- let e4 = u2.get(G);
174
+ if (true === r2 && L && u2 && null !== u2) {
175
+ let e4 = u2.get(L);
176
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;
177
177
  else {
178
178
  const t3 = function(e5) {
@@ -186,19 +186,19 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
186
186
  }
187
187
  function xe(e3, t2, n2, o2, l2, i2) {
188
188
  let a2 = Te(0, 0, n2, 0, 0, i2);
189
- return true === a2 && (a2 = w(j.pageContext, L.props.base.showDeleteBtnCondition, n2)), a2;
189
+ return true === a2 && (a2 = w(j.pageContext, N.props.base.showDeleteBtnCondition, n2)), a2;
190
190
  }
191
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 });
192
+ ie.value.createRow(G, {}, { getDefaultValueFunc: y }, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2 });
193
193
  }
194
194
  function De(e3, t2, n2, o2, l2) {
195
- ie.value.deleteRow(l2, B, false);
195
+ ie.value.deleteRow(l2, G, false);
196
196
  }
197
197
  function ye(e3) {
198
198
  T(X, Y, e3);
199
199
  }
200
200
  function Pe(e3) {
201
- z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[G] || (z.subTablePageInfo[G] = {}), z.subTablePageInfo[G].pageSize = e3;
201
+ z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[L] || (z.subTablePageInfo[L] = {}), z.subTablePageInfo[L].pageSize = e3;
202
202
  }
203
203
  function Re(e3) {
204
204
  const t2 = e3.key, n2 = e3.value;
@@ -212,62 +212,62 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
212
212
  const t2 = z.entity.data;
213
213
  if (e3) for (const n2 in e3) t2[n2] = e3[n2];
214
214
  }
215
- function ke(e3, t2) {
215
+ function _e(e3, t2) {
216
216
  if (void 0 !== t2) {
217
217
  q.value = e3;
218
- p(z, L, { selection: e3, row: t2 });
218
+ p(z, N, { selection: e3, row: t2 });
219
219
  }
220
220
  }
221
- function _e(e3) {
221
+ function ke(e3) {
222
222
  q.value = e3;
223
- d(z, L, { selection: e3 });
223
+ d(z, N, { selection: e3 });
224
224
  }
225
225
  function Ae(e3) {
226
- f(z, L, { newSelection: e3 });
226
+ f(z, N, { newSelection: e3 });
227
227
  }
228
228
  function Me(e3, t2, n2, o2) {
229
- b(z, L, { row: e3, column: t2, cell: n2, event: o2 });
229
+ b(z, N, { row: e3, column: t2, cell: n2, event: o2 });
230
230
  }
231
231
  function Ee(e3, t2, n2, o2) {
232
- g(z, L, { row: e3, column: t2, cell: n2, event: o2 });
232
+ g(z, N, { row: e3, column: t2, cell: n2, event: o2 });
233
233
  }
234
234
  function Fe(e3, t2, n2) {
235
- m(z, L, { row: e3, column: t2, event: n2 });
235
+ m(z, N, { row: e3, column: t2, event: n2 });
236
236
  }
237
237
  function $e(e3, t2, n2) {
238
- v(z, L, { row: e3, column: t2, event: n2 });
238
+ v(z, N, { row: e3, column: t2, event: n2 });
239
239
  }
240
240
  function je(e3, t2) {
241
- h(z, L, { column: e3, event: t2 });
241
+ h(z, N, { column: e3, event: t2 });
242
242
  }
243
243
  function ze(e3) {
244
244
  z.entity.data = e3;
245
245
  }
246
- function Le() {
246
+ function Ne() {
247
247
  return x(X, Y);
248
248
  }
249
- function Ne(e3) {
249
+ function Ve(e3) {
250
250
  return T(X, Y, e3);
251
251
  }
252
- function Be(e3) {
252
+ function Ge(e3) {
253
253
  return A(e3, null, j);
254
254
  }
255
- function Ve(e3) {
255
+ function He(e3) {
256
256
  return M(e3, e3.cellStyle, j);
257
257
  }
258
- function Ge(e3) {
258
+ function Le(e3) {
259
259
  const t2 = e3.titleStyle, n2 = j.configure.style.titleStyle;
260
260
  return E(e3, { cellTitleStyle: t2, titleStyle: n2 }, j);
261
261
  }
262
- function He({ row: e3, editConditions: t2 }) {
262
+ function Ue({ row: e3, editConditions: t2 }) {
263
263
  let n2 = true;
264
264
  return t2 && t2.length > 0 && (n2 = w(j.pageContext, t2, e3)), n2;
265
265
  }
266
266
  return function(e3) {
267
267
  const t2 = re();
268
- t2 ? fe(t2, e3) : (ue(t2, e3), e3.isPageInfo = false, e3.subTableData = Le(), be(e3));
268
+ t2 ? fe(t2, e3) : (ue(t2, e3), e3.isPageInfo = false, e3.subTableData = Ne(), be(e3));
269
269
  }(oe.value), F2({ createRow: function() {
270
- return ie.value.createRow(B);
270
+ return ie.value.createRow(G);
271
271
  }, getSelections: function() {
272
272
  return q.value;
273
273
  }, getSelectionIds: function() {
@@ -278,11 +278,11 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
278
278
  }, clearSelections: function() {
279
279
  q.value = [];
280
280
  }, getTableConfigure: function() {
281
- return L;
281
+ return N;
282
282
  }, validatorSunTableListData: function() {
283
283
  return ie.value.validatorSunTableListData();
284
- }, getValue: Le, setValue: Ne, getTableSelectOptions: function() {
285
- if (ie.value) return ie.value.getTableSelectOptions(B);
284
+ }, getValue: Ne, setValue: Ve, getTableSelectOptions: function() {
285
+ if (ie.value) return ie.value.getTableSelectOptions(G);
286
286
  }, dynamicControlTableEdit: function(e3, t2, n2) {
287
287
  ie.value && ie.value.dynamicControlTableEdit(e3, t2, n2);
288
288
  }, doLayout: function(e3) {
@@ -310,13 +310,13 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
310
310
  return (_a2 = ie.value) == null ? void 0 : _a2.getTableData();
311
311
  }, addRequiredClass: function(e3, t2, n2) {
312
312
  var _a2;
313
- (_a2 = ie.value) == null ? void 0 : _a2.addRequiredClass(e3, B, t2, n2);
313
+ (_a2 = ie.value) == null ? void 0 : _a2.addRequiredClass(e3, G, t2, n2);
314
314
  }, getColumns: function() {
315
315
  var _a2;
316
316
  return (_a2 = ie.value) == null ? void 0 : _a2.getColumns();
317
317
  } }), (e3, t2) => {
318
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)]);
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(G), settings: s(K), isDialog: s(z).isDialog, onSelect: _e, onSelectAll: ke, 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)]);
320
320
  };
321
321
  } });
322
322
  export {
@@ -0,0 +1,4 @@
1
+ import e from "./sub-table-runtime.vue.js";
2
+ export {
3
+ e as default
4
+ };