@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,432 @@
1
+ import React, { ReactNode } from "react";
2
+ import { EmptyProps } from "../Empty";
3
+ import { ReqFuncProps } from "./util";
4
+ /** 搜索方法 */
5
+ export interface SearchFuncProps {
6
+ page?: number;
7
+ size?: number;
8
+ [name: string]: any;
9
+ }
10
+ /** 搜索接口返回数据 */
11
+ export interface SearchReqDataProps {
12
+ data?: {
13
+ /**
14
+ * 分页
15
+ * data => {list: any[], total: number}
16
+ *
17
+ * 不分页
18
+ * data => any[]
19
+ * */
20
+ data?: any;
21
+ /**
22
+ * 接口数据是否生成树, 默认false,不生成树,平铺数据
23
+ * 一般用户传死数据这种情况
24
+ * */
25
+ isTree?: boolean;
26
+ };
27
+ err?: any;
28
+ }
29
+ /** 面包屑 */
30
+ export interface BreadcrumbsListItem {
31
+ /** 每一项显示名 */
32
+ label: ReactNode;
33
+ /** 值 每一行数据的key */
34
+ value: string;
35
+ /** 每一项最大宽度 */
36
+ maxWidth?: string;
37
+ /** 是否可点击 */
38
+ disabled?: boolean;
39
+ [name: string]: any;
40
+ }
41
+ /** 类型字段 */
42
+ export interface SelectorListTypeItem {
43
+ /** 显示名 */
44
+ label: ReactNode;
45
+ /** 类型 */
46
+ value: string;
47
+ }
48
+ /** 数据源 */
49
+ export interface SelectorAnyJson {
50
+ /** 唯一值 */
51
+ key?: string;
52
+ /** 父级id */
53
+ parentId?: string;
54
+ /** 类型 */
55
+ type?: string;
56
+ /** 图片 */
57
+ img?: ReactNode;
58
+ /** 主标题, 默认label */
59
+ mainTitle?: ReactNode;
60
+ /** 辅助信息 */
61
+ subTitle?: ReactNode;
62
+ /** 标签 */
63
+ tag?: ReactNode;
64
+ /** 标签样式 */
65
+ tagStyle?: React.CSSProperties;
66
+ /** 下级字段 */
67
+ children?: SelectorAnyJson[];
68
+ /** 禁用 */
69
+ disabled?: boolean;
70
+ /** 禁用下级 */
71
+ disabledChild?: boolean;
72
+ /** 是否可选 */
73
+ choice?: boolean;
74
+ /** 是否具有详情 */
75
+ detail?: boolean;
76
+ /** 是否叶子节点, 不是叶子节点就是分支节点, 渲染dom类型的 */
77
+ leaf?: boolean;
78
+ /** 是否存在下级 */
79
+ child?: boolean;
80
+ /** 是否有× 选中数据专用 */
81
+ close?: boolean;
82
+ /** 原始数据 */
83
+ data?: any;
84
+ [name: string]: any;
85
+ }
86
+ /** 常量 */
87
+ export interface SelectorConstData {
88
+ /** 所有数据的json */
89
+ jsonData: Record<string, any>;
90
+ /** 浅拷贝对象 */
91
+ jsonDataCopy: Record<string, any>;
92
+ /** 第一层数据 */
93
+ oneDataList: SelectorAnyJson[];
94
+ /** 当前页数据源 */
95
+ currentSourceData: SelectorAnyJson[];
96
+ /** 当前选中值的mapping */
97
+ selectValueJson: Record<string, any>;
98
+ /** 面包屑数组 */
99
+ breadcrumbsList: BreadcrumbsListItem[];
100
+ /** 接口id */
101
+ reqId: string;
102
+ /** 请求数据 */
103
+ reqParams: {
104
+ /** 页数 */
105
+ size: number;
106
+ /** 分页 */
107
+ pagination: boolean;
108
+ /** 来加载 */
109
+ isLazy: boolean;
110
+ };
111
+ /** 不是懒加载, 是否请求过 */
112
+ noLazyReq: boolean;
113
+ /** 更改数据源定时器 */
114
+ reqTimer: any;
115
+ /** 页码 */
116
+ page: number;
117
+ /** 搜索值 */
118
+ searchVal: string;
119
+ /** 搜索点了下级,记录搜索前的面包屑 null说明没有储存过 */
120
+ beforeSearchBreadcrumbs: BreadcrumbsListItem[] | null;
121
+ /** 搜索配置 */
122
+ searchConfig: {
123
+ /** 页码 */
124
+ page: number;
125
+ /** 每页条数 */
126
+ size: number;
127
+ /** 请求id */
128
+ reqId: string;
129
+ /** 当前页数据源 */
130
+ currentSourceData: SelectorAnyJson[];
131
+ };
132
+ [name: string]: any;
133
+ }
134
+ /** 字段配置,对应数据字段 */
135
+ export interface SelectorFieldConfigProps {
136
+ /** 图片 */
137
+ img?: string;
138
+ /** 主标题, 默认label */
139
+ mainTitle?: string;
140
+ /** 辅助信息 */
141
+ subTitle?: string;
142
+ /** 标签 */
143
+ tag?: string;
144
+ /** 类型字段 */
145
+ type?: string;
146
+ /** 返回值唯一的key,默认为key 选中数据专用 */
147
+ key?: string;
148
+ /** 下级字段,默认children 展示数据专用 */
149
+ children?: string;
150
+ /** 父级默认字段,默认parentId 展示数据专用 */
151
+ parentId?: string;
152
+ }
153
+ /** 节点接口定义 */
154
+ export interface SelectorNodeProps {
155
+ /** className */
156
+ className?: string;
157
+ /** 样式 */
158
+ style?: React.CSSProperties;
159
+ /** 节点模式, 叶子节点 / 分支节点 */
160
+ nodeMode?: 'leaf' | 'branch';
161
+ /** 使用场景 列表选择/已选择列表 */
162
+ useCase?: 'view' | 'edit';
163
+ /** 选择模式 radio单选 check复选 undefined不存在选择 */
164
+ selectMode?: 'radio' | 'check';
165
+ /** 图标地址 string为图标地址 其他为dom */
166
+ img?: ReactNode;
167
+ /** 主标题 */
168
+ mainTitle?: ReactNode;
169
+ /** 副标题 */
170
+ subTitle?: ReactNode;
171
+ /** 标签 */
172
+ tag?: ReactNode;
173
+ /** 标签样式 */
174
+ tagStyle?: React.CSSProperties;
175
+ /** 详情 */
176
+ detail?: boolean;
177
+ /** 详情渲染 */
178
+ detailRender?: () => ReactNode;
179
+ /** 选中每一项自定义 */
180
+ leftRender?: () => ReactNode;
181
+ /** 是否存在下级 */
182
+ child?: boolean;
183
+ /** 是否关闭 */
184
+ close?: boolean;
185
+ /** 禁用 */
186
+ disabled?: boolean;
187
+ /** 禁用下级 */
188
+ disabledChild?: boolean;
189
+ /** 选中 */
190
+ checked?: boolean;
191
+ /** 半选 */
192
+ indeterminate?: boolean;
193
+ /** 选择事件 */
194
+ onSelect?: () => void;
195
+ /** 点击下级 */
196
+ onLevel?: () => void;
197
+ /** 点击× */
198
+ onClose?: () => void;
199
+ [name: string]: any;
200
+ }
201
+ /** 主体接口定义 */
202
+ export interface SelectorMainProps {
203
+ /** className */
204
+ className?: string;
205
+ /** 样式 */
206
+ style?: React.CSSProperties;
207
+ /** 请求地址 */
208
+ url?: string;
209
+ /** value */
210
+ value?: Record<string, any>;
211
+ /** 唯一值,默认key */
212
+ rowKey?: string;
213
+ /** 选择模式 radio单选 check复选 undefined不存在选择 */
214
+ selectMode?: 'radio' | 'check';
215
+ /** 节点模式, 叶子节点 / 分支节点 */
216
+ nodeMode?: 'leaf' | 'branch';
217
+ /** 数据渲染分组 */
218
+ groupType?: SelectorListTypeItem[];
219
+ /** 分组作用域 默认search */
220
+ groupRange?: 'search' | 'list' | 'searchList';
221
+ /** 面包屑 */
222
+ breadcrumbs?: boolean;
223
+ /** 面包屑中间符号 */
224
+ breadcrumbsSeparator?: string;
225
+ /** 面包屑数组 */
226
+ breadcrumbsList?: BreadcrumbsListItem[];
227
+ /** 搜索 */
228
+ search?: boolean;
229
+ /** 搜索面包屑 */
230
+ searchBreadcrumbs?: ReactNode;
231
+ /** 搜索值 */
232
+ searchVal?: {
233
+ val: string;
234
+ };
235
+ /** 搜索Placeholder */
236
+ searchPlaceholder?: ReactNode;
237
+ /** 搜索触发方式 */
238
+ searchTrigger?: 'onChange' | 'onEnter';
239
+ /** 搜索loading */
240
+ searchLoading?: boolean;
241
+ /** 搜索数据 */
242
+ searchList?: SelectorAnyJson[];
243
+ /** 加载中 */
244
+ loading?: boolean;
245
+ /** 是否懒加载 */
246
+ isLazy?: boolean;
247
+ /** 是否具有详情 */
248
+ detail?: boolean;
249
+ /** 空状态属性 */
250
+ emptyProps?: EmptyProps;
251
+ /**
252
+ * 详情渲染
253
+ * @param item 当前节点数据
254
+ * @param bol true列表数据, false展示数据
255
+ * */
256
+ detailRender?: (item: SelectorAnyJson, bol: boolean) => ReactNode;
257
+ /** 加载更多 */
258
+ loadMore?: boolean;
259
+ /** 搜索模块加载更多 */
260
+ searchLoadMore?: boolean;
261
+ /** 是否全选 */
262
+ isAllCheck?: boolean;
263
+ /** 渲染数据 */
264
+ list?: SelectorAnyJson[];
265
+ /** 禁用 */
266
+ disabled?: string[] | boolean;
267
+ /** 禁用下级 */
268
+ disabledChild?: string[] | boolean;
269
+ /** 字段配置,对应数据字段 */
270
+ fieldConfig?: SelectorFieldConfigProps;
271
+ /** 选择事件 */
272
+ onSelect?: (item: SelectorAnyJson) => void;
273
+ /** 点击下级 */
274
+ onLevel?: (item: SelectorAnyJson, isSearch?: boolean) => void;
275
+ /** 查看更多 */
276
+ onLoad?: (isSearch?: boolean) => void;
277
+ /** 点击全选 */
278
+ onAllCheck?: (bol?: boolean) => void;
279
+ /** 点击面包屑 */
280
+ onClickBreadcrumbs?: (item: BreadcrumbsListItem) => void;
281
+ /** 搜索事件 */
282
+ onSearch?: (val: string, bol: boolean) => void;
283
+ /** 刷新事件 */
284
+ onRefresh?: () => void;
285
+ [name: string]: any;
286
+ }
287
+ /** 选中数据接口定义 */
288
+ export interface SelectorDataProps {
289
+ /** className */
290
+ className?: string;
291
+ /** 样式 */
292
+ style?: React.CSSProperties;
293
+ /** 空状态属性 */
294
+ emptyProps?: EmptyProps;
295
+ /** 布局方式 标签 / 节点 */
296
+ layout?: 'tag' | 'node';
297
+ /** 节点模式, 叶子节点 / 分支节点 */
298
+ nodeMode?: 'leaf' | 'branch';
299
+ /** 禁用 */
300
+ disabled?: string[] | boolean;
301
+ /** 是否具有详情 */
302
+ detail?: boolean;
303
+ /**
304
+ * 详情渲染
305
+ * @param item 当前节点数据
306
+ * @param bol true列表数据, false展示数据
307
+ * */
308
+ detailRender?: (item: SelectorAnyJson, bol: boolean) => ReactNode;
309
+ /** 数据渲染分组 */
310
+ groupType?: SelectorListTypeItem[];
311
+ /** 数据 */
312
+ list?: SelectorAnyJson[];
313
+ /** 返回数据字段配置,对应数据字段 */
314
+ backDataFieldConfig?: SelectorFieldConfigProps;
315
+ /** 处理选中数据的节点信息 */
316
+ handSelectorNodeInfo?: (item: SelectorAnyJson) => SelectorAnyJson;
317
+ /** 选中数据标题render */
318
+ selectDataTitleRender?: (list?: SelectorAnyJson[]) => ReactNode;
319
+ /** 选中每一项自定义 */
320
+ selectRenderItem?: (item: SelectorAnyJson) => ReactNode;
321
+ /** 选中项整体自定义渲染 */
322
+ selectRender?: (list: SelectorAnyJson[]) => ReactNode;
323
+ /** 点击× */
324
+ onClose?: (item: SelectorAnyJson, index: number) => void;
325
+ [name: string]: any;
326
+ }
327
+ /** 组件props */
328
+ export interface SelectorProps {
329
+ /** className */
330
+ className?: string;
331
+ /** 样式 */
332
+ style?: React.CSSProperties;
333
+ /** 唯一值,默认key */
334
+ rowKey?: string;
335
+ /** 刷新 */
336
+ refresh?: any;
337
+ /** 值 */
338
+ value?: Record<string, any>[] | Record<string, any>;
339
+ /** 默认值 不受控 */
340
+ defaultValue?: Record<string, any>[] | Record<string, any>;
341
+ /** 布局方式 左右 / 上下 / 无选中数据 */
342
+ layout?: 'lr' | 'tb' | 'list';
343
+ /** 选择模式 radio单选 check复选 undefined不存在选择 */
344
+ selectMode?: 'radio' | 'check';
345
+ /** 节点模式, 叶子节点 / 分支节点 默认分支节点*/
346
+ nodeMode?: 'leaf' | 'branch';
347
+ /** 请求上下文 */
348
+ ctx?: string;
349
+ /** 请求地址 */
350
+ url?: string;
351
+ /** 请求方式 */
352
+ method?: 'Post' | 'Get';
353
+ /** 本地数据源 */
354
+ data?: any;
355
+ /** 是否分页 */
356
+ pagination?: boolean;
357
+ /** 一页条数 */
358
+ size?: number;
359
+ /** 是否懒加载 false为全量数据 */
360
+ isLazy?: boolean;
361
+ /** 请求参数 */
362
+ params?: Record<string, any>;
363
+ /** 数据渲染分组 */
364
+ groupType?: SelectorListTypeItem[];
365
+ /** 分组作用域 默认search */
366
+ groupRange?: 'search' | 'list' | 'searchList';
367
+ /** 面包屑 */
368
+ breadcrumbs?: boolean;
369
+ /** 面包屑中间符号 */
370
+ breadcrumbsSeparator?: string;
371
+ /** 是否展示首层 */
372
+ showbreadcrumbsHead?: boolean;
373
+ /** 面包屑首层 */
374
+ breadcrumbsHead?: BreadcrumbsListItem;
375
+ /** 搜索 */
376
+ search?: boolean;
377
+ /** 搜索Placeholder */
378
+ searchPlaceholder?: ReactNode;
379
+ /** 搜索触发方式 */
380
+ searchTrigger?: 'onChange' | 'onEnter';
381
+ /** 是否具有详情 */
382
+ detail?: boolean;
383
+ /**
384
+ * 详情渲染
385
+ * @param item 当前节点数据
386
+ * @param bol true列表数据, false展示数据
387
+ * */
388
+ detailRender?: (item: SelectorAnyJson, bol: boolean) => (Promise<ReactNode> | ReactNode);
389
+ /** 是否全选, 只存在复选框的时候 */
390
+ isAllCheck?: boolean;
391
+ /** 禁用 */
392
+ disabled?: string[] | boolean;
393
+ /** 禁用下级 */
394
+ disabledChild?: string[] | boolean;
395
+ /** 字段配置,对应数据字段 */
396
+ fieldConfig?: SelectorFieldConfigProps;
397
+ /** 返回数据字段配置,对应数据字段 */
398
+ backDataFieldConfig?: SelectorFieldConfigProps;
399
+ /** 处理节点信息 isSearch是否搜索 */
400
+ handNodeInfo?: (item: SelectorAnyJson, isSearch: boolean) => SelectorAnyJson;
401
+ /** 处理选中数据的节点信息 */
402
+ handSelectorNodeInfo?: (item: SelectorAnyJson) => SelectorAnyJson;
403
+ /** 处理请求参数 */
404
+ paramsCallback?: (data: ReqFuncProps, isSearch?: boolean) => ReqFuncProps;
405
+ /** 请求回调参数 requestCallback(data, cb) cb(data) 需要回调数据回来 */
406
+ requestCallback?: (data: any, cb: (data: any) => void, isSearch?: boolean) => void;
407
+ /** 选中数据标题render */
408
+ selectDataTitleRender?: (list?: SelectorAnyJson[]) => ReactNode;
409
+ /** 选中每一项自定义 */
410
+ selectRenderItem?: (item: SelectorAnyJson) => ReactNode;
411
+ /** 选中项整体自定义渲染 */
412
+ selectRender?: (list: SelectorAnyJson[]) => ReactNode;
413
+ /** 空状态属性 */
414
+ emptyProps?: EmptyProps;
415
+ /**
416
+ * 搜索事件
417
+ * @param val 搜索框的值
418
+ * @return [] 返回平铺数组
419
+ * */
420
+ onSearch?: (val: string, reqParams: SearchFuncProps) => (Promise<SearchReqDataProps> | SearchReqDataProps);
421
+ /** 刷新事件 */
422
+ onRefresh?: () => void;
423
+ /** 选择事件 返回true不触发onChange事件
424
+ * item 点击数据, 全选时候的数据
425
+ * bol 选中/不选中
426
+ * isAllCheck 全选
427
+ * */
428
+ onSelect?: (item: SelectorAnyJson | SelectorAnyJson[], bol: boolean, isAllCheck: boolean) => (Promise<boolean | void> | (boolean | void));
429
+ /** 改变事件 val绑定值, node处理过的数据 rowData原始数据 */
430
+ onChange?: (val: Record<string, any>[] | Record<string, any> | null, node: Record<string, any>, rowData: Record<string, any>) => void;
431
+ [name: string]: any;
432
+ }
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ root: string;
3
+ selectAll: string;
4
+ seeMore: string;
5
+ selected: string;
6
+ pleaseEnter: string;
7
+ searchResult: string;
8
+ detail: string;
9
+ child: string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ zh: {
3
+ root: string;
4
+ selectAll: string;
5
+ seeMore: string;
6
+ selected: string;
7
+ pleaseEnter: string;
8
+ searchResult: string;
9
+ detail: string;
10
+ child: string;
11
+ };
12
+ en: {
13
+ root: string;
14
+ selectAll: string;
15
+ seeMore: string;
16
+ selected: string;
17
+ pleaseEnter: string;
18
+ searchResult: string;
19
+ detail: string;
20
+ child: string;
21
+ };
22
+ };
23
+ export default _default;
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ root: string;
3
+ selectAll: string;
4
+ seeMore: string;
5
+ selected: string;
6
+ pleaseEnter: string;
7
+ searchResult: string;
8
+ detail: string;
9
+ child: string;
10
+ };
11
+ export default _default;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2022/7/22 3:32 PM
4
+ * @description 选择器右侧
5
+ */
6
+ import { FunctionComponent } from 'react';
7
+ import { SelectorDataProps } from '../interface';
8
+ import './index.scss';
9
+ declare const SelectorData: FunctionComponent<SelectorDataProps>;
10
+ export default SelectorData;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2022/7/22 3:32 PM
4
+ * @description 选择器主体
5
+ */
6
+ import { FunctionComponent } from 'react';
7
+ import { SelectorMainProps } from '../interface';
8
+ import './index.scss';
9
+ declare const SelectorMain: FunctionComponent<SelectorMainProps>;
10
+ export default SelectorMain;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2022/7/21 10:13 AM
4
+ * @description 节点
5
+ */
6
+ import { FunctionComponent } from 'react';
7
+ import { SelectorNodeProps } from '../interface';
8
+ import './index.scss';
9
+ declare const SelectorNode: FunctionComponent<SelectorNodeProps>;
10
+ export default SelectorNode;
@@ -0,0 +1,15 @@
1
+ export interface ReqFuncProps {
2
+ method?: 'Get' | 'Post';
3
+ /** 请求地址 */
4
+ url: string;
5
+ /** 请求上下文 */
6
+ ctx?: string;
7
+ /** 请求参数 */
8
+ data?: any;
9
+ [name: string]: any;
10
+ }
11
+ /**
12
+ * 发送请求
13
+ * @param obj {ReqFuncProps} 请求信息
14
+ */
15
+ export declare const reqFunc: (obj: ReqFuncProps) => Promise<import("@paraview/lib").ParaResponse> | undefined;
@@ -0,0 +1,53 @@
1
+ /**
2
+ * @author linhd
3
+ * @date 2022/8/3 3:50 PM
4
+ * @description 选择器选择
5
+ */
6
+ import React, { ReactNode } from 'react';
7
+ import { HelperTextDetailProps } from "../HelperText";
8
+ import { LabelTooltipProps } from "../Label";
9
+ import { SelectorProps } from "../Selector/interface";
10
+ import './index.scss';
11
+ export interface SelectorPickerProps extends HelperTextDetailProps {
12
+ /** className */
13
+ className?: string;
14
+ /** label */
15
+ label?: React.ReactNode;
16
+ /** label 提示信息 */
17
+ labelTooltip?: LabelTooltipProps;
18
+ /** 是否必填 */
19
+ required?: boolean;
20
+ /** 尺寸 */
21
+ size?: 'large' | 'medium' | 'small';
22
+ /** 是否禁用 */
23
+ disabled?: boolean;
24
+ /** style */
25
+ style?: React.CSSProperties;
26
+ /** placeholder */
27
+ placeholder?: string;
28
+ /** 是否多选 */
29
+ multiple?: boolean;
30
+ /** 超出换行 */
31
+ overLine?: boolean;
32
+ /** 支持清除 */
33
+ allowClear?: boolean;
34
+ /** 值 */
35
+ value?: Record<string, any>[] | Record<string, any>;
36
+ /** 默认值 不受控 */
37
+ defaultValue?: Record<string, any>[] | Record<string, any>;
38
+ /** 自定义tag内容 */
39
+ tagRender?: (item: any) => ReactNode;
40
+ /** 清除回调 */
41
+ onClear?: () => void;
42
+ /** 改变事件 val绑定值, node处理过的数据 rowData原始数据 */
43
+ onChange?: (val: Record<string, any>[] | Record<string, any> | null, node: Record<string, any>, rowData: Record<string, any>) => void;
44
+ /** 选择器属性 */
45
+ selectorProps?: Omit<SelectorProps, 'layout' | 'disabled' | 'value' | 'defaultValue' | 'disabled' | 'onChange' | 'selectMode'>;
46
+ /** 浮层渲染容器 */
47
+ getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
48
+ /** 更多className */
49
+ morePopoverClassName?: string;
50
+ [name: string]: any;
51
+ }
52
+ declare const SelectorPicker: React.FC<SelectorPickerProps>;
53
+ export default SelectorPicker;