@para-ui/core 3.0.55 → 3.0.56

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 (407) hide show
  1. package/AutoBox/index.d.ts +34 -0
  2. package/AutoBox/index.js +277 -0
  3. package/AutoBox/protal.d.ts +17 -0
  4. package/AutoTips/autoTipsMultiline/index.d.ts +18 -0
  5. package/AutoTips/index.d.ts +35 -0
  6. package/AutoTips/index.js +271 -0
  7. package/Breadcrumbs/index.d.ts +53 -0
  8. package/Breadcrumbs/index.js +266 -0
  9. package/Breadcrumbs/lang/en_US.d.ts +4 -0
  10. package/Breadcrumbs/lang/index.d.ts +9 -0
  11. package/Breadcrumbs/lang/zh_CN.d.ts +4 -0
  12. package/Button/SplitButton.d.ts +64 -0
  13. package/Button/index.d.ts +79 -0
  14. package/Button/index.js +376 -0
  15. package/Button/lang/en_US.d.ts +4 -0
  16. package/Button/lang/index.d.ts +9 -0
  17. package/Button/lang/zh_CN.d.ts +4 -0
  18. package/ButtonGroup/index.d.ts +33 -0
  19. package/ButtonGroup/index.js +124 -0
  20. package/Carousel/index.d.ts +38 -0
  21. package/Carousel/index.js +78 -0
  22. package/Cascader/index.d.ts +54 -0
  23. package/Cascader/index.js +159 -0
  24. package/Cascader/lang/en_US.d.ts +4 -0
  25. package/Cascader/lang/index.d.ts +9 -0
  26. package/Cascader/lang/zh_CN.d.ts +4 -0
  27. package/Checkbox/index.d.ts +40 -0
  28. package/Checkbox/index.js +109 -0
  29. package/CheckboxGroup/index.d.ts +45 -0
  30. package/CheckboxGroup/index.js +142 -0
  31. package/Collapse/collapsePanel.d.ts +30 -0
  32. package/Collapse/index.d.ts +57 -0
  33. package/Collapse/index.js +152 -0
  34. package/Collapse/motion.d.ts +5 -0
  35. package/Collapse/util.d.ts +11 -0
  36. package/CollapseBox/index.d.ts +27 -0
  37. package/CollapseBox/index.js +148 -0
  38. package/CollapseBox/util.d.ts +5 -0
  39. package/CollapseLayout/index.d.ts +53 -0
  40. package/CollapseLayout/index.js +176 -0
  41. package/ColorPicker/index.d.ts +4 -0
  42. package/ColorPicker/index.js +4 -0
  43. package/ComboSelect/index.d.ts +6 -0
  44. package/ComboSelect/index.js +1049 -0
  45. package/ComboSelect/interface.d.ts +146 -0
  46. package/ComboSelect/lang/en_US.d.ts +9 -0
  47. package/ComboSelect/lang/index.d.ts +19 -0
  48. package/ComboSelect/lang/zh_CN.d.ts +9 -0
  49. package/ComboSelect/utils.d.ts +9 -0
  50. package/Container/index.d.ts +77 -0
  51. package/Container/index.js +232 -0
  52. package/DatePicker/PickerButton.d.ts +3 -0
  53. package/DatePicker/PickerTag.d.ts +3 -0
  54. package/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
  55. package/DatePicker/generatePicker/generateSinglePicker.d.ts +11 -0
  56. package/DatePicker/generatePicker/index.d.ts +95 -0
  57. package/DatePicker/index.d.ts +18 -0
  58. package/DatePicker/index.js +633 -0
  59. package/DatePicker/lang/en_US.d.ts +3 -0
  60. package/DatePicker/lang/index.d.ts +7 -0
  61. package/DatePicker/lang/zh_CN.d.ts +3 -0
  62. package/DatePicker/util.d.ts +22 -0
  63. package/Desktop/index.d.ts +57 -0
  64. package/Desktop/index.js +746 -0
  65. package/DragVerify/index.d.ts +36 -0
  66. package/DragVerify/index.js +385 -0
  67. package/DragVerify/lang/en_US.d.ts +5 -0
  68. package/DragVerify/lang/index.d.ts +11 -0
  69. package/DragVerify/lang/zh_CN.d.ts +5 -0
  70. package/Drawer/index.d.ts +11 -0
  71. package/Drawer/index.js +235 -0
  72. package/Drawer/interface.d.ts +92 -0
  73. package/Drawer/lang/en_US.d.ts +5 -0
  74. package/Drawer/lang/index.d.ts +11 -0
  75. package/Drawer/lang/zh_CN.d.ts +5 -0
  76. package/Dropdown/index.d.ts +40 -0
  77. package/Dropdown/index.js +10 -0
  78. package/DynamicMultiBox/formItem.d.ts +14 -0
  79. package/DynamicMultiBox/index.d.ts +5 -0
  80. package/DynamicMultiBox/index.js +1323 -0
  81. package/DynamicMultiBox/interface.d.ts +165 -0
  82. package/DynamicMultiBox/rowForm.d.ts +24 -0
  83. package/Empty/images/index.d.ts +3 -0
  84. package/Empty/index.d.ts +30 -0
  85. package/Empty/index.js +642 -0
  86. package/Empty/lang/en_US.d.ts +6 -0
  87. package/Empty/lang/index.d.ts +13 -0
  88. package/Empty/lang/zh_CN.d.ts +6 -0
  89. package/Form/index.d.ts +187 -0
  90. package/Form/index.js +355 -0
  91. package/FormItem/compoments/defaultCompoments/index.d.ts +19 -0
  92. package/FormItem/compoments/formCheckboxGroup/index.d.ts +8 -0
  93. package/FormItem/compoments/formFile/index.d.ts +38 -0
  94. package/FormItem/compoments/formRadioGroup/index.d.ts +8 -0
  95. package/FormItem/compoments/formSelect/index.d.ts +18 -0
  96. package/FormItem/errorTips.d.ts +12 -0
  97. package/FormItem/index.d.ts +152 -0
  98. package/FormItem/index.js +78 -0
  99. package/FormItem/itemType.d.ts +42 -0
  100. package/FormItem/validateFunction.d.ts +15 -0
  101. package/FunctionModal/dialog.d.ts +58 -0
  102. package/FunctionModal/index.d.ts +8 -0
  103. package/FunctionModal/index.js +43 -0
  104. package/FunctionModal/modalContext.d.ts +15 -0
  105. package/GlobalContext/componentsProps.d.ts +21 -0
  106. package/GlobalContext/confirmLocale.d.ts +7 -0
  107. package/GlobalContext/constant.d.ts +8 -0
  108. package/GlobalContext/index.d.ts +28 -0
  109. package/GlobalContext/index.js +41 -0
  110. package/GlobalContext/intl.d.ts +34 -0
  111. package/GlobalContext/useFormatMessage.d.ts +3 -0
  112. package/GlobalContext/usePopupContainer.d.ts +4 -0
  113. package/Help/index.d.ts +24 -0
  114. package/Help/index.js +41 -0
  115. package/HelperText/index.d.ts +27 -0
  116. package/HelperText/index.js +34 -0
  117. package/Hooks/useGlobalProps.d.ts +1 -0
  118. package/InputLang/index.d.ts +57 -0
  119. package/InputLang/index.js +355 -0
  120. package/InputNumber/index.d.ts +71 -0
  121. package/InputNumber/index.js +277 -0
  122. package/Label/index.d.ts +37 -0
  123. package/Label/index.js +85 -0
  124. package/Loading/index.d.ts +17 -0
  125. package/Loading/index.js +47 -0
  126. package/Menu/footerExpansion.d.ts +9 -0
  127. package/Menu/index.d.ts +10 -0
  128. package/Menu/index.js +1105 -0
  129. package/Menu/interface.d.ts +141 -0
  130. package/Menu/logo.d.ts +9 -0
  131. package/Menu/verticalMenuList.d.ts +14 -0
  132. package/Message/index.d.ts +99 -0
  133. package/Message/index.js +246 -0
  134. package/Modal/Confirm/index.d.ts +65 -0
  135. package/Modal/index.d.ts +99 -0
  136. package/Modal/index.js +421 -0
  137. package/Modal/lang/en_US.d.ts +5 -0
  138. package/Modal/lang/index.d.ts +11 -0
  139. package/Modal/lang/zh_CN.d.ts +5 -0
  140. package/MultiBox/index.d.ts +60 -0
  141. package/MultiBox/index.js +277 -0
  142. package/MultiBox/lang/en_US.d.ts +4 -0
  143. package/MultiBox/lang/index.d.ts +9 -0
  144. package/MultiBox/lang/zh_CN.d.ts +4 -0
  145. package/Notification/index.d.ts +74 -0
  146. package/Notification/index.js +252 -0
  147. package/OperateBtn/index.d.ts +59 -0
  148. package/OperateBtn/index.js +237 -0
  149. package/OperateBtn/lang/en_US.d.ts +4 -0
  150. package/OperateBtn/lang/index.d.ts +9 -0
  151. package/OperateBtn/lang/zh_CN.d.ts +4 -0
  152. package/PageHeader/horizontalMeun.d.ts +9 -0
  153. package/PageHeader/horizontalMeunRight.d.ts +9 -0
  154. package/PageHeader/index.d.ts +10 -0
  155. package/PageHeader/index.js +1050 -0
  156. package/PageHeader/interface.d.ts +169 -0
  157. package/Pagination/index.d.ts +46 -0
  158. package/Pagination/index.js +461 -0
  159. package/Pagination/lang/en_US.d.ts +8 -0
  160. package/Pagination/lang/index.d.ts +17 -0
  161. package/Pagination/lang/zh_CN.d.ts +8 -0
  162. package/ParauiProvider/index.d.ts +8 -0
  163. package/ParauiProvider/index.js +52 -0
  164. package/PasswordRules/index.d.ts +55 -0
  165. package/PasswordRules/index.js +144 -0
  166. package/PopConfirm/index.d.ts +61 -0
  167. package/PopConfirm/index.js +194 -0
  168. package/PopConfirm/lang/en_US.d.ts +5 -0
  169. package/PopConfirm/lang/index.d.ts +11 -0
  170. package/PopConfirm/lang/zh_CN.d.ts +5 -0
  171. package/Popover/index.d.ts +16 -0
  172. package/Popover/index.js +59 -0
  173. package/Progress/Line.d.ts +47 -0
  174. package/Progress/Steps.d.ts +17 -0
  175. package/Progress/index.d.ts +83 -0
  176. package/Progress/index.js +323 -0
  177. package/Progress/utils.d.ts +6 -0
  178. package/Querying/images/index.d.ts +3 -0
  179. package/Querying/index.d.ts +26 -0
  180. package/Querying/index.js +760 -0
  181. package/Querying/lang/en_US.d.ts +4 -0
  182. package/Querying/lang/index.d.ts +9 -0
  183. package/Querying/lang/zh_CN.d.ts +4 -0
  184. package/README.md +6 -0
  185. package/Radio/index.d.ts +38 -0
  186. package/Radio/index.js +97 -0
  187. package/RadioGroup/index.d.ts +46 -0
  188. package/RadioGroup/index.js +134 -0
  189. package/Search/index.d.ts +57 -0
  190. package/Search/index.js +208 -0
  191. package/Select/index.d.ts +93 -0
  192. package/Select/index.js +1146 -0
  193. package/Select/lang/en_US.d.ts +5 -0
  194. package/Select/lang/index.d.ts +11 -0
  195. package/Select/lang/zh_CN.d.ts +5 -0
  196. package/SelectInput/index.d.ts +12 -0
  197. package/SelectInput/index.js +55 -0
  198. package/Selector/index.d.ts +11 -0
  199. package/Selector/index.js +2175 -0
  200. package/Selector/interface.d.ts +432 -0
  201. package/Selector/lang/en_US.d.ts +11 -0
  202. package/Selector/lang/index.d.ts +23 -0
  203. package/Selector/lang/zh_CN.d.ts +11 -0
  204. package/Selector/selectorData/index.d.ts +10 -0
  205. package/Selector/selectorMain/index.d.ts +10 -0
  206. package/Selector/selectorNode/index.d.ts +10 -0
  207. package/Selector/util.d.ts +15 -0
  208. package/SelectorPicker/index.d.ts +53 -0
  209. package/SelectorPicker/index.js +444 -0
  210. package/SelectorPicker/lang/en_US.d.ts +5 -0
  211. package/SelectorPicker/lang/index.d.ts +11 -0
  212. package/SelectorPicker/lang/zh_CN.d.ts +5 -0
  213. package/SingleBox/index.d.ts +44 -0
  214. package/SingleBox/index.js +224 -0
  215. package/SingleBox/lang/en_US.d.ts +4 -0
  216. package/SingleBox/lang/index.d.ts +9 -0
  217. package/SingleBox/lang/zh_CN.d.ts +4 -0
  218. package/Slider/index.d.ts +14 -0
  219. package/Slider/index.js +119 -0
  220. package/Slider/interface.d.ts +102 -0
  221. package/Split/index.d.ts +7 -0
  222. package/Split/index.js +123 -0
  223. package/Status/index.d.ts +21 -0
  224. package/Status/index.js +37 -0
  225. package/Stepper/icons.d.ts +5 -0
  226. package/Stepper/index.d.ts +59 -0
  227. package/Stepper/index.js +97 -0
  228. package/Switch/index.d.ts +78 -0
  229. package/Switch/index.js +71 -0
  230. package/Table/index.d.ts +10 -0
  231. package/Table/index.js +3001 -0
  232. package/Table/interface.d.ts +346 -0
  233. package/Table/lang/en_US.d.ts +8 -0
  234. package/Table/lang/index.d.ts +17 -0
  235. package/Table/lang/zh_CN.d.ts +8 -0
  236. package/Table/tableBody.d.ts +9 -0
  237. package/Table/tableBodyElement/index.d.ts +15 -0
  238. package/Table/tableBodyInterface.d.ts +73 -0
  239. package/Table/tableContainer/index.d.ts +16 -0
  240. package/Table/tableElement/index.d.ts +17 -0
  241. package/Table/tableHead.d.ts +9 -0
  242. package/Table/tableHeadElement/index.d.ts +15 -0
  243. package/Table/tableHeadInterface.d.ts +37 -0
  244. package/Table/tablePagination.d.ts +9 -0
  245. package/Table/tablePaginationInterface.d.ts +27 -0
  246. package/Table/tdElement/index.d.ts +15 -0
  247. package/Table/thElement/index.d.ts +28 -0
  248. package/Table/trElement/index.d.ts +15 -0
  249. package/Table/util.d.ts +34 -0
  250. package/Tabs/index.d.ts +69 -0
  251. package/Tabs/index.js +205 -0
  252. package/Tabs/lang/en_US.d.ts +4 -0
  253. package/Tabs/lang/index.d.ts +9 -0
  254. package/Tabs/lang/zh_CN.d.ts +4 -0
  255. package/Tag/TagGroup.d.ts +66 -0
  256. package/Tag/index.d.ts +34 -0
  257. package/Tag/index.js +259 -0
  258. package/TextEditor/common.d.ts +11 -0
  259. package/TextEditor/index.d.ts +127 -0
  260. package/TextEditor/index.js +286 -0
  261. package/TextField/index.d.ts +90 -0
  262. package/TextField/index.js +611 -0
  263. package/TimePicker/index.d.ts +22 -0
  264. package/TimePicker/index.js +80 -0
  265. package/TimePicker/locale/en_US.d.ts +3 -0
  266. package/TimePicker/locale/zh_CN.d.ts +3 -0
  267. package/TimePicker/style/index.d.ts +1 -0
  268. package/Timeline/TimelineItem.d.ts +30 -0
  269. package/Timeline/index.d.ts +32 -0
  270. package/Timeline/index.js +148 -0
  271. package/Title/index.d.ts +30 -0
  272. package/Title/index.js +50 -0
  273. package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
  274. package/ToggleButton/index.d.ts +49 -0
  275. package/ToggleButton/index.js +193 -0
  276. package/Tooltip/index.d.ts +11 -0
  277. package/Tooltip/index.js +368 -0
  278. package/Tooltip/interface.d.ts +35 -0
  279. package/Tooltip/utils.d.ts +18 -0
  280. package/Transfer/box.d.ts +38 -0
  281. package/Transfer/index.d.ts +32 -0
  282. package/Transfer/index.js +611 -0
  283. package/Transfer/lang/en_US.d.ts +10 -0
  284. package/Transfer/lang/index.d.ts +21 -0
  285. package/Transfer/lang/zh_CN.d.ts +10 -0
  286. package/Transfer/useClick.d.ts +3 -0
  287. package/Tree/OperateBar/index.d.ts +13 -0
  288. package/Tree/Tree.d.ts +4 -0
  289. package/Tree/index.d.ts +5 -0
  290. package/Tree/index.js +38 -0
  291. package/Tree/interface.d.ts +210 -0
  292. package/Tree/lang/en_US.d.ts +8 -0
  293. package/Tree/lang/index.d.ts +17 -0
  294. package/Tree/lang/zh_CN.d.ts +8 -0
  295. package/Tree/utils/closestPolyfill.d.ts +0 -0
  296. package/Tree/utils/tools.d.ts +25 -0
  297. package/Tree/utils/treeUtil.d.ts +15 -0
  298. package/Upload/Dragger/index.d.ts +10 -0
  299. package/Upload/ErroTip/index.d.ts +13 -0
  300. package/Upload/ImageUpload/index.d.ts +16 -0
  301. package/Upload/ImgCrop/EasyCrop.d.ts +17 -0
  302. package/Upload/ImgCrop/constants.d.ts +7 -0
  303. package/Upload/ImgCrop/index.d.ts +6 -0
  304. package/Upload/ImgCrop/interface.d.ts +48 -0
  305. package/Upload/UploadList/index.d.ts +5 -0
  306. package/Upload/index.d.ts +15 -0
  307. package/Upload/index.js +1446 -0
  308. package/Upload/interface.d.ts +136 -0
  309. package/Upload/lang/en_US.d.ts +12 -0
  310. package/Upload/lang/index.d.ts +25 -0
  311. package/Upload/lang/zh_CN.d.ts +12 -0
  312. package/_verture/constant-66aa48a1.js +10 -0
  313. package/_verture/defineProperty-62acccfc.js +34 -0
  314. package/_verture/index-74f820ba.js +1355 -0
  315. package/_verture/index-77f9e0fb.js +236 -0
  316. package/_verture/index-a369ca3f.js +4 -0
  317. package/_verture/index-beef914f.js +340 -0
  318. package/_verture/index-d03136d4.js +711 -0
  319. package/_verture/index-e2881a53.js +16 -0
  320. package/_verture/intl-5cbb940c.js +57 -0
  321. package/_verture/modalContext-92bb0e16.js +201 -0
  322. package/_verture/slicedToArray-76060636.js +43 -0
  323. package/_verture/sortable.esm-49896035.js +3791 -0
  324. package/_verture/style-inject.es-300983ab.js +28 -0
  325. package/_verture/toConsumableArray-81040c9e.js +19 -0
  326. package/_verture/tslib.es6-55ed4bd2.js +38 -0
  327. package/_verture/typeof-498dd2b1.js +11 -0
  328. package/_verture/unsupportedIterableToArray-cb478f24.js +16 -0
  329. package/_verture/useFormatMessage-703f8b20.js +20 -0
  330. package/_verture/useGlobalProps-1b846a65.js +11 -0
  331. package/_verture/usePopupContainer-87febeb9.js +68 -0
  332. package/_verture/util-7e1fb1e2.js +18 -0
  333. package/index.d.ts +144 -0
  334. package/index.js +180 -0
  335. package/package.json +1 -1
  336. package/umd/AutoBox.js +43 -0
  337. package/umd/AutoTips.js +15 -0
  338. package/umd/Breadcrumbs.js +42 -0
  339. package/umd/Button.js +43 -0
  340. package/umd/ButtonGroup.js +43 -0
  341. package/umd/Carousel.js +6 -0
  342. package/umd/Cascader.js +43 -0
  343. package/umd/Checkbox.js +42 -0
  344. package/umd/CheckboxGroup.js +42 -0
  345. package/umd/Collapse.js +43 -0
  346. package/umd/CollapseBox.js +1 -0
  347. package/umd/CollapseLayout.js +29 -0
  348. package/umd/ColorPicker.js +1 -0
  349. package/umd/ComboSelect.js +42 -0
  350. package/umd/Container.js +1 -0
  351. package/umd/DatePicker.js +42 -0
  352. package/umd/Desktop.js +42 -0
  353. package/umd/DragVerify.js +28 -0
  354. package/umd/Drawer.js +43 -0
  355. package/umd/Dropdown.js +15 -0
  356. package/umd/DynamicMultiBox.js +54 -0
  357. package/umd/Empty.js +15 -0
  358. package/umd/Form.js +42 -0
  359. package/umd/FormItem.js +42 -0
  360. package/umd/FunctionModal.js +42 -0
  361. package/umd/GlobalContext.js +1 -0
  362. package/umd/Help.js +42 -0
  363. package/umd/HelperText.js +1 -0
  364. package/umd/InputLang.js +42 -0
  365. package/umd/InputNumber.js +42 -0
  366. package/umd/Label.js +42 -0
  367. package/umd/Loading.js +29 -0
  368. package/umd/Menu.js +29 -0
  369. package/umd/Message.js +30 -0
  370. package/umd/Modal.js +42 -0
  371. package/umd/MultiBox.js +42 -0
  372. package/umd/Notification.js +43 -0
  373. package/umd/OperateBtn.js +42 -0
  374. package/umd/PageHeader.js +42 -0
  375. package/umd/Pagination.js +42 -0
  376. package/umd/ParauiProvider.js +15 -0
  377. package/umd/PasswordRules.js +29 -0
  378. package/umd/PopConfirm.js +42 -0
  379. package/umd/Popover.js +15 -0
  380. package/umd/Progress.js +35 -0
  381. package/umd/Querying.js +15 -0
  382. package/umd/Radio.js +42 -0
  383. package/umd/RadioGroup.js +42 -0
  384. package/umd/Search.js +42 -0
  385. package/umd/Select.js +42 -0
  386. package/umd/SelectInput.js +42 -0
  387. package/umd/Selector.js +42 -0
  388. package/umd/SelectorPicker.js +42 -0
  389. package/umd/SingleBox.js +42 -0
  390. package/umd/Slider.js +15 -0
  391. package/umd/Split.js +1 -0
  392. package/umd/Status.js +1 -0
  393. package/umd/Stepper.js +42 -0
  394. package/umd/Switch.js +42 -0
  395. package/umd/Table.js +42 -0
  396. package/umd/Tabs.js +42 -0
  397. package/umd/Tag.js +43 -0
  398. package/umd/TextEditor.js +205 -0
  399. package/umd/TextField.js +42 -0
  400. package/umd/TimePicker.js +42 -0
  401. package/umd/Timeline.js +1 -0
  402. package/umd/Title.js +1 -0
  403. package/umd/ToggleButton.js +43 -0
  404. package/umd/Tooltip.js +15 -0
  405. package/umd/Transfer.js +49 -0
  406. package/umd/Tree.js +42 -0
  407. package/umd/Upload.js +56 -0
@@ -0,0 +1,169 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2021/8/10 14:24
4
+ * @description 菜单参数
5
+ */
6
+ import React, { ReactNode } from 'react';
7
+ /** 菜单类型 */
8
+ export type MenuListTypeType = 'redirect' | 'router' | "iframe" | "snack" | "snackPage";
9
+ /** 菜单列表项参数 */
10
+ export interface MenuChildrenProps {
11
+ /** 样式class */
12
+ className?: string;
13
+ /** 菜单名 */
14
+ label?: ReactNode;
15
+ /** 菜单类型 */
16
+ type?: MenuListTypeType;
17
+ /** 菜单路径 */
18
+ path?: string;
19
+ /** href */
20
+ href?: string;
21
+ /** 菜单图标 */
22
+ icon?: ReactNode;
23
+ /** 菜单组件 */
24
+ component?: any;
25
+ /** 子菜单 */
26
+ children?: MenuChildrenProps[];
27
+ /** 菜单最后一层所有上下级 一条线 */
28
+ idMenuLast?: any;
29
+ /** 当前选中菜单 */
30
+ selectMenu?: string;
31
+ /** 点击菜单 */
32
+ onClickMenu?: (item: MenuChildrenProps | false) => void;
33
+ [name: string]: any;
34
+ }
35
+ /** 菜单列表参数 */
36
+ export interface MenuListProps {
37
+ /** 菜单列表参数 */
38
+ list?: MenuChildrenProps[];
39
+ /** 当前选中菜单 */
40
+ selectMenu?: string;
41
+ /** 点击菜单 */
42
+ onClickMenu?: (item: MenuChildrenProps | false) => void;
43
+ /** 样式class */
44
+ className?: string;
45
+ /** 自定义更多内容 */
46
+ moreCustomize?: ReactNode;
47
+ [name: string]: any;
48
+ }
49
+ /** 语言 */
50
+ export interface LanguageItemProps {
51
+ /** 图标 */
52
+ icon?: ReactNode;
53
+ /** 文字 */
54
+ label?: ReactNode;
55
+ /** 值 */
56
+ value?: string;
57
+ [name: string]: any;
58
+ }
59
+ /** 语言 */
60
+ export interface LanguageProps {
61
+ /** 样式class */
62
+ className?: string;
63
+ /** 当前选中的语言 */
64
+ selectLang?: string;
65
+ /** 语言列表 */
66
+ language?: LanguageItemProps[];
67
+ /** 点击下拉语言 */
68
+ onClick?: (val: any, item: LanguageItemProps) => void;
69
+ /** 自定义 */
70
+ render?: ReactNode;
71
+ }
72
+ export interface BackSelfcareProps {
73
+ /** 图标 */
74
+ icon?: ReactNode;
75
+ /** 标题 */
76
+ label?: ReactNode;
77
+ /** 自定义 */
78
+ render?: ReactNode;
79
+ /** 样式class */
80
+ className?: string;
81
+ /** 点击事件 */
82
+ onClick?: (e: any) => void;
83
+ }
84
+ /** 按钮listItem */
85
+ export interface BtnListItemProps {
86
+ /** 图标 */
87
+ icon?: ReactNode;
88
+ /** 标题 */
89
+ label?: ReactNode;
90
+ /** 值 */
91
+ value?: string;
92
+ /** 标记 */
93
+ sign?: boolean;
94
+ [name: string]: any;
95
+ }
96
+ /** 按钮列表 */
97
+ export interface BtnListProps {
98
+ /** 按钮list */
99
+ list?: BtnListItemProps[];
100
+ /** 自定义 */
101
+ render?: ReactNode;
102
+ /** 样式class */
103
+ className?: string;
104
+ /** 点击事件 */
105
+ onClick?: (item: BtnListItemProps, e: any) => void;
106
+ }
107
+ /** 用户下拉菜单 */
108
+ export interface UserListProps {
109
+ /** 图标 */
110
+ icon?: ReactNode;
111
+ /** 标题 */
112
+ label?: ReactNode;
113
+ /** 值 */
114
+ value?: string;
115
+ [name: string]: any;
116
+ }
117
+ /** 用户信息 */
118
+ export interface UserProps {
119
+ /** 样式class */
120
+ className?: string;
121
+ /** 图片地址 */
122
+ img?: string;
123
+ /** imgRender */
124
+ imgRender?: ReactNode;
125
+ /** 显示名 */
126
+ label?: ReactNode;
127
+ /** 自定义 */
128
+ render?: ReactNode;
129
+ /** 下拉菜单选中的值 */
130
+ selectValue?: any;
131
+ /** 下拉菜单 */
132
+ list?: UserListProps[];
133
+ /** 点击用户 */
134
+ onClick?: (e: any) => void;
135
+ /** 点击下拉菜单 */
136
+ onClickMenu?: (val: any, item: UserListProps) => void;
137
+ }
138
+ /** 尾部导航 */
139
+ export interface FooterProps {
140
+ /** 样式class */
141
+ className?: string;
142
+ /** 返回自助参数 */
143
+ backSelfcareProps?: BackSelfcareProps;
144
+ /** 语言参数 */
145
+ languageProps?: LanguageProps;
146
+ /** 按钮list */
147
+ btnListProps?: BtnListProps;
148
+ /** 用户参数 */
149
+ userProps?: UserProps;
150
+ /** 自定义 */
151
+ render?: ReactNode;
152
+ }
153
+ /** 菜单参数 */
154
+ export interface PageHeaderProps {
155
+ /** 样式class */
156
+ className?: string;
157
+ /** style */
158
+ style?: React.CSSProperties;
159
+ /** 当前选中菜单 */
160
+ selectMenu?: string;
161
+ /** 左侧自定义内容 */
162
+ leftRender?: ReactNode;
163
+ /** 菜单配置 */
164
+ menuListProps?: MenuListProps;
165
+ /** 右侧参数 */
166
+ footerProps?: FooterProps;
167
+ /** 点击菜单 */
168
+ onClickMenu?: (item: MenuChildrenProps | false) => void;
169
+ }
@@ -0,0 +1,46 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2022/12/13 2:19 PM
4
+ * @description 分页组件
5
+ */
6
+ import React, { FunctionComponent } from "react";
7
+ import './index.scss';
8
+ /**
9
+ * sizes: 总数
10
+ * currentPage:当前第...页
11
+ * pageRow:每页行数
12
+ * pager: 切换页数
13
+ * jumper: 跳转到
14
+ * */
15
+ export type PaginationLayout = 'sizes' | 'currentPage' | 'pageRow' | 'pager' | 'jumper';
16
+ export type PaginationFlippingArrow = 'first' | 'prev' | 'next' | 'last';
17
+ export interface PaginationProps {
18
+ /** class名称 */
19
+ className?: string;
20
+ /** style */
21
+ style?: React.CSSProperties;
22
+ /** 模式 */
23
+ type?: 'simple' | 'complex' | PaginationLayout[];
24
+ /** 方向键layout,默认全有 */
25
+ flippingArrow?: PaginationFlippingArrow[];
26
+ /** 自适应模式 只有type=complex生效,默认true */
27
+ autoType?: boolean;
28
+ /** 总数 */
29
+ total?: number;
30
+ /** 每页行数 */
31
+ rowsPerPage?: number[];
32
+ /** 当前选中每页行数 */
33
+ currentRowsPerPage?: number;
34
+ /** 当前页数 */
35
+ page?: number;
36
+ /** 跳转页数 */
37
+ skipFunc?: (num?: number, skipValue?: number) => void;
38
+ /** 下拉框弹窗内容 */
39
+ getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
40
+ /** 改变页数 */
41
+ changePage?: (num?: number) => void;
42
+ /** 改变每页行数 */
43
+ changeRowsPerPage?: (num: number) => void;
44
+ }
45
+ export declare const Pagination: FunctionComponent<PaginationProps>;
46
+ export default Pagination;
@@ -0,0 +1,461 @@
1
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
2
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
3
+ import React__default, { useState, useRef, useEffect, useMemo } from 'react';
4
+ import GlobalContext from '@para-ui/core/GlobalContext';
5
+ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
6
+ import { $ as $prefixCls, a as $rcPrefixCls } from '../_verture/constant-66aa48a1.js';
7
+ import { TextField } from '../TextField/index.js';
8
+ import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
9
+ import Select from '../Select/index.js';
10
+ import DoubleLeft from '@para-ui/icons/DoubleLeft';
11
+ import NavigateBefore from '@para-ui/icons/Left';
12
+ import PaginationCom from 'rc-pagination';
13
+ import Right from '@para-ui/icons/Right';
14
+ import DoubleRight from '@para-ui/icons/DoubleRight';
15
+ import '../_verture/unsupportedIterableToArray-cb478f24.js';
16
+ import '../_verture/typeof-498dd2b1.js';
17
+ import '../_verture/tslib.es6-55ed4bd2.js';
18
+ import '../Label/index.js';
19
+ import '../Help/index.js';
20
+ import '../Tooltip/index.js';
21
+ import 'rc-tooltip';
22
+ import 'rc-tooltip/lib/placements';
23
+ import 'clsx';
24
+ import '@para-ui/icons/Help';
25
+ import '@paraview/lib';
26
+ import '@para-ui/icons/PreviewClose';
27
+ import '@para-ui/icons/PreviewOpen';
28
+ import '@para-ui/icons/CloseCircle';
29
+ import '../AutoTips/index.js';
30
+ import '../Loading/index.js';
31
+ import '@para-ui/icons/LoadingF';
32
+ import '../HelperText/index.js';
33
+ import '../_verture/useGlobalProps-1b846a65.js';
34
+ import '../_verture/index-77f9e0fb.js';
35
+ import 'rc-dropdown';
36
+ import '../_verture/usePopupContainer-87febeb9.js';
37
+ import 'dayjs';
38
+ import '../_verture/defineProperty-62acccfc.js';
39
+ import '../_verture/toConsumableArray-81040c9e.js';
40
+ import '../Empty/index.js';
41
+ import '@para-ui/icons/Close';
42
+ import '@para-ui/icons/Down';
43
+ import '@para-ui/icons/Check';
44
+ import '@para-ui/icons/Search';
45
+ import '../Popover/index.js';
46
+
47
+ var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2021/10/26 13:57\n* @description 分页样式\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-pagination {\n font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;\n font-size: 14px;\n color: rgba(46, 55, 67, 0.7);\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n opacity: 1;\n}\n.paraui-v3-pagination.paraui-v3-pagination-over {\n overflow: hidden;\n height: 32px;\n opacity: 0;\n transition: all 0.3s;\n}\n.paraui-v3-pagination.paraui-v3-pagination-no-left-arrow > .pagination-content {\n padding-left: 0;\n}\n.paraui-v3-pagination.paraui-v3-pagination-no-right-arrow > .pagination-content {\n padding-right: 0;\n}\n.paraui-v3-pagination > .pagination-space {\n margin-right: 24px;\n}\n.paraui-v3-pagination > .pagination-space:last-child {\n margin-right: 0;\n}\n.paraui-v3-pagination > .current-page > .current-page-num {\n color: rgb(46, 55, 67);\n margin-right: 4px;\n margin-left: 4px;\n}\n.paraui-v3-pagination > .current-page > .current-page-sign {\n margin-right: 3px;\n}\n.paraui-v3-pagination > .page-line-memo > span {\n display: inline-block;\n margin-right: 8px;\n vertical-align: middle;\n}\n.paraui-v3-pagination > .page-line-memo .page-line-select {\n min-width: 80px;\n width: inherit;\n vertical-align: middle;\n}\n.paraui-v3-pagination > .pagination-content {\n border: 1px solid rgba(171, 176, 185, 0.4);\n border-radius: 4px;\n height: 32px;\n line-height: 30px;\n padding: 0 12px;\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-pagination > .pagination-content > .left-page, .paraui-v3-pagination > .pagination-content > .right-page {\n display: inline-block;\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div, .paraui-v3-pagination > .pagination-content > .right-page > div {\n display: inline-block;\n line-height: 0;\n vertical-align: top;\n cursor: pointer;\n width: 20px;\n height: 20px;\n border-radius: 2px;\n margin-right: 8px;\n position: relative;\n top: 5px;\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div.disabled-btn, .paraui-v3-pagination > .pagination-content > .right-page > div.disabled-btn {\n cursor: not-allowed;\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div.disabled-btn > svg, .paraui-v3-pagination > .pagination-content > .right-page > div.disabled-btn > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div.disabled-btn:hover, .paraui-v3-pagination > .pagination-content > .right-page > div.disabled-btn:hover {\n background-color: white;\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div.disabled-btn:hover > svg, .paraui-v3-pagination > .pagination-content > .right-page > div.disabled-btn:hover > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div:last-child, .paraui-v3-pagination > .pagination-content > .right-page > div:last-child {\n margin-right: 0;\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div:hover, .paraui-v3-pagination > .pagination-content > .right-page > div:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div:hover > svg, .paraui-v3-pagination > .pagination-content > .right-page > div:hover > svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-pagination > .pagination-content > .left-page > div > svg, .paraui-v3-pagination > .pagination-content > .right-page > div > svg {\n font-size: 16px;\n position: relative;\n top: 2px;\n left: 2px;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-pagination > .pagination-content > .left-page {\n margin-right: 8px;\n}\n.paraui-v3-pagination > .pagination-content > .component-pagination {\n height: 100%;\n display: inline-block;\n box-shadow: none;\n vertical-align: top;\n line-height: 30px;\n}\n.paraui-v3-pagination > .pagination-content > .component-pagination > li {\n min-width: 20px;\n height: 20px;\n line-height: 20px;\n display: inline-block;\n text-align: center;\n cursor: pointer;\n border-radius: 2px;\n padding: 0 5px;\n margin: 0 3px;\n}\n.paraui-v3-pagination > .pagination-content > .component-pagination > li:first-child, .paraui-v3-pagination > .pagination-content > .component-pagination > li:last-child, .paraui-v3-pagination > .pagination-content > .component-pagination > li.component-pagination-next {\n display: none;\n}\n.paraui-v3-pagination > .pagination-content > .component-pagination > li:hover {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-pagination > .pagination-content > .component-pagination > li.component-pagination-item-active {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-pagination > .pagination-content > .right-page {\n margin-left: 8px;\n}\n.paraui-v3-pagination > .skip-page-memo {\n display: flex;\n align-items: center;\n}\n.paraui-v3-pagination > .skip-page-memo > span {\n margin-right: 8px;\n}\n.paraui-v3-pagination > .skip-page-memo > .skip-page-text-field {\n width: 65px;\n}\n.paraui-v3-pagination > .skip-page-memo > .skip-page-text-field .right-icon {\n margin-right: 8px;\n}\n.paraui-v3-pagination > .skip-page-memo > .skip-page-text-field .text-field-content .text-field-content-within .text-field-content-within-input input {\n padding-left: 8px;\n padding-right: 4px;\n}\n.paraui-v3-pagination > .skip-page-memo > .skip-page-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder {\n padding: 0 8px;\n}";
48
+ styleInject(css_248z);
49
+
50
+ var en = {
51
+ total: 'Total {total}',
52
+ linePerPage: 'Lines per page',
53
+ currentPage: 'Current page {currentPage}',
54
+ jumpTo: 'Jump to',
55
+ page: 'page'
56
+ };
57
+
58
+ var zh = {
59
+ total: '共{total}条',
60
+ linePerPage: '每页行数',
61
+ currentPage: '当前第{currentPage}页',
62
+ jumpTo: '跳转到',
63
+ page: '页'
64
+ };
65
+
66
+ var localeJson = {
67
+ zh: zh,
68
+ en: en
69
+ };
70
+
71
+ var Pagination = function Pagination(props) {
72
+ var className = props.className,
73
+ style = props.style,
74
+ _props$type = props.type,
75
+ type = _props$type === void 0 ? 'simple' : _props$type,
76
+ _props$autoType = props.autoType,
77
+ autoType = _props$autoType === void 0 ? true : _props$autoType,
78
+ _props$total = props.total,
79
+ total = _props$total === void 0 ? 0 : _props$total,
80
+ _props$rowsPerPage = props.rowsPerPage,
81
+ rowsPerPage = _props$rowsPerPage === void 0 ? [10, 20, 30] : _props$rowsPerPage,
82
+ _props$flippingArrow = props.flippingArrow,
83
+ flippingArrow = _props$flippingArrow === void 0 ? ['first', 'prev', 'last', 'next'] : _props$flippingArrow,
84
+ _props$currentRowsPer = props.currentRowsPerPage,
85
+ currentRowsPerPage = _props$currentRowsPer === void 0 ? 10 : _props$currentRowsPer,
86
+ _props$page = props.page,
87
+ page = _props$page === void 0 ? 1 : _props$page,
88
+ skipFunc = props.skipFunc,
89
+ changePage = props.changePage,
90
+ changeRowsPerPage = props.changeRowsPerPage,
91
+ getPopupContainer = props.getPopupContainer;
92
+ var _React$useContext = React__default.useContext(GlobalContext),
93
+ language = _React$useContext.language,
94
+ locale = _React$useContext.locale;
95
+ var intl = useFormatMessage('Pagination', localeJson);
96
+ var _useState = useState(currentRowsPerPage),
97
+ _useState2 = _slicedToArray(_useState, 2),
98
+ currentRowsPerPageCom = _useState2[0],
99
+ setCurrentRowsPerPageCom = _useState2[1]; // 当前选中每页行数
100
+ var _useState3 = useState([]),
101
+ _useState4 = _slicedToArray(_useState3, 2),
102
+ rowsPerPageCom = _useState4[0],
103
+ setRowsPerPageCom = _useState4[1]; // 每页显示的行数
104
+ var _useState5 = useState(page),
105
+ _useState6 = _slicedToArray(_useState5, 2),
106
+ pageCom = _useState6[0],
107
+ setPageCom = _useState6[1]; // 当前页数
108
+ var _useState7 = useState(),
109
+ _useState8 = _slicedToArray(_useState7, 2),
110
+ totalPage = _useState8[0],
111
+ setTotalPage = _useState8[1]; // 总页数
112
+ var _useState9 = useState(),
113
+ _useState10 = _slicedToArray(_useState9, 2),
114
+ skipValue = _useState10[0],
115
+ setSkipValue = _useState10[1]; // 跳转页数
116
+ var _useState11 = useState(),
117
+ _useState12 = _slicedToArray(_useState11, 2),
118
+ typeCom = _useState12[0],
119
+ setTypeCom = _useState12[1]; // 组件类型
120
+ var refDom = useRef();
121
+ var constData = useRef({});
122
+ constData.current.type = type;
123
+ constData.current.autoType = autoType;
124
+ useEffect(function () {
125
+ return function () {
126
+ window.removeEventListener("resize", changeSize);
127
+ clearTimeout(constData.current.timer);
128
+ clearTimeout(constData.current.timerClass);
129
+ clearTimeout(constData.current.changePagination);
130
+ };
131
+ }, []);
132
+ useEffect(function () {
133
+ setTypeCom(type);
134
+ }, [type]);
135
+ useEffect(function () {
136
+ setPageCom(page);
137
+ }, [page]);
138
+ // 当前选中每页行数
139
+ useEffect(function () {
140
+ setCurrentRowsPerPageCom(currentRowsPerPage);
141
+ }, [currentRowsPerPage]);
142
+ // 下拉页数列表
143
+ useEffect(function () {
144
+ var arr = [];
145
+ for (var i = 0, l = rowsPerPage.length; i < l; i++) {
146
+ var item = rowsPerPage[i];
147
+ var arrItem = {
148
+ label: item.toString(),
149
+ value: item
150
+ };
151
+ arr.push(arrItem);
152
+ }
153
+ setRowsPerPageCom(arr);
154
+ }, [props.rowsPerPage]);
155
+ useEffect(function () {
156
+ var num = Number(totalPage);
157
+ if (pageCom > num && num !== pageCom) {
158
+ setPageCom(num);
159
+ }
160
+ }, [pageCom, totalPage]);
161
+ useEffect(function () {
162
+ var num = Math.ceil(total / currentRowsPerPageCom);
163
+ // props.page 防止外部传入自定义页面,设置无效(表格分页)
164
+ setTotalPage(num || props.page || 1);
165
+ }, [currentRowsPerPageCom, total]);
166
+ useEffect(function () {
167
+ if (type === 'complex' && autoType) {
168
+ changeSize();
169
+ // 复杂模式,且开启自适应模式
170
+ window.addEventListener("resize", changeSize);
171
+ } else {
172
+ window.removeEventListener("resize", changeSize);
173
+ setTypeCom(type);
174
+ }
175
+ }, [type, autoType]);
176
+ useEffect(function () {
177
+ if (constData.current.type === 'complex' && constData.current.autoType) {
178
+ changePagination();
179
+ }
180
+ }, [total, currentRowsPerPageCom, pageCom, language]);
181
+ /**
182
+ * 改变了分页数据,需要判断当前是否换行了
183
+ * */
184
+ var changePagination = function changePagination() {
185
+ clearTimeout(constData.current.changePagination);
186
+ constData.current.changePagination = setTimeout(function () {
187
+ var current = refDom.current;
188
+ var skipDom = current && current.querySelector('.skip-page-memo');
189
+ // 简单模式,不存在跳转
190
+ if (skipDom) {
191
+ // 复杂模式,换行了 -> 变成简单模式
192
+ if (current.offsetTop !== skipDom.offsetTop) {
193
+ setTypeCom('simple');
194
+ }
195
+ } else {
196
+ setTypeCom('complex');
197
+ // 简单模式 -> 复杂, 需要再次判断是否换行了
198
+ changePagination();
199
+ }
200
+ });
201
+ };
202
+ /** 改变屏幕大小 */
203
+ var changeSize = function changeSize() {
204
+ clearTimeout(constData.current.timer);
205
+ clearTimeout(constData.current.timerClass);
206
+ var current = refDom.current;
207
+ if (!current) return;
208
+ current.classList.add($prefixCls + '-pagination-over');
209
+ constData.current.timer = setTimeout(function () {
210
+ if (!current) return;
211
+ var skipDom = current.querySelector('.skip-page-memo');
212
+ // 简单模式,不存在跳转
213
+ if (skipDom) {
214
+ // 复杂模式,换行了 -> 变成简单模式
215
+ if (current.offsetTop !== skipDom.offsetTop) {
216
+ setTypeCom('simple');
217
+ }
218
+ } else {
219
+ setTypeCom('complex');
220
+ // 简单模式 -> 复杂, 需要再次判断是否换行了
221
+ changeSize();
222
+ }
223
+ constData.current.timerClass = setTimeout(function () {
224
+ current.classList.remove($prefixCls + '-pagination-over');
225
+ }, 200);
226
+ }, 200);
227
+ };
228
+ /**
229
+ * 是否存在当前类型
230
+ * */
231
+ var notLayout = function notLayout(layout) {
232
+ return constData.current.type instanceof Array && constData.current.type.indexOf(layout) === -1;
233
+ };
234
+ // 点击分页
235
+ var clickPage = function clickPage(type) {
236
+ return function (value) {
237
+ var num = pageCom;
238
+ switch (type) {
239
+ case "first":
240
+ if (pageCom === 1) return;
241
+ num = 1;
242
+ break;
243
+ case "prev":
244
+ if (pageCom === 1) return;
245
+ num--;
246
+ break;
247
+ case "last":
248
+ if (pageCom === totalPage) return;
249
+ num = totalPage;
250
+ break;
251
+ case "next":
252
+ if (pageCom === totalPage) return;
253
+ num++;
254
+ break;
255
+ case "pagination":
256
+ num = value;
257
+ break;
258
+ }
259
+ if (num !== undefined) setPageCom(num);
260
+ changePage && changePage(num);
261
+ };
262
+ };
263
+ // 点击每页行数下拉
264
+ var clickRowsPerPage = function clickRowsPerPage(num) {
265
+ if (num === currentRowsPerPageCom) return;
266
+ setCurrentRowsPerPageCom(num);
267
+ if (changeRowsPerPage) changeRowsPerPage(num);
268
+ };
269
+ // 鼠标按下
270
+ var keyPress = function keyPress(event) {
271
+ var arr = ['E', 'e', '.', '-'];
272
+ if (arr.indexOf(event.key) !== -1) {
273
+ event.preventDefault();
274
+ }
275
+ };
276
+ // 回车事件
277
+ var keyUp = function keyUp(event) {
278
+ if (event.keyCode === 13) {
279
+ var num = parseInt(skipValue && skipValue.toString() || '0');
280
+ if (num <= 0) {
281
+ num = 1;
282
+ setSkipValue(num);
283
+ }
284
+ if (num > Number(totalPage)) {
285
+ num = Number(totalPage);
286
+ setSkipValue(num);
287
+ }
288
+ // 回车事件
289
+ if (skipFunc) skipFunc(num, skipValue);
290
+ setPageCom(num);
291
+ changePage && changePage(num);
292
+ }
293
+ };
294
+ // 改变输入框
295
+ var changeSkipValue = function changeSkipValue(event) {
296
+ setSkipValue(event.target.value);
297
+ };
298
+ /* 总数量 */
299
+ var TotalMemo = useMemo(function () {
300
+ if (typeCom === 'simple' || notLayout('sizes')) {
301
+ return null;
302
+ }
303
+ // 共{total}条
304
+ return jsx("div", Object.assign({
305
+ className: "total-num pagination-space"
306
+ }, {
307
+ children: intl({
308
+ id: 'total'
309
+ }, {
310
+ total: total
311
+ })
312
+ }));
313
+ }, [total, language, locale, typeCom]);
314
+ /* 每页行数 */
315
+ var PageLineMemo = useMemo(function () {
316
+ if (notLayout('pageRow')) {
317
+ return null;
318
+ }
319
+ return jsxs("div", Object.assign({
320
+ className: "page-line-memo pagination-space"
321
+ }, {
322
+ children: [jsx("span", {
323
+ children: intl({
324
+ id: 'linePerPage'
325
+ })
326
+ }), jsx(Select, {
327
+ className: 'page-line-select',
328
+ size: "medium",
329
+ value: currentRowsPerPageCom,
330
+ list: rowsPerPageCom,
331
+ hideErrorDom: true,
332
+ onChange: clickRowsPerPage,
333
+ allowClear: false,
334
+ getPopupContainer: getPopupContainer
335
+ })]
336
+ }));
337
+ }, [rowsPerPageCom, currentRowsPerPageCom, getPopupContainer, language, locale, typeCom]);
338
+ /* 当前页面 */
339
+ var CurrentPageMemo = useMemo(function () {
340
+ if (notLayout('currentPage')) {
341
+ return null;
342
+ }
343
+ var html = jsxs(Fragment, {
344
+ children: [jsx("span", Object.assign({
345
+ className: "current-page-num"
346
+ }, {
347
+ children: pageCom
348
+ })), jsx("span", Object.assign({
349
+ className: "current-page-sign"
350
+ }, {
351
+ children: "/"
352
+ })), jsx("span", Object.assign({
353
+ className: "current-page-last"
354
+ }, {
355
+ children: totalPage
356
+ }))]
357
+ });
358
+ return jsx("div", Object.assign({
359
+ className: "current-page pagination-space"
360
+ }, {
361
+ children: intl({
362
+ id: 'currentPage'
363
+ }, {
364
+ currentPage: html
365
+ })
366
+ }));
367
+ }, [pageCom, totalPage, language, locale, typeCom]);
368
+ /* 页码 */
369
+ var PaginationMemo = useMemo(function () {
370
+ if (notLayout('pager')) {
371
+ return null;
372
+ }
373
+ var bol = constData.current.type instanceof Array && constData.current.type.indexOf('pager') !== -1;
374
+ return jsxs("div", Object.assign({
375
+ className: "pagination-content pagination-space"
376
+ }, {
377
+ children: [jsxs("div", Object.assign({
378
+ className: "left-page"
379
+ }, {
380
+ children: [flippingArrow.indexOf('first') !== -1 && jsx("div", Object.assign({
381
+ onClick: clickPage('first'),
382
+ className: pageCom === 1 ? 'disabled-btn' : ''
383
+ }, {
384
+ children: jsx(DoubleLeft, {})
385
+ })), flippingArrow.indexOf('prev') !== -1 && jsx("div", Object.assign({
386
+ onClick: clickPage('prev'),
387
+ className: pageCom === 1 ? 'disabled-btn' : ''
388
+ }, {
389
+ children: jsx(NavigateBefore, {})
390
+ }))]
391
+ })), (typeCom === 'complex' || bol) && jsx(PaginationCom, {
392
+ prefixCls: $rcPrefixCls + '-pagination',
393
+ current: pageCom,
394
+ pageSize: currentRowsPerPageCom,
395
+ total: total,
396
+ jumpPrevIcon: '...',
397
+ jumpNextIcon: '...',
398
+ onChange: clickPage('pagination'),
399
+ showTitle: false
400
+ }), jsxs("div", Object.assign({
401
+ className: "right-page"
402
+ }, {
403
+ children: [flippingArrow.indexOf('next') !== -1 && jsx("div", Object.assign({
404
+ onClick: clickPage('next'),
405
+ className: pageCom === totalPage ? 'disabled-btn' : ''
406
+ }, {
407
+ children: jsx(Right, {})
408
+ })), flippingArrow.indexOf('last') !== -1 && jsx("div", Object.assign({
409
+ onClick: clickPage('last'),
410
+ className: pageCom === totalPage ? 'disabled-btn' : ''
411
+ }, {
412
+ children: jsx(DoubleRight, {})
413
+ }))]
414
+ }))]
415
+ }));
416
+ }, [total, pageCom, totalPage, currentRowsPerPageCom, typeCom, props.flippingArrow]);
417
+ /* 跳转页数 */
418
+ var SkipPageMemo = useMemo(function () {
419
+ if (typeCom === 'simple' || notLayout('jumper')) {
420
+ return null;
421
+ }
422
+ return jsxs("div", Object.assign({
423
+ className: "skip-page-memo pagination-space"
424
+ }, {
425
+ children: [jsx("span", {
426
+ children: intl({
427
+ id: 'jumpTo'
428
+ })
429
+ }), jsx(TextField, {
430
+ className: 'skip-page-text-field',
431
+ size: "medium",
432
+ type: "number",
433
+ value: skipValue || '',
434
+ onChange: changeSkipValue,
435
+ rightIcon: intl({
436
+ id: 'page'
437
+ }),
438
+ hideErrorDom: true,
439
+ onKeyDown: keyPress,
440
+ onKeyUp: keyUp
441
+ })]
442
+ }));
443
+ }, [skipValue, totalPage, language, locale, typeCom]);
444
+ // 处理class
445
+ var handClass = function handClass() {
446
+ var str = $prefixCls + '-pagination';
447
+ if (flippingArrow.indexOf('first') === -1 && flippingArrow.indexOf('prev') === -1) str += ' ' + $prefixCls + '-pagination-no-left-arrow';
448
+ if (flippingArrow.indexOf('next') === -1 && flippingArrow.indexOf('last') === -1) str += ' ' + $prefixCls + '-pagination-no-right-arrow';
449
+ if (className) str += ' ' + className;
450
+ return str;
451
+ };
452
+ return jsxs("div", Object.assign({
453
+ className: handClass(),
454
+ style: style,
455
+ ref: refDom
456
+ }, {
457
+ children: [TotalMemo, CurrentPageMemo, PageLineMemo, PaginationMemo, SkipPageMemo]
458
+ }));
459
+ };
460
+
461
+ export { Pagination, Pagination as default };
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ total: string;
3
+ linePerPage: string;
4
+ currentPage: string;
5
+ jumpTo: string;
6
+ page: string;
7
+ };
8
+ export default _default;