@para-ui/core 4.0.41 → 4.0.42

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 (45) hide show
  1. package/Cascader/index.js +4 -4
  2. package/ComboSelect/index.js +10 -10
  3. package/CycleSelector/index.js +4 -4
  4. package/DragVerify/index.js +2 -2
  5. package/DynamicMultiBox/index.js +7 -7
  6. package/Form/index.js +8 -8
  7. package/FormItem/index.js +8 -8
  8. package/FunctionModal/index.js +2 -2
  9. package/Image/index.js +1 -1
  10. package/Message/index.js +2 -2
  11. package/Modal/index.js +3 -3
  12. package/Notification/index.js +3 -3
  13. package/Pagination/index.js +2 -2
  14. package/Progress/index.js +2 -2
  15. package/Prompt/index.js +2 -2
  16. package/QuickReply/index.js +1 -1
  17. package/README.md +4 -1
  18. package/Result/index.d.ts +25 -0
  19. package/Result/index.js +94 -0
  20. package/Select/index.js +3 -3
  21. package/Selector/index.js +284 -226
  22. package/SelectorPicker/index.js +7 -7
  23. package/SingleBox/index.js +2 -2
  24. package/SortBox/index.js +1 -1
  25. package/Stepper/index.js +4 -4
  26. package/Switch/index.js +2 -2
  27. package/Table/index.js +488 -423
  28. package/Tabs/index.js +6 -6
  29. package/Tag/index.js +2 -2
  30. package/TextEditor/index.js +3 -3
  31. package/Timeline/index.js +14 -20
  32. package/Tree/index.js +4 -4
  33. package/Upload/index.js +5 -5
  34. package/_verture/{index-6016a7ed.js → index-2824e7a7.js} +2 -2
  35. package/_verture/{index-8a431cd6.js → index-67fe714a.js} +56 -54
  36. package/_verture/{index-5b4ff3b2.js → index-77fff5bd.js} +1 -1
  37. package/_verture/{index-8ac46bd9.js → index-94e24006.js} +1 -1
  38. package/index.d.ts +2 -0
  39. package/index.js +10 -9
  40. package/package.json +2 -3
  41. package/umd/Result.js +43 -0
  42. /package/_verture/{Portal-f9bedb3a.js → Portal-edd94cac.js} +0 -0
  43. /package/_verture/{index-0f5ee6f7.js → index-c8cb6751.js} +0 -0
  44. /package/_verture/{modalContext-efa83b5c.js → modalContext-369509dd.js} +0 -0
  45. /package/_verture/{typeof-6ec38efd.js → typeof-4646b22c.js} +0 -0
package/umd/Result.js ADDED
@@ -0,0 +1,43 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("react-dom"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","react-dom","@paraview/lib"],e):"object"==typeof exports?exports.ParaUI=e(require("react"),require("react-dom"),require("@paraview/lib")):t.ParaUI=e(t.react,t["react-dom"],t["@paraview/lib"])}(self,((t,e,n)=>(()=>{var r={2842:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(74848),o=n(55307),i=function(t){return(0,r.jsx)(o.A,Object.assign({dataName:"Forbid",viewBox:"0 0 24 24",path:(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)("g",Object.assign({id:"Forbid",transform:"translate(-185 -273)"},{children:[(0,r.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(185 273)",fill:"none"}),(0,r.jsx)("path",{id:"icon",d:"M9.6,0a9.6,9.6,0,1,0,9.6,9.6A9.609,9.609,0,0,0,9.6,0m-8,9.6A7.959,7.959,0,0,1,3.595,4.331L14.433,15.959A7.985,7.985,0,0,1,1.6,9.6m14,5.269L4.767,3.24A7.986,7.986,0,0,1,15.6,14.868",transform:"translate(187.4 275.4)"})]}))})},t))}},55307:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(74848);
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=t:o.appendChild(document.createTextNode(t))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-v4-icon {\n width: 1em;\n height: 1em;\n fill: currentColor;\n display: inline-block;\n user-select: none;\n flex-shrink: 0;\n}\n.paraui-v4-icon-primary {\n color: rgb(29, 33, 38);\n}\n.paraui-v4-icon-secondary {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-icon-thirdary {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-icon-info {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-icon-warn {\n color: rgb(255, 147, 38);\n}\n.paraui-v4-icon-success {\n color: rgb(19, 191, 76);\n}\n.paraui-v4-icon-error {\n color: rgb(244, 66, 66);\n}\n.paraui-v4-icon-small {\n font-size: 16px;\n}\n.paraui-v4-icon-medium {\n font-size: 18px;\n}\n.paraui-v4-icon-large {\n font-size: 20px;\n}');var o=function(t){var e,n,o=t.path,i=t.className,a=t.color,s=void 0===a?"info":a,u=t.size,c=void 0===u?"small":u,l=t.dataName,f=void 0===l?"":l,p=t.style,d=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(t,["path","className","color","size","dataName","style"]),v="paraui-v4",h="primary"===s||"secondary"===s||"info"===s||"success"===s||"warn"===s||"error"===s;return(0,r.jsx)("svg",Object.assign({className:(n="".concat(v,"-icon"),n+=" svg-icon",i&&(n+=" "+i),h&&(n+=" ".concat(v,"-icon-").concat(s)),c&&(n+=" ".concat(v,"-icon-").concat(c)),n),viewBox:"0 0 1024 1024","data-name":f,style:(e=Object.assign({},p),s&&!h&&(e.color=s),e)},d,{children:o}))}},20053:(t,e,n)=>{"use strict";function r(t){var e,n,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t)if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=r(t[e]))&&(o&&(o+=" "),o+=n);else for(e in t)t[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var t,e,n=0,o="";n<arguments.length;)(t=arguments[n++])&&(e=r(t))&&(o&&(o+=" "),o+=e);return o}n.d(e,{A:()=>o})},16543:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'.paraui-v4-auto-tips-multiline{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box{position:relative}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.hidden{opacity:0;visibility:hidden;position:absolute;bottom:0;left:0;z-index:-100000}.paraui-v4-auto-tips-multiline.paraui-v4-auto-tips-multiline-safari>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line::before{content:"";display:block}.paraui-v4-auto-tips-multiline-tooltip .component-tooltip-inner{max-height:80vh;overflow:auto}',""]),t.exports=e},45848:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'.paraui-v4-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips.paraui-v4-auto-tips-safari>.auto-tips-content::before{content:"";display:block}.paraui-v4-auto-tips-tooltip .component-tooltip-inner{max-height:80vh;overflow:auto}',""]),t.exports=e},95080:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-result{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-v4-result>.icon-box{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.paraui-v4-result>.icon-box>.icon-bg{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%}.paraui-v4-result>.icon-box>.icon-bg>svg{font-size:40px}.paraui-v4-result>.title{color:#1d2126;font-size:18px;font-weight:700;max-width:100%;margin-bottom:4px}.paraui-v4-result>.sub-title{max-width:100%;font-size:14px;color:#5c6573;text-align:center}.paraui-v4-result>.footer{margin-top:40px}.paraui-v4-result.paraui-v4-result-success>.icon-box>.icon-bg{background-color:rgba(19,191,76,.1)}.paraui-v4-result.paraui-v4-result-success>.icon-box>.icon-bg>svg{color:#13bf4c}.paraui-v4-result.paraui-v4-result-error>.icon-box>.icon-bg{background-color:rgba(244,66,66,.1)}.paraui-v4-result.paraui-v4-result-error>.icon-box>.icon-bg>svg{color:#f44242}.paraui-v4-result.paraui-v4-result-loading>.icon-box>.icon-bg{background-color:rgba(46,101,230,.1)}.paraui-v4-result.paraui-v4-result-loading>.icon-box>.icon-bg>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;color:#2e65e6}",""]),t.exports=e},96742:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-tooltip{color:#fff;font-size:14px;line-height:1.5715;position:absolute;z-index:1500;display:block;width:max-content;visibility:visible}.paraui-v4-tooltip .component-tooltip-content{position:relative}.paraui-v4-tooltip.component-tooltip-hidden{display:none}.paraui-v4-tooltip .component-tooltip-inner{min-width:30px;min-height:32px;padding:5px 12px;color:#fff;text-align:left;text-decoration:none;word-break:break-all;background-color:rgba(29,33,38,.9);border-radius:4px;line-height:21px}.paraui-v4-tooltip .component-tooltip-inner .disabled-svg{font-size:16px;position:relative;top:3px;margin-right:4px;color:#fff}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-enter.component-tooltip-zoom-big-fast-enter-active,.component-tooltip-zoom-big-fast-appear.component-tooltip-zoom-big-fast-appear-active{animation-name:componentTooltipZoomBigIn;animation-play-state:running}.component-tooltip-zoom-big-fast-leave.component-tooltip-zoom-big-fast-leave-active{animation-name:componentTooltipZoomBigOut;animation-play-state:running;pointer-events:none}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1)}.component-tooltip-zoom-big-fast-enter-prepare,.component-tooltip-zoom-big-fast-appear-prepare{transform:none}.component-tooltip-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78, 0.14, 0.15, 0.86)}@keyframes componentTooltipZoomBigIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes componentTooltipZoomBigOut{0%{transform:scale(1)}100%{transform:scale(0.8);opacity:0}}",""]),t.exports=e},76314:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,s,u;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var s=0;s<t.length;s++){var u=[].concat(t[s]);r&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),e.push(u))}},e}},45228:t=>{"use strict";
16
+ /*
17
+ object-assign
18
+ (c) Sindre Sorhus
19
+ @license MIT
20
+ */var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,o){for(var i,a,s=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),u=1;u<arguments.length;u++){for(var c in i=Object(arguments[u]))n.call(i,c)&&(s[c]=i[c]);if(e){a=e(i);for(var l=0;l<a.length;l++)r.call(i,a[l])&&(s[a[l]]=i[a[l]])}}return s}},44785:(t,e,n)=>{"use strict";n.d(e,{A:()=>y});var r=n(64467),o=n(89379),i=n(3453),a=n(82284),s=n(39155),u=n(66588),c=n(8719),l=n(46942),f=n.n(l),p=n(80371),d=n(25931),v=n(25318),h=n(72137),m=n(58515);const y=function(t){var e=t;function n(t){return!(!t.motionName||!e)}"object"===(0,a.A)(t)&&(e=t.transitionSupport);var l=s.forwardRef((function(t,e){var a=t.visible,l=void 0===a||a,y=t.removeOnLeave,g=void 0===y||y,b=t.forceRender,w=t.children,A=t.motionName,O=t.leavedClassName,x=t.eventProps,E=n(t),j=(0,s.useRef)(),C=(0,s.useRef)();var T=(0,v.A)(E,l,(function(){try{return(0,u.A)(j.current||C.current)}catch(t){return null}}),t),k=(0,i.A)(T,4),P=k[0],S=k[1],M=k[2],_=k[3],D=s.useRef(_);_&&(D.current=!0);var L=(0,s.useRef)(e);L.current=e;var R,N=s.useCallback((function(t){j.current=t,(0,c.Xf)(L.current,t)}),[]),V=(0,o.A)((0,o.A)({},x),{},{visible:l});if(w)if(P!==d.SF&&n(t)){var H,z;S===d.px?z="prepare":(0,m.$m)(S)?z="active":S===d.Mv&&(z="start"),R=w((0,o.A)((0,o.A)({},V),{},{className:f()((0,p.by)(A,P),(H={},(0,r.A)(H,(0,p.by)(A,"".concat(P,"-").concat(z)),z),(0,r.A)(H,A,"string"==typeof A),H)),style:M}),N)}else R=_?w((0,o.A)({},V),N):!g&&D.current?w((0,o.A)((0,o.A)({},V),{},{className:O}),N):b?w((0,o.A)((0,o.A)({},V),{},{style:{display:"none"}}),N):null;else R=null;return s.createElement(h.A,{ref:C},R)}));return l.displayName="CSSMotion",l}(p.J1)},97333:(t,e,n)=>{"use strict";var r=n(58168),o=n(80045),i=n(89379),a=n(23029),s=n(92901),u=n(85501),c=n(29426),l=n(39155),f=n(44785),p=n(80371),d=n(29710),v=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:f.A,n=function(t){(0,u.A)(f,t);var n=(0,c.A)(f);function f(){var t;return(0,a.A)(this,f),(t=n.apply(this,arguments)).state={keyEntities:[]},t.removeKey=function(e){t.setState((function(t){return{keyEntities:t.keyEntities.map((function(t){return t.key!==e?t:(0,i.A)((0,i.A)({},t),{},{status:d.e8})}))}}))},t}return(0,s.A)(f,[{key:"render",value:function(){var t=this,n=this.state.keyEntities,i=this.props,a=i.component,s=i.children,u=i.onVisibleChanged,c=(0,o.A)(i,["component","children","onVisibleChanged"]),f=a||l.Fragment,p={};return v.forEach((function(t){p[t]=c[t],delete c[t]})),delete c.keys,l.createElement(f,c,n.map((function(n){var i=n.status,a=(0,o.A)(n,["status"]),c=i===d.bK||i===d.xI;return l.createElement(e,(0,r.A)({},p,{key:a.key,visible:c,eventProps:a,onVisibleChanged:function(e){null==u||u(e,{key:a.key}),e||t.removeKey(a.key)}}),s)})))}}],[{key:"getDerivedStateFromProps",value:function(t,e){var n=t.keys,r=e.keyEntities,o=(0,d.Ss)(n);return{keyEntities:(0,d.y$)(r,o).filter((function(t){var e=r.find((function(e){var n=e.key;return t.key===n}));return!e||e.status!==d.e8||t.status!==d.au}))}}}]),f}(l.Component);n.defaultProps={component:"div"}}(p.J1)},72137:(t,e,n)=>{"use strict";n.d(e,{A:()=>u});var r=n(23029),o=n(92901),i=n(85501),a=n(29426),s=n(39155);const u=function(t){(0,i.A)(n,t);var e=(0,a.A)(n);function n(){return(0,r.A)(this,n),e.apply(this,arguments)}return(0,o.A)(n,[{key:"render",value:function(){return this.props.children}}]),n}(s.Component)},85849:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(39155),o=n(80371);const i=function(t){var e=(0,r.useRef)(),n=(0,r.useRef)(t);n.current=t;var i=r.useCallback((function(t){n.current(t)}),[]);function a(t){t&&(t.removeEventListener(o.m8,i),t.removeEventListener(o.Vc,i))}return r.useEffect((function(){return function(){a(e.current)}}),[]),[function(t){e.current&&e.current!==t&&a(e.current),t&&t!==e.current&&(t.addEventListener(o.m8,i),t.addEventListener(o.Vc,i),e.current=t)},a]}},43982:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(39155);const o=(0,n(20998).A)()?r.useLayoutEffect:r.useEffect},84560:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(39155),o=n(25371);const i=function(){var t=r.useRef(null);function e(){o.A.cancel(t.current)}return r.useEffect((function(){return function(){e()}}),[]),[function n(r){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;e();var a=(0,o.A)((function(){i<=1?r({isCanceled:function(){return a!==t.current}}):n(r,i-1)}));t.current=a},e]}},92659:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(3453),o=n(39155);function i(t){var e=(0,o.useRef)(!1),n=(0,o.useState)(t),i=(0,r.A)(n,2),a=i[0],s=i[1];return(0,o.useEffect)((function(){return function(){e.current=!0}}),[]),[a,function(t){e.current||s(t)}]}},25318:(t,e,n)=>{"use strict";n.d(e,{A:()=>p});var r=n(89379),o=n(64467),i=n(3453),a=n(39155),s=n(25931),u=n(92659),c=n(43982),l=n(58515),f=n(85849);function p(t,e,n,p){var d=p.motionEnter,v=void 0===d||d,h=p.motionAppear,m=void 0===h||h,y=p.motionLeave,g=void 0===y||y,b=p.motionDeadline,w=p.motionLeaveImmediately,A=p.onAppearPrepare,O=p.onEnterPrepare,x=p.onLeavePrepare,E=p.onAppearStart,j=p.onEnterStart,C=p.onLeaveStart,T=p.onAppearActive,k=p.onEnterActive,P=p.onLeaveActive,S=p.onAppearEnd,M=p.onEnterEnd,_=p.onLeaveEnd,D=p.onVisibleChanged,L=(0,u.A)(),R=(0,i.A)(L,2),N=R[0],V=R[1],H=(0,u.A)(s.SF),z=(0,i.A)(H,2),B=z[0],F=z[1],I=(0,u.A)(null),W=(0,i.A)(I,2),Y=W[0],X=W[1],U=(0,a.useRef)(!1),q=(0,a.useRef)(null),$=(0,a.useRef)(!1),G=(0,a.useRef)(null);function Z(){return n()||G.current}var K=(0,a.useRef)(!1);function J(t){var e,n=Z();t&&!t.deadline&&t.target!==n||(B===s.Tv&&K.current?e=null==S?void 0:S(n,t):B===s.Wd&&K.current?e=null==M?void 0:M(n,t):B===s.dp&&K.current&&(e=null==_?void 0:_(n,t)),!1===e||$.current||(F(s.SF),X(null)))}var Q=(0,f.A)(J),tt=(0,i.A)(Q,1)[0],et=a.useMemo((function(){var t,e,n;switch(B){case"appear":return t={},(0,o.A)(t,s.px,A),(0,o.A)(t,s.Mv,E),(0,o.A)(t,s.m7,T),t;case"enter":return e={},(0,o.A)(e,s.px,O),(0,o.A)(e,s.Mv,j),(0,o.A)(e,s.m7,k),e;case"leave":return n={},(0,o.A)(n,s.px,x),(0,o.A)(n,s.Mv,C),(0,o.A)(n,s.m7,P),n;default:return{}}}),[B]),nt=(0,l.Ay)(B,(function(t){if(t===s.px){var e=et[s.px];return e?e(Z()):l.es}var n;it in et&&X((null===(n=et[it])||void 0===n?void 0:n.call(et,Z(),null))||null);return it===s.m7&&(tt(Z()),b>0&&(clearTimeout(q.current),q.current=setTimeout((function(){J({deadline:!0})}),b))),l.qB})),rt=(0,i.A)(nt,2),ot=rt[0],it=rt[1],at=(0,l.$m)(it);K.current=at,(0,c.A)((function(){V(e);var n,r=U.current;(U.current=!0,t)&&(!r&&e&&m&&(n=s.Tv),r&&e&&v&&(n=s.Wd),(r&&!e&&g||!r&&w&&!e&&g)&&(n=s.dp),n&&(F(n),ot()))}),[e]),(0,a.useEffect)((function(){(B===s.Tv&&!m||B===s.Wd&&!v||B===s.dp&&!g)&&F(s.SF)}),[m,v,g]),(0,a.useEffect)((function(){return function(){clearTimeout(q.current),$.current=!0}}),[]),(0,a.useEffect)((function(){void 0!==N&&B===s.SF&&(null==D||D(N))}),[N,B]);var st=Y;return et[s.px]&&it===s.Mv&&(st=(0,r.A)({transition:"none"},st)),[B,it,st,null!=N?N:e]}},58515:(t,e,n)=>{"use strict";n.d(e,{$m:()=>f,Ay:()=>p,es:()=>c,qB:()=>l});var r=n(3453),o=n(39155),i=n(25931),a=n(43982),s=n(84560),u=[i.px,i.Mv,i.m7,i.Hs],c=!1,l=!0;function f(t){return t===i.m7||t===i.Hs}const p=function(t,e){var n=o.useState(i.cE),l=(0,r.A)(n,2),f=l[0],p=l[1],d=(0,s.A)(),v=(0,r.A)(d,2),h=v[0],m=v[1];return(0,a.A)((function(){if(f!==i.cE&&f!==i.Hs){var t=u.indexOf(f),n=u[t+1],r=e(f);r===c?p(n):h((function(t){function e(){t.isCanceled()||p(n)}!0===r?e():Promise.resolve(r).then(e)}))}}),[t,f]),o.useEffect((function(){return function(){m()}}),[]),[function(){p(i.px)},f]}},30156:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(44785);n(97333);const o=r.A},25931:(t,e,n)=>{"use strict";n.d(e,{Hs:()=>f,Mv:()=>c,SF:()=>r,Tv:()=>o,Wd:()=>i,cE:()=>s,dp:()=>a,m7:()=>l,px:()=>u});var r="none",o="appear",i="enter",a="leave",s="none",u="prepare",c="start",l="active",f="end"},29710:(t,e,n)=>{"use strict";n.d(e,{Ss:()=>l,au:()=>s,bK:()=>i,e8:()=>u,xI:()=>a,y$:()=>f});var r=n(89379),o=n(82284),i="add",a="keep",s="remove",u="removed";function c(t){var e;return e=t&&"object"===(0,o.A)(t)&&"key"in t?t:{key:t},(0,r.A)((0,r.A)({},e),{},{key:String(e.key)})}function l(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(c)}function f(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],o=0,u=e.length,c=l(t),f=l(e);c.forEach((function(t){for(var e=!1,c=o;c<u;c+=1){var l=f[c];if(l.key===t.key){o<c&&(n=n.concat(f.slice(o,c).map((function(t){return(0,r.A)((0,r.A)({},t),{},{status:i})}))),o=c),n.push((0,r.A)((0,r.A)({},l),{},{status:a})),o+=1,e=!0;break}}e||n.push((0,r.A)((0,r.A)({},t),{},{status:s}))})),o<u&&(n=n.concat(f.slice(o).map((function(t){return(0,r.A)((0,r.A)({},t),{},{status:i})}))));var p={};return n.forEach((function(t){var e=t.key;p[e]=(p[e]||0)+1})),Object.keys(p).filter((function(t){return p[t]>1})).forEach((function(t){(n=n.filter((function(e){var n=e.key,r=e.status;return n!==t||r!==s}))).forEach((function(e){e.key===t&&(e.status=a)}))})),n}},80371:(t,e,n)=>{"use strict";n.d(e,{J1:()=>m,Vc:()=>y,by:()=>b,m8:()=>g});var r=n(82284),o=n(20998);function i(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit".concat(t)]="webkit".concat(e),n["Moz".concat(t)]="moz".concat(e),n["ms".concat(t)]="MS".concat(e),n["O".concat(t)]="o".concat(e.toLowerCase()),n}var a,s,u,c=(a=(0,o.A)(),s="undefined"!=typeof window?window:{},u={animationend:i("Animation","AnimationEnd"),transitionend:i("Transition","TransitionEnd")},a&&("AnimationEvent"in s||delete u.animationend.animation,"TransitionEvent"in s||delete u.transitionend.transition),u),l={};if((0,o.A)()){var f=document.createElement("div");l=f.style}var p={};function d(t){if(p[t])return p[t];var e=c[t];if(e)for(var n=Object.keys(e),r=n.length,o=0;o<r;o+=1){var i=n[o];if(Object.prototype.hasOwnProperty.call(e,i)&&i in l)return p[t]=e[i],p[t]}return""}var v=d("animationend"),h=d("transitionend"),m=!(!v||!h),y=v||"animationend",g=h||"transitionend";function b(t,e){return t?"object"===(0,r.A)(t)?t[e.replace(/-\w/g,(function(t){return t[1].toUpperCase()}))]:"".concat(t,"-").concat(e):null}},34307:(t,e,n)=>{"use strict";n.d(e,{A:()=>v});var r=n(58168),o=n(82284),i=n(89379),a=n(80045),s=n(39155),u=n(1748),c={adjustX:1,adjustY:1},l=[0,0],f={left:{points:["cr","cl"],overflow:c,offset:[-4,0],targetOffset:l},right:{points:["cl","cr"],overflow:c,offset:[4,0],targetOffset:l},top:{points:["bc","tc"],overflow:c,offset:[0,-4],targetOffset:l},bottom:{points:["tc","bc"],overflow:c,offset:[0,4],targetOffset:l},topLeft:{points:["bl","tl"],overflow:c,offset:[0,-4],targetOffset:l},leftTop:{points:["tr","tl"],overflow:c,offset:[-4,0],targetOffset:l},topRight:{points:["br","tr"],overflow:c,offset:[0,-4],targetOffset:l},rightTop:{points:["tl","tr"],overflow:c,offset:[4,0],targetOffset:l},bottomRight:{points:["tr","br"],overflow:c,offset:[0,4],targetOffset:l},rightBottom:{points:["bl","br"],overflow:c,offset:[4,0],targetOffset:l},bottomLeft:{points:["tl","bl"],overflow:c,offset:[0,4],targetOffset:l},leftBottom:{points:["br","bl"],overflow:c,offset:[-4,0],targetOffset:l}};const p=function(t){var e=t.overlay,n=t.prefixCls,r=t.id,o=t.overlayInnerStyle;return s.createElement("div",{className:"".concat(n,"-inner"),id:r,role:"tooltip",style:o},"function"==typeof e?e():e)};var d=function(t,e){var n=t.overlayClassName,c=t.trigger,l=void 0===c?["hover"]:c,d=t.mouseEnterDelay,v=void 0===d?0:d,h=t.mouseLeaveDelay,m=void 0===h?.1:h,y=t.overlayStyle,g=t.prefixCls,b=void 0===g?"rc-tooltip":g,w=t.children,A=t.onVisibleChange,O=t.afterVisibleChange,x=t.transitionName,E=t.animation,j=t.motion,C=t.placement,T=void 0===C?"right":C,k=t.align,P=void 0===k?{}:k,S=t.destroyTooltipOnHide,M=void 0!==S&&S,_=t.defaultVisible,D=t.getTooltipContainer,L=t.overlayInnerStyle,R=(0,a.A)(t,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle"]),N=(0,s.useRef)(null);(0,s.useImperativeHandle)(e,(function(){return N.current}));var V=(0,i.A)({},R);"visible"in t&&(V.popupVisible=t.visible);var H=!1,z=!1;if("boolean"==typeof M)H=M;else if(M&&"object"===(0,o.A)(M)){var B=M.keepParent;H=!0===B,z=!1===B}return s.createElement(u.A,(0,r.A)({popupClassName:n,prefixCls:b,popup:function(){var e=t.arrowContent,n=void 0===e?null:e,r=t.overlay,o=t.id;return[s.createElement("div",{className:"".concat(b,"-arrow"),key:"arrow"},n),s.createElement(p,{key:"content",prefixCls:b,id:o,overlay:r,overlayInnerStyle:L})]},action:l,builtinPlacements:f,popupPlacement:T,ref:N,popupAlign:P,getPopupContainer:D,onPopupVisibleChange:A,afterPopupVisibleChange:O,popupTransitionName:x,popupAnimation:E,popupMotion:j,defaultPopupVisible:_,destroyPopupOnHide:H,autoDestroy:z,mouseLeaveDelay:m,popupStyle:y,mouseEnterDelay:v},V),w)};const v=(0,s.forwardRef)(d)},94934:(t,e)=>{"use strict";e.DD=void 0;var n={adjustX:1,adjustY:1},r=[0,0],o={left:{points:["cr","cl"],overflow:n,offset:[-4,0],targetOffset:r},right:{points:["cl","cr"],overflow:n,offset:[4,0],targetOffset:r},top:{points:["bc","tc"],overflow:n,offset:[0,-4],targetOffset:r},bottom:{points:["tc","bc"],overflow:n,offset:[0,4],targetOffset:r},topLeft:{points:["bl","tl"],overflow:n,offset:[0,-4],targetOffset:r},leftTop:{points:["tr","tl"],overflow:n,offset:[-4,0],targetOffset:r},topRight:{points:["br","tr"],overflow:n,offset:[0,-4],targetOffset:r},rightTop:{points:["tl","tr"],overflow:n,offset:[4,0],targetOffset:r},bottomRight:{points:["tr","br"],overflow:n,offset:[0,4],targetOffset:r},rightBottom:{points:["bl","br"],overflow:n,offset:[4,0],targetOffset:r},bottomLeft:{points:["tl","bl"],overflow:n,offset:[0,4],targetOffset:r},leftBottom:{points:["br","bl"],overflow:n,offset:[-4,0],targetOffset:r}};e.DD=o},1748:(t,e,n)=>{"use strict";n.d(e,{A:()=>ue});var r=n(89379),o=n(58168),i=n(23029),a=n(92901),s=n(9417),u=n(85501),c=n(29426),l=n(64467),f=n(39155),p=n.n(f),d=n(69514),v=n.n(d),h=n(25371),m=n(54808),y=n(66588),g=n(8719),b=n(69916),w=n(88822),A=n(46942),O=n.n(A);function x(t,e,n){return n?t[0]===e[0]:t[0]===e[0]&&t[1]===e[1]}var E=n(3453),j=n(80045),C=n(68430),T=n(30156);function k(t){var e=t.prefixCls,n=t.motion,r=t.animation,o=t.transitionName;return n||(r?{motionName:"".concat(e,"-").concat(r)}:o?{motionName:o}:null)}function P(t){var e=t.prefixCls,n=t.visible,i=t.zIndex,a=t.mask,s=t.maskMotion,u=t.maskAnimation,c=t.maskTransitionName;if(!a)return null;var l={};return(s||c||u)&&(l=(0,r.A)({motionAppear:!0},k({motion:s,prefixCls:e,transitionName:c,animation:u}))),f.createElement(T.A,(0,o.A)({},l,{visible:n,removeOnLeave:!0}),(function(t){var n=t.className;return f.createElement("div",{style:{zIndex:i},className:O()("".concat(e,"-mask"),n)})}))}var S,M=n(82284);function _(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function D(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_(Object(n),!0).forEach((function(e){R(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function L(t){return L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},L(t)}function R(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var N={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function V(){if(void 0!==S)return S;S="";var t=document.createElement("p").style;for(var e in N)e+"Transform"in t&&(S=e);return S}function H(){return V()?"".concat(V(),"TransitionProperty"):"transitionProperty"}function z(){return V()?"".concat(V(),"Transform"):"transform"}function B(t,e){var n=H();n&&(t.style[n]=e,"transitionProperty"!==n&&(t.style.transitionProperty=e))}function F(t,e){var n=z();n&&(t.style[n]=e,"transform"!==n&&(t.style.transform=e))}var I,W=/matrix\((.*)\)/,Y=/matrix3d\((.*)\)/;function X(t){var e=t.style.display;t.style.display="none",t.offsetHeight,t.style.display=e}function U(t,e,n){var r=n;if("object"!==L(e))return void 0!==r?("number"==typeof r&&(r="".concat(r,"px")),void(t.style[e]=r)):I(t,e);for(var o in e)e.hasOwnProperty(o)&&U(t,o,e[o])}function q(t,e){var n=t["page".concat(e?"Y":"X","Offset")],r="scroll".concat(e?"Top":"Left");if("number"!=typeof n){var o=t.document;"number"!=typeof(n=o.documentElement[r])&&(n=o.body[r])}return n}function $(t){return q(t)}function G(t){return q(t,!0)}function Z(t){var e=function(t){var e,n,r,o=t.ownerDocument,i=o.body,a=o&&o.documentElement;return e=t.getBoundingClientRect(),n=Math.floor(e.left),r=Math.floor(e.top),{left:n-=a.clientLeft||i.clientLeft||0,top:r-=a.clientTop||i.clientTop||0}}(t),n=t.ownerDocument,r=n.defaultView||n.parentWindow;return e.left+=$(r),e.top+=G(r),e}function K(t){return null!=t&&t==t.window}function J(t){return K(t)?t.document:9===t.nodeType?t:t.ownerDocument}var Q=new RegExp("^(".concat(/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,")(?!px)[a-z%]+$"),"i"),tt=/^(top|right|bottom|left)$/,et="currentStyle",nt="runtimeStyle",rt="left";function ot(t,e){return"left"===t?e.useCssRight?"right":t:e.useCssBottom?"bottom":t}function it(t){return"left"===t?"right":"right"===t?"left":"top"===t?"bottom":"bottom"===t?"top":void 0}function at(t,e,n){"static"===U(t,"position")&&(t.style.position="relative");var r=-999,o=-999,i=ot("left",n),a=ot("top",n),s=it(i),u=it(a);"left"!==i&&(r=999),"top"!==a&&(o=999);var c,l="",f=Z(t);("left"in e||"top"in e)&&(l=(c=t).style.transitionProperty||c.style[H()]||"",B(t,"none")),"left"in e&&(t.style[s]="",t.style[i]="".concat(r,"px")),"top"in e&&(t.style[u]="",t.style[a]="".concat(o,"px")),X(t);var p=Z(t),d={};for(var v in e)if(e.hasOwnProperty(v)){var h=ot(v,n),m="left"===v?r:o,y=f[v]-p[v];d[h]=h===v?m+y:m-y}U(t,d),X(t),("left"in e||"top"in e)&&B(t,l);var g={};for(var b in e)if(e.hasOwnProperty(b)){var w=ot(b,n),A=e[b]-f[b];g[w]=b===w?d[w]+A:d[w]-A}U(t,g)}function st(t,e){var n=Z(t),r=function(t){var e=window.getComputedStyle(t,null),n=e.getPropertyValue("transform")||e.getPropertyValue(z());if(n&&"none"!==n){var r=n.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(r[12]||r[4],0),y:parseFloat(r[13]||r[5],0)}}return{x:0,y:0}}(t),o={x:r.x,y:r.y};"left"in e&&(o.x=r.x+e.left-n.left),"top"in e&&(o.y=r.y+e.top-n.top),function(t,e){var n=window.getComputedStyle(t,null),r=n.getPropertyValue("transform")||n.getPropertyValue(z());if(r&&"none"!==r){var o,i=r.match(W);i?((o=(i=i[1]).split(",").map((function(t){return parseFloat(t,10)})))[4]=e.x,o[5]=e.y,F(t,"matrix(".concat(o.join(","),")"))):((o=r.match(Y)[1].split(",").map((function(t){return parseFloat(t,10)})))[12]=e.x,o[13]=e.y,F(t,"matrix3d(".concat(o.join(","),")")))}else F(t,"translateX(".concat(e.x,"px) translateY(").concat(e.y,"px) translateZ(0)"))}(t,o)}function ut(t,e){for(var n=0;n<t.length;n++)e(t[n])}function ct(t){return"border-box"===I(t,"boxSizing")}"undefined"!=typeof window&&(I=window.getComputedStyle?function(t,e,n){var r=n,o="",i=J(t);return(r=r||i.defaultView.getComputedStyle(t,null))&&(o=r.getPropertyValue(e)||r[e]),o}:function(t,e){var n=t[et]&&t[et][e];if(Q.test(n)&&!tt.test(e)){var r=t.style,o=r[rt],i=t[nt][rt];t[nt][rt]=t[et][rt],r[rt]="fontSize"===e?"1em":n||0,n=r.pixelLeft+"px",r[rt]=o,t[nt][rt]=i}return""===n?"auto":n});var lt=["margin","border","padding"],ft=-1,pt=2,dt=1;function vt(t,e,n){var r,o,i,a=0;for(o=0;o<e.length;o++)if(r=e[o])for(i=0;i<n.length;i++){var s=void 0;s="border"===r?"".concat(r).concat(n[i],"Width"):r+n[i],a+=parseFloat(I(t,s))||0}return a}var ht={getParent:function(t){var e=t;do{e=11===e.nodeType&&e.host?e.host:e.parentNode}while(e&&1!==e.nodeType&&9!==e.nodeType);return e}};function mt(t,e,n){var r=n;if(K(t))return"width"===e?ht.viewportWidth(t):ht.viewportHeight(t);if(9===t.nodeType)return"width"===e?ht.docWidth(t):ht.docHeight(t);var o="width"===e?["Left","Right"]:["Top","Bottom"],i="width"===e?Math.floor(t.getBoundingClientRect().width):Math.floor(t.getBoundingClientRect().height),a=ct(t),s=0;(null==i||i<=0)&&(i=void 0,(null==(s=I(t,e))||Number(s)<0)&&(s=t.style[e]||0),s=Math.floor(parseFloat(s))||0),void 0===r&&(r=a?dt:ft);var u=void 0!==i||a,c=i||s;return r===ft?u?c-vt(t,["border","padding"],o):s:u?r===dt?c:c+(r===pt?-vt(t,["border"],o):vt(t,["margin"],o)):s+vt(t,lt.slice(r),o)}ut(["Width","Height"],(function(t){ht["doc".concat(t)]=function(e){var n=e.document;return Math.max(n.documentElement["scroll".concat(t)],n.body["scroll".concat(t)],ht["viewport".concat(t)](n))},ht["viewport".concat(t)]=function(e){var n="client".concat(t),r=e.document,o=r.body,i=r.documentElement[n];return"CSS1Compat"===r.compatMode&&i||o&&o[n]||i}}));var yt={position:"absolute",visibility:"hidden",display:"block"};function gt(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r,o=e[0];return 0!==o.offsetWidth?r=mt.apply(void 0,e):function(t,e,n){var r,o={},i=t.style;for(r in e)e.hasOwnProperty(r)&&(o[r]=i[r],i[r]=e[r]);for(r in n.call(t),e)e.hasOwnProperty(r)&&(i[r]=o[r])}(o,yt,(function(){r=mt.apply(void 0,e)})),r}function bt(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}ut(["width","height"],(function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);ht["outer".concat(e)]=function(e,n){return e&&gt(e,t,n?0:dt)};var n="width"===t?["Left","Right"]:["Top","Bottom"];ht[t]=function(e,r){var o=r;return void 0!==o?e?(ct(e)&&(o+=vt(e,["padding","border"],n)),U(e,t,o)):void 0:e&&gt(e,t,ft)}}));var wt={getWindow:function(t){if(t&&t.document&&t.setTimeout)return t;var e=t.ownerDocument||t;return e.defaultView||e.parentWindow},getDocument:J,offset:function(t,e,n){if(void 0===e)return Z(t);!function(t,e,n){if(n.ignoreShake){var r=Z(t),o=r.left.toFixed(0),i=r.top.toFixed(0),a=e.left.toFixed(0),s=e.top.toFixed(0);if(o===a&&i===s)return}n.useCssRight||n.useCssBottom?at(t,e,n):n.useCssTransform&&z()in document.body.style?st(t,e):at(t,e,n)}(t,e,n||{})},isWindow:K,each:ut,css:U,clone:function(t){var e,n={};for(e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);if(t.overflow)for(e in t)t.hasOwnProperty(e)&&(n.overflow[e]=t.overflow[e]);return n},mix:bt,getWindowScrollLeft:function(t){return $(t)},getWindowScrollTop:function(t){return G(t)},merge:function(){for(var t={},e=0;e<arguments.length;e++)wt.mix(t,e<0||arguments.length<=e?void 0:arguments[e]);return t},viewportWidth:0,viewportHeight:0};bt(wt,ht);var At=wt.getParent;function Ot(t){if(wt.isWindow(t)||9===t.nodeType)return null;var e,n=wt.getDocument(t).body,r=wt.css(t,"position");if(!("fixed"===r||"absolute"===r))return"html"===t.nodeName.toLowerCase()?null:At(t);for(e=At(t);e&&e!==n&&9!==e.nodeType;e=At(e))if("static"!==(r=wt.css(e,"position")))return e;return null}var xt=wt.getParent;function Et(t,e){for(var n={left:0,right:1/0,top:0,bottom:1/0},r=Ot(t),o=wt.getDocument(t),i=o.defaultView||o.parentWindow,a=o.body,s=o.documentElement;r;){if(-1!==navigator.userAgent.indexOf("MSIE")&&0===r.clientWidth||r===a||r===s||"visible"===wt.css(r,"overflow")){if(r===a||r===s)break}else{var u=wt.offset(r);u.left+=r.clientLeft,u.top+=r.clientTop,n.top=Math.max(n.top,u.top),n.right=Math.min(n.right,u.left+r.clientWidth),n.bottom=Math.min(n.bottom,u.top+r.clientHeight),n.left=Math.max(n.left,u.left)}r=Ot(r)}var c=null;wt.isWindow(t)||9===t.nodeType||(c=t.style.position,"absolute"===wt.css(t,"position")&&(t.style.position="fixed"));var l=wt.getWindowScrollLeft(i),f=wt.getWindowScrollTop(i),p=wt.viewportWidth(i),d=wt.viewportHeight(i),v=s.scrollWidth,h=s.scrollHeight,m=window.getComputedStyle(a);if("hidden"===m.overflowX&&(v=i.innerWidth),"hidden"===m.overflowY&&(h=i.innerHeight),t.style&&(t.style.position=c),e||function(t){if(wt.isWindow(t)||9===t.nodeType)return!1;var e=wt.getDocument(t),n=e.body,r=null;for(r=xt(t);r&&r!==n&&r!==e;r=xt(r))if("fixed"===wt.css(r,"position"))return!0;return!1}(t))n.left=Math.max(n.left,l),n.top=Math.max(n.top,f),n.right=Math.min(n.right,l+p),n.bottom=Math.min(n.bottom,f+d);else{var y=Math.max(v,l+p);n.right=Math.min(n.right,y);var g=Math.max(h,f+d);n.bottom=Math.min(n.bottom,g)}return n.top>=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function jt(t){var e,n,r;if(wt.isWindow(t)||9===t.nodeType){var o=wt.getWindow(t);e={left:wt.getWindowScrollLeft(o),top:wt.getWindowScrollTop(o)},n=wt.viewportWidth(o),r=wt.viewportHeight(o)}else e=wt.offset(t),n=wt.outerWidth(t),r=wt.outerHeight(t);return e.width=n,e.height=r,e}function Ct(t,e){var n=e.charAt(0),r=e.charAt(1),o=t.width,i=t.height,a=t.left,s=t.top;return"c"===n?s+=i/2:"b"===n&&(s+=i),"c"===r?a+=o/2:"r"===r&&(a+=o),{left:a,top:s}}function Tt(t,e,n,r,o){var i=Ct(e,n[1]),a=Ct(t,n[0]),s=[a.left-i.left,a.top-i.top];return{left:Math.round(t.left-s[0]+r[0]-o[0]),top:Math.round(t.top-s[1]+r[1]-o[1])}}function kt(t,e,n){return t.left<n.left||t.left+e.width>n.right}function Pt(t,e,n){return t.top<n.top||t.top+e.height>n.bottom}function St(t,e,n){var r=[];return wt.each(t,(function(t){r.push(t.replace(e,(function(t){return n[t]})))})),r}function Mt(t,e){return t[e]=-t[e],t}function _t(t,e){return(/%$/.test(t)?parseInt(t.substring(0,t.length-1),10)/100*e:parseInt(t,10))||0}function Dt(t,e){t[0]=_t(t[0],e.width),t[1]=_t(t[1],e.height)}function Lt(t,e,n,r){var o=n.points,i=n.offset||[0,0],a=n.targetOffset||[0,0],s=n.overflow,u=n.source||t;i=[].concat(i),a=[].concat(a);var c={},l=0,f=Et(u,!(!(s=s||{})||!s.alwaysByViewport)),p=jt(u);Dt(i,p),Dt(a,e);var d=Tt(p,e,o,i,a),v=wt.merge(p,d);if(f&&(s.adjustX||s.adjustY)&&r){if(s.adjustX&&kt(d,p,f)){var h=St(o,/[lr]/gi,{l:"r",r:"l"}),m=Mt(i,0),y=Mt(a,0);(function(t,e,n){return t.left>n.right||t.left+e.width<n.left})(Tt(p,e,h,m,y),p,f)||(l=1,o=h,i=m,a=y)}if(s.adjustY&&Pt(d,p,f)){var g=St(o,/[tb]/gi,{t:"b",b:"t"}),b=Mt(i,1),w=Mt(a,1);(function(t,e,n){return t.top>n.bottom||t.top+e.height<n.top})(Tt(p,e,g,b,w),p,f)||(l=1,o=g,i=b,a=w)}l&&(d=Tt(p,e,o,i,a),wt.mix(v,d));var A=kt(d,p,f),O=Pt(d,p,f);if(A||O){var x=o;A&&(x=St(o,/[lr]/gi,{l:"r",r:"l"})),O&&(x=St(o,/[tb]/gi,{t:"b",b:"t"})),o=x,i=n.offset||[0,0],a=n.targetOffset||[0,0]}c.adjustX=s.adjustX&&A,c.adjustY=s.adjustY&&O,(c.adjustX||c.adjustY)&&(v=function(t,e,n,r){var o=wt.clone(t),i={width:e.width,height:e.height};return r.adjustX&&o.left<n.left&&(o.left=n.left),r.resizeWidth&&o.left>=n.left&&o.left+i.width>n.right&&(i.width-=o.left+i.width-n.right),r.adjustX&&o.left+i.width>n.right&&(o.left=Math.max(n.right-i.width,n.left)),r.adjustY&&o.top<n.top&&(o.top=n.top),r.resizeHeight&&o.top>=n.top&&o.top+i.height>n.bottom&&(i.height-=o.top+i.height-n.bottom),r.adjustY&&o.top+i.height>n.bottom&&(o.top=Math.max(n.bottom-i.height,n.top)),wt.mix(o,i)}(d,p,f,c))}return v.width!==p.width&&wt.css(u,"width",wt.width(u)+v.width-p.width),v.height!==p.height&&wt.css(u,"height",wt.height(u)+v.height-p.height),wt.offset(u,{left:v.left,top:v.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:o,offset:i,targetOffset:a,overflow:c}}function Rt(t,e,n){var r=n.target||e,o=jt(r),i=!function(t,e){var n=Et(t,e),r=jt(t);return!n||r.left+r.width<=n.left||r.top+r.height<=n.top||r.left>=n.right||r.top>=n.bottom}(r,n.overflow&&n.overflow.alwaysByViewport);return Lt(t,o,n,i)}Rt.__getOffsetParent=Ot,Rt.__getVisibleRectForElement=Et;var Nt=n(43210),Vt=n(42467),Ht=n(30981);var zt=n(43591);function Bt(t,e){var n=null,r=null;var o=new zt.default((function(t){var o=(0,E.A)(t,1)[0].target;if(document.documentElement.contains(o)){var i=o.getBoundingClientRect(),a=i.width,s=i.height,u=Math.floor(a),c=Math.floor(s);n===u&&r===c||Promise.resolve().then((function(){e({width:u,height:c})})),n=u,r=c}}));return t&&o.observe(t),function(){o.disconnect()}}function Ft(t){return"function"!=typeof t?null:t()}function It(t){return"object"===(0,M.A)(t)&&t?t:null}var Wt=function(t,e){var n=t.children,r=t.disabled,o=t.target,i=t.align,a=t.onAlign,s=t.monitorWindowResize,u=t.monitorBufferTime,c=void 0===u?0:u,l=p().useRef({}),f=p().useRef(),d=p().Children.only(n),v=p().useRef({});v.current.disabled=r,v.current.target=o,v.current.align=i,v.current.onAlign=a;var h=function(t,e){var n=p().useRef(!1),r=p().useRef(null);function o(){window.clearTimeout(r.current)}return[function i(a){if(o(),n.current&&!0!==a)r.current=window.setTimeout((function(){n.current=!1,i()}),e);else{if(!1===t(a))return;n.current=!0,r.current=window.setTimeout((function(){n.current=!1}),e)}},function(){n.current=!1,o()}]}((function(){var t=v.current,e=t.disabled,n=t.target,r=t.align,o=t.onAlign,i=f.current;if(!e&&n&&i){var a,s=Ft(n),u=It(n);l.current.element=s,l.current.point=u,l.current.align=r;var c=document.activeElement;return s&&(0,Vt.A)(s)?a=Rt(i,s,r):u&&(a=function(t,e,n){var r,o,i=wt.getDocument(t),a=i.defaultView||i.parentWindow,s=wt.getWindowScrollLeft(a),u=wt.getWindowScrollTop(a),c=wt.viewportWidth(a),l=wt.viewportHeight(a),f={left:r="pageX"in e?e.pageX:s+e.clientX,top:o="pageY"in e?e.pageY:u+e.clientY,width:0,height:0},p=r>=0&&r<=s+c&&o>=0&&o<=u+l,d=[n.points[0],"cc"];return Lt(t,f,D(D({},n),{},{points:d}),p)}(i,u,r)),function(t,e){t!==document.activeElement&&(0,m.A)(e,t)&&"function"==typeof t.focus&&t.focus()}(c,i),o&&a&&o(i,a),!0}return!1}),c),y=(0,E.A)(h,2),w=y[0],A=y[1],O=p().useState(),x=(0,E.A)(O,2),j=x[0],C=x[1],T=p().useState(),k=(0,E.A)(T,2),P=k[0],S=k[1];return(0,Ht.A)((function(){C(Ft(o)),S(It(o))})),p().useEffect((function(){var t,e;l.current.element===j&&((t=l.current.point)===(e=P)||t&&e&&("pageX"in e&&"pageY"in e?t.pageX===e.pageX&&t.pageY===e.pageY:"clientX"in e&&"clientY"in e&&t.clientX===e.clientX&&t.clientY===e.clientY))&&(0,Nt.A)(l.current.align,i)||w()})),p().useEffect((function(){return Bt(f.current,w)}),[f.current]),p().useEffect((function(){return Bt(j,w)}),[j]),p().useEffect((function(){r?A():w()}),[r]),p().useEffect((function(){if(s)return(0,b.A)(window,"resize",w).remove}),[s]),p().useEffect((function(){return function(){A()}}),[]),p().useImperativeHandle(e,(function(){return{forceAlign:function(){return w(!0)}}})),p().isValidElement(d)&&(d=p().cloneElement(d,{ref:(0,g.K4)(d.ref,f)})),d},Yt=p().forwardRef(Wt);Yt.displayName="Align";const Xt=Yt;function Ut(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+ Ut=function(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var i=e&&e.prototype instanceof y?e:y,a=Object.create(i.prototype),s=new S(r||[]);return o(a,"_invoke",{value:C(t,n,s)}),a}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var p="suspendedStart",d="suspendedYield",v="executing",h="completed",m={};function y(){}function g(){}function b(){}var w={};c(w,a,(function(){return this}));var A=Object.getPrototypeOf,O=A&&A(A(_([])));O&&O!==n&&r.call(O,a)&&(w=O);var x=b.prototype=y.prototype=Object.create(w);function E(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function n(o,i,a,s){var u=f(t[o],t,i);if("throw"!==u.type){var c=u.arg,l=c.value;return l&&"object"==(0,M.A)(l)&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(l).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,o){n(t,r,e,o)}))}return i=i?i.then(o,o):o()}})}function C(e,n,r){var o=p;return function(i,a){if(o===v)throw Error("Generator is already running");if(o===h){if("throw"===i)throw a;return{value:t,done:!0}}for(r.method=i,r.arg=a;;){var s=r.delegate;if(s){var u=T(s,r);if(u){if(u===m)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===p)throw o=h,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=v;var c=f(e,n,r);if("normal"===c.type){if(o=r.done?h:d,c.arg===m)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(o=h,r.method="throw",r.arg=c.arg)}}}function T(e,n){var r=n.method,o=e.iterator[r];if(o===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,T(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),m;var i=f(o,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,m;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function S(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function _(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function n(){for(;++o<e.length;)if(r.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}throw new TypeError((0,M.A)(e)+" is not iterable")}return g.prototype=b,o(x,"constructor",{value:b,configurable:!0}),o(b,"constructor",{value:g,configurable:!0}),g.displayName=c(b,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,u,"GeneratorFunction")),t.prototype=Object.create(x),t},e.awrap=function(t){return{__await:t}},E(j.prototype),c(j.prototype,s,(function(){return this})),e.AsyncIterator=j,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new j(l(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(x),c(x,u,"Generator"),c(x,a,(function(){return this})),c(x,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=_,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(P),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function o(r,o){return s.type="throw",s.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(u&&c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),P(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;P(n)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:_(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}var qt=n(10467),$t=n(1233),Gt=["measure","alignPre","align",null,"motion"];var Zt=f.forwardRef((function(t,e){var n=t.visible,i=t.prefixCls,a=t.className,s=t.style,u=t.children,c=t.zIndex,l=t.stretch,p=t.destroyPopupOnHide,d=t.forceRender,v=t.align,m=t.point,y=t.getRootDomNode,g=t.getClassNameFromAlign,b=t.onAlign,w=t.onMouseEnter,A=t.onMouseLeave,x=t.onMouseDown,j=t.onTouchStart,C=t.onClick,P=(0,f.useRef)(),S=(0,f.useRef)(),M=(0,f.useState)(),_=(0,E.A)(M,2),D=_[0],L=_[1],R=function(t){var e=f.useState({width:0,height:0}),n=(0,E.A)(e,2),r=n[0],o=n[1];return[f.useMemo((function(){var e={};if(t){var n=r.width,o=r.height;-1!==t.indexOf("height")&&o?e.height=o:-1!==t.indexOf("minHeight")&&o&&(e.minHeight=o),-1!==t.indexOf("width")&&n?e.width=n:-1!==t.indexOf("minWidth")&&n&&(e.minWidth=n)}return e}),[t,r]),function(t){var e=t.offsetWidth,n=t.offsetHeight,r=t.getBoundingClientRect(),i=r.width,a=r.height;Math.abs(e-i)<1&&Math.abs(n-a)<1&&(e=i,n=a),o({width:e,height:n})}]}(l),N=(0,E.A)(R,2),V=N[0],H=N[1];var z=function(t,e){var n=(0,$t.A)(null),r=(0,E.A)(n,2),o=r[0],i=r[1],a=(0,f.useRef)();function s(t){i(t,!0)}function u(){h.A.cancel(a.current)}return(0,f.useEffect)((function(){s("measure")}),[t]),(0,f.useEffect)((function(){"measure"===o&&e(),o&&(a.current=(0,h.A)((0,qt.A)(Ut().mark((function t(){var e,n;return Ut().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e=Gt.indexOf(o),(n=Gt[e+1])&&-1!==e&&s(n);case 3:case"end":return t.stop()}}),t)})))))}),[o]),(0,f.useEffect)((function(){return function(){u()}}),[]),[o,function(t){u(),a.current=(0,h.A)((function(){s((function(t){switch(o){case"align":return"motion";case"motion":return"stable"}return t})),null==t||t()}))}]}(n,(function(){l&&H(y())})),B=(0,E.A)(z,2),F=B[0],I=B[1],W=(0,f.useState)(0),Y=(0,E.A)(W,2),X=Y[0],U=Y[1],q=(0,f.useRef)();function $(){var t;null===(t=P.current)||void 0===t||t.forceAlign()}function G(t,e){var n=g(e);D!==n&&L(n),U((function(t){return t+1})),"align"===F&&(null==b||b(t,e))}(0,Ht.A)((function(){"alignPre"===F&&U(0)}),[F]),(0,Ht.A)((function(){"align"===F&&(X<3?$():I((function(){var t;null===(t=q.current)||void 0===t||t.call(q)})))}),[X]);var Z=(0,r.A)({},k(t));function K(){return new Promise((function(t){q.current=t}))}["onAppearEnd","onEnterEnd","onLeaveEnd"].forEach((function(t){var e=Z[t];Z[t]=function(t,n){return I(),null==e?void 0:e(t,n)}})),f.useEffect((function(){Z.motionName||"motion"!==F||I()}),[Z.motionName,F]),f.useImperativeHandle(e,(function(){return{forceAlign:$,getElement:function(){return S.current}}}));var J=(0,r.A)((0,r.A)({},V),{},{zIndex:c,opacity:"motion"!==F&&"stable"!==F&&n?0:void 0,pointerEvents:n||"stable"===F?void 0:"none"},s),Q=!0;null==v||!v.points||"align"!==F&&"stable"!==F||(Q=!1);var tt=u;return f.Children.count(u)>1&&(tt=f.createElement("div",{className:"".concat(i,"-content")},u)),f.createElement(T.A,(0,o.A)({visible:n,ref:S,leavedClassName:"".concat(i,"-hidden")},Z,{onAppearPrepare:K,onEnterPrepare:K,removeOnLeave:p,forceRender:d}),(function(t,e){var n=t.className,o=t.style,s=O()(i,a,D,n);return f.createElement(Xt,{target:m||y,key:"popup",ref:P,monitorWindowResize:!0,disabled:Q,align:v,onAlign:G},f.createElement("div",{ref:e,className:s,onMouseEnter:w,onMouseLeave:A,onMouseDownCapture:x,onTouchStartCapture:j,onClick:C,style:(0,r.A)((0,r.A)({},o),J)},tt))}))}));Zt.displayName="PopupInner";const Kt=Zt;var Jt=f.forwardRef((function(t,e){var n=t.prefixCls,i=t.visible,a=t.zIndex,s=t.children,u=t.mobile,c=(u=void 0===u?{}:u).popupClassName,l=u.popupStyle,p=u.popupMotion,d=void 0===p?{}:p,v=u.popupRender,h=t.onClick,m=f.useRef();f.useImperativeHandle(e,(function(){return{forceAlign:function(){},getElement:function(){return m.current}}}));var y=(0,r.A)({zIndex:a},l),g=s;return f.Children.count(s)>1&&(g=f.createElement("div",{className:"".concat(n,"-content")},s)),v&&(g=v(g)),f.createElement(T.A,(0,o.A)({visible:i,ref:m,removeOnLeave:!0},d),(function(t,e){var o=t.className,i=t.style,a=O()(n,c,o);return f.createElement("div",{ref:e,className:a,onClick:h,style:(0,r.A)((0,r.A)({},i),y)},g)}))}));Jt.displayName="MobilePopupInner";const Qt=Jt;var te=["visible","mobile"],ee=f.forwardRef((function(t,e){var n=t.visible,i=t.mobile,a=(0,j.A)(t,te),s=(0,f.useState)(n),u=(0,E.A)(s,2),c=u[0],l=u[1],p=(0,f.useState)(!1),d=(0,E.A)(p,2),v=d[0],h=d[1],m=(0,r.A)((0,r.A)({},a),{},{visible:c});(0,f.useEffect)((function(){l(n),n&&i&&h((0,C.A)())}),[n,i]);var y=v?f.createElement(Qt,(0,o.A)({},m,{mobile:i,ref:e})):f.createElement(Kt,(0,o.A)({},m,{ref:e}));return f.createElement("div",null,f.createElement(P,m),y)}));ee.displayName="Popup";const ne=ee;const re=f.createContext(null);function oe(){}function ie(){return""}function ae(t){return t?t.ownerDocument:window.document}var se=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur","onContextMenu"];const ue=(ce=w.A,le=function(t){(0,u.A)(n,t);var e=(0,c.A)(n);function n(t){var r,a;return(0,i.A)(this,n),r=e.call(this,t),(0,l.A)((0,s.A)(r),"popupRef",f.createRef()),(0,l.A)((0,s.A)(r),"triggerRef",f.createRef()),(0,l.A)((0,s.A)(r),"portalContainer",void 0),(0,l.A)((0,s.A)(r),"attachId",void 0),(0,l.A)((0,s.A)(r),"clickOutsideHandler",void 0),(0,l.A)((0,s.A)(r),"touchOutsideHandler",void 0),(0,l.A)((0,s.A)(r),"contextMenuOutsideHandler1",void 0),(0,l.A)((0,s.A)(r),"contextMenuOutsideHandler2",void 0),(0,l.A)((0,s.A)(r),"mouseDownTimeout",void 0),(0,l.A)((0,s.A)(r),"focusTime",void 0),(0,l.A)((0,s.A)(r),"preClickTime",void 0),(0,l.A)((0,s.A)(r),"preTouchTime",void 0),(0,l.A)((0,s.A)(r),"delayTimer",void 0),(0,l.A)((0,s.A)(r),"hasPopupMouseDown",void 0),(0,l.A)((0,s.A)(r),"onMouseEnter",(function(t){var e=r.props.mouseEnterDelay;r.fireEvents("onMouseEnter",t),r.delaySetPopupVisible(!0,e,e?null:t)})),(0,l.A)((0,s.A)(r),"onMouseMove",(function(t){r.fireEvents("onMouseMove",t),r.setPoint(t)})),(0,l.A)((0,s.A)(r),"onMouseLeave",(function(t){r.fireEvents("onMouseLeave",t),r.delaySetPopupVisible(!1,r.props.mouseLeaveDelay)})),(0,l.A)((0,s.A)(r),"onPopupMouseEnter",(function(){r.clearDelayTimer()})),(0,l.A)((0,s.A)(r),"onPopupMouseLeave",(function(t){var e;t.relatedTarget&&!t.relatedTarget.setTimeout&&(0,m.A)(null===(e=r.popupRef.current)||void 0===e?void 0:e.getElement(),t.relatedTarget)||r.delaySetPopupVisible(!1,r.props.mouseLeaveDelay)})),(0,l.A)((0,s.A)(r),"onFocus",(function(t){r.fireEvents("onFocus",t),r.clearDelayTimer(),r.isFocusToShow()&&(r.focusTime=Date.now(),r.delaySetPopupVisible(!0,r.props.focusDelay))})),(0,l.A)((0,s.A)(r),"onMouseDown",(function(t){r.fireEvents("onMouseDown",t),r.preClickTime=Date.now()})),(0,l.A)((0,s.A)(r),"onTouchStart",(function(t){r.fireEvents("onTouchStart",t),r.preTouchTime=Date.now()})),(0,l.A)((0,s.A)(r),"onBlur",(function(t){r.fireEvents("onBlur",t),r.clearDelayTimer(),r.isBlurToHide()&&r.delaySetPopupVisible(!1,r.props.blurDelay)})),(0,l.A)((0,s.A)(r),"onContextMenu",(function(t){t.preventDefault(),r.fireEvents("onContextMenu",t),r.setPopupVisible(!0,t)})),(0,l.A)((0,s.A)(r),"onContextMenuClose",(function(){r.isContextMenuToShow()&&r.close()})),(0,l.A)((0,s.A)(r),"onClick",(function(t){if(r.fireEvents("onClick",t),r.focusTime){var e;if(r.preClickTime&&r.preTouchTime?e=Math.min(r.preClickTime,r.preTouchTime):r.preClickTime?e=r.preClickTime:r.preTouchTime&&(e=r.preTouchTime),Math.abs(e-r.focusTime)<20)return;r.focusTime=0}r.preClickTime=0,r.preTouchTime=0,r.isClickToShow()&&(r.isClickToHide()||r.isBlurToHide())&&t&&t.preventDefault&&t.preventDefault();var n=!r.state.popupVisible;(r.isClickToHide()&&!n||n&&r.isClickToShow())&&r.setPopupVisible(!r.state.popupVisible,t)})),(0,l.A)((0,s.A)(r),"onPopupMouseDown",(function(){var t;r.hasPopupMouseDown=!0,clearTimeout(r.mouseDownTimeout),r.mouseDownTimeout=window.setTimeout((function(){r.hasPopupMouseDown=!1}),0),r.context&&(t=r.context).onPopupMouseDown.apply(t,arguments)})),(0,l.A)((0,s.A)(r),"onDocumentClick",(function(t){if(!r.props.mask||r.props.maskClosable){var e=t.target,n=r.getRootDomNode(),o=r.getPopupDomNode();(0,m.A)(n,e)&&!r.isContextMenuOnly()||(0,m.A)(o,e)||r.hasPopupMouseDown||r.close()}})),(0,l.A)((0,s.A)(r),"getRootDomNode",(function(){var t=r.props.getTriggerDOMNode;if(t)return t(r.triggerRef.current);try{var e=(0,y.A)(r.triggerRef.current);if(e)return e}catch(t){}return v().findDOMNode((0,s.A)(r))})),(0,l.A)((0,s.A)(r),"getPopupClassNameFromAlign",(function(t){var e=[],n=r.props,o=n.popupPlacement,i=n.builtinPlacements,a=n.prefixCls,s=n.alignPoint,u=n.getPopupClassNameFromAlign;return o&&i&&e.push(function(t,e,n,r){for(var o=n.points,i=Object.keys(t),a=0;a<i.length;a+=1){var s=i[a];if(x(t[s].points,o,r))return"".concat(e,"-placement-").concat(s)}return""}(i,a,t,s)),u&&e.push(u(t)),e.join(" ")})),(0,l.A)((0,s.A)(r),"getComponent",(function(){var t=r.props,e=t.prefixCls,n=t.destroyPopupOnHide,i=t.popupClassName,a=t.onPopupAlign,s=t.popupMotion,u=t.popupAnimation,c=t.popupTransitionName,l=t.popupStyle,p=t.mask,d=t.maskAnimation,v=t.maskTransitionName,h=t.maskMotion,m=t.zIndex,y=t.popup,g=t.stretch,b=t.alignPoint,w=t.mobile,A=t.forceRender,O=t.onPopupClick,x=r.state,E=x.popupVisible,j=x.point,C=r.getPopupAlign(),T={};return r.isMouseEnterToShow()&&(T.onMouseEnter=r.onPopupMouseEnter),r.isMouseLeaveToHide()&&(T.onMouseLeave=r.onPopupMouseLeave),T.onMouseDown=r.onPopupMouseDown,T.onTouchStart=r.onPopupMouseDown,f.createElement(ne,(0,o.A)({prefixCls:e,destroyPopupOnHide:n,visible:E,point:b&&j,className:i,align:C,onAlign:a,animation:u,getClassNameFromAlign:r.getPopupClassNameFromAlign},T,{stretch:g,getRootDomNode:r.getRootDomNode,style:l,mask:p,zIndex:m,transitionName:c,maskAnimation:d,maskTransitionName:v,maskMotion:h,ref:r.popupRef,motion:s,mobile:w,forceRender:A,onClick:O}),"function"==typeof y?y():y)})),(0,l.A)((0,s.A)(r),"attachParent",(function(t){h.A.cancel(r.attachId);var e,n=r.props,o=n.getPopupContainer,i=n.getDocument,a=r.getRootDomNode();o?(a||0===o.length)&&(e=o(a)):e=i(r.getRootDomNode()).body,e?e.appendChild(t):r.attachId=(0,h.A)((function(){r.attachParent(t)}))})),(0,l.A)((0,s.A)(r),"getContainer",(function(){if(!r.portalContainer){var t=(0,r.props.getDocument)(r.getRootDomNode()).createElement("div");t.style.position="absolute",t.style.top="0",t.style.left="0",t.style.width="100%",r.portalContainer=t}return r.attachParent(r.portalContainer),r.portalContainer})),(0,l.A)((0,s.A)(r),"setPoint",(function(t){r.props.alignPoint&&t&&r.setState({point:{pageX:t.pageX,pageY:t.pageY}})})),(0,l.A)((0,s.A)(r),"handlePortalUpdate",(function(){r.state.prevPopupVisible!==r.state.popupVisible&&r.props.afterPopupVisibleChange(r.state.popupVisible)})),(0,l.A)((0,s.A)(r),"triggerContextValue",{onPopupMouseDown:r.onPopupMouseDown}),a="popupVisible"in t?!!t.popupVisible:!!t.defaultPopupVisible,r.state={prevPopupVisible:a,popupVisible:a},se.forEach((function(t){r["fire".concat(t)]=function(e){r.fireEvents(t,e)}})),r}return(0,a.A)(n,[{key:"componentDidMount",value:function(){this.componentDidUpdate()}},{key:"componentDidUpdate",value:function(){var t,e=this.props;if(this.state.popupVisible)return this.clickOutsideHandler||!this.isClickToHide()&&!this.isContextMenuToShow()||(t=e.getDocument(this.getRootDomNode()),this.clickOutsideHandler=(0,b.A)(t,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(t=t||e.getDocument(this.getRootDomNode()),this.touchOutsideHandler=(0,b.A)(t,"touchstart",this.onDocumentClick)),!this.contextMenuOutsideHandler1&&this.isContextMenuToShow()&&(t=t||e.getDocument(this.getRootDomNode()),this.contextMenuOutsideHandler1=(0,b.A)(t,"scroll",this.onContextMenuClose)),void(!this.contextMenuOutsideHandler2&&this.isContextMenuToShow()&&(this.contextMenuOutsideHandler2=(0,b.A)(window,"blur",this.onContextMenuClose)));this.clearOutsideHandler()}},{key:"componentWillUnmount",value:function(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout),h.A.cancel(this.attachId)}},{key:"getPopupDomNode",value:function(){var t;return(null===(t=this.popupRef.current)||void 0===t?void 0:t.getElement())||null}},{key:"getPopupAlign",value:function(){var t=this.props,e=t.popupPlacement,n=t.popupAlign,o=t.builtinPlacements;return e&&o?function(t,e,n){var o=t[e]||{};return(0,r.A)((0,r.A)({},o),n)}(o,e,n):n}},{key:"setPopupVisible",value:function(t,e){var n=this.props.alignPoint,r=this.state.popupVisible;this.clearDelayTimer(),r!==t&&("popupVisible"in this.props||this.setState({popupVisible:t,prevPopupVisible:r}),this.props.onPopupVisibleChange(t)),n&&e&&t&&this.setPoint(e)}},{key:"delaySetPopupVisible",value:function(t,e,n){var r=this,o=1e3*e;if(this.clearDelayTimer(),o){var i=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=window.setTimeout((function(){r.setPopupVisible(t,i),r.clearDelayTimer()}),o)}else this.setPopupVisible(t,n)}},{key:"clearDelayTimer",value:function(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)}},{key:"clearOutsideHandler",value:function(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextMenuOutsideHandler1&&(this.contextMenuOutsideHandler1.remove(),this.contextMenuOutsideHandler1=null),this.contextMenuOutsideHandler2&&(this.contextMenuOutsideHandler2.remove(),this.contextMenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)}},{key:"createTwoChains",value:function(t){var e=this.props.children.props,n=this.props;return e[t]&&n[t]?this["fire".concat(t)]:e[t]||n[t]}},{key:"isClickToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isContextMenuOnly",value:function(){var t=this.props.action;return"contextMenu"===t||1===t.length&&"contextMenu"===t[0]}},{key:"isContextMenuToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("contextMenu")||-1!==n.indexOf("contextMenu")}},{key:"isClickToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isMouseEnterToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseEnter")}},{key:"isMouseLeaveToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseLeave")}},{key:"isFocusToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("focus")}},{key:"isBlurToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("blur")}},{key:"forcePopupAlign",value:function(){var t;this.state.popupVisible&&(null===(t=this.popupRef.current)||void 0===t||t.forceAlign())}},{key:"fireEvents",value:function(t,e){var n=this.props.children.props[t];n&&n(e);var r=this.props[t];r&&r(e)}},{key:"close",value:function(){this.setPopupVisible(!1)}},{key:"render",value:function(){var t=this.state.popupVisible,e=this.props,n=e.children,o=e.forceRender,i=e.alignPoint,a=e.className,s=e.autoDestroy,u=f.Children.only(n),c={key:"trigger"};this.isContextMenuToShow()?c.onContextMenu=this.onContextMenu:c.onContextMenu=this.createTwoChains("onContextMenu"),this.isClickToHide()||this.isClickToShow()?(c.onClick=this.onClick,c.onMouseDown=this.onMouseDown,c.onTouchStart=this.onTouchStart):(c.onClick=this.createTwoChains("onClick"),c.onMouseDown=this.createTwoChains("onMouseDown"),c.onTouchStart=this.createTwoChains("onTouchStart")),this.isMouseEnterToShow()?(c.onMouseEnter=this.onMouseEnter,i&&(c.onMouseMove=this.onMouseMove)):c.onMouseEnter=this.createTwoChains("onMouseEnter"),this.isMouseLeaveToHide()?c.onMouseLeave=this.onMouseLeave:c.onMouseLeave=this.createTwoChains("onMouseLeave"),this.isFocusToShow()||this.isBlurToHide()?(c.onFocus=this.onFocus,c.onBlur=this.onBlur):(c.onFocus=this.createTwoChains("onFocus"),c.onBlur=this.createTwoChains("onBlur"));var l=O()(u&&u.props&&u.props.className,a);l&&(c.className=l);var p=(0,r.A)({},c);(0,g.f3)(u)&&(p.ref=(0,g.K4)(this.triggerRef,u.ref));var d,v=f.cloneElement(u,p);return(t||this.popupRef.current||o)&&(d=f.createElement(ce,{key:"portal",getContainer:this.getContainer,didUpdate:this.handlePortalUpdate},this.getComponent())),!t&&s&&(d=null),f.createElement(re.Provider,{value:this.triggerContextValue},v,d)}}],[{key:"getDerivedStateFromProps",value:function(t,e){var n=t.popupVisible,r={};return void 0!==n&&e.popupVisible!==n&&(r.popupVisible=n,r.prevPopupVisible=e.popupVisible),r}}]),n}(f.Component),(0,l.A)(le,"contextType",re),(0,l.A)(le,"defaultProps",{prefixCls:"rc-trigger-popup",getPopupClassNameFromAlign:ie,getDocument:ae,onPopupVisibleChange:oe,afterPopupVisibleChange:oe,onPopupAlign:oe,popupClassName:"",mouseEnterDelay:0,mouseLeaveDelay:.1,focusDelay:0,blurDelay:.15,popupStyle:{},destroyPopupOnHide:!1,popupAlign:{},defaultPopupVisible:!1,mask:!1,maskClosable:!0,action:[],showAction:[],hideAction:[],autoDestroy:!1}),le);var ce,le},69916:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(69514),o=n.n(r);function i(t,e,n,r){var i=o().unstable_batchedUpdates?function(t){o().unstable_batchedUpdates(n,t)}:n;return null!=t&&t.addEventListener&&t.addEventListener(e,i,r),{remove:function(){null!=t&&t.removeEventListener&&t.removeEventListener(e,i,r)}}}},20998:(t,e,n)=>{"use strict";function r(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}n.d(e,{A:()=>r})},54808:(t,e,n)=>{"use strict";function r(t,e){if(!t)return!1;if(t.contains)return t.contains(e);for(var n=e;n;){if(n===t)return!0;n=n.parentNode}return!1}n.d(e,{A:()=>r})},66588:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var r=n(39155),o=n.n(r),i=n(69514),a=n.n(i);function s(t){return function(t){return t instanceof HTMLElement||t instanceof SVGElement}(t)?t:t instanceof o().Component?a().findDOMNode(t):null}},42467:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});const r=function(t){if(!t)return!1;if(t instanceof Element){if(t.offsetParent)return!0;if(t.getBBox){var e=t.getBBox(),n=e.width,r=e.height;if(n||r)return!0}if(t.getBoundingClientRect){var o=t.getBoundingClientRect(),i=o.width,a=o.height;if(i||a)return!0}}return!1}},88822:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var r=n(39155),o=n(69514),i=n.n(o),a=n(20998);const s=(0,r.forwardRef)((function(t,e){var n=t.didUpdate,o=t.getContainer,s=t.children,u=(0,r.useRef)(),c=(0,r.useRef)();(0,r.useImperativeHandle)(e,(function(){return{}}));var l=(0,r.useRef)(!1);return!l.current&&(0,a.A)()&&(c.current=o(),u.current=c.current.parentNode,l.current=!0),(0,r.useEffect)((function(){null==n||n(t)})),(0,r.useEffect)((function(){return null===c.current.parentNode&&null!==u.current&&u.current.appendChild(c.current),function(){var t;null===(t=c.current)||void 0===t||null===(t=t.parentNode)||void 0===t||t.removeChild(c.current)}}),[]),c.current?i().createPortal(s,c.current):null}))},30981:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var r=n(39155),o=(0,n(20998).A)()?r.useLayoutEffect:r.useEffect,i=function(t,e){var n=r.useRef(!0);o((function(){return t(n.current)}),e),o((function(){return n.current=!1,function(){n.current=!0}}),[])};const a=i},28104:(t,e,n)=>{"use strict";n(39155)},1233:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(3453),o=n(39155);function i(t){var e=o.useRef(!1),n=o.useState(t),i=(0,r.A)(n,2),a=i[0],s=i[1];return o.useEffect((function(){return e.current=!1,function(){e.current=!0}}),[]),[a,function(t,n){n&&e.current||s(t)}]}},43210:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(82284),o=n(68210);const i=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=new Set;return function t(e,a){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,u=i.has(e);if((0,o.Ay)(!u,"Warning: There may be circular references"),u)return!1;if(e===a)return!0;if(n&&s>1)return!1;i.add(e);var c=s+1;if(Array.isArray(e)){if(!Array.isArray(a)||e.length!==a.length)return!1;for(var l=0;l<e.length;l++)if(!t(e[l],a[l],c))return!1;return!0}if(e&&a&&"object"===(0,r.A)(e)&&"object"===(0,r.A)(a)){var f=Object.keys(e);return f.length===Object.keys(a).length&&f.every((function(n){return t(e[n],a[n],c)}))}return!1}(t,e)}},68430:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});const r=function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var t=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==t?void 0:t.substr(0,4))}},25371:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var r=function(t){return+setTimeout(t,16)},o=function(t){return clearTimeout(t)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(r=function(t){return window.requestAnimationFrame(t)},o=function(t){return window.cancelAnimationFrame(t)});var i=0,a=new Map;function s(t){a.delete(t)}var u=function(t){var e=i+=1;return function n(o){if(0===o)s(e),t();else{var i=r((function(){n(o-1)}));a.set(e,i)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),e};u.cancel=function(t){var e=a.get(t);return s(t),o(e)};const c=u},8719:(t,e,n)=>{"use strict";n.d(e,{K4:()=>a,Xf:()=>i,f3:()=>s});var r=n(82284),o=(n(39155),n(44363)),i=(n(28104),function(t,e){"function"==typeof t?t(e):"object"===(0,r.A)(t)&&t&&"current"in t&&(t.current=e)}),a=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=e.filter(Boolean);return r.length<=1?r[0]:function(t){e.forEach((function(e){i(e,t)}))}},s=function(t){var e,n,r=(0,o.isMemo)(t)?t.type.type:t.type;return!!("function"!=typeof r||null!==(e=r.prototype)&&void 0!==e&&e.render||r.$$typeof===o.ForwardRef)&&!!("function"!=typeof t||null!==(n=t.prototype)&&void 0!==n&&n.render||t.$$typeof===o.ForwardRef)}},68210:(t,e,n)=>{"use strict";n.d(e,{Ay:()=>c});var r={},o=[];function i(t,e){}function a(t,e){}function s(t,e,n){e||r[n]||(t(!1,n),r[n]=!0)}function u(t,e){s(i,t,e)}u.preMessage=function(t){o.push(t)},u.resetWarned=function(){r={}},u.noteOnce=function(t,e){s(a,t,e)};const c=u},22799:(t,e)=>{"use strict";var n,r=Symbol.for("react.element"),o=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),c=Symbol.for("react.context"),l=Symbol.for("react.server_context"),f=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),v=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen");
22
+ /**
23
+ * @license React
24
+ * react-is.production.min.js
25
+ *
26
+ * Copyright (c) Facebook, Inc. and its affiliates.
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE file in the root directory of this source tree.
30
+ */function y(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case i:case s:case a:case p:case d:return t;default:switch(t=t&&t.$$typeof){case l:case c:case f:case h:case v:case u:return t;default:return e}}case o:return e}}}n=Symbol.for("react.module.reference"),e.ForwardRef=f,e.isMemo=function(t){return y(t)===v}},44363:(t,e,n)=>{"use strict";t.exports=n(22799)},21020:(t,e,n)=>{"use strict";
31
+ /** @license React v17.0.2
32
+ * react-jsx-runtime.production.min.js
33
+ *
34
+ * Copyright (c) Facebook, Inc. and its affiliates.
35
+ *
36
+ * This source code is licensed under the MIT license found in the
37
+ * LICENSE file in the root directory of this source tree.
38
+ */n(45228);var r=n(39155),o=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),e.Fragment=i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function c(t,e,n){var r,i={},c=null,l=null;for(r in void 0!==n&&(c=""+n),void 0!==e.key&&(c=""+e.key),void 0!==e.ref&&(l=e.ref),e)s.call(e,r)&&!u.hasOwnProperty(r)&&(i[r]=e[r]);if(t&&t.defaultProps)for(r in e=t.defaultProps)void 0===i[r]&&(i[r]=e[r]);return{$$typeof:o,type:t,key:c,ref:l,props:i,_owner:a.current}}e.jsx=c,e.jsxs=c},74848:(t,e,n)=>{"use strict";t.exports=n(21020)},43591:(t,e,n)=>{"use strict";n.d(e,{default:()=>E});var r=function(){if("undefined"!=typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,r){return t[0]===e&&(n=r,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),r=this.__entries__[n];return r&&r[1]},e.prototype.set=function(e,n){var r=t(this.__entries__,e);~r?this.__entries__[r][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,r=t(n,e);~r&&n.splice(r,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];t.call(e,o[1],o[0])}},e}()}(),o="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,i=void 0!==n.g&&n.g.Math===Math?n.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),a="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(t){return setTimeout((function(){return t(Date.now())}),1e3/60)};var s=["top","right","bottom","left","width","height","size","weight"],u="undefined"!=typeof MutationObserver,c=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(t,e){var n=!1,r=!1,o=0;function i(){n&&(n=!1,t()),r&&u()}function s(){a(i)}function u(){var t=Date.now();if(n){if(t-o<2)return;r=!0}else n=!0,r=!1,setTimeout(s,e);o=t}return u}(this.refresh.bind(this),20)}return t.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},t.prototype.removeObserver=function(t){var e=this.observers_,n=e.indexOf(t);~n&&e.splice(n,1),!e.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},t.prototype.updateObservers_=function(){var t=this.observers_.filter((function(t){return t.gatherActive(),t.hasActive()}));return t.forEach((function(t){return t.broadcastActive()})),t.length>0},t.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e;s.some((function(t){return!!~n.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),l=function(t,e){for(var n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];Object.defineProperty(t,o,{value:e[o],enumerable:!1,writable:!1,configurable:!0})}return t},f=function(t){return t&&t.ownerDocument&&t.ownerDocument.defaultView||i},p=g(0,0,0,0);function d(t){return parseFloat(t)||0}function v(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce((function(e,n){return e+d(t["border-"+n+"-width"])}),0)}function h(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return p;var r=f(t).getComputedStyle(t),o=function(t){for(var e={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var o=r[n],i=t["padding-"+o];e[o]=d(i)}return e}(r),i=o.left+o.right,a=o.top+o.bottom,s=d(r.width),u=d(r.height);if("border-box"===r.boxSizing&&(Math.round(s+i)!==e&&(s-=v(r,"left","right")+i),Math.round(u+a)!==n&&(u-=v(r,"top","bottom")+a)),!function(t){return t===f(t).document.documentElement}(t)){var c=Math.round(s+i)-e,l=Math.round(u+a)-n;1!==Math.abs(c)&&(s-=c),1!==Math.abs(l)&&(u-=l)}return g(o.left,o.top,s,u)}var m="undefined"!=typeof SVGGraphicsElement?function(t){return t instanceof f(t).SVGGraphicsElement}:function(t){return t instanceof f(t).SVGElement&&"function"==typeof t.getBBox};function y(t){return o?m(t)?function(t){var e=t.getBBox();return g(0,0,e.width,e.height)}(t):h(t):p}function g(t,e,n,r){return{x:t,y:e,width:n,height:r}}var b=function(){function t(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=t}return t.prototype.isActive=function(){var t=y(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},t}(),w=function(t,e){var n,r,o,i,a,s,u,c=(r=(n=e).x,o=n.y,i=n.width,a=n.height,s="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,u=Object.create(s.prototype),l(u,{x:r,y:o,width:i,height:a,top:o,right:r+i,bottom:a+o,left:r}),u);l(this,{target:t,contentRect:c})},A=function(){function t(t,e,n){if(this.activeObservations_=[],this.observations_=new r,"function"!=typeof t)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=e,this.callbackCtx_=n}return t.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)||(e.set(t,new b(t)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)&&(e.delete(t),e.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach((function(e){e.isActive()&&t.activeObservations_.push(e)}))},t.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,e=this.activeObservations_.map((function(t){return new w(t.target,t.broadcastRect())}));this.callback_.call(t,e,t),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),O="undefined"!=typeof WeakMap?new WeakMap:new r,x=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),r=new A(e,n,this);O.set(this,r)};["observe","unobserve","disconnect"].forEach((function(t){x.prototype[t]=function(){var e;return(e=O.get(this))[t].apply(e,arguments)}}));const E=void 0!==i.ResizeObserver?i.ResizeObserver:x},10458:(t,e,n)=>{var r=n(85072),o=n(16543);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[t.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);t.exports=o.locals||{}},54497:(t,e,n)=>{var r=n(85072),o=n(45848);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[t.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);t.exports=o.locals||{}},27001:(t,e,n)=>{var r=n(85072),o=n(95080);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[t.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);t.exports=o.locals||{}},33981:(t,e,n)=>{var r=n(85072),o=n(96742);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[t.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);t.exports=o.locals||{}},85072:(t,e,n)=>{"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function s(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function u(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],u=e.base?i[0]+e.base:i[0],c=n[u]||0,l="".concat(u," ").concat(c);n[u]=c+1;var f=s(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:l,updater:m(p,e),references:1}),r.push(l)}return r}function c(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,f=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=f(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var v=null,h=0;function m(t,e){var n,r,o;if(e.singleton){var i=h++;n=v||(v=c(e)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=c(e),r=d.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=u(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=s(n[r]);a[o].references--}for(var i=u(t,e),c=0;c<n.length;c++){var l=s(n[c]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=i}}}},69004:(t,e,n)=>{"use strict";n.d(e,{default:()=>l});var r=n(39155),o=n.n(r),i=n(17234),a=n(14552),s=n(32663);n(10458);n(54497);function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function c(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){s=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}const l=function(t){var e=t.children,n=t.arrow,u=void 0!==n&&n,l=t.placement,f=void 0===l?"bottom-start":l,p=t.tips,d=void 0===p?"":p,v=t.className,h=void 0===v?"":v,m=t.beyondText,y=void 0===m||m,g=t.interactive,b=void 0===g||g,w=t.tipMaxWidth,A=t.style,O=(0,r.useRef)(),x=(0,r.useRef)(),E=c((0,r.useState)(""),2),j=E[0],C=E[1];(0,r.useEffect)((function(){C(d)}),[d]);var T;return o().createElement(i.default,{arrow:u,title:j,placement:f,interactive:b,boundariesElement:"viewport",overlayClassName:"".concat(a.n,"-auto-tips-tooltip"),maxWidth:w},o().createElement("div",{ref:O,className:(T="".concat(a.n,"-auto-tips"),function(){var t=navigator.userAgent;if(/^((?!chrome|android).)*safari/i.test(t))return!0}()&&(T+=" ".concat(a.n,"-auto-tips-safari")),h&&(T+=" ".concat(h)),T),onMouseOver:function(){var t="",n=O.current,r=n.getBoundingClientRect(),o=x.current.getBoundingClientRect();O.current&&((0,s.isIE)()?r.width>o.width&&(t=d||(y?n.innerText:e)):o.width>r.width&&(t=d||(y?n.innerText:e))),C(t)},style:A},o().createElement("div",{className:"auto-tips-content",ref:x},e)))}},14552:(t,e,n)=>{"use strict";n.d(e,{g:()=>o,n:()=>r});var r="paraui-v4",o="component"},17234:(t,e,n)=>{"use strict";n.d(e,{default:()=>j});var r=n(39155),o=n.n(r),i=n(34307),a=n(94934),s=n(20053),u=n(14552);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){c(t,e,n[e])}))}return t}function f(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var p={adjustX:1,adjustY:1},d={adjustX:0,adjustY:0};function v(t){return"boolean"==typeof t?t?p:d:l({},d,t)}function h(t){var e=o().isValidElement(t)?t:o().createElement("span",null,t);if("button"===e.type&&e.props.disabled){var n=function(t,e){var n={},r=l({},t);return e.forEach((function(e){t&&e in t&&(n[e]=t[e],delete r[e])})),{picked:n,omitted:r}}(e.props.style,["position","left","right","top","bottom","float","display","zIndex"]),r=n.picked,i=n.omitted,a=f(l({display:"inline-block"},r),{cursor:"not-allowed",width:e.props.block?"100%":null}),c=f(l({},i),{pointerEvents:"none"}),p=o().cloneElement(e,{style:c,className:null});return o().createElement("span",{style:a,className:(0,s.A)(e.props.className,"".concat(u.g,"-tooltip-disabled-compatible-wrapper"))},p)}return e}function m(t){return{"bottom-end":"bottomRight","bottom-start":"bottomLeft","left-end":"leftBottom","left-start":"leftTop","right-end":"rightBottom","right-start":"rightTop","top-end":"topRight","top-start":"topLeft"}[t]||t}var y=n(2842);n(33981);function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function w(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),r.forEach((function(e){b(t,e,n[e])}))}return t}function A(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}function O(t,e){if(null==t)return{};var n,r,o=function(t,e){if(null==t)return{};var n,r,o={},i=Object.keys(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r<i.length;r++)n=i[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}function x(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(t);!(a=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);a=!0);}catch(t){s=!0,o=t}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=o().forwardRef((function(t,e){var n,r=x(o().useState(t.defaultVisible),2),c=r[0],p=r[1],d=o().useRef(),g=o().useRef(),b=x(o().useState([0,0]),2),E=b[0],j=b[1];o().useEffect((function(){var e;("visible"in t||"open"in t)&&p(!!(null!==(e=t.visible)&&void 0!==e?e:t.open))}),[null!==(n=t.visible)&&void 0!==n?n:t.open]);var C=function(){var e=t.title;return!e&&0!==e},T=function(){var e=t.builtinPlacements,n=t.autoAdjustOverflow;return e||function(t){var e=t.horizontalArrowShift,n=void 0===e?16:e,r=t.verticalArrowShift,o=void 0===r?8:r,i=t.autoAdjustOverflow,s={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tc"],offset:[-n,-8]},leftTop:{points:["tr","cl"],offset:[-8,-o]},topRight:{points:["br","tc"],offset:[n,-8]},rightTop:{points:["tl","cr"],offset:[8,-o]},bottomRight:{points:["tr","bc"],offset:[n,8]},rightBottom:{points:["bl","cr"],offset:[8,o]},bottomLeft:{points:["tl","bc"],offset:[-n,8]},leftBottom:{points:["br","cl"],offset:[-8,o]}};return Object.keys(s).forEach((function(t){var e,n;s[t]=f(l({},a.DD[t]),{offset:(e=t,n=m(e),{left:{offset:[-8,0]},right:{offset:[8,0]},top:{offset:[0,-8]},bottom:{offset:[0,8]},topLeft:{offset:[0,-8]},leftTop:{offset:[-8,0]},topRight:{offset:[0,-8]},rightTop:{offset:[8,0]},bottomRight:{offset:[0,8]},rightBottom:{offset:[8,0]},bottomLeft:{offset:[0,8]},leftBottom:{offset:[-8,0]}}[n]).offset,overflow:v(i)}),s[t].ignoreShake=!0})),s}({autoAdjustOverflow:n})},k=t.prefixCls,P=void 0===k?"".concat(u.g,"-tooltip"):k,S=t.getPopupContainer,M=t.overlayClassName,_=t.overlayInnerStyle,D=t.overlayStyle,L=t.children,R=t.title,N=t.placement,V=t.isPopover,H=t.followCursor,z=t.maxWidth,B=t.disabled,F=O(t,["prefixCls","getPopupContainer","overlayClassName","overlayInnerStyle","overlayStyle","children","title","placement","isPopover","followCursor","maxWidth","disabled"]),I=c;"visible"in t||"open"in t||!C()||(I=!1);var W=(0,s.A)(!V&&"".concat(u.n,"-tooltip"),M),Y=w({},D);z&&(Y.maxWidth=z);var X={targetOffset:E};return t.offset&&(X.offset=t.offset),o().createElement(i.A,A(w({},F),{prefixCls:P,placement:H?"top":m(N),overlayClassName:W,getTooltipContainer:S,ref:e||g,builtinPlacements:T(),overlay:o().createElement(o().Fragment,null,B&&o().createElement(y.A,{className:"disabled-svg"}),R),visible:I,align:X,onVisibleChange:function(e){var n;("visible"in t||"open"in t||p(!C()&&e),C())||(null===(n=t.onVisibleChange)||void 0===n||n.call(t,e))},onPopupAlign:function(t,e){var n=T(),r=Object.keys(n).find((function(t){return n[t].points[0]===e.points[0]&&n[t].points[1]===e.points[1]}));if(r){var o=t.getBoundingClientRect(),i={top:"50%",left:"50%"};r.indexOf("top")>=0||r.indexOf("Bottom")>=0?i.top="".concat(o.height-e.offset[1],"px"):(r.indexOf("Top")>=0||r.indexOf("bottom")>=0)&&(i.top="".concat(-e.offset[1],"px")),r.indexOf("left")>=0||r.indexOf("Right")>=0?i.left="".concat(o.width-e.offset[0],"px"):(r.indexOf("right")>=0||r.indexOf("Left")>=0)&&(i.left="".concat(-e.offset[0],"px")),t.style.transformOrigin="".concat(i.left," ").concat(i.top)}},overlayStyle:Y,overlayInnerStyle:_,arrowContent:null,motion:{motionName:"".concat(u.g,"-tooltip-zoom-big-fast"),motionDeadline:1e3}}),H?o().createElement("div",{style:{display:"inline-block"},ref:d,onMouseMove:function(t){if(d.current){var e,n,r,o,i=(null===(o=g.current)||void 0===o||null===(r=o.popupRef)||void 0===r||null===(n=r.current)||void 0===n||null===(e=n.getElement())||void 0===e?void 0:e.offsetHeight)||0,a=0===i?60:30,s=d.current.getBoundingClientRect(),u=s.x,c=s.y,l=s.width,f=t.clientX-(u+l/2),p=t.clientY-c+i+a;setTimeout((function(){j([-f,-p])}))}}},h(L)):h(L))}));E.displayName="Tooltip",E.defaultProps={placement:"topLeft",mouseEnterDelay:.1,mouseLeaveDelay:.1,autoAdjustOverflow:!0,defaultVisible:!1,followCursor:!1,maxWidth:500};const j=E},32663:t=>{"use strict";t.exports=n},39155:e=>{"use strict";e.exports=t},69514:t=>{"use strict";t.exports=e},46942:(t,e)=>{var n;
39
+ /*!
40
+ Copyright (c) 2018 Jed Watson.
41
+ Licensed under the MIT License (MIT), see
42
+ http://jedwatson.github.io/classnames
43
+ */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=a(t,i(n)))}return t}function i(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return o.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var e="";for(var n in t)r.call(t,n)&&t[n]&&(e=a(e,n));return e}function a(t,e){return e?t?t+" "+e:t+e:t}t.exports?(o.default=o,t.exports=o):void 0===(n=function(){return o}.apply(e,[]))||(t.exports=n)}()},43145:(t,e,n)=>{"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,{A:()=>r})},96369:(t,e,n)=>{"use strict";function r(t){if(Array.isArray(t))return t}n.d(e,{A:()=>r})},9417:(t,e,n)=>{"use strict";function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}n.d(e,{A:()=>r})},10467:(t,e,n)=>{"use strict";function r(t,e,n,r,o,i,a){try{var s=t[i](a),u=s.value}catch(t){return void n(t)}s.done?e(u):Promise.resolve(u).then(r,o)}function o(t){return function(){var e=this,n=arguments;return new Promise((function(o,i){var a=t.apply(e,n);function s(t){r(a,o,i,s,u,"next",t)}function u(t){r(a,o,i,s,u,"throw",t)}s(void 0)}))}}n.d(e,{A:()=>o})},23029:(t,e,n)=>{"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,{A:()=>r})},92901:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(49922);function o(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,(0,r.A)(o.key),o)}}function i(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}},29426:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var r=n(53954),o=n(52176),i=n(56822);function a(t){var e=(0,o.A)();return function(){var n,o=(0,r.A)(t);if(e){var a=(0,r.A)(this).constructor;n=Reflect.construct(o,arguments,a)}else n=o.apply(this,arguments);return(0,i.A)(this,n)}}},64467:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(49922);function o(t,e,n){return(e=(0,r.A)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},58168:(t,e,n)=>{"use strict";function r(){return r=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r.apply(this,arguments)}n.d(e,{A:()=>r})},53954:(t,e,n)=>{"use strict";function r(t){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},r(t)}n.d(e,{A:()=>r})},85501:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(63662);function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&(0,r.A)(t,e)}},52176:(t,e,n)=>{"use strict";function r(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(r=function(){return!!t})()}n.d(e,{A:()=>r})},6986:(t,e,n)=>{"use strict";function r(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,s=[],u=!0,c=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(s.push(r.value),s.length!==e);u=!0);}catch(t){c=!0,o=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}n.d(e,{A:()=>r})},76562:(t,e,n)=>{"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(e,{A:()=>r})},89379:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(64467);function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){(0,r.A)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},80045:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(98587);function o(t,e){if(null==t)return{};var n,o,i=(0,r.A)(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(o=0;o<a.length;o++)n=a[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}},98587:(t,e,n)=>{"use strict";function r(t,e){if(null==t)return{};var n={};for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(e.indexOf(r)>=0)continue;n[r]=t[r]}return n}n.d(e,{A:()=>r})},56822:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(82284),o=n(9417);function i(t,e){if(e&&("object"===(0,r.A)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,o.A)(t)}},63662:(t,e,n)=>{"use strict";function r(t,e){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},r(t,e)}n.d(e,{A:()=>r})},3453:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var r=n(96369),o=n(6986),i=n(27800),a=n(76562);function s(t,e){return(0,r.A)(t)||(0,o.A)(t,e)||(0,i.A)(t,e)||(0,a.A)()}},92327:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(82284);function o(t,e){if("object"!=(0,r.A)(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,e||"default");if("object"!=(0,r.A)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}},49922:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var r=n(82284),o=n(92327);function i(t){var e=(0,o.A)(t,"string");return"symbol"==(0,r.A)(e)?e:e+""}},82284:(t,e,n)=>{"use strict";function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}n.d(e,{A:()=>r})},27800:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});var r=n(43145);function o(t,e){if(t){if("string"==typeof t)return(0,r.A)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.A)(t,e):void 0}}}},o={};function i(t){var e=o[t];if(void 0!==e)return e.exports;var n=o[t]={id:t,exports:{}};return r[t](n,n.exports,i),n.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(t,e)=>{for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var a={};return(()=>{"use strict";i.r(a),i.d(a,{Result:()=>d,default:()=>v});var t=i(39155),e=i.n(t),n=i(20053),r=i(69004),o=i(74848),s=i(55307),u=function(t){return(0,o.jsx)(s.A,Object.assign({dataName:"Check",viewBox:"0 0 24 24",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsxs)("g",Object.assign({id:"Check",transform:"translate(-362 -287)"},{children:[(0,o.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(362 287)",fill:"none"}),(0,o.jsx)("path",{id:"icon",d:"M6.795,13.6h0a.933.933,0,0,1-.66-.273L.273,7.463a.933.933,0,0,1,1.32-1.32l5.2,5.2L17.873.273a.933.933,0,1,1,1.32,1.32L7.455,13.327a.933.933,0,0,1-.66.273",transform:"translate(364.267 292.2)"})]}))})},t))},c=function(t){return(0,o.jsx)(s.A,Object.assign({dataName:"Close",viewBox:"0 0 24 24",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsxs)("g",Object.assign({id:"Close",transform:"translate(-288 -287)"},{children:[(0,o.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(288 287)",fill:"none"}),(0,o.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)"})]}))})},t))},l=function(t){return(0,o.jsx)(s.A,Object.assign({dataName:"Loading",viewBox:"0 0 24 24",path:(0,o.jsx)(o.Fragment,{children:(0,o.jsxs)("g",Object.assign({id:"Loading",transform:"translate(-140 -203)"},{children:[(0,o.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(140 203)",fill:"none"}),(0,o.jsx)("path",{id:"icon",d:"M8.149,17.066v-3.04a.8.8,0,0,1,1.6,0v3.04a.8.8,0,0,1-1.6,0Zm-5.521-1.8a.8.8,0,0,1,0-1.13l2.149-2.15a.8.8,0,0,1,1.132,1.132l-2.15,2.149a.8.8,0,0,1-1.131,0Zm11.5-.023L11.982,13.09a.8.8,0,0,1,1.131-1.13l2.149,2.149a.8.8,0,0,1-1.13,1.13ZM.8,9.749a.8.8,0,1,1,0-1.6H3.84a.8.8,0,1,1,0,1.6Zm13.226-.031a.8.8,0,0,1,0-1.6h3.041a.8.8,0,0,1,0,1.6ZM4.756,5.909,2.605,3.76A.8.8,0,0,1,3.737,2.628l2.149,2.15a.8.8,0,1,1-1.13,1.13Zm7.2-.024a.8.8,0,0,1,0-1.13L14.107,2.6a.8.8,0,0,1,1.132,1.132l-2.15,2.149a.8.8,0,0,1-1.13,0ZM8.118,3.84V.8a.8.8,0,1,1,1.6,0V3.84a.8.8,0,1,1-1.6,0Z",transform:"translate(143.067 206.067)"})]}))})},t))},f=i(14552);i(27001);var p={success:e().createElement(u,null),error:e().createElement(c,null),loading:e().createElement(l,null)},d=function(t){var o,i,a,s=t.className,u=t.style,c=t.status,l=t.icon,d=t.title,v=t.subTitle,h=t.footer;return e().createElement("div",{className:(0,n.A)(s,"".concat(f.n,"-result"),(o={},i="".concat(f.n,"-result-").concat(c),a=c,i in o?Object.defineProperty(o,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):o[i]=a,o)),style:u},l?e().createElement("div",{className:"icon-box"},l):c?e().createElement("div",{className:"icon-box"},e().createElement("div",{className:"icon-bg"},p[c])):void 0,function(){if(d)return e().createElement("div",{className:"title"},e().createElement(r.default,null,d))}(),function(){if(v)return e().createElement("div",{className:"sub-title"},v)}(),function(){if(h)return e().createElement("div",{className:"footer"},h)}())};const v=d})(),a})()));