@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "0.4.17",
3
+ "version": "0.4.19",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -65,8 +65,8 @@
65
65
  "sortablejs": "^1.15.2",
66
66
  "vue-virtual-scroller": "2.0.0-beta.8",
67
67
  "vuedraggable": "^4.1.0",
68
- "@aplus-frontend/utils": "1.0.49",
69
- "@aplus-frontend/hooks": "1.0.7"
68
+ "@aplus-frontend/hooks": "1.0.7",
69
+ "@aplus-frontend/utils": "1.0.50"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@aplus-frontend/antdv": "^1.0.12",
@@ -765,28 +765,28 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
765
765
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
766
766
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
767
767
  position: sticky;
768
- bottom: 56px;
768
+ bottom: -1px;
769
769
  z-index: 99;
770
770
  }
771
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
772
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
773
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
774
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
775
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
776
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
777
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
778
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
779
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
780
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
781
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
782
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
783
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
784
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
785
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
786
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
787
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
788
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar {
789
- bottom: -1px;
771
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
772
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
773
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
774
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
775
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
776
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
777
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
778
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
779
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
780
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
781
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
782
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
783
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
784
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
785
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
786
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
787
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
788
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
789
+ bottom: 56px;
790
790
  }
791
791
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
792
792
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -248,28 +248,28 @@
248
248
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
249
249
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
250
250
  position: sticky;
251
- bottom: 56px;
251
+ bottom: -1px;
252
252
  z-index: 99;
253
253
  }
254
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
255
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
256
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
257
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
258
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
259
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
260
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
261
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
262
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
263
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
264
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
265
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
266
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
267
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
268
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
269
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
270
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
271
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar {
272
- bottom: -1px;
254
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
255
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
256
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
257
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
258
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
259
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
260
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
261
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
262
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
263
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
264
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
265
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
266
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
267
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
268
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
269
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
270
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
271
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
272
+ bottom: 56px;
273
273
  }
274
274
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
275
275
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -160,13 +160,13 @@
160
160
 
161
161
  .@{ns}-scroll-bar {
162
162
  position: sticky;
163
- bottom: 56px;
163
+ bottom: -1px;
164
164
  z-index: 99;
165
165
  }
166
166
 
167
- &:not(ul.ant-pagination) {
167
+ &:has(ul.ant-pagination) {
168
168
  .@{ns}-scroll-bar {
169
- bottom: -1px;
169
+ bottom: 56px;
170
170
  }
171
171
  }
172
172
 
@@ -797,28 +797,28 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
797
797
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
798
798
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
799
799
  position: sticky;
800
- bottom: 56px;
800
+ bottom: -1px;
801
801
  z-index: 99;
802
802
  }
803
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
804
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
805
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
806
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
807
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
808
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
809
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
810
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
811
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
812
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
813
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
814
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
815
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
816
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
817
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
818
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
819
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
820
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar {
821
- bottom: -1px;
803
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
804
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
805
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
806
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
807
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
808
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
809
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
810
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
811
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
812
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
813
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
814
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
815
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
816
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
817
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
818
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
819
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
820
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
821
+ bottom: 56px;
822
822
  }
823
823
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
824
824
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -233,28 +233,28 @@
233
233
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar,
234
234
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .'aplus'-scroll-bar {
235
235
  position: sticky;
236
- bottom: 56px;
236
+ bottom: -1px;
237
237
  z-index: 99;
238
238
  }
239
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
240
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
241
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
242
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
243
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
244
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
245
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
246
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
247
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
248
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
249
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
250
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:not(ul.ant-pagination) .'aplus'-scroll-bar,
251
- [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
252
- [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
253
- [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
254
- [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
255
- [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar,
256
- [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:not(ul.ant-pagination) .'aplus'-scroll-bar {
257
- bottom: -1px;
239
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
240
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
241
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
242
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
243
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
244
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
245
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
246
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
247
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
248
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
249
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
250
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .'aplus'-scroll-bar,
251
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
252
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
253
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
254
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
255
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar,
256
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .'aplus'-scroll-bar {
257
+ bottom: 56px;
258
258
  }
259
259
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
260
260
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -161,13 +161,13 @@
161
161
  }
162
162
  .@{ns}-scroll-bar {
163
163
  position: sticky;
164
- bottom: 56px;
164
+ bottom: -1px;
165
165
  z-index: 99;
166
166
  }
167
167
 
168
- &:not(ul.ant-pagination) {
168
+ &:has(ul.ant-pagination) {
169
169
  .@{ns}-scroll-bar {
170
- bottom: -1px;
170
+ bottom: 56px;
171
171
  }
172
172
  }
173
173
 
@@ -1,31 +0,0 @@
1
- .aplus-ap-scroll-bar {
2
- position: relative;
3
- background-color: var(--ap-scroll-bar-background, rgba(0, 0, 0, 0.05));
4
- }
5
- .aplus-ap-scroll-bar--horizontal {
6
- height: 10px;
7
- }
8
- .aplus-ap-scroll-bar--vertical {
9
- width: 10px;
10
- height: 100%;
11
- }
12
- .aplus-ap-scroll-bar__bar {
13
- position: absolute;
14
- border-radius: 8px;
15
- background-color: rgba(144, 147, 153, 0.3);
16
- background-color: var(--ap-scroll-bar-bar, rgba(144, 147, 153, 0.3));
17
- box-shadow: var(--ap-scroll-bar-bar-shadow, inset 0 0 6px rgba(0, 0, 0, 0.2));
18
- }
19
- .aplus-ap-scroll-bar__bar--horizontal {
20
- height: 8px;
21
- top: 1px;
22
- }
23
- .aplus-ap-scroll-bar__bar--vertical {
24
- width: 8px;
25
- left: 1px;
26
- }
27
- .aplus-ap-scroll-bar__bar:hover,
28
- .aplus-ap-scroll-bar__bar:focus,
29
- .aplus-ap-scroll-bar__bar:active {
30
- background-color: var(--ap-scroll-bar-bar-active, rgba(144, 147, 153, 0.5));
31
- }
@@ -1,39 +0,0 @@
1
- @import '../mixins/mixins.less';
2
- @import '../mixins/config.less';
3
-
4
- .b('ap-scroll-bar', {
5
- position: relative;
6
- // z-index: 999;
7
- background-color: var(--ap-scroll-bar-background, rgb(0 0 0 / 5%));
8
-
9
- &--horizontal {
10
- height: 10px;
11
- }
12
-
13
- &--vertical {
14
- width: 10px;
15
- height: 100%;
16
- }
17
-
18
- &__bar {
19
- position: absolute;
20
- border-radius: 8px;
21
- background-color: rgb(144 147 153 / 30%);
22
- background-color: var(--ap-scroll-bar-bar, rgb(144 147 153 / 30%));
23
- box-shadow: var(--ap-scroll-bar-bar-shadow, inset 0 0 6px rgb(0 0 0 / 20%)); ;
24
-
25
- &--horizontal {
26
- height: 8px;
27
- top: 1px;
28
- }
29
-
30
- &--vertical {
31
- width: 8px;
32
- left: 1px;
33
- }
34
-
35
- &:hover, &:focus, &:active {
36
- background-color: var(--ap-scroll-bar-bar-active, rgb(144 147 153 / 50%));
37
- }
38
- }
39
- });