@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,611 @@
1
+ import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
2
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
3
+ import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
4
+ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
5
+ import { useState, useRef, useEffect, useMemo } from 'react';
6
+ import Label from '../Label/index.js';
7
+ import { UUID } from '@paraview/lib';
8
+ import VisibilityOff from '@para-ui/icons/PreviewClose';
9
+ import Visibility from '@para-ui/icons/PreviewOpen';
10
+ import CloseCircle from '@para-ui/icons/CloseCircle';
11
+ import AutoTips from '../AutoTips/index.js';
12
+ import { Loading } from '../Loading/index.js';
13
+ import HelperText from '../HelperText/index.js';
14
+ import { u as useGlobalProps } from '../_verture/useGlobalProps-1b846a65.js';
15
+ import { D as Dropdown } from '../_verture/index-77f9e0fb.js';
16
+ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
17
+ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
18
+ import '../_verture/unsupportedIterableToArray-cb478f24.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 '@para-ui/icons/LoadingF';
26
+ import '@para-ui/core/GlobalContext';
27
+ import 'rc-dropdown';
28
+ import '../_verture/usePopupContainer-87febeb9.js';
29
+ import 'dayjs';
30
+
31
+ var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-text-field {\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 font-weight: 400;\n display: inline-block;\n width: 100%;\n}\n.paraui-v3-text-field > .text-field-content {\n border: 1px solid;\n border-radius: 4px;\n border-color: rgba(171, 176, 185, 0.4);\n display: flex;\n width: 100%;\n position: relative;\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-text-field > .text-field-content:hover {\n border-color: rgb(54, 102, 214);\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-before {\n color: rgb(46, 55, 67);\n padding: 0 12px;\n border-right: 1px solid rgba(171, 176, 185, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border-bottom-left-radius: 4px;\n border-top-left-radius: 4px;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-before svg {\n font-size: 20px;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within {\n position: relative;\n display: flex;\n flex-grow: 1;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .clean-up-icon {\n display: flex;\n height: 100%;\n align-items: center;\n margin-right: 12px;\n cursor: pointer;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .clean-up-icon svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 16px;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .clean-up-icon:hover svg {\n color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .right-icon {\n display: flex;\n height: 100%;\n align-items: center;\n margin-right: 12px;\n cursor: pointer;\n color: rgba(46, 55, 67, 0.7);\n position: relative;\n z-index: 1;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .right-icon.right-icon-password:hover svg {\n color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .right-icon svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 20px;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .length-limit {\n display: flex;\n height: 100%;\n align-items: center;\n margin-right: 12px;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input {\n width: 100%;\n line-height: 0;\n position: relative;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input input::-webkit-outer-spin-button,\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input input::-webkit-inner-spin-button {\n -webkit-appearance: none;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input input[type=number] {\n -moz-appearance: textfield;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > input {\n width: 100%;\n height: 100%;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea {\n width: 100% !important;\n padding: 12px;\n resize: none;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > input, .paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea {\n font-size: 14px;\n color: rgb(46, 55, 67);\n border: 0;\n border-radius: 4px;\n background: transparent;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > input::-ms-clear, .paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea::-ms-clear {\n display: none;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > input::-ms-reveal, .paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea::-ms-reveal {\n display: none;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > input:disabled, .paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea:disabled {\n background-color: transparent;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n width: 100%;\n position: absolute;\n left: 0;\n top: 0;\n height: 100%;\n padding: 0 12px;\n color: rgba(46, 55, 67, 0.4);\n cursor: text;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n text-align: left;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder > .text-field-required {\n margin-left: 2px;\n color: rgb(235, 96, 84);\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-after {\n color: rgb(46, 55, 67);\n padding: 0 12px;\n border-left: 1px solid rgba(171, 176, 185, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.paraui-v3-text-field > .text-field-content > .text-field-content-after svg {\n font-size: 20px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-multiline > .text-field-content .text-field-content-within > .clean-up-icon {\n display: none;\n}\n.paraui-v3-text-field.paraui-v3-text-field-multiline > .text-field-content .text-field-content-within > .length-limit {\n position: absolute;\n height: 22px;\n bottom: 0;\n border-radius: 4px;\n width: calc(100% - 12px);\n background: white;\n justify-content: flex-end;\n padding-bottom: 8px;\n margin-right: 0;\n}\n.paraui-v3-text-field.paraui-v3-text-field-multiline > .text-field-content .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n padding-top: 12px;\n line-height: 1;\n height: calc(100% - 24px);\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content:hover {\n border-color: rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content > .text-field-content-before {\n background-color: transparent;\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n cursor: not-allowed;\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content > .text-field-content-within > .text-field-content-within-input > input, .paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea {\n cursor: not-allowed;\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled > .text-field-content > .text-field-content-after {\n background-color: transparent;\n}\n.paraui-v3-text-field.paraui-v3-text-field-disabled.paraui-v3-text-field-multiline > .text-field-content .text-field-content-within > .length-limit {\n background-color: transparent;\n}\n.paraui-v3-text-field.paraui-v3-text-field-error > .text-field-content {\n border-color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-text-field.paraui-v3-text-field-error > .text-field-content:hover {\n border-color: rgb(235, 96, 84);\n}\n.paraui-v3-text-field.paraui-v3-text-field-limit > .text-field-content {\n border-color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-text-field.paraui-v3-text-field-limit > .text-field-content:hover {\n border-color: rgb(235, 96, 84) !important;\n}\n.paraui-v3-text-field.paraui-v3-text-field-limit-length > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea {\n padding-bottom: 25px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-focus > .text-field-content {\n border-color: rgb(54, 102, 214);\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content {\n height: 28px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content > .text-field-content-before {\n line-height: 26px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content > .text-field-content-within > .text-field-content-within-input {\n height: 26px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content > .text-field-content-within > .text-field-content-within-input > input {\n padding: 6px 12px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n line-height: 26px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-small > .text-field-content .text-field-content-after {\n line-height: 26px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content {\n height: 32px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content > .text-field-content-before {\n line-height: 30px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content > .text-field-content-within > .text-field-content-within-input {\n height: 30px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content > .text-field-content-within > .text-field-content-within-input > input {\n padding: 8px 12px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n line-height: 30px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-medium > .text-field-content .text-field-content-after {\n line-height: 30px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content {\n height: 36px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content > .text-field-content-before {\n line-height: 34px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content > .text-field-content-within > .text-field-content-within-input {\n height: 34px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content > .text-field-content-within > .text-field-content-within-input > input {\n padding: 10px 12px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content > .text-field-content-within > .text-field-content-within-input > .text-field-label-placeholder {\n line-height: 34px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-large > .text-field-content .text-field-content-after {\n line-height: 34px;\n}\n.paraui-v3-text-field.paraui-v3-text-field-resize > .text-field-content > .text-field-content-within > .text-field-content-within-input > textarea {\n resize: both;\n}\n\n.paraui-v3-text-field-select.component-dropdown > .text-field-select-content {\n max-height: 300px;\n overflow: auto;\n}\n.paraui-v3-text-field-select.component-dropdown > .text-field-select-content > .text-field-select-content-item {\n display: flex;\n cursor: pointer;\n color: rgb(46, 55, 67);\n padding: 0 12px;\n}\n.paraui-v3-text-field-select.component-dropdown > .text-field-select-content > .text-field-select-content-item:hover {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-text-field-select.component-dropdown > .text-field-select-content > .text-field-select-content-item.text-field-select-content-item-keydown {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-text-field-select.component-dropdown > .text-field-select-content.text-field-select-content-loading {\n height: 100px;\n position: relative;\n overflow: hidden;\n}\n.paraui-v3-text-field-select.component-dropdown.paraui-v3-text-field-select-small > .text-field-select-content > .text-field-select-content-item {\n line-height: 28px;\n}\n.paraui-v3-text-field-select.component-dropdown.paraui-v3-text-field-select-medium > .text-field-select-content > .text-field-select-content-item {\n line-height: 32px;\n}\n.paraui-v3-text-field-select.component-dropdown.paraui-v3-text-field-select-large > .text-field-select-content > .text-field-select-content-item {\n line-height: 36px;\n}\n.paraui-v3-text-field-select.paraui-v3-text-field-select-data.component-tooltip {\n padding: 8px 0;\n}";
32
+ styleInject(css_248z);
33
+
34
+ // true:数值型的,false:非数值型
35
+ var IsNaN = function IsNaN(value) {
36
+ return typeof value === 'number' && !isNaN(value);
37
+ };
38
+ var TextField = function TextField(props) {
39
+ var _a = useGlobalProps(props, 'TextField'),
40
+ className = _a.className,
41
+ style = _a.style,
42
+ _a$size = _a.size,
43
+ size = _a$size === void 0 ? 'large' : _a$size,
44
+ _a$labelMode = _a.labelMode,
45
+ labelMode = _a$labelMode === void 0 ? 'outside' : _a$labelMode,
46
+ _a$placeholder = _a.placeholder,
47
+ placeholder = _a$placeholder === void 0 ? '' : _a$placeholder,
48
+ _a$label = _a.label,
49
+ label = _a$label === void 0 ? '' : _a$label,
50
+ labelTooltip = _a.labelTooltip,
51
+ _a$disabled = _a.disabled,
52
+ disabled = _a$disabled === void 0 ? false : _a$disabled,
53
+ _a$multiline = _a.multiline,
54
+ multiline = _a$multiline === void 0 ? false : _a$multiline,
55
+ _a$required = _a.required,
56
+ required = _a$required === void 0 ? false : _a$required,
57
+ labelSign = _a.labelSign,
58
+ _a$rows = _a.rows,
59
+ rows = _a$rows === void 0 ? 2 : _a$rows,
60
+ _a$error = _a.error,
61
+ error = _a$error === void 0 ? false : _a$error,
62
+ hideErrorDom = _a.hideErrorDom,
63
+ _a$helperText = _a.helperText,
64
+ helperText = _a$helperText === void 0 ? '' : _a$helperText,
65
+ _a$addonBefore = _a.addonBefore,
66
+ addonBefore = _a$addonBefore === void 0 ? '' : _a$addonBefore,
67
+ _a$addonAfter = _a.addonAfter,
68
+ addonAfter = _a$addonAfter === void 0 ? '' : _a$addonAfter;
69
+ _a.defaultValue;
70
+ var value = _a.value,
71
+ _a$type = _a.type,
72
+ type = _a$type === void 0 ? 'text' : _a$type,
73
+ onClickIcon = _a.onClickIcon,
74
+ rightIcon = _a.rightIcon,
75
+ _a$showRightIcon = _a.showRightIcon,
76
+ showRightIcon = _a$showRightIcon === void 0 ? true : _a$showRightIcon,
77
+ _a$allowClear = _a.allowClear,
78
+ allowClear = _a$allowClear === void 0 ? false : _a$allowClear,
79
+ limitLength = _a.limitLength,
80
+ fetchSuggestions = _a.fetchSuggestions,
81
+ selectPopoverClass = _a.selectPopoverClass,
82
+ renderSelectItem = _a.renderSelectItem,
83
+ _a$showSelectName = _a.showSelectName,
84
+ showSelectName = _a$showSelectName === void 0 ? 'value' : _a$showSelectName,
85
+ _a$resize = _a.resize,
86
+ resize = _a$resize === void 0 ? true : _a$resize,
87
+ searchEmpty = _a.searchEmpty,
88
+ onBlur = _a.onBlur,
89
+ onFocus = _a.onFocus,
90
+ onChange = _a.onChange,
91
+ onKeydown = _a.onKeydown,
92
+ onKeyUp = _a.onKeyUp,
93
+ onEnter = _a.onEnter,
94
+ onClickAddonBefore = _a.onClickAddonBefore,
95
+ onClickAddonAfter = _a.onClickAddonAfter,
96
+ onSelect = _a.onSelect,
97
+ onClear = _a.onClear,
98
+ otherProps = __rest(_a, ["className", "style", "size", "labelMode", "placeholder", "label", "labelTooltip", "disabled", "multiline", "required", "labelSign", "rows", "error", "hideErrorDom", "helperText", "addonBefore", "addonAfter", "defaultValue", "value", "type", "onClickIcon", "rightIcon", "showRightIcon", "allowClear", "limitLength", "fetchSuggestions", "selectPopoverClass", "renderSelectItem", "showSelectName", "resize", "searchEmpty", "onBlur", "onFocus", "onChange", "onKeydown", "onKeyUp", "onEnter", "onClickAddonBefore", "onClickAddonAfter", "onSelect", "onClear"]);
99
+ var _useState = useState('text-field-select-content-' + UUID()),
100
+ _useState2 = _slicedToArray(_useState, 1),
101
+ classSearchOne = _useState2[0]; // 唯一class
102
+ var _useState3 = useState(true),
103
+ _useState4 = _slicedToArray(_useState3, 2),
104
+ showText = _useState4[0],
105
+ setShowText = _useState4[1]; // 是否显示输入框lable,placeholder true显示
106
+ var _useState5 = useState(''),
107
+ _useState6 = _slicedToArray(_useState5, 2),
108
+ valueCom = _useState6[0],
109
+ setValueCom = _useState6[1]; // 组件值
110
+ var _useState7 = useState(false),
111
+ _useState8 = _slicedToArray(_useState7, 2),
112
+ isFocus = _useState8[0],
113
+ setIsFocus = _useState8[1]; // 是否得到焦点
114
+ var _useState9 = useState('text'),
115
+ _useState10 = _slicedToArray(_useState9, 2),
116
+ typeCom = _useState10[0],
117
+ setTypeCom = _useState10[1];
118
+ var _useState11 = useState(false),
119
+ _useState12 = _slicedToArray(_useState11, 2),
120
+ open = _useState12[0],
121
+ setOpen = _useState12[1]; // 是否打开下拉框
122
+ var _useState13 = useState(false),
123
+ _useState14 = _slicedToArray(_useState13, 2),
124
+ selectLoading = _useState14[0],
125
+ setSelectLoading = _useState14[1]; // 下拉loading
126
+ var _useState15 = useState([]),
127
+ _useState16 = _slicedToArray(_useState15, 2),
128
+ selectData = _useState16[0],
129
+ setSelectData = _useState16[1];
130
+ //const [constData] = useState<ConstDataProps>({});
131
+ var inputDom = useRef(null);
132
+ var selectPosDom = useRef(null); // 下拉框定位元素
133
+ useEffect(function () {
134
+ if (props.defaultValue !== undefined) {
135
+ setValueCom(props.defaultValue === null ? '' : props.defaultValue);
136
+ }
137
+ }, []);
138
+ // 组件类型
139
+ useEffect(function () {
140
+ if (type !== typeCom) setTypeCom(type);
141
+ }, [type]);
142
+ // 监听value
143
+ useEffect(function () {
144
+ if (value !== undefined) {
145
+ setValueCom(value === null ? '' : value);
146
+ }
147
+ }, [value]);
148
+ // 监听组件值,判断是否显示placehold,label
149
+ useEffect(function () {
150
+ if (valueCom !== '' && valueCom !== undefined) setShowText(false);else setShowText(true);
151
+ }, [valueCom]);
152
+ // 判断是否显示下拉
153
+ useEffect(function () {
154
+ if (!fetchSuggestions) return;
155
+ setOpen(isFocus);
156
+ }, [isFocus, fetchSuggestions]);
157
+ useEffect(function () {
158
+ if (open) {
159
+ window.addEventListener("keydown", keydownCom);
160
+ } else {
161
+ window.removeEventListener("keydown", keydownCom);
162
+ }
163
+ return function () {
164
+ window.removeEventListener("keydown", keydownCom);
165
+ };
166
+ }, [open]);
167
+ useEffect(function () {
168
+ // 失去焦点
169
+ if (!isFocus && valueCom) {
170
+ var val = handValueLimit(valueCom);
171
+ if (val !== valueCom) {
172
+ var e = {};
173
+ e.target = inputDom.current;
174
+ e.target.value = val;
175
+ if (props.value === undefined) {
176
+ setValueCom(val);
177
+ }
178
+ props.onChange && props.onChange(e);
179
+ }
180
+ }
181
+ }, [valueCom, isFocus]);
182
+ /**
183
+ * 处理value值
184
+ * 超出字符长度限制,截取符合长度内容,并且触发onchange事件
185
+ * */
186
+ var handValueLimit = function handValueLimit(val) {
187
+ var valHand = val;
188
+ if (IsNaN(props.limitLength) && val.toString().length > Number(props.limitLength)) {
189
+ valHand = valHand.toString().substr(0, props.limitLength);
190
+ }
191
+ return valHand;
192
+ };
193
+ // 点击内标题 / placeholder
194
+ var clickPlaceholder = function clickPlaceholder() {
195
+ if (disabled) return;
196
+ setShowText(false);
197
+ var dom = inputDom && inputDom.current;
198
+ dom.focus();
199
+ };
200
+ /**
201
+ * 处理键盘事件 上/下
202
+ * @param config
203
+ * 例:
204
+ * {
205
+ * selectDom: 外容器
206
+ * keyCode: 键盘code
207
+ * currentDom: 当前元素
208
+ * }
209
+ */
210
+ var handKeydown = function handKeydown(config) {
211
+ var selectDom = config.selectDom,
212
+ keyCode = config.keyCode,
213
+ currentDom = config.currentDom;
214
+ var brotherDom = currentDom;
215
+ var type = 'nextSibling';
216
+ var classSelectStr = '.text-field-select-content-item';
217
+ if (keyCode === 38) {
218
+ // 上
219
+ type = 'previousSibling';
220
+ classSelectStr = '.text-field-select-content-item:last-child';
221
+ }
222
+ if (brotherDom) {
223
+ // 存在键盘上下的元素
224
+ brotherDom = brotherDom[type];
225
+ // 没有兄弟节点,去最后跟第一的节点
226
+ if (!brotherDom) brotherDom = selectDom.querySelector(classSelectStr);
227
+ } else {
228
+ // 不存在,默认情况
229
+ brotherDom = selectDom.querySelector('.text-field-select-content-item');
230
+ }
231
+ if (brotherDom) {
232
+ brotherDom.classList.add("text-field-select-content-item-keydown");
233
+ domClientTop(brotherDom, selectDom);
234
+ }
235
+ };
236
+ /**
237
+ * 设置当前上下选中的元素是否在当前可见页面里面
238
+ * @param currentDom 当前元素
239
+ * @param selectDom 外容器
240
+ */
241
+ var domClientTop = function domClientTop(currentDom, selectDom) {
242
+ var clientHeight = selectDom.clientHeight; // 可见区域的高度
243
+ var top = currentDom.offsetTop + currentDom.clientHeight;
244
+ var difference = top - clientHeight;
245
+ if (difference > 0) {
246
+ selectDom.scrollTop = difference;
247
+ } else {
248
+ selectDom.scrollTop = 0;
249
+ }
250
+ };
251
+ /**
252
+ * 键盘事件
253
+ * @param e 键盘信息
254
+ */
255
+ var keydownCom = function keydownCom(e) {
256
+ var selectDom = document.querySelector('.' + classSearchOne);
257
+ var currentDom = null;
258
+ var keydownDom = selectDom.querySelector('.text-field-select-content-item-keydown');
259
+ // 回车
260
+ if (e.keyCode === 13) {
261
+ if (keydownDom) {
262
+ var val = keydownDom.dataset.val;
263
+ clickSelectItem(JSON.parse(val))(e);
264
+ var dom = inputDom && inputDom.current;
265
+ dom.blur();
266
+ }
267
+ }
268
+ if (keydownDom) {
269
+ currentDom = keydownDom;
270
+ keydownDom.classList.remove("text-field-select-content-item-keydown");
271
+ }
272
+ // 下
273
+ if (e.keyCode === 40) {
274
+ handKeydown({
275
+ selectDom: selectDom,
276
+ keyCode: e.keyCode,
277
+ currentDom: currentDom
278
+ });
279
+ }
280
+ // 上
281
+ if (e.keyCode === 38) {
282
+ handKeydown({
283
+ selectDom: selectDom,
284
+ keyCode: e.keyCode,
285
+ currentDom: currentDom
286
+ });
287
+ }
288
+ };
289
+ /**
290
+ * 失去焦点
291
+ * @param event 失去焦点元素对象
292
+ */
293
+ var onBlurCom = function onBlurCom(event) {
294
+ setIsFocus(false);
295
+ if (event.target.value === '') setShowText(true);
296
+ onBlur && onBlur(event);
297
+ };
298
+ /**
299
+ * 下拉搜索
300
+ * @param val 搜索值
301
+ */
302
+ var fetchSuggestionsCom = function fetchSuggestionsCom(val) {
303
+ if (fetchSuggestions) {
304
+ setSelectLoading(true);
305
+ fetchSuggestions(val, function (data) {
306
+ setSelectData(data || []);
307
+ setSelectLoading(false);
308
+ });
309
+ }
310
+ };
311
+ /**
312
+ * 得到焦点
313
+ * @param event 得到焦点元素
314
+ */
315
+ var onFocusCom = function onFocusCom(event) {
316
+ setIsFocus(true);
317
+ onFocus && onFocus(event);
318
+ fetchSuggestionsCom(event.target.value);
319
+ };
320
+ /**
321
+ * 改变输入框
322
+ * @param event 输入框元素
323
+ */
324
+ var onChangeCom = function onChangeCom(event) {
325
+ var val = event.target.value;
326
+ if (val) setShowText(false); // 有值不显示placehold,防止浏览器默认填充
327
+ /*if (limitLength && val !== undefined && val !== '' && val.toString().length > limitLength) {
328
+ return;
329
+ }*/
330
+ if (props.value === undefined) {
331
+ setValueCom(val);
332
+ }
333
+ onChange && onChange(event);
334
+ fetchSuggestionsCom(event.target.value);
335
+ };
336
+ /**
337
+ * 键盘按下事件
338
+ * @param event 输入框元素
339
+ */
340
+ var onKeyDownCom = function onKeyDownCom(event) {
341
+ if (event.keyCode === 13) onEnter && onEnter(event);
342
+ onKeydown && onKeydown(event);
343
+ };
344
+ /**
345
+ * 键盘抬起事件
346
+ * @param event 输入框元素
347
+ */
348
+ var onKeyUpCom = function onKeyUpCom(event) {
349
+ onKeyUp && onKeyUp(event);
350
+ };
351
+ /**
352
+ * 点击图标
353
+ * @param event 图标元素
354
+ */
355
+ var onClickRightIcon = function onClickRightIcon(event) {
356
+ if (type === 'password') {
357
+ if (typeCom === 'text') {
358
+ setTypeCom('password');
359
+ }
360
+ if (typeCom === 'password') {
361
+ setTypeCom('text');
362
+ }
363
+ }
364
+ onClickIcon && onClickIcon(event);
365
+ };
366
+ var handValue = function handValue() {
367
+ if (props.value === undefined) return valueCom;
368
+ return value;
369
+ };
370
+ // 处理下拉框样式
371
+ var handleClassPopover = function handleClassPopover() {
372
+ var str = "".concat($prefixCls, "-text-field-select ").concat($prefixCls, "-scrollbar-small");
373
+ if (size) str += " ".concat($prefixCls, "-text-field-select-").concat(size);
374
+ if (selectPopoverClass) str += ' ' + selectPopoverClass;
375
+ if (selectData.length > 0) str += " ".concat($prefixCls, "-text-field-select-data");
376
+ return str;
377
+ };
378
+ // 点击下拉
379
+ var clickSelectItem = function clickSelectItem(item) {
380
+ return function (e) {
381
+ onSelect && onSelect(item);
382
+ };
383
+ };
384
+ // 限制长度
385
+ var limitMemo = useMemo(function () {
386
+ return jsx(Fragment, {
387
+ children: IsNaN(limitLength) && jsx("span", Object.assign({
388
+ className: "length-limit"
389
+ }, {
390
+ children: (valueCom ? valueCom.toString().length : 0) + '/' + limitLength
391
+ }))
392
+ });
393
+ }, [limitLength, valueCom]);
394
+ // 图标
395
+ var rightIconMemo = useMemo(function () {
396
+ var rightIconFunc = function rightIconFunc() {
397
+ return rightIcon ? rightIcon :
398
+ // 只有密码模式有默认图标
399
+ type === 'password' ? typeCom === 'password' ? jsx(VisibilityOff, {}) : jsx(Visibility, {}) : null;
400
+ };
401
+ var rightIconContent = rightIconFunc();
402
+ return jsx(Fragment, {
403
+ children: showRightIcon && rightIconContent && jsx("span", Object.assign({
404
+ className: type === 'password' ? 'right-icon right-icon-password' : 'right-icon',
405
+ onClick: onClickRightIcon
406
+ }, {
407
+ children: rightIconContent
408
+ }))
409
+ });
410
+ }, [showRightIcon, rightIcon, type, typeCom, onClickIcon]);
411
+ // 输入框
412
+ var renderInputDom = function renderInputDom() {
413
+ if (multiline) {
414
+ return jsx("textarea", Object.assign({
415
+ ref: inputDom,
416
+ rows: rows,
417
+ value: handValue(),
418
+ onBlur: onBlurCom,
419
+ onFocus: onFocusCom,
420
+ onChange: onChangeCom,
421
+ onKeyDown: onKeyDownCom,
422
+ onKeyUp: onKeyUpCom,
423
+ disabled: disabled
424
+ }, otherProps));
425
+ }
426
+ return jsx("input", Object.assign({
427
+ ref: inputDom,
428
+ type: typeCom,
429
+ value: handValue(),
430
+ onBlur: onBlurCom,
431
+ onFocus: onFocusCom,
432
+ onChange: onChangeCom,
433
+ onKeyDown: onKeyDownCom,
434
+ onKeyUp: onKeyUpCom,
435
+ disabled: disabled
436
+ }, otherProps));
437
+ };
438
+ // 点击清楚按钮
439
+ var clickClean = function clickClean() {
440
+ var target = inputDom.current;
441
+ target.value = '';
442
+ if (props.value === undefined) {
443
+ setValueCom('');
444
+ }
445
+ onChange && onChange({
446
+ target: target
447
+ });
448
+ fetchSuggestionsCom('');
449
+ onClear && onClear();
450
+ };
451
+ // 清空内容
452
+ var clearRender = function clearRender() {
453
+ if (handValue() && !disabled && allowClear) {
454
+ return jsx("span", Object.assign({
455
+ className: "clean-up-icon",
456
+ onClick: clickClean
457
+ }, {
458
+ children: jsx(CloseCircle, {})
459
+ }));
460
+ }
461
+ };
462
+ // 中间主体
463
+ var contentMemo = useMemo(function () {
464
+ var handPlaceholderCon = function handPlaceholderCon() {
465
+ if (labelMode === 'outside') return placeholder;
466
+ return jsxs(Fragment, {
467
+ children: [label || placeholder, required && jsx("span", Object.assign({
468
+ className: "text-field-required"
469
+ }, {
470
+ children: "*"
471
+ })), labelSign && jsx("span", {
472
+ children: labelSign
473
+ })]
474
+ });
475
+ };
476
+ return jsxs("div", Object.assign({
477
+ className: "text-field-content-within",
478
+ ref: selectPosDom
479
+ }, {
480
+ children: [jsxs("div", Object.assign({
481
+ className: "text-field-content-within-input"
482
+ }, {
483
+ children: [renderInputDom(), showText && !isFocus && jsx("span", Object.assign({
484
+ className: "text-field-label-placeholder",
485
+ onClick: clickPlaceholder
486
+ }, {
487
+ children: handPlaceholderCon()
488
+ }))]
489
+ })), clearRender(), limitMemo, rightIconMemo]
490
+ }));
491
+ }, [showText, isFocus, typeCom, valueCom, limitMemo, rightIconMemo, labelMode, placeholder, label, disabled, multiline, rows, otherProps, onChange, fetchSuggestions, onClickIcon, allowClear, onClear]);
492
+ // 搜索下拉内容
493
+ var selectContentMemo = useMemo(function () {
494
+ var handSelectContentClass = function handSelectContentClass() {
495
+ var str = 'text-field-select-content';
496
+ if (selectLoading) str += ' text-field-select-content-loading';
497
+ if (classSearchOne) str += ' ' + classSearchOne;
498
+ return str;
499
+ };
500
+ var handText = function handText(item) {
501
+ if (_typeof(item) === 'object' && item !== null) {
502
+ return item[showSelectName];
503
+ }
504
+ return item;
505
+ };
506
+ return jsxs("div", Object.assign({
507
+ className: handSelectContentClass(),
508
+ style: {
509
+ width: (selectPosDom && selectPosDom.current ? selectPosDom.current.offsetWidth : 0) + 'px'
510
+ }
511
+ }, {
512
+ children: [selectData && selectData.map(function (item, index) {
513
+ return jsx("div", Object.assign({
514
+ className: "text-field-select-content-item",
515
+ onMouseDown: clickSelectItem(item),
516
+ "data-val": JSON.stringify(item)
517
+ }, {
518
+ children: renderSelectItem ? renderSelectItem(item) : jsx(AutoTips, {
519
+ children: handText(item)
520
+ })
521
+ }), index);
522
+ }), selectData.length === 0 && searchEmpty, selectLoading && jsx(Loading, {})]
523
+ }));
524
+ }, [selectPosDom, open, selectData, renderSelectItem, showSelectName, onSelect, selectLoading, classSearchOne, searchEmpty]);
525
+ // 带有搜索的中间主体
526
+ var searchContentMemo = useMemo(function () {
527
+ return jsx(Dropdown, Object.assign({
528
+ visible: open,
529
+ placement: 'bottomLeft',
530
+ trigger: ['click'],
531
+ overlay: jsx(Fragment, {
532
+ children: selectContentMemo
533
+ }),
534
+ overlayClassName: handleClassPopover()
535
+ }, {
536
+ children: contentMemo
537
+ }));
538
+ }, [showText, isFocus, typeCom, valueCom, limitMemo, rightIconMemo, labelMode, placeholder, label, disabled, multiline, rows, otherProps, onChange, fetchSuggestions, onSelect, selectPosDom, open, selectPopoverClass, size, onClickIcon, selectData, allowClear, onClear]);
539
+ // 外标题
540
+ var outSideMemo = useMemo(function () {
541
+ var showTag = Boolean(required || labelSign || label);
542
+ if (labelMode === 'outside' && showTag) {
543
+ var handLabelClass = function handLabelClass() {
544
+ var str = 'text-field-label';
545
+ if (labelTooltip && labelTooltip.className) {
546
+ str += ' ' + labelTooltip.className;
547
+ }
548
+ return str;
549
+ };
550
+ return jsx(Label, Object.assign({
551
+ label: label,
552
+ required: required,
553
+ labelSign: labelSign
554
+ }, labelTooltip, {
555
+ className: handLabelClass()
556
+ }));
557
+ }
558
+ return null;
559
+ }, [labelMode, label, labelSign, required, labelTooltip]);
560
+ // 处理class
561
+ var handClass = function handClass() {
562
+ var str = "".concat($prefixCls, "-text-field");
563
+ if (className) str += ' ' + className;
564
+ if (size && !multiline) str += " ".concat($prefixCls, "-text-field-").concat(size);
565
+ if (error) str += " ".concat($prefixCls, "-text-field-error");
566
+ if (isFocus) str += " ".concat($prefixCls, "-text-field-focus");
567
+ if (disabled) str += " ".concat($prefixCls, "-text-field-disabled");
568
+ if (multiline) str += " ".concat($prefixCls, "-text-field-multiline");
569
+ if (IsNaN(props.limitLength)) str += " ".concat($prefixCls, "-text-field-limit-length");
570
+ if (IsNaN(props.limitLength) && valueCom && valueCom.toString().length > Number(props.limitLength)) str += " ".concat($prefixCls, "-text-field-limit");
571
+ if (resize) str += " ".concat($prefixCls, "-text-field-resize");
572
+ if (handValue()) str += " ".concat($prefixCls, "-text-field-value");
573
+ if (allowClear) str += " ".concat($prefixCls, "-text-field-allow-clear");
574
+ return str;
575
+ };
576
+ // 点击前缀
577
+ var clickBefore = function clickBefore(event) {
578
+ onClickAddonBefore && onClickAddonBefore(event);
579
+ };
580
+ // 点击后缀
581
+ var clickAfter = function clickAfter(event) {
582
+ onClickAddonAfter && onClickAddonAfter(event);
583
+ };
584
+ return jsxs("div", Object.assign({
585
+ className: handClass(),
586
+ style: style
587
+ }, {
588
+ children: [outSideMemo, jsxs("div", Object.assign({
589
+ className: "text-field-content"
590
+ }, {
591
+ children: [addonBefore && jsx("div", Object.assign({
592
+ className: "text-field-content-before",
593
+ onClick: clickBefore
594
+ }, {
595
+ children: addonBefore
596
+ })), fetchSuggestions ? searchContentMemo : contentMemo, addonAfter && jsx("div", Object.assign({
597
+ className: "text-field-content-after",
598
+ onClick: clickAfter
599
+ }, {
600
+ children: addonAfter
601
+ }))]
602
+ })), jsx(HelperText, {
603
+ className: "text-field-error-text",
604
+ error: error,
605
+ helperText: helperText,
606
+ hideErrorDom: hideErrorDom
607
+ })]
608
+ }));
609
+ };
610
+
611
+ export { TextField, TextField as default };
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { Dayjs } from 'dayjs';
3
+ import { PickerTimeProps, RangePickerTimeProps } from '../DatePicker/generatePicker';
4
+ export interface TimePickerLocale {
5
+ placeholder?: string;
6
+ rangePlaceholder?: [string, string];
7
+ }
8
+ export interface TimeRangePickerProps extends Omit<RangePickerTimeProps<Dayjs>, 'picker'> {
9
+ popupClassName?: string;
10
+ }
11
+ declare const RangePicker: React.ForwardRefExoticComponent<TimeRangePickerProps & React.RefAttributes<any>>;
12
+ export interface TimePickerProps extends Omit<PickerTimeProps<Dayjs>, 'picker'> {
13
+ addon?: () => React.ReactNode;
14
+ popupClassName?: string;
15
+ }
16
+ declare const TimePicker: React.ForwardRefExoticComponent<TimePickerProps & React.RefAttributes<any>>;
17
+ type MergedTimePicker = typeof TimePicker & {
18
+ TimeRangePicker: typeof RangePicker;
19
+ RangePicker: typeof RangePicker;
20
+ };
21
+ declare const _default: MergedTimePicker;
22
+ export default _default;