@teamix/pro 1.6.0-beta.4 → 1.6.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (536) hide show
  1. package/README.md +1 -1
  2. package/dist/pro.all.min.css +1 -0
  3. package/dist/pro.css +1 -1
  4. package/dist/pro.js +23217 -12214
  5. package/dist/pro.min.css +1 -1
  6. package/dist/pro.min.js +1 -1
  7. package/dist/pro.xconsole.min.css +1 -0
  8. package/es/actions/base.d.ts +24 -0
  9. package/es/actions/base.js +1 -1
  10. package/es/actions/confirm.d.ts +7 -0
  11. package/es/actions/danger-confirm.d.ts +7 -0
  12. package/es/actions/danger-pop-confirm.d.ts +5 -0
  13. package/es/actions/dialog-component.d.ts +10 -0
  14. package/es/actions/dialog-component.js +4 -1
  15. package/es/actions/dialog-form.d.ts +29 -0
  16. package/es/actions/dialog-form.js +8 -8
  17. package/es/actions/dialog-info.d.ts +9 -0
  18. package/es/actions/dialog-table.d.ts +9 -0
  19. package/es/actions/dialog.d.ts +40 -0
  20. package/es/actions/dialog.js +8 -7
  21. package/es/actions/drawer-form.d.ts +6 -0
  22. package/es/actions/drawer-info.d.ts +6 -0
  23. package/es/actions/drawer-table.d.ts +6 -0
  24. package/es/actions/drawer.d.ts +6 -0
  25. package/es/actions/error.d.ts +7 -0
  26. package/es/actions/index.d.ts +114 -0
  27. package/es/actions/index.js +51 -44
  28. package/es/actions/index.scss +6 -1
  29. package/es/actions/link.d.ts +8 -0
  30. package/es/actions/link.js +4 -3
  31. package/es/actions/notice.d.ts +7 -0
  32. package/es/actions/pop-confirm.d.ts +9 -0
  33. package/es/actions/quick.d.ts +2 -0
  34. package/es/actions/quick.js +26 -0
  35. package/es/actions/request.d.ts +9 -0
  36. package/es/actions/request.js +4 -3
  37. package/es/actions/utils.d.ts +1 -0
  38. package/es/card/card-container.d.ts +18 -0
  39. package/es/card/card-container.js +5 -12
  40. package/es/card/divider.d.ts +6 -0
  41. package/es/card/divider.js +4 -2
  42. package/es/card/index.d.ts +109 -0
  43. package/es/card/index.js +11 -22
  44. package/es/card/index.scss +15 -0
  45. package/es/card/selectable.d.ts +13 -0
  46. package/es/card/selectable.js +4 -2
  47. package/es/card/tab.d.ts +6 -0
  48. package/es/card/tab.js +4 -2
  49. package/es/card/utils.d.ts +9 -0
  50. package/es/card/xconsole.scss +3 -0
  51. package/es/field/index.d.ts +3 -0
  52. package/es/form/Components/Editable/index.d.ts +20 -0
  53. package/es/form/Components/Editable/index.js +2 -2
  54. package/es/form/Components/FormGroup/index.d.ts +14 -0
  55. package/es/form/Components/FormGroup/index.js +3 -4
  56. package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
  57. package/es/form/Components/LightFilter/index.d.ts +17 -0
  58. package/es/form/Components/LightFilter/index.js +2 -11
  59. package/es/form/Components/ProField/index.d.ts +2 -0
  60. package/es/form/Components/ProField/index.js +4 -2
  61. package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
  62. package/es/form/Components/Text/index.d.ts +8 -0
  63. package/es/form/Components/Text/index.js +4 -2
  64. package/es/form/Filter/AdvancedFilter.d.ts +7 -0
  65. package/es/form/Filter/AdvancedFilter.js +14 -16
  66. package/es/form/Filter/Layout.d.ts +5 -0
  67. package/es/form/Filter/LightFilter.d.ts +7 -0
  68. package/es/form/Filter/LightFilter.js +9 -13
  69. package/es/form/Filter/SimpleFilter.d.ts +7 -0
  70. package/es/form/Filter/SimpleFilter.js +5 -8
  71. package/es/form/Filter/index.d.ts +9 -0
  72. package/es/form/Filter/index.js +19 -25
  73. package/es/form/Filter/index.scss +1 -0
  74. package/es/form/Filter/index2.d.ts +13 -0
  75. package/es/form/Filter/index2.js +17 -22
  76. package/es/form/Filter/index2.scss +1 -0
  77. package/es/form/Filter/useBindUrl.d.ts +2 -0
  78. package/es/form/Filter/useBindUrl.js +0 -3
  79. package/es/form/Filter/useSpecialProps.d.ts +6 -0
  80. package/es/form/Filter/useSpecialProps.js +0 -1
  81. package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
  82. package/es/form/ProForm/customComponent.d.ts +3 -0
  83. package/es/form/ProForm/index.d.ts +5 -0
  84. package/es/form/ProForm/index.js +9 -7
  85. package/es/form/ProForm/useAutoLayout.d.ts +9 -0
  86. package/es/form/ProForm/useAutoLayout.js +0 -4
  87. package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
  88. package/es/form/ProForm/useAutoSubmit.js +4 -3
  89. package/es/form/ProForm/useFieldRequest.d.ts +5 -0
  90. package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
  91. package/es/form/ProForm/useFormDisplayValues.js +0 -1
  92. package/es/form/ProForm/useInitialRequest.d.ts +6 -0
  93. package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
  94. package/es/form/SchemaForm/adapterComponent.js +0 -1
  95. package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
  96. package/es/form/SchemaForm/adapterDecorator.js +0 -1
  97. package/es/form/SchemaForm/adapterType.d.ts +5 -0
  98. package/es/form/SchemaForm/adapterType.js +0 -1
  99. package/es/form/SchemaForm/index.d.ts +4 -0
  100. package/es/form/SchemaForm/index.js +0 -13
  101. package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  102. package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  103. package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  104. package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  105. package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
  106. package/es/form/SchemaForm/initializeDataSource.js +0 -7
  107. package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
  108. package/es/form/SchemaForm/initializeFormButton.js +0 -2
  109. package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  110. package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  111. package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
  112. package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
  113. package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
  114. package/es/form/SchemaForm/initializeReactions.js +0 -1
  115. package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
  116. package/es/form/SchemaForm/initializeRules.d.ts +11 -0
  117. package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  118. package/es/form/SchemaForm/initializeSelectTable.js +0 -1
  119. package/es/form/SchemaForm/reactions.d.ts +6 -0
  120. package/es/form/SchemaForm/reactions.js +0 -5
  121. package/es/form/docs/ActionResponse.d.ts +8 -0
  122. package/es/form/fieldTypeMap.d.ts +7 -0
  123. package/es/form/index.d.ts +125 -0
  124. package/es/form/index.js +0 -4
  125. package/es/form/locales/validate.d.ts +159 -0
  126. package/es/form/schemaNameMap.d.ts +5 -0
  127. package/es/form/typing.d.ts +194 -0
  128. package/es/form/utils/parseSchema.d.ts +3 -0
  129. package/es/form/utils/parseSchema.js +38 -0
  130. package/es/form/utils.d.ts +55 -0
  131. package/es/form/utils.js +0 -12
  132. package/es/form/warning.d.ts +3 -0
  133. package/es/form/warning.js +0 -2
  134. package/es/global.scss +3 -1
  135. package/es/hooks/index.d.ts +2 -0
  136. package/es/image/index.d.ts +22 -0
  137. package/es/image/index.js +73 -0
  138. package/es/image/index.scss +3 -0
  139. package/es/index-without-icon.d.ts +32 -0
  140. package/es/index.d.ts +34 -0
  141. package/es/index.js +14 -3
  142. package/es/info/components/InfoGroup/index.d.ts +5 -0
  143. package/es/info/components/InfoGroup/index.js +4 -2
  144. package/es/info/components/InfoValueItem/index.d.ts +5 -0
  145. package/es/info/components/InfoValueItem/index.js +20 -32
  146. package/es/info/components/ProInfoItem/index.d.ts +5 -0
  147. package/es/info/components/ProInfoItem/index.js +0 -1
  148. package/es/info/components/baseInfo/index.d.ts +8 -0
  149. package/es/info/components/baseInfo/index.js +4 -5
  150. package/es/info/components/headerInfo/index.d.ts +8 -0
  151. package/es/info/components/tableInfo/index.d.ts +7 -0
  152. package/es/info/components/tableInfo/index.js +4 -6
  153. package/es/info/index.d.ts +6 -0
  154. package/es/info/index.js +17 -21
  155. package/es/info/typing.d.ts +220 -0
  156. package/es/info/utils/index.d.ts +20 -0
  157. package/es/info/utils/index.js +0 -3
  158. package/es/info/utils/layout.d.ts +2 -0
  159. package/es/info/utils/utils.d.ts +1 -0
  160. package/es/layout/index.d.ts +2 -0
  161. package/es/layout/index.js +0 -2
  162. package/es/next-xconsole.scss +34 -0
  163. package/es/nocode/configurators/Card.d.ts +3 -0
  164. package/es/nocode/configurators/PageHeader.d.ts +3 -0
  165. package/es/nocode/configurators/ProTable.d.ts +3 -0
  166. package/es/nocode/configurators/ProTable.js +1 -22
  167. package/es/nocode/configurators/common.d.ts +280 -0
  168. package/es/nocode/configurators/index.d.ts +15 -0
  169. package/es/nocode/configurators/index.js +1 -0
  170. package/es/nocode/configurators/map.d.ts +2 -0
  171. package/es/nocode/index.d.ts +8 -0
  172. package/es/nocode/index.js +0 -2
  173. package/es/nocode/pages/editor.d.ts +12 -0
  174. package/es/nocode/pages/index.d.ts +14 -0
  175. package/es/nocode/pages/index.js +1 -29
  176. package/es/nocode/pages/playground.d.ts +11 -0
  177. package/es/nocode/pages/playground.js +5 -3
  178. package/es/nocode/pages/renderer.d.ts +10 -0
  179. package/es/nocode/pages/renderer.js +6 -4
  180. package/es/nocode/playground.d.ts +14 -0
  181. package/es/nocode/playground.js +4 -2
  182. package/es/page-container/index.d.ts +3 -0
  183. package/es/page-header/index.d.ts +74 -0
  184. package/es/page-header/index.js +13 -23
  185. package/es/page-header/index.scss +2 -1
  186. package/es/page-header/xconsole.scss +5 -0
  187. package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
  188. package/es/sidebar/components/sidebar-container/index.js +7 -10
  189. package/es/sidebar/components/tree/index.d.ts +6 -0
  190. package/es/sidebar/components/tree/index.js +24 -28
  191. package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  192. package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  193. package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  194. package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  195. package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  196. package/es/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  197. package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  198. package/es/sidebar/components/tree-node/index.d.ts +7 -0
  199. package/es/sidebar/components/tree-node/index.js +16 -29
  200. package/es/sidebar/index.d.ts +9 -0
  201. package/es/sidebar/index.js +13 -18
  202. package/es/sidebar/typing.d.ts +145 -0
  203. package/es/sidebar/utils/action-ref.d.ts +3 -0
  204. package/es/sidebar/utils/index.d.ts +364 -0
  205. package/es/sidebar/utils/index.js +18 -19
  206. package/es/skeleton/index.d.ts +3 -0
  207. package/es/table/components/CardView/index.d.ts +5 -0
  208. package/es/table/components/CardView/index.js +387 -0
  209. package/es/table/components/CardView/index.scss +46 -0
  210. package/es/table/components/EmptyContent/index.d.ts +2 -0
  211. package/es/table/components/Filter/index.d.ts +12 -0
  212. package/es/table/components/Filter/index.js +110 -79
  213. package/es/table/components/Layout/index.d.ts +5 -0
  214. package/es/table/components/Layout/index.js +16 -16
  215. package/es/table/components/Layout/index.scss +1 -0
  216. package/es/table/components/LoadMore/index.d.ts +20 -0
  217. package/es/table/components/LoadMore/index.js +88 -0
  218. package/es/table/components/LoadMore/index.scss +19 -0
  219. package/es/table/components/Pagination/index.d.ts +8 -0
  220. package/es/table/components/Pagination/index.js +48 -31
  221. package/es/table/components/QuickAction/index.d.ts +11 -0
  222. package/es/table/components/QuickAction/index.js +2 -3
  223. package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
  224. package/es/table/components/ToolBar/CardSwitch.js +52 -0
  225. package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
  226. package/es/table/components/ToolBar/DensityIcon.js +2 -7
  227. package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  228. package/es/table/components/ToolBar/FilterColumnIcon.js +41 -35
  229. package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  230. package/es/table/components/ToolBar/FullScreenIcon.js +0 -1
  231. package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
  232. package/es/table/components/ToolBar/Fullscreen.js +10 -3
  233. package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  234. package/es/table/components/ToolBar/RefreshIcon.js +162 -26
  235. package/es/table/components/ToolBar/index.d.ts +5 -0
  236. package/es/table/components/ToolBar/index.js +65 -33
  237. package/es/table/components/ToolBar/index.scss +27 -1
  238. package/es/table/index.d.ts +6 -0
  239. package/es/table/index.js +299 -128
  240. package/es/table/index.scss +8 -0
  241. package/es/table/typing.d.ts +426 -0
  242. package/es/table/utils/columnRender.d.ts +13 -0
  243. package/es/table/utils/columnRender.js +32 -37
  244. package/es/table/utils/genProColumnToColumn.d.ts +13 -0
  245. package/es/table/utils/genProColumnToColumn.js +10 -3
  246. package/es/table/utils/getTableProps.d.ts +2 -0
  247. package/es/table/utils/getTableSortIcons.d.ts +3 -0
  248. package/es/table/utils/index.d.ts +19 -0
  249. package/es/table/utils/index.js +0 -6
  250. package/es/table/utils/pureColumnRender.d.ts +9 -0
  251. package/es/table/utils/pureColumnRender.js +1 -9
  252. package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  253. package/es/table/utils/useTableSelection.d.ts +3 -0
  254. package/es/table/utils/util.d.ts +5 -0
  255. package/es/table/utils/util.js +19 -0
  256. package/es/templates/Detail/index.d.ts +2 -0
  257. package/es/templates/Form/index.d.ts +2 -0
  258. package/es/templates/List/index.d.ts +9 -0
  259. package/es/templates/List/index.js +6 -4
  260. package/es/templates/index.d.ts +3 -0
  261. package/es/templates/index.js +1 -2
  262. package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
  263. package/es/timeline/ProTimeLineItem/index.js +5 -9
  264. package/es/timeline/index.d.ts +10 -0
  265. package/es/timeline/index.js +5 -5
  266. package/es/timeline/typing.d.ts +107 -0
  267. package/es/utils/aspect.d.ts +2 -0
  268. package/es/utils/aspect.js +57 -0
  269. package/es/utils/index.d.ts +3 -0
  270. package/es/utils/message.d.ts +3 -0
  271. package/es/utils/message.js +5 -3
  272. package/es/xconsole.scss +526 -0
  273. package/lib/actions/base.d.ts +24 -0
  274. package/lib/actions/base.js +1 -1
  275. package/lib/actions/confirm.d.ts +7 -0
  276. package/lib/actions/danger-confirm.d.ts +7 -0
  277. package/lib/actions/danger-pop-confirm.d.ts +5 -0
  278. package/lib/actions/dialog-component.d.ts +10 -0
  279. package/lib/actions/dialog-component.js +4 -1
  280. package/lib/actions/dialog-form.d.ts +29 -0
  281. package/lib/actions/dialog-form.js +7 -9
  282. package/lib/actions/dialog-info.d.ts +9 -0
  283. package/lib/actions/dialog-table.d.ts +9 -0
  284. package/lib/actions/dialog.d.ts +40 -0
  285. package/lib/actions/dialog.js +7 -8
  286. package/lib/actions/drawer-form.d.ts +6 -0
  287. package/lib/actions/drawer-info.d.ts +6 -0
  288. package/lib/actions/drawer-table.d.ts +6 -0
  289. package/lib/actions/drawer.d.ts +6 -0
  290. package/lib/actions/error.d.ts +7 -0
  291. package/lib/actions/index.d.ts +114 -0
  292. package/lib/actions/index.js +73 -44
  293. package/lib/actions/index.scss +6 -1
  294. package/lib/actions/link.d.ts +8 -0
  295. package/lib/actions/link.js +2 -3
  296. package/lib/actions/notice.d.ts +7 -0
  297. package/lib/actions/pop-confirm.d.ts +9 -0
  298. package/lib/actions/quick.d.ts +2 -0
  299. package/lib/actions/quick.js +33 -0
  300. package/lib/actions/request.d.ts +9 -0
  301. package/lib/actions/request.js +2 -3
  302. package/lib/actions/utils.d.ts +1 -0
  303. package/lib/card/card-container.d.ts +18 -0
  304. package/lib/card/card-container.js +4 -6
  305. package/lib/card/divider.d.ts +6 -0
  306. package/lib/card/divider.js +4 -2
  307. package/lib/card/index.d.ts +109 -0
  308. package/lib/card/index.js +10 -20
  309. package/lib/card/index.scss +15 -0
  310. package/lib/card/selectable.d.ts +13 -0
  311. package/lib/card/selectable.js +4 -2
  312. package/lib/card/tab.d.ts +6 -0
  313. package/lib/card/tab.js +4 -2
  314. package/lib/card/utils.d.ts +9 -0
  315. package/lib/card/xconsole.scss +3 -0
  316. package/lib/field/index.d.ts +3 -0
  317. package/lib/form/Components/Editable/index.d.ts +20 -0
  318. package/lib/form/Components/Editable/index.js +2 -2
  319. package/lib/form/Components/FormGroup/index.d.ts +14 -0
  320. package/lib/form/Components/FormGroup/index.js +3 -4
  321. package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
  322. package/lib/form/Components/LightFilter/index.d.ts +17 -0
  323. package/lib/form/Components/LightFilter/index.js +2 -11
  324. package/lib/form/Components/ProField/index.d.ts +2 -0
  325. package/lib/form/Components/ProField/index.js +4 -2
  326. package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
  327. package/lib/form/Components/Text/index.d.ts +8 -0
  328. package/lib/form/Components/Text/index.js +4 -2
  329. package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
  330. package/lib/form/Filter/AdvancedFilter.js +14 -16
  331. package/lib/form/Filter/Layout.d.ts +5 -0
  332. package/lib/form/Filter/LightFilter.d.ts +7 -0
  333. package/lib/form/Filter/LightFilter.js +9 -13
  334. package/lib/form/Filter/SimpleFilter.d.ts +7 -0
  335. package/lib/form/Filter/SimpleFilter.js +5 -8
  336. package/lib/form/Filter/index.d.ts +9 -0
  337. package/lib/form/Filter/index.js +19 -25
  338. package/lib/form/Filter/index.scss +1 -0
  339. package/lib/form/Filter/index2.d.ts +13 -0
  340. package/lib/form/Filter/index2.js +17 -22
  341. package/lib/form/Filter/index2.scss +1 -0
  342. package/lib/form/Filter/useBindUrl.d.ts +2 -0
  343. package/lib/form/Filter/useBindUrl.js +0 -3
  344. package/lib/form/Filter/useSpecialProps.d.ts +6 -0
  345. package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
  346. package/lib/form/ProForm/customComponent.d.ts +3 -0
  347. package/lib/form/ProForm/index.d.ts +5 -0
  348. package/lib/form/ProForm/index.js +9 -7
  349. package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
  350. package/lib/form/ProForm/useAutoLayout.js +0 -4
  351. package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
  352. package/lib/form/ProForm/useAutoSubmit.js +2 -3
  353. package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
  354. package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
  355. package/lib/form/ProForm/useFormDisplayValues.js +0 -1
  356. package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
  357. package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
  358. package/lib/form/SchemaForm/adapterComponent.js +0 -1
  359. package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
  360. package/lib/form/SchemaForm/adapterType.d.ts +5 -0
  361. package/lib/form/SchemaForm/adapterType.js +0 -1
  362. package/lib/form/SchemaForm/index.d.ts +4 -0
  363. package/lib/form/SchemaForm/index.js +0 -13
  364. package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  365. package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  366. package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  367. package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  368. package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
  369. package/lib/form/SchemaForm/initializeDataSource.js +2 -9
  370. package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
  371. package/lib/form/SchemaForm/initializeFormButton.js +0 -2
  372. package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  373. package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  374. package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
  375. package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
  376. package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
  377. package/lib/form/SchemaForm/initializeReactions.js +0 -1
  378. package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
  379. package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
  380. package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  381. package/lib/form/SchemaForm/reactions.d.ts +6 -0
  382. package/lib/form/SchemaForm/reactions.js +0 -5
  383. package/lib/form/docs/ActionResponse.d.ts +8 -0
  384. package/lib/form/fieldTypeMap.d.ts +7 -0
  385. package/lib/form/index.d.ts +125 -0
  386. package/lib/form/locales/validate.d.ts +159 -0
  387. package/lib/form/schemaNameMap.d.ts +5 -0
  388. package/lib/form/typing.d.ts +194 -0
  389. package/lib/form/typing.js +5 -1
  390. package/lib/form/utils/parseSchema.d.ts +3 -0
  391. package/lib/form/utils/parseSchema.js +45 -0
  392. package/lib/form/utils.d.ts +55 -0
  393. package/lib/form/utils.js +0 -11
  394. package/lib/form/warning.d.ts +3 -0
  395. package/lib/form/warning.js +0 -2
  396. package/lib/global.scss +3 -1
  397. package/lib/hooks/index.d.ts +2 -0
  398. package/lib/image/index.d.ts +22 -0
  399. package/lib/image/index.js +83 -0
  400. package/lib/image/index.scss +3 -0
  401. package/lib/index-without-icon.d.ts +32 -0
  402. package/lib/index.d.ts +34 -0
  403. package/lib/index.js +31 -2
  404. package/lib/info/components/InfoGroup/index.d.ts +5 -0
  405. package/lib/info/components/InfoGroup/index.js +4 -2
  406. package/lib/info/components/InfoValueItem/index.d.ts +5 -0
  407. package/lib/info/components/InfoValueItem/index.js +20 -32
  408. package/lib/info/components/ProInfoItem/index.d.ts +5 -0
  409. package/lib/info/components/ProInfoItem/index.js +0 -1
  410. package/lib/info/components/baseInfo/index.d.ts +8 -0
  411. package/lib/info/components/baseInfo/index.js +4 -5
  412. package/lib/info/components/headerInfo/index.d.ts +8 -0
  413. package/lib/info/components/tableInfo/index.d.ts +7 -0
  414. package/lib/info/components/tableInfo/index.js +4 -6
  415. package/lib/info/index.d.ts +6 -0
  416. package/lib/info/index.js +16 -20
  417. package/lib/info/typing.d.ts +220 -0
  418. package/lib/info/typing.js +5 -1
  419. package/lib/info/utils/index.d.ts +20 -0
  420. package/lib/info/utils/index.js +0 -3
  421. package/lib/info/utils/layout.d.ts +2 -0
  422. package/lib/info/utils/utils.d.ts +1 -0
  423. package/lib/layout/index.d.ts +2 -0
  424. package/lib/next-xconsole.scss +34 -0
  425. package/lib/nocode/configurators/Card.d.ts +3 -0
  426. package/lib/nocode/configurators/PageHeader.d.ts +3 -0
  427. package/lib/nocode/configurators/ProTable.d.ts +3 -0
  428. package/lib/nocode/configurators/ProTable.js +1 -22
  429. package/lib/nocode/configurators/common.d.ts +280 -0
  430. package/lib/nocode/configurators/index.d.ts +15 -0
  431. package/lib/nocode/configurators/index.js +1 -0
  432. package/lib/nocode/configurators/map.d.ts +2 -0
  433. package/lib/nocode/index.d.ts +8 -0
  434. package/lib/nocode/pages/editor.d.ts +12 -0
  435. package/lib/nocode/pages/index.d.ts +14 -0
  436. package/lib/nocode/pages/index.js +2 -27
  437. package/lib/nocode/pages/playground.d.ts +11 -0
  438. package/lib/nocode/pages/playground.js +5 -3
  439. package/lib/nocode/pages/renderer.d.ts +10 -0
  440. package/lib/nocode/pages/renderer.js +6 -4
  441. package/lib/nocode/playground.d.ts +14 -0
  442. package/lib/nocode/playground.js +4 -2
  443. package/lib/page-container/index.d.ts +3 -0
  444. package/lib/page-header/index.d.ts +74 -0
  445. package/lib/page-header/index.js +11 -22
  446. package/lib/page-header/index.scss +2 -1
  447. package/lib/page-header/xconsole.scss +5 -0
  448. package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
  449. package/lib/sidebar/components/sidebar-container/index.js +7 -10
  450. package/lib/sidebar/components/tree/index.d.ts +6 -0
  451. package/lib/sidebar/components/tree/index.js +24 -28
  452. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  453. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  454. package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  455. package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  456. package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  457. package/lib/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  458. package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  459. package/lib/sidebar/components/tree-node/index.d.ts +7 -0
  460. package/lib/sidebar/components/tree-node/index.js +16 -29
  461. package/lib/sidebar/index.d.ts +9 -0
  462. package/lib/sidebar/index.js +20 -18
  463. package/lib/sidebar/typing.d.ts +145 -0
  464. package/lib/sidebar/typing.js +5 -1
  465. package/lib/sidebar/utils/action-ref.d.ts +3 -0
  466. package/lib/sidebar/utils/index.d.ts +364 -0
  467. package/lib/sidebar/utils/index.js +18 -19
  468. package/lib/skeleton/index.d.ts +3 -0
  469. package/lib/table/components/CardView/index.d.ts +5 -0
  470. package/lib/table/components/CardView/index.js +397 -0
  471. package/lib/table/components/CardView/index.scss +46 -0
  472. package/lib/table/components/EmptyContent/index.d.ts +2 -0
  473. package/lib/table/components/Filter/index.d.ts +12 -0
  474. package/lib/table/components/Filter/index.js +109 -78
  475. package/lib/table/components/Layout/index.d.ts +5 -0
  476. package/lib/table/components/Layout/index.js +17 -17
  477. package/lib/table/components/Layout/index.scss +1 -0
  478. package/lib/table/components/LoadMore/index.d.ts +20 -0
  479. package/lib/table/components/LoadMore/index.js +99 -0
  480. package/lib/table/components/LoadMore/index.scss +19 -0
  481. package/lib/table/components/Pagination/index.d.ts +8 -0
  482. package/lib/table/components/Pagination/index.js +47 -30
  483. package/lib/table/components/QuickAction/index.d.ts +11 -0
  484. package/lib/table/components/QuickAction/index.js +2 -3
  485. package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
  486. package/lib/table/components/ToolBar/CardSwitch.js +60 -0
  487. package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
  488. package/lib/table/components/ToolBar/DensityIcon.js +2 -7
  489. package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  490. package/lib/table/components/ToolBar/FilterColumnIcon.js +40 -34
  491. package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  492. package/lib/table/components/ToolBar/FullScreenIcon.js +0 -1
  493. package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
  494. package/lib/table/components/ToolBar/Fullscreen.js +10 -3
  495. package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  496. package/lib/table/components/ToolBar/RefreshIcon.js +164 -29
  497. package/lib/table/components/ToolBar/index.d.ts +5 -0
  498. package/lib/table/components/ToolBar/index.js +64 -32
  499. package/lib/table/components/ToolBar/index.scss +27 -1
  500. package/lib/table/index.d.ts +6 -0
  501. package/lib/table/index.js +299 -128
  502. package/lib/table/index.scss +8 -0
  503. package/lib/table/typing.d.ts +426 -0
  504. package/lib/table/typing.js +5 -1
  505. package/lib/table/utils/columnRender.d.ts +13 -0
  506. package/lib/table/utils/columnRender.js +32 -36
  507. package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
  508. package/lib/table/utils/genProColumnToColumn.js +10 -3
  509. package/lib/table/utils/getTableProps.d.ts +2 -0
  510. package/lib/table/utils/getTableSortIcons.d.ts +3 -0
  511. package/lib/table/utils/index.d.ts +19 -0
  512. package/lib/table/utils/index.js +0 -6
  513. package/lib/table/utils/pureColumnRender.d.ts +9 -0
  514. package/lib/table/utils/pureColumnRender.js +1 -9
  515. package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  516. package/lib/table/utils/useTableSelection.d.ts +3 -0
  517. package/lib/table/utils/util.d.ts +5 -0
  518. package/lib/table/utils/util.js +25 -0
  519. package/lib/templates/Detail/index.d.ts +2 -0
  520. package/lib/templates/Form/index.d.ts +2 -0
  521. package/lib/templates/List/index.d.ts +9 -0
  522. package/lib/templates/List/index.js +6 -4
  523. package/lib/templates/index.d.ts +3 -0
  524. package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
  525. package/lib/timeline/ProTimeLineItem/index.js +5 -9
  526. package/lib/timeline/index.d.ts +10 -0
  527. package/lib/timeline/index.js +5 -5
  528. package/lib/timeline/typing.d.ts +107 -0
  529. package/lib/timeline/typing.js +5 -1
  530. package/lib/utils/aspect.d.ts +2 -0
  531. package/lib/utils/aspect.js +64 -0
  532. package/lib/utils/index.d.ts +3 -0
  533. package/lib/utils/message.d.ts +3 -0
  534. package/lib/utils/message.js +5 -3
  535. package/lib/xconsole.scss +526 -0
  536. package/package.json +9 -8
@@ -12,22 +12,31 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
12
12
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
13
13
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
14
14
  // 表格项列筛选
15
- import React, { useEffect, useMemo, useState } from 'react';
15
+ import React, { useEffect, useMemo, useState, memo } from 'react';
16
16
  import TeamixIcon from '@teamix/icon';
17
17
  import { Button, Dropdown, Menu } from '@alicloudfe/components';
18
18
  import { usePrefixCls, getMessage } from '@teamix/utils';
19
19
  import './index.scss';
20
+ import { useUrlState } from '@teamix/hooks';
21
+ import ProField from '../../../field';
20
22
  var CheckboxItem = Menu.CheckboxItem;
21
23
  var cls = usePrefixCls('teamix-pro-table-toolbar-filter');
22
24
  var RadioItem = Menu.RadioItem;
23
25
  var Filter = function Filter(props) {
26
+ var _urlState$split, _urlState, _urlState$split2;
24
27
  var column = props.column,
25
- actionRef = props.actionRef;
28
+ actionRef = props.actionRef,
29
+ switchCardView = props.switchCardView,
30
+ bindUrlProps = props.bindUrlProps,
31
+ bindUrl = props.bindUrl;
26
32
  var _column$filtersWidth = column.filtersWidth,
27
33
  filtersWidth = _column$filtersWidth === void 0 ? 130 : _column$filtersWidth;
28
-
34
+ var _ref = bindUrl ? useUrlState() : [],
35
+ _ref2 = _slicedToArray(_ref, 2),
36
+ urlState = _ref2[0],
37
+ setUrlState = _ref2[1];
29
38
  // 选中过滤项
30
- var _useState = useState([]),
39
+ var _useState = useState((_urlState$split = urlState === null || urlState === void 0 ? void 0 : (_urlState = urlState["filter".concat(column === null || column === void 0 ? void 0 : column.dataIndex)]) === null || _urlState === void 0 ? void 0 : (_urlState$split2 = _urlState.split) === null || _urlState$split2 === void 0 ? void 0 : _urlState$split2.call(_urlState, ',')) !== null && _urlState$split !== void 0 ? _urlState$split : []),
31
40
  _useState2 = _slicedToArray(_useState, 2),
32
41
  selected = _useState2[0],
33
42
  setSelected = _useState2[1];
@@ -39,9 +48,11 @@ var Filter = function Filter(props) {
39
48
  var _actionRef$current$ge, _actionRef$current, _actionRef$current$ge2, _actionRef$current$ge3, _actionRef$current$ge4, _actionRef$current$ge5;
40
49
  // 从全局状态中读取上次存储的条件
41
50
  var rules = (_actionRef$current$ge = (_actionRef$current = actionRef.current) === null || _actionRef$current === void 0 ? void 0 : (_actionRef$current$ge2 = _actionRef$current.getState) === null || _actionRef$current$ge2 === void 0 ? void 0 : (_actionRef$current$ge3 = _actionRef$current$ge2.call(_actionRef$current)) === null || _actionRef$current$ge3 === void 0 ? void 0 : (_actionRef$current$ge4 = _actionRef$current$ge3.filterRules) === null || _actionRef$current$ge4 === void 0 ? void 0 : (_actionRef$current$ge5 = _actionRef$current$ge4[column.dataIndex]) === null || _actionRef$current$ge5 === void 0 ? void 0 : _actionRef$current$ge5.rules) !== null && _actionRef$current$ge !== void 0 ? _actionRef$current$ge : [];
42
- setSelected(rules);
51
+ // 全局状态中需要有值才赋值。优先级:全局状态 > urlState
52
+ if (rules && rules.length > 0) {
53
+ setSelected(rules);
54
+ }
43
55
  }, []);
44
-
45
56
  // 获取过滤项
46
57
  var filters = useMemo(function () {
47
58
  if (Array.isArray(column.filters)) {
@@ -50,11 +61,11 @@ var Filter = function Filter(props) {
50
61
  var filters = column.dataSource;
51
62
  // 转换 valueEnum 为 options
52
63
  if (!Array.isArray(column.dataSource)) {
53
- filters = Object.entries(column.dataSource).map(function (_ref) {
64
+ filters = Object.entries(column.dataSource).map(function (_ref3) {
54
65
  var _nv$label, _nv$color;
55
- var _ref2 = _slicedToArray(_ref, 2),
56
- k = _ref2[0],
57
- v = _ref2[1];
66
+ var _ref4 = _slicedToArray(_ref3, 2),
67
+ k = _ref4[0],
68
+ v = _ref4[1];
58
69
  var nv = v;
59
70
  return _objectSpread(_objectSpread({
60
71
  value: k
@@ -65,16 +76,80 @@ var Filter = function Filter(props) {
65
76
  });
66
77
  }
67
78
  // console.log(filters);
68
-
69
79
  return filters;
70
80
  }, []);
71
-
81
+ // 点击确定回调
82
+ var onFilterOk = function onFilterOk() {
83
+ var _actionRef$current2, _actionRef$current2$f, _actionRef$current$ge6, _actionRef$current3, _actionRef$current3$g, _actionRef$current3$g2, _actionRef$current4, _actionRef$current4$s, _actionRef$current5, _actionRef$current7, _actionRef$current7$r, _actionRef$current8, _actionRef$current8$r, _actionRef$current9, _actionRef$current9$c;
84
+ (_actionRef$current2 = actionRef.current) === null || _actionRef$current2 === void 0 ? void 0 : (_actionRef$current2$f = _actionRef$current2.filterDataSource) === null || _actionRef$current2$f === void 0 ? void 0 : _actionRef$current2$f.call(_actionRef$current2, column.dataIndex);
85
+ // 先获取此列的param
86
+ var param = '';
87
+ if (column.beforeFilter) {
88
+ var _column$beforeFilter;
89
+ param = (_column$beforeFilter = column.beforeFilter) === null || _column$beforeFilter === void 0 ? void 0 : _column$beforeFilter.call(column, selected);
90
+ } else {
91
+ param = selected.join(',');
92
+ }
93
+ // 需要带上其他所有的信息
94
+ var rules = (_actionRef$current$ge6 = (_actionRef$current3 = actionRef.current) === null || _actionRef$current3 === void 0 ? void 0 : (_actionRef$current3$g = _actionRef$current3.getState) === null || _actionRef$current3$g === void 0 ? void 0 : (_actionRef$current3$g2 = _actionRef$current3$g.call(_actionRef$current3)) === null || _actionRef$current3$g2 === void 0 ? void 0 : _actionRef$current3$g2.filterRules) !== null && _actionRef$current$ge6 !== void 0 ? _actionRef$current$ge6 : {};
95
+ // 再设置所有的列筛选状态
96
+ (_actionRef$current4 = actionRef.current) === null || _actionRef$current4 === void 0 ? void 0 : (_actionRef$current4$s = _actionRef$current4.setFilterRules) === null || _actionRef$current4$s === void 0 ? void 0 : _actionRef$current4$s.call(_actionRef$current4, _objectSpread(_objectSpread({}, rules), {}, _defineProperty({}, column.dataIndex, {
97
+ rules: selected,
98
+ params: param
99
+ })));
100
+ var targetPageKey = 'currentPage';
101
+ var pageInfo = (_actionRef$current5 = actionRef.current) === null || _actionRef$current5 === void 0 ? void 0 : _actionRef$current5.pageInfo;
102
+ if (pageInfo && (pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey)) {
103
+ targetPageKey = pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey;
104
+ }
105
+ if (switchCardView === 'card') {
106
+ var _actionRef$current6, _actionRef$current6$s;
107
+ (_actionRef$current6 = actionRef.current) === null || _actionRef$current6 === void 0 ? void 0 : (_actionRef$current6$s = _actionRef$current6.setData) === null || _actionRef$current6$s === void 0 ? void 0 : _actionRef$current6$s.call(_actionRef$current6, []);
108
+ }
109
+ // 发送请求
110
+ (_actionRef$current7 = actionRef.current) === null || _actionRef$current7 === void 0 ? void 0 : (_actionRef$current7$r = _actionRef$current7.request) === null || _actionRef$current7$r === void 0 ? void 0 : _actionRef$current7$r.call(_actionRef$current7, _defineProperty({}, targetPageKey, 1));
111
+ (_actionRef$current8 = actionRef.current) === null || _actionRef$current8 === void 0 ? void 0 : (_actionRef$current8$r = _actionRef$current8.resetPage) === null || _actionRef$current8$r === void 0 ? void 0 : _actionRef$current8$r.call(_actionRef$current8);
112
+ // 清空表格选择
113
+ (_actionRef$current9 = actionRef.current) === null || _actionRef$current9 === void 0 ? void 0 : (_actionRef$current9$c = _actionRef$current9.clearRowSelection) === null || _actionRef$current9$c === void 0 ? void 0 : _actionRef$current9$c.call(_actionRef$current9);
114
+ setVisible(false);
115
+ // 设置 url
116
+ if (bindUrl && (bindUrlProps === null || bindUrlProps === void 0 ? void 0 : bindUrlProps.headerFilters) !== false && (urlState === null || urlState === void 0 ? void 0 : urlState["filter".concat(column === null || column === void 0 ? void 0 : column.dataIndex)]) !== selected.join(',')) {
117
+ setUrlState === null || setUrlState === void 0 ? void 0 : setUrlState(_defineProperty({}, "filter".concat(column === null || column === void 0 ? void 0 : column.dataIndex), selected.join(',')));
118
+ }
119
+ };
120
+ // 重置回调
121
+ var onFilterReset = function onFilterReset() {
122
+ var _actionRef$current$ge7, _actionRef$current10, _actionRef$current10$, _actionRef$current10$2, _actionRef$current11, _actionRef$current11$, _actionRef$current12, _actionRef$current12$;
123
+ setSelected([]);
124
+ var rules = (_actionRef$current$ge7 = (_actionRef$current10 = actionRef.current) === null || _actionRef$current10 === void 0 ? void 0 : (_actionRef$current10$ = _actionRef$current10.getState) === null || _actionRef$current10$ === void 0 ? void 0 : (_actionRef$current10$2 = _actionRef$current10$.call(_actionRef$current10)) === null || _actionRef$current10$2 === void 0 ? void 0 : _actionRef$current10$2.filterRules) !== null && _actionRef$current$ge7 !== void 0 ? _actionRef$current$ge7 : {};
125
+ (_actionRef$current11 = actionRef.current) === null || _actionRef$current11 === void 0 ? void 0 : (_actionRef$current11$ = _actionRef$current11.setFilterRules) === null || _actionRef$current11$ === void 0 ? void 0 : _actionRef$current11$.call(_actionRef$current11, _objectSpread(_objectSpread({}, rules), {}, _defineProperty({}, column.dataIndex, {
126
+ rules: [],
127
+ params: ''
128
+ })));
129
+ (_actionRef$current12 = actionRef.current) === null || _actionRef$current12 === void 0 ? void 0 : (_actionRef$current12$ = _actionRef$current12.filterDataSource) === null || _actionRef$current12$ === void 0 ? void 0 : _actionRef$current12$.call(_actionRef$current12, column.dataIndex);
130
+ if (selected.length > 0) {
131
+ var _actionRef$current13, _actionRef$current14, _actionRef$current14$, _actionRef$current15, _actionRef$current15$, _actionRef$current16, _actionRef$current16$;
132
+ var targetPageKey = 'currentPage';
133
+ var pageInfo = (_actionRef$current13 = actionRef.current) === null || _actionRef$current13 === void 0 ? void 0 : _actionRef$current13.pageInfo;
134
+ if (pageInfo && (pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey)) {
135
+ targetPageKey = pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey;
136
+ }
137
+ // 发送请求
138
+ (_actionRef$current14 = actionRef.current) === null || _actionRef$current14 === void 0 ? void 0 : (_actionRef$current14$ = _actionRef$current14.request) === null || _actionRef$current14$ === void 0 ? void 0 : _actionRef$current14$.call(_actionRef$current14, _defineProperty({}, targetPageKey, 1));
139
+ (_actionRef$current15 = actionRef.current) === null || _actionRef$current15 === void 0 ? void 0 : (_actionRef$current15$ = _actionRef$current15.resetPage) === null || _actionRef$current15$ === void 0 ? void 0 : _actionRef$current15$.call(_actionRef$current15);
140
+ // 清空表格选择
141
+ (_actionRef$current16 = actionRef.current) === null || _actionRef$current16 === void 0 ? void 0 : (_actionRef$current16$ = _actionRef$current16.clearRowSelection) === null || _actionRef$current16$ === void 0 ? void 0 : _actionRef$current16$.call(_actionRef$current16);
142
+ if (bindUrl && (bindUrlProps === null || bindUrlProps === void 0 ? void 0 : bindUrlProps.headerFilters) !== false) {
143
+ setUrlState === null || setUrlState === void 0 ? void 0 : setUrlState(_defineProperty({}, "filter".concat(column === null || column === void 0 ? void 0 : column.dataIndex), undefined));
144
+ }
145
+ }
146
+ };
72
147
  // 渲染单选
73
148
  var renderSingle = function renderSingle() {
74
- return filters === null || filters === void 0 ? void 0 : filters.map(function (_ref3) {
149
+ return filters === null || filters === void 0 ? void 0 : filters.map(function (_ref5) {
75
150
  var _value$toString;
76
- var label = _ref3.label,
77
- value = _ref3.value;
151
+ var label = _ref5.label,
152
+ value = _ref5.value;
78
153
  var valueStr = (_value$toString = value === null || value === void 0 ? void 0 : value.toString()) !== null && _value$toString !== void 0 ? _value$toString : '';
79
154
  return /*#__PURE__*/React.createElement(RadioItem, {
80
155
  id: valueStr,
@@ -83,16 +158,21 @@ var Filter = function Filter(props) {
83
158
  onChange: function onChange(check) {
84
159
  setSelected([valueStr]);
85
160
  }
86
- }, label);
161
+ }, /*#__PURE__*/React.createElement(ProField, {
162
+ type: 'text',
163
+ value: label,
164
+ render: {
165
+ ellipsis: true
166
+ }
167
+ }));
87
168
  });
88
169
  };
89
-
90
170
  // 渲染多选
91
171
  var renderMultiple = function renderMultiple() {
92
- return filters === null || filters === void 0 ? void 0 : filters.map(function (_ref4) {
172
+ return filters === null || filters === void 0 ? void 0 : filters.map(function (_ref6) {
93
173
  var _value$toString2;
94
- var label = _ref4.label,
95
- value = _ref4.value;
174
+ var label = _ref6.label,
175
+ value = _ref6.value;
96
176
  var valueStr = (_value$toString2 = value === null || value === void 0 ? void 0 : value.toString()) !== null && _value$toString2 !== void 0 ? _value$toString2 : '';
97
177
  return /*#__PURE__*/React.createElement(CheckboxItem, {
98
178
  key: valueStr,
@@ -106,10 +186,15 @@ var Filter = function Filter(props) {
106
186
  }));
107
187
  }
108
188
  }
109
- }, label);
189
+ }, /*#__PURE__*/React.createElement(ProField, {
190
+ type: 'text',
191
+ value: label,
192
+ render: {
193
+ ellipsis: true
194
+ }
195
+ }));
110
196
  });
111
197
  };
112
-
113
198
  // 渲染选择区域
114
199
  var renderSelect = function renderSelect() {
115
200
  if (column.filterMode === 'multiple') {
@@ -150,68 +235,14 @@ var Filter = function Filter(props) {
150
235
  className: cls({
151
236
  btn: true
152
237
  }),
153
- onClick: function onClick() {
154
- var _actionRef$current2, _actionRef$current2$f, _actionRef$current$ge6, _actionRef$current3, _actionRef$current3$g, _actionRef$current3$g2, _actionRef$current4, _actionRef$current4$s, _actionRef$current5, _actionRef$current6, _actionRef$current6$r, _actionRef$current7, _actionRef$current7$r, _actionRef$current8, _actionRef$current8$c;
155
- (_actionRef$current2 = actionRef.current) === null || _actionRef$current2 === void 0 ? void 0 : (_actionRef$current2$f = _actionRef$current2.filterDataSource) === null || _actionRef$current2$f === void 0 ? void 0 : _actionRef$current2$f.call(_actionRef$current2, column.dataIndex);
156
-
157
- // 先获取此列的param
158
- var param = '';
159
- if (column.beforeFilter) {
160
- var _column$beforeFilter;
161
- param = (_column$beforeFilter = column.beforeFilter) === null || _column$beforeFilter === void 0 ? void 0 : _column$beforeFilter.call(column, selected);
162
- } else {
163
- param = selected.join(',');
164
- }
165
-
166
- // 需要带上其他所有的信息
167
- var rules = (_actionRef$current$ge6 = (_actionRef$current3 = actionRef.current) === null || _actionRef$current3 === void 0 ? void 0 : (_actionRef$current3$g = _actionRef$current3.getState) === null || _actionRef$current3$g === void 0 ? void 0 : (_actionRef$current3$g2 = _actionRef$current3$g.call(_actionRef$current3)) === null || _actionRef$current3$g2 === void 0 ? void 0 : _actionRef$current3$g2.filterRules) !== null && _actionRef$current$ge6 !== void 0 ? _actionRef$current$ge6 : {};
168
- // 再设置所有的列筛选状态
169
- (_actionRef$current4 = actionRef.current) === null || _actionRef$current4 === void 0 ? void 0 : (_actionRef$current4$s = _actionRef$current4.setFilterRules) === null || _actionRef$current4$s === void 0 ? void 0 : _actionRef$current4$s.call(_actionRef$current4, _objectSpread(_objectSpread({}, rules), {}, _defineProperty({}, column.dataIndex, {
170
- rules: selected,
171
- params: param
172
- })));
173
- var targetPageKey = 'currentPage';
174
- var pageInfo = (_actionRef$current5 = actionRef.current) === null || _actionRef$current5 === void 0 ? void 0 : _actionRef$current5.pageInfo;
175
- if (pageInfo && (pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey)) {
176
- targetPageKey = pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey;
177
- }
178
- // 发送请求
179
- (_actionRef$current6 = actionRef.current) === null || _actionRef$current6 === void 0 ? void 0 : (_actionRef$current6$r = _actionRef$current6.request) === null || _actionRef$current6$r === void 0 ? void 0 : _actionRef$current6$r.call(_actionRef$current6, _defineProperty({}, targetPageKey, 1));
180
- (_actionRef$current7 = actionRef.current) === null || _actionRef$current7 === void 0 ? void 0 : (_actionRef$current7$r = _actionRef$current7.resetPage) === null || _actionRef$current7$r === void 0 ? void 0 : _actionRef$current7$r.call(_actionRef$current7);
181
- // 清空表格选择
182
- (_actionRef$current8 = actionRef.current) === null || _actionRef$current8 === void 0 ? void 0 : (_actionRef$current8$c = _actionRef$current8.clearRowSelection) === null || _actionRef$current8$c === void 0 ? void 0 : _actionRef$current8$c.call(_actionRef$current8);
183
- setVisible(false);
184
- }
238
+ onClick: onFilterOk
185
239
  }, getMessage('ok')), /*#__PURE__*/React.createElement(Button, {
186
240
  type: "normal",
187
241
  size: "small",
188
242
  className: cls({
189
243
  btn: true
190
244
  }),
191
- onClick: function onClick() {
192
- var _actionRef$current$ge7, _actionRef$current9, _actionRef$current9$g, _actionRef$current9$g2, _actionRef$current10, _actionRef$current10$, _actionRef$current11, _actionRef$current11$;
193
- setSelected([]);
194
- var rules = (_actionRef$current$ge7 = (_actionRef$current9 = actionRef.current) === null || _actionRef$current9 === void 0 ? void 0 : (_actionRef$current9$g = _actionRef$current9.getState) === null || _actionRef$current9$g === void 0 ? void 0 : (_actionRef$current9$g2 = _actionRef$current9$g.call(_actionRef$current9)) === null || _actionRef$current9$g2 === void 0 ? void 0 : _actionRef$current9$g2.filterRules) !== null && _actionRef$current$ge7 !== void 0 ? _actionRef$current$ge7 : {};
195
- (_actionRef$current10 = actionRef.current) === null || _actionRef$current10 === void 0 ? void 0 : (_actionRef$current10$ = _actionRef$current10.setFilterRules) === null || _actionRef$current10$ === void 0 ? void 0 : _actionRef$current10$.call(_actionRef$current10, _objectSpread(_objectSpread({}, rules), {}, _defineProperty({}, column.dataIndex, {
196
- rules: [],
197
- params: ''
198
- })));
199
- (_actionRef$current11 = actionRef.current) === null || _actionRef$current11 === void 0 ? void 0 : (_actionRef$current11$ = _actionRef$current11.filterDataSource) === null || _actionRef$current11$ === void 0 ? void 0 : _actionRef$current11$.call(_actionRef$current11, column.dataIndex);
200
- if (selected.length > 0) {
201
- var _actionRef$current12, _actionRef$current13, _actionRef$current13$, _actionRef$current14, _actionRef$current14$, _actionRef$current15, _actionRef$current15$;
202
- var targetPageKey = 'currentPage';
203
- var pageInfo = (_actionRef$current12 = actionRef.current) === null || _actionRef$current12 === void 0 ? void 0 : _actionRef$current12.pageInfo;
204
- if (pageInfo && (pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey)) {
205
- targetPageKey = pageInfo === null || pageInfo === void 0 ? void 0 : pageInfo.targetPageKey;
206
- }
207
- // 发送请求
208
- (_actionRef$current13 = actionRef.current) === null || _actionRef$current13 === void 0 ? void 0 : (_actionRef$current13$ = _actionRef$current13.request) === null || _actionRef$current13$ === void 0 ? void 0 : _actionRef$current13$.call(_actionRef$current13, _defineProperty({}, targetPageKey, 1));
209
- (_actionRef$current14 = actionRef.current) === null || _actionRef$current14 === void 0 ? void 0 : (_actionRef$current14$ = _actionRef$current14.resetPage) === null || _actionRef$current14$ === void 0 ? void 0 : _actionRef$current14$.call(_actionRef$current14);
210
- // 清空表格选择
211
- (_actionRef$current15 = actionRef.current) === null || _actionRef$current15 === void 0 ? void 0 : (_actionRef$current15$ = _actionRef$current15.clearRowSelection) === null || _actionRef$current15$ === void 0 ? void 0 : _actionRef$current15$.call(_actionRef$current15);
212
- }
213
- // setVisible(!visible);
214
- }
245
+ onClick: onFilterReset
215
246
  }, getMessage('reset'))))));
216
247
  };
217
- export default Filter;
248
+ export default /*#__PURE__*/memo(Filter);
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { ProTableLayoutProps } from '../../typing';
3
+ import './index.scss';
4
+ declare const _default: React.MemoExoticComponent<(props: ProTableLayoutProps) => JSX.Element>;
5
+ export default _default;
@@ -1,5 +1,4 @@
1
- var _excluded = ["header", "mainAction", "extra", "actionRef", "dataFilter", "dataFilterFormRef", "afterDataFilter", "rowSelection", "toolBar"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ var _excluded = ["header", "mainAction", "extra", "actionRef", "dataFilter", "dataFilterFormRef", "afterDataFilter", "rowSelection", "toolBar", "dataTeamixSpm", "bindUrl", "bindUrlProps"];
3
2
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
3
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
5
4
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -25,12 +24,14 @@ var Layout = function Layout(props) {
25
24
  afterDataFilter = props.afterDataFilter,
26
25
  rowSelection = props.rowSelection,
27
26
  toolBar = props.toolBar,
27
+ dataTeamixSpm = props.dataTeamixSpm,
28
+ bindUrl = props.bindUrl,
29
+ bindUrlProps = props.bindUrlProps,
28
30
  otherProps = _objectWithoutProperties(props, _excluded);
29
-
30
31
  // 渲染主操作区
31
32
  var renderMainAction = function renderMainAction() {
32
- var _actions;
33
- if (_typeof(mainAction) === 'object' && (mainAction === null || mainAction === void 0 ? void 0 : (_actions = mainAction.actions) === null || _actions === void 0 ? void 0 : _actions.length) > 0) {
33
+ var _mainAction$actions;
34
+ if (_typeof(mainAction) === 'object' && (mainAction === null || mainAction === void 0 ? void 0 : (_mainAction$actions = mainAction.actions) === null || _mainAction$actions === void 0 ? void 0 : _mainAction$actions.length) > 0) {
34
35
  // 判断 actions 是否 visible 都为 false,是的话也不渲染
35
36
  var isEmptyActions = mainAction === null || mainAction === void 0 ? void 0 : mainAction.actions.every(function (action) {
36
37
  return (action === null || action === void 0 ? void 0 : action.visible) === false;
@@ -45,12 +46,12 @@ var Layout = function Layout(props) {
45
46
  };
46
47
  return /*#__PURE__*/React.createElement("div", {
47
48
  className: cls('main-action')
48
- }, /*#__PURE__*/React.createElement(ProActionGroup, _extends({}, mainAction, {
49
- context: _objectSpread(_objectSpread({}, defaultContext), mainAction.context)
49
+ }, /*#__PURE__*/React.createElement(ProActionGroup, _objectSpread(_objectSpread({}, mainAction), {}, {
50
+ context: _objectSpread(_objectSpread({}, defaultContext), mainAction.context),
51
+ "data-teamix-spm": dataTeamixSpm ? "".concat(dataTeamixSpm, "-mainAction") : undefined
50
52
  })));
51
53
  } else return mainAction;
52
54
  };
53
-
54
55
  // 渲染 addonAfter
55
56
  var renderAddonAfter = function renderAddonAfter() {
56
57
  return /*#__PURE__*/React.createElement("div", {
@@ -59,12 +60,11 @@ var Layout = function Layout(props) {
59
60
  actionRef: actionRef,
60
61
  quickAction: extra,
61
62
  rowSelection: rowSelection
62
- }), /*#__PURE__*/React.createElement(ToolBar, _extends({
63
+ }), /*#__PURE__*/React.createElement(ToolBar, _objectSpread({
63
64
  actionRef: actionRef,
64
65
  toolBar: toolBar
65
66
  }, otherProps)));
66
67
  };
67
-
68
68
  // 渲染新版 QueryFilter
69
69
  var renderQueryFilter = function renderQueryFilter() {
70
70
  var _dataFilter$schema;
@@ -72,7 +72,7 @@ var Layout = function Layout(props) {
72
72
  var _dataFilter$schema2;
73
73
  if ( /*#__PURE__*/isValidElement(dataFilter === null || dataFilter === void 0 ? void 0 : dataFilter.content)) {
74
74
  // 自定义渲染内容
75
- return /*#__PURE__*/React.createElement(QueryFilterLayout, _extends({
75
+ return /*#__PURE__*/React.createElement(QueryFilterLayout, _objectSpread({
76
76
  onExpand: function onExpand(expand) {
77
77
  // 全屏模式下展开收起过滤器需要重新计算tableMaxHeight
78
78
  setTimeout(function () {
@@ -90,7 +90,7 @@ var Layout = function Layout(props) {
90
90
  addonAfter: renderAddonAfter()
91
91
  }, dataFilter));
92
92
  } else if ((dataFilter === null || dataFilter === void 0 ? void 0 : (_dataFilter$schema2 = dataFilter.schema) === null || _dataFilter$schema2 === void 0 ? void 0 : _dataFilter$schema2.length) >= 0) {
93
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(QueryFilter, _extends({
93
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(QueryFilter, _objectSpread({
94
94
  formRef: dataFilterFormRef,
95
95
  onExpand: function onExpand(expand) {
96
96
  // 全屏模式下展开收起过滤器需要重新计算tableMaxHeight
@@ -105,7 +105,8 @@ var Layout = function Layout(props) {
105
105
  (dataFilter === null || dataFilter === void 0 ? void 0 : dataFilter.onExpand) && (dataFilter === null || dataFilter === void 0 ? void 0 : dataFilter.onExpand(expand));
106
106
  },
107
107
  addonBefore: renderMainAction(),
108
- addonAfter: renderAddonAfter()
108
+ addonAfter: renderAddonAfter(),
109
+ bindUrl: bindUrl && (bindUrlProps === null || bindUrlProps === void 0 ? void 0 : bindUrlProps.filters) !== false
109
110
  }, dataFilter)), afterDataFilter && /*#__PURE__*/React.createElement("div", {
110
111
  className: "mb8 ".concat(cls('after-data-filter-wrapper'))
111
112
  }, afterDataFilter));
@@ -128,7 +129,6 @@ var Layout = function Layout(props) {
128
129
  }));
129
130
  }
130
131
  };
131
-
132
132
  // 区域组合渲染
133
133
  var renderLayout = function renderLayout() {
134
134
  if (header && mainAction) {
@@ -136,7 +136,7 @@ var Layout = function Layout(props) {
136
136
  className: cls('wrapper')
137
137
  }, /*#__PURE__*/React.createElement("div", {
138
138
  className: cls('left')
139
- }, header && /*#__PURE__*/React.createElement(Header, header)), /*#__PURE__*/React.createElement("div", {
139
+ }, header && /*#__PURE__*/React.createElement(Header, _objectSpread({}, header))), /*#__PURE__*/React.createElement("div", {
140
140
  className: cls('right')
141
141
  }, extra && /*#__PURE__*/React.createElement(QuickAction, {
142
142
  actionRef: actionRef,
@@ -149,7 +149,7 @@ var Layout = function Layout(props) {
149
149
  className: cls('wrapper')
150
150
  }, /*#__PURE__*/React.createElement("div", {
151
151
  className: cls('left')
152
- }, header && /*#__PURE__*/React.createElement(Header, header)), /*#__PURE__*/React.createElement("div", {
152
+ }, header && /*#__PURE__*/React.createElement(Header, _objectSpread({}, header))), /*#__PURE__*/React.createElement("div", {
153
153
  className: cls('right')
154
154
  }, extra && /*#__PURE__*/React.createElement(QuickAction, {
155
155
  actionRef: actionRef,
@@ -43,5 +43,6 @@ $prefix: 'teamix-pro-table-layout';
43
43
  &-addon-after-wrapper {
44
44
  display: flex;
45
45
  align-items: center;
46
+ margin-bottom: 8px;
46
47
  }
47
48
  }
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ export declare type LoadMoreProps = {
4
+ /** 内容 **/
5
+ children?: React.ReactNode;
6
+ /** 加载状态 受控 **/
7
+ loadState?: 'loading' | 'loadMore' | 'noMore' | 'none';
8
+ /** 滚动条滚动到底部触发事件 **/
9
+ onScrollBottom?: () => void;
10
+ /** 加载状态改变回调 **/
11
+ onChangeLoadState?: (state: LoadMoreProps['loadState']) => void;
12
+ /** 点击加载更多回调 **/
13
+ onLoadMore?: () => void;
14
+ /** 滚动区域高度 **/
15
+ scrollHeight?: number | string;
16
+ /** 当前滚动区域位置 **/
17
+ scrollPosition?: number;
18
+ };
19
+ declare const LoadMore: React.FC<LoadMoreProps>;
20
+ export default LoadMore;
@@ -0,0 +1,88 @@
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
5
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
+ import React, { useEffect, useRef, useState } from 'react';
8
+ import { usePrefixCls } from '@teamix/utils';
9
+ import './index.scss';
10
+ import TeamixIcon from '@teamix/icon';
11
+ import debounce from 'lodash.debounce';
12
+ var cls = usePrefixCls('teamix-pro-load-more');
13
+ var LoadMore = function LoadMore(props) {
14
+ var children = props.children,
15
+ onChangeLoadState = props.onChangeLoadState,
16
+ onLoadMore = props.onLoadMore,
17
+ scrollHeight = props.scrollHeight,
18
+ onScrollBottom = props.onScrollBottom,
19
+ loadStateProp = props.loadState,
20
+ scrollPositionProp = props.scrollPosition;
21
+ var scrollDom = useRef(null);
22
+ // 加载状态
23
+ var _useState = useState('loadMore'),
24
+ _useState2 = _slicedToArray(_useState, 2),
25
+ loadState = _useState2[0],
26
+ setLoadState = _useState2[1];
27
+ useEffect(function () {
28
+ var _scrollDom$current;
29
+ scrollDom === null || scrollDom === void 0 ? void 0 : (_scrollDom$current = scrollDom.current) === null || _scrollDom$current === void 0 ? void 0 : _scrollDom$current.addEventListener('scroll', debounce(function (e) {
30
+ var _e$target, _e$target2, _e$target3;
31
+ var scrollTop = e === null || e === void 0 ? void 0 : (_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.scrollTop;
32
+ var clientHeight = e === null || e === void 0 ? void 0 : (_e$target2 = e.target) === null || _e$target2 === void 0 ? void 0 : _e$target2.clientHeight;
33
+ var scrollHeight = e === null || e === void 0 ? void 0 : (_e$target3 = e.target) === null || _e$target3 === void 0 ? void 0 : _e$target3.scrollHeight;
34
+ if (scrollTop + clientHeight + 5 >= scrollHeight) {
35
+ onScrollBottom === null || onScrollBottom === void 0 ? void 0 : onScrollBottom();
36
+ }
37
+ }, 100));
38
+ }, []);
39
+ useEffect(function () {
40
+ setLoadState(loadStateProp);
41
+ }, [loadStateProp]);
42
+ // 更改加载状态
43
+ var onLoadState = function onLoadState(state) {
44
+ setLoadState(state);
45
+ if (state === 'loading') {
46
+ onLoadMore === null || onLoadMore === void 0 ? void 0 : onLoadMore();
47
+ }
48
+ onChangeLoadState === null || onChangeLoadState === void 0 ? void 0 : onChangeLoadState(state);
49
+ };
50
+ // 渲染加载更多和正在加载区域
51
+ var renderLoadMore = function renderLoadMore() {
52
+ if (loadState === 'loadMore') {
53
+ return /*#__PURE__*/React.createElement("div", {
54
+ className: cls('bottom-text'),
55
+ onClick: function onClick() {
56
+ return onLoadState('loading');
57
+ }
58
+ }, /*#__PURE__*/React.createElement(TeamixIcon, {
59
+ type: "down-line",
60
+ size: "small",
61
+ className: cls('bottom-text-icon')
62
+ }), "\u52A0\u8F7D\u66F4\u591A");
63
+ }
64
+ if (loadState === 'loading') {
65
+ return /*#__PURE__*/React.createElement("div", {
66
+ className: cls('bottom-text')
67
+ }, /*#__PURE__*/React.createElement(TeamixIcon, {
68
+ type: "loading-line",
69
+ size: "small",
70
+ className: cls('bottom-text-icon')
71
+ }), "\u52A0\u8F7D\u4E2D");
72
+ }
73
+ if (loadState === 'noMore') {
74
+ return /*#__PURE__*/React.createElement("div", {
75
+ className: cls('bottom-text')
76
+ }, "\u6CA1\u6709\u66F4\u591A\u4E86");
77
+ }
78
+ return /*#__PURE__*/React.createElement(React.Fragment, null);
79
+ };
80
+ return /*#__PURE__*/React.createElement("div", {
81
+ className: cls(),
82
+ style: {
83
+ height: scrollHeight !== null && scrollHeight !== void 0 ? scrollHeight : 'auto'
84
+ },
85
+ ref: scrollDom
86
+ }, children, renderLoadMore());
87
+ };
88
+ export default LoadMore;
@@ -0,0 +1,19 @@
1
+ .teamix-pro-load-more {
2
+ overflow-y: auto;
3
+ overflow-x: hidden;
4
+
5
+ &-bottom-text {
6
+ text-align: center;
7
+ margin-top: 16px;
8
+ margin-bottom: 16px;
9
+ cursor: pointer;
10
+ color: var(--color-brand1-5);
11
+ display: flex;
12
+ align-items: center;
13
+ justify-content: center;
14
+ }
15
+
16
+ &-bottom-text-icon {
17
+ margin-right: 4px;
18
+ }
19
+ }
@@ -0,0 +1,8 @@
1
+ import { PaginationProps } from '@alicloudfe/components/types/pagination';
2
+ import { responsivePaginationType } from '../../typing';
3
+ import './index.scss';
4
+ declare const _default: (props: PaginationProps & {
5
+ responsivePaginationType?: responsivePaginationType;
6
+ useMaxData?: boolean;
7
+ }) => JSX.Element;
8
+ export default _default;