@aplus-frontend/ui 0.4.17 → 0.4.19

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 (287) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +1 -2
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -2
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -2
  6. package/es/src/ap-button/ap-button.vue.d.ts +1 -2
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  9. package/es/src/ap-download/ap-download.vue.d.ts +3 -5
  10. package/es/src/ap-field/date/index.vue.d.ts +1 -2
  11. package/es/src/ap-field/date-range/index.vue.d.ts +1 -2
  12. package/es/src/ap-field/number/index.vue.d.ts +2 -324
  13. package/es/src/ap-field/radio/index.vue.d.ts +2 -98
  14. package/es/src/ap-field/rate/index.vue.d.ts +2 -84
  15. package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
  16. package/es/src/ap-field/select/index.vue.d.ts +2 -409
  17. package/es/src/ap-field/select/index.vue.mjs +6 -7
  18. package/es/src/ap-field/slider/index.vue.d.ts +2 -259
  19. package/es/src/ap-field/switch/index.vue.d.ts +1 -2
  20. package/es/src/ap-field/text/index.vue.d.ts +1 -2
  21. package/es/src/ap-field/text/password.vue.d.ts +1 -2
  22. package/es/src/ap-field/text-area/index.vue.d.ts +2 -267
  23. package/es/src/ap-form/ap-form.vue.d.ts +4 -639
  24. package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  26. package/es/src/ap-form/item/index.vue.d.ts +2 -779
  27. package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  29. package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  31. package/es/src/ap-form/items/number/index.vue.d.ts +3 -785
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +4 -223
  33. package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
  35. package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
  36. package/es/src/ap-form/items/text/index.vue.d.ts +3 -141
  37. package/es/src/ap-form/items/text/password.vue.d.ts +2 -150
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  39. package/es/src/ap-form/list/index.vue.d.ts +1 -2
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  41. package/es/src/ap-form/provider/index.vue.d.ts +1 -2
  42. package/es/src/ap-form/render/control.vue.d.ts +1 -2
  43. package/es/src/ap-form/render/item.vue.d.ts +1 -2
  44. package/es/src/ap-form/search-form/index.vue.d.ts +5 -1457
  45. package/es/src/ap-form/set/index.vue.d.ts +1 -2
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  49. package/es/src/ap-list/index.vue.d.ts +5 -3
  50. package/es/src/ap-table/ap-table.vue.d.ts +10 -3
  51. package/es/src/ap-table/ap-table.vue2.mjs +72 -68
  52. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  54. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  55. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  60. package/es/src/ap-table/constants.d.ts +14 -2264
  61. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  62. package/es/src/ap-table/interface.d.ts +9 -0
  63. package/es/src/ap-table/utils.d.ts +8 -1180
  64. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  65. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  66. package/es/src/ap-upload/apUpload.vue.d.ts +2 -5
  67. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  68. package/es/src/ap-upload/components/Picture.vue.d.ts +9 -7
  69. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  70. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  71. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  72. package/es/src/business/ap-appendix/index.d.ts +1 -1
  73. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  74. package/es/src/business/ap-batch-action/index.d.ts +1 -3
  75. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  76. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  77. package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
  78. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
  79. package/es/src/business/ap-card/index.d.ts +1 -1
  80. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  81. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  82. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  83. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +8 -9
  84. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  85. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +7 -8
  86. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  87. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  88. package/es/src/business/ap-group-search/index.d.ts +4 -418
  89. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  90. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +14 -15
  91. package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
  92. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  93. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  94. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  95. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  96. package/es/src/business/ap-ladder/index.d.ts +1 -4
  97. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  98. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  99. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  100. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  101. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  102. package/es/src/business/ap-table-modal/index.d.ts +44 -22
  103. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  104. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  105. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  106. package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  107. package/es/src/business/ap-title/index.d.ts +1 -1
  108. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  109. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  110. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  111. package/es/src/business/batch-input-group/index.vue.d.ts +3 -146
  112. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  113. package/es/src/business/hooks/usePageListApTable.d.ts +14 -0
  114. package/es/src/business/hooks/useTableRefresh.d.ts +4 -1
  115. package/es/src/business/hooks/useTableRefresh.mjs +33 -12
  116. package/es/src/check-card/group.vue.d.ts +1 -2
  117. package/es/src/check-card/index.vue.d.ts +2 -3
  118. package/es/src/config-provider/config-provider-props.d.ts +3 -0
  119. package/es/src/config-provider/config-provider-props.mjs +3 -0
  120. package/es/src/config-provider/config-provider.d.ts +6 -0
  121. package/es/src/config-provider/config-provider.mjs +24 -23
  122. package/es/src/config-provider/hooks/use-global-config.d.ts +3 -0
  123. package/es/src/config-provider/index.d.ts +9 -0
  124. package/es/src/editable-table/form-item.vue.d.ts +5 -3
  125. package/es/src/editable-table/index.vue.d.ts +5 -3
  126. package/es/src/full-screen/index.vue.d.ts +2 -6
  127. package/es/src/portal/index.vue.d.ts +1 -2
  128. package/es/src/resize-observer/index.vue.d.ts +1 -2
  129. package/es/src/scroll-bar/index.vue.d.ts +4 -43
  130. package/es/src/scroll-bar/index.vue.mjs +51 -49
  131. package/es/src/scroll-bar/internal.vue.d.ts +1 -5
  132. package/es/src/scroll-view/index.vue.d.ts +9 -97
  133. package/es/src/tests/wrapper.d.ts +4 -4
  134. package/es/src/theme/antd-global-overwrite/admin/index.css +20 -20
  135. package/es/src/theme/antd-global-overwrite/admin/table.css +20 -20
  136. package/es/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  137. package/es/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  138. package/es/src/utils/index.d.ts +8 -0
  139. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  140. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  141. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  142. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  143. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  144. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  145. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  146. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  147. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  148. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  149. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  150. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  151. package/lib/src/ap-field/number/index.vue.d.ts +2 -324
  152. package/lib/src/ap-field/radio/index.vue.d.ts +2 -98
  153. package/lib/src/ap-field/rate/index.vue.d.ts +2 -84
  154. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  155. package/lib/src/ap-field/select/index.vue.d.ts +2 -409
  156. package/lib/src/ap-field/select/index.vue.js +1 -1
  157. package/lib/src/ap-field/slider/index.vue.d.ts +2 -259
  158. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  159. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  160. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  161. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -267
  162. package/lib/src/ap-form/ap-form.vue.d.ts +4 -639
  163. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  164. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  165. package/lib/src/ap-form/item/index.vue.d.ts +2 -779
  166. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  167. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  168. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  169. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  170. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -785
  171. package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -223
  172. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  173. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  174. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  175. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -141
  176. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -150
  177. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  178. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  179. package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  180. package/lib/src/ap-form/provider/index.vue.d.ts +1 -2
  181. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  182. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  183. package/lib/src/ap-form/search-form/index.vue.d.ts +5 -1457
  184. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  185. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  186. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  187. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  188. package/lib/src/ap-list/index.vue.d.ts +5 -3
  189. package/lib/src/ap-table/ap-table.vue.d.ts +10 -3
  190. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  191. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  192. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  193. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  194. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  195. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  196. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  197. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  198. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  199. package/lib/src/ap-table/constants.d.ts +14 -2264
  200. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  201. package/lib/src/ap-table/interface.d.ts +9 -0
  202. package/lib/src/ap-table/utils.d.ts +8 -1180
  203. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  204. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  205. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -5
  206. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  207. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -7
  208. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  209. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  210. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  211. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  212. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  213. package/lib/src/business/ap-batch-action/index.d.ts +1 -3
  214. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  215. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  216. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  217. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  218. package/lib/src/business/ap-card/index.d.ts +1 -1
  219. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  220. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  221. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  222. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  223. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  224. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  225. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  226. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  227. package/lib/src/business/ap-group-search/index.d.ts +4 -418
  228. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  229. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  230. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  231. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  232. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  233. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  234. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  235. package/lib/src/business/ap-ladder/index.d.ts +1 -4
  236. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  237. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  238. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  239. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  240. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  241. package/lib/src/business/ap-table-modal/index.d.ts +44 -22
  242. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  243. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  244. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  245. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  246. package/lib/src/business/ap-title/index.d.ts +1 -1
  247. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  248. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  249. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  250. package/lib/src/business/batch-input-group/index.vue.d.ts +3 -146
  251. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  252. package/lib/src/business/hooks/usePageListApTable.d.ts +14 -0
  253. package/lib/src/business/hooks/useTableRefresh.d.ts +4 -1
  254. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  255. package/lib/src/check-card/group.vue.d.ts +1 -2
  256. package/lib/src/check-card/index.vue.d.ts +2 -3
  257. package/lib/src/config-provider/config-provider-props.d.ts +3 -0
  258. package/lib/src/config-provider/config-provider-props.js +1 -1
  259. package/lib/src/config-provider/config-provider.d.ts +6 -0
  260. package/lib/src/config-provider/config-provider.js +1 -1
  261. package/lib/src/config-provider/hooks/use-global-config.d.ts +3 -0
  262. package/lib/src/config-provider/index.d.ts +9 -0
  263. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  264. package/lib/src/editable-table/index.vue.d.ts +5 -3
  265. package/lib/src/full-screen/index.vue.d.ts +2 -6
  266. package/lib/src/portal/index.vue.d.ts +1 -2
  267. package/lib/src/resize-observer/index.vue.d.ts +1 -2
  268. package/lib/src/scroll-bar/index.vue.d.ts +4 -43
  269. package/lib/src/scroll-bar/index.vue.js +1 -1
  270. package/lib/src/scroll-bar/internal.vue.d.ts +1 -5
  271. package/lib/src/scroll-view/index.vue.d.ts +9 -97
  272. package/lib/src/tests/wrapper.d.ts +4 -4
  273. package/lib/src/theme/antd-global-overwrite/admin/index.css +20 -20
  274. package/lib/src/theme/antd-global-overwrite/admin/table.css +20 -20
  275. package/lib/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  276. package/lib/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  277. package/lib/src/utils/index.d.ts +8 -0
  278. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  279. package/package.json +3 -3
  280. package/theme/antd-global-overwrite/admin/index.css +20 -20
  281. package/theme/antd-global-overwrite/admin/table.css +20 -20
  282. package/theme/antd-global-overwrite/admin/table.less +3 -3
  283. package/theme/antd-global-overwrite/aplus/index.css +20 -20
  284. package/theme/antd-global-overwrite/aplus/table.css +20 -20
  285. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  286. package/theme/ap-scroll-bar/index.css +0 -31
  287. package/theme/ap-scroll-bar/index.less +0 -39
@@ -1,14 +1,13 @@
1
1
  import { ApFormSetProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Readonly<{
6
5
  default: any;
7
6
  }> & {
8
7
  default: any;
9
8
  };
10
9
  refs: {};
11
- rootEl: any;
10
+ attrs: Partial<{}>;
12
11
  };
13
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
13
  declare const __VLS_component: DefineComponent<ApFormSetProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormSetProps> & Readonly<{}>, {
@@ -1,7 +1,6 @@
1
1
  import { ApInfoLayoutPropsMixed } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Readonly<{
6
5
  [key: string]: any;
7
6
  /**
@@ -60,10 +59,10 @@ declare function __VLS_template(): {
60
59
  content(): any;
61
60
  };
62
61
  refs: {};
63
- rootEl: HTMLDivElement;
62
+ attrs: Partial<{}>;
64
63
  };
65
64
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
66
- declare const __VLS_component: DefineComponent<ApInfoLayoutPropsMixed, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutPropsMixed> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
65
+ declare const __VLS_component: DefineComponent<ApInfoLayoutPropsMixed, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutPropsMixed> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
67
66
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
68
67
  export default _default;
69
68
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,6 @@
1
1
  import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  import { ApInfoLayoutAdminProps } from '../interface';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: {
6
5
  header?(_: {}): any;
7
6
  default?(_: {}): any;
@@ -10,16 +9,13 @@ declare function __VLS_template(): {
10
9
  containerRef: HTMLDivElement;
11
10
  headerRef: HTMLDivElement;
12
11
  };
13
- rootEl: HTMLDivElement;
12
+ attrs: Partial<{}>;
14
13
  };
15
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
15
  declare const __VLS_component: DefineComponent<ApInfoLayoutAdminProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApInfoLayoutAdminProps> & Readonly<{}>, {
17
16
  bordered: boolean;
18
17
  headerStyle: CSSProperties;
19
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
20
- containerRef: HTMLDivElement;
21
- headerRef: HTMLDivElement;
22
- }, HTMLDivElement>;
18
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
23
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
20
  export default _default;
25
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,6 @@
1
1
  import { ApInfoLayoutAplusProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: {
6
5
  header?(_: {}): any;
7
6
  title?(_: {}): any;
@@ -10,7 +9,7 @@ declare function __VLS_template(): {
10
9
  content?(_: {}): any;
11
10
  };
12
11
  refs: {};
13
- rootEl: HTMLDivElement;
12
+ attrs: Partial<{}>;
14
13
  };
15
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
15
  declare const __VLS_component: DefineComponent<ApInfoLayoutAplusProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -20,7 +19,7 @@ declare const __VLS_component: DefineComponent<ApInfoLayoutAplusProps, {}, {}, {
20
19
  }>, {
21
20
  toEl: string | HTMLElement;
22
21
  telDisabled: boolean;
23
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
24
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
24
  export default _default;
26
25
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
1
  import { ApListProps } from './interface';
2
2
  import { Recordable } from '../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
4
4
  import { ApFormSearchFormExpose } from '..';
5
5
  declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApListProps<RecordType> & Partial<{}>> & PublicProps;
6
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApListProps<RecordType>> & PublicProps;
7
7
  expose(exposed: ShallowUnwrapRef<{
8
8
  submit: () => void;
9
9
  reset: () => void;
@@ -41,7 +41,9 @@ declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable
41
41
  }): any;
42
42
  };
43
43
  emit: {};
44
- }>) => VNode & {
44
+ }>) => VNode<RendererNode, RendererElement, {
45
+ [key: string]: any;
46
+ }> & {
45
47
  __ctx?: Awaited<typeof __VLS_setup>;
46
48
  };
47
49
  export default _default;
@@ -1,9 +1,10 @@
1
1
  import { ApColumnType, ApTableProps } from './interface';
2
2
  import { ColumnsType, ColumnType } from '@aplus-frontend/antdv/es/table';
3
3
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
4
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, VNode } from 'vue';
4
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
5
+ import { ScrollBarExpose } from '../scroll-bar';
5
6
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApTableProps<RecordType> & Partial<{}>> & PublicProps;
7
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApTableProps<RecordType>> & PublicProps;
7
8
  expose(exposed: ShallowUnwrapRef<{
8
9
  submit: () => void;
9
10
  reset: () => void;
@@ -22,6 +23,10 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
22
23
  toggleSelect: (item: RecordType) => void;
23
24
  selectedRows: ComputedRef<RecordType[]>;
24
25
  };
26
+ scrollBar: {
27
+ x: Ref< ScrollBarExpose | undefined, ScrollBarExpose | undefined>;
28
+ y: undefined;
29
+ };
25
30
  }>): void;
26
31
  attrs: any;
27
32
  slots: Readonly<{
@@ -76,7 +81,9 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
76
81
  }) => void;
77
82
  };
78
83
  emit: {};
79
- }>) => VNode & {
84
+ }>) => VNode<RendererNode, RendererElement, {
85
+ [key: string]: any;
86
+ }> & {
80
87
  __ctx?: Awaited<typeof __VLS_setup>;
81
88
  };
82
89
  export default _default;
@@ -1,12 +1,12 @@
1
- import { defineComponent as ze, useSlots as Pe, ref as S, computed as s, unref as t, createVNode as f, Fragment as G, watchEffect as Ne, watch as J, openBlock as p, createElementBlock as B, normalizeClass as m, normalizeStyle as Q, mergeProps as h, createSlots as X, withCtx as w, renderList as Y, createBlock as Z, resolveDynamicComponent as Ie, renderSlot as R, createCommentVNode as ee, createElementVNode as N, normalizeProps as Ee, guardReactiveProps as Ke } from "vue";
1
+ import { defineComponent as ze, useSlots as Pe, ref as S, computed as s, unref as t, createVNode as f, Fragment as J, watchEffect as Ne, watch as Q, openBlock as p, createElementBlock as F, normalizeClass as m, normalizeStyle as X, mergeProps as h, createSlots as Y, withCtx as w, renderList as Z, createBlock as ee, resolveDynamicComponent as Ie, renderSlot as R, createCommentVNode as oe, createElementVNode as N, normalizeProps as Ee, guardReactiveProps as Ke } from "vue";
2
2
  import { Divider as Oe, Table as Le } from "@aplus-frontend/antdv";
3
3
  import { useToken as Ve } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { ApForm as Ae } from "../ap-form/index.mjs";
5
- import { noRenderAsFormItemValueList as oe } from "./constants.mjs";
5
+ import { noRenderAsFormItemValueList as ae } from "./constants.mjs";
6
6
  import "../config-provider/index.mjs";
7
7
  import { useTablePaging as De } from "./hooks/use-table-paging-ng.mjs";
8
- import { isUndefined as y, omit as ae, isBoolean as $e } from "lodash-unified";
9
- import { getColumnOrder as re, updateFormProps as We, getFieldProps as je, getSearchFormItemRenderNode as _e, recursionApColumns as te, apColumnToColumn as He, getTableTitle as Ue, getTableRenderType as qe, getTableRenderProps as Me, getTableCellRenderNode as Ge, falseToUndefined as Je } from "./utils.mjs";
8
+ import { isUndefined as y, omit as re, isBoolean as $e } from "lodash-unified";
9
+ import { getColumnOrder as te, updateFormProps as We, getFieldProps as je, getSearchFormItemRenderNode as _e, recursionApColumns as le, apColumnToColumn as He, getTableTitle as Ue, getTableRenderType as qe, getTableRenderProps as Me, getTableCellRenderNode as Ge, falseToUndefined as Je } from "./utils.mjs";
10
10
  import Qe from "./hooks/use-table-content-height.mjs";
11
11
  import Xe from "./hooks/use-table-row-selection.mjs";
12
12
  import { isDef as Ye } from "../utils/index.mjs";
@@ -145,26 +145,26 @@ const No = /* @__PURE__ */ ze({
145
145
  default: void 0
146
146
  }
147
147
  },
148
- setup(le, {
149
- expose: ne
148
+ setup(ne, {
149
+ expose: se
150
150
  }) {
151
- const o = le;
151
+ const o = ne;
152
152
  let I = 0;
153
- const C = Pe(), [, se] = Ve(), {
153
+ const C = Pe(), [, de] = Ve(), {
154
154
  e: x,
155
155
  b: i,
156
156
  be: E,
157
- m: de
157
+ m: ue
158
158
  } = ao("ap-table"), K = ro("valueTypeMap"), {
159
- height: ue,
160
- contentRef: ie
159
+ height: ie,
160
+ contentRef: ce
161
161
  } = Qe(), O = S(), L = S(), {
162
162
  isStickyMode: V,
163
- scrollBarRef: ce
164
- } = eo(O), k = S(o.size), u = S([]), A = S([]);
163
+ scrollBarRef: A
164
+ } = eo(O), k = S(o.size), u = S([]), D = S([]);
165
165
  Ze({
166
166
  columns: s(() => u.value),
167
- columnsBackup: s(() => A.value),
167
+ columnsBackup: s(() => D.value),
168
168
  size: s(() => k.value),
169
169
  updateColumns(e) {
170
170
  u.value = e;
@@ -174,11 +174,11 @@ const No = /* @__PURE__ */ ze({
174
174
  },
175
175
  dataSource: s(() => t(g).records)
176
176
  });
177
- const D = s(() => {
177
+ const $ = s(() => {
178
178
  var e, l, a;
179
- return I++, ((a = (l = (e = o.columns) == null ? void 0 : e.filter((r) => !r.hideInSearch && r.dataIndex && (r.valueType || r.customRenderFormItem) && !oe.includes(r.valueType))) == null ? void 0 : l.sort((r, d) => {
180
- let n = re(r.order);
181
- return re(d.order) - n;
179
+ return I++, ((a = (l = (e = o.columns) == null ? void 0 : e.filter((r) => !r.hideInSearch && r.dataIndex && (r.valueType || r.customRenderFormItem) && !ae.includes(r.valueType))) == null ? void 0 : l.sort((r, d) => {
180
+ let n = te(r.order);
181
+ return te(d.order) - n;
182
182
  })) == null ? void 0 : a.map((r) => {
183
183
  const d = We(r, je(r.fieldProps, {})), n = {
184
184
  ...r,
@@ -192,16 +192,16 @@ const No = /* @__PURE__ */ ze({
192
192
  };
193
193
  return n.renderNode = _e(n, t(K)), n;
194
194
  })) || [];
195
- }), fe = s(() => te(t(u), (e) => {
195
+ }), fe = s(() => le(t(u), (e) => {
196
196
  if (e.sorter === !0)
197
197
  return e.key || e.dataIndex;
198
- }).filter(Boolean)), pe = s(() => te(t(u), (e) => {
198
+ }).filter(Boolean)), pe = s(() => le(t(u), (e) => {
199
199
  if (e.filters && !e.onFilter)
200
200
  return e.key || e.dataIndex;
201
201
  }).filter(Boolean)), me = s(() => y(o.dataSource) ? g.records : o.dataSource), {
202
202
  rowSelection: v,
203
203
  selectedRows: T,
204
- ...F
204
+ ...B
205
205
  } = Xe({
206
206
  fixed: !0,
207
207
  ...o.rowSelection === !0 ? {} : o.rowSelection,
@@ -209,9 +209,9 @@ const No = /* @__PURE__ */ ze({
209
209
  dataSource: me
210
210
  }), {
211
211
  formRef: z,
212
- submit: $,
213
- reset: W,
214
- tableProps: j,
212
+ submit: W,
213
+ reset: j,
214
+ tableProps: _,
215
215
  refresh: ye,
216
216
  data: g,
217
217
  setDataSource: ge,
@@ -219,7 +219,7 @@ const No = /* @__PURE__ */ ze({
219
219
  } = De({
220
220
  async request(e) {
221
221
  var a, r;
222
- if (!v.value.preserveSelectedRowKeys && y(o.dataSource) && F.clearAll(), !y(o.dataSource))
222
+ if (!v.value.preserveSelectedRowKeys && y(o.dataSource) && B.clearAll(), !y(o.dataSource))
223
223
  return {
224
224
  data: o.dataSource || [],
225
225
  total: o.dataSource.length || 0
@@ -243,35 +243,35 @@ const No = /* @__PURE__ */ ze({
243
243
  function l(r, d) {
244
244
  return r.map((n) => ({
245
245
  resizable: Ye(n.resizable) ? n.resizable : o.columnResizable,
246
- ...ae(He(n), ["ellipsis"]),
246
+ ...re(He(n), ["ellipsis"]),
247
247
  ...be(n),
248
248
  fixed: d ? d.fixed : n.fixed,
249
- title: Ue(n, E("table-header", "title"), C.headerCell, t(se).colorPrimary),
249
+ title: Ue(n, E("table-header", "title"), C.headerCell, t(de).colorPrimary),
250
250
  customRender({
251
251
  value: c,
252
252
  ...b
253
253
  }) {
254
- var q, M;
255
- const H = qe(n), Be = Me({
254
+ var M, G;
255
+ const U = qe(n), Fe = Me({
256
256
  ...n,
257
- valueType: H
257
+ valueType: U
258
258
  }, {
259
259
  value: c,
260
260
  ...b
261
- }), xe = Ge(H, Be, b.record, t(K)), U = ((q = n.renderText) == null ? void 0 : q.call(n, {
261
+ }), xe = Ge(U, Fe, b.record, t(K)), q = ((M = n.renderText) == null ? void 0 : M.call(n, {
262
262
  value: c,
263
263
  ...b
264
- })) || c, ke = n.renderText ? f(G, null, [(M = n.renderText) == null ? void 0 : M.call(n, {
264
+ })) || c, ke = n.renderText ? f(J, null, [(G = n.renderText) == null ? void 0 : G.call(n, {
265
265
  value: c,
266
266
  ...b
267
267
  })]) : xe;
268
- let P = Ce(n, U, ke);
268
+ let P = Ce(n, q, ke);
269
269
  return n.customRender && (P = n.customRender({
270
270
  value: c,
271
271
  ...b,
272
272
  column: n,
273
273
  originalNode: P,
274
- originalText: U
274
+ originalText: q
275
275
  })), P;
276
276
  },
277
277
  children: l(n.children || [], d || n)
@@ -281,13 +281,13 @@ const No = /* @__PURE__ */ ze({
281
281
  };
282
282
  Ne(() => {
283
283
  const e = Se();
284
- u.value = e, A.value = e;
284
+ u.value = e, D.value = e;
285
285
  });
286
286
  const he = s(() => {
287
287
  var l, a;
288
288
  if (o.adaptive && (g.total > 0 || ((l = o.dataSource) == null ? void 0 : l.length)))
289
289
  return {
290
- y: t(ue),
290
+ y: t(ie),
291
291
  x: ((a = o.scroll) == null ? void 0 : a.x) || "100%"
292
292
  };
293
293
  if (o.scroll)
@@ -298,9 +298,9 @@ const No = /* @__PURE__ */ ze({
298
298
  return o.tableLayout;
299
299
  if ((e = o.columns) != null && e.some((l) => l.ellipsis))
300
300
  return "fixed";
301
- }), _ = s(() => {
301
+ }), H = s(() => {
302
302
  var a;
303
- const e = t(j), l = t(v);
303
+ const e = t(_), l = t(v);
304
304
  return {
305
305
  ...o,
306
306
  ...e,
@@ -313,9 +313,9 @@ const No = /* @__PURE__ */ ze({
313
313
  pagination: o.pagination === !1 ? !1 : e.pagination,
314
314
  scroll: t(he)
315
315
  };
316
- }), Re = s(() => [i(), o.card ? null : i("wrapper"), o.adaptive ? i("adaptive") : null, V ? de(`sticky-${oo === 0 ? "absolute" : "relative"}`) : null].filter(Boolean));
316
+ }), Re = s(() => [i(), o.card ? null : i("wrapper"), o.adaptive ? i("adaptive") : null, V ? ue(`sticky-${oo === 0 ? "absolute" : "relative"}`) : null].filter(Boolean));
317
317
  function Ce(e, l, a) {
318
- return oe.includes(e.valueType) ? a : e.copyable || e.ellipsis ? f(to, {
318
+ return ae.includes(e.valueType) ? a : e.copyable || e.ellipsis ? f(to, {
319
319
  copyable: e.copyable,
320
320
  ellipsis: e.ellipsis ? $e(e.ellipsis) ? {
321
321
  tooltip: a,
@@ -327,10 +327,10 @@ const No = /* @__PURE__ */ ze({
327
327
  content: a
328
328
  }, null) : a;
329
329
  }
330
- J(() => t(g).loading, (e) => {
330
+ Q(() => t(g).loading, (e) => {
331
331
  var l;
332
332
  (l = o.onLoadingChange) == null || l.call(o, e);
333
- }), J(() => o.dataSource, (e) => {
333
+ }), Q(() => o.dataSource, (e) => {
334
334
  ge(e);
335
335
  }, {
336
336
  immediate: !0
@@ -344,38 +344,42 @@ const No = /* @__PURE__ */ ze({
344
344
  const l = e ? "getFieldsValueTransformed" : "getFieldsValue";
345
345
  return (d = (r = (a = z.value) == null ? void 0 : a.apForm) == null ? void 0 : r[l]) == null ? void 0 : d.call(r, !0);
346
346
  }
347
- function Fe() {
347
+ function Be() {
348
348
  return t(u);
349
349
  }
350
- return ne({
351
- submit: () => $(),
352
- reset: () => W(),
350
+ return se({
351
+ submit: () => W(),
352
+ reset: () => j(),
353
353
  refresh: () => ye(),
354
354
  setSearchFormValues: ve,
355
355
  getSearchFormValues: Te,
356
- getShownColumns: Fe,
356
+ getShownColumns: Be,
357
357
  dataSource: s(() => t(g).records),
358
358
  rowSelection: {
359
359
  selectedRows: s(() => t(T)),
360
- ...F
360
+ ...B
361
+ },
362
+ scrollBar: {
363
+ x: A,
364
+ y: void 0
361
365
  }
362
- }), (e, l) => (p(), B("div", {
366
+ }), (e, l) => (p(), F("div", {
363
367
  ref_key: "tableWrapperRef",
364
368
  ref: O,
365
369
  class: m(Re.value)
366
- }, [t(y)(e.dataSource) && e.searchForm !== !1 && D.value.length > 0 ? (p(), B("div", {
370
+ }, [t(y)(e.dataSource) && e.searchForm !== !1 && $.value.length > 0 ? (p(), F("div", {
367
371
  key: 0,
368
372
  class: m(e.card ? t(x)("search-wrapper") : null),
369
- style: Q(e.searchFormWrapperStyle)
373
+ style: X(e.searchFormWrapperStyle)
370
374
  }, [f(t(Ae).SearchForm, h(e.searchForm || {}, {
371
375
  ref_key: "formRef",
372
376
  ref: z,
373
377
  "custom-reset": "",
374
- "submit-loading": t(j).loading,
375
- onSubmit: t($),
376
- onReset: t(W)
377
- }), X({
378
- default: w(() => [(p(!0), B(G, null, Y(D.value, (a) => (p(), Z(Ie(a.renderNode.Comp), h({
378
+ "submit-loading": t(_).loading,
379
+ onSubmit: t(W),
380
+ onReset: t(j)
381
+ }), Y({
382
+ default: w(() => [(p(!0), F(J, null, Z($.value, (a) => (p(), ee(Ie(a.renderNode.Comp), h({
379
383
  key: a.dataIndex,
380
384
  item: a,
381
385
  ref_for: !0
@@ -388,14 +392,14 @@ const No = /* @__PURE__ */ ze({
388
392
  name: "extra",
389
393
  fn: w(() => [R(e.$slots, "searchFormExtra")]),
390
394
  key: "0"
391
- } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : ee("", !0), N("div", {
395
+ } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : oe("", !0), N("div", {
392
396
  ref_key: "contentRef",
393
- ref: ie,
397
+ ref: ce,
394
398
  class: m([t(x)("table-wrapper"), e.card ? t(x)("table-wrapper-card") : null]),
395
- style: Q(e.tableWrapperStyle)
399
+ style: X(e.tableWrapperStyle)
396
400
  }, [N("div", {
397
401
  class: m(t(i)("header-wrapper"))
398
- }, [e.settings ? (p(), B("div", {
402
+ }, [e.settings ? (p(), F("div", {
399
403
  key: 0,
400
404
  class: m(t(i)("header"))
401
405
  }, [N("div", {
@@ -404,29 +408,29 @@ const No = /* @__PURE__ */ ze({
404
408
  selectedRows: t(T),
405
409
  selectedRowKeys: t(v).selectedRowKeys,
406
410
  shownColumns: u.value
407
- }, F))], 2), C.title ? (p(), Z(t(Oe), {
411
+ }, B))], 2), C.title ? (p(), ee(t(Oe), {
408
412
  key: 0,
409
413
  type: "vertical"
410
- })) : ee("", !0), f(lo, {
414
+ })) : oe("", !0), f(lo, {
411
415
  config: e.settings === !0 ? {} : e.settings
412
416
  }, null, 8, ["config"])], 2)) : R(e.$slots, "title", h({
413
417
  key: 1,
414
418
  selectedRows: t(T),
415
419
  selectedRowKeys: t(v).selectedRowKeys,
416
420
  shownColumns: u.value
417
- }, F))], 2), f(t(Le), h({
421
+ }, B))], 2), f(t(Le), h({
418
422
  ref_key: "antdTableRef",
419
423
  ref: L,
420
424
  class: t(i)("table")
421
- }, _.value, {
425
+ }, H.value, {
422
426
  size: k.value,
423
427
  "table-layout": we.value,
424
428
  columns: u.value,
425
429
  onResizeColumn: l[0] || (l[0] = (a, r) => r.width = a)
426
- }), X({
430
+ }), Y({
427
431
  summary: w(() => [R(e.$slots, "summary", {
428
432
  columns: u.value,
429
- records: _.value.dataSource,
433
+ records: H.value.dataSource,
430
434
  selectedRows: t(T)
431
435
  })]),
432
436
  _: 2
@@ -436,13 +440,13 @@ const No = /* @__PURE__ */ ze({
436
440
  var a, r;
437
441
  return [f(t(no), {
438
442
  ref_key: "scrollBarRef",
439
- ref: ce,
443
+ ref: A,
440
444
  "scroll-container": (r = (a = L.value) == null ? void 0 : a.table) == null ? void 0 : r.scrollBodyRef,
441
445
  direction: "horizontal"
442
446
  }, null, 8, ["scroll-container"])];
443
447
  }),
444
448
  key: "0"
445
- } : void 0, Y(t(ae)(C, ["title", "searchFormExtra", "headerCell", "summary"]), (a, r) => ({
449
+ } : void 0, Z(t(re)(C, ["title", "searchFormExtra", "headerCell", "summary"]), (a, r) => ({
446
450
  name: r,
447
451
  fn: w((d) => [R(e.$slots, r, Ee(Ke(d || {})))])
448
452
  }))]), 1040, ["class", "size", "table-layout", "columns"])], 6)], 2));
@@ -2,5 +2,5 @@ import { ApTableIndexProps } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare const _default: DefineComponent<ApTableIndexProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableIndexProps> & Readonly<{}>, {
4
4
  bordered: boolean;
5
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
5
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -7,5 +7,5 @@ interface Props {
7
7
  tooltip?: VNodeChild;
8
8
  };
9
9
  }
10
- declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -5,10 +5,9 @@ type TableSettingModalSlots = {
5
5
  trigger?: any;
6
6
  };
7
7
  declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
8
  slots: Readonly<TableSettingModalSlots> & TableSettingModalSlots;
10
9
  refs: {};
11
- rootEl: any;
10
+ attrs: Partial<{}>;
12
11
  };
13
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
13
  declare const __VLS_component: DefineComponent<ApTableSettingModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableSettingModalProps> & Readonly<{}>, {
@@ -1,4 +1,4 @@
1
1
  import { ApTableSettingSelectGroupProps } from '../../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApTableSettingSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableSettingSelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3
+ declare const _default: DefineComponent<ApTableSettingSelectGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableSettingSelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import { SortableItemProps } from '../../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<SortableItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SortableItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3
+ declare const _default: DefineComponent<SortableItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SortableItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
4
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: DefineComponent<SortableItemMetaProps, {}, {}, {}, {}, C
7
7
  }, string, PublicProps, Readonly<SortableItemMetaProps> & Readonly<{
8
8
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
9
9
  "onUpdate:value"?: ((open: ApColumnState) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: DefineComponent<ApTableSettingSorterProps, {}, {}, {}, {
5
5
  "update:value": (value: ApColumnState[]) => any;
6
6
  }, string, PublicProps, Readonly<ApTableSettingSorterProps> & Readonly<{
7
7
  "onUpdate:value"?: ((value: ApColumnState[]) => any) | undefined;
8
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
8
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import { ApTableSettingTreeSelectProps } from '../../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ApTableSettingTreeSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableSettingTreeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3
+ declare const _default: DefineComponent<ApTableSettingTreeSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTableSettingTreeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4
4
  export default _default;