@para-ui/core 2.2.41 → 2.2.43

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 (44) hide show
  1. package/AutoTips/index.js +2 -2
  2. package/Breadcrumbs/index.js +2 -2
  3. package/ComboSelect/index.js +2 -2
  4. package/DynamicMultiBox/index.js +2 -2
  5. package/Form/index.js +2 -2
  6. package/FormItem/index.js +2 -2
  7. package/InputLang/index.js +2 -2
  8. package/MultiBox/index.js +2 -2
  9. package/OperateBtn/index.js +2 -2
  10. package/Pagination/index.js +2 -2
  11. package/README.md +12 -0
  12. package/Search/index.js +2 -2
  13. package/Select/index.js +2 -2
  14. package/SelectInput/index.js +2 -2
  15. package/Selector/index.js +2 -2
  16. package/SelectorPicker/index.js +2 -2
  17. package/SingleBox/index.js +2 -2
  18. package/Table/index.js +2 -2
  19. package/TextField/index.js +3 -3
  20. package/Transfer/index.js +2 -2
  21. package/Tree/index.js +2 -2
  22. package/cdn/AutoTips/index.js +2 -2
  23. package/cdn/Breadcrumbs/index.js +2 -2
  24. package/cdn/ComboSelect/index.js +2 -2
  25. package/cdn/DynamicMultiBox/index.js +2 -2
  26. package/cdn/Form/index.js +2 -2
  27. package/cdn/FormItem/index.js +2 -2
  28. package/cdn/InputLang/index.js +6 -6
  29. package/cdn/MultiBox/index.js +2 -2
  30. package/cdn/OperateBtn/index.js +3 -3
  31. package/cdn/Pagination/index.js +2 -2
  32. package/cdn/Search/index.js +2 -2
  33. package/cdn/Select/index.js +2 -2
  34. package/cdn/SelectInput/index.js +2 -2
  35. package/cdn/Selector/index.js +3 -3
  36. package/cdn/SelectorPicker/index.js +3 -3
  37. package/cdn/SingleBox/index.js +2 -2
  38. package/cdn/Table/index.js +2 -2
  39. package/cdn/TextField/index.js +2 -2
  40. package/cdn/Transfer/index.js +2 -2
  41. package/cdn/Tree/index.js +2 -2
  42. package/index.js +2 -2
  43. package/package.json +1 -1
  44. package/style.css +2 -2
@@ -12,7 +12,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-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-icon-primary {\n color: #3666d6;\n}\n.paraui-icon-secondary {\n color: #3666d6;\n}\n.paraui-icon-thirdary {\n color: #3666d6;\n}\n.paraui-icon-small {\n font-size: 16px;\n}\n.paraui-icon-medium {\n font-size: 18px;\n}\n.paraui-icon-large {\n font-size: 20px;\n}');var i=function(e){var t,n,i=e.path,o=e.className,a=e.color,s=void 0===a?"primary":a,u=e.size,c=void 0===u?"small":u,l=e.dataName,f=void 0===l?"":l,d=e.style,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}(e,["path","className","color","size","dataName","style"]);return(0,r.jsx)("svg",Object.assign({className:(n="paraui-icon",n+=" svg-icon",o&&(n+=" "+o),"primary"!==s&&"secondary"!==s&&"thirdary"!==s||(n+=" paraui-icon-"+s),c&&(n+=" paraui-icon-"+c),n),viewBox:"0 0 1024 1024","data-name":f,style:(t=Object.assign({},d),s&&"primary"!==s&&"secondary"!==s&&"thirdary"!==s&&(t.color=s),t)},p,{children:i}))}},86010:function(e,t,n){"use strict";function r(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(i&&(i+=" "),i+=n);else for(t in e)e[t]&&(i&&(i+=" "),i+=t);return i}function i(){for(var e,t,n=0,i="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(i&&(i+=" "),i+=t);return i}n.d(t,{Z:function(){return i}})},2565:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-auto-tips-tooltip>div{max-height:calc(100vh - 25px);overflow:auto}",""]),e.exports=t},44044:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-breadcrumbs{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;line-height:0;height:17px}.paraui-breadcrumbs.paraui-breadcrumbs-shrink{white-space:nowrap}.paraui-breadcrumbs>div{display:inline-block;line-height:17px;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div svg{font-size:14px;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div span{display:inline-block;line-height:0;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div .paraui-auto-tips{line-height:0}.paraui-breadcrumbs>div .paraui-auto-tips .auto-tips-content{line-height:17px}.paraui-breadcrumbs>div .paraui-auto-tips span{line-height:17px}.paraui-breadcrumbs>.breadcrumbs-separator{user-select:none;margin:0 8px}.paraui-breadcrumbs>.breadcrumbs-item-click{cursor:pointer}.paraui-breadcrumbs>.breadcrumbs-item-click:hover{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-click:hover svg{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-click:hover span{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-disabled{color:rgba(46,55,67,.4)}.paraui-breadcrumbs>.more-breadcrumbs{cursor:pointer}.paraui-breadcrumbs>.current-breadcrumbs{color:rgba(46,55,67,.7);font-weight:700}.paraui-breadcrumbs-popover>.paraui-popover-paper{margin-top:8px;padding:0 12px;height:36px;line-height:36px;display:flex;align-items:center}",""]),e.exports=t},95845:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-popover-paper{box-shadow:0px 2px 8px 0px rgba(171,176,185,.4)}",""]),e.exports=t},9929:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}",""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var i=(a=r,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),o=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(o).concat([i]).join("\n")}var a,s,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(r)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var s=0;s<e.length;s++){var u=[].concat(e[s]);r&&i[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},55730:function(e,t,n){"use strict";n.d(t,{HO:function(){return ne},if:function(){return g},wR:function(){return K}});var r=n(33827),i=n(89062),o="",a="",s="",u="",c=r.Z&&"ontouchstart"in document.documentElement;if(r.Z){var l={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},f=document.createElement("p").style;for(var d in l)if(d+"Transform"in f){o=d,a=l[d];break}"Webkit"===o&&"msHyphens"in f&&(o="ms",a=l.ms,u="edge"),"Webkit"===o&&"-apple-trailing-word"in f&&(s="apple")}var p=o,h=a,m=s,v=u,y=c;function g(e){return"-"===e[1]||"ms"===p?e:"@"+h+"keyframes"+e.substr(10)}var b={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===p?"-webkit-"+e:h+e)}},x={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===p?h+"print-"+e:e)}},w=/[-\s]+(.)?/g;function E(e,t){return t?t.toUpperCase():""}function Z(e){return e.replace(w,E)}function O(e){return Z("-"+e)}var S,k={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===p){var n="mask-image";if(Z(n)in t)return e;if(p+O(n)in t)return h+e}return e}},P={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==m||y?e:h+e)}},R={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:h+e)}},C={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:h+e)}},T={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===p||"ms"===p&&"edge"!==v?h+e:e)}},j={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===p||"ms"===p||"apple"===m?h+e:e)}},A={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===p?"WebkitColumn"+O(e)in t&&h+"column-"+e:"Moz"===p&&("page"+O(e)in t&&"page-"+e))}},M={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===p)return e;var n=e.replace("-inline","");return p+O(n)in t&&h+n}},N={supportedProperty:function(e,t){return Z(e)in t&&e}},L={supportedProperty:function(e,t){var n=O(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:p+n in t?h+e:"Webkit"!==p&&"Webkit"+n in t&&"-webkit-"+e}},I={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===p?""+h+e:e)}},D={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===p?h+"scroll-chaining":e)}},F={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},B={supportedProperty:function(e,t){var n=F[e];return!!n&&(p+O(n)in t&&h+n)}},W={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},z=Object.keys(W),H=function(e){return h+e},_={supportedProperty:function(e,t,n){var r=n.multiple;if(z.indexOf(e)>-1){var i=W[e];if(!Array.isArray(i))return p+O(i)in t&&h+i;if(!r)return!1;for(var o=0;o<i.length;o++)if(!(p+O(i[0])in t))return!1;return i.map(H)}return!1}},U=[b,x,k,P,R,C,T,j,A,M,N,L,I,D,B,_],$=U.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),q=U.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,(0,i.Z)(t.noPrefill)),e}),[]),V={};if(r.Z){S=document.createElement("p");var Y=window.getComputedStyle(document.documentElement,"");for(var G in Y)isNaN(G)||(V[Y[G]]=Y[G]);q.forEach((function(e){return delete V[e]}))}function K(e,t){if(void 0===t&&(t={}),!S)return e;if(null!=V[e])return V[e];"transition"!==e&&"transform"!==e||(t[e]=e in S.style);for(var n=0;n<$.length&&(V[e]=$[n](e,S.style,t),!V[e]);n++);try{S.style[e]=""}catch(e){return!1}return V[e]}var J,X={},Q={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},ee=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function te(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?K(t):", "+K(n);return r||(t||n)}function ne(e,t){var n=t;if(!J||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=X[r])return X[r];try{J.style[e]=n}catch(e){return X[r]=!1,!1}if(Q[e])n=n.replace(ee,te);else if(""===J.style[e]&&("-ms-flex"===(n=h+n)&&(J.style[e]="-ms-flexbox"),J.style[e]=n,""===J.style[e]))return X[r]=!1,!1;return J.style[e]="",X[r]=n,X[r]}r.Z&&(J=document.createElement("p"))},8679:function(e,t,n){"use strict";var r=n(21296),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,l=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var i=p(n);i&&i!==h&&e(t,i,r)}var a=l(n);f&&(a=a.concat(f(n)));for(var s=u(t),m=u(n),v=0;v<a.length;++v){var y=a[v];if(!(o[y]||r&&r[y]||m&&m[y]||s&&s[y])){var g=d(n,y);try{c(t,y,g)}catch(e){}}}}return t}},96103:function(e,t){"use strict";
15
+ ***************************************************************************** */!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-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-icon-primary {\n color: #3666d6;\n}\n.paraui-icon-secondary {\n color: #3666d6;\n}\n.paraui-icon-thirdary {\n color: #3666d6;\n}\n.paraui-icon-small {\n font-size: 16px;\n}\n.paraui-icon-medium {\n font-size: 18px;\n}\n.paraui-icon-large {\n font-size: 20px;\n}');var i=function(e){var t,n,i=e.path,o=e.className,a=e.color,s=void 0===a?"primary":a,u=e.size,c=void 0===u?"small":u,l=e.dataName,f=void 0===l?"":l,d=e.style,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}(e,["path","className","color","size","dataName","style"]);return(0,r.jsx)("svg",Object.assign({className:(n="paraui-icon",n+=" svg-icon",o&&(n+=" "+o),"primary"!==s&&"secondary"!==s&&"thirdary"!==s||(n+=" paraui-icon-"+s),c&&(n+=" paraui-icon-"+c),n),viewBox:"0 0 1024 1024","data-name":f,style:(t=Object.assign({},d),s&&"primary"!==s&&"secondary"!==s&&"thirdary"!==s&&(t.color=s),t)},p,{children:i}))}},86010:function(e,t,n){"use strict";function r(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(i&&(i+=" "),i+=n);else for(t in e)e[t]&&(i&&(i+=" "),i+=t);return i}function i(){for(var e,t,n=0,i="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(i&&(i+=" "),i+=t);return i}n.d(t,{Z:function(){return i}})},2565:function(e,t,n){(t=n(23645)(!1)).push([e.id,'.paraui-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-auto-tips.paraui-auto-tips-safari>.auto-tips-content::before{content:"";display:block}.paraui-auto-tips-tooltip>div{max-height:calc(100vh - 25px);overflow:auto}',""]),e.exports=t},44044:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-breadcrumbs{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;line-height:0;height:17px}.paraui-breadcrumbs.paraui-breadcrumbs-shrink{white-space:nowrap}.paraui-breadcrumbs>div{display:inline-block;line-height:17px;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div svg{font-size:14px;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div span{display:inline-block;line-height:0;vertical-align:middle;color:rgba(46,55,67,.7)}.paraui-breadcrumbs>div .paraui-auto-tips{line-height:0}.paraui-breadcrumbs>div .paraui-auto-tips .auto-tips-content{line-height:17px}.paraui-breadcrumbs>div .paraui-auto-tips span{line-height:17px}.paraui-breadcrumbs>.breadcrumbs-separator{user-select:none;margin:0 8px}.paraui-breadcrumbs>.breadcrumbs-item-click{cursor:pointer}.paraui-breadcrumbs>.breadcrumbs-item-click:hover{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-click:hover svg{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-click:hover span{color:#3666d6}.paraui-breadcrumbs>.breadcrumbs-item-disabled{color:rgba(46,55,67,.4)}.paraui-breadcrumbs>.more-breadcrumbs{cursor:pointer}.paraui-breadcrumbs>.current-breadcrumbs{color:rgba(46,55,67,.7);font-weight:700}.paraui-breadcrumbs-popover>.paraui-popover-paper{margin-top:8px;padding:0 12px;height:36px;line-height:36px;display:flex;align-items:center}",""]),e.exports=t},95845:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-popover-paper{box-shadow:0px 2px 8px 0px rgba(171,176,185,.4)}",""]),e.exports=t},9929:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}",""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var i=(a=r,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),o=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(o).concat([i]).join("\n")}var a,s,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(r)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var s=0;s<e.length;s++){var u=[].concat(e[s]);r&&i[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},55730:function(e,t,n){"use strict";n.d(t,{HO:function(){return ne},if:function(){return g},wR:function(){return K}});var r=n(33827),i=n(89062),o="",a="",s="",u="",c=r.Z&&"ontouchstart"in document.documentElement;if(r.Z){var l={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},f=document.createElement("p").style;for(var d in l)if(d+"Transform"in f){o=d,a=l[d];break}"Webkit"===o&&"msHyphens"in f&&(o="ms",a=l.ms,u="edge"),"Webkit"===o&&"-apple-trailing-word"in f&&(s="apple")}var p=o,h=a,m=s,v=u,y=c;function g(e){return"-"===e[1]||"ms"===p?e:"@"+h+"keyframes"+e.substr(10)}var b={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===p?"-webkit-"+e:h+e)}},x={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===p?h+"print-"+e:e)}},w=/[-\s]+(.)?/g;function E(e,t){return t?t.toUpperCase():""}function Z(e){return e.replace(w,E)}function O(e){return Z("-"+e)}var S,k={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===p){var n="mask-image";if(Z(n)in t)return e;if(p+O(n)in t)return h+e}return e}},P={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==m||y?e:h+e)}},R={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:h+e)}},C={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:h+e)}},T={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===p||"ms"===p&&"edge"!==v?h+e:e)}},j={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===p||"ms"===p||"apple"===m?h+e:e)}},A={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===p?"WebkitColumn"+O(e)in t&&h+"column-"+e:"Moz"===p&&("page"+O(e)in t&&"page-"+e))}},M={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===p)return e;var n=e.replace("-inline","");return p+O(n)in t&&h+n}},N={supportedProperty:function(e,t){return Z(e)in t&&e}},L={supportedProperty:function(e,t){var n=O(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:p+n in t?h+e:"Webkit"!==p&&"Webkit"+n in t&&"-webkit-"+e}},I={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===p?""+h+e:e)}},D={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===p?h+"scroll-chaining":e)}},F={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},B={supportedProperty:function(e,t){var n=F[e];return!!n&&(p+O(n)in t&&h+n)}},W={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},z=Object.keys(W),H=function(e){return h+e},_={supportedProperty:function(e,t,n){var r=n.multiple;if(z.indexOf(e)>-1){var i=W[e];if(!Array.isArray(i))return p+O(i)in t&&h+i;if(!r)return!1;for(var o=0;o<i.length;o++)if(!(p+O(i[0])in t))return!1;return i.map(H)}return!1}},U=[b,x,k,P,R,C,T,j,A,M,N,L,I,D,B,_],$=U.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),q=U.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,(0,i.Z)(t.noPrefill)),e}),[]),V={};if(r.Z){S=document.createElement("p");var Y=window.getComputedStyle(document.documentElement,"");for(var G in Y)isNaN(G)||(V[Y[G]]=Y[G]);q.forEach((function(e){return delete V[e]}))}function K(e,t){if(void 0===t&&(t={}),!S)return e;if(null!=V[e])return V[e];"transition"!==e&&"transform"!==e||(t[e]=e in S.style);for(var n=0;n<$.length&&(V[e]=$[n](e,S.style,t),!V[e]);n++);try{S.style[e]=""}catch(e){return!1}return V[e]}var J,X={},Q={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},ee=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function te(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?K(t):", "+K(n);return r||(t||n)}function ne(e,t){var n=t;if(!J||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=X[r])return X[r];try{J.style[e]=n}catch(e){return X[r]=!1,!1}if(Q[e])n=n.replace(ee,te);else if(""===J.style[e]&&("-ms-flex"===(n=h+n)&&(J.style[e]="-ms-flexbox"),J.style[e]=n,""===J.style[e]))return X[r]=!1,!1;return J.style[e]="",X[r]=n,X[r]}r.Z&&(J=document.createElement("p"))},8679:function(e,t,n){"use strict";var r=n(21296),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,l=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var i=p(n);i&&i!==h&&e(t,i,r)}var a=l(n);f&&(a=a.concat(f(n)));for(var s=u(t),m=u(n),v=0;v<a.length;++v){var y=a[v];if(!(o[y]||r&&r[y]||m&&m[y]||s&&s[y])){var g=d(n,y);try{c(t,y,g)}catch(e){}}}}return t}},96103:function(e,t){"use strict";
16
16
  /** @license React v16.13.1
17
17
  * react-is.production.min.js
18
18
  *
@@ -64,4 +64,4 @@ object-assign
64
64
  *
65
65
  * This source code is licensed under the MIT license found in the
66
66
  * LICENSE file in the root directory of this source tree.
67
- */n(27418);var r=n(8156),i=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;i=o("react.element"),t.Fragment=o("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(e,t,n){var r,o={},c=null,l=null;for(r in void 0!==n&&(c=""+n),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(l=t.ref),t)s.call(t,r)&&!u.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:c,ref:l,props:o,_owner:a.current}}t.jsx=c,t.jsxs=c},85893:function(e,t,n){"use strict";e.exports=n(75251)},89034:function(e,t,n){var r=n(93379),i=n(2565);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},34817:function(e,t,n){var r=n(93379),i=n(44044);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},24895:function(e,t,n){var r=n(93379),i=n(95845);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},42560:function(e,t,n){var r=n(93379),i=n(9929);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},93379:function(e,t,n){"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function s(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function u(e,t){for(var n={},r=[],i=0;i<e.length;i++){var o=e[i],u=t.base?o[0]+t.base:o[0],c=n[u]||0,l="".concat(u," ").concat(c);n[u]=c+1;var f=s(l),d={css:o[1],media:o[2],sourceMap:o[3]};-1!==f?(a[f].references++,a[f].updater(d)):a.push({identifier:l,updater:v(d,t),references:1}),r.push(l)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(e.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(t)}return t}var l,f=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function d(e,t,n,r){var i=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=f(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function p(e,t,n){var r=n.css,i=n.media,o=n.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,m=0;function v(e,t){var n,r,i;if(t.singleton){var o=m++;n=h||(h=c(t)),r=d.bind(null,n,o,!1),i=d.bind(null,n,o,!0)}else n=c(t),r=p.bind(null,n,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var n=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var i=s(n[r]);a[i].references--}for(var o=u(e,t),c=0;c<n.length;c++){var l=s(n[c]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=o}}}},92796:function(e,t,n){"use strict";var r=n(8156),i=n.n(r),o=n(8398);n(89034);function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.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 a(e,t)}(e,t)||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.")}()}t.default=function(e){var t=e.children,n=e.arrow,a=void 0!==n&&n,u=e.placement,c=void 0===u?"bottom-start":u,l=e.tips,f=void 0===l?"":l,d=e.className,p=void 0===d?"":d,h=e.beyondText,m=void 0===h||h,v=e.interactive,y=void 0===v||v,g=e.style,b=(0,r.useRef)(),x=(0,r.useRef)(),w=s((0,r.useState)(""),2),E=w[0],Z=w[1];(0,r.useEffect)((function(){Z(f)}),[f]);var O;return i().createElement("div",{ref:b,className:(O="paraui-auto-tips",p&&(O+=" "+p),O),onMouseOver:function(){var e="",n=b.current.getBoundingClientRect(),r=x.current.getBoundingClientRect();b.current&&r.width>n.width&&(e=f||(m?b.current.innerText:t)),Z(e)},style:g},i().createElement(o.default,{arrow:a,title:E,placement:c,interactive:y,boundariesElement:"viewport",className:"paraui-auto-tips-tooltip"},i().createElement("div",{className:"auto-tips-content",ref:x},t)))}},36413:function(e,t,n){"use strict";n.d(t,{default:function(){return V}});var r=n(8156),i=n.n(r),o=n(87462),a=n(45987),s=n(47111),u=n(79437),c=n(86010),l=n(30626),f=n(80713),d=n(82568),p=n(52543),h=n(159),m=n(93869),v=n(76234),y=n(17294),g=n(55192),b=n(92781),x=n(15671),w=n(43144),E=n(89062);function Z(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function O(e){return parseInt(window.getComputedStyle(e)["padding-right"],10)||0}function S(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4?arguments[4]:void 0,o=[t,n].concat((0,E.Z)(r)),a=["TEMPLATE","SCRIPT","STYLE"];[].forEach.call(e.children,(function(e){1===e.nodeType&&-1===o.indexOf(e)&&-1===a.indexOf(e.tagName)&&Z(e,i)}))}function k(e,t){var n=-1;return e.some((function(e,r){return!!t(e)&&(n=r,!0)})),n}function P(e,t){var n,r=[],i=[],o=e.container;if(!t.disableScrollLock){if(function(e){var t=(0,l.Z)(e);return t.body===e?(0,f.Z)(t).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(o)){var a=function(){var e=document.createElement("div");e.style.width="99px",e.style.height="99px",e.style.position="absolute",e.style.top="-9999px",e.style.overflow="scroll",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t}();r.push({value:o.style.paddingRight,key:"padding-right",el:o}),o.style["padding-right"]="".concat(O(o)+a,"px"),n=(0,l.Z)(o).querySelectorAll(".mui-fixed"),[].forEach.call(n,(function(e){i.push(e.style.paddingRight),e.style.paddingRight="".concat(O(e)+a,"px")}))}var s=o.parentElement,u="HTML"===s.nodeName&&"scroll"===window.getComputedStyle(s)["overflow-y"]?s:o;r.push({value:u.style.overflow,key:"overflow",el:u}),u.style.overflow="hidden"}return function(){n&&[].forEach.call(n,(function(e,t){i[t]?e.style.paddingRight=i[t]:e.style.removeProperty("padding-right")})),r.forEach((function(e){var t=e.value,n=e.el,r=e.key;t?n.style.setProperty(r,t):n.style.removeProperty(r)}))}}var R=function(){function e(){(0,x.Z)(this,e),this.modals=[],this.containers=[]}return(0,w.Z)(e,[{key:"add",value:function(e,t){var n=this.modals.indexOf(e);if(-1!==n)return n;n=this.modals.length,this.modals.push(e),e.modalRef&&Z(e.modalRef,!1);var r=function(e){var t=[];return[].forEach.call(e.children,(function(e){e.getAttribute&&"true"===e.getAttribute("aria-hidden")&&t.push(e)})),t}(t);S(t,e.mountNode,e.modalRef,r,!0);var i=k(this.containers,(function(e){return e.container===t}));return-1!==i?(this.containers[i].modals.push(e),n):(this.containers.push({modals:[e],container:t,restore:null,hiddenSiblingNodes:r}),n)}},{key:"mount",value:function(e,t){var n=k(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];r.restore||(r.restore=P(r,t))}},{key:"remove",value:function(e){var t=this.modals.indexOf(e);if(-1===t)return t;var n=k(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];if(r.modals.splice(r.modals.indexOf(e),1),this.modals.splice(t,1),0===r.modals.length)r.restore&&r.restore(),e.modalRef&&Z(e.modalRef,!0),S(r.container,e.mountNode,e.modalRef,r.hiddenSiblingNodes,!1),this.containers.splice(n,1);else{var i=r.modals[r.modals.length-1];i.modalRef&&Z(i.modalRef,!1)}return t}},{key:"isTopModal",value:function(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}]),e}();var C=function(e){var t=e.children,n=e.disableAutoFocus,i=void 0!==n&&n,o=e.disableEnforceFocus,a=void 0!==o&&o,u=e.disableRestoreFocus,c=void 0!==u&&u,f=e.getDoc,d=e.isEnabled,p=e.open,h=r.useRef(),m=r.useRef(null),v=r.useRef(null),g=r.useRef(),b=r.useRef(null),x=r.useCallback((function(e){b.current=s.findDOMNode(e)}),[]),w=(0,y.Z)(t.ref,x),E=r.useRef();return r.useEffect((function(){E.current=p}),[p]),!E.current&&p&&"undefined"!=typeof window&&(g.current=f().activeElement),r.useEffect((function(){if(p){var e=(0,l.Z)(b.current);i||!b.current||b.current.contains(e.activeElement)||(b.current.hasAttribute("tabIndex")||b.current.setAttribute("tabIndex",-1),b.current.focus());var t=function(){null!==b.current&&(e.hasFocus()&&!a&&d()&&!h.current?b.current&&!b.current.contains(e.activeElement)&&b.current.focus():h.current=!1)},n=function(t){!a&&d()&&9===t.keyCode&&e.activeElement===b.current&&(h.current=!0,t.shiftKey?v.current.focus():m.current.focus())};e.addEventListener("focus",t,!0),e.addEventListener("keydown",n,!0);var r=setInterval((function(){t()}),50);return function(){clearInterval(r),e.removeEventListener("focus",t,!0),e.removeEventListener("keydown",n,!0),c||(g.current&&g.current.focus&&g.current.focus(),g.current=null)}}}),[i,a,c,d,p]),r.createElement(r.Fragment,null,r.createElement("div",{tabIndex:0,ref:m,"data-test":"sentinelStart"}),r.cloneElement(t,{ref:w}),r.createElement("div",{tabIndex:0,ref:v,"data-test":"sentinelEnd"}))},T={root:{zIndex:-1,position:"fixed",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent"},invisible:{backgroundColor:"transparent"}},j=r.forwardRef((function(e,t){var n=e.invisible,i=void 0!==n&&n,s=e.open,u=(0,a.Z)(e,["invisible","open"]);return s?r.createElement("div",(0,o.Z)({"aria-hidden":!0,ref:t},u,{style:(0,o.Z)({},T.root,i?T.invisible:{},u.style)})):null}));var A=new R,M=r.forwardRef((function(e,t){var n=(0,h.Z)(),i=(0,m.Z)({name:"MuiModal",props:(0,o.Z)({},e),theme:n}),u=i.BackdropComponent,c=void 0===u?j:u,f=i.BackdropProps,p=i.children,x=i.closeAfterTransition,w=void 0!==x&&x,E=i.container,O=i.disableAutoFocus,S=void 0!==O&&O,k=i.disableBackdropClick,P=void 0!==k&&k,R=i.disableEnforceFocus,T=void 0!==R&&R,M=i.disableEscapeKeyDown,N=void 0!==M&&M,L=i.disablePortal,I=void 0!==L&&L,D=i.disableRestoreFocus,F=void 0!==D&&D,B=i.disableScrollLock,W=void 0!==B&&B,z=i.hideBackdrop,H=void 0!==z&&z,_=i.keepMounted,U=void 0!==_&&_,$=i.manager,q=void 0===$?A:$,V=i.onBackdropClick,Y=i.onClose,G=i.onEscapeKeyDown,K=i.onRendered,J=i.open,X=(0,a.Z)(i,["BackdropComponent","BackdropProps","children","closeAfterTransition","container","disableAutoFocus","disableBackdropClick","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onEscapeKeyDown","onRendered","open"]),Q=r.useState(!0),ee=Q[0],te=Q[1],ne=r.useRef({}),re=r.useRef(null),ie=r.useRef(null),oe=(0,y.Z)(ie,t),ae=function(e){return!!e.children&&e.children.props.hasOwnProperty("in")}(i),se=function(){return(0,l.Z)(re.current)},ue=function(){return ne.current.modalRef=ie.current,ne.current.mountNode=re.current,ne.current},ce=function(){q.mount(ue(),{disableScrollLock:W}),ie.current.scrollTop=0},le=(0,g.Z)((function(){var e=function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(E)||se().body;q.add(ue(),e),ie.current&&ce()})),fe=r.useCallback((function(){return q.isTopModal(ue())}),[q]),de=(0,g.Z)((function(e){re.current=e,e&&(K&&K(),J&&fe()?ce():Z(ie.current,!0))})),pe=r.useCallback((function(){q.remove(ue())}),[q]);if(r.useEffect((function(){return function(){pe()}}),[pe]),r.useEffect((function(){J?le():ae&&w||pe()}),[J,pe,ae,w,le]),!U&&!J&&(!ae||ee))return null;var he=function(e){return{root:{position:"fixed",zIndex:e.zIndex.modal,right:0,bottom:0,top:0,left:0},hidden:{visibility:"hidden"}}}(n||{zIndex:b.Z}),me={};return void 0===p.props.tabIndex&&(me.tabIndex=p.props.tabIndex||"-1"),ae&&(me.onEnter=(0,d.Z)((function(){te(!1)}),p.props.onEnter),me.onExited=(0,d.Z)((function(){te(!0),w&&pe()}),p.props.onExited)),r.createElement(v.Z,{ref:de,container:E,disablePortal:I},r.createElement("div",(0,o.Z)({ref:oe,onKeyDown:function(e){"Escape"===e.key&&fe()&&(G&&G(e),N||(e.stopPropagation(),Y&&Y(e,"escapeKeyDown")))},role:"presentation"},X,{style:(0,o.Z)({},he.root,!J&&ee?he.hidden:{},X.style)}),H?null:r.createElement(c,(0,o.Z)({open:J,onClick:function(e){e.target===e.currentTarget&&(V&&V(e),!P&&Y&&Y(e,"backdropClick"))}},f)),r.createElement(C,{disableEnforceFocus:T,disableAutoFocus:S,disableRestoreFocus:F,getDoc:se,isEnabled:fe,open:J},r.cloneElement(p,me))))})),N=n(20170),L=r.forwardRef((function(e,t){var n=e.classes,i=e.className,s=e.component,u=void 0===s?"div":s,l=e.square,f=void 0!==l&&l,d=e.elevation,p=void 0===d?1:d,h=e.variant,m=void 0===h?"elevation":h,v=(0,a.Z)(e,["classes","className","component","square","elevation","variant"]);return r.createElement(u,(0,o.Z)({className:(0,c.Z)(n.root,i,"outlined"===m?n.outlined:n["elevation".concat(p)],!f&&n.rounded),ref:t},v))})),I=(0,p.Z)((function(e){var t={};return e.shadows.forEach((function(e,n){t["elevation".concat(n)]={boxShadow:e}})),(0,o.Z)({root:{backgroundColor:e.palette.background.paper,color:e.palette.text.primary,transition:e.transitions.create("box-shadow")},rounded:{borderRadius:e.shape.borderRadius},outlined:{border:"1px solid ".concat(e.palette.divider)}},t)}),{name:"MuiPaper"})(L);function D(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function F(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function B(e){return[e.horizontal,e.vertical].map((function(e){return"number"==typeof e?"".concat(e,"px"):e})).join(" ")}function W(e){return"function"==typeof e?e():e}var z=r.forwardRef((function(e,t){var n=e.action,i=e.anchorEl,p=e.anchorOrigin,h=void 0===p?{vertical:"top",horizontal:"left"}:p,m=e.anchorPosition,v=e.anchorReference,y=void 0===v?"anchorEl":v,g=e.children,b=e.classes,x=e.className,w=e.container,E=e.elevation,Z=void 0===E?8:E,O=e.getContentAnchorEl,S=e.marginThreshold,k=void 0===S?16:S,P=e.onEnter,R=e.onEntered,C=e.onEntering,T=e.onExit,j=e.onExited,A=e.onExiting,L=e.open,z=e.PaperProps,H=void 0===z?{}:z,_=e.transformOrigin,U=void 0===_?{vertical:"top",horizontal:"left"}:_,$=e.TransitionComponent,q=void 0===$?N.Z:$,V=e.transitionDuration,Y=void 0===V?"auto":V,G=e.TransitionProps,K=void 0===G?{}:G,J=(0,a.Z)(e,["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","classes","className","container","elevation","getContentAnchorEl","marginThreshold","onEnter","onEntered","onEntering","onExit","onExited","onExiting","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"]),X=r.useRef(),Q=r.useCallback((function(e){if("anchorPosition"===y)return m;var t=W(i),n=(t&&1===t.nodeType?t:(0,l.Z)(X.current).body).getBoundingClientRect(),r=0===e?h.vertical:"center";return{top:n.top+D(n,r),left:n.left+F(n,h.horizontal)}}),[i,h.horizontal,h.vertical,m,y]),ee=r.useCallback((function(e){var t=0;if(O&&"anchorEl"===y){var n=O(e);if(n&&e.contains(n)){var r=function(e,t){for(var n=t,r=0;n&&n!==e;)r+=(n=n.parentElement).scrollTop;return r}(e,n);t=n.offsetTop+n.clientHeight/2-r||0}0}return t}),[h.vertical,y,O]),te=r.useCallback((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{vertical:D(e,U.vertical)+t,horizontal:F(e,U.horizontal)}}),[U.horizontal,U.vertical]),ne=r.useCallback((function(e){var t=ee(e),n={width:e.offsetWidth,height:e.offsetHeight},r=te(n,t);if("none"===y)return{top:null,left:null,transformOrigin:B(r)};var o=Q(t),a=o.top-r.vertical,s=o.left-r.horizontal,u=a+n.height,c=s+n.width,l=(0,f.Z)(W(i)),d=l.innerHeight-k,p=l.innerWidth-k;if(a<k){var h=a-k;a-=h,r.vertical+=h}else if(u>d){var m=u-d;a-=m,r.vertical+=m}if(s<k){var v=s-k;s-=v,r.horizontal+=v}else if(c>p){var g=c-p;s-=g,r.horizontal+=g}return{top:"".concat(Math.round(a),"px"),left:"".concat(Math.round(s),"px"),transformOrigin:B(r)}}),[i,y,Q,ee,te,k]),re=r.useCallback((function(){var e=X.current;if(e){var t=ne(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin}}),[ne]),ie=r.useCallback((function(e){X.current=s.findDOMNode(e)}),[]);r.useEffect((function(){L&&re()})),r.useImperativeHandle(n,(function(){return L?{updatePosition:function(){re()}}:null}),[L,re]),r.useEffect((function(){if(L){var e=(0,u.Z)((function(){re()}));return window.addEventListener("resize",e),function(){e.clear(),window.removeEventListener("resize",e)}}}),[L,re]);var oe=Y;"auto"!==Y||q.muiSupportAuto||(oe=void 0);var ae=w||(i?(0,l.Z)(W(i)).body:void 0);return r.createElement(M,(0,o.Z)({container:ae,open:L,ref:t,BackdropProps:{invisible:!0},className:(0,c.Z)(b.root,x)},J),r.createElement(q,(0,o.Z)({appear:!0,in:L,onEnter:P,onEntered:R,onExit:T,onExited:j,onExiting:A,timeout:oe},K,{onEntering:(0,d.Z)((function(e,t){C&&C(e,t),re()}),K.onEntering)}),r.createElement(I,(0,o.Z)({elevation:Z,ref:ie},H,{className:(0,c.Z)(b.paper,H.className)}),g)))})),H=(0,p.Z)({root:{},paper:{position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}},{name:"MuiPopover"})(z);n(24895);function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function U(){return U=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},U.apply(this,arguments)}function $(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_(e,t,n[t])}))}return e}function q(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var V=function(e){var t,n=e.className,r=e.children,o=e.classes,a=e.style,s=q(e,["className","children","classes","style"]);return i().createElement(H,U({style:$({zIndex:1300},a),className:(t="paraui-popover",n&&(t+=" "+n),t),classes:{paper:o?"paraui-popover-paper ".concat(o):"paraui-popover-paper"}},s),r)}},8398:function(e,t,n){"use strict";n.d(t,{default:function(){return j}});var r=n(8156),i=n.n(r),o=n(87462),a=n(93324),s=n(45987),u=n(4942),c=n(47111),l=n(86010),f=n(35953),d=n(59693),p=n(52543),h=n(93871),m=n(20170),v=n(43606),y=n(17294);var g=n(34236),b=n(24896);var x=n(8920);function w(e){return Math.round(1e5*e)/1e5}var E=!1,Z=null;var O=r.forwardRef((function(e,t){var n=e.arrow,i=void 0!==n&&n,u=e.children,d=e.classes,p=e.disableFocusListener,w=void 0!==p&&p,O=e.disableHoverListener,S=void 0!==O&&O,k=e.disableTouchListener,P=void 0!==k&&k,R=e.enterDelay,C=void 0===R?100:R,T=e.enterNextDelay,j=void 0===T?0:T,A=e.enterTouchDelay,M=void 0===A?700:A,N=e.id,L=e.interactive,I=void 0!==L&&L,D=e.leaveDelay,F=void 0===D?0:D,B=e.leaveTouchDelay,W=void 0===B?1500:B,z=e.onClose,H=e.onOpen,_=e.open,U=e.placement,$=void 0===U?"bottom":U,q=e.PopperComponent,V=void 0===q?v.Z:q,Y=e.PopperProps,G=e.title,K=e.TransitionComponent,J=void 0===K?m.Z:K,X=e.TransitionProps,Q=(0,s.Z)(e,["arrow","children","classes","disableFocusListener","disableHoverListener","disableTouchListener","enterDelay","enterNextDelay","enterTouchDelay","id","interactive","leaveDelay","leaveTouchDelay","onClose","onOpen","open","placement","PopperComponent","PopperProps","title","TransitionComponent","TransitionProps"]),ee=(0,x.Z)(),te=r.useState(),ne=te[0],re=te[1],ie=r.useState(null),oe=ie[0],ae=ie[1],se=r.useRef(!1),ue=r.useRef(),ce=r.useRef(),le=r.useRef(),fe=r.useRef(),de=function(e){var t=e.controlled,n=e.default,i=(e.name,e.state,r.useRef(void 0!==t).current),o=r.useState(n),a=o[0],s=o[1];return[i?t:a,r.useCallback((function(e){i||s(e)}),[])]}({controlled:_,default:!1,name:"Tooltip",state:"open"}),pe=(0,a.Z)(de,2),he=pe[0],me=pe[1],ve=he,ye=function(e){var t=r.useState(e),n=t[0],i=t[1],o=e||n;return r.useEffect((function(){null==n&&i("mui-".concat(Math.round(1e5*Math.random())))}),[n]),o}(N);r.useEffect((function(){return function(){clearTimeout(ue.current),clearTimeout(ce.current),clearTimeout(le.current),clearTimeout(fe.current)}}),[]);var ge=function(e){clearTimeout(Z),E=!0,me(!0),H&&H(e)},be=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=u.props;"mouseover"===t.type&&n.onMouseOver&&e&&n.onMouseOver(t),se.current&&"touchstart"!==t.type||(ne&&ne.removeAttribute("title"),clearTimeout(ce.current),clearTimeout(le.current),C||E&&j?(t.persist(),ce.current=setTimeout((function(){ge(t)}),E?j:C)):ge(t))}},xe=(0,b.Z)(),we=xe.isFocusVisible,Ee=xe.onBlurVisible,Ze=xe.ref,Oe=r.useState(!1),Se=Oe[0],ke=Oe[1],Pe=function(){Se&&(ke(!1),Ee())},Re=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){ne||re(t.currentTarget),we(t)&&(ke(!0),be()(t));var n=u.props;n.onFocus&&e&&n.onFocus(t)}},Ce=function(e){clearTimeout(Z),Z=setTimeout((function(){E=!1}),800+F),me(!1),z&&z(e),clearTimeout(ue.current),ue.current=setTimeout((function(){se.current=!1}),ee.transitions.duration.shortest)},Te=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=u.props;"blur"===t.type&&(n.onBlur&&e&&n.onBlur(t),Pe()),"mouseleave"===t.type&&n.onMouseLeave&&t.currentTarget===ne&&n.onMouseLeave(t),clearTimeout(ce.current),clearTimeout(le.current),t.persist(),le.current=setTimeout((function(){Ce(t)}),F)}},je=function(e){se.current=!0;var t=u.props;t.onTouchStart&&t.onTouchStart(e)},Ae=(0,y.Z)(re,t),Me=(0,y.Z)(Ze,Ae),Ne=r.useCallback((function(e){(0,g.Z)(Me,c.findDOMNode(e))}),[Me]),Le=(0,y.Z)(u.ref,Ne);""===G&&(ve=!1);var Ie=!ve&&!S,De=(0,o.Z)({"aria-describedby":ve?ye:null,title:Ie&&"string"==typeof G?G:null},Q,u.props,{className:(0,l.Z)(Q.className,u.props.className),onTouchStart:je,ref:Le}),Fe={};P||(De.onTouchStart=function(e){je(e),clearTimeout(le.current),clearTimeout(ue.current),clearTimeout(fe.current),e.persist(),fe.current=setTimeout((function(){be()(e)}),M)},De.onTouchEnd=function(e){u.props.onTouchEnd&&u.props.onTouchEnd(e),clearTimeout(fe.current),clearTimeout(le.current),e.persist(),le.current=setTimeout((function(){Ce(e)}),W)}),S||(De.onMouseOver=be(),De.onMouseLeave=Te(),I&&(Fe.onMouseOver=be(!1),Fe.onMouseLeave=Te(!1))),w||(De.onFocus=Re(),De.onBlur=Te(),I&&(Fe.onFocus=Re(!1),Fe.onBlur=Te(!1)));var Be=r.useMemo((function(){return(0,f.Z)({popperOptions:{modifiers:{arrow:{enabled:Boolean(oe),element:oe}}}},Y)}),[oe,Y]);return r.createElement(r.Fragment,null,r.cloneElement(u,De),r.createElement(V,(0,o.Z)({className:(0,l.Z)(d.popper,I&&d.popperInteractive,i&&d.popperArrow),placement:$,anchorEl:ne,open:!!ne&&ve,id:De["aria-describedby"],transition:!0},Fe,Be),(function(e){var t=e.placement,n=e.TransitionProps;return r.createElement(J,(0,o.Z)({timeout:ee.transitions.duration.shorter},n,X),r.createElement("div",{className:(0,l.Z)(d.tooltip,d["tooltipPlacement".concat((0,h.Z)(t.split("-")[0]))],se.current&&d.touch,i&&d.tooltipArrow)},G,i?r.createElement("span",{className:d.arrow,ref:ae}):null))})))})),S=(0,p.Z)((function(e){return{popper:{zIndex:e.zIndex.tooltip,pointerEvents:"none"},popperInteractive:{pointerEvents:"auto"},popperArrow:{'&[x-placement*="bottom"] $arrow':{top:0,left:0,marginTop:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"0 100%"}},'&[x-placement*="top"] $arrow':{bottom:0,left:0,marginBottom:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"100% 0"}},'&[x-placement*="right"] $arrow':{left:0,marginLeft:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"100% 100%"}},'&[x-placement*="left"] $arrow':{right:0,marginRight:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"0 0"}}},tooltip:{backgroundColor:(0,d.U1)(e.palette.grey[700],.9),borderRadius:e.shape.borderRadius,color:e.palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(10),lineHeight:"".concat(w(1.4),"em"),maxWidth:300,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium},tooltipArrow:{position:"relative",margin:"0"},arrow:{overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:(0,d.U1)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}},touch:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:"".concat(w(16/14),"em"),fontWeight:e.typography.fontWeightRegular},tooltipPlacementLeft:(0,u.Z)({transformOrigin:"right center",margin:"0 24px "},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementRight:(0,u.Z)({transformOrigin:"left center",margin:"0 24px"},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementTop:(0,u.Z)({transformOrigin:"center bottom",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"}),tooltipPlacementBottom:(0,u.Z)({transformOrigin:"center top",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"})}}),{name:"MuiTooltip",flip:!1})(O);n(42560);function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function P(){return P=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},P.apply(this,arguments)}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){k(e,t,n[t])}))}return e}function C(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function T(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var j=function(e){var t,n=e.placement,r=void 0===n?"top-start":n,o=e.className,a=e.arrow,s=void 0===a||a,u=e.PopperProps,c=e.boundariesElement,f=void 0===c?"scrollParent":c,d=T(e,["placement","className","arrow","PopperProps","boundariesElement"]),p=C(R({},e.classes),{popper:(0,l.Z)("paraui-tooltip",o,null===(t=e.classes)||void 0===t?void 0:t.popper,{"paraui-tooltip-left-right":(null==r?void 0:r.includes("left"))||(null==r?void 0:r.includes("right")),"paraui-tooltip-top-bottom":(null==r?void 0:r.includes("top"))||(null==r?void 0:r.includes("bottom"))})});return i().createElement(S,P({},d,{enterTouchDelay:0,arrow:s,placement:r,classes:p,PopperProps:C(R({},u),{modifiers:{preventOverflow:{boundariesElement:f}}})}))}},58543:function(e){"use strict";e.exports=n},8156:function(t){"use strict";t.exports=e},47111:function(e){"use strict";e.exports=t},30907:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,{Z:function(){return r}})},83878:function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,{Z:function(){return r}})},45057:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(30907);function i(e){if(Array.isArray(e))return(0,r.Z)(e)}},97326:function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return r}})},15671:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,{Z:function(){return r}})},43144:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(67343);function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,(0,r.Z)(i.key),i)}}function o(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}},4942:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(67343);function i(e,t,n){return(t=(0,r.Z)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},87462:function(e,t,n){"use strict";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},r.apply(this,arguments)}n.d(t,{Z:function(){return r}})},94578:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(89611);function i(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(0,r.Z)(e,t)}},59199:function(e,t,n){"use strict";function r(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}n.d(t,{Z:function(){return r}})},31902:function(e,t,n){"use strict";function r(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(e){c=!0,i=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}n.d(t,{Z:function(){return r}})},25267:function(e,t,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(t,{Z:function(){return r}})},42786:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},45987:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(63366);function i(e,t){if(null==e)return{};var n,i,o=(0,r.Z)(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}},63366:function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}n.d(t,{Z:function(){return r}})},89611:function(e,t,n){"use strict";function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}n.d(t,{Z:function(){return r}})},93324:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(83878),i=n(31902),o=n(40181),a=n(25267);function s(e,t){return(0,r.Z)(e)||(0,i.Z)(e,t)||(0,o.Z)(e,t)||(0,a.Z)()}},89062:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(45057),i=n(59199),o=n(40181),a=n(42786);function s(e){return(0,r.Z)(e)||(0,i.Z)(e)||(0,o.Z)(e)||(0,a.Z)()}},35512:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(71002);function i(e,t){if("object"!==(0,r.Z)(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==(0,r.Z)(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}},67343:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(71002),i=n(35512);function o(e){var t=(0,i.Z)(e,"string");return"symbol"===(0,r.Z)(t)?t:String(t)}},71002:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},40181:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(30907);function i(e,t){if(e){if("string"==typeof e)return(0,r.Z)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.Z)(e,t):void 0}}}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={id:e,exports:{}};return r[e](n,n.exports,o),n.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nc=void 0;var a={};return function(){"use strict";o.r(a),o.d(a,{Breadcrumbs:function(){return h},default:function(){return m}});var e=o(8156),t=o.n(e),n=o(36413),r=o(92796),i=o(85893),s=o(97435),u=function(e){return(0,i.jsx)(s.l,Object.assign({dataName:"More",path:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("path",{d:"M298.666667 490.666667A64 64 0 1 1 234.666667 426.666667 64 64 0 0 1 298.666667 490.666667"}),(0,i.jsx)("path",{d:"M568.96 490.666667a64 64 0 1 1-64-64 64 64 0 0 1 64 64"}),(0,i.jsx)("path",{d:"M839.253333 490.666667a64 64 0 1 1-64-64 64 64 0 0 1 64 64"})]})},e))},c=o(58543);o(34817);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}}(e,t)||p(e,t)||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.")}()}function d(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||p(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}var h=function(i){var o=i.maxWidth,a=void 0===o?"":o,s=i.className,l=i.list,p=i.separator,h=void 0===p?"/":p,m=i.popoverClassName,v=i.isShrink,y=void 0===v||v,g=i.onClickItem,b=i.style,x=f((0,e.useState)("breadcrumbs-"+(0,c.UUID)()),1)[0],w=f((0,e.useState)([]),2),E=w[0],Z=w[1],O=f((0,e.useState)(0),2),S=O[0],k=O[1],P=f((0,e.useState)(!1),2),R=P[0],C=P[1],T=f((0,e.useState)({}),1)[0],j=(0,e.useRef)();(0,e.useEffect)((function(){setTimeout((function(){var e=document.querySelector("."+x);e&&k(e.offsetWidth)})),Z(d(l))}),[l]),(0,e.useEffect)((function(){return y?(setTimeout((function(){A()})),window.addEventListener("resize",A)):window.removeEventListener("resize",A),function(){window.removeEventListener("resize",A)}}),[E,S,y]);var A=function(){if(!(l.length<=2||0===S)){var e=document.querySelector("."+x);if(e&&S)if(e.parentNode&&e.parentNode.offsetWidth>=S){if(!T.scroll)return;T.scroll=!1,Z(d(l)),C(!1)}else{if(T.scroll)return;T.scroll=!0;var t=[];t.push(l[0]),t.push({more:"more-breadcrumbs"}),t.push(l[l.length-1]),Z(d(t))}}},M=function(e){return function(){e.disabled||("more-breadcrumbs"===e.more?C(!0):g&&g(e))}},N=function(){C(!1)},L=function(){var e="paraui-breadcrumbs "+x;return y&&(e+=" paraui-breadcrumbs-shrink"),s&&(e+=" "+s),e},I=function(e,t,n){var r=" breadcrumbs-item";return t===n.length-1&&(r+=" current-breadcrumbs"),e.disabled?r+=" breadcrumbs-item-disabled":r+=" breadcrumbs-item-click",r},D=(0,e.useMemo)((function(){return R&&t().createElement(n.default,{open:R,anchorEl:j.current,onClose:N,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},className:(r="paraui-breadcrumbs-popover",m&&(r+=" "+m),r)},t().createElement("div",{className:L()},l.map((function(n,r){var i=l.length-1!==r;return t().createElement(e.Fragment,{key:r},t().createElement("div",{onClick:M(n),className:I(n,r,l)},n.label),i&&t().createElement("div",{className:"breadcrumbs-separator"},h))}))));var r}),[R,j,h,l,m]),F=function(e){var t={};return a&&(t.maxWidth=a),e.maxWidth&&(t.maxWidth=e.maxWidth),t};return t().createElement("div",{className:L(),style:b,ref:j},E.map((function(n,i){var o=E.length-1!==i;return"more-breadcrumbs"===n.more?t().createElement(e.Fragment,{key:i},t().createElement("div",{onClick:M(n),className:"more-breadcrumbs"},t().createElement(u,null)),o&&t().createElement("div",{className:"breadcrumbs-separator"},h)):t().createElement(e.Fragment,{key:i},t().createElement("div",{style:F(n),onClick:M(n),className:I(n,i,E)},t().createElement(r.default,null,n.label)),o&&t().createElement("div",{className:"breadcrumbs-separator"},h))})),D)},m=h}(),a}()}));
67
+ */n(27418);var r=n(8156),i=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;i=o("react.element"),t.Fragment=o("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(e,t,n){var r,o={},c=null,l=null;for(r in void 0!==n&&(c=""+n),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(l=t.ref),t)s.call(t,r)&&!u.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:c,ref:l,props:o,_owner:a.current}}t.jsx=c,t.jsxs=c},85893:function(e,t,n){"use strict";e.exports=n(75251)},89034:function(e,t,n){var r=n(93379),i=n(2565);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},34817:function(e,t,n){var r=n(93379),i=n(44044);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},24895:function(e,t,n){var r=n(93379),i=n(95845);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},42560:function(e,t,n){var r=n(93379),i=n(9929);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};r(i,o);e.exports=i.locals||{}},93379:function(e,t,n){"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function s(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function u(e,t){for(var n={},r=[],i=0;i<e.length;i++){var o=e[i],u=t.base?o[0]+t.base:o[0],c=n[u]||0,l="".concat(u," ").concat(c);n[u]=c+1;var f=s(l),d={css:o[1],media:o[2],sourceMap:o[3]};-1!==f?(a[f].references++,a[f].updater(d)):a.push({identifier:l,updater:v(d,t),references:1}),r.push(l)}return r}function c(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(e.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(t)}return t}var l,f=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function d(e,t,n,r){var i=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=f(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function p(e,t,n){var r=n.css,i=n.media,o=n.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,m=0;function v(e,t){var n,r,i;if(t.singleton){var o=m++;n=h||(h=c(t)),r=d.bind(null,n,o,!1),i=d.bind(null,n,o,!0)}else n=c(t),r=p.bind(null,n,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var n=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var i=s(n[r]);a[i].references--}for(var o=u(e,t),c=0;c<n.length;c++){var l=s(n[c]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=o}}}},92796:function(e,t,n){"use strict";var r=n(8156),i=n.n(r),o=n(8398),a=n(58543);n(89034);function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.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 s(e,t)}(e,t)||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.")}()}t.default=function(e){var t=e.children,n=e.arrow,s=void 0!==n&&n,c=e.placement,l=void 0===c?"bottom-start":c,f=e.tips,d=void 0===f?"":f,p=e.className,h=void 0===p?"":p,m=e.beyondText,v=void 0===m||m,y=e.interactive,g=void 0===y||y,b=e.style,x=(0,r.useRef)(),w=(0,r.useRef)(),E=u((0,r.useState)(""),2),Z=E[0],O=E[1];(0,r.useEffect)((function(){O(d)}),[d]);var S;return i().createElement("div",{ref:x,className:(S="paraui-auto-tips",function(){if(navigator.userAgent.indexOf("Safari")>-1)return!0}()&&(S+=" paraui-auto-tips-safari"),h&&(S+=" "+h),S),onMouseOver:function(){var e="",n=x.current,r=n.getBoundingClientRect(),i=w.current.getBoundingClientRect();x.current&&((0,a.isIE)()?r.width>i.width&&(e=d||(v?n.innerText:t)):i.width>r.width&&(e=d||(v?n.innerText:t))),O(e)},style:b},i().createElement(o.default,{arrow:s,title:Z,placement:l,interactive:g,boundariesElement:"viewport",className:"paraui-auto-tips-tooltip"},i().createElement("div",{className:"auto-tips-content",ref:w},t)))}},36413:function(e,t,n){"use strict";n.d(t,{default:function(){return V}});var r=n(8156),i=n.n(r),o=n(87462),a=n(45987),s=n(47111),u=n(79437),c=n(86010),l=n(30626),f=n(80713),d=n(82568),p=n(52543),h=n(159),m=n(93869),v=n(76234),y=n(17294),g=n(55192),b=n(92781),x=n(15671),w=n(43144),E=n(89062);function Z(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function O(e){return parseInt(window.getComputedStyle(e)["padding-right"],10)||0}function S(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4?arguments[4]:void 0,o=[t,n].concat((0,E.Z)(r)),a=["TEMPLATE","SCRIPT","STYLE"];[].forEach.call(e.children,(function(e){1===e.nodeType&&-1===o.indexOf(e)&&-1===a.indexOf(e.tagName)&&Z(e,i)}))}function k(e,t){var n=-1;return e.some((function(e,r){return!!t(e)&&(n=r,!0)})),n}function P(e,t){var n,r=[],i=[],o=e.container;if(!t.disableScrollLock){if(function(e){var t=(0,l.Z)(e);return t.body===e?(0,f.Z)(t).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}(o)){var a=function(){var e=document.createElement("div");e.style.width="99px",e.style.height="99px",e.style.position="absolute",e.style.top="-9999px",e.style.overflow="scroll",document.body.appendChild(e);var t=e.offsetWidth-e.clientWidth;return document.body.removeChild(e),t}();r.push({value:o.style.paddingRight,key:"padding-right",el:o}),o.style["padding-right"]="".concat(O(o)+a,"px"),n=(0,l.Z)(o).querySelectorAll(".mui-fixed"),[].forEach.call(n,(function(e){i.push(e.style.paddingRight),e.style.paddingRight="".concat(O(e)+a,"px")}))}var s=o.parentElement,u="HTML"===s.nodeName&&"scroll"===window.getComputedStyle(s)["overflow-y"]?s:o;r.push({value:u.style.overflow,key:"overflow",el:u}),u.style.overflow="hidden"}return function(){n&&[].forEach.call(n,(function(e,t){i[t]?e.style.paddingRight=i[t]:e.style.removeProperty("padding-right")})),r.forEach((function(e){var t=e.value,n=e.el,r=e.key;t?n.style.setProperty(r,t):n.style.removeProperty(r)}))}}var R=function(){function e(){(0,x.Z)(this,e),this.modals=[],this.containers=[]}return(0,w.Z)(e,[{key:"add",value:function(e,t){var n=this.modals.indexOf(e);if(-1!==n)return n;n=this.modals.length,this.modals.push(e),e.modalRef&&Z(e.modalRef,!1);var r=function(e){var t=[];return[].forEach.call(e.children,(function(e){e.getAttribute&&"true"===e.getAttribute("aria-hidden")&&t.push(e)})),t}(t);S(t,e.mountNode,e.modalRef,r,!0);var i=k(this.containers,(function(e){return e.container===t}));return-1!==i?(this.containers[i].modals.push(e),n):(this.containers.push({modals:[e],container:t,restore:null,hiddenSiblingNodes:r}),n)}},{key:"mount",value:function(e,t){var n=k(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];r.restore||(r.restore=P(r,t))}},{key:"remove",value:function(e){var t=this.modals.indexOf(e);if(-1===t)return t;var n=k(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];if(r.modals.splice(r.modals.indexOf(e),1),this.modals.splice(t,1),0===r.modals.length)r.restore&&r.restore(),e.modalRef&&Z(e.modalRef,!0),S(r.container,e.mountNode,e.modalRef,r.hiddenSiblingNodes,!1),this.containers.splice(n,1);else{var i=r.modals[r.modals.length-1];i.modalRef&&Z(i.modalRef,!1)}return t}},{key:"isTopModal",value:function(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}]),e}();var C=function(e){var t=e.children,n=e.disableAutoFocus,i=void 0!==n&&n,o=e.disableEnforceFocus,a=void 0!==o&&o,u=e.disableRestoreFocus,c=void 0!==u&&u,f=e.getDoc,d=e.isEnabled,p=e.open,h=r.useRef(),m=r.useRef(null),v=r.useRef(null),g=r.useRef(),b=r.useRef(null),x=r.useCallback((function(e){b.current=s.findDOMNode(e)}),[]),w=(0,y.Z)(t.ref,x),E=r.useRef();return r.useEffect((function(){E.current=p}),[p]),!E.current&&p&&"undefined"!=typeof window&&(g.current=f().activeElement),r.useEffect((function(){if(p){var e=(0,l.Z)(b.current);i||!b.current||b.current.contains(e.activeElement)||(b.current.hasAttribute("tabIndex")||b.current.setAttribute("tabIndex",-1),b.current.focus());var t=function(){null!==b.current&&(e.hasFocus()&&!a&&d()&&!h.current?b.current&&!b.current.contains(e.activeElement)&&b.current.focus():h.current=!1)},n=function(t){!a&&d()&&9===t.keyCode&&e.activeElement===b.current&&(h.current=!0,t.shiftKey?v.current.focus():m.current.focus())};e.addEventListener("focus",t,!0),e.addEventListener("keydown",n,!0);var r=setInterval((function(){t()}),50);return function(){clearInterval(r),e.removeEventListener("focus",t,!0),e.removeEventListener("keydown",n,!0),c||(g.current&&g.current.focus&&g.current.focus(),g.current=null)}}}),[i,a,c,d,p]),r.createElement(r.Fragment,null,r.createElement("div",{tabIndex:0,ref:m,"data-test":"sentinelStart"}),r.cloneElement(t,{ref:w}),r.createElement("div",{tabIndex:0,ref:v,"data-test":"sentinelEnd"}))},T={root:{zIndex:-1,position:"fixed",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent"},invisible:{backgroundColor:"transparent"}},j=r.forwardRef((function(e,t){var n=e.invisible,i=void 0!==n&&n,s=e.open,u=(0,a.Z)(e,["invisible","open"]);return s?r.createElement("div",(0,o.Z)({"aria-hidden":!0,ref:t},u,{style:(0,o.Z)({},T.root,i?T.invisible:{},u.style)})):null}));var A=new R,M=r.forwardRef((function(e,t){var n=(0,h.Z)(),i=(0,m.Z)({name:"MuiModal",props:(0,o.Z)({},e),theme:n}),u=i.BackdropComponent,c=void 0===u?j:u,f=i.BackdropProps,p=i.children,x=i.closeAfterTransition,w=void 0!==x&&x,E=i.container,O=i.disableAutoFocus,S=void 0!==O&&O,k=i.disableBackdropClick,P=void 0!==k&&k,R=i.disableEnforceFocus,T=void 0!==R&&R,M=i.disableEscapeKeyDown,N=void 0!==M&&M,L=i.disablePortal,I=void 0!==L&&L,D=i.disableRestoreFocus,F=void 0!==D&&D,B=i.disableScrollLock,W=void 0!==B&&B,z=i.hideBackdrop,H=void 0!==z&&z,_=i.keepMounted,U=void 0!==_&&_,$=i.manager,q=void 0===$?A:$,V=i.onBackdropClick,Y=i.onClose,G=i.onEscapeKeyDown,K=i.onRendered,J=i.open,X=(0,a.Z)(i,["BackdropComponent","BackdropProps","children","closeAfterTransition","container","disableAutoFocus","disableBackdropClick","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onEscapeKeyDown","onRendered","open"]),Q=r.useState(!0),ee=Q[0],te=Q[1],ne=r.useRef({}),re=r.useRef(null),ie=r.useRef(null),oe=(0,y.Z)(ie,t),ae=function(e){return!!e.children&&e.children.props.hasOwnProperty("in")}(i),se=function(){return(0,l.Z)(re.current)},ue=function(){return ne.current.modalRef=ie.current,ne.current.mountNode=re.current,ne.current},ce=function(){q.mount(ue(),{disableScrollLock:W}),ie.current.scrollTop=0},le=(0,g.Z)((function(){var e=function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(E)||se().body;q.add(ue(),e),ie.current&&ce()})),fe=r.useCallback((function(){return q.isTopModal(ue())}),[q]),de=(0,g.Z)((function(e){re.current=e,e&&(K&&K(),J&&fe()?ce():Z(ie.current,!0))})),pe=r.useCallback((function(){q.remove(ue())}),[q]);if(r.useEffect((function(){return function(){pe()}}),[pe]),r.useEffect((function(){J?le():ae&&w||pe()}),[J,pe,ae,w,le]),!U&&!J&&(!ae||ee))return null;var he=function(e){return{root:{position:"fixed",zIndex:e.zIndex.modal,right:0,bottom:0,top:0,left:0},hidden:{visibility:"hidden"}}}(n||{zIndex:b.Z}),me={};return void 0===p.props.tabIndex&&(me.tabIndex=p.props.tabIndex||"-1"),ae&&(me.onEnter=(0,d.Z)((function(){te(!1)}),p.props.onEnter),me.onExited=(0,d.Z)((function(){te(!0),w&&pe()}),p.props.onExited)),r.createElement(v.Z,{ref:de,container:E,disablePortal:I},r.createElement("div",(0,o.Z)({ref:oe,onKeyDown:function(e){"Escape"===e.key&&fe()&&(G&&G(e),N||(e.stopPropagation(),Y&&Y(e,"escapeKeyDown")))},role:"presentation"},X,{style:(0,o.Z)({},he.root,!J&&ee?he.hidden:{},X.style)}),H?null:r.createElement(c,(0,o.Z)({open:J,onClick:function(e){e.target===e.currentTarget&&(V&&V(e),!P&&Y&&Y(e,"backdropClick"))}},f)),r.createElement(C,{disableEnforceFocus:T,disableAutoFocus:S,disableRestoreFocus:F,getDoc:se,isEnabled:fe,open:J},r.cloneElement(p,me))))})),N=n(20170),L=r.forwardRef((function(e,t){var n=e.classes,i=e.className,s=e.component,u=void 0===s?"div":s,l=e.square,f=void 0!==l&&l,d=e.elevation,p=void 0===d?1:d,h=e.variant,m=void 0===h?"elevation":h,v=(0,a.Z)(e,["classes","className","component","square","elevation","variant"]);return r.createElement(u,(0,o.Z)({className:(0,c.Z)(n.root,i,"outlined"===m?n.outlined:n["elevation".concat(p)],!f&&n.rounded),ref:t},v))})),I=(0,p.Z)((function(e){var t={};return e.shadows.forEach((function(e,n){t["elevation".concat(n)]={boxShadow:e}})),(0,o.Z)({root:{backgroundColor:e.palette.background.paper,color:e.palette.text.primary,transition:e.transitions.create("box-shadow")},rounded:{borderRadius:e.shape.borderRadius},outlined:{border:"1px solid ".concat(e.palette.divider)}},t)}),{name:"MuiPaper"})(L);function D(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function F(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function B(e){return[e.horizontal,e.vertical].map((function(e){return"number"==typeof e?"".concat(e,"px"):e})).join(" ")}function W(e){return"function"==typeof e?e():e}var z=r.forwardRef((function(e,t){var n=e.action,i=e.anchorEl,p=e.anchorOrigin,h=void 0===p?{vertical:"top",horizontal:"left"}:p,m=e.anchorPosition,v=e.anchorReference,y=void 0===v?"anchorEl":v,g=e.children,b=e.classes,x=e.className,w=e.container,E=e.elevation,Z=void 0===E?8:E,O=e.getContentAnchorEl,S=e.marginThreshold,k=void 0===S?16:S,P=e.onEnter,R=e.onEntered,C=e.onEntering,T=e.onExit,j=e.onExited,A=e.onExiting,L=e.open,z=e.PaperProps,H=void 0===z?{}:z,_=e.transformOrigin,U=void 0===_?{vertical:"top",horizontal:"left"}:_,$=e.TransitionComponent,q=void 0===$?N.Z:$,V=e.transitionDuration,Y=void 0===V?"auto":V,G=e.TransitionProps,K=void 0===G?{}:G,J=(0,a.Z)(e,["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","classes","className","container","elevation","getContentAnchorEl","marginThreshold","onEnter","onEntered","onEntering","onExit","onExited","onExiting","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"]),X=r.useRef(),Q=r.useCallback((function(e){if("anchorPosition"===y)return m;var t=W(i),n=(t&&1===t.nodeType?t:(0,l.Z)(X.current).body).getBoundingClientRect(),r=0===e?h.vertical:"center";return{top:n.top+D(n,r),left:n.left+F(n,h.horizontal)}}),[i,h.horizontal,h.vertical,m,y]),ee=r.useCallback((function(e){var t=0;if(O&&"anchorEl"===y){var n=O(e);if(n&&e.contains(n)){var r=function(e,t){for(var n=t,r=0;n&&n!==e;)r+=(n=n.parentElement).scrollTop;return r}(e,n);t=n.offsetTop+n.clientHeight/2-r||0}0}return t}),[h.vertical,y,O]),te=r.useCallback((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{vertical:D(e,U.vertical)+t,horizontal:F(e,U.horizontal)}}),[U.horizontal,U.vertical]),ne=r.useCallback((function(e){var t=ee(e),n={width:e.offsetWidth,height:e.offsetHeight},r=te(n,t);if("none"===y)return{top:null,left:null,transformOrigin:B(r)};var o=Q(t),a=o.top-r.vertical,s=o.left-r.horizontal,u=a+n.height,c=s+n.width,l=(0,f.Z)(W(i)),d=l.innerHeight-k,p=l.innerWidth-k;if(a<k){var h=a-k;a-=h,r.vertical+=h}else if(u>d){var m=u-d;a-=m,r.vertical+=m}if(s<k){var v=s-k;s-=v,r.horizontal+=v}else if(c>p){var g=c-p;s-=g,r.horizontal+=g}return{top:"".concat(Math.round(a),"px"),left:"".concat(Math.round(s),"px"),transformOrigin:B(r)}}),[i,y,Q,ee,te,k]),re=r.useCallback((function(){var e=X.current;if(e){var t=ne(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin}}),[ne]),ie=r.useCallback((function(e){X.current=s.findDOMNode(e)}),[]);r.useEffect((function(){L&&re()})),r.useImperativeHandle(n,(function(){return L?{updatePosition:function(){re()}}:null}),[L,re]),r.useEffect((function(){if(L){var e=(0,u.Z)((function(){re()}));return window.addEventListener("resize",e),function(){e.clear(),window.removeEventListener("resize",e)}}}),[L,re]);var oe=Y;"auto"!==Y||q.muiSupportAuto||(oe=void 0);var ae=w||(i?(0,l.Z)(W(i)).body:void 0);return r.createElement(M,(0,o.Z)({container:ae,open:L,ref:t,BackdropProps:{invisible:!0},className:(0,c.Z)(b.root,x)},J),r.createElement(q,(0,o.Z)({appear:!0,in:L,onEnter:P,onEntered:R,onExit:T,onExited:j,onExiting:A,timeout:oe},K,{onEntering:(0,d.Z)((function(e,t){C&&C(e,t),re()}),K.onEntering)}),r.createElement(I,(0,o.Z)({elevation:Z,ref:ie},H,{className:(0,c.Z)(b.paper,H.className)}),g)))})),H=(0,p.Z)({root:{},paper:{position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}},{name:"MuiPopover"})(z);n(24895);function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function U(){return U=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},U.apply(this,arguments)}function $(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_(e,t,n[t])}))}return e}function q(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var V=function(e){var t,n=e.className,r=e.children,o=e.classes,a=e.style,s=q(e,["className","children","classes","style"]);return i().createElement(H,U({style:$({zIndex:1300},a),className:(t="paraui-popover",n&&(t+=" "+n),t),classes:{paper:o?"paraui-popover-paper ".concat(o):"paraui-popover-paper"}},s),r)}},8398:function(e,t,n){"use strict";n.d(t,{default:function(){return j}});var r=n(8156),i=n.n(r),o=n(87462),a=n(93324),s=n(45987),u=n(4942),c=n(47111),l=n(86010),f=n(35953),d=n(59693),p=n(52543),h=n(93871),m=n(20170),v=n(43606),y=n(17294);var g=n(34236),b=n(24896);var x=n(8920);function w(e){return Math.round(1e5*e)/1e5}var E=!1,Z=null;var O=r.forwardRef((function(e,t){var n=e.arrow,i=void 0!==n&&n,u=e.children,d=e.classes,p=e.disableFocusListener,w=void 0!==p&&p,O=e.disableHoverListener,S=void 0!==O&&O,k=e.disableTouchListener,P=void 0!==k&&k,R=e.enterDelay,C=void 0===R?100:R,T=e.enterNextDelay,j=void 0===T?0:T,A=e.enterTouchDelay,M=void 0===A?700:A,N=e.id,L=e.interactive,I=void 0!==L&&L,D=e.leaveDelay,F=void 0===D?0:D,B=e.leaveTouchDelay,W=void 0===B?1500:B,z=e.onClose,H=e.onOpen,_=e.open,U=e.placement,$=void 0===U?"bottom":U,q=e.PopperComponent,V=void 0===q?v.Z:q,Y=e.PopperProps,G=e.title,K=e.TransitionComponent,J=void 0===K?m.Z:K,X=e.TransitionProps,Q=(0,s.Z)(e,["arrow","children","classes","disableFocusListener","disableHoverListener","disableTouchListener","enterDelay","enterNextDelay","enterTouchDelay","id","interactive","leaveDelay","leaveTouchDelay","onClose","onOpen","open","placement","PopperComponent","PopperProps","title","TransitionComponent","TransitionProps"]),ee=(0,x.Z)(),te=r.useState(),ne=te[0],re=te[1],ie=r.useState(null),oe=ie[0],ae=ie[1],se=r.useRef(!1),ue=r.useRef(),ce=r.useRef(),le=r.useRef(),fe=r.useRef(),de=function(e){var t=e.controlled,n=e.default,i=(e.name,e.state,r.useRef(void 0!==t).current),o=r.useState(n),a=o[0],s=o[1];return[i?t:a,r.useCallback((function(e){i||s(e)}),[])]}({controlled:_,default:!1,name:"Tooltip",state:"open"}),pe=(0,a.Z)(de,2),he=pe[0],me=pe[1],ve=he,ye=function(e){var t=r.useState(e),n=t[0],i=t[1],o=e||n;return r.useEffect((function(){null==n&&i("mui-".concat(Math.round(1e5*Math.random())))}),[n]),o}(N);r.useEffect((function(){return function(){clearTimeout(ue.current),clearTimeout(ce.current),clearTimeout(le.current),clearTimeout(fe.current)}}),[]);var ge=function(e){clearTimeout(Z),E=!0,me(!0),H&&H(e)},be=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=u.props;"mouseover"===t.type&&n.onMouseOver&&e&&n.onMouseOver(t),se.current&&"touchstart"!==t.type||(ne&&ne.removeAttribute("title"),clearTimeout(ce.current),clearTimeout(le.current),C||E&&j?(t.persist(),ce.current=setTimeout((function(){ge(t)}),E?j:C)):ge(t))}},xe=(0,b.Z)(),we=xe.isFocusVisible,Ee=xe.onBlurVisible,Ze=xe.ref,Oe=r.useState(!1),Se=Oe[0],ke=Oe[1],Pe=function(){Se&&(ke(!1),Ee())},Re=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){ne||re(t.currentTarget),we(t)&&(ke(!0),be()(t));var n=u.props;n.onFocus&&e&&n.onFocus(t)}},Ce=function(e){clearTimeout(Z),Z=setTimeout((function(){E=!1}),800+F),me(!1),z&&z(e),clearTimeout(ue.current),ue.current=setTimeout((function(){se.current=!1}),ee.transitions.duration.shortest)},Te=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=u.props;"blur"===t.type&&(n.onBlur&&e&&n.onBlur(t),Pe()),"mouseleave"===t.type&&n.onMouseLeave&&t.currentTarget===ne&&n.onMouseLeave(t),clearTimeout(ce.current),clearTimeout(le.current),t.persist(),le.current=setTimeout((function(){Ce(t)}),F)}},je=function(e){se.current=!0;var t=u.props;t.onTouchStart&&t.onTouchStart(e)},Ae=(0,y.Z)(re,t),Me=(0,y.Z)(Ze,Ae),Ne=r.useCallback((function(e){(0,g.Z)(Me,c.findDOMNode(e))}),[Me]),Le=(0,y.Z)(u.ref,Ne);""===G&&(ve=!1);var Ie=!ve&&!S,De=(0,o.Z)({"aria-describedby":ve?ye:null,title:Ie&&"string"==typeof G?G:null},Q,u.props,{className:(0,l.Z)(Q.className,u.props.className),onTouchStart:je,ref:Le}),Fe={};P||(De.onTouchStart=function(e){je(e),clearTimeout(le.current),clearTimeout(ue.current),clearTimeout(fe.current),e.persist(),fe.current=setTimeout((function(){be()(e)}),M)},De.onTouchEnd=function(e){u.props.onTouchEnd&&u.props.onTouchEnd(e),clearTimeout(fe.current),clearTimeout(le.current),e.persist(),le.current=setTimeout((function(){Ce(e)}),W)}),S||(De.onMouseOver=be(),De.onMouseLeave=Te(),I&&(Fe.onMouseOver=be(!1),Fe.onMouseLeave=Te(!1))),w||(De.onFocus=Re(),De.onBlur=Te(),I&&(Fe.onFocus=Re(!1),Fe.onBlur=Te(!1)));var Be=r.useMemo((function(){return(0,f.Z)({popperOptions:{modifiers:{arrow:{enabled:Boolean(oe),element:oe}}}},Y)}),[oe,Y]);return r.createElement(r.Fragment,null,r.cloneElement(u,De),r.createElement(V,(0,o.Z)({className:(0,l.Z)(d.popper,I&&d.popperInteractive,i&&d.popperArrow),placement:$,anchorEl:ne,open:!!ne&&ve,id:De["aria-describedby"],transition:!0},Fe,Be),(function(e){var t=e.placement,n=e.TransitionProps;return r.createElement(J,(0,o.Z)({timeout:ee.transitions.duration.shorter},n,X),r.createElement("div",{className:(0,l.Z)(d.tooltip,d["tooltipPlacement".concat((0,h.Z)(t.split("-")[0]))],se.current&&d.touch,i&&d.tooltipArrow)},G,i?r.createElement("span",{className:d.arrow,ref:ae}):null))})))})),S=(0,p.Z)((function(e){return{popper:{zIndex:e.zIndex.tooltip,pointerEvents:"none"},popperInteractive:{pointerEvents:"auto"},popperArrow:{'&[x-placement*="bottom"] $arrow':{top:0,left:0,marginTop:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"0 100%"}},'&[x-placement*="top"] $arrow':{bottom:0,left:0,marginBottom:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"100% 0"}},'&[x-placement*="right"] $arrow':{left:0,marginLeft:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"100% 100%"}},'&[x-placement*="left"] $arrow':{right:0,marginRight:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"0 0"}}},tooltip:{backgroundColor:(0,d.U1)(e.palette.grey[700],.9),borderRadius:e.shape.borderRadius,color:e.palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(10),lineHeight:"".concat(w(1.4),"em"),maxWidth:300,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium},tooltipArrow:{position:"relative",margin:"0"},arrow:{overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:(0,d.U1)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}},touch:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:"".concat(w(16/14),"em"),fontWeight:e.typography.fontWeightRegular},tooltipPlacementLeft:(0,u.Z)({transformOrigin:"right center",margin:"0 24px "},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementRight:(0,u.Z)({transformOrigin:"left center",margin:"0 24px"},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementTop:(0,u.Z)({transformOrigin:"center bottom",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"}),tooltipPlacementBottom:(0,u.Z)({transformOrigin:"center top",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"})}}),{name:"MuiTooltip",flip:!1})(O);n(42560);function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function P(){return P=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},P.apply(this,arguments)}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){k(e,t,n[t])}))}return e}function C(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function T(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var j=function(e){var t,n=e.placement,r=void 0===n?"top-start":n,o=e.className,a=e.arrow,s=void 0===a||a,u=e.PopperProps,c=e.boundariesElement,f=void 0===c?"scrollParent":c,d=T(e,["placement","className","arrow","PopperProps","boundariesElement"]),p=C(R({},e.classes),{popper:(0,l.Z)("paraui-tooltip",o,null===(t=e.classes)||void 0===t?void 0:t.popper,{"paraui-tooltip-left-right":(null==r?void 0:r.includes("left"))||(null==r?void 0:r.includes("right")),"paraui-tooltip-top-bottom":(null==r?void 0:r.includes("top"))||(null==r?void 0:r.includes("bottom"))})});return i().createElement(S,P({},d,{enterTouchDelay:0,arrow:s,placement:r,classes:p,PopperProps:C(R({},u),{modifiers:{preventOverflow:{boundariesElement:f}}})}))}},58543:function(e){"use strict";e.exports=n},8156:function(t){"use strict";t.exports=e},47111:function(e){"use strict";e.exports=t},30907:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,{Z:function(){return r}})},83878:function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,{Z:function(){return r}})},45057:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(30907);function i(e){if(Array.isArray(e))return(0,r.Z)(e)}},97326:function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return r}})},15671:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,{Z:function(){return r}})},43144:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(67343);function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,(0,r.Z)(i.key),i)}}function o(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}},4942:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(67343);function i(e,t,n){return(t=(0,r.Z)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},87462:function(e,t,n){"use strict";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},r.apply(this,arguments)}n.d(t,{Z:function(){return r}})},94578:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(89611);function i(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(0,r.Z)(e,t)}},59199:function(e,t,n){"use strict";function r(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}n.d(t,{Z:function(){return r}})},31902:function(e,t,n){"use strict";function r(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,s=[],u=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(e){c=!0,i=e}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}n.d(t,{Z:function(){return r}})},25267:function(e,t,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(t,{Z:function(){return r}})},42786:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},45987:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(63366);function i(e,t){if(null==e)return{};var n,i,o=(0,r.Z)(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}},63366:function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}n.d(t,{Z:function(){return r}})},89611:function(e,t,n){"use strict";function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}n.d(t,{Z:function(){return r}})},93324:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(83878),i=n(31902),o=n(40181),a=n(25267);function s(e,t){return(0,r.Z)(e)||(0,i.Z)(e,t)||(0,o.Z)(e,t)||(0,a.Z)()}},89062:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(45057),i=n(59199),o=n(40181),a=n(42786);function s(e){return(0,r.Z)(e)||(0,i.Z)(e)||(0,o.Z)(e)||(0,a.Z)()}},35512:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(71002);function i(e,t){if("object"!==(0,r.Z)(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==(0,r.Z)(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}},67343:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(71002),i=n(35512);function o(e){var t=(0,i.Z)(e,"string");return"symbol"===(0,r.Z)(t)?t:String(t)}},71002:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},40181:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(30907);function i(e,t){if(e){if("string"==typeof e)return(0,r.Z)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.Z)(e,t):void 0}}}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={id:e,exports:{}};return r[e](n,n.exports,o),n.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nc=void 0;var a={};return function(){"use strict";o.r(a),o.d(a,{Breadcrumbs:function(){return h},default:function(){return m}});var e=o(8156),t=o.n(e),n=o(36413),r=o(92796),i=o(85893),s=o(97435),u=function(e){return(0,i.jsx)(s.l,Object.assign({dataName:"More",path:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("path",{d:"M298.666667 490.666667A64 64 0 1 1 234.666667 426.666667 64 64 0 0 1 298.666667 490.666667"}),(0,i.jsx)("path",{d:"M568.96 490.666667a64 64 0 1 1-64-64 64 64 0 0 1 64 64"}),(0,i.jsx)("path",{d:"M839.253333 490.666667a64 64 0 1 1-64-64 64 64 0 0 1 64 64"})]})},e))},c=o(58543);o(34817);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw i}}return o}}(e,t)||p(e,t)||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.")}()}function d(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||p(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}var h=function(i){var o=i.maxWidth,a=void 0===o?"":o,s=i.className,l=i.list,p=i.separator,h=void 0===p?"/":p,m=i.popoverClassName,v=i.isShrink,y=void 0===v||v,g=i.onClickItem,b=i.style,x=f((0,e.useState)("breadcrumbs-"+(0,c.UUID)()),1)[0],w=f((0,e.useState)([]),2),E=w[0],Z=w[1],O=f((0,e.useState)(0),2),S=O[0],k=O[1],P=f((0,e.useState)(!1),2),R=P[0],C=P[1],T=f((0,e.useState)({}),1)[0],j=(0,e.useRef)();(0,e.useEffect)((function(){setTimeout((function(){var e=document.querySelector("."+x);e&&k(e.offsetWidth)})),Z(d(l))}),[l]),(0,e.useEffect)((function(){return y?(setTimeout((function(){A()})),window.addEventListener("resize",A)):window.removeEventListener("resize",A),function(){window.removeEventListener("resize",A)}}),[E,S,y]);var A=function(){if(!(l.length<=2||0===S)){var e=document.querySelector("."+x);if(e&&S)if(e.parentNode&&e.parentNode.offsetWidth>=S){if(!T.scroll)return;T.scroll=!1,Z(d(l)),C(!1)}else{if(T.scroll)return;T.scroll=!0;var t=[];t.push(l[0]),t.push({more:"more-breadcrumbs"}),t.push(l[l.length-1]),Z(d(t))}}},M=function(e){return function(){e.disabled||("more-breadcrumbs"===e.more?C(!0):g&&g(e))}},N=function(){C(!1)},L=function(){var e="paraui-breadcrumbs "+x;return y&&(e+=" paraui-breadcrumbs-shrink"),s&&(e+=" "+s),e},I=function(e,t,n){var r=" breadcrumbs-item";return t===n.length-1&&(r+=" current-breadcrumbs"),e.disabled?r+=" breadcrumbs-item-disabled":r+=" breadcrumbs-item-click",r},D=(0,e.useMemo)((function(){return R&&t().createElement(n.default,{open:R,anchorEl:j.current,onClose:N,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},className:(r="paraui-breadcrumbs-popover",m&&(r+=" "+m),r)},t().createElement("div",{className:L()},l.map((function(n,r){var i=l.length-1!==r;return t().createElement(e.Fragment,{key:r},t().createElement("div",{onClick:M(n),className:I(n,r,l)},n.label),i&&t().createElement("div",{className:"breadcrumbs-separator"},h))}))));var r}),[R,j,h,l,m]),F=function(e){var t={};return a&&(t.maxWidth=a),e.maxWidth&&(t.maxWidth=e.maxWidth),t};return t().createElement("div",{className:L(),style:b,ref:j},E.map((function(n,i){var o=E.length-1!==i;return"more-breadcrumbs"===n.more?t().createElement(e.Fragment,{key:i},t().createElement("div",{onClick:M(n),className:"more-breadcrumbs"},t().createElement(u,null)),o&&t().createElement("div",{className:"breadcrumbs-separator"},h)):t().createElement(e.Fragment,{key:i},t().createElement("div",{style:F(n),onClick:M(n),className:I(n,i,E)},t().createElement(r.default,null,n.label)),o&&t().createElement("div",{className:"breadcrumbs-separator"},h))})),D)},m=h}(),a}()}));