@para-ui/core 4.0.0-rc → 4.0.0-rc.2

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 (266) hide show
  1. package/AutoBox/index.d.ts +1 -1
  2. package/AutoBox/index.js +12 -12
  3. package/AutoTips/autoTipsMultiline/index.d.ts +1 -1
  4. package/AutoTips/index.d.ts +2 -2
  5. package/AutoTips/index.js +15 -21
  6. package/Badge/index.d.ts +23 -0
  7. package/Badge/index.js +54 -0
  8. package/Breadcrumbs/index.js +8 -8
  9. package/Button/SplitButton.d.ts +1 -1
  10. package/Button/index.d.ts +1 -1
  11. package/Button/index.js +8 -38
  12. package/Carousel/index.d.ts +6 -6
  13. package/Carousel/index.js +5 -5
  14. package/Cascader/Cascader.d.ts +10 -10
  15. package/Cascader/OptionList/Column.d.ts +3 -3
  16. package/Cascader/OptionList/index.d.ts +2 -2
  17. package/Cascader/index.d.ts +1 -1
  18. package/Cascader/index.js +4 -2
  19. package/Cascader/lang/en_US.d.ts +5 -0
  20. package/Cascader/lang/index.d.ts +11 -0
  21. package/Cascader/lang/zh_CN.d.ts +5 -0
  22. package/Cascader/utils/treeUtil.d.ts +1 -1
  23. package/Checkbox/index.d.ts +1 -1
  24. package/Checkbox/index.js +5 -5
  25. package/CheckboxGroup/index.d.ts +2 -2
  26. package/CheckboxGroup/index.js +4 -4
  27. package/Collapse/index.js +5 -5
  28. package/CollapseBox/index.js +12 -20
  29. package/CollapseLayout/index.js +21 -21
  30. package/ColorPicker/index.js +2 -2
  31. package/ComboSelect/index.js +43 -52
  32. package/ComboSelect/interface.d.ts +3 -3
  33. package/Container/index.d.ts +3 -3
  34. package/Container/index.js +56 -56
  35. package/CopyText/index.d.ts +2 -2
  36. package/CopyText/index.js +3 -3
  37. package/DatePicker/generatePicker/index.d.ts +22 -22
  38. package/DatePicker/index.js +10 -9
  39. package/DatePicker/util.d.ts +1 -1
  40. package/Descriptions/index.d.ts +38 -0
  41. package/Descriptions/index.js +23 -0
  42. package/Desktop/index.d.ts +1 -1
  43. package/Desktop/index.js +18 -13
  44. package/DragVerify/index.d.ts +1 -1
  45. package/DragVerify/index.js +13 -13
  46. package/Drawer/index.js +40 -38
  47. package/Drawer/interface.d.ts +4 -6
  48. package/Dropdown/index.d.ts +1 -1
  49. package/DynamicMultiBox/formItem.d.ts +1 -1
  50. package/DynamicMultiBox/index.d.ts +1 -1
  51. package/DynamicMultiBox/index.js +38 -35
  52. package/DynamicMultiBox/interface.d.ts +8 -8
  53. package/DynamicMultiBox/rowForm.d.ts +3 -1
  54. package/Empty/index.d.ts +1 -1
  55. package/Empty/index.js +3 -3
  56. package/Form/index.d.ts +12 -13
  57. package/Form/index.js +10 -8
  58. package/FormItem/compoments/defaultCompoments/index.d.ts +4 -4
  59. package/FormItem/compoments/formCheckboxGroup/index.d.ts +1 -1
  60. package/FormItem/compoments/formFile/index.d.ts +2 -2
  61. package/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
  62. package/FormItem/compoments/formSelect/index.d.ts +7 -7
  63. package/FormItem/errorTips.d.ts +3 -3
  64. package/FormItem/index.d.ts +5 -5
  65. package/FormItem/index.js +3 -2
  66. package/FormItem/lang/en_US.d.ts +10 -0
  67. package/FormItem/lang/index.d.ts +21 -0
  68. package/FormItem/lang/zh_CN.d.ts +10 -0
  69. package/FormItem/validateFunction.d.ts +1 -1
  70. package/FunctionModal/dialog.d.ts +26 -26
  71. package/FunctionModal/index.d.ts +6 -6
  72. package/FunctionModal/index.js +9 -10
  73. package/FunctionModal/modalContext.d.ts +3 -3
  74. package/GlobalContext/componentsProps.d.ts +7 -7
  75. package/GlobalContext/confirmLocale.d.ts +1 -2
  76. package/GlobalContext/index.d.ts +2 -2
  77. package/GlobalContext/index.js +3 -2
  78. package/GlobalContext/useFormatMessage.d.ts +1 -1
  79. package/Help/index.js +2 -2
  80. package/HelperText/index.js +1 -1
  81. package/InputLang/index.d.ts +2 -2
  82. package/InputLang/index.js +8 -8
  83. package/InputNumber/index.d.ts +4 -2
  84. package/InputNumber/index.js +27 -15
  85. package/Label/index.js +2 -2
  86. package/Loading/index.js +1 -1
  87. package/Menu/index.js +17 -17
  88. package/Menu/interface.d.ts +1 -1
  89. package/Message/index.js +13 -13
  90. package/Modal/Confirm/index.d.ts +3 -3
  91. package/Modal/index.d.ts +1 -1
  92. package/Modal/index.js +20 -17
  93. package/Modal/lang/index.d.ts +8 -0
  94. package/MultiBox/index.d.ts +2 -2
  95. package/MultiBox/index.js +4 -4
  96. package/Notification/index.js +2 -2
  97. package/OperateBtn/index.d.ts +2 -2
  98. package/OperateBtn/index.js +49 -49
  99. package/PageHeader/index.js +45 -34
  100. package/PageHeader/interface.d.ts +1 -1
  101. package/Pagination/index.d.ts +1 -1
  102. package/Pagination/index.js +19 -19
  103. package/PasswordRules/index.js +8 -8
  104. package/PopConfirm/index.js +8 -7
  105. package/Progress/Line.d.ts +10 -10
  106. package/Progress/Steps.d.ts +2 -2
  107. package/Progress/index.d.ts +12 -12
  108. package/Progress/index.js +43 -42
  109. package/Progress/utils.d.ts +4 -4
  110. package/Querying/index.d.ts +1 -1
  111. package/Querying/index.js +3 -3
  112. package/README.md +7 -0
  113. package/Radio/index.d.ts +1 -1
  114. package/Radio/index.js +5 -5
  115. package/RadioGroup/index.d.ts +2 -2
  116. package/RadioGroup/index.js +4 -4
  117. package/Search/index.js +1 -1
  118. package/Select/index.d.ts +3 -3
  119. package/Select/index.js +43 -43
  120. package/SelectInput/index.js +2 -2
  121. package/Selector/index.js +26 -34
  122. package/Selector/interface.d.ts +6 -6
  123. package/SelectorPicker/index.d.ts +4 -4
  124. package/SelectorPicker/index.js +10 -10
  125. package/SingleBox/index.d.ts +2 -2
  126. package/SingleBox/index.js +4 -4
  127. package/Slider/index.js +1 -1
  128. package/Slider/interface.d.ts +1 -1
  129. package/Status/index.d.ts +4 -4
  130. package/Status/index.js +6 -7
  131. package/Stepper/index.d.ts +5 -5
  132. package/Stepper/index.js +23 -23
  133. package/Styles/theme.scss +1 -0
  134. package/Switch/index.d.ts +7 -7
  135. package/Switch/index.js +38 -21
  136. package/Switch/lang/en_US.d.ts +4 -0
  137. package/Switch/lang/index.d.ts +9 -0
  138. package/Switch/lang/zh_CN.d.ts +4 -0
  139. package/Table/index.js +35 -35
  140. package/Table/interface.d.ts +4 -4
  141. package/Table/tableBodyElement/index.d.ts +1 -1
  142. package/Table/tableBodyInterface.d.ts +2 -2
  143. package/Table/tableContainer/index.d.ts +1 -1
  144. package/Table/tableElement/index.d.ts +1 -1
  145. package/Table/tableHeadElement/index.d.ts +1 -1
  146. package/Table/tableHeadInterface.d.ts +1 -1
  147. package/Table/tablePaginationInterface.d.ts +6 -6
  148. package/Table/tdElement/index.d.ts +1 -1
  149. package/Table/thElement/index.d.ts +2 -2
  150. package/Table/trElement/index.d.ts +1 -1
  151. package/Table/util.d.ts +1 -1
  152. package/Tabs/index.d.ts +1 -1
  153. package/Tabs/index.js +27 -19
  154. package/Tag/TagGroup.d.ts +5 -5
  155. package/Tag/index.d.ts +7 -7
  156. package/Tag/index.js +25 -25
  157. package/TextEditor/index.d.ts +2 -2
  158. package/TextEditor/index.js +45 -27
  159. package/TextEditor/lang/en_US.d.ts +4 -0
  160. package/TextEditor/lang/index.d.ts +9 -0
  161. package/TextEditor/lang/zh_CN.d.ts +4 -0
  162. package/TextField/index.d.ts +1 -1
  163. package/TextField/index.js +19 -16
  164. package/TimePicker/index.d.ts +1 -1
  165. package/TimePicker/index.js +2 -2
  166. package/Timeline/TimelineItem.d.ts +1 -1
  167. package/Timeline/index.d.ts +5 -5
  168. package/Timeline/index.js +14 -14
  169. package/Title/index.d.ts +4 -4
  170. package/Title/index.js +3 -3
  171. package/ToggleButton/ToggleButtonGroup.d.ts +1 -1
  172. package/ToggleButton/index.d.ts +5 -1
  173. package/ToggleButton/index.js +18 -11
  174. package/Transfer/box.d.ts +6 -6
  175. package/Transfer/index.js +22 -25
  176. package/Tree/OperateBar/index.d.ts +4 -4
  177. package/Tree/Tree.d.ts +2 -2
  178. package/Tree/index.js +2 -2
  179. package/Tree/interface.d.ts +4 -4
  180. package/Tree/utils/tools.d.ts +1 -1
  181. package/Upload/Dragger/index.d.ts +2 -2
  182. package/Upload/ErroTip/index.d.ts +1 -1
  183. package/Upload/index.d.ts +2 -2
  184. package/Upload/index.js +10 -11
  185. package/Upload/interface.d.ts +1 -1
  186. package/_verture/{index-8469865e.js → index-024bbc9b.js} +3 -3
  187. package/_verture/{index-19947788.js → index-05f7bf11.js} +3 -1
  188. package/_verture/{index-e1b800aa.js → index-50f56891.js} +49 -25
  189. package/_verture/{index-1c8d3e94.js → index-649b450f.js} +102 -48
  190. package/_verture/{index-47297a40.js → index-692e29c1.js} +53 -46
  191. package/_verture/{modalContext-670eab09.js → modalContext-11c51a45.js} +25 -25
  192. package/index.d.ts +4 -0
  193. package/index.js +14 -11
  194. package/locale/en-US.d.ts +19 -0
  195. package/locale/index.d.ts +38 -0
  196. package/locale/index.js +40 -2
  197. package/locale/zh-CN.d.ts +19 -0
  198. package/package.json +4 -2
  199. package/umd/AutoBox.js +1 -1
  200. package/umd/AutoTips.js +1 -1
  201. package/umd/Badge.js +1 -0
  202. package/umd/Breadcrumbs.js +1 -1
  203. package/umd/Button.js +2 -2
  204. package/umd/ButtonGroup.js +2 -2
  205. package/umd/Cascader.js +4 -4
  206. package/umd/Checkbox.js +2 -2
  207. package/umd/CheckboxGroup.js +2 -2
  208. package/umd/Collapse.js +5 -5
  209. package/umd/CollapseBox.js +1 -1
  210. package/umd/CollapseLayout.js +4 -4
  211. package/umd/ColorPicker.js +1 -1
  212. package/umd/ComboSelect.js +4 -4
  213. package/umd/CopyText.js +2 -2
  214. package/umd/DatePicker.js +2 -2
  215. package/umd/Descriptions.js +1 -0
  216. package/umd/Desktop.js +2 -2
  217. package/umd/DragVerify.js +4 -4
  218. package/umd/Drawer.js +2 -2
  219. package/umd/DynamicMultiBox.js +4 -4
  220. package/umd/Empty.js +1 -1
  221. package/umd/Form.js +4 -4
  222. package/umd/FormItem.js +4 -4
  223. package/umd/FunctionModal.js +4 -4
  224. package/umd/GlobalContext.js +1 -1
  225. package/umd/Help.js +2 -2
  226. package/umd/HelperText.js +1 -1
  227. package/umd/InputLang.js +2 -2
  228. package/umd/InputNumber.js +4 -4
  229. package/umd/Label.js +2 -2
  230. package/umd/Loading.js +1 -1
  231. package/umd/Menu.js +3 -3
  232. package/umd/Message.js +2 -2
  233. package/umd/Modal.js +4 -4
  234. package/umd/MultiBox.js +7 -7
  235. package/umd/Notification.js +2 -2
  236. package/umd/OperateBtn.js +4 -4
  237. package/umd/PageHeader.js +4 -4
  238. package/umd/Pagination.js +2 -2
  239. package/umd/PasswordRules.js +4 -4
  240. package/umd/PopConfirm.js +2 -2
  241. package/umd/Progress.js +3 -3
  242. package/umd/Querying.js +1 -1
  243. package/umd/Radio.js +2 -2
  244. package/umd/RadioGroup.js +2 -2
  245. package/umd/Search.js +7 -7
  246. package/umd/Select.js +2 -2
  247. package/umd/SelectInput.js +2 -2
  248. package/umd/Selector.js +2 -2
  249. package/umd/SelectorPicker.js +2 -2
  250. package/umd/SingleBox.js +2 -2
  251. package/umd/Slider.js +1 -1
  252. package/umd/Status.js +2 -2
  253. package/umd/Stepper.js +1 -1
  254. package/umd/Switch.js +5 -5
  255. package/umd/Table.js +6 -6
  256. package/umd/Tabs.js +6 -6
  257. package/umd/Tag.js +1 -1
  258. package/umd/TextEditor.js +3 -3
  259. package/umd/TextField.js +7 -7
  260. package/umd/TimePicker.js +2 -2
  261. package/umd/Title.js +7 -7
  262. package/umd/ToggleButton.js +4 -4
  263. package/umd/Transfer.js +3 -3
  264. package/umd/Tree.js +2 -2
  265. package/umd/Upload.js +2 -2
  266. package/umd/locale.js +1 -1
@@ -3,7 +3,7 @@
3
3
  Copyright (c) 2018 Jed Watson.
4
4
  Licensed under the MIT License (MIT), see
5
5
  http://jedwatson.github.io/classnames
6
- */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&e.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},30698:function(e,t,n){(t=n(23645)(!1)).push([e.id,'.paraui-v4-notification{position:fixed;padding:0;color:#1d2126;font-size:14px;z-index:9999}.paraui-v4-notification-topLeft .paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-bottomLeft .paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-topLeft .paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active,.paraui-v4-notification-bottomLeft .paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active{animation-name:NotificationLeftFadeIn}.paraui-v4-notification-hook-holder,.paraui-v4-notification-notice{position:relative;width:440px;max-width:calc(100vw - 48px);margin-top:20px;margin-left:auto;overflow:hidden;word-wrap:break-word;background:#fff;border-radius:4px;box-shadow:0px 2px 8px 0px #eaecf1}.paraui-v4-notification-hook-holder:first-child,.paraui-v4-notification-notice:first-child{margin-top:0}.paraui-v4-notification-topLeft .paraui-v4-notification-hook-holder,.paraui-v4-notification-topLeft .paraui-v4-notification-notice,.paraui-v4-notification-bottomLeft .paraui-v4-notification-hook-holder,.paraui-v4-notification-bottomLeft .paraui-v4-notification-notice{margin-right:auto;margin-left:0}.paraui-v4-notification-hook-holder>.paraui-v4-notification-notice{margin-bottom:0;box-shadow:none}.paraui-v4-notification-notice{padding:16px;line-height:1.5715}.paraui-v4-notification-notice-content{position:relative}.paraui-v4-notification-notice-message{margin-bottom:10px;color:#1d2126;font-size:14px;font-weight:700;line-height:20px}.paraui-v4-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:rgba(0,0,0,0);pointer-events:none}.paraui-v4-notification-notice-message-single-line-auto-margin::before{display:block;content:""}.paraui-v4-notification-notice-description{font-size:14px;font-weight:400;line-height:20px}.paraui-v4-notification-notice-closable .paraui-v4-notification-notice-message{padding-right:24px}.paraui-v4-notification-notice-with-icon .paraui-v4-notification-notice-message{margin-bottom:10px;margin-left:24px}.paraui-v4-notification-notice-with-icon .paraui-v4-notification-notice-description{margin-left:24px}.paraui-v4-notification-notice-without-description .paraui-v4-notification-notice-message{margin-bottom:0}.paraui-v4-notification .paraui-v4-notification-notice-icon{position:absolute;top:2px;font-size:16px;line-height:24px}.paraui-v4-notification .paraui-v4-notification-notice-icon-success{color:#13bf4c}.paraui-v4-notification .paraui-v4-notification-notice-icon-info{color:#2e65e6}.paraui-v4-notification .paraui-v4-notification-notice-icon-warning{color:#ff9326}.paraui-v4-notification .paraui-v4-notification-notice-icon-error{color:#f44242}.paraui-v4-notification-notice-close{position:absolute;top:16px;right:16px;color:#5c6573;outline:none}.paraui-v4-notification-notice-close:hover{color:#5c6573}.paraui-v4-notification .paraui-v4-notification-close-icon{font-size:18px;cursor:pointer;color:#5c6573}.paraui-v4-notification .paraui-v4-notification-close-icon:hover{color:#2e65e6}.paraui-v4-notification-notice-btn{float:right;margin-top:12px}.paraui-v4-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both}.paraui-v4-notification-fade-enter,.paraui-v4-notification-fade-appear{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both;opacity:0;animation-play-state:paused}.paraui-v4-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both;animation-play-state:paused}.paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active{animation-name:NotificationFadeIn;animation-play-state:running}.paraui-v4-notification-fade-leave.paraui-v4-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:440px;opacity:0}100%{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:440px;opacity:0}100%{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}100%{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}',""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,c,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},27418:function(e){"use strict";
6
+ */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&e.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},30698:function(e,t,n){(t=n(23645)(!1)).push([e.id,'.paraui-v4-notification{position:fixed;padding:0;color:#1d2126;font-size:14px;z-index:9999}.paraui-v4-notification-topLeft .paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-bottomLeft .paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-topLeft .paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active,.paraui-v4-notification-bottomLeft .paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active{animation-name:NotificationLeftFadeIn}.paraui-v4-notification-hook-holder,.paraui-v4-notification-notice{position:relative;width:440px;max-width:calc(100vw - 48px);margin-top:20px;margin-left:auto;overflow:hidden;word-wrap:break-word;background:#fff;border-radius:4px;box-shadow:0px 2px 8px 0px rgba(212,218,227,.4)}.paraui-v4-notification-hook-holder:first-child,.paraui-v4-notification-notice:first-child{margin-top:0}.paraui-v4-notification-topLeft .paraui-v4-notification-hook-holder,.paraui-v4-notification-topLeft .paraui-v4-notification-notice,.paraui-v4-notification-bottomLeft .paraui-v4-notification-hook-holder,.paraui-v4-notification-bottomLeft .paraui-v4-notification-notice{margin-right:auto;margin-left:0}.paraui-v4-notification-hook-holder>.paraui-v4-notification-notice{margin-bottom:0;box-shadow:none}.paraui-v4-notification-notice{padding:16px;line-height:1.5715}.paraui-v4-notification-notice-content{position:relative}.paraui-v4-notification-notice-message{margin-bottom:10px;color:#1d2126;font-size:14px;font-weight:700;line-height:20px}.paraui-v4-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:rgba(0,0,0,0);pointer-events:none}.paraui-v4-notification-notice-message-single-line-auto-margin::before{display:block;content:""}.paraui-v4-notification-notice-description{font-size:14px;font-weight:400;line-height:20px}.paraui-v4-notification-notice-closable .paraui-v4-notification-notice-message{padding-right:24px}.paraui-v4-notification-notice-with-icon .paraui-v4-notification-notice-message{margin-bottom:8px;margin-left:24px}.paraui-v4-notification-notice-with-icon .paraui-v4-notification-notice-description{margin-left:24px}.paraui-v4-notification-notice-without-description .paraui-v4-notification-notice-message{margin-bottom:0}.paraui-v4-notification .paraui-v4-notification-notice-icon{position:absolute;top:0px;font-size:18px;line-height:24px}.paraui-v4-notification .paraui-v4-notification-notice-icon-success{color:#13bf4c}.paraui-v4-notification .paraui-v4-notification-notice-icon-info{color:#2e65e6}.paraui-v4-notification .paraui-v4-notification-notice-icon-warning{color:#ff9326}.paraui-v4-notification .paraui-v4-notification-notice-icon-error{color:#f44242}.paraui-v4-notification-notice-close{position:absolute;top:16px;right:16px;color:#5c6573;outline:none}.paraui-v4-notification-notice-close:hover{color:#5c6573}.paraui-v4-notification .paraui-v4-notification-close-icon{font-size:18px;cursor:pointer;color:#5c6573}.paraui-v4-notification .paraui-v4-notification-close-icon:hover{color:#2e65e6}.paraui-v4-notification-notice-btn{float:right;margin-top:12px}.paraui-v4-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both}.paraui-v4-notification-fade-enter,.paraui-v4-notification-fade-appear{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both;opacity:0;animation-play-state:paused}.paraui-v4-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);animation-fill-mode:both;animation-play-state:paused}.paraui-v4-notification-fade-enter.paraui-v4-notification-fade-enter-active,.paraui-v4-notification-fade-appear.paraui-v4-notification-fade-appear-active{animation-name:NotificationFadeIn;animation-play-state:running}.paraui-v4-notification-fade-leave.paraui-v4-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:440px;opacity:0}100%{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:440px;opacity:0}100%{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}100%{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}',""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,c,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},27418:function(e){"use strict";
7
7
  /*
8
8
  object-assign
9
9
  (c) Sindre Sorhus
@@ -39,4 +39,4 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
39
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
40
  PERFORMANCE OF THIS SOFTWARE.
41
41
  ***************************************************************************** */
42
- function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["path","className","color","size","dataName","style"]),d="paraui-v4",v="primary"===a||"secondary"===a||"info"===a||"success"===a||"warn"===a||"error"===a;return(0,Ae.jsx)("svg",Object.assign({className:(n="".concat(d,"-icon"),n+=" svg-icon",o&&(n+=" "+o),v&&(n+=" ".concat(d,"-icon-").concat(a)),u&&(n+=" ".concat(d,"-icon-").concat(u)),n),viewBox:"0 0 1024 1024","data-name":l,style:(t=Object.assign({},f),a&&!v&&(t.color=a),t)},p,{children:r}))},Re=function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"WarningCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"WarningCircleF",transform:"translate(-182 -738)"},{children:[(0,Ae.jsx)("g",Object.assign({id:"边缘框",transform:"translate(182 738)"},{children:(0,Ae.jsx)("rect",{id:"边缘框-2","data-name":"边缘框",width:"24",height:"24",fill:"none"})})),(0,Ae.jsx)("path",{id:"路径_19931","data-name":"路径 19931",d:"M5019.338,443.131a11,11,0,1,1,7.778-3.222,11,11,0,0,1-7.778,3.222Zm.183-7.712a1.533,1.533,0,1,0,1.534,1.533,1.533,1.533,0,0,0-1.534-1.533Zm0-9.377a1.112,1.112,0,0,0-.827.395,2.117,2.117,0,0,0-.477,1.6l.47,5.081c.051.555.4.973.815.973h.039c.413,0,.763-.418.814-.973l.47-5.081a2.113,2.113,0,0,0-.477-1.6,1.11,1.11,0,0,0-.826-.4Z",transform:"translate(-4825.338 317.869)"})]}))})},e))},Me=function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"Close",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"Close",transform:"translate(-288 -287)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(288 287)",fill:"none"}),(0,Ae.jsx)("path",{id:"icon",d:"M8.92,7.6l6.007-6.007a.933.933,0,0,0-1.32-1.32L7.6,6.28,1.593.273a.933.933,0,0,0-1.32,1.32L6.28,7.6.273,13.607a.933.933,0,0,0,1.32,1.32L7.6,8.92l6.007,6.007a.933.933,0,0,0,1.32-1.32Z",transform:"translate(292.4 291.4)"})]}))})},e))};function Ie(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=Ie(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function Fe(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=Ie(e))&&(r&&(r+=" "),r+=t);return r}var De="paraui-v4";o(23115);function ze(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var Be,qe,Ke={},$e=5,Ve=20,We=20,He=20,Ze=20,Je="topRight",Ge="".concat(De,"-notification"),Ye=t().createElement(Me,{className:"".concat(Ge,"-close-icon")}),Qe=!1;function Xe(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ve,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:We,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:He,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Ze;switch(e){case"topLeft":t={left:o,top:n,bottom:"auto"};break;case"topRight":t={right:i,top:n,bottom:"auto"};break;case"bottomLeft":t={left:o,top:"auto",bottom:r};break;default:t={right:i,top:"auto",bottom:r}}return t}var et={success:function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"CheckCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"CheckCircleF",transform:"translate(-88 -157)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(88 157)",fill:"none"}),(0,Ae.jsx)("path",{id:"路径_20943","data-name":"路径 20943",d:"M117.67,0a9.6,9.6,0,1,0,9.6,9.6,9.611,9.611,0,0,0-9.6-9.6m4.813,7.307-5.707,5.707a.71.71,0,0,1-.267.173.807.807,0,0,1-.293.067.8.8,0,0,1-.573-.24l-2.787-2.788a.8.8,0,0,1,1.133-1.132l2.227,2.227,5.133-5.133a.8.8,0,0,1,1.133,1.12",transform:"translate(-17.67 159.399)"})]}))})},e))},info:Re,error:function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"CloseCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"CloseCircleF",transform:"translate(-70 -157)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(70 157)",fill:"none"}),(0,Ae.jsx)("path",{id:"路径_20942","data-name":"路径 20942",d:"M81.6,0a9.6,9.6,0,1,0,9.6,9.6A9.611,9.611,0,0,0,81.6,0m3.627,13.16a.768.768,0,0,1-.56.24.786.786,0,0,1-.56-.227l-2.493-2.44L79.16,13.227a.775.775,0,0,1-.573.24.834.834,0,0,1-.56-.227.8.8,0,0,1,0-1.133l2.44-2.493L77.973,7.16a.785.785,0,0,1-.013-1.12.8.8,0,0,1,1.133-.013l2.493,2.44,2.44-2.493A.8.8,0,0,1,85.16,5.96a.813.813,0,0,1,.013,1.133L82.72,9.587l2.507,2.44a.8.8,0,0,1,0,1.133",transform:"translate(0.4 159.4)"})]}))})},e))},warning:Re};var tt={open:function(e){!function(e,n){var r=e.placement,o=void 0===r?Je:r,i=e.top,a=e.bottom,c=e.left,u=e.right,s=e.getContainer,l=void 0===s?Be:s,f=e.closeIcon,p=void 0===f?Ye:f,d="".concat(De,"-notification"),v="".concat(d,"-").concat(o),m=Ke[v];if(m)Promise.resolve(m).then((function(e){n({prefixCls:"".concat(d,"-notice"),instance:e})}));else{var y=t().createElement("span",{className:"".concat(d,"-close-x")},p||t().createElement(Me,{className:"".concat(d,"-close-icon")})),h=Fe("".concat(d,"-").concat(o),ze({},"".concat(d,"-rtl"),!0===Qe));Ke[v]=new Promise((function(e){Le.newInstance({prefixCls:d,className:h,style:Xe(o,i,a,c,u),getContainer:l,closeIcon:y,maxCount:qe},(function(t){e(t),n({prefixCls:"".concat(d,"-notice"),instance:t})}))}))}}(e,(function(n){var r=n.prefixCls;n.instance.notice(function(e,n){var r=e.duration,o=e.icon,i=e.type,a=e.description,c=e.message,u=e.btn,s=e.onClose,l=e.onClick,f=e.key,p=e.style,d=e.className,v=e.closeIcon,m=void 0===v?Ye:v,y=void 0===r?$e:r,h=null;o?h=t().createElement("span",{className:"".concat(n,"-icon")},o):i&&(h=t().createElement(et[i]||null,{className:"".concat(n,"-icon ").concat(n,"-icon-").concat(i)}));var b=!a&&h?t().createElement("span",{className:"".concat(n,"-message-single-line-auto-margin")}):null;return{content:t().createElement("div",{className:"".concat(h?"".concat(n,"-with-icon"):""," ").concat(a?"":n+"-without-description")},h,t().createElement("div",{className:"".concat(n,"-message")},b,c),a&&t().createElement("div",{className:"".concat(n,"-description")},a),u?t().createElement("span",{className:"".concat(n,"-btn")},u):null),duration:y,closable:!0,onClose:s,onClick:l,key:f,style:p||{},className:Fe(d,ze({},"".concat(n,"-").concat(i),!!i)),closeIcon:m}}(e,r))}))},close:function(e){Object.keys(Ke).forEach((function(t){return Promise.resolve(Ke[t]).then((function(t){t.removeNotice(e)}))}))},config:function(e){var t=e.duration,n=e.placement,r=e.bottom,o=e.top,i=e.left,a=e.right,c=e.getContainer,u=e.closeIcon;void 0!==t&&($e=t),void 0!==n&&(Je=n),void 0!==r&&(We=r),void 0!==o&&(Ve=o),void 0!==i&&(He=i),void 0!==a&&(Ze=a),void 0!==c&&(Be=c),void 0!==u&&(Ye=u),void 0!==e.maxCount&&(qe=e.maxCount)},destroy:function(){Object.keys(Ke).forEach((function(e){Promise.resolve(Ke[e]).then((function(e){e.destroy()})),delete Ke[e]}))}};["success","info","warning","error"].forEach((function(e){tt[e]=function(t){return tt.open(Ue(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ze(e,t,n[t])}))}return e}({},t),{type:e}))}})),tt.warn=tt.warning;var nt=tt}(),i}()}));
42
+ function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["path","className","color","size","dataName","style"]),d="paraui-v4",v="primary"===a||"secondary"===a||"info"===a||"success"===a||"warn"===a||"error"===a;return(0,Ae.jsx)("svg",Object.assign({className:(n="".concat(d,"-icon"),n+=" svg-icon",o&&(n+=" "+o),v&&(n+=" ".concat(d,"-icon-").concat(a)),u&&(n+=" ".concat(d,"-icon-").concat(u)),n),viewBox:"0 0 1024 1024","data-name":l,style:(t=Object.assign({},f),a&&!v&&(t.color=a),t)},p,{children:r}))},Re=function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"WarningCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"WarningCircleF",transform:"translate(-182 -738)"},{children:[(0,Ae.jsx)("g",Object.assign({id:"边缘框",transform:"translate(182 738)"},{children:(0,Ae.jsx)("rect",{id:"边缘框-2","data-name":"边缘框",width:"24",height:"24",fill:"none"})})),(0,Ae.jsx)("path",{id:"路径_19931","data-name":"路径 19931",d:"M5019.338,443.131a11,11,0,1,1,7.778-3.222,11,11,0,0,1-7.778,3.222Zm.183-7.712a1.533,1.533,0,1,0,1.534,1.533,1.533,1.533,0,0,0-1.534-1.533Zm0-9.377a1.112,1.112,0,0,0-.827.395,2.117,2.117,0,0,0-.477,1.6l.47,5.081c.051.555.4.973.815.973h.039c.413,0,.763-.418.814-.973l.47-5.081a2.113,2.113,0,0,0-.477-1.6,1.11,1.11,0,0,0-.826-.4Z",transform:"translate(-4825.338 317.869)"})]}))})},e))},Me=function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"Close",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"Close",transform:"translate(-288 -287)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(288 287)",fill:"none"}),(0,Ae.jsx)("path",{id:"icon",d:"M8.92,7.6l6.007-6.007a.933.933,0,0,0-1.32-1.32L7.6,6.28,1.593.273a.933.933,0,0,0-1.32,1.32L6.28,7.6.273,13.607a.933.933,0,0,0,1.32,1.32L7.6,8.92l6.007,6.007a.933.933,0,0,0,1.32-1.32Z",transform:"translate(292.4 291.4)"})]}))})},e))};function Ie(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=Ie(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function Fe(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=Ie(e))&&(r&&(r+=" "),r+=t);return r}var De="paraui-v4";o(23115);function ze(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ue(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var Be,qe,Ke={},$e=5,Ve=20,We=20,He=20,Ze=20,Je="topRight",Ge="".concat(De,"-notification"),Ye=t().createElement(Me,{className:"".concat(Ge,"-close-icon")}),Qe=!1;function Xe(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ve,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:We,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:He,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Ze;switch(e){case"topLeft":t={left:o,top:n,bottom:"auto"};break;case"topRight":t={right:i,top:n,bottom:"auto"};break;case"bottomLeft":t={left:o,top:"auto",bottom:r};break;default:t={right:i,top:"auto",bottom:r}}return t}var et={success:function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"CheckCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"CheckCircleF",transform:"translate(-88 -157)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(88 157)",fill:"none"}),(0,Ae.jsx)("path",{id:"路径_20943","data-name":"路径 20943",d:"M117.67,0a9.6,9.6,0,1,0,9.6,9.6,9.611,9.611,0,0,0-9.6-9.6m4.813,7.307-5.707,5.707a.71.71,0,0,1-.267.173.807.807,0,0,1-.293.067.8.8,0,0,1-.573-.24l-2.787-2.788a.8.8,0,0,1,1.133-1.132l2.227,2.227,5.133-5.133a.8.8,0,0,1,1.133,1.12",transform:"translate(-17.67 159.399)"})]}))})},e))},info:Re,error:function(e){return(0,Ae.jsx)(_e,Object.assign({dataName:"CloseCircleF",viewBox:"0 0 24 24",path:(0,Ae.jsx)(Ae.Fragment,{children:(0,Ae.jsxs)("g",Object.assign({id:"CloseCircleF",transform:"translate(-70 -157)"},{children:[(0,Ae.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(70 157)",fill:"none"}),(0,Ae.jsx)("path",{id:"路径_20942","data-name":"路径 20942",d:"M81.6,0a9.6,9.6,0,1,0,9.6,9.6A9.611,9.611,0,0,0,81.6,0m3.627,13.16a.768.768,0,0,1-.56.24.786.786,0,0,1-.56-.227l-2.493-2.44L79.16,13.227a.775.775,0,0,1-.573.24.834.834,0,0,1-.56-.227.8.8,0,0,1,0-1.133l2.44-2.493L77.973,7.16a.785.785,0,0,1-.013-1.12.8.8,0,0,1,1.133-.013l2.493,2.44,2.44-2.493A.8.8,0,0,1,85.16,5.96a.813.813,0,0,1,.013,1.133L82.72,9.587l2.507,2.44a.8.8,0,0,1,0,1.133",transform:"translate(0.4 159.4)"})]}))})},e))},warning:Re};var tt={open:function(e){!function(e,n){var r=e.placement,o=void 0===r?Je:r,i=e.top,a=e.bottom,c=e.left,u=e.right,s=e.getContainer,l=void 0===s?Be:s,f=e.closeIcon,p=void 0===f?Ye:f,d="".concat(De,"-notification"),v="".concat(d,"-").concat(o),m=Ke[v];if(m)Promise.resolve(m).then((function(e){n({prefixCls:"".concat(d,"-notice"),instance:e})}));else{var y=t().createElement("span",{className:"".concat(d,"-close-x")},p||t().createElement(Me,{className:"".concat(d,"-close-icon")})),h=Fe("".concat(d,"-").concat(o),ze({},"".concat(d,"-rtl"),!0===Qe));Ke[v]=new Promise((function(e){Le.newInstance({prefixCls:d,className:h,style:Xe(o,i,a,c,u),getContainer:l,closeIcon:y,maxCount:qe},(function(t){e(t),n({prefixCls:"".concat(d,"-notice"),instance:t})}))}))}}(e,(function(n){var r=n.prefixCls;n.instance.notice(function(e,n){var r=e.duration,o=e.icon,i=e.type,a=e.description,c=e.message,u=e.btn,s=e.onClose,l=e.onClick,f=e.key,p=e.style,d=e.className,v=e.closeIcon,m=void 0===v?Ye:v,y=void 0===r?$e:r,h=null;o?h=t().createElement("span",{className:"".concat(n,"-icon")},o):i&&(h=t().createElement(et[i]||null,{className:"".concat(n,"-icon ").concat(n,"-icon-").concat(i)}));var b=!a&&h?t().createElement("span",{className:"".concat(n,"-message-single-line-auto-margin")}):null;return{content:t().createElement("div",{className:"".concat(h?"".concat(n,"-with-icon"):""," ").concat(a?"":"".concat(n,"-without-description"))},h,t().createElement("div",{className:"".concat(n,"-message")},b,c),a&&t().createElement("div",{className:"".concat(n,"-description")},a),u?t().createElement("span",{className:"".concat(n,"-btn")},u):null),duration:y,closable:!0,onClose:s,onClick:l,key:f,style:p||{},className:Fe(d,ze({},"".concat(n,"-").concat(i),!!i)),closeIcon:m}}(e,r))}))},close:function(e){Object.keys(Ke).forEach((function(t){return Promise.resolve(Ke[t]).then((function(t){t.removeNotice(e)}))}))},config:function(e){var t=e.duration,n=e.placement,r=e.bottom,o=e.top,i=e.left,a=e.right,c=e.getContainer,u=e.closeIcon;void 0!==t&&($e=t),void 0!==n&&(Je=n),void 0!==r&&(We=r),void 0!==o&&(Ve=o),void 0!==i&&(He=i),void 0!==a&&(Ze=a),void 0!==c&&(Be=c),void 0!==u&&(Ye=u),void 0!==e.maxCount&&(qe=e.maxCount)},destroy:function(){Object.keys(Ke).forEach((function(e){Promise.resolve(Ke[e]).then((function(e){e.destroy()})),delete Ke[e]}))}};["success","info","warning","error"].forEach((function(e){tt[e]=function(t){return tt.open(Ue(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ze(e,t,n[t])}))}return e}({},t),{type:e}))}})),tt.warn=tt.warning;var nt=tt}(),i}()}));