@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,277 @@
1
+ import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
2
+ import { _ as _toConsumableArray } from '../_verture/toConsumableArray-81040c9e.js';
3
+ import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
4
+ import { jsxs, jsx } from 'react/jsx-runtime';
5
+ import { useState, useEffect } from 'react';
6
+ import { TextField } from '../TextField/index.js';
7
+ import Label from '../Label/index.js';
8
+ import HelperText from '../HelperText/index.js';
9
+ import Delete from '@para-ui/icons/Delete';
10
+ import PlusCircleF from '@para-ui/icons/PlusCircleF';
11
+ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
12
+ import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
13
+ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
14
+ import '../_verture/unsupportedIterableToArray-cb478f24.js';
15
+ import '../_verture/tslib.es6-55ed4bd2.js';
16
+ import '@paraview/lib';
17
+ import '@para-ui/icons/PreviewClose';
18
+ import '@para-ui/icons/PreviewOpen';
19
+ import '@para-ui/icons/CloseCircle';
20
+ import '../AutoTips/index.js';
21
+ import '../Tooltip/index.js';
22
+ import 'rc-tooltip';
23
+ import 'rc-tooltip/lib/placements';
24
+ import 'clsx';
25
+ import '../Loading/index.js';
26
+ import '@para-ui/icons/LoadingF';
27
+ import '../_verture/useGlobalProps-1b846a65.js';
28
+ import '@para-ui/core/GlobalContext';
29
+ import '../_verture/index-77f9e0fb.js';
30
+ import 'rc-dropdown';
31
+ import '../_verture/usePopupContainer-87febeb9.js';
32
+ import 'dayjs';
33
+ import '../Help/index.js';
34
+ import '@para-ui/icons/Help';
35
+
36
+ var en = {
37
+ add: 'Newly Added'
38
+ };
39
+
40
+ var zh = {
41
+ add: '新增'
42
+ };
43
+
44
+ var localeJson = {
45
+ zh: zh,
46
+ en: en
47
+ };
48
+
49
+ var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-multi-box {\n width: 100%;\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}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item {\n display: flex;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input {\n flex: 1;\n display: flex;\n align-items: center;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input > .multi-box-text-field:first-child {\n margin-right: 12px;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input > .multi-box-text-field {\n flex: 1;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input > .multi-box-text-field .paraui-v3-helper-text {\n min-height: 12px;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input > .multi-box-separator {\n padding-bottom: 20px;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n margin: 0 12px;\n line-height: 1;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .opera-box {\n display: flex;\n align-items: center;\n margin-left: 12px;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .opera-box > .del-box {\n cursor: pointer;\n border-radius: 4px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .opera-box > .del-box:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .opera-box > .del-box:hover svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-multi-box > .multi-box-content > .multi-box-content-item > .opera-box > .del-box svg {\n font-size: 24px;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-multi-box > .multi-box-add {\n text-align: center;\n border: 1px dashed;\n border-color: rgba(171, 176, 185, 0.4);\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 4px;\n cursor: pointer;\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n font-size: 14px;\n}\n.paraui-v3-multi-box > .multi-box-add > svg {\n font-size: 16px;\n color: rgb(54, 102, 214);\n margin-right: 8px;\n}\n.paraui-v3-multi-box > .multi-box-add:hover {\n border-color: rgba(54, 102, 214, 0.4);\n background-color: rgba(54, 102, 214, 0.05);\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-separator > .multi-box-content > .multi-box-content-item > .multi-box-content-item-input > .multi-box-text-field:first-child {\n margin-right: 0;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-small > .multi-box-add {\n height: 28px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-small > .multi-box-content > .multi-box-content-item > .opera-box {\n height: 28px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-small > .multi-box-content > .multi-box-content-item > .opera-box > .del-box {\n width: 28px;\n height: 28px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-medium > .multi-box-add {\n height: 32px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-medium > .multi-box-content > .multi-box-content-item > .opera-box {\n height: 32px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-medium > .multi-box-content > .multi-box-content-item > .opera-box > .del-box {\n width: 32px;\n height: 32px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-large > .multi-box-add {\n height: 36px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-large > .multi-box-content > .multi-box-content-item > .opera-box {\n height: 36px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-large > .multi-box-content > .multi-box-content-item > .opera-box > .del-box {\n width: 36px;\n height: 36px;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-content > .multi-box-content-item > .opera-box > .del-box {\n cursor: not-allowed;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-content > .multi-box-content-item > .opera-box > .del-box:hover {\n background-color: transparent;\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-content > .multi-box-content-item > .opera-box > .del-box:hover svg {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-content > .multi-box-content-item > .opera-box > .del-box svg {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-add {\n border-color: rgba(171, 176, 185, 0.4);\n cursor: not-allowed;\n background-color: rgba(171, 176, 185, 0.12);\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-add > svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-multi-box.paraui-v3-multi-box-disabled > .multi-box-add:hover {\n border-color: rgba(171, 176, 185, 0.4);\n color: rgba(46, 55, 67, 0.4);\n}";
50
+ styleInject(css_248z);
51
+
52
+ var MultiBox = function MultiBox(props) {
53
+ var className = props.className,
54
+ style = props.style,
55
+ _props$size = props.size,
56
+ size = _props$size === void 0 ? 'large' : _props$size,
57
+ _props$placeholderKey = props.placeholderKey,
58
+ placeholderKey = _props$placeholderKey === void 0 ? '' : _props$placeholderKey,
59
+ _props$placeholderVal = props.placeholderValue,
60
+ placeholderValue = _props$placeholderVal === void 0 ? '' : _props$placeholderVal,
61
+ _props$label = props.label,
62
+ label = _props$label === void 0 ? '' : _props$label,
63
+ labelTooltip = props.labelTooltip,
64
+ labelSign = props.labelSign,
65
+ _props$disabled = props.disabled,
66
+ disabled = _props$disabled === void 0 ? false : _props$disabled,
67
+ _props$required = props.required,
68
+ required = _props$required === void 0 ? false : _props$required,
69
+ _props$error = props.error,
70
+ error = _props$error === void 0 ? false : _props$error,
71
+ hideErrorDom = props.hideErrorDom,
72
+ _props$separator = props.separator,
73
+ separator = _props$separator === void 0 ? ':' : _props$separator,
74
+ _props$helperText = props.helperText,
75
+ helperText = _props$helperText === void 0 ? '' : _props$helperText,
76
+ value = props.value,
77
+ replaceFields = props.replaceFields,
78
+ onChange = props.onChange,
79
+ fetchSuggestionsKey = props.fetchSuggestionsKey,
80
+ fetchSuggestionsValue = props.fetchSuggestionsValue;
81
+ var isError = helperText && typeof helperText === 'string' ? true : false;
82
+ var isErrorArr = helperText instanceof Array;
83
+ var intl = useFormatMessage('MultiBox', localeJson);
84
+ var _useState = useState([]),
85
+ _useState2 = _slicedToArray(_useState, 2),
86
+ valueCom = _useState2[0],
87
+ setValueCom = _useState2[1];
88
+ var _useState3 = useState({
89
+ key: 'label',
90
+ value: 'value'
91
+ }),
92
+ _useState4 = _slicedToArray(_useState3, 2),
93
+ replaceFieldsCom = _useState4[0],
94
+ setReplaceFieldsCom = _useState4[1];
95
+ useEffect(function () {
96
+ if (props.defaultValue !== undefined) setValueCom(_toConsumableArray(props.defaultValue));
97
+ }, []);
98
+ useEffect(function () {
99
+ if (value !== undefined) setValueCom(_toConsumableArray(value));
100
+ }, [value]);
101
+ useEffect(function () {
102
+ if (replaceFields) {
103
+ var json = Object.assign(Object.assign({}, replaceFieldsCom), replaceFields);
104
+ setReplaceFieldsCom(json);
105
+ }
106
+ }, [replaceFields]);
107
+ /** 处理错误 */
108
+ var handError = function handError(index, name) {
109
+ var obj = {
110
+ error: false,
111
+ helperText: ''
112
+ };
113
+ if (isErrorArr) {
114
+ var errorItem = helperText[index];
115
+ if (errorItem && errorItem[name]) {
116
+ obj = {
117
+ error: true,
118
+ helperText: errorItem[name]
119
+ };
120
+ }
121
+ }
122
+ return obj;
123
+ };
124
+ /** 增加 */
125
+ var add = function add() {
126
+ if (disabled === true) return;
127
+ valueCom.push({});
128
+ if (props.value === undefined) setValueCom(_toConsumableArray(valueCom));
129
+ onChange && onChange(valueCom);
130
+ };
131
+ /** 删除 */
132
+ var del = function del(index) {
133
+ return function () {
134
+ if (disabled === true) return;
135
+ valueCom.splice(index, 1);
136
+ if (props.value === undefined) setValueCom(_toConsumableArray(valueCom));
137
+ onChange && onChange(valueCom);
138
+ };
139
+ };
140
+ /** 改变值 */
141
+ var changeValue = function changeValue(key, index) {
142
+ return function (event) {
143
+ valueCom[index][key] = event.target.value;
144
+ if (props.value === undefined) setValueCom(_toConsumableArray(valueCom));
145
+ onChange && onChange(valueCom);
146
+ };
147
+ };
148
+ /**
149
+ * 处理label
150
+ * */
151
+ var handLabel = function handLabel() {
152
+ if (!label && !labelSign) return null;
153
+ var handLabelClass = function handLabelClass() {
154
+ var str = 'multi-box-label';
155
+ if (labelTooltip && labelTooltip.className) {
156
+ str += ' ' + labelTooltip.className;
157
+ }
158
+ return str;
159
+ };
160
+ return jsx(Label, Object.assign({
161
+ label: label,
162
+ required: required,
163
+ labelSign: labelSign
164
+ }, labelTooltip, {
165
+ className: handLabelClass()
166
+ }));
167
+ };
168
+ /** 处理内容每一项 */
169
+ var handContentItem = function handContentItem(item, index) {
170
+ var _a, _b;
171
+ var keyValue = item[replaceFieldsCom.key || ''] || '';
172
+ var valValue = item[replaceFieldsCom.value || ''] || '';
173
+ var disabledKey = disabled instanceof Array ? (_a = disabled[index]) === null || _a === void 0 ? void 0 : _a[keyValue] : disabled;
174
+ var disabledVal = disabled instanceof Array ? (_b = disabled[index]) === null || _b === void 0 ? void 0 : _b[valValue] : disabled;
175
+ return jsxs("div", Object.assign({
176
+ className: "multi-box-content-item-input"
177
+ }, {
178
+ children: [jsx(TextField, Object.assign({
179
+ className: 'multi-box-text-field',
180
+ size: size,
181
+ disabled: disabledKey,
182
+ placeholder: placeholderKey,
183
+ value: keyValue
184
+ }, handError(index, replaceFieldsCom.key || ''), {
185
+ onChange: changeValue(replaceFieldsCom.key || '', index),
186
+ fetchSuggestions: fetchSuggestionsKey ? fetchSuggestions('key') : undefined,
187
+ onSelect: selectValue(replaceFieldsCom.key || '', index)
188
+ })), separator && jsx("span", Object.assign({
189
+ className: 'multi-box-separator'
190
+ }, {
191
+ children: separator
192
+ })), jsx(TextField, Object.assign({
193
+ className: 'multi-box-text-field',
194
+ size: size,
195
+ disabled: disabledVal,
196
+ placeholder: placeholderValue,
197
+ value: valValue
198
+ }, handError(index, replaceFieldsCom.value || ''), {
199
+ onChange: changeValue(replaceFieldsCom.value || '', index),
200
+ fetchSuggestions: fetchSuggestionsValue ? fetchSuggestions('value') : undefined,
201
+ onSelect: selectValue(replaceFieldsCom.value || '', index)
202
+ }))]
203
+ }));
204
+ };
205
+ /** 处理内容 */
206
+ var handContent = function handContent() {
207
+ return jsx("div", Object.assign({
208
+ className: "multi-box-content"
209
+ }, {
210
+ children: valueCom.map(function (item, index) {
211
+ return jsxs("div", Object.assign({
212
+ className: "multi-box-content-item"
213
+ }, {
214
+ children: [handContentItem(item, index), disabled !== true && jsx("div", Object.assign({
215
+ className: "opera-box"
216
+ }, {
217
+ children: jsx("span", Object.assign({
218
+ className: "del-box",
219
+ onClick: del(index)
220
+ }, {
221
+ children: jsx(Delete, {})
222
+ }))
223
+ }))]
224
+ }), index);
225
+ })
226
+ }));
227
+ };
228
+ /** 模糊匹配 */
229
+ var fetchSuggestions = function fetchSuggestions(key) {
230
+ return function (val, cb) {
231
+ if (key === 'key') fetchSuggestionsKey && fetchSuggestionsKey(val, cb);else fetchSuggestionsValue && fetchSuggestionsValue(val, cb);
232
+ };
233
+ };
234
+ /** 选择值 */
235
+ var selectValue = function selectValue(key, index) {
236
+ return function (item) {
237
+ valueCom[index][key] = item;
238
+ if (_typeof(item) === 'object' && item !== null) {
239
+ valueCom[index][key] = item.value;
240
+ }
241
+ if (props.value === undefined) setValueCom(_toConsumableArray(valueCom));
242
+ onChange && onChange(valueCom);
243
+ };
244
+ };
245
+ /** 处理class */
246
+ var handClass = function handClass() {
247
+ var str = $prefixCls + '-multi-box multi-box';
248
+ if (className) str += ' ' + className;
249
+ if (size) str += " ".concat($prefixCls, "-multi-box-").concat(size);
250
+ if (error) str += " ".concat($prefixCls, "-multi-box-error");
251
+ if (disabled === true) str += " ".concat($prefixCls, "-multi-box-disabled");
252
+ if (separator) str += " ".concat($prefixCls, "-multi-box-separator");
253
+ return str;
254
+ };
255
+ return jsxs("div", Object.assign({
256
+ className: handClass(),
257
+ style: style
258
+ }, {
259
+ children: [handLabel(), handContent(), jsxs("div", Object.assign({
260
+ className: "multi-box-add",
261
+ onClick: add
262
+ }, {
263
+ children: [jsx(PlusCircleF, {}), jsx("span", {
264
+ children: intl({
265
+ id: 'add'
266
+ })
267
+ })]
268
+ })), jsx(HelperText, {
269
+ className: "multi-box-error-text",
270
+ error: isError,
271
+ helperText: isError ? helperText : undefined,
272
+ hideErrorDom: hideErrorDom
273
+ })]
274
+ }));
275
+ };
276
+
277
+ export { MultiBox, MultiBox as default };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ add: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ zh: {
3
+ add: string;
4
+ };
5
+ en: {
6
+ add: string;
7
+ };
8
+ };
9
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ add: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,74 @@
1
+ /**
2
+ * @author Hanz
3
+ * @date 2022/1/13 上午10:30
4
+ * @description 通知提醒框
5
+ */
6
+ import React from 'react';
7
+ import './index.scss';
8
+ export type NotificationPlacement = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
9
+ export type IconType = 'success' | 'info' | 'error' | 'warning';
10
+ export interface ConfigProps {
11
+ /** 消息从顶部弹出时,距离顶部的位置,单位像素 */
12
+ top?: number;
13
+ /** 消息从底部弹出时,距离底部的位置,单位像素 */
14
+ bottom?: number;
15
+ /** 默认自动关闭延时,单位秒 */
16
+ duration?: number;
17
+ /** 弹出位置 */
18
+ placement?: NotificationPlacement;
19
+ /** 配置渲染输出位置 */
20
+ getContainer?: () => HTMLElement;
21
+ /** 自定义关闭图标 */
22
+ closeIcon?: React.ReactNode;
23
+ /** 最大显示数 */
24
+ maxCount?: number;
25
+ }
26
+ export interface ArgsProps {
27
+ /** 通知提醒标题 */
28
+ message: React.ReactNode;
29
+ /** 通知提醒内容 */
30
+ description?: React.ReactNode;
31
+ /** 自定义关闭按钮 */
32
+ btn?: React.ReactNode;
33
+ /** 当前通知唯一标志 */
34
+ key?: string;
35
+ /** 关闭时触发 */
36
+ onClose?: () => void;
37
+ /** 默认 4.5 秒后自动关闭,配置为 null 则不自动关闭 */
38
+ duration?: number | null;
39
+ /** 自定义图标 */
40
+ icon?: React.ReactNode;
41
+ /** 弹出位置 */
42
+ placement?: NotificationPlacement;
43
+ /** style */
44
+ style?: React.CSSProperties;
45
+ /** cls */
46
+ className?: string;
47
+ /** 图标类型 内部使用*/
48
+ readonly type?: IconType;
49
+ /** 点击通知时触发 */
50
+ onClick?: () => void;
51
+ /** 消息从顶部弹出时,距离顶部的位置,单位像素 */
52
+ top?: number;
53
+ /** 消息从底部弹出时,距离底部的位置,单位像素 */
54
+ bottom?: number;
55
+ /** 渲染容器 */
56
+ getContainer?: () => HTMLElement;
57
+ /** 自定义关闭图标 */
58
+ closeIcon?: React.ReactNode;
59
+ }
60
+ export interface NotificationInstance {
61
+ success(args: ArgsProps): void;
62
+ error(args: ArgsProps): void;
63
+ info(args: ArgsProps): void;
64
+ warning(args: ArgsProps): void;
65
+ open(args: ArgsProps): void;
66
+ }
67
+ export interface NotificationApi extends NotificationInstance {
68
+ warn(args: ArgsProps): void;
69
+ close(key: string): void;
70
+ config(options: ConfigProps): void;
71
+ destroy(): void;
72
+ }
73
+ declare const _default: NotificationApi;
74
+ export default _default;
@@ -0,0 +1,252 @@
1
+ import { _ as _defineProperty } from '../_verture/defineProperty-62acccfc.js';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
+ import React__default from 'react';
4
+ import Notification from 'rc-notification';
5
+ import WarningCircleF from '@para-ui/icons/WarningCircleF';
6
+ import CompleteIcon from '@para-ui/icons/CheckCircleF';
7
+ import CloseIcon from '@para-ui/icons/Close';
8
+ import CloseCircleFilled from '@para-ui/icons/CloseCircleF';
9
+ import clsx from 'clsx';
10
+ import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
11
+ import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
12
+ import '../_verture/typeof-498dd2b1.js';
13
+
14
+ var css_248z = "@charset \"UTF-8\";\n/**\n * @author Hanz\n * @date 2022/1/13 上午10:30\n * @description 通知提醒框\n */\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-notification {\n position: fixed;\n margin: 0 24px 0 0;\n padding: 0;\n color: rgb(46, 55, 67);\n font-size: 14px;\n z-index: 9999;\n}\n.paraui-v3-notification-topLeft, .paraui-v3-notification-bottomLeft {\n margin-right: 0;\n margin-left: 24px;\n}\n.paraui-v3-notification-topLeft .paraui-v3-notification-fade-enter.paraui-v3-notification-fade-enter-active, .paraui-v3-notification-bottomLeft .paraui-v3-notification-fade-enter.paraui-v3-notification-fade-enter-active, .paraui-v3-notification-topLeft .paraui-v3-notification-fade-appear.paraui-v3-notification-fade-appear-active, .paraui-v3-notification-bottomLeft .paraui-v3-notification-fade-appear.paraui-v3-notification-fade-appear-active {\n animation-name: NotificationLeftFadeIn;\n}\n.paraui-v3-notification-hook-holder, .paraui-v3-notification-notice {\n position: relative;\n width: 430px;\n max-width: calc(100vw - 48px);\n margin-bottom: 16px;\n margin-left: auto;\n overflow: hidden;\n word-wrap: break-word;\n background: rgb(255, 255, 255);\n border-radius: 4px;\n box-shadow: 0px 2px 8px 0px rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-notification-topLeft .paraui-v3-notification-hook-holder, .paraui-v3-notification-topLeft .paraui-v3-notification-notice, .paraui-v3-notification-bottomLeft .paraui-v3-notification-hook-holder, .paraui-v3-notification-bottomLeft .paraui-v3-notification-notice {\n margin-right: auto;\n margin-left: 0;\n}\n.paraui-v3-notification-hook-holder > .paraui-v3-notification-notice {\n margin-bottom: 0;\n box-shadow: none;\n}\n.paraui-v3-notification-notice {\n padding: 20px;\n line-height: 1.5715;\n}\n.paraui-v3-notification-notice-content {\n position: relative;\n}\n.paraui-v3-notification-notice-message {\n margin-bottom: 8px;\n color: rgb(46, 55, 67);\n font-size: 14px;\n font-weight: 700;\n line-height: 24px;\n}\n.paraui-v3-notification-notice-message-single-line-auto-margin {\n display: block;\n width: calc(264px - 100%);\n max-width: 4px;\n background-color: transparent;\n pointer-events: none;\n}\n.paraui-v3-notification-notice-message-single-line-auto-margin::before {\n display: block;\n content: \"\";\n}\n.paraui-v3-notification-notice-description {\n font-size: 14px;\n font-weight: 400;\n}\n.paraui-v3-notification-notice-closable .paraui-v3-notification-notice-message {\n padding-right: 24px;\n}\n.paraui-v3-notification-notice-with-icon .paraui-v3-notification-notice-message {\n margin-bottom: 4px;\n margin-left: 24px;\n}\n.paraui-v3-notification-notice-with-icon .paraui-v3-notification-notice-description {\n margin-left: 24px;\n}\n.paraui-v3-notification-notice-without-description .paraui-v3-notification-notice-message {\n margin-bottom: 0;\n}\n.paraui-v3-notification .paraui-v3-notification-notice-icon {\n position: absolute;\n top: 4px;\n font-size: 16px;\n line-height: 24px;\n}\n.paraui-v3-notification .paraui-v3-notification-notice-icon-success {\n color: rgb(83, 195, 27);\n}\n.paraui-v3-notification .paraui-v3-notification-notice-icon-info {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-notification .paraui-v3-notification-notice-icon-warning {\n color: rgb(255, 161, 80);\n}\n.paraui-v3-notification .paraui-v3-notification-notice-icon-error {\n color: rgb(235, 96, 84);\n}\n.paraui-v3-notification-notice-close {\n position: absolute;\n top: 16px;\n right: 22px;\n color: rgba(46, 55, 67, 0.7);\n outline: none;\n}\n.paraui-v3-notification-notice-close:hover {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-notification .paraui-v3-notification-close-icon {\n font-size: 18px;\n cursor: pointer;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-notification-notice-btn {\n float: right;\n margin-top: 16px;\n}\n.paraui-v3-notification .notification-fade-effect {\n animation-duration: 0.24s;\n animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);\n animation-fill-mode: both;\n}\n.paraui-v3-notification-fade-enter, .paraui-v3-notification-fade-appear {\n animation-duration: 0.24s;\n animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);\n animation-fill-mode: both;\n opacity: 0;\n animation-play-state: paused;\n}\n.paraui-v3-notification-fade-leave {\n animation-duration: 0.24s;\n animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);\n animation-fill-mode: both;\n animation-play-state: paused;\n}\n.paraui-v3-notification-fade-enter.paraui-v3-notification-fade-enter-active, .paraui-v3-notification-fade-appear.paraui-v3-notification-fade-appear-active {\n animation-name: NotificationFadeIn;\n animation-play-state: running;\n}\n.paraui-v3-notification-fade-leave.paraui-v3-notification-fade-leave-active {\n animation-name: NotificationFadeOut;\n animation-play-state: running;\n}\n@keyframes NotificationFadeIn {\n 0% {\n left: 430px;\n opacity: 0;\n }\n 100% {\n left: 0;\n opacity: 1;\n }\n}\n@keyframes NotificationLeftFadeIn {\n 0% {\n right: 430px;\n opacity: 0;\n }\n 100% {\n right: 0;\n opacity: 1;\n }\n}\n@keyframes NotificationFadeOut {\n 0% {\n max-height: 150px;\n margin-bottom: 16px;\n opacity: 1;\n }\n 100% {\n max-height: 0;\n margin-bottom: 0;\n padding-top: 0;\n padding-bottom: 0;\n opacity: 0;\n }\n}";
15
+ styleInject(css_248z);
16
+
17
+ //通知框实例存储
18
+ var notificationInstance = {};
19
+ // 默认值
20
+ var defaultDuration = 4.5; //默认 4.5 秒后自动关闭,配置为 null 则不自动关闭
21
+ var defaultTop = 24;
22
+ var defaultBottom = 24;
23
+ var defaultPlacement = 'topRight';
24
+ var defaultGetContainer;
25
+ var prefixCls = "".concat($prefixCls, "-notification");
26
+ var defaultCloseIcon = jsx(CloseIcon, {
27
+ className: "".concat(prefixCls, "-close-icon")
28
+ });
29
+ var rtl = false;
30
+ var maxCount;
31
+ //设置全局配置
32
+ function setNotificationConfig(options) {
33
+ var duration = options.duration,
34
+ placement = options.placement,
35
+ bottom = options.bottom,
36
+ top = options.top,
37
+ getContainer = options.getContainer,
38
+ closeIcon = options.closeIcon;
39
+ if (duration !== undefined) {
40
+ defaultDuration = duration;
41
+ }
42
+ if (placement !== undefined) {
43
+ defaultPlacement = placement;
44
+ }
45
+ if (bottom !== undefined) {
46
+ defaultBottom = bottom;
47
+ }
48
+ if (top !== undefined) {
49
+ defaultTop = top;
50
+ }
51
+ if (getContainer !== undefined) {
52
+ defaultGetContainer = getContainer;
53
+ }
54
+ if (closeIcon !== undefined) {
55
+ defaultCloseIcon = closeIcon;
56
+ }
57
+ if (options.maxCount !== undefined) {
58
+ maxCount = options.maxCount;
59
+ }
60
+ }
61
+ //获得位置样式
62
+ function getPlacementStyle(placement) {
63
+ var top = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultTop;
64
+ var bottom = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : defaultBottom;
65
+ var style;
66
+ switch (placement) {
67
+ case 'topLeft':
68
+ style = {
69
+ left: 0,
70
+ top: top,
71
+ bottom: 'auto'
72
+ };
73
+ break;
74
+ case 'topRight':
75
+ style = {
76
+ right: 0,
77
+ top: top,
78
+ bottom: 'auto'
79
+ };
80
+ break;
81
+ case 'bottomLeft':
82
+ style = {
83
+ left: 0,
84
+ top: 'auto',
85
+ bottom: bottom
86
+ };
87
+ break;
88
+ default:
89
+ style = {
90
+ right: 0,
91
+ top: 'auto',
92
+ bottom: bottom
93
+ };
94
+ break;
95
+ }
96
+ return style;
97
+ }
98
+ //创建通知框实例
99
+ function getNotificationInstance(args, callback) {
100
+ var _args$placement = args.placement,
101
+ placement = _args$placement === void 0 ? defaultPlacement : _args$placement,
102
+ top = args.top,
103
+ bottom = args.bottom,
104
+ _args$getContainer = args.getContainer,
105
+ getContainer = _args$getContainer === void 0 ? defaultGetContainer : _args$getContainer,
106
+ _args$closeIcon = args.closeIcon,
107
+ closeIcon = _args$closeIcon === void 0 ? defaultCloseIcon : _args$closeIcon;
108
+ // const prefixCls = `${$prefixCls}-notification`;
109
+ var cacheKey = "".concat(prefixCls, "-").concat(placement);
110
+ var cacheInstance = notificationInstance[cacheKey];
111
+ if (cacheInstance) {
112
+ Promise.resolve(cacheInstance).then(function (instance) {
113
+ callback({
114
+ prefixCls: "".concat(prefixCls, "-notice"),
115
+ instance: instance
116
+ });
117
+ });
118
+ return;
119
+ }
120
+ //close icon
121
+ var closeIconToRender = jsx("span", Object.assign({
122
+ className: "".concat(prefixCls, "-close-x")
123
+ }, {
124
+ children: closeIcon || jsx(CloseIcon, {
125
+ className: "".concat(prefixCls, "-close-icon")
126
+ })
127
+ }));
128
+ //通知框cls
129
+ var notificationCls = clsx("".concat(prefixCls, "-").concat(placement), _defineProperty({}, "".concat(prefixCls, "-rtl"), rtl === true));
130
+ notificationInstance[cacheKey] = new Promise(function (resolve) {
131
+ Notification.newInstance({
132
+ prefixCls: prefixCls,
133
+ className: notificationCls,
134
+ style: getPlacementStyle(placement, top, bottom),
135
+ getContainer: getContainer,
136
+ closeIcon: closeIconToRender,
137
+ maxCount: maxCount
138
+ }, function (notification) {
139
+ resolve(notification);
140
+ callback({
141
+ prefixCls: "".concat(prefixCls, "-notice"),
142
+ instance: notification
143
+ });
144
+ });
145
+ });
146
+ }
147
+ //通知框类型图标
148
+ var typeToIcon = {
149
+ success: CompleteIcon,
150
+ info: WarningCircleF,
151
+ error: CloseCircleFilled,
152
+ warning: WarningCircleF
153
+ };
154
+ //创建通知框内容配置
155
+ function getNoticeProps(args, prefixCls) {
156
+ var durationArg = args.duration,
157
+ icon = args.icon,
158
+ type = args.type,
159
+ description = args.description,
160
+ message = args.message,
161
+ btn = args.btn,
162
+ onClose = args.onClose,
163
+ onClick = args.onClick,
164
+ key = args.key,
165
+ style = args.style,
166
+ className = args.className,
167
+ _args$closeIcon2 = args.closeIcon,
168
+ closeIcon = _args$closeIcon2 === void 0 ? defaultCloseIcon : _args$closeIcon2;
169
+ var duration = durationArg === undefined ? defaultDuration : durationArg;
170
+ var iconNode = null;
171
+ if (icon) {
172
+ iconNode = jsx("span", Object.assign({
173
+ className: "".concat(prefixCls, "-icon")
174
+ }, {
175
+ children: icon
176
+ }));
177
+ } else if (type) {
178
+ iconNode = /*#__PURE__*/React__default.createElement(typeToIcon[type] || null, {
179
+ className: "".concat(prefixCls, "-icon ").concat(prefixCls, "-icon-").concat(type)
180
+ });
181
+ }
182
+ var autoMarginTag = !description && iconNode ? jsx("span", {
183
+ className: "".concat(prefixCls, "-message-single-line-auto-margin")
184
+ }) : null;
185
+ return {
186
+ content: jsxs("div", Object.assign({
187
+ className: "".concat(iconNode ? "".concat(prefixCls, "-with-icon") : '', " ").concat(description ? '' : prefixCls + '-without-description')
188
+ }, {
189
+ children: [iconNode, jsxs("div", Object.assign({
190
+ className: "".concat(prefixCls, "-message")
191
+ }, {
192
+ children: [autoMarginTag, message]
193
+ })), description && jsx("div", Object.assign({
194
+ className: "".concat(prefixCls, "-description")
195
+ }, {
196
+ children: description
197
+ })), btn ? jsx("span", Object.assign({
198
+ className: "".concat(prefixCls, "-btn")
199
+ }, {
200
+ children: btn
201
+ })) : null]
202
+ })),
203
+ duration: duration,
204
+ closable: true,
205
+ onClose: onClose,
206
+ onClick: onClick,
207
+ key: key,
208
+ style: style || {},
209
+ className: clsx(className, _defineProperty({}, "".concat(prefixCls, "-").concat(type), !!type)),
210
+ closeIcon: closeIcon
211
+ };
212
+ }
213
+ //通知框调用方法
214
+ function notice(args) {
215
+ getNotificationInstance(args, function (_ref) {
216
+ var prefixCls = _ref.prefixCls,
217
+ instance = _ref.instance;
218
+ instance.notice(getNoticeProps(args, prefixCls));
219
+ });
220
+ }
221
+ //通知框api method
222
+ var api = {
223
+ open: notice,
224
+ close: function close(key) {
225
+ Object.keys(notificationInstance).forEach(function (cacheKey) {
226
+ return Promise.resolve(notificationInstance[cacheKey]).then(function (instance) {
227
+ instance.removeNotice(key);
228
+ });
229
+ });
230
+ },
231
+ config: setNotificationConfig,
232
+ destroy: function destroy() {
233
+ Object.keys(notificationInstance).forEach(function (cacheKey) {
234
+ Promise.resolve(notificationInstance[cacheKey]).then(function (instance) {
235
+ instance.destroy();
236
+ });
237
+ delete notificationInstance[cacheKey];
238
+ });
239
+ }
240
+ };
241
+ //通知框预设类型 'success', 'info', 'warning', 'error'
242
+ ['success', 'info', 'warning', 'error'].forEach(function (type) {
243
+ api[type] = function (args) {
244
+ return api.open(Object.assign(Object.assign({}, args), {
245
+ type: type
246
+ }));
247
+ };
248
+ });
249
+ //兼容warn、warning
250
+ api.warn = api.warning;
251
+
252
+ export { api as default };