@para-ui/core 2.1.3 → 2.1.4

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 (109) hide show
  1. package/AutoBox/index.d.ts +3 -1
  2. package/AutoBox/index.js +1 -1
  3. package/AutoTips/index.d.ts +2 -0
  4. package/AutoTips/index.js +1 -1
  5. package/Breadcrumbs/index.d.ts +11 -3
  6. package/Breadcrumbs/index.js +5 -5
  7. package/Button/index.js +8 -8
  8. package/ButtonGroup/index.d.ts +2 -0
  9. package/ButtonGroup/index.js +2 -2
  10. package/Checkbox/index.d.ts +3 -1
  11. package/Checkbox/index.js +1 -1
  12. package/CheckboxGroup/index.d.ts +5 -3
  13. package/CheckboxGroup/index.js +3 -3
  14. package/ComboSelect/index.js +2 -2
  15. package/DatePicker/PickerTag.d.ts +2 -2
  16. package/DatePicker/generatePicker/index.d.ts +1 -1
  17. package/DatePicker/index.js +35 -9
  18. package/Drawer/index.js +1 -1
  19. package/Drawer/interface.d.ts +5 -2
  20. package/Form/index.js +2 -2
  21. package/FormItem/index.js +2 -2
  22. package/FunctionModal/index.js +2 -2
  23. package/Help/index.d.ts +1 -0
  24. package/IconList/index.js +1 -1
  25. package/InputLang/index.d.ts +3 -1
  26. package/InputLang/index.js +2 -2
  27. package/InputNumber/index.js +8 -8
  28. package/Loading/index.d.ts +2 -2
  29. package/Menu/index.js +1 -1
  30. package/Menu/interface.d.ts +3 -1
  31. package/Message/index.d.ts +3 -1
  32. package/Message/index.js +1 -1
  33. package/Modal/index.d.ts +7 -1
  34. package/Modal/index.js +2 -2
  35. package/MultiBox/index.d.ts +3 -1
  36. package/MultiBox/index.js +2 -2
  37. package/PageHeader/index.js +2 -2
  38. package/PageHeader/interface.d.ts +3 -1
  39. package/Pagination/index.d.ts +3 -1
  40. package/Pagination/index.js +2 -2
  41. package/PopConfirm/index.d.ts +3 -1
  42. package/PopConfirm/index.js +2 -2
  43. package/README.md +20 -5
  44. package/Radio/index.d.ts +4 -2
  45. package/Radio/index.js +1 -1
  46. package/RadioGroup/index.d.ts +6 -4
  47. package/RadioGroup/index.js +3 -3
  48. package/Search/index.d.ts +2 -0
  49. package/Search/index.js +2 -2
  50. package/Select/index.d.ts +4 -2
  51. package/Select/index.js +2 -2
  52. package/SingleBox/index.d.ts +3 -1
  53. package/SingleBox/index.js +2 -2
  54. package/Slider/interface.d.ts +2 -0
  55. package/Switch/index.d.ts +4 -0
  56. package/Table/index.js +2 -2
  57. package/Table/interface.d.ts +5 -3
  58. package/Tabs/index.d.ts +2 -2
  59. package/Tag/index.js +7 -7
  60. package/TextField/index.d.ts +2 -0
  61. package/TextField/index.js +2 -2
  62. package/TimePicker/index.d.ts +1 -0
  63. package/TimePicker/index.js +35 -9
  64. package/Timeline/index.d.ts +3 -1
  65. package/Timeline/index.js +1 -1
  66. package/ToggleButton/index.js +9 -9
  67. package/Transfer/index.js +2 -2
  68. package/Tree/index.js +1 -1
  69. package/Upload/index.js +1 -1
  70. package/cdn/AutoBox/index.js +1 -1
  71. package/cdn/AutoTips/index.js +1 -1
  72. package/cdn/Breadcrumbs/index.js +28 -4
  73. package/cdn/Button/index.js +1 -1
  74. package/cdn/ButtonGroup/index.js +2 -2
  75. package/cdn/Checkbox/index.js +1 -1
  76. package/cdn/CheckboxGroup/index.js +1 -1
  77. package/cdn/ComboSelect/index.js +2 -2
  78. package/cdn/DatePicker/index.js +34 -8
  79. package/cdn/Drawer/index.js +1 -1
  80. package/cdn/Form/index.js +2 -2
  81. package/cdn/FormItem/index.js +2 -2
  82. package/cdn/FunctionModal/index.js +2 -2
  83. package/cdn/IconList/index.js +1 -1
  84. package/cdn/InputLang/index.js +4 -4
  85. package/cdn/InputNumber/index.js +2 -2
  86. package/cdn/Menu/index.js +1 -1
  87. package/cdn/Message/index.js +1 -1
  88. package/cdn/Modal/index.js +2 -2
  89. package/cdn/MultiBox/index.js +2 -2
  90. package/cdn/PageHeader/index.js +2 -2
  91. package/cdn/Pagination/index.js +2 -2
  92. package/cdn/PopConfirm/index.js +2 -2
  93. package/cdn/Radio/index.js +1 -1
  94. package/cdn/RadioGroup/index.js +1 -1
  95. package/cdn/Search/index.js +17 -17
  96. package/cdn/Select/index.js +2 -2
  97. package/cdn/SingleBox/index.js +2 -2
  98. package/cdn/Table/index.js +2 -2
  99. package/cdn/Tag/index.js +1 -1
  100. package/cdn/TextField/index.js +2 -2
  101. package/cdn/TimePicker/index.js +34 -8
  102. package/cdn/Timeline/index.js +1 -1
  103. package/cdn/ToggleButton/index.js +1 -1
  104. package/cdn/Transfer/index.js +2 -2
  105. package/cdn/Tree/index.js +1 -1
  106. package/cdn/Upload/index.js +1 -1
  107. package/index.js +2 -2
  108. package/package.json +1 -1
  109. package/style.css +9 -9
@@ -26,4 +26,4 @@ object-assign
26
26
  * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
27
27
  * @website https://github.com/cssinjs/jss
28
28
  * @license MIT
29
- */Me();function Ie(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.baseClasses,r=e.newClasses;e.Component;if(!r)return t;var i=n({},t);return Object.keys(r).forEach((function(e){r[e]&&(i[e]="".concat(t[e]," ").concat(r[e]))})),i}var ze={set:function(e,t,n,r){var i=e.get(t);i||(i=new Map,e.set(t,i)),i.set(n,r)},get:function(e,t,n){var r=e.get(t);return r?r.get(n):void 0},delete:function(e,t,n){e.get(t).delete(n)}},Le=ze;var _e=t().createContext(null);function Fe(){return t().useContext(_e)}var De="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",$e=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];var We=Date.now(),Be="fnValues"+We,Ue="fnStyle"+ ++We,qe=function(){return{onCreateRule:function(e,t,n){if("function"!=typeof t)return null;var r=R(e,{},n);return r[Ue]=t,r},onProcessStyle:function(e,t){if(Be in t||Ue in t)return e;var n={};for(var r in e){var i=e[r];"function"==typeof i&&(delete e[r],n[r]=i)}return t[Be]=n,e},onUpdate:function(e,t,n,r){var i=t,o=i[Ue];o&&(i.style=o(e)||{});var a=i[Be];if(a)for(var s in a)i.prop(s,a[s](e),r)}}},He="@global",Ve="@global ",Ge=function(){function e(e,t,r){for(var i in this.type="global",this.at=He,this.isProcessed=!1,this.key=e,this.options=r,this.rules=new ce(n({},r,{parent:this})),t)this.rules.add(i,t[i]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(e){return this.rules.toString(e)},e}(),Je=function(){function e(e,t,r){this.type="global",this.at=He,this.isProcessed=!1,this.key=e,this.options=r;var i=e.substr(Ve.length);this.rule=r.jss.createRule(i,t,n({},r,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),Ke=/\s*,\s*/g;function Xe(e,t){for(var n=e.split(Ke),r="",i=0;i<n.length;i++)r+=t+" "+n[i].trim(),n[i+1]&&(r+=", ");return r}var Ye=function(){return{onCreateRule:function(e,t,n){if(!e)return null;if(e===He)return new Ge(e,t,n);if("@"===e[0]&&e.substr(0,Ve.length)===Ve)return new Je(e,t,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var r=e.options,i=e.style,o=i?i[He]:null;if(o){for(var a in o)t.addRule(a,o[a],n({},r,{selector:Xe(a,e.selector)}));delete i[He]}}(e,t),function(e,t){var r=e.options,i=e.style;for(var o in i)if("@"===o[0]&&o.substr(0,He.length)===He){var a=Xe(o.substr(He.length),e.selector);t.addRule(a,i[o],n({},r,{selector:a})),delete i[o]}}(e,t))}}},Ze=/\s*,\s*/g,Qe=/&/g,et=/\$([\w-]+)/g;var tt=function(){function e(e,t){return function(n,r){var i=e.getRule(r)||t&&t.getRule(r);return i?i.selector:r}}function t(e,t){for(var n=t.split(Ze),r=e.split(Ze),i="",o=0;o<n.length;o++)for(var a=n[o],s=0;s<r.length;s++){var u=r[s];i&&(i+=", "),i+=-1!==u.indexOf("&")?u.replace(Qe,a):a+" "+u}return i}function r(e,t,r){if(r)return n({},r,{index:r.index+1});var i=e.options.nestingLevel;i=void 0===i?1:i+1;var o=n({},e.options,{nestingLevel:i,index:t.indexOf(e)+1});return delete o.name,o}return{onProcessStyle:function(i,o,a){if("style"!==o.type)return i;var s,u,c=o,l=c.options.parent;for(var f in i){var d=-1!==f.indexOf("&"),p="@"===f[0];if(d||p){if(s=r(c,l,s),d){var h=t(f,c.selector);u||(u=e(l,a)),h=h.replace(et,u);var v=c.key+"-"+f;"replaceRule"in l?l.replaceRule(v,i[f],n({},s,{selector:h})):l.addRule(v,i[f],n({},s,{selector:h}))}else p&&l.addRule(f,{},s).addRule(c.key,i[f],{selector:c.selector});delete i[f]}}return i}}},nt=/[A-Z]/g,rt=/^ms-/,it={};function ot(e){return"-"+e.toLowerCase()}var at=function(e){if(it.hasOwnProperty(e))return it[e];var t=e.replace(nt,ot);return it[e]=rt.test(t)?"-"+t:t};function st(e){var t={};for(var n in e){t[0===n.indexOf("--")?n:at(n)]=e[n]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(st):t.fallbacks=st(e.fallbacks)),t}var ut=function(){return{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=st(e[t]);return e}return st(e)},onChangeValue:function(e,t,n){if(0===t.indexOf("--"))return e;var r=at(t);return t===r?e:(n.prop(r,e),null)}}},ct=Te&&CSS?CSS.px:"px",lt=Te&&CSS?CSS.ms:"ms",ft=Te&&CSS?CSS.percent:"%";function dt(e){var t=/(-[a-z])/g,n=function(e){return e[1].toUpperCase()},r={};for(var i in e)r[i]=e[i],r[i.replace(t,n)]=e[i];return r}var pt=dt({"animation-delay":lt,"animation-duration":lt,"background-position":ct,"background-position-x":ct,"background-position-y":ct,"background-size":ct,border:ct,"border-bottom":ct,"border-bottom-left-radius":ct,"border-bottom-right-radius":ct,"border-bottom-width":ct,"border-left":ct,"border-left-width":ct,"border-radius":ct,"border-right":ct,"border-right-width":ct,"border-top":ct,"border-top-left-radius":ct,"border-top-right-radius":ct,"border-top-width":ct,"border-width":ct,"border-block":ct,"border-block-end":ct,"border-block-end-width":ct,"border-block-start":ct,"border-block-start-width":ct,"border-block-width":ct,"border-inline":ct,"border-inline-end":ct,"border-inline-end-width":ct,"border-inline-start":ct,"border-inline-start-width":ct,"border-inline-width":ct,"border-start-start-radius":ct,"border-start-end-radius":ct,"border-end-start-radius":ct,"border-end-end-radius":ct,margin:ct,"margin-bottom":ct,"margin-left":ct,"margin-right":ct,"margin-top":ct,"margin-block":ct,"margin-block-end":ct,"margin-block-start":ct,"margin-inline":ct,"margin-inline-end":ct,"margin-inline-start":ct,padding:ct,"padding-bottom":ct,"padding-left":ct,"padding-right":ct,"padding-top":ct,"padding-block":ct,"padding-block-end":ct,"padding-block-start":ct,"padding-inline":ct,"padding-inline-end":ct,"padding-inline-start":ct,"mask-position-x":ct,"mask-position-y":ct,"mask-size":ct,height:ct,width:ct,"min-height":ct,"max-height":ct,"min-width":ct,"max-width":ct,bottom:ct,left:ct,top:ct,right:ct,inset:ct,"inset-block":ct,"inset-block-end":ct,"inset-block-start":ct,"inset-inline":ct,"inset-inline-end":ct,"inset-inline-start":ct,"box-shadow":ct,"text-shadow":ct,"column-gap":ct,"column-rule":ct,"column-rule-width":ct,"column-width":ct,"font-size":ct,"font-size-delta":ct,"letter-spacing":ct,"text-decoration-thickness":ct,"text-indent":ct,"text-stroke":ct,"text-stroke-width":ct,"word-spacing":ct,motion:ct,"motion-offset":ct,outline:ct,"outline-offset":ct,"outline-width":ct,perspective:ct,"perspective-origin-x":ft,"perspective-origin-y":ft,"transform-origin":ft,"transform-origin-x":ft,"transform-origin-y":ft,"transform-origin-z":ft,"transition-delay":lt,"transition-duration":lt,"vertical-align":ct,"flex-basis":ct,"shape-margin":ct,size:ct,gap:ct,grid:ct,"grid-gap":ct,"row-gap":ct,"grid-row-gap":ct,"grid-column-gap":ct,"grid-template-rows":ct,"grid-template-columns":ct,"grid-auto-rows":ct,"grid-auto-columns":ct,"box-shadow-x":ct,"box-shadow-y":ct,"box-shadow-blur":ct,"box-shadow-spread":ct,"font-line-height":ct,"text-shadow-x":ct,"text-shadow-y":ct,"text-shadow-blur":ct});function ht(e,t,n){if(null==t)return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]=ht(e,t[r],n);else if("object"==typeof t)if("fallbacks"===e)for(var i in t)t[i]=ht(i,t[i],n);else for(var o in t)t[o]=ht(e+"-"+o,t[o],n);else if("number"==typeof t&&!1===isNaN(t)){var a=n[e]||pt[e];return!a||0===t&&a===ct?t.toString():"function"==typeof a?a(t).toString():""+t+a}return t}var vt=function(e){void 0===e&&(e={});var t=dt(e);return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r in e)e[r]=ht(r,e[r],t);return e},onChangeValue:function(e,n){return ht(n,e,t)}}};function yt(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 mt(e,t){if(e){if("string"==typeof e)return yt(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)?yt(e,t):void 0}}function gt(e){return function(e){if(Array.isArray(e))return yt(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||mt(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.")}()}var bt="",xt="",St="",wt="",kt=m&&"ontouchstart"in document.documentElement;if(m){var Et={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},Rt=document.createElement("p").style;for(var Ot in Et)if(Ot+"Transform"in Rt){bt=Ot,xt=Et[Ot];break}"Webkit"===bt&&"msHyphens"in Rt&&(bt="ms",xt=Et.ms,wt="edge"),"Webkit"===bt&&"-apple-trailing-word"in Rt&&(St="apple")}var Ct=bt,Pt=xt,jt=St,At=wt,Mt=kt;var Tt={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===Ct?"-webkit-"+e:Pt+e)}},Nt={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===Ct?Pt+"print-"+e:e)}},It=/[-\s]+(.)?/g;function zt(e,t){return t?t.toUpperCase():""}function Lt(e){return e.replace(It,zt)}function _t(e){return Lt("-"+e)}var Ft,Dt={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===Ct){var n="mask-image";if(Lt(n)in t)return e;if(Ct+_t(n)in t)return Pt+e}return e}},$t={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==jt||Mt?e:Pt+e)}},Wt={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:Pt+e)}},Bt={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:Pt+e)}},Ut={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===Ct||"ms"===Ct&&"edge"!==At?Pt+e:e)}},qt={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===Ct||"ms"===Ct||"apple"===jt?Pt+e:e)}},Ht={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===Ct?"WebkitColumn"+_t(e)in t&&Pt+"column-"+e:"Moz"===Ct&&("page"+_t(e)in t&&"page-"+e))}},Vt={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===Ct)return e;var n=e.replace("-inline","");return Ct+_t(n)in t&&Pt+n}},Gt={supportedProperty:function(e,t){return Lt(e)in t&&e}},Jt={supportedProperty:function(e,t){var n=_t(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:Ct+n in t?Pt+e:"Webkit"!==Ct&&"Webkit"+n in t&&"-webkit-"+e}},Kt={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===Ct?""+Pt+e:e)}},Xt={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===Ct?Pt+"scroll-chaining":e)}},Yt={"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"},Zt={supportedProperty:function(e,t){var n=Yt[e];return!!n&&(Ct+_t(n)in t&&Pt+n)}},Qt={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"},en=Object.keys(Qt),tn=function(e){return Pt+e},nn={supportedProperty:function(e,t,n){var r=n.multiple;if(en.indexOf(e)>-1){var i=Qt[e];if(!Array.isArray(i))return Ct+_t(i)in t&&Pt+i;if(!r)return!1;for(var o=0;o<i.length;o++)if(!(Ct+_t(i[0])in t))return!1;return i.map(tn)}return!1}},rn=[Tt,Nt,Dt,$t,Wt,Bt,Ut,qt,Ht,Vt,Gt,Jt,Kt,Xt,Zt,nn],on=rn.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),an=rn.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,gt(t.noPrefill)),e}),[]),sn={};if(m){Ft=document.createElement("p");var un=window.getComputedStyle(document.documentElement,"");for(var cn in un)isNaN(cn)||(sn[un[cn]]=un[cn]);an.forEach((function(e){return delete sn[e]}))}function ln(e,t){if(void 0===t&&(t={}),!Ft)return e;if(null!=sn[e])return sn[e];"transition"!==e&&"transform"!==e||(t[e]=e in Ft.style);for(var n=0;n<on.length&&(sn[e]=on[n](e,Ft.style,t),!sn[e]);n++);try{Ft.style[e]=""}catch(e){return!1}return sn[e]}var fn,dn={},pn={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},hn=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function vn(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?ln(t):", "+ln(n);return r||(t||n)}function yn(e,t){var n=t;if(!fn||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=dn[r])return dn[r];try{fn.style[e]=n}catch(e){return dn[r]=!1,!1}if(pn[e])n=n.replace(hn,vn);else if(""===fn.style[e]&&("-ms-flex"===(n=Pt+n)&&(fn.style[e]="-ms-flexbox"),fn.style[e]=n,""===fn.style[e]))return dn[r]=!1,!1;return fn.style[e]="",dn[r]=n,dn[r]}m&&(fn=document.createElement("p"));var mn=function(){function e(t){for(var n in t){var r=t[n];if("fallbacks"===n&&Array.isArray(r))t[n]=r.map(e);else{var i=!1,o=ln(n);o&&o!==n&&(i=!0);var a=!1,s=yn(o,C(r));s&&s!==r&&(a=!0),(i||a)&&(i&&delete t[n],t[o||n]=s||r)}}return t}return{onProcessRule:function(e){if("keyframes"===e.type){var t=e;t.at=function(e){return"-"===e[1]||"ms"===Ct?e:"@"+Pt+"keyframes"+e.substr(10)}(t.at)}},onProcessStyle:function(t,n){return"style"!==n.type?t:e(t)},onChangeValue:function(e,t){return yn(t,C(e))||e}}};var gn=function(){var e=function(e,t){return e.length===t.length?e>t?1:-1:e.length-t.length};return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r={},i=Object.keys(t).sort(e),o=0;o<i.length;o++)r[i[o]]=t[i[o]];return r}}};var bn=Me({plugins:[qe(),Ye(),tt(),ut(),vt(),"undefined"==typeof window?null:mn(),gn()]}),xn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,n=void 0!==t&&t,r=e.productionPrefix,i=void 0===r?"jss":r,o=e.seed,a=void 0===o?"":o,s=""===a?"":"".concat(a,"-"),u=0,c=function(){return u+=1};return function(e,t){var r=t.options.name;if(r&&0===r.indexOf("Mui")&&!t.options.link&&!n){if(-1!==$e.indexOf(e.key))return"Mui-".concat(e.key);var o="".concat(s).concat(r,"-").concat(e.key);return t.options.theme[De]&&""===a?"".concat(o,"-").concat(c()):o}return"".concat(s).concat(i).concat(c())}}(),Sn={disableGeneration:!1,generateClassName:xn,jss:bn,sheetsCache:null,sheetsManager:new Map,sheetsRegistry:null},wn=t().createContext(Sn);var kn=-1e9;function En(){return kn+=1}function Rn(e){return Rn="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},Rn(e)}function On(e){return e&&"object"===Rn(e)&&e.constructor===Object}function Cn(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},i=r.clone?n({},e):e;return On(e)&&On(t)&&Object.keys(t).forEach((function(n){"__proto__"!==n&&(On(t[n])&&n in e?i[n]=Cn(e[n],t[n],r):i[n]=t[n])})),i}function Pn(e){var t="function"==typeof e;return{create:function(r,i){var o;try{o=t?e(r):e}catch(e){throw e}if(!i||!r.overrides||!r.overrides[i])return o;var a=r.overrides[i],s=n({},o);return Object.keys(a).forEach((function(e){s[e]=Cn(s[e],a[e])})),s},options:{}}}var jn={};function An(e,t,n){var r=e.state;if(e.stylesOptions.disableGeneration)return t||{};r.cacheClasses||(r.cacheClasses={value:null,lastProp:null,lastJSS:{}});var i=!1;return r.classes!==r.cacheClasses.lastJSS&&(r.cacheClasses.lastJSS=r.classes,i=!0),t!==r.cacheClasses.lastProp&&(r.cacheClasses.lastProp=t,i=!0),i&&(r.cacheClasses.value=Ie({baseClasses:r.cacheClasses.lastJSS,newClasses:t,Component:n})),r.cacheClasses.value}function Mn(e,t){var r=e.state,i=e.theme,o=e.stylesOptions,a=e.stylesCreator,s=e.name;if(!o.disableGeneration){var u=Le.get(o.sheetsManager,a,i);u||(u={refs:0,staticSheet:null,dynamicStyles:null},Le.set(o.sheetsManager,a,i,u));var c=n({},a.options,o,{theme:i,flip:"boolean"==typeof o.flip?o.flip:"rtl"===i.direction});c.generateId=c.serverGenerateClassName||c.generateClassName;var l=o.sheetsRegistry;if(0===u.refs){var f;o.sheetsCache&&(f=Le.get(o.sheetsCache,a,i));var d=a.create(i,s);f||((f=o.jss.createStyleSheet(d,n({link:!1},c))).attach(),o.sheetsCache&&Le.set(o.sheetsCache,a,i,f)),l&&l.add(f),u.staticSheet=f,u.dynamicStyles=Ne(d)}if(u.dynamicStyles){var p=o.jss.createStyleSheet(u.dynamicStyles,n({link:!0},c));p.update(t),p.attach(),r.dynamicSheet=p,r.classes=Ie({baseClasses:u.staticSheet.classes,newClasses:p.classes}),l&&l.add(p)}else r.classes=u.staticSheet.classes;u.refs+=1}}function Tn(e,t){var n=e.state;n.dynamicSheet&&n.dynamicSheet.update(t)}function Nn(e){var t=e.state,n=e.theme,r=e.stylesOptions,i=e.stylesCreator;if(!r.disableGeneration){var o=Le.get(r.sheetsManager,i,n);o.refs-=1;var a=r.sheetsRegistry;0===o.refs&&(Le.delete(r.sheetsManager,i,n),r.jss.removeStyleSheet(o.staticSheet),a&&a.remove(o.staticSheet)),t.dynamicSheet&&(r.jss.removeStyleSheet(t.dynamicSheet),a&&a.remove(t.dynamicSheet))}}function In(e,n){var r,i=t().useRef([]),o=t().useMemo((function(){return{}}),n);i.current!==o&&(i.current=o,r=e()),t().useEffect((function(){return function(){r&&r()}}),[o])}function zn(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r.name,a=r.classNamePrefix,s=r.Component,u=r.defaultTheme,c=void 0===u?jn:u,l=i(r,["name","classNamePrefix","Component","defaultTheme"]),f=Pn(e),d=o||a||"makeStyles";f.options={index:En(),name:o,meta:d,classNamePrefix:d};var p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=Fe()||c,i=n({},t().useContext(wn),l),a=t().useRef(),u=t().useRef();In((function(){var t={name:o,state:{},stylesCreator:f,stylesOptions:i,theme:r};return Mn(t,e),u.current=!1,a.current=t,function(){Nn(t)}}),[r,f]),t().useEffect((function(){u.current&&Tn(a.current,e),u.current=!0}));var d=An(a.current,e.classes,s);return d};return p}function Ln(e){var t=e.theme,n=e.name,r=e.props;if(!t||!t.props||!t.props[n])return r;var i,o=t.props[n];for(i in o)void 0===r[i]&&(r[i]=o[i]);return r}var _n=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(o){var a=r.defaultTheme,s=r.withTheme,u=void 0!==s&&s,c=r.name,l=i(r,["defaultTheme","withTheme","name"]);var f=c,d=zn(e,n({defaultTheme:a,Component:o,name:c||o.displayName,classNamePrefix:f},l)),p=t().forwardRef((function(e,r){e.classes;var s,l=e.innerRef,f=i(e,["classes","innerRef"]),p=d(n({},o.defaultProps,e)),h=f;return("string"==typeof c||u)&&(s=Fe()||a,c&&(h=Ln({theme:s,name:c,props:f})),u&&!h.theme&&(h.theme=s)),t().createElement(o,n({ref:l||r,classes:p},h))}));return v()(p,o),p}},Fn=["xs","sm","md","lg","xl"];function Dn(e){var t=e.values,r=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,o=e.unit,a=void 0===o?"px":o,s=e.step,u=void 0===s?5:s,c=i(e,["values","unit","step"]);function l(e){var t="number"==typeof r[e]?r[e]:e;return"@media (min-width:".concat(t).concat(a,")")}function f(e,t){var n=Fn.indexOf(t);return n===Fn.length-1?l(e):"@media (min-width:".concat("number"==typeof r[e]?r[e]:e).concat(a,") and ")+"(max-width:".concat((-1!==n&&"number"==typeof r[Fn[n+1]]?r[Fn[n+1]]:t)-u/100).concat(a,")")}return n({keys:Fn,values:r,up:l,down:function(e){var t=Fn.indexOf(e)+1,n=r[Fn[t]];return t===Fn.length?l("xs"):"@media (max-width:".concat(("number"==typeof n&&t>0?n:e)-u/100).concat(a,")")},between:f,only:function(e){return f(e,e)},width:function(e){return r[e]}},c)}function $n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Wn(e,t,r){var i;return n({gutters:function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return n({paddingLeft:t(2),paddingRight:t(2)},r,$n({},e.up("sm"),n({paddingLeft:t(3),paddingRight:t(3)},r[e.up("sm")])))},toolbar:(i={minHeight:56},$n(i,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),$n(i,e.up("sm"),{minHeight:64}),i)},r)}function Bn(e){for(var t="https://material-ui.com/production-error/?code="+e,n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}var Un={black:"#000",white:"#fff"},qn={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#d5d5d5",A200:"#aaaaaa",A400:"#303030",A700:"#616161"},Hn={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"},Vn={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"},Gn={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},Jn={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},Kn={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},Xn={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};function Yn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),n)}function Zn(e){if(e.type)return e;if("#"===e.charAt(0))return Zn(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),n=e.match(t);return n&&1===n[0].length&&(n=n.map((function(e){return e+e}))),n?"rgb".concat(4===n.length?"a":"","(").concat(n.map((function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3})).join(", "),")"):""}(e));var t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(n))throw new Error(Bn(3,e));var r=e.substring(t+1,e.length-1).split(",");return{type:n,values:r=r.map((function(e){return parseFloat(e)}))}}function Qn(e){var t=e.type,n=e.values;return-1!==t.indexOf("rgb")?n=n.map((function(e,t){return t<3?parseInt(e,10):e})):-1!==t.indexOf("hsl")&&(n[1]="".concat(n[1],"%"),n[2]="".concat(n[2],"%")),"".concat(t,"(").concat(n.join(", "),")")}function er(e){var t="hsl"===(e=Zn(e)).type?Zn(function(e){var t=(e=Zn(e)).values,n=t[0],r=t[1]/100,i=t[2]/100,o=r*Math.min(i,1-i),a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+n/30)%12;return i-o*Math.max(Math.min(t-3,9-t,1),-1)},s="rgb",u=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===e.type&&(s+="a",u.push(t[3])),Qn({type:s,values:u})}(e)).values:e.values;return t=t.map((function(e){return(e/=255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4)})),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function tr(e,t){if(e=Zn(e),t=Yn(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]*=1-t;return Qn(e)}function nr(e,t){if(e=Zn(e),t=Yn(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;return Qn(e)}var rr={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",hint:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:Un.white,default:qn[50]},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},ir={text:{primary:Un.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",hint:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:qn[800],default:"#303030"},action:{active:Un.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function or(e,t,n,r){var i=r.light||r,o=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=nr(e.main,i):"dark"===t&&(e.dark=tr(e.main,o)))}function ar(e){var t=e.primary,r=void 0===t?{light:Hn[300],main:Hn[500],dark:Hn[700]}:t,o=e.secondary,a=void 0===o?{light:Vn.A200,main:Vn.A400,dark:Vn.A700}:o,s=e.error,u=void 0===s?{light:Gn[300],main:Gn[500],dark:Gn[700]}:s,c=e.warning,l=void 0===c?{light:Jn[300],main:Jn[500],dark:Jn[700]}:c,f=e.info,d=void 0===f?{light:Kn[300],main:Kn[500],dark:Kn[700]}:f,p=e.success,h=void 0===p?{light:Xn[300],main:Xn[500],dark:Xn[700]}:p,v=e.type,y=void 0===v?"light":v,m=e.contrastThreshold,g=void 0===m?3:m,b=e.tonalOffset,x=void 0===b?.2:b,S=i(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function w(e){var t=function(e,t){var n=er(e),r=er(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}(e,ir.text.primary)>=g?ir.text.primary:rr.text.primary;return t}var k=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=n({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error(Bn(4,t));if("string"!=typeof e.main)throw new Error(Bn(5,JSON.stringify(e.main)));return or(e,"light",r,x),or(e,"dark",i,x),e.contrastText||(e.contrastText=w(e.main)),e},E={dark:ir,light:rr};return Cn(n({common:Un,type:y,primary:k(r),secondary:k(a,"A400","A200","A700"),error:k(u),warning:k(l),info:k(d),success:k(h),grey:qn,contrastThreshold:g,getContrastText:w,augmentColor:k,tonalOffset:x},E[y]),S)}function sr(e){return Math.round(1e5*e)/1e5}var ur={textTransform:"uppercase"},cr='"Roboto", "Helvetica", "Arial", sans-serif';function lr(e,t){var r="function"==typeof t?t(e):t,o=r.fontFamily,a=void 0===o?cr:o,s=r.fontSize,u=void 0===s?14:s,c=r.fontWeightLight,l=void 0===c?300:c,f=r.fontWeightRegular,d=void 0===f?400:f,p=r.fontWeightMedium,h=void 0===p?500:p,v=r.fontWeightBold,y=void 0===v?700:v,m=r.htmlFontSize,g=void 0===m?16:m,b=r.allVariants,x=r.pxToRem,S=i(r,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var w=u/14,k=x||function(e){return"".concat(e/g*w,"rem")},E=function(e,t,r,i,o){return n({fontFamily:a,fontWeight:e,fontSize:k(t),lineHeight:r},a===cr?{letterSpacing:"".concat(sr(i/t),"em")}:{},o,b)},R={h1:E(l,96,1.167,-1.5),h2:E(l,60,1.2,-.5),h3:E(d,48,1.167,0),h4:E(d,34,1.235,.25),h5:E(d,24,1.334,0),h6:E(h,20,1.6,.15),subtitle1:E(d,16,1.75,.15),subtitle2:E(h,14,1.57,.1),body1:E(d,16,1.5,.15),body2:E(d,14,1.43,.15),button:E(h,14,1.75,.4,ur),caption:E(d,12,1.66,.4),overline:E(d,12,2.66,1,ur)};return Cn(n({htmlFontSize:g,pxToRem:k,round:sr,fontFamily:a,fontSize:u,fontWeightLight:l,fontWeightRegular:d,fontWeightMedium:h,fontWeightBold:y},R),S,{clone:!1})}function fr(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(.2,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(.14,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(.12,")")].join(",")}var dr=["none",fr(0,2,1,-1,0,1,1,0,0,1,3,0),fr(0,3,1,-2,0,2,2,0,0,1,5,0),fr(0,3,3,-2,0,3,4,0,0,1,8,0),fr(0,2,4,-1,0,4,5,0,0,1,10,0),fr(0,3,5,-1,0,5,8,0,0,1,14,0),fr(0,3,5,-1,0,6,10,0,0,1,18,0),fr(0,4,5,-2,0,7,10,1,0,2,16,1),fr(0,5,5,-3,0,8,10,1,0,3,14,2),fr(0,5,6,-3,0,9,12,1,0,3,16,2),fr(0,6,6,-3,0,10,14,1,0,4,18,3),fr(0,6,7,-4,0,11,15,1,0,4,20,3),fr(0,7,8,-4,0,12,17,2,0,5,22,4),fr(0,7,8,-4,0,13,19,2,0,5,24,4),fr(0,7,9,-4,0,14,21,2,0,5,26,4),fr(0,8,9,-5,0,15,22,2,0,6,28,5),fr(0,8,10,-5,0,16,24,2,0,6,30,5),fr(0,8,11,-5,0,17,26,2,0,6,32,5),fr(0,9,11,-5,0,18,28,2,0,7,34,6),fr(0,9,12,-6,0,19,29,2,0,7,36,6),fr(0,10,13,-6,0,20,31,3,0,8,38,7),fr(0,10,13,-6,0,21,33,3,0,8,40,7),fr(0,10,14,-6,0,22,35,3,0,8,42,7),fr(0,11,14,-7,0,23,36,3,0,9,44,8),fr(0,11,15,-7,0,24,38,3,0,9,46,8)],pr={borderRadius:4};function hr(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)||mt(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.")}()}var vr={xs:0,sm:600,md:960,lg:1280,xl:1920},yr={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(vr[e],"px)")}};var mr=function(e,t){return t?Cn(e,t,{clone:!1}):e};var gr={m:"margin",p:"padding"},br={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},xr={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Sr=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){if(e.length>2){if(!xr[e])return[e];e=xr[e]}var t=hr(e.split(""),2),n=t[0],r=t[1],i=gr[n],o=br[r]||"";return Array.isArray(o)?o.map((function(e){return i+e})):[i+o]})),wr=["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY"];function kr(e){var t=e.spacing||8;return"number"==typeof t?function(e){return t*e}:Array.isArray(t)?function(e){return t[e]}:"function"==typeof t?t:function(){}}function Er(e,t){return function(n){return e.reduce((function(e,r){return e[r]=function(e,t){if("string"==typeof t||null==t)return t;var n=e(Math.abs(t));return t>=0?n:"number"==typeof n?-n:"-".concat(n)}(t,n),e}),{})}}function Rr(e){var t=kr(e.theme);return Object.keys(e).map((function(n){if(-1===wr.indexOf(n))return null;var r=Er(Sr(n),t),i=e[n];return function(e,t,n){if(Array.isArray(t)){var r=e.theme.breakpoints||yr;return t.reduce((function(e,i,o){return e[r.up(r.keys[o])]=n(t[o]),e}),{})}if("object"===Rn(t)){var i=e.theme.breakpoints||yr;return Object.keys(t).reduce((function(e,r){return e[i.up(r)]=n(t[r]),e}),{})}return n(t)}(e,i,r)})).reduce(mr,{})}Rr.propTypes={},Rr.filterProps=wr;function Or(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=kr({spacing:e}),n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return 0===n.length?t(1):1===n.length?t(n[0]):n.map((function(e){if("string"==typeof e)return e;var n=t(e);return"number"==typeof n?"".concat(n,"px"):n})).join(" ")};return Object.defineProperty(n,"unit",{get:function(){return e}}),n.mui=!0,n}var Cr={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Pr={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function jr(e){return"".concat(Math.round(e),"ms")}var Ar={easing:Cr,duration:Pr,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.duration,r=void 0===n?Pr.standard:n,o=t.easing,a=void 0===o?Cr.easeInOut:o,s=t.delay,u=void 0===s?0:s;i(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map((function(e){return"".concat(e," ").concat("string"==typeof r?r:jr(r)," ").concat(a," ").concat("string"==typeof u?u:jr(u))})).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}},Mr={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};var Tr=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,n=void 0===t?{}:t,r=e.mixins,o=void 0===r?{}:r,a=e.palette,s=void 0===a?{}:a,u=e.spacing,c=e.typography,l=void 0===c?{}:c,f=i(e,["breakpoints","mixins","palette","spacing","typography"]),d=ar(s),p=Dn(n),h=Or(u),v=Cn({breakpoints:p,direction:"ltr",mixins:Wn(p,h,o),overrides:{},palette:d,props:{},shadows:dr,typography:lr(d,l),spacing:h,shape:pr,transitions:Ar,zIndex:Mr},f),y=arguments.length,m=new Array(y>1?y-1:0),g=1;g<y;g++)m[g-1]=arguments[g];return v=m.reduce((function(e,t){return Cn(e,t)}),v)},Nr=Tr();var Ir=function(e,t){return _n(e,n({defaultTheme:Nr},t))};function zr(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function Lr(t,n){return e.useMemo((function(){return null==t&&null==n?null:function(e){zr(t,e),zr(n,e)}}),[t,n])}var _r="undefined"!=typeof window?e.useLayoutEffect:e.useEffect;var Fr=e.forwardRef((function(t,n){var r=t.children,i=t.container,o=t.disablePortal,a=void 0!==o&&o,u=t.onRendered,c=e.useState(null),l=c[0],f=c[1],d=Lr(e.isValidElement(r)?r.ref:null,n);return _r((function(){a||f(function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(i)||document.body)}),[i,a]),_r((function(){if(l&&!a)return zr(n,l),function(){zr(n,null)}}),[n,l,a]),_r((function(){u&&(l||a)&&u()}),[u,l,a]),a?e.isValidElement(r)?e.cloneElement(r,{ref:d}):r:l?s.createPortal(r,l):l})),Dr="undefined"!=typeof window?e.useLayoutEffect:e.useEffect;function $r(t){var n=e.useRef(t);return Dr((function(){n.current=t})),e.useCallback((function(){return n.current.apply(void 0,arguments)}),[])}function Wr(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Br(e){return parseInt(window.getComputedStyle(e)["padding-right"],10)||0}function Ur(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(gt(r)),a=["TEMPLATE","SCRIPT","STYLE"];[].forEach.call(e.children,(function(e){1===e.nodeType&&-1===o.indexOf(e)&&-1===a.indexOf(e.tagName)&&Wr(e,i)}))}function qr(e,t){var n=-1;return e.some((function(e,r){return!!t(e)&&(n=r,!0)})),n}function Hr(e,t){var n,r=[],i=[],o=e.container;if(!t.disableScrollLock){if(function(e){var t=f(e);return t.body===e?d(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(Br(o)+a,"px"),n=f(o).querySelectorAll(".mui-fixed"),[].forEach.call(n,(function(e){i.push(e.style.paddingRight),e.style.paddingRight="".concat(Br(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 Vr=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.modals=[],this.containers=[]}return b(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&&Wr(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);Ur(t,e.mountNode,e.modalRef,r,!0);var i=qr(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=qr(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];r.restore||(r.restore=Hr(r,t))}},{key:"remove",value:function(e){var t=this.modals.indexOf(e);if(-1===t)return t;var n=qr(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&&Wr(e.modalRef,!0),Ur(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&&Wr(i.modalRef,!1)}return t}},{key:"isTopModal",value:function(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}]),e}();var Gr=function(t){var n=t.children,r=t.disableAutoFocus,i=void 0!==r&&r,o=t.disableEnforceFocus,a=void 0!==o&&o,u=t.disableRestoreFocus,c=void 0!==u&&u,l=t.getDoc,d=t.isEnabled,p=t.open,h=e.useRef(),v=e.useRef(null),y=e.useRef(null),m=e.useRef(),g=e.useRef(null),b=e.useCallback((function(e){g.current=s.findDOMNode(e)}),[]),x=Lr(n.ref,b),S=e.useRef();return e.useEffect((function(){S.current=p}),[p]),!S.current&&p&&"undefined"!=typeof window&&(m.current=l().activeElement),e.useEffect((function(){if(p){var e=f(g.current);i||!g.current||g.current.contains(e.activeElement)||(g.current.hasAttribute("tabIndex")||g.current.setAttribute("tabIndex",-1),g.current.focus());var t=function(){null!==g.current&&(e.hasFocus()&&!a&&d()&&!h.current?g.current&&!g.current.contains(e.activeElement)&&g.current.focus():h.current=!1)},n=function(t){!a&&d()&&9===t.keyCode&&e.activeElement===g.current&&(h.current=!0,t.shiftKey?y.current.focus():v.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||(m.current&&m.current.focus&&m.current.focus(),m.current=null)}}}),[i,a,c,d,p]),e.createElement(e.Fragment,null,e.createElement("div",{tabIndex:0,ref:v,"data-test":"sentinelStart"}),e.cloneElement(n,{ref:x}),e.createElement("div",{tabIndex:0,ref:y,"data-test":"sentinelEnd"}))},Jr={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"}},Kr=e.forwardRef((function(t,r){var o=t.invisible,a=void 0!==o&&o,s=t.open,u=i(t,["invisible","open"]);return s?e.createElement("div",n({"aria-hidden":!0,ref:r},u,{style:n({},Jr.root,a?Jr.invisible:{},u.style)})):null}));var Xr=new Vr,Yr=e.forwardRef((function(t,r){var o=Fe(),a=Ln({name:"MuiModal",props:n({},t),theme:o}),u=a.BackdropComponent,c=void 0===u?Kr:u,l=a.BackdropProps,d=a.children,h=a.closeAfterTransition,v=void 0!==h&&h,y=a.container,m=a.disableAutoFocus,g=void 0!==m&&m,b=a.disableBackdropClick,x=void 0!==b&&b,S=a.disableEnforceFocus,w=void 0!==S&&S,k=a.disableEscapeKeyDown,E=void 0!==k&&k,R=a.disablePortal,O=void 0!==R&&R,C=a.disableRestoreFocus,P=void 0!==C&&C,j=a.disableScrollLock,A=void 0!==j&&j,M=a.hideBackdrop,T=void 0!==M&&M,N=a.keepMounted,I=void 0!==N&&N,z=a.manager,L=void 0===z?Xr:z,_=a.onBackdropClick,F=a.onClose,D=a.onEscapeKeyDown,$=a.onRendered,W=a.open,B=i(a,["BackdropComponent","BackdropProps","children","closeAfterTransition","container","disableAutoFocus","disableBackdropClick","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onEscapeKeyDown","onRendered","open"]),U=e.useState(!0),q=U[0],H=U[1],V=e.useRef({}),G=e.useRef(null),J=e.useRef(null),K=Lr(J,r),X=function(e){return!!e.children&&e.children.props.hasOwnProperty("in")}(a),Y=function(){return f(G.current)},Z=function(){return V.current.modalRef=J.current,V.current.mountNode=G.current,V.current},Q=function(){L.mount(Z(),{disableScrollLock:A}),J.current.scrollTop=0},ee=$r((function(){var e=function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(y)||Y().body;L.add(Z(),e),J.current&&Q()})),te=e.useCallback((function(){return L.isTopModal(Z())}),[L]),ne=$r((function(e){G.current=e,e&&($&&$(),W&&te()?Q():Wr(J.current,!0))})),re=e.useCallback((function(){L.remove(Z())}),[L]);if(e.useEffect((function(){return function(){re()}}),[re]),e.useEffect((function(){W?ee():X&&v||re()}),[W,re,X,v,ee]),!I&&!W&&(!X||q))return null;var ie=function(e){return{root:{position:"fixed",zIndex:e.zIndex.modal,right:0,bottom:0,top:0,left:0},hidden:{visibility:"hidden"}}}(o||{zIndex:Mr}),oe={};return void 0===d.props.tabIndex&&(oe.tabIndex=d.props.tabIndex||"-1"),X&&(oe.onEnter=p((function(){H(!1)}),d.props.onEnter),oe.onExited=p((function(){H(!0),v&&re()}),d.props.onExited)),e.createElement(Fr,{ref:ne,container:y,disablePortal:O},e.createElement("div",n({ref:K,onKeyDown:function(e){"Escape"===e.key&&te()&&(D&&D(e),E||(e.stopPropagation(),F&&F(e,"escapeKeyDown")))},role:"presentation"},B,{style:n({},ie.root,!W&&q?ie.hidden:{},B.style)}),T?null:e.createElement(c,n({open:W,onClick:function(e){e.target===e.currentTarget&&(_&&_(e),!x&&F&&F(e,"backdropClick"))}},l)),e.createElement(Gr,{disableEnforceFocus:w,disableAutoFocus:g,disableRestoreFocus:P,getDoc:Y,isEnabled:te,open:W},e.cloneElement(d,oe))))})),Zr=!1,Qr=t().createContext(null),ei="unmounted",ti="exited",ni="entering",ri="entered",ii="exiting",oi=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=ti,r.appearStatus=ni):i=ri:i=t.unmountOnExit||t.mountOnEnter?ei:ti,r.state={status:i},r.nextCallback=null,r}S(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===ei?{status:ti}:null};var i=n.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==ni&&n!==ri&&(t=ni):n!==ni&&n!==ri||(t=ii)}this.updateStatus(!1,t)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},i.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===ni?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===ti&&this.setState({status:ei})},i.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[u().findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),c=r?s.appear:s.enter;!e&&!n||Zr?this.safeSetState({status:ri},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:ni},(function(){t.props.onEntering(o,a),t.onTransitionEnd(c,(function(){t.safeSetState({status:ri},(function(){t.props.onEntered(o,a)}))}))})))},i.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:u().findDOMNode(this);t&&!Zr?(this.props.onExit(r),this.safeSetState({status:ii},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:ti},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:ti},(function(){e.props.onExited(r)}))},i.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},i.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},i.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:u().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},i.render=function(){var e=this.state.status;if(e===ei)return null;var n=this.props,i=n.children,o=(n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef,r(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return t().createElement(Qr.Provider,{value:null},"function"==typeof i?i(e,o):t().cloneElement(t().Children.only(i),o))},n}(t().Component);function ai(){}oi.contextType=Qr,oi.propTypes={},oi.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ai,onEntering:ai,onEntered:ai,onExit:ai,onExiting:ai,onExited:ai},oi.UNMOUNTED=ei,oi.EXITED=ti,oi.ENTERING=ni,oi.ENTERED=ri,oi.EXITING=ii;var si=oi;function ui(e,t){var n=e.timeout,r=e.style,i=void 0===r?{}:r;return{duration:i.transitionDuration||"number"==typeof n?n:n[t.mode]||0,delay:i.transitionDelay}}function ci(e){return"scale(".concat(e,", ").concat(Math.pow(e,2),")")}var li={entering:{opacity:1,transform:ci(1)},entered:{opacity:1,transform:"none"}},fi=e.forwardRef((function(t,r){var o=t.children,a=t.disableStrictModeCompat,s=void 0!==a&&a,u=t.in,c=t.onEnter,l=t.onEntered,f=t.onEntering,d=t.onExit,p=t.onExited,h=t.onExiting,v=t.style,y=t.timeout,m=void 0===y?"auto":y,g=t.TransitionComponent,b=void 0===g?si:g,x=i(t,["children","disableStrictModeCompat","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"]),S=e.useRef(),w=e.useRef(),k=Fe()||Nr,E=k.unstable_strictMode&&!s,R=e.useRef(null),O=Lr(o.ref,r),C=Lr(E?R:void 0,O),P=function(e){return function(t,n){if(e){var r=hr(E?[R.current,t]:[t,n],2),i=r[0],o=r[1];void 0===o?e(i):e(i,o)}}},j=P(f),A=P((function(e,t){!function(e){e.scrollTop}(e);var n,r=ui({style:v,timeout:m},{mode:"enter"}),i=r.duration,o=r.delay;"auto"===m?(n=k.transitions.getAutoHeightDuration(e.clientHeight),w.current=n):n=i,e.style.transition=[k.transitions.create("opacity",{duration:n,delay:o}),k.transitions.create("transform",{duration:.666*n,delay:o})].join(","),c&&c(e,t)})),M=P(l),T=P(h),N=P((function(e){var t,n=ui({style:v,timeout:m},{mode:"exit"}),r=n.duration,i=n.delay;"auto"===m?(t=k.transitions.getAutoHeightDuration(e.clientHeight),w.current=t):t=r,e.style.transition=[k.transitions.create("opacity",{duration:t,delay:i}),k.transitions.create("transform",{duration:.666*t,delay:i||.333*t})].join(","),e.style.opacity="0",e.style.transform=ci(.75),d&&d(e)})),I=P(p);return e.useEffect((function(){return function(){clearTimeout(S.current)}}),[]),e.createElement(b,n({appear:!0,in:u,nodeRef:E?R:void 0,onEnter:A,onEntered:M,onEntering:j,onExit:N,onExited:I,onExiting:T,addEndListener:function(e,t){var n=E?e:t;"auto"===m&&(S.current=setTimeout(n,w.current||0))},timeout:"auto"===m?null:m},x),(function(t,r){return e.cloneElement(o,n({style:n({opacity:0,transform:ci(.75),visibility:"exited"!==t||u?void 0:"hidden"},li[t],v,o.props.style),ref:C},r))}))}));fi.muiSupportAuto=!0;var di=fi,pi=e.forwardRef((function(t,r){var o=t.classes,a=t.className,s=t.component,u=void 0===s?"div":s,c=t.square,f=void 0!==c&&c,d=t.elevation,p=void 0===d?1:d,h=t.variant,v=void 0===h?"elevation":h,y=i(t,["classes","className","component","square","elevation","variant"]);return e.createElement(u,n({className:l(o.root,a,"outlined"===v?o.outlined:o["elevation".concat(p)],!f&&o.rounded),ref:r},y))})),hi=Ir((function(e){var t={};return e.shadows.forEach((function(e,n){t["elevation".concat(n)]={boxShadow:e}})),n({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"})(pi);function vi(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function yi(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function mi(e){return[e.horizontal,e.vertical].map((function(e){return"number"==typeof e?"".concat(e,"px"):e})).join(" ")}function gi(e){return"function"==typeof e?e():e}var bi=e.forwardRef((function(t,r){var o=t.action,a=t.anchorEl,u=t.anchorOrigin,c=void 0===u?{vertical:"top",horizontal:"left"}:u,h=t.anchorPosition,v=t.anchorReference,y=void 0===v?"anchorEl":v,m=t.children,g=t.classes,b=t.className,x=t.container,S=t.elevation,w=void 0===S?8:S,k=t.getContentAnchorEl,E=t.marginThreshold,R=void 0===E?16:E,O=t.onEnter,C=t.onEntered,P=t.onEntering,j=t.onExit,A=t.onExited,M=t.onExiting,T=t.open,N=t.PaperProps,I=void 0===N?{}:N,z=t.transformOrigin,L=void 0===z?{vertical:"top",horizontal:"left"}:z,_=t.TransitionComponent,F=void 0===_?di:_,D=t.transitionDuration,$=void 0===D?"auto":D,W=t.TransitionProps,B=void 0===W?{}:W,U=i(t,["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","classes","className","container","elevation","getContentAnchorEl","marginThreshold","onEnter","onEntered","onEntering","onExit","onExited","onExiting","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"]),q=e.useRef(),H=e.useCallback((function(e){if("anchorPosition"===y)return h;var t=gi(a),n=(t&&1===t.nodeType?t:f(q.current).body).getBoundingClientRect(),r=0===e?c.vertical:"center";return{top:n.top+vi(n,r),left:n.left+yi(n,c.horizontal)}}),[a,c.horizontal,c.vertical,h,y]),V=e.useCallback((function(e){var t=0;if(k&&"anchorEl"===y){var n=k(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}),[c.vertical,y,k]),G=e.useCallback((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{vertical:vi(e,L.vertical)+t,horizontal:yi(e,L.horizontal)}}),[L.horizontal,L.vertical]),J=e.useCallback((function(e){var t=V(e),n={width:e.offsetWidth,height:e.offsetHeight},r=G(n,t);if("none"===y)return{top:null,left:null,transformOrigin:mi(r)};var i=H(t),o=i.top-r.vertical,s=i.left-r.horizontal,u=o+n.height,c=s+n.width,l=d(gi(a)),f=l.innerHeight-R,p=l.innerWidth-R;if(o<R){var h=o-R;o-=h,r.vertical+=h}else if(u>f){var v=u-f;o-=v,r.vertical+=v}if(s<R){var m=s-R;s-=m,r.horizontal+=m}else if(c>p){var g=c-p;s-=g,r.horizontal+=g}return{top:"".concat(Math.round(o),"px"),left:"".concat(Math.round(s),"px"),transformOrigin:mi(r)}}),[a,y,H,V,G,R]),K=e.useCallback((function(){var e=q.current;if(e){var t=J(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin}}),[J]),X=e.useCallback((function(e){q.current=s.findDOMNode(e)}),[]);e.useEffect((function(){T&&K()})),e.useImperativeHandle(o,(function(){return T?{updatePosition:function(){K()}}:null}),[T,K]),e.useEffect((function(){if(T){var e=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:166;function r(){for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var a=this,s=function(){e.apply(a,i)};clearTimeout(t),t=setTimeout(s,n)}return r.clear=function(){clearTimeout(t)},r}((function(){K()}));return window.addEventListener("resize",e),function(){e.clear(),window.removeEventListener("resize",e)}}}),[T,K]);var Y=$;"auto"!==$||F.muiSupportAuto||(Y=void 0);var Z=x||(a?f(gi(a)).body:void 0);return e.createElement(Yr,n({container:Z,open:T,ref:r,BackdropProps:{invisible:!0},className:l(g.root,b)},U),e.createElement(F,n({appear:!0,in:T,onEnter:O,onEntered:C,onExit:j,onExited:A,onExiting:M,timeout:Y},B,{onEntering:p((function(e,t){P&&P(e,t),K()}),B.onEntering)}),e.createElement(hi,n({elevation:w,ref:X},I,{className:l(g.paper,I.className)}),m)))})),xi=Ir({root:{},paper:{position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}},{name:"MuiPopover"})(bi),Si=o(12950),wi=o.n(Si),ki=o(58543);o(43753);function Ei(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 Ri(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 Ei(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 Ei(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.")}()}var Oi=function(n){var r=n.className,i=n.list,o=void 0===i?[]:i,a=n.popoverClassName,s=n.moreCustomize,u=n.anchorEl,c=n.hideMore,l=void 0!==c&&c,f=n.onCloseMore,d=Ri((0,e.useState)("auto-box-"+(0,ki.UUID)()),1)[0],p=Ri((0,e.useState)(null),2),h=p[0],v=p[1],y=Ri((0,e.useState)(!1),2),m=y[0],g=y[1],b=Ri((0,e.useState)(null),2),x=b[0],S=b[1],w=Ri((0,e.useState)({}),1)[0];(0,e.useEffect)((function(){void 0!==n.openMore&&g(n.openMore)}),[n.openMore]),(0,e.useEffect)((function(){u&&S(u)}),[u]),(0,e.useEffect)((function(){return C(),window.addEventListener("resize",C),function(){window.removeEventListener("resize",C)}}),[o]);var k,E=function(){g(!1),f&&f()},R=function(e){g(!0),S(e.target)},O=function(e){if(null!==e&&0!==e){void 0===e&&(e=o.length);var t=document.querySelector("."+d);if(t)if(t.scrollWidth>t.clientWidth){var n=Number(e)-1;v(n),O(n)}else o.length<=e&&(g(!1),f&&f())}},C=function(){clearTimeout(w.timer),g(!1),w.timer=setTimeout((function(){v(o.length),O()}),100)},P=(0,e.useMemo)((function(){return m&&t().createElement(xi,{open:m,anchorEl:x,onClose:E,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},className:(n="auto-box-popover paraui-auto-box-popover",a&&(n+=" "+a),n)},t().createElement("div",{className:"auto-box-popover-content"},o&&o.map((function(n,r){return null!==h&&h>r?null:t().createElement(e.Fragment,{key:r},n)}))));var n}),[m,x,o,h,a]);return t().createElement("div",{className:(k="auto-box paraui-auto-box",d&&(k+=" "+d),r&&(k+=" "+r),k)},o.map((function(n,r){return null!==h&&h<=r?null:t().createElement(e.Fragment,{key:r},n)})),function(){if(null!==h&&o.length>h&&!l)return t().createElement("div",{className:"auto-box-more",onClick:R},s||t().createElement(wi(),null))}(),P)},Ci=Oi}(),a}()}));
29
+ */Me();function Ie(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.baseClasses,r=e.newClasses;e.Component;if(!r)return t;var i=n({},t);return Object.keys(r).forEach((function(e){r[e]&&(i[e]="".concat(t[e]," ").concat(r[e]))})),i}var ze={set:function(e,t,n,r){var i=e.get(t);i||(i=new Map,e.set(t,i)),i.set(n,r)},get:function(e,t,n){var r=e.get(t);return r?r.get(n):void 0},delete:function(e,t,n){e.get(t).delete(n)}},Le=ze;var _e=t().createContext(null);function Fe(){return t().useContext(_e)}var De="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",$e=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];var We=Date.now(),Be="fnValues"+We,Ue="fnStyle"+ ++We,qe=function(){return{onCreateRule:function(e,t,n){if("function"!=typeof t)return null;var r=R(e,{},n);return r[Ue]=t,r},onProcessStyle:function(e,t){if(Be in t||Ue in t)return e;var n={};for(var r in e){var i=e[r];"function"==typeof i&&(delete e[r],n[r]=i)}return t[Be]=n,e},onUpdate:function(e,t,n,r){var i=t,o=i[Ue];o&&(i.style=o(e)||{});var a=i[Be];if(a)for(var s in a)i.prop(s,a[s](e),r)}}},He="@global",Ve="@global ",Ge=function(){function e(e,t,r){for(var i in this.type="global",this.at=He,this.isProcessed=!1,this.key=e,this.options=r,this.rules=new ce(n({},r,{parent:this})),t)this.rules.add(i,t[i]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(e){return this.rules.toString(e)},e}(),Je=function(){function e(e,t,r){this.type="global",this.at=He,this.isProcessed=!1,this.key=e,this.options=r;var i=e.substr(Ve.length);this.rule=r.jss.createRule(i,t,n({},r,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),Ke=/\s*,\s*/g;function Xe(e,t){for(var n=e.split(Ke),r="",i=0;i<n.length;i++)r+=t+" "+n[i].trim(),n[i+1]&&(r+=", ");return r}var Ye=function(){return{onCreateRule:function(e,t,n){if(!e)return null;if(e===He)return new Ge(e,t,n);if("@"===e[0]&&e.substr(0,Ve.length)===Ve)return new Je(e,t,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var r=e.options,i=e.style,o=i?i[He]:null;if(o){for(var a in o)t.addRule(a,o[a],n({},r,{selector:Xe(a,e.selector)}));delete i[He]}}(e,t),function(e,t){var r=e.options,i=e.style;for(var o in i)if("@"===o[0]&&o.substr(0,He.length)===He){var a=Xe(o.substr(He.length),e.selector);t.addRule(a,i[o],n({},r,{selector:a})),delete i[o]}}(e,t))}}},Ze=/\s*,\s*/g,Qe=/&/g,et=/\$([\w-]+)/g;var tt=function(){function e(e,t){return function(n,r){var i=e.getRule(r)||t&&t.getRule(r);return i?i.selector:r}}function t(e,t){for(var n=t.split(Ze),r=e.split(Ze),i="",o=0;o<n.length;o++)for(var a=n[o],s=0;s<r.length;s++){var u=r[s];i&&(i+=", "),i+=-1!==u.indexOf("&")?u.replace(Qe,a):a+" "+u}return i}function r(e,t,r){if(r)return n({},r,{index:r.index+1});var i=e.options.nestingLevel;i=void 0===i?1:i+1;var o=n({},e.options,{nestingLevel:i,index:t.indexOf(e)+1});return delete o.name,o}return{onProcessStyle:function(i,o,a){if("style"!==o.type)return i;var s,u,c=o,l=c.options.parent;for(var f in i){var d=-1!==f.indexOf("&"),p="@"===f[0];if(d||p){if(s=r(c,l,s),d){var h=t(f,c.selector);u||(u=e(l,a)),h=h.replace(et,u);var v=c.key+"-"+f;"replaceRule"in l?l.replaceRule(v,i[f],n({},s,{selector:h})):l.addRule(v,i[f],n({},s,{selector:h}))}else p&&l.addRule(f,{},s).addRule(c.key,i[f],{selector:c.selector});delete i[f]}}return i}}},nt=/[A-Z]/g,rt=/^ms-/,it={};function ot(e){return"-"+e.toLowerCase()}var at=function(e){if(it.hasOwnProperty(e))return it[e];var t=e.replace(nt,ot);return it[e]=rt.test(t)?"-"+t:t};function st(e){var t={};for(var n in e){t[0===n.indexOf("--")?n:at(n)]=e[n]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(st):t.fallbacks=st(e.fallbacks)),t}var ut=function(){return{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=st(e[t]);return e}return st(e)},onChangeValue:function(e,t,n){if(0===t.indexOf("--"))return e;var r=at(t);return t===r?e:(n.prop(r,e),null)}}},ct=Te&&CSS?CSS.px:"px",lt=Te&&CSS?CSS.ms:"ms",ft=Te&&CSS?CSS.percent:"%";function dt(e){var t=/(-[a-z])/g,n=function(e){return e[1].toUpperCase()},r={};for(var i in e)r[i]=e[i],r[i.replace(t,n)]=e[i];return r}var pt=dt({"animation-delay":lt,"animation-duration":lt,"background-position":ct,"background-position-x":ct,"background-position-y":ct,"background-size":ct,border:ct,"border-bottom":ct,"border-bottom-left-radius":ct,"border-bottom-right-radius":ct,"border-bottom-width":ct,"border-left":ct,"border-left-width":ct,"border-radius":ct,"border-right":ct,"border-right-width":ct,"border-top":ct,"border-top-left-radius":ct,"border-top-right-radius":ct,"border-top-width":ct,"border-width":ct,"border-block":ct,"border-block-end":ct,"border-block-end-width":ct,"border-block-start":ct,"border-block-start-width":ct,"border-block-width":ct,"border-inline":ct,"border-inline-end":ct,"border-inline-end-width":ct,"border-inline-start":ct,"border-inline-start-width":ct,"border-inline-width":ct,"border-start-start-radius":ct,"border-start-end-radius":ct,"border-end-start-radius":ct,"border-end-end-radius":ct,margin:ct,"margin-bottom":ct,"margin-left":ct,"margin-right":ct,"margin-top":ct,"margin-block":ct,"margin-block-end":ct,"margin-block-start":ct,"margin-inline":ct,"margin-inline-end":ct,"margin-inline-start":ct,padding:ct,"padding-bottom":ct,"padding-left":ct,"padding-right":ct,"padding-top":ct,"padding-block":ct,"padding-block-end":ct,"padding-block-start":ct,"padding-inline":ct,"padding-inline-end":ct,"padding-inline-start":ct,"mask-position-x":ct,"mask-position-y":ct,"mask-size":ct,height:ct,width:ct,"min-height":ct,"max-height":ct,"min-width":ct,"max-width":ct,bottom:ct,left:ct,top:ct,right:ct,inset:ct,"inset-block":ct,"inset-block-end":ct,"inset-block-start":ct,"inset-inline":ct,"inset-inline-end":ct,"inset-inline-start":ct,"box-shadow":ct,"text-shadow":ct,"column-gap":ct,"column-rule":ct,"column-rule-width":ct,"column-width":ct,"font-size":ct,"font-size-delta":ct,"letter-spacing":ct,"text-decoration-thickness":ct,"text-indent":ct,"text-stroke":ct,"text-stroke-width":ct,"word-spacing":ct,motion:ct,"motion-offset":ct,outline:ct,"outline-offset":ct,"outline-width":ct,perspective:ct,"perspective-origin-x":ft,"perspective-origin-y":ft,"transform-origin":ft,"transform-origin-x":ft,"transform-origin-y":ft,"transform-origin-z":ft,"transition-delay":lt,"transition-duration":lt,"vertical-align":ct,"flex-basis":ct,"shape-margin":ct,size:ct,gap:ct,grid:ct,"grid-gap":ct,"row-gap":ct,"grid-row-gap":ct,"grid-column-gap":ct,"grid-template-rows":ct,"grid-template-columns":ct,"grid-auto-rows":ct,"grid-auto-columns":ct,"box-shadow-x":ct,"box-shadow-y":ct,"box-shadow-blur":ct,"box-shadow-spread":ct,"font-line-height":ct,"text-shadow-x":ct,"text-shadow-y":ct,"text-shadow-blur":ct});function ht(e,t,n){if(null==t)return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]=ht(e,t[r],n);else if("object"==typeof t)if("fallbacks"===e)for(var i in t)t[i]=ht(i,t[i],n);else for(var o in t)t[o]=ht(e+"-"+o,t[o],n);else if("number"==typeof t&&!1===isNaN(t)){var a=n[e]||pt[e];return!a||0===t&&a===ct?t.toString():"function"==typeof a?a(t).toString():""+t+a}return t}var vt=function(e){void 0===e&&(e={});var t=dt(e);return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r in e)e[r]=ht(r,e[r],t);return e},onChangeValue:function(e,n){return ht(n,e,t)}}};function yt(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 mt(e,t){if(e){if("string"==typeof e)return yt(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)?yt(e,t):void 0}}function gt(e){return function(e){if(Array.isArray(e))return yt(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||mt(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.")}()}var bt="",xt="",St="",wt="",kt=m&&"ontouchstart"in document.documentElement;if(m){var Et={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},Rt=document.createElement("p").style;for(var Ot in Et)if(Ot+"Transform"in Rt){bt=Ot,xt=Et[Ot];break}"Webkit"===bt&&"msHyphens"in Rt&&(bt="ms",xt=Et.ms,wt="edge"),"Webkit"===bt&&"-apple-trailing-word"in Rt&&(St="apple")}var Ct=bt,Pt=xt,jt=St,At=wt,Mt=kt;var Tt={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===Ct?"-webkit-"+e:Pt+e)}},Nt={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===Ct?Pt+"print-"+e:e)}},It=/[-\s]+(.)?/g;function zt(e,t){return t?t.toUpperCase():""}function Lt(e){return e.replace(It,zt)}function _t(e){return Lt("-"+e)}var Ft,Dt={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===Ct){var n="mask-image";if(Lt(n)in t)return e;if(Ct+_t(n)in t)return Pt+e}return e}},$t={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==jt||Mt?e:Pt+e)}},Wt={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:Pt+e)}},Bt={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:Pt+e)}},Ut={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===Ct||"ms"===Ct&&"edge"!==At?Pt+e:e)}},qt={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===Ct||"ms"===Ct||"apple"===jt?Pt+e:e)}},Ht={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===Ct?"WebkitColumn"+_t(e)in t&&Pt+"column-"+e:"Moz"===Ct&&("page"+_t(e)in t&&"page-"+e))}},Vt={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===Ct)return e;var n=e.replace("-inline","");return Ct+_t(n)in t&&Pt+n}},Gt={supportedProperty:function(e,t){return Lt(e)in t&&e}},Jt={supportedProperty:function(e,t){var n=_t(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:Ct+n in t?Pt+e:"Webkit"!==Ct&&"Webkit"+n in t&&"-webkit-"+e}},Kt={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===Ct?""+Pt+e:e)}},Xt={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===Ct?Pt+"scroll-chaining":e)}},Yt={"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"},Zt={supportedProperty:function(e,t){var n=Yt[e];return!!n&&(Ct+_t(n)in t&&Pt+n)}},Qt={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"},en=Object.keys(Qt),tn=function(e){return Pt+e},nn={supportedProperty:function(e,t,n){var r=n.multiple;if(en.indexOf(e)>-1){var i=Qt[e];if(!Array.isArray(i))return Ct+_t(i)in t&&Pt+i;if(!r)return!1;for(var o=0;o<i.length;o++)if(!(Ct+_t(i[0])in t))return!1;return i.map(tn)}return!1}},rn=[Tt,Nt,Dt,$t,Wt,Bt,Ut,qt,Ht,Vt,Gt,Jt,Kt,Xt,Zt,nn],on=rn.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),an=rn.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,gt(t.noPrefill)),e}),[]),sn={};if(m){Ft=document.createElement("p");var un=window.getComputedStyle(document.documentElement,"");for(var cn in un)isNaN(cn)||(sn[un[cn]]=un[cn]);an.forEach((function(e){return delete sn[e]}))}function ln(e,t){if(void 0===t&&(t={}),!Ft)return e;if(null!=sn[e])return sn[e];"transition"!==e&&"transform"!==e||(t[e]=e in Ft.style);for(var n=0;n<on.length&&(sn[e]=on[n](e,Ft.style,t),!sn[e]);n++);try{Ft.style[e]=""}catch(e){return!1}return sn[e]}var fn,dn={},pn={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},hn=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function vn(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?ln(t):", "+ln(n);return r||(t||n)}function yn(e,t){var n=t;if(!fn||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=dn[r])return dn[r];try{fn.style[e]=n}catch(e){return dn[r]=!1,!1}if(pn[e])n=n.replace(hn,vn);else if(""===fn.style[e]&&("-ms-flex"===(n=Pt+n)&&(fn.style[e]="-ms-flexbox"),fn.style[e]=n,""===fn.style[e]))return dn[r]=!1,!1;return fn.style[e]="",dn[r]=n,dn[r]}m&&(fn=document.createElement("p"));var mn=function(){function e(t){for(var n in t){var r=t[n];if("fallbacks"===n&&Array.isArray(r))t[n]=r.map(e);else{var i=!1,o=ln(n);o&&o!==n&&(i=!0);var a=!1,s=yn(o,C(r));s&&s!==r&&(a=!0),(i||a)&&(i&&delete t[n],t[o||n]=s||r)}}return t}return{onProcessRule:function(e){if("keyframes"===e.type){var t=e;t.at=function(e){return"-"===e[1]||"ms"===Ct?e:"@"+Pt+"keyframes"+e.substr(10)}(t.at)}},onProcessStyle:function(t,n){return"style"!==n.type?t:e(t)},onChangeValue:function(e,t){return yn(t,C(e))||e}}};var gn=function(){var e=function(e,t){return e.length===t.length?e>t?1:-1:e.length-t.length};return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r={},i=Object.keys(t).sort(e),o=0;o<i.length;o++)r[i[o]]=t[i[o]];return r}}};var bn=Me({plugins:[qe(),Ye(),tt(),ut(),vt(),"undefined"==typeof window?null:mn(),gn()]}),xn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,n=void 0!==t&&t,r=e.productionPrefix,i=void 0===r?"jss":r,o=e.seed,a=void 0===o?"":o,s=""===a?"":"".concat(a,"-"),u=0,c=function(){return u+=1};return function(e,t){var r=t.options.name;if(r&&0===r.indexOf("Mui")&&!t.options.link&&!n){if(-1!==$e.indexOf(e.key))return"Mui-".concat(e.key);var o="".concat(s).concat(r,"-").concat(e.key);return t.options.theme[De]&&""===a?"".concat(o,"-").concat(c()):o}return"".concat(s).concat(i).concat(c())}}(),Sn={disableGeneration:!1,generateClassName:xn,jss:bn,sheetsCache:null,sheetsManager:new Map,sheetsRegistry:null},wn=t().createContext(Sn);var kn=-1e9;function En(){return kn+=1}function Rn(e){return Rn="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},Rn(e)}function On(e){return e&&"object"===Rn(e)&&e.constructor===Object}function Cn(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},i=r.clone?n({},e):e;return On(e)&&On(t)&&Object.keys(t).forEach((function(n){"__proto__"!==n&&(On(t[n])&&n in e?i[n]=Cn(e[n],t[n],r):i[n]=t[n])})),i}function Pn(e){var t="function"==typeof e;return{create:function(r,i){var o;try{o=t?e(r):e}catch(e){throw e}if(!i||!r.overrides||!r.overrides[i])return o;var a=r.overrides[i],s=n({},o);return Object.keys(a).forEach((function(e){s[e]=Cn(s[e],a[e])})),s},options:{}}}var jn={};function An(e,t,n){var r=e.state;if(e.stylesOptions.disableGeneration)return t||{};r.cacheClasses||(r.cacheClasses={value:null,lastProp:null,lastJSS:{}});var i=!1;return r.classes!==r.cacheClasses.lastJSS&&(r.cacheClasses.lastJSS=r.classes,i=!0),t!==r.cacheClasses.lastProp&&(r.cacheClasses.lastProp=t,i=!0),i&&(r.cacheClasses.value=Ie({baseClasses:r.cacheClasses.lastJSS,newClasses:t,Component:n})),r.cacheClasses.value}function Mn(e,t){var r=e.state,i=e.theme,o=e.stylesOptions,a=e.stylesCreator,s=e.name;if(!o.disableGeneration){var u=Le.get(o.sheetsManager,a,i);u||(u={refs:0,staticSheet:null,dynamicStyles:null},Le.set(o.sheetsManager,a,i,u));var c=n({},a.options,o,{theme:i,flip:"boolean"==typeof o.flip?o.flip:"rtl"===i.direction});c.generateId=c.serverGenerateClassName||c.generateClassName;var l=o.sheetsRegistry;if(0===u.refs){var f;o.sheetsCache&&(f=Le.get(o.sheetsCache,a,i));var d=a.create(i,s);f||((f=o.jss.createStyleSheet(d,n({link:!1},c))).attach(),o.sheetsCache&&Le.set(o.sheetsCache,a,i,f)),l&&l.add(f),u.staticSheet=f,u.dynamicStyles=Ne(d)}if(u.dynamicStyles){var p=o.jss.createStyleSheet(u.dynamicStyles,n({link:!0},c));p.update(t),p.attach(),r.dynamicSheet=p,r.classes=Ie({baseClasses:u.staticSheet.classes,newClasses:p.classes}),l&&l.add(p)}else r.classes=u.staticSheet.classes;u.refs+=1}}function Tn(e,t){var n=e.state;n.dynamicSheet&&n.dynamicSheet.update(t)}function Nn(e){var t=e.state,n=e.theme,r=e.stylesOptions,i=e.stylesCreator;if(!r.disableGeneration){var o=Le.get(r.sheetsManager,i,n);o.refs-=1;var a=r.sheetsRegistry;0===o.refs&&(Le.delete(r.sheetsManager,i,n),r.jss.removeStyleSheet(o.staticSheet),a&&a.remove(o.staticSheet)),t.dynamicSheet&&(r.jss.removeStyleSheet(t.dynamicSheet),a&&a.remove(t.dynamicSheet))}}function In(e,n){var r,i=t().useRef([]),o=t().useMemo((function(){return{}}),n);i.current!==o&&(i.current=o,r=e()),t().useEffect((function(){return function(){r&&r()}}),[o])}function zn(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=r.name,a=r.classNamePrefix,s=r.Component,u=r.defaultTheme,c=void 0===u?jn:u,l=i(r,["name","classNamePrefix","Component","defaultTheme"]),f=Pn(e),d=o||a||"makeStyles";f.options={index:En(),name:o,meta:d,classNamePrefix:d};var p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=Fe()||c,i=n({},t().useContext(wn),l),a=t().useRef(),u=t().useRef();In((function(){var t={name:o,state:{},stylesCreator:f,stylesOptions:i,theme:r};return Mn(t,e),u.current=!1,a.current=t,function(){Nn(t)}}),[r,f]),t().useEffect((function(){u.current&&Tn(a.current,e),u.current=!0}));var d=An(a.current,e.classes,s);return d};return p}function Ln(e){var t=e.theme,n=e.name,r=e.props;if(!t||!t.props||!t.props[n])return r;var i,o=t.props[n];for(i in o)void 0===r[i]&&(r[i]=o[i]);return r}var _n=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(o){var a=r.defaultTheme,s=r.withTheme,u=void 0!==s&&s,c=r.name,l=i(r,["defaultTheme","withTheme","name"]);var f=c,d=zn(e,n({defaultTheme:a,Component:o,name:c||o.displayName,classNamePrefix:f},l)),p=t().forwardRef((function(e,r){e.classes;var s,l=e.innerRef,f=i(e,["classes","innerRef"]),p=d(n({},o.defaultProps,e)),h=f;return("string"==typeof c||u)&&(s=Fe()||a,c&&(h=Ln({theme:s,name:c,props:f})),u&&!h.theme&&(h.theme=s)),t().createElement(o,n({ref:l||r,classes:p},h))}));return v()(p,o),p}},Fn=["xs","sm","md","lg","xl"];function Dn(e){var t=e.values,r=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,o=e.unit,a=void 0===o?"px":o,s=e.step,u=void 0===s?5:s,c=i(e,["values","unit","step"]);function l(e){var t="number"==typeof r[e]?r[e]:e;return"@media (min-width:".concat(t).concat(a,")")}function f(e,t){var n=Fn.indexOf(t);return n===Fn.length-1?l(e):"@media (min-width:".concat("number"==typeof r[e]?r[e]:e).concat(a,") and ")+"(max-width:".concat((-1!==n&&"number"==typeof r[Fn[n+1]]?r[Fn[n+1]]:t)-u/100).concat(a,")")}return n({keys:Fn,values:r,up:l,down:function(e){var t=Fn.indexOf(e)+1,n=r[Fn[t]];return t===Fn.length?l("xs"):"@media (max-width:".concat(("number"==typeof n&&t>0?n:e)-u/100).concat(a,")")},between:f,only:function(e){return f(e,e)},width:function(e){return r[e]}},c)}function $n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Wn(e,t,r){var i;return n({gutters:function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return n({paddingLeft:t(2),paddingRight:t(2)},r,$n({},e.up("sm"),n({paddingLeft:t(3),paddingRight:t(3)},r[e.up("sm")])))},toolbar:(i={minHeight:56},$n(i,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),$n(i,e.up("sm"),{minHeight:64}),i)},r)}function Bn(e){for(var t="https://material-ui.com/production-error/?code="+e,n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}var Un={black:"#000",white:"#fff"},qn={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#d5d5d5",A200:"#aaaaaa",A400:"#303030",A700:"#616161"},Hn={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"},Vn={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"},Gn={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"},Jn={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"},Kn={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"},Xn={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};function Yn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),n)}function Zn(e){if(e.type)return e;if("#"===e.charAt(0))return Zn(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),n=e.match(t);return n&&1===n[0].length&&(n=n.map((function(e){return e+e}))),n?"rgb".concat(4===n.length?"a":"","(").concat(n.map((function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3})).join(", "),")"):""}(e));var t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(n))throw new Error(Bn(3,e));var r=e.substring(t+1,e.length-1).split(",");return{type:n,values:r=r.map((function(e){return parseFloat(e)}))}}function Qn(e){var t=e.type,n=e.values;return-1!==t.indexOf("rgb")?n=n.map((function(e,t){return t<3?parseInt(e,10):e})):-1!==t.indexOf("hsl")&&(n[1]="".concat(n[1],"%"),n[2]="".concat(n[2],"%")),"".concat(t,"(").concat(n.join(", "),")")}function er(e){var t="hsl"===(e=Zn(e)).type?Zn(function(e){var t=(e=Zn(e)).values,n=t[0],r=t[1]/100,i=t[2]/100,o=r*Math.min(i,1-i),a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+n/30)%12;return i-o*Math.max(Math.min(t-3,9-t,1),-1)},s="rgb",u=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===e.type&&(s+="a",u.push(t[3])),Qn({type:s,values:u})}(e)).values:e.values;return t=t.map((function(e){return(e/=255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4)})),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function tr(e,t){if(e=Zn(e),t=Yn(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]*=1-t;return Qn(e)}function nr(e,t){if(e=Zn(e),t=Yn(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;return Qn(e)}var rr={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",hint:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:Un.white,default:qn[50]},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},ir={text:{primary:Un.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",hint:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:qn[800],default:"#303030"},action:{active:Un.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function or(e,t,n,r){var i=r.light||r,o=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=nr(e.main,i):"dark"===t&&(e.dark=tr(e.main,o)))}function ar(e){var t=e.primary,r=void 0===t?{light:Hn[300],main:Hn[500],dark:Hn[700]}:t,o=e.secondary,a=void 0===o?{light:Vn.A200,main:Vn.A400,dark:Vn.A700}:o,s=e.error,u=void 0===s?{light:Gn[300],main:Gn[500],dark:Gn[700]}:s,c=e.warning,l=void 0===c?{light:Jn[300],main:Jn[500],dark:Jn[700]}:c,f=e.info,d=void 0===f?{light:Kn[300],main:Kn[500],dark:Kn[700]}:f,p=e.success,h=void 0===p?{light:Xn[300],main:Xn[500],dark:Xn[700]}:p,v=e.type,y=void 0===v?"light":v,m=e.contrastThreshold,g=void 0===m?3:m,b=e.tonalOffset,x=void 0===b?.2:b,S=i(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function w(e){var t=function(e,t){var n=er(e),r=er(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}(e,ir.text.primary)>=g?ir.text.primary:rr.text.primary;return t}var k=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=n({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error(Bn(4,t));if("string"!=typeof e.main)throw new Error(Bn(5,JSON.stringify(e.main)));return or(e,"light",r,x),or(e,"dark",i,x),e.contrastText||(e.contrastText=w(e.main)),e},E={dark:ir,light:rr};return Cn(n({common:Un,type:y,primary:k(r),secondary:k(a,"A400","A200","A700"),error:k(u),warning:k(l),info:k(d),success:k(h),grey:qn,contrastThreshold:g,getContrastText:w,augmentColor:k,tonalOffset:x},E[y]),S)}function sr(e){return Math.round(1e5*e)/1e5}var ur={textTransform:"uppercase"},cr='"Roboto", "Helvetica", "Arial", sans-serif';function lr(e,t){var r="function"==typeof t?t(e):t,o=r.fontFamily,a=void 0===o?cr:o,s=r.fontSize,u=void 0===s?14:s,c=r.fontWeightLight,l=void 0===c?300:c,f=r.fontWeightRegular,d=void 0===f?400:f,p=r.fontWeightMedium,h=void 0===p?500:p,v=r.fontWeightBold,y=void 0===v?700:v,m=r.htmlFontSize,g=void 0===m?16:m,b=r.allVariants,x=r.pxToRem,S=i(r,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var w=u/14,k=x||function(e){return"".concat(e/g*w,"rem")},E=function(e,t,r,i,o){return n({fontFamily:a,fontWeight:e,fontSize:k(t),lineHeight:r},a===cr?{letterSpacing:"".concat(sr(i/t),"em")}:{},o,b)},R={h1:E(l,96,1.167,-1.5),h2:E(l,60,1.2,-.5),h3:E(d,48,1.167,0),h4:E(d,34,1.235,.25),h5:E(d,24,1.334,0),h6:E(h,20,1.6,.15),subtitle1:E(d,16,1.75,.15),subtitle2:E(h,14,1.57,.1),body1:E(d,16,1.5,.15),body2:E(d,14,1.43,.15),button:E(h,14,1.75,.4,ur),caption:E(d,12,1.66,.4),overline:E(d,12,2.66,1,ur)};return Cn(n({htmlFontSize:g,pxToRem:k,round:sr,fontFamily:a,fontSize:u,fontWeightLight:l,fontWeightRegular:d,fontWeightMedium:h,fontWeightBold:y},R),S,{clone:!1})}function fr(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(.2,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(.14,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(.12,")")].join(",")}var dr=["none",fr(0,2,1,-1,0,1,1,0,0,1,3,0),fr(0,3,1,-2,0,2,2,0,0,1,5,0),fr(0,3,3,-2,0,3,4,0,0,1,8,0),fr(0,2,4,-1,0,4,5,0,0,1,10,0),fr(0,3,5,-1,0,5,8,0,0,1,14,0),fr(0,3,5,-1,0,6,10,0,0,1,18,0),fr(0,4,5,-2,0,7,10,1,0,2,16,1),fr(0,5,5,-3,0,8,10,1,0,3,14,2),fr(0,5,6,-3,0,9,12,1,0,3,16,2),fr(0,6,6,-3,0,10,14,1,0,4,18,3),fr(0,6,7,-4,0,11,15,1,0,4,20,3),fr(0,7,8,-4,0,12,17,2,0,5,22,4),fr(0,7,8,-4,0,13,19,2,0,5,24,4),fr(0,7,9,-4,0,14,21,2,0,5,26,4),fr(0,8,9,-5,0,15,22,2,0,6,28,5),fr(0,8,10,-5,0,16,24,2,0,6,30,5),fr(0,8,11,-5,0,17,26,2,0,6,32,5),fr(0,9,11,-5,0,18,28,2,0,7,34,6),fr(0,9,12,-6,0,19,29,2,0,7,36,6),fr(0,10,13,-6,0,20,31,3,0,8,38,7),fr(0,10,13,-6,0,21,33,3,0,8,40,7),fr(0,10,14,-6,0,22,35,3,0,8,42,7),fr(0,11,14,-7,0,23,36,3,0,9,44,8),fr(0,11,15,-7,0,24,38,3,0,9,46,8)],pr={borderRadius:4};function hr(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)||mt(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.")}()}var vr={xs:0,sm:600,md:960,lg:1280,xl:1920},yr={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(vr[e],"px)")}};var mr=function(e,t){return t?Cn(e,t,{clone:!1}):e};var gr={m:"margin",p:"padding"},br={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},xr={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Sr=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){if(e.length>2){if(!xr[e])return[e];e=xr[e]}var t=hr(e.split(""),2),n=t[0],r=t[1],i=gr[n],o=br[r]||"";return Array.isArray(o)?o.map((function(e){return i+e})):[i+o]})),wr=["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY"];function kr(e){var t=e.spacing||8;return"number"==typeof t?function(e){return t*e}:Array.isArray(t)?function(e){return t[e]}:"function"==typeof t?t:function(){}}function Er(e,t){return function(n){return e.reduce((function(e,r){return e[r]=function(e,t){if("string"==typeof t||null==t)return t;var n=e(Math.abs(t));return t>=0?n:"number"==typeof n?-n:"-".concat(n)}(t,n),e}),{})}}function Rr(e){var t=kr(e.theme);return Object.keys(e).map((function(n){if(-1===wr.indexOf(n))return null;var r=Er(Sr(n),t),i=e[n];return function(e,t,n){if(Array.isArray(t)){var r=e.theme.breakpoints||yr;return t.reduce((function(e,i,o){return e[r.up(r.keys[o])]=n(t[o]),e}),{})}if("object"===Rn(t)){var i=e.theme.breakpoints||yr;return Object.keys(t).reduce((function(e,r){return e[i.up(r)]=n(t[r]),e}),{})}return n(t)}(e,i,r)})).reduce(mr,{})}Rr.propTypes={},Rr.filterProps=wr;function Or(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=kr({spacing:e}),n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return 0===n.length?t(1):1===n.length?t(n[0]):n.map((function(e){if("string"==typeof e)return e;var n=t(e);return"number"==typeof n?"".concat(n,"px"):n})).join(" ")};return Object.defineProperty(n,"unit",{get:function(){return e}}),n.mui=!0,n}var Cr={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Pr={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function jr(e){return"".concat(Math.round(e),"ms")}var Ar={easing:Cr,duration:Pr,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.duration,r=void 0===n?Pr.standard:n,o=t.easing,a=void 0===o?Cr.easeInOut:o,s=t.delay,u=void 0===s?0:s;i(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map((function(e){return"".concat(e," ").concat("string"==typeof r?r:jr(r)," ").concat(a," ").concat("string"==typeof u?u:jr(u))})).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}},Mr={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};var Tr=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,n=void 0===t?{}:t,r=e.mixins,o=void 0===r?{}:r,a=e.palette,s=void 0===a?{}:a,u=e.spacing,c=e.typography,l=void 0===c?{}:c,f=i(e,["breakpoints","mixins","palette","spacing","typography"]),d=ar(s),p=Dn(n),h=Or(u),v=Cn({breakpoints:p,direction:"ltr",mixins:Wn(p,h,o),overrides:{},palette:d,props:{},shadows:dr,typography:lr(d,l),spacing:h,shape:pr,transitions:Ar,zIndex:Mr},f),y=arguments.length,m=new Array(y>1?y-1:0),g=1;g<y;g++)m[g-1]=arguments[g];return v=m.reduce((function(e,t){return Cn(e,t)}),v)},Nr=Tr();var Ir=function(e,t){return _n(e,n({defaultTheme:Nr},t))};function zr(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function Lr(t,n){return e.useMemo((function(){return null==t&&null==n?null:function(e){zr(t,e),zr(n,e)}}),[t,n])}var _r="undefined"!=typeof window?e.useLayoutEffect:e.useEffect;var Fr=e.forwardRef((function(t,n){var r=t.children,i=t.container,o=t.disablePortal,a=void 0!==o&&o,u=t.onRendered,c=e.useState(null),l=c[0],f=c[1],d=Lr(e.isValidElement(r)?r.ref:null,n);return _r((function(){a||f(function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(i)||document.body)}),[i,a]),_r((function(){if(l&&!a)return zr(n,l),function(){zr(n,null)}}),[n,l,a]),_r((function(){u&&(l||a)&&u()}),[u,l,a]),a?e.isValidElement(r)?e.cloneElement(r,{ref:d}):r:l?s.createPortal(r,l):l})),Dr="undefined"!=typeof window?e.useLayoutEffect:e.useEffect;function $r(t){var n=e.useRef(t);return Dr((function(){n.current=t})),e.useCallback((function(){return n.current.apply(void 0,arguments)}),[])}function Wr(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Br(e){return parseInt(window.getComputedStyle(e)["padding-right"],10)||0}function Ur(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(gt(r)),a=["TEMPLATE","SCRIPT","STYLE"];[].forEach.call(e.children,(function(e){1===e.nodeType&&-1===o.indexOf(e)&&-1===a.indexOf(e.tagName)&&Wr(e,i)}))}function qr(e,t){var n=-1;return e.some((function(e,r){return!!t(e)&&(n=r,!0)})),n}function Hr(e,t){var n,r=[],i=[],o=e.container;if(!t.disableScrollLock){if(function(e){var t=f(e);return t.body===e?d(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(Br(o)+a,"px"),n=f(o).querySelectorAll(".mui-fixed"),[].forEach.call(n,(function(e){i.push(e.style.paddingRight),e.style.paddingRight="".concat(Br(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 Vr=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.modals=[],this.containers=[]}return b(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&&Wr(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);Ur(t,e.mountNode,e.modalRef,r,!0);var i=qr(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=qr(this.containers,(function(t){return-1!==t.modals.indexOf(e)})),r=this.containers[n];r.restore||(r.restore=Hr(r,t))}},{key:"remove",value:function(e){var t=this.modals.indexOf(e);if(-1===t)return t;var n=qr(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&&Wr(e.modalRef,!0),Ur(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&&Wr(i.modalRef,!1)}return t}},{key:"isTopModal",value:function(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}]),e}();var Gr=function(t){var n=t.children,r=t.disableAutoFocus,i=void 0!==r&&r,o=t.disableEnforceFocus,a=void 0!==o&&o,u=t.disableRestoreFocus,c=void 0!==u&&u,l=t.getDoc,d=t.isEnabled,p=t.open,h=e.useRef(),v=e.useRef(null),y=e.useRef(null),m=e.useRef(),g=e.useRef(null),b=e.useCallback((function(e){g.current=s.findDOMNode(e)}),[]),x=Lr(n.ref,b),S=e.useRef();return e.useEffect((function(){S.current=p}),[p]),!S.current&&p&&"undefined"!=typeof window&&(m.current=l().activeElement),e.useEffect((function(){if(p){var e=f(g.current);i||!g.current||g.current.contains(e.activeElement)||(g.current.hasAttribute("tabIndex")||g.current.setAttribute("tabIndex",-1),g.current.focus());var t=function(){null!==g.current&&(e.hasFocus()&&!a&&d()&&!h.current?g.current&&!g.current.contains(e.activeElement)&&g.current.focus():h.current=!1)},n=function(t){!a&&d()&&9===t.keyCode&&e.activeElement===g.current&&(h.current=!0,t.shiftKey?y.current.focus():v.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||(m.current&&m.current.focus&&m.current.focus(),m.current=null)}}}),[i,a,c,d,p]),e.createElement(e.Fragment,null,e.createElement("div",{tabIndex:0,ref:v,"data-test":"sentinelStart"}),e.cloneElement(n,{ref:x}),e.createElement("div",{tabIndex:0,ref:y,"data-test":"sentinelEnd"}))},Jr={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"}},Kr=e.forwardRef((function(t,r){var o=t.invisible,a=void 0!==o&&o,s=t.open,u=i(t,["invisible","open"]);return s?e.createElement("div",n({"aria-hidden":!0,ref:r},u,{style:n({},Jr.root,a?Jr.invisible:{},u.style)})):null}));var Xr=new Vr,Yr=e.forwardRef((function(t,r){var o=Fe(),a=Ln({name:"MuiModal",props:n({},t),theme:o}),u=a.BackdropComponent,c=void 0===u?Kr:u,l=a.BackdropProps,d=a.children,h=a.closeAfterTransition,v=void 0!==h&&h,y=a.container,m=a.disableAutoFocus,g=void 0!==m&&m,b=a.disableBackdropClick,x=void 0!==b&&b,S=a.disableEnforceFocus,w=void 0!==S&&S,k=a.disableEscapeKeyDown,E=void 0!==k&&k,R=a.disablePortal,O=void 0!==R&&R,C=a.disableRestoreFocus,P=void 0!==C&&C,j=a.disableScrollLock,A=void 0!==j&&j,M=a.hideBackdrop,T=void 0!==M&&M,N=a.keepMounted,I=void 0!==N&&N,z=a.manager,L=void 0===z?Xr:z,_=a.onBackdropClick,F=a.onClose,D=a.onEscapeKeyDown,$=a.onRendered,W=a.open,B=i(a,["BackdropComponent","BackdropProps","children","closeAfterTransition","container","disableAutoFocus","disableBackdropClick","disableEnforceFocus","disableEscapeKeyDown","disablePortal","disableRestoreFocus","disableScrollLock","hideBackdrop","keepMounted","manager","onBackdropClick","onClose","onEscapeKeyDown","onRendered","open"]),U=e.useState(!0),q=U[0],H=U[1],V=e.useRef({}),G=e.useRef(null),J=e.useRef(null),K=Lr(J,r),X=function(e){return!!e.children&&e.children.props.hasOwnProperty("in")}(a),Y=function(){return f(G.current)},Z=function(){return V.current.modalRef=J.current,V.current.mountNode=G.current,V.current},Q=function(){L.mount(Z(),{disableScrollLock:A}),J.current.scrollTop=0},ee=$r((function(){var e=function(e){return e="function"==typeof e?e():e,s.findDOMNode(e)}(y)||Y().body;L.add(Z(),e),J.current&&Q()})),te=e.useCallback((function(){return L.isTopModal(Z())}),[L]),ne=$r((function(e){G.current=e,e&&($&&$(),W&&te()?Q():Wr(J.current,!0))})),re=e.useCallback((function(){L.remove(Z())}),[L]);if(e.useEffect((function(){return function(){re()}}),[re]),e.useEffect((function(){W?ee():X&&v||re()}),[W,re,X,v,ee]),!I&&!W&&(!X||q))return null;var ie=function(e){return{root:{position:"fixed",zIndex:e.zIndex.modal,right:0,bottom:0,top:0,left:0},hidden:{visibility:"hidden"}}}(o||{zIndex:Mr}),oe={};return void 0===d.props.tabIndex&&(oe.tabIndex=d.props.tabIndex||"-1"),X&&(oe.onEnter=p((function(){H(!1)}),d.props.onEnter),oe.onExited=p((function(){H(!0),v&&re()}),d.props.onExited)),e.createElement(Fr,{ref:ne,container:y,disablePortal:O},e.createElement("div",n({ref:K,onKeyDown:function(e){"Escape"===e.key&&te()&&(D&&D(e),E||(e.stopPropagation(),F&&F(e,"escapeKeyDown")))},role:"presentation"},B,{style:n({},ie.root,!W&&q?ie.hidden:{},B.style)}),T?null:e.createElement(c,n({open:W,onClick:function(e){e.target===e.currentTarget&&(_&&_(e),!x&&F&&F(e,"backdropClick"))}},l)),e.createElement(Gr,{disableEnforceFocus:w,disableAutoFocus:g,disableRestoreFocus:P,getDoc:Y,isEnabled:te,open:W},e.cloneElement(d,oe))))})),Zr=!1,Qr=t().createContext(null),ei="unmounted",ti="exited",ni="entering",ri="entered",ii="exiting",oi=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=ti,r.appearStatus=ni):i=ri:i=t.unmountOnExit||t.mountOnEnter?ei:ti,r.state={status:i},r.nextCallback=null,r}S(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===ei?{status:ti}:null};var i=n.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==ni&&n!==ri&&(t=ni):n!==ni&&n!==ri||(t=ii)}this.updateStatus(!1,t)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},i.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===ni?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===ti&&this.setState({status:ei})},i.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[u().findDOMNode(this),r],o=i[0],a=i[1],s=this.getTimeouts(),c=r?s.appear:s.enter;!e&&!n||Zr?this.safeSetState({status:ri},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:ni},(function(){t.props.onEntering(o,a),t.onTransitionEnd(c,(function(){t.safeSetState({status:ri},(function(){t.props.onEntered(o,a)}))}))})))},i.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:u().findDOMNode(this);t&&!Zr?(this.props.onExit(r),this.safeSetState({status:ii},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:ti},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:ti},(function(){e.props.onExited(r)}))},i.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},i.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},i.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:u().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},i.render=function(){var e=this.state.status;if(e===ei)return null;var n=this.props,i=n.children,o=(n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef,r(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return t().createElement(Qr.Provider,{value:null},"function"==typeof i?i(e,o):t().cloneElement(t().Children.only(i),o))},n}(t().Component);function ai(){}oi.contextType=Qr,oi.propTypes={},oi.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ai,onEntering:ai,onEntered:ai,onExit:ai,onExiting:ai,onExited:ai},oi.UNMOUNTED=ei,oi.EXITED=ti,oi.ENTERING=ni,oi.ENTERED=ri,oi.EXITING=ii;var si=oi;function ui(e,t){var n=e.timeout,r=e.style,i=void 0===r?{}:r;return{duration:i.transitionDuration||"number"==typeof n?n:n[t.mode]||0,delay:i.transitionDelay}}function ci(e){return"scale(".concat(e,", ").concat(Math.pow(e,2),")")}var li={entering:{opacity:1,transform:ci(1)},entered:{opacity:1,transform:"none"}},fi=e.forwardRef((function(t,r){var o=t.children,a=t.disableStrictModeCompat,s=void 0!==a&&a,u=t.in,c=t.onEnter,l=t.onEntered,f=t.onEntering,d=t.onExit,p=t.onExited,h=t.onExiting,v=t.style,y=t.timeout,m=void 0===y?"auto":y,g=t.TransitionComponent,b=void 0===g?si:g,x=i(t,["children","disableStrictModeCompat","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"]),S=e.useRef(),w=e.useRef(),k=Fe()||Nr,E=k.unstable_strictMode&&!s,R=e.useRef(null),O=Lr(o.ref,r),C=Lr(E?R:void 0,O),P=function(e){return function(t,n){if(e){var r=hr(E?[R.current,t]:[t,n],2),i=r[0],o=r[1];void 0===o?e(i):e(i,o)}}},j=P(f),A=P((function(e,t){!function(e){e.scrollTop}(e);var n,r=ui({style:v,timeout:m},{mode:"enter"}),i=r.duration,o=r.delay;"auto"===m?(n=k.transitions.getAutoHeightDuration(e.clientHeight),w.current=n):n=i,e.style.transition=[k.transitions.create("opacity",{duration:n,delay:o}),k.transitions.create("transform",{duration:.666*n,delay:o})].join(","),c&&c(e,t)})),M=P(l),T=P(h),N=P((function(e){var t,n=ui({style:v,timeout:m},{mode:"exit"}),r=n.duration,i=n.delay;"auto"===m?(t=k.transitions.getAutoHeightDuration(e.clientHeight),w.current=t):t=r,e.style.transition=[k.transitions.create("opacity",{duration:t,delay:i}),k.transitions.create("transform",{duration:.666*t,delay:i||.333*t})].join(","),e.style.opacity="0",e.style.transform=ci(.75),d&&d(e)})),I=P(p);return e.useEffect((function(){return function(){clearTimeout(S.current)}}),[]),e.createElement(b,n({appear:!0,in:u,nodeRef:E?R:void 0,onEnter:A,onEntered:M,onEntering:j,onExit:N,onExited:I,onExiting:T,addEndListener:function(e,t){var n=E?e:t;"auto"===m&&(S.current=setTimeout(n,w.current||0))},timeout:"auto"===m?null:m},x),(function(t,r){return e.cloneElement(o,n({style:n({opacity:0,transform:ci(.75),visibility:"exited"!==t||u?void 0:"hidden"},li[t],v,o.props.style),ref:C},r))}))}));fi.muiSupportAuto=!0;var di=fi,pi=e.forwardRef((function(t,r){var o=t.classes,a=t.className,s=t.component,u=void 0===s?"div":s,c=t.square,f=void 0!==c&&c,d=t.elevation,p=void 0===d?1:d,h=t.variant,v=void 0===h?"elevation":h,y=i(t,["classes","className","component","square","elevation","variant"]);return e.createElement(u,n({className:l(o.root,a,"outlined"===v?o.outlined:o["elevation".concat(p)],!f&&o.rounded),ref:r},y))})),hi=Ir((function(e){var t={};return e.shadows.forEach((function(e,n){t["elevation".concat(n)]={boxShadow:e}})),n({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"})(pi);function vi(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.height/2:"bottom"===t&&(n=e.height),n}function yi(e,t){var n=0;return"number"==typeof t?n=t:"center"===t?n=e.width/2:"right"===t&&(n=e.width),n}function mi(e){return[e.horizontal,e.vertical].map((function(e){return"number"==typeof e?"".concat(e,"px"):e})).join(" ")}function gi(e){return"function"==typeof e?e():e}var bi=e.forwardRef((function(t,r){var o=t.action,a=t.anchorEl,u=t.anchorOrigin,c=void 0===u?{vertical:"top",horizontal:"left"}:u,h=t.anchorPosition,v=t.anchorReference,y=void 0===v?"anchorEl":v,m=t.children,g=t.classes,b=t.className,x=t.container,S=t.elevation,w=void 0===S?8:S,k=t.getContentAnchorEl,E=t.marginThreshold,R=void 0===E?16:E,O=t.onEnter,C=t.onEntered,P=t.onEntering,j=t.onExit,A=t.onExited,M=t.onExiting,T=t.open,N=t.PaperProps,I=void 0===N?{}:N,z=t.transformOrigin,L=void 0===z?{vertical:"top",horizontal:"left"}:z,_=t.TransitionComponent,F=void 0===_?di:_,D=t.transitionDuration,$=void 0===D?"auto":D,W=t.TransitionProps,B=void 0===W?{}:W,U=i(t,["action","anchorEl","anchorOrigin","anchorPosition","anchorReference","children","classes","className","container","elevation","getContentAnchorEl","marginThreshold","onEnter","onEntered","onEntering","onExit","onExited","onExiting","open","PaperProps","transformOrigin","TransitionComponent","transitionDuration","TransitionProps"]),q=e.useRef(),H=e.useCallback((function(e){if("anchorPosition"===y)return h;var t=gi(a),n=(t&&1===t.nodeType?t:f(q.current).body).getBoundingClientRect(),r=0===e?c.vertical:"center";return{top:n.top+vi(n,r),left:n.left+yi(n,c.horizontal)}}),[a,c.horizontal,c.vertical,h,y]),V=e.useCallback((function(e){var t=0;if(k&&"anchorEl"===y){var n=k(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}),[c.vertical,y,k]),G=e.useCallback((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{vertical:vi(e,L.vertical)+t,horizontal:yi(e,L.horizontal)}}),[L.horizontal,L.vertical]),J=e.useCallback((function(e){var t=V(e),n={width:e.offsetWidth,height:e.offsetHeight},r=G(n,t);if("none"===y)return{top:null,left:null,transformOrigin:mi(r)};var i=H(t),o=i.top-r.vertical,s=i.left-r.horizontal,u=o+n.height,c=s+n.width,l=d(gi(a)),f=l.innerHeight-R,p=l.innerWidth-R;if(o<R){var h=o-R;o-=h,r.vertical+=h}else if(u>f){var v=u-f;o-=v,r.vertical+=v}if(s<R){var m=s-R;s-=m,r.horizontal+=m}else if(c>p){var g=c-p;s-=g,r.horizontal+=g}return{top:"".concat(Math.round(o),"px"),left:"".concat(Math.round(s),"px"),transformOrigin:mi(r)}}),[a,y,H,V,G,R]),K=e.useCallback((function(){var e=q.current;if(e){var t=J(e);null!==t.top&&(e.style.top=t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin}}),[J]),X=e.useCallback((function(e){q.current=s.findDOMNode(e)}),[]);e.useEffect((function(){T&&K()})),e.useImperativeHandle(o,(function(){return T?{updatePosition:function(){K()}}:null}),[T,K]),e.useEffect((function(){if(T){var e=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:166;function r(){for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var a=this,s=function(){e.apply(a,i)};clearTimeout(t),t=setTimeout(s,n)}return r.clear=function(){clearTimeout(t)},r}((function(){K()}));return window.addEventListener("resize",e),function(){e.clear(),window.removeEventListener("resize",e)}}}),[T,K]);var Y=$;"auto"!==$||F.muiSupportAuto||(Y=void 0);var Z=x||(a?f(gi(a)).body:void 0);return e.createElement(Yr,n({container:Z,open:T,ref:r,BackdropProps:{invisible:!0},className:l(g.root,b)},U),e.createElement(F,n({appear:!0,in:T,onEnter:O,onEntered:C,onExit:j,onExited:A,onExiting:M,timeout:Y},B,{onEntering:p((function(e,t){P&&P(e,t),K()}),B.onEntering)}),e.createElement(hi,n({elevation:w,ref:X},I,{className:l(g.paper,I.className)}),m)))})),xi=Ir({root:{},paper:{position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}},{name:"MuiPopover"})(bi),Si=o(12950),wi=o.n(Si),ki=o(58543);o(43753);function Ei(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 Ri(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 Ei(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 Ei(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.")}()}var Oi=function(n){var r=n.className,i=n.list,o=void 0===i?[]:i,a=n.popoverClassName,s=n.moreCustomize,u=n.anchorEl,c=n.hideMore,l=void 0!==c&&c,f=n.onCloseMore,d=n.style,p=Ri((0,e.useState)("auto-box-"+(0,ki.UUID)()),1)[0],h=Ri((0,e.useState)(null),2),v=h[0],y=h[1],m=Ri((0,e.useState)(!1),2),g=m[0],b=m[1],x=Ri((0,e.useState)(null),2),S=x[0],w=x[1],k=Ri((0,e.useState)({}),1)[0];(0,e.useEffect)((function(){void 0!==n.openMore&&b(n.openMore)}),[n.openMore]),(0,e.useEffect)((function(){u&&w(u)}),[u]),(0,e.useEffect)((function(){return P(),window.addEventListener("resize",P),function(){window.removeEventListener("resize",P)}}),[o]);var E,R=function(){b(!1),f&&f()},O=function(e){b(!0),w(e.target)},C=function(e){if(null!==e&&0!==e){void 0===e&&(e=o.length);var t=document.querySelector("."+p);if(t)if(t.scrollWidth>t.clientWidth){var n=Number(e)-1;y(n),C(n)}else o.length<=e&&(b(!1),f&&f())}},P=function(){clearTimeout(k.timer),b(!1),k.timer=setTimeout((function(){y(o.length),C()}),100)},j=(0,e.useMemo)((function(){return g&&t().createElement(xi,{open:g,anchorEl:S,onClose:R,anchorOrigin:{vertical:"bottom",horizontal:"left"},transformOrigin:{vertical:"top",horizontal:"left"},className:(n="auto-box-popover paraui-auto-box-popover",a&&(n+=" "+a),n)},t().createElement("div",{className:"auto-box-popover-content"},o&&o.map((function(n,r){return null!==v&&v>r?null:t().createElement(e.Fragment,{key:r},n)}))));var n}),[g,S,o,v,a]);return t().createElement("div",{className:(E="auto-box paraui-auto-box",p&&(E+=" "+p),r&&(E+=" "+r),E),style:d},o.map((function(n,r){return null!==v&&v<=r?null:t().createElement(e.Fragment,{key:r},n)})),function(){if(null!==v&&o.length>v&&!l)return t().createElement("div",{className:"auto-box-more",onClick:O},s||t().createElement(wi(),null))}(),j)},Ci=Oi}(),a}()}));
@@ -37,4 +37,4 @@
37
37
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
38
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
39
  * SOFTWARE.
40
- */var r="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,i=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(r&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var o=r&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),i))}};function s(e){return e&&"[object Function]"==={}.toString.call(e)}function a(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function u(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=a(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?e:c(u(e))}function l(e){return e&&e.referenceNode?e.referenceNode:e}var f=r&&!(!window.MSInputMethodContext||!document.documentMode),d=r&&/MSIE 10/.test(navigator.userAgent);function p(e){return 11===e?f:10===e?d:f||d}function h(e){if(!e)return document.documentElement;for(var t=p(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?h(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function v(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,i=n?t:e,o=document.createRange();o.setStart(r,0),o.setEnd(i,0);var s,a,u=o.commonAncestorContainer;if(e!==u&&t!==u||r.contains(i))return"BODY"===(a=(s=u).nodeName)||"HTML"!==a&&h(s.firstElementChild)!==s?h(u):u;var c=m(e);return c.host?v(c.host,t):v(e,m(t).host)}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var i=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||i;return o[n]}return e[n]}function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=y(t,"top"),i=y(t,"left"),o=n?-1:1;return e.top+=r*o,e.bottom+=r*o,e.left+=i*o,e.right+=i*o,e}function b(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function x(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],p(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function w(e){var t=e.body,n=e.documentElement,r=p(10)&&getComputedStyle(n);return{height:x("Height",t,n,r),width:x("Width",t,n,r)}}var Z=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},S=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),E=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},k=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};function O(e){return k({},e,{right:e.left+e.width,bottom:e.top+e.height})}function R(e){var t={};try{if(p(10)){t=e.getBoundingClientRect();var n=y(e,"top"),r=y(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var i={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?w(e.ownerDocument):{},s=o.width||e.clientWidth||i.width,u=o.height||e.clientHeight||i.height,c=e.offsetWidth-s,l=e.offsetHeight-u;if(c||l){var f=a(e);c-=b(f,"x"),l-=b(f,"y"),i.width-=c,i.height-=l}return O(i)}function P(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=p(10),i="HTML"===t.nodeName,o=R(e),s=R(t),u=c(e),l=a(t),f=parseFloat(l.borderTopWidth),d=parseFloat(l.borderLeftWidth);n&&i&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var h=O({top:o.top-s.top-f,left:o.left-s.left-d,width:o.width,height:o.height});if(h.marginTop=0,h.marginLeft=0,!r&&i){var m=parseFloat(l.marginTop),v=parseFloat(l.marginLeft);h.top-=f-m,h.bottom-=f-m,h.left-=d-v,h.right-=d-v,h.marginTop=m,h.marginLeft=v}return(r&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(h=g(h,t)),h}function C(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=P(e,n),i=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),s=t?0:y(n),a=t?0:y(n,"left"),u={top:s-r.top+r.marginTop,left:a-r.left+r.marginLeft,width:i,height:o};return O(u)}function T(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===a(e,"position"))return!0;var n=u(e);return!!n&&T(n)}function A(e){if(!e||!e.parentElement||p())return document.documentElement;for(var t=e.parentElement;t&&"none"===a(t,"transform");)t=t.parentElement;return t||document.documentElement}function M(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},s=i?A(e):v(e,l(t));if("viewport"===r)o=C(s,i);else{var a=void 0;"scrollParent"===r?"BODY"===(a=c(u(t))).nodeName&&(a=e.ownerDocument.documentElement):a="window"===r?e.ownerDocument.documentElement:r;var f=P(a,s,i);if("HTML"!==a.nodeName||T(s))o=f;else{var d=w(e.ownerDocument),p=d.height,h=d.width;o.top+=f.top-f.marginTop,o.bottom=p+f.top,o.left+=f.left-f.marginLeft,o.right=h+f.left}}var m="number"==typeof(n=n||0);return o.left+=m?n:n.left||0,o.top+=m?n:n.top||0,o.right-=m?n:n.right||0,o.bottom-=m?n:n.bottom||0,o}function j(e){return e.width*e.height}function N(e,t,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var s=M(n,r,o,i),a={top:{width:s.width,height:t.top-s.top},right:{width:s.right-t.right,height:s.height},bottom:{width:s.width,height:s.bottom-t.bottom},left:{width:t.left-s.left,height:s.height}},u=Object.keys(a).map((function(e){return k({key:e},a[e],{area:j(a[e])})})).sort((function(e,t){return t.area-e.area})),c=u.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),l=c.length>0?c[0].key:u[0].key,f=e.split("-")[1];return l+(f?"-"+f:"")}function L(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=r?A(t):v(t,l(n));return P(n,i,r)}function D(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function I(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function F(e,t,n){n=n.split("-")[0];var r=D(e),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",u=o?"height":"width",c=o?"width":"height";return i[s]=t[s]+t[u]/2-r[u]/2,i[a]=n===a?t[a]-r[c]:t[I(a)],i}function W(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function H(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=W(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&s(n)&&(t.offsets.popper=O(t.offsets.popper),t.offsets.reference=O(t.offsets.reference),t=n(t,e))})),t}function B(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=N(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=F(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=H(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function $(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function U(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var i=t[r],o=i?""+i+n:e;if(void 0!==document.body.style[o])return o}return null}function z(){return this.state.isDestroyed=!0,$(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[U("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function _(e){var t=e.ownerDocument;return t?t.defaultView:window}function V(e,t,n,r){var i="BODY"===e.nodeName,o=i?e.ownerDocument.defaultView:e;o.addEventListener(t,n,{passive:!0}),i||V(c(o.parentNode),t,n,r),r.push(o)}function q(e,t,n,r){n.updateBound=r,_(e).addEventListener("resize",n.updateBound,{passive:!0});var i=c(e);return V(i,"scroll",n.updateBound,n.scrollParents),n.scrollElement=i,n.eventsEnabled=!0,n}function G(){this.state.eventsEnabled||(this.state=q(this.reference,this.options,this.state,this.scheduleUpdate))}function Y(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,_(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function J(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function X(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&J(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var K=r&&/Firefox/i.test(navigator.userAgent);function Q(e,t,n){var r=W(e,(function(e){return e.name===t})),i=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!i){var o="`"+t+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return i}var ee=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],te=ee.slice(3);function ne(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=te.indexOf(e),r=te.slice(n+1).concat(te.slice(0,n));return t?r.reverse():r}var re="flip",ie="clockwise",oe="counterclockwise";function se(e,t,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),s=e.split(/(\+|\-)/).map((function(e){return e.trim()})),a=s.indexOf(W(s,(function(e){return-1!==e.search(/,|\s/)})));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(u)[0]]),[s[a].split(u)[1]].concat(s.slice(a+1))]:[s];return c=c.map((function(e,r){var i=(1===r?!o:o)?"height":"width",s=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,s=!0,e):s?(e[e.length-1]+=t,s=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var i=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],s=i[2];if(!o)return e;if(0===s.indexOf("%")){return O("%p"===s?n:r)[t]/100*o}if("vh"===s||"vw"===s)return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(e,i,t,n)}))})),c.forEach((function(e,t){e.forEach((function(n,r){J(n)&&(i[t]+=n*("-"===e[r-1]?-1:1))}))})),i}var ae={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var i=e.offsets,o=i.reference,s=i.popper,a=-1!==["bottom","top"].indexOf(n),u=a?"left":"top",c=a?"width":"height",l={start:E({},u,o[u]),end:E({},u,o[u]+o[c]-s[c])};e.offsets.popper=k({},s,l[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,i=e.offsets,o=i.popper,s=i.reference,a=r.split("-")[0],u=void 0;return u=J(+n)?[+n,0]:se(n,o,s,a),"left"===a?(o.top+=u[0],o.left-=u[1]):"right"===a?(o.top+=u[0],o.left+=u[1]):"top"===a?(o.left+=u[0],o.top-=u[1]):"bottom"===a&&(o.left+=u[0],o.top+=u[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||h(e.instance.popper);e.instance.reference===n&&(n=h(n));var r=U("transform"),i=e.instance.popper.style,o=i.top,s=i.left,a=i[r];i.top="",i.left="",i[r]="";var u=M(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);i.top=o,i.left=s,i[r]=a,t.boundaries=u;var c=t.priority,l=e.offsets.popper,f={primary:function(e){var n=l[e];return l[e]<u[e]&&!t.escapeWithReference&&(n=Math.max(l[e],u[e])),E({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=l[n];return l[e]>u[e]&&!t.escapeWithReference&&(r=Math.min(l[n],u[e]-("right"===e?l.width:l.height))),E({},n,r)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";l=k({},l,f[t](e))})),e.offsets.popper=l,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,i=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(i),a=s?"right":"bottom",u=s?"left":"top",c=s?"width":"height";return n[a]<o(r[u])&&(e.offsets.popper[u]=o(r[u])-n[c]),n[u]>o(r[a])&&(e.offsets.popper[u]=o(r[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Q(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var i=e.placement.split("-")[0],o=e.offsets,s=o.popper,u=o.reference,c=-1!==["left","right"].indexOf(i),l=c?"height":"width",f=c?"Top":"Left",d=f.toLowerCase(),p=c?"left":"top",h=c?"bottom":"right",m=D(r)[l];u[h]-m<s[d]&&(e.offsets.popper[d]-=s[d]-(u[h]-m)),u[d]+m>s[h]&&(e.offsets.popper[d]+=u[d]+m-s[h]),e.offsets.popper=O(e.offsets.popper);var v=u[d]+u[l]/2-m/2,y=a(e.instance.popper),g=parseFloat(y["margin"+f]),b=parseFloat(y["border"+f+"Width"]),x=v-e.offsets.popper[d]-g-b;return x=Math.max(Math.min(s[l]-m,x),0),e.arrowElement=r,e.offsets.arrow=(E(n={},d,Math.round(x)),E(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if($(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=M(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],i=I(r),o=e.placement.split("-")[1]||"",s=[];switch(t.behavior){case re:s=[r,i];break;case ie:s=ne(r);break;case oe:s=ne(r,!0);break;default:s=t.behavior}return s.forEach((function(a,u){if(r!==a||s.length===u+1)return e;r=e.placement.split("-")[0],i=I(r);var c=e.offsets.popper,l=e.offsets.reference,f=Math.floor,d="left"===r&&f(c.right)>f(l.left)||"right"===r&&f(c.left)<f(l.right)||"top"===r&&f(c.bottom)>f(l.top)||"bottom"===r&&f(c.top)<f(l.bottom),p=f(c.left)<f(n.left),h=f(c.right)>f(n.right),m=f(c.top)<f(n.top),v=f(c.bottom)>f(n.bottom),y="left"===r&&p||"right"===r&&h||"top"===r&&m||"bottom"===r&&v,g=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(g&&"start"===o&&p||g&&"end"===o&&h||!g&&"start"===o&&m||!g&&"end"===o&&v),x=!!t.flipVariationsByContent&&(g&&"start"===o&&h||g&&"end"===o&&p||!g&&"start"===o&&v||!g&&"end"===o&&m),w=b||x;(d||y||w)&&(e.flipped=!0,(d||y)&&(r=s[u+1]),w&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=r+(o?"-"+o:""),e.offsets.popper=k({},e.offsets.popper,F(e.instance.popper,e.offsets.reference,e.placement)),e=H(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,i=r.popper,o=r.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return i[s?"left":"top"]=o[n]-(a?i[s?"width":"height"]:0),e.placement=I(t),e.offsets.popper=O(i),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Q(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=W(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,i=e.offsets.popper,o=W(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==o?o:t.gpuAcceleration,a=h(e.instance.popper),u=R(a),c={position:i.position},l=function(e,t){var n=e.offsets,r=n.popper,i=n.reference,o=Math.round,s=Math.floor,a=function(e){return e},u=o(i.width),c=o(r.width),l=-1!==["left","right"].indexOf(e.placement),f=-1!==e.placement.indexOf("-"),d=t?l||f||u%2==c%2?o:s:a,p=t?o:a;return{left:d(u%2==1&&c%2==1&&!f&&t?r.left-1:r.left),top:p(r.top),bottom:p(r.bottom),right:d(r.right)}}(e,window.devicePixelRatio<2||!K),f="bottom"===n?"top":"bottom",d="right"===r?"left":"right",p=U("transform"),m=void 0,v=void 0;if(v="bottom"===f?"HTML"===a.nodeName?-a.clientHeight+l.bottom:-u.height+l.bottom:l.top,m="right"===d?"HTML"===a.nodeName?-a.clientWidth+l.right:-u.width+l.right:l.left,s&&p)c[p]="translate3d("+m+"px, "+v+"px, 0)",c[f]=0,c[d]=0,c.willChange="transform";else{var y="bottom"===f?-1:1,g="right"===d?-1:1;c[f]=v*y,c[d]=m*g,c.willChange=f+", "+d}var b={"x-placement":e.placement};return e.attributes=k({},b,e.attributes),e.styles=k({},c,e.styles),e.arrowStyles=k({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return X(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&X(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,i){var o=L(i,t,e,n.positionFixed),s=N(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",s),X(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},ue={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:ae},ce=function(){function e(t,n){var r=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Z(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=o(this.update.bind(this)),this.options=k({},e.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(k({},e.Defaults.modifiers,i.modifiers)).forEach((function(t){r.options.modifiers[t]=k({},e.Defaults.modifiers[t]||{},i.modifiers?i.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return k({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&s(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var a=this.options.eventsEnabled;a&&this.enableEventListeners(),this.state.eventsEnabled=a}return S(e,[{key:"update",value:function(){return B.call(this)}},{key:"destroy",value:function(){return z.call(this)}},{key:"enableEventListeners",value:function(){return G.call(this)}},{key:"disableEventListeners",value:function(){return Y.call(this)}}]),e}();ce.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,ce.placements=ee,ce.Defaults=ue,t.Z=ce},96630:function(e,t,n){"use strict";var r=n(63366),i=n(94578),o=n(8156),s=n.n(o),a=n(47111),u=n.n(a),c=n(6035),l=n(220),f="unmounted",d="exited",p="entering",h="entered",m="exiting",v=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=d,r.appearStatus=p):i=h:i=t.unmountOnExit||t.mountOnEnter?f:d,r.state={status:i},r.nextCallback=null,r}(0,i.Z)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===f?{status:d}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==p&&n!==h&&(t=p):n!==p&&n!==h||(t=m)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===p?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===d&&this.setState({status:f})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[u().findDOMNode(this),r],o=i[0],s=i[1],a=this.getTimeouts(),l=r?a.appear:a.enter;!e&&!n||c.Z.disabled?this.safeSetState({status:h},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,s),this.safeSetState({status:p},(function(){t.props.onEntering(o,s),t.onTransitionEnd(l,(function(){t.safeSetState({status:h},(function(){t.props.onEntered(o,s)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:u().findDOMNode(this);t&&!c.Z.disabled?(this.props.onExit(r),this.safeSetState({status:m},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:d},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:d},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:u().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],s=i[1];this.props.addEndListener(o,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===f)return null;var t=this.props,n=t.children,i=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.Z)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return s().createElement(l.Z.Provider,{value:null},"function"==typeof n?n(e,i):s().cloneElement(s().Children.only(n),i))},t}(s().Component);function y(){}v.contextType=l.Z,v.propTypes={},v.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:y,onEntering:y,onEntered:y,onExit:y,onExiting:y,onExited:y},v.UNMOUNTED=f,v.EXITED=d,v.ENTERING=p,v.ENTERED=h,v.EXITING=m,t.ZP=v},220:function(e,t,n){"use strict";var r=n(8156),i=n.n(r);t.Z=i().createContext(null)},6035:function(e,t){"use strict";t.Z={disabled:!1}},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||{}},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]}}(),s=[];function a(e){for(var t=-1,n=0;n<s.length;n++)if(s[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=a(l),d={css:o[1],media:o[2],sourceMap:o[3]};-1!==f?(s[f].references++,s[f].updater(d)):s.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 s=o(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.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),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(o,s[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=a(n[r]);s[i].references--}for(var o=u(e,t),c=0;c<n.length;c++){var l=a(n[c]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=o}}}},5685:function(e,t,n){"use strict";var r=n(8156),i=n.n(r),o=n(868),s=n(86010);n(42560);function a(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)}t.default=function(e){var t,n=e.placement,r=void 0===n?"bottom":n,c=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){a(e,t,n[t])}))}return e}({},e.classes,{popper:(0,s.Z)("paraui-tooltip",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(o.ZP,u({},e,{classes:c}))}},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}})},43144:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}n.d(t,{Z:function(){return i}})},4942:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},87462:function(e,t,n){"use strict";function r(){return r=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},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=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);s=!0);}catch(e){a=!0,i=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw i}}return o}}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 s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)n=s[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||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 a}});var r=n(83878),i=n(31902),o=n(40181),s=n(25267);function a(e,t){return(0,r.Z)(e)||(0,i.Z)(e,t)||(0,o.Z)(e,t)||(0,s.Z)()}},89062:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(45057),i=n(59199),o=n(40181),s=n(42786);function a(e){return(0,r.Z)(e)||(0,i.Z)(e)||(0,o.Z)(e)||(0,s.Z)()}},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}}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var o=r[e]={id:e,exports:{}};return n[e](o,o.exports,i),o.exports}i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,{a:t}),t},i.d=function(e,t){for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){"use strict";i.r(o);var e=i(8156),t=i.n(e),n=i(5685);i(89034);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}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=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);s=!0);}catch(e){a=!0,i=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw i}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return r(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 r(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.")}()}o.default=function(r){var i=r.children,o=r.placement,a=void 0===o?"bottom-start":o,u=r.tips,c=void 0===u?"":u,l=r.className,f=void 0===l?"":l,d=(0,e.useRef)(),p=s((0,e.useState)(""),2),h=p[0],m=p[1];(0,e.useEffect)((function(){m(c)}),[c]);var v;return t().createElement("div",{ref:d,className:(v="paraui-auto-tips",f&&(v+=" "+f),v),onMouseOver:function(e){d.current&&d.current.scrollWidth>d.current.offsetWidth?m(c||d.current.innerText):m("")}},t().createElement(n.default,{title:h,placement:a},t().createElement("div",{className:"auto-tips-content"},i)))}}(),o}()}));
40
+ */var r="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,i=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(r&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var o=r&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),i))}};function s(e){return e&&"[object Function]"==={}.toString.call(e)}function a(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function u(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function c(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=a(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?e:c(u(e))}function l(e){return e&&e.referenceNode?e.referenceNode:e}var f=r&&!(!window.MSInputMethodContext||!document.documentMode),d=r&&/MSIE 10/.test(navigator.userAgent);function p(e){return 11===e?f:10===e?d:f||d}function h(e){if(!e)return document.documentElement;for(var t=p(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===a(n,"position")?h(n):n:e?e.ownerDocument.documentElement:document.documentElement}function m(e){return null!==e.parentNode?m(e.parentNode):e}function v(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,i=n?t:e,o=document.createRange();o.setStart(r,0),o.setEnd(i,0);var s,a,u=o.commonAncestorContainer;if(e!==u&&t!==u||r.contains(i))return"BODY"===(a=(s=u).nodeName)||"HTML"!==a&&h(s.firstElementChild)!==s?h(u):u;var c=m(e);return c.host?v(c.host,t):v(e,m(t).host)}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var i=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||i;return o[n]}return e[n]}function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=y(t,"top"),i=y(t,"left"),o=n?-1:1;return e.top+=r*o,e.bottom+=r*o,e.left+=i*o,e.right+=i*o,e}function b(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function x(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],p(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function w(e){var t=e.body,n=e.documentElement,r=p(10)&&getComputedStyle(n);return{height:x("Height",t,n,r),width:x("Width",t,n,r)}}var Z=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},S=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),E=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},k=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};function O(e){return k({},e,{right:e.left+e.width,bottom:e.top+e.height})}function R(e){var t={};try{if(p(10)){t=e.getBoundingClientRect();var n=y(e,"top"),r=y(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var i={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?w(e.ownerDocument):{},s=o.width||e.clientWidth||i.width,u=o.height||e.clientHeight||i.height,c=e.offsetWidth-s,l=e.offsetHeight-u;if(c||l){var f=a(e);c-=b(f,"x"),l-=b(f,"y"),i.width-=c,i.height-=l}return O(i)}function P(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=p(10),i="HTML"===t.nodeName,o=R(e),s=R(t),u=c(e),l=a(t),f=parseFloat(l.borderTopWidth),d=parseFloat(l.borderLeftWidth);n&&i&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var h=O({top:o.top-s.top-f,left:o.left-s.left-d,width:o.width,height:o.height});if(h.marginTop=0,h.marginLeft=0,!r&&i){var m=parseFloat(l.marginTop),v=parseFloat(l.marginLeft);h.top-=f-m,h.bottom-=f-m,h.left-=d-v,h.right-=d-v,h.marginTop=m,h.marginLeft=v}return(r&&!n?t.contains(u):t===u&&"BODY"!==u.nodeName)&&(h=g(h,t)),h}function C(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=P(e,n),i=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),s=t?0:y(n),a=t?0:y(n,"left"),u={top:s-r.top+r.marginTop,left:a-r.left+r.marginLeft,width:i,height:o};return O(u)}function T(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===a(e,"position"))return!0;var n=u(e);return!!n&&T(n)}function A(e){if(!e||!e.parentElement||p())return document.documentElement;for(var t=e.parentElement;t&&"none"===a(t,"transform");)t=t.parentElement;return t||document.documentElement}function M(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},s=i?A(e):v(e,l(t));if("viewport"===r)o=C(s,i);else{var a=void 0;"scrollParent"===r?"BODY"===(a=c(u(t))).nodeName&&(a=e.ownerDocument.documentElement):a="window"===r?e.ownerDocument.documentElement:r;var f=P(a,s,i);if("HTML"!==a.nodeName||T(s))o=f;else{var d=w(e.ownerDocument),p=d.height,h=d.width;o.top+=f.top-f.marginTop,o.bottom=p+f.top,o.left+=f.left-f.marginLeft,o.right=h+f.left}}var m="number"==typeof(n=n||0);return o.left+=m?n:n.left||0,o.top+=m?n:n.top||0,o.right-=m?n:n.right||0,o.bottom-=m?n:n.bottom||0,o}function j(e){return e.width*e.height}function N(e,t,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var s=M(n,r,o,i),a={top:{width:s.width,height:t.top-s.top},right:{width:s.right-t.right,height:s.height},bottom:{width:s.width,height:s.bottom-t.bottom},left:{width:t.left-s.left,height:s.height}},u=Object.keys(a).map((function(e){return k({key:e},a[e],{area:j(a[e])})})).sort((function(e,t){return t.area-e.area})),c=u.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),l=c.length>0?c[0].key:u[0].key,f=e.split("-")[1];return l+(f?"-"+f:"")}function L(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=r?A(t):v(t,l(n));return P(n,i,r)}function D(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function I(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function F(e,t,n){n=n.split("-")[0];var r=D(e),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),s=o?"top":"left",a=o?"left":"top",u=o?"height":"width",c=o?"width":"height";return i[s]=t[s]+t[u]/2-r[u]/2,i[a]=n===a?t[a]-r[c]:t[I(a)],i}function W(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function H(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=W(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&s(n)&&(t.offsets.popper=O(t.offsets.popper),t.offsets.reference=O(t.offsets.reference),t=n(t,e))})),t}function B(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=N(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=F(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=H(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function $(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function U(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var i=t[r],o=i?""+i+n:e;if(void 0!==document.body.style[o])return o}return null}function z(){return this.state.isDestroyed=!0,$(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[U("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function _(e){var t=e.ownerDocument;return t?t.defaultView:window}function V(e,t,n,r){var i="BODY"===e.nodeName,o=i?e.ownerDocument.defaultView:e;o.addEventListener(t,n,{passive:!0}),i||V(c(o.parentNode),t,n,r),r.push(o)}function q(e,t,n,r){n.updateBound=r,_(e).addEventListener("resize",n.updateBound,{passive:!0});var i=c(e);return V(i,"scroll",n.updateBound,n.scrollParents),n.scrollElement=i,n.eventsEnabled=!0,n}function G(){this.state.eventsEnabled||(this.state=q(this.reference,this.options,this.state,this.scheduleUpdate))}function Y(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,_(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function J(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function X(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&J(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var K=r&&/Firefox/i.test(navigator.userAgent);function Q(e,t,n){var r=W(e,(function(e){return e.name===t})),i=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!i){var o="`"+t+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return i}var ee=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],te=ee.slice(3);function ne(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=te.indexOf(e),r=te.slice(n+1).concat(te.slice(0,n));return t?r.reverse():r}var re="flip",ie="clockwise",oe="counterclockwise";function se(e,t,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),s=e.split(/(\+|\-)/).map((function(e){return e.trim()})),a=s.indexOf(W(s,(function(e){return-1!==e.search(/,|\s/)})));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,c=-1!==a?[s.slice(0,a).concat([s[a].split(u)[0]]),[s[a].split(u)[1]].concat(s.slice(a+1))]:[s];return c=c.map((function(e,r){var i=(1===r?!o:o)?"height":"width",s=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,s=!0,e):s?(e[e.length-1]+=t,s=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var i=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],s=i[2];if(!o)return e;if(0===s.indexOf("%")){return O("%p"===s?n:r)[t]/100*o}if("vh"===s||"vw"===s)return("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(e,i,t,n)}))})),c.forEach((function(e,t){e.forEach((function(n,r){J(n)&&(i[t]+=n*("-"===e[r-1]?-1:1))}))})),i}var ae={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var i=e.offsets,o=i.reference,s=i.popper,a=-1!==["bottom","top"].indexOf(n),u=a?"left":"top",c=a?"width":"height",l={start:E({},u,o[u]),end:E({},u,o[u]+o[c]-s[c])};e.offsets.popper=k({},s,l[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,i=e.offsets,o=i.popper,s=i.reference,a=r.split("-")[0],u=void 0;return u=J(+n)?[+n,0]:se(n,o,s,a),"left"===a?(o.top+=u[0],o.left-=u[1]):"right"===a?(o.top+=u[0],o.left+=u[1]):"top"===a?(o.left+=u[0],o.top-=u[1]):"bottom"===a&&(o.left+=u[0],o.top+=u[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||h(e.instance.popper);e.instance.reference===n&&(n=h(n));var r=U("transform"),i=e.instance.popper.style,o=i.top,s=i.left,a=i[r];i.top="",i.left="",i[r]="";var u=M(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);i.top=o,i.left=s,i[r]=a,t.boundaries=u;var c=t.priority,l=e.offsets.popper,f={primary:function(e){var n=l[e];return l[e]<u[e]&&!t.escapeWithReference&&(n=Math.max(l[e],u[e])),E({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=l[n];return l[e]>u[e]&&!t.escapeWithReference&&(r=Math.min(l[n],u[e]-("right"===e?l.width:l.height))),E({},n,r)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";l=k({},l,f[t](e))})),e.offsets.popper=l,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,i=e.placement.split("-")[0],o=Math.floor,s=-1!==["top","bottom"].indexOf(i),a=s?"right":"bottom",u=s?"left":"top",c=s?"width":"height";return n[a]<o(r[u])&&(e.offsets.popper[u]=o(r[u])-n[c]),n[u]>o(r[a])&&(e.offsets.popper[u]=o(r[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Q(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var i=e.placement.split("-")[0],o=e.offsets,s=o.popper,u=o.reference,c=-1!==["left","right"].indexOf(i),l=c?"height":"width",f=c?"Top":"Left",d=f.toLowerCase(),p=c?"left":"top",h=c?"bottom":"right",m=D(r)[l];u[h]-m<s[d]&&(e.offsets.popper[d]-=s[d]-(u[h]-m)),u[d]+m>s[h]&&(e.offsets.popper[d]+=u[d]+m-s[h]),e.offsets.popper=O(e.offsets.popper);var v=u[d]+u[l]/2-m/2,y=a(e.instance.popper),g=parseFloat(y["margin"+f]),b=parseFloat(y["border"+f+"Width"]),x=v-e.offsets.popper[d]-g-b;return x=Math.max(Math.min(s[l]-m,x),0),e.arrowElement=r,e.offsets.arrow=(E(n={},d,Math.round(x)),E(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if($(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=M(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],i=I(r),o=e.placement.split("-")[1]||"",s=[];switch(t.behavior){case re:s=[r,i];break;case ie:s=ne(r);break;case oe:s=ne(r,!0);break;default:s=t.behavior}return s.forEach((function(a,u){if(r!==a||s.length===u+1)return e;r=e.placement.split("-")[0],i=I(r);var c=e.offsets.popper,l=e.offsets.reference,f=Math.floor,d="left"===r&&f(c.right)>f(l.left)||"right"===r&&f(c.left)<f(l.right)||"top"===r&&f(c.bottom)>f(l.top)||"bottom"===r&&f(c.top)<f(l.bottom),p=f(c.left)<f(n.left),h=f(c.right)>f(n.right),m=f(c.top)<f(n.top),v=f(c.bottom)>f(n.bottom),y="left"===r&&p||"right"===r&&h||"top"===r&&m||"bottom"===r&&v,g=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(g&&"start"===o&&p||g&&"end"===o&&h||!g&&"start"===o&&m||!g&&"end"===o&&v),x=!!t.flipVariationsByContent&&(g&&"start"===o&&h||g&&"end"===o&&p||!g&&"start"===o&&v||!g&&"end"===o&&m),w=b||x;(d||y||w)&&(e.flipped=!0,(d||y)&&(r=s[u+1]),w&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=r+(o?"-"+o:""),e.offsets.popper=k({},e.offsets.popper,F(e.instance.popper,e.offsets.reference,e.placement)),e=H(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,i=r.popper,o=r.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return i[s?"left":"top"]=o[n]-(a?i[s?"width":"height"]:0),e.placement=I(t),e.offsets.popper=O(i),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Q(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=W(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,i=e.offsets.popper,o=W(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==o?o:t.gpuAcceleration,a=h(e.instance.popper),u=R(a),c={position:i.position},l=function(e,t){var n=e.offsets,r=n.popper,i=n.reference,o=Math.round,s=Math.floor,a=function(e){return e},u=o(i.width),c=o(r.width),l=-1!==["left","right"].indexOf(e.placement),f=-1!==e.placement.indexOf("-"),d=t?l||f||u%2==c%2?o:s:a,p=t?o:a;return{left:d(u%2==1&&c%2==1&&!f&&t?r.left-1:r.left),top:p(r.top),bottom:p(r.bottom),right:d(r.right)}}(e,window.devicePixelRatio<2||!K),f="bottom"===n?"top":"bottom",d="right"===r?"left":"right",p=U("transform"),m=void 0,v=void 0;if(v="bottom"===f?"HTML"===a.nodeName?-a.clientHeight+l.bottom:-u.height+l.bottom:l.top,m="right"===d?"HTML"===a.nodeName?-a.clientWidth+l.right:-u.width+l.right:l.left,s&&p)c[p]="translate3d("+m+"px, "+v+"px, 0)",c[f]=0,c[d]=0,c.willChange="transform";else{var y="bottom"===f?-1:1,g="right"===d?-1:1;c[f]=v*y,c[d]=m*g,c.willChange=f+", "+d}var b={"x-placement":e.placement};return e.attributes=k({},b,e.attributes),e.styles=k({},c,e.styles),e.arrowStyles=k({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return X(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&X(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,i){var o=L(i,t,e,n.positionFixed),s=N(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",s),X(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},ue={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:ae},ce=function(){function e(t,n){var r=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Z(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=o(this.update.bind(this)),this.options=k({},e.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(k({},e.Defaults.modifiers,i.modifiers)).forEach((function(t){r.options.modifiers[t]=k({},e.Defaults.modifiers[t]||{},i.modifiers?i.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return k({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&s(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var a=this.options.eventsEnabled;a&&this.enableEventListeners(),this.state.eventsEnabled=a}return S(e,[{key:"update",value:function(){return B.call(this)}},{key:"destroy",value:function(){return z.call(this)}},{key:"enableEventListeners",value:function(){return G.call(this)}},{key:"disableEventListeners",value:function(){return Y.call(this)}}]),e}();ce.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,ce.placements=ee,ce.Defaults=ue,t.Z=ce},96630:function(e,t,n){"use strict";var r=n(63366),i=n(94578),o=n(8156),s=n.n(o),a=n(47111),u=n.n(a),c=n(6035),l=n(220),f="unmounted",d="exited",p="entering",h="entered",m="exiting",v=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=d,r.appearStatus=p):i=h:i=t.unmountOnExit||t.mountOnEnter?f:d,r.state={status:i},r.nextCallback=null,r}(0,i.Z)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===f?{status:d}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==p&&n!==h&&(t=p):n!==p&&n!==h||(t=m)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===p?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===d&&this.setState({status:f})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[u().findDOMNode(this),r],o=i[0],s=i[1],a=this.getTimeouts(),l=r?a.appear:a.enter;!e&&!n||c.Z.disabled?this.safeSetState({status:h},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,s),this.safeSetState({status:p},(function(){t.props.onEntering(o,s),t.onTransitionEnd(l,(function(){t.safeSetState({status:h},(function(){t.props.onEntered(o,s)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:u().findDOMNode(this);t&&!c.Z.disabled?(this.props.onExit(r),this.safeSetState({status:m},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:d},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:d},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:u().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],s=i[1];this.props.addEndListener(o,s)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===f)return null;var t=this.props,n=t.children,i=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.Z)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return s().createElement(l.Z.Provider,{value:null},"function"==typeof n?n(e,i):s().cloneElement(s().Children.only(n),i))},t}(s().Component);function y(){}v.contextType=l.Z,v.propTypes={},v.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:y,onEntering:y,onEntered:y,onExit:y,onExiting:y,onExited:y},v.UNMOUNTED=f,v.EXITED=d,v.ENTERING=p,v.ENTERED=h,v.EXITING=m,t.ZP=v},220:function(e,t,n){"use strict";var r=n(8156),i=n.n(r);t.Z=i().createContext(null)},6035:function(e,t){"use strict";t.Z={disabled:!1}},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||{}},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]}}(),s=[];function a(e){for(var t=-1,n=0;n<s.length;n++)if(s[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=a(l),d={css:o[1],media:o[2],sourceMap:o[3]};-1!==f?(s[f].references++,s[f].updater(d)):s.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 s=o(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.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),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(o,s[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=a(n[r]);s[i].references--}for(var o=u(e,t),c=0;c<n.length;c++){var l=a(n[c]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=o}}}},5685:function(e,t,n){"use strict";var r=n(8156),i=n.n(r),o=n(868),s=n(86010);n(42560);function a(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)}t.default=function(e){var t,n=e.placement,r=void 0===n?"bottom":n,c=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){a(e,t,n[t])}))}return e}({},e.classes,{popper:(0,s.Z)("paraui-tooltip",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(o.ZP,u({},e,{classes:c}))}},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}})},43144:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}n.d(t,{Z:function(){return i}})},4942:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},87462:function(e,t,n){"use strict";function r(){return r=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},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=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);s=!0);}catch(e){a=!0,i=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw i}}return o}}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 s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)n=s[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||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 a}});var r=n(83878),i=n(31902),o=n(40181),s=n(25267);function a(e,t){return(0,r.Z)(e)||(0,i.Z)(e,t)||(0,o.Z)(e,t)||(0,s.Z)()}},89062:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(45057),i=n(59199),o=n(40181),s=n(42786);function a(e){return(0,r.Z)(e)||(0,i.Z)(e)||(0,o.Z)(e)||(0,s.Z)()}},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}}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var o=r[e]={id:e,exports:{}};return n[e](o,o.exports,i),o.exports}i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,{a:t}),t},i.d=function(e,t){for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){"use strict";i.r(o);var e=i(8156),t=i.n(e),n=i(5685);i(89034);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}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=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);s=!0);}catch(e){a=!0,i=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw i}}return o}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return r(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 r(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.")}()}o.default=function(r){var i=r.children,o=r.placement,a=void 0===o?"bottom-start":o,u=r.tips,c=void 0===u?"":u,l=r.className,f=void 0===l?"":l,d=r.style,p=(0,e.useRef)(),h=s((0,e.useState)(""),2),m=h[0],v=h[1];(0,e.useEffect)((function(){v(c)}),[c]);var y;return t().createElement("div",{ref:p,className:(y="paraui-auto-tips",f&&(y+=" "+f),y),onMouseOver:function(e){p.current&&p.current.scrollWidth>p.current.offsetWidth?v(c||p.current.innerText):v("")},style:d},t().createElement(n.default,{title:m,placement:a},t().createElement("div",{className:"auto-tips-content"},i)))}}(),o}()}));