@para-ui/core 2.2.9 → 2.2.12

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 (107) hide show
  1. package/ComboSelect/index.js +2 -2
  2. package/ComboSelect/lang/en_US.d.ts +1 -0
  3. package/ComboSelect/lang/index.d.ts +2 -0
  4. package/ComboSelect/lang/zh_CN.d.ts +1 -0
  5. package/Dropdown/index.d.ts +38 -0
  6. package/Dropdown/index.js +15 -0
  7. package/Form/index.js +2 -2
  8. package/FormItem/index.js +3 -3
  9. package/FunctionModal/index.js +1 -1
  10. package/GlobalContext/componentsProps.d.ts +2 -0
  11. package/InputLang/index.js +2 -2
  12. package/Loading/index.js +1 -1
  13. package/Modal/index.js +1 -1
  14. package/MultiBox/index.js +2 -2
  15. package/PageHeader/index.js +1 -1
  16. package/Pagination/index.js +2 -2
  17. package/PopoverNew/TooltipNew/index.d.ts +11 -0
  18. package/PopoverNew/TooltipNew/interface.d.ts +31 -0
  19. package/PopoverNew/TooltipNew/utils.d.ts +18 -0
  20. package/PopoverNew/index.d.ts +16 -0
  21. package/PopoverNew/index.js +14 -0
  22. package/README.md +22 -0
  23. package/Search/index.js +2 -2
  24. package/Select/index.js +1 -1
  25. package/SelectInput/index.js +1 -1
  26. package/Selector/index.d.ts +11 -0
  27. package/Selector/index.js +14 -0
  28. package/Selector/interface.d.ts +355 -0
  29. package/Selector/lang/en_US.d.ts +8 -0
  30. package/Selector/lang/index.d.ts +17 -0
  31. package/Selector/lang/zh_CN.d.ts +8 -0
  32. package/Selector/selectorData/index.d.ts +10 -0
  33. package/Selector/selectorMain/index.d.ts +10 -0
  34. package/Selector/selectorNode/index.d.ts +10 -0
  35. package/Selector/util.d.ts +15 -0
  36. package/SelectorPicker/index.d.ts +49 -0
  37. package/SelectorPicker/index.js +14 -0
  38. package/SingleBox/index.js +2 -2
  39. package/Table/index.js +2 -2
  40. package/TextField/index.d.ts +2 -0
  41. package/TextField/index.js +2 -2
  42. package/Transfer/index.js +2 -2
  43. package/Tree/index.js +1 -1
  44. package/Upload/index.js +1 -1
  45. package/cdn/AutoBox/index.js +31 -16
  46. package/cdn/AutoTips/index.js +2 -2
  47. package/cdn/Breadcrumbs/index.js +31 -17
  48. package/cdn/Button/index.js +32 -43
  49. package/cdn/ButtonGroup/index.js +32 -43
  50. package/cdn/Cascader/index.js +27 -25
  51. package/cdn/Checkbox/index.js +31 -17
  52. package/cdn/CheckboxGroup/index.js +31 -17
  53. package/cdn/Collapse/index.js +29 -13
  54. package/cdn/CollapseBox/index.js +1 -1
  55. package/cdn/ColorPicker/index.js +1 -1
  56. package/cdn/ComboSelect/index.js +34 -384
  57. package/cdn/DatePicker/index.js +34 -137
  58. package/cdn/Desktop/index.js +4 -4
  59. package/cdn/Drawer/index.js +33 -44
  60. package/cdn/Dropdown/index.js +16 -0
  61. package/cdn/Form/index.js +34 -423
  62. package/cdn/FormItem/index.js +34 -423
  63. package/cdn/FunctionModal/index.js +31 -108
  64. package/cdn/Help/index.js +31 -17
  65. package/cdn/InputLang/index.js +31 -108
  66. package/cdn/InputNumber/index.js +33 -71
  67. package/cdn/Label/index.js +31 -17
  68. package/cdn/Loading/index.js +18 -3
  69. package/cdn/Menu/index.js +18 -29
  70. package/cdn/Message/index.js +19 -42
  71. package/cdn/Modal/index.js +31 -108
  72. package/cdn/MultiBox/index.js +31 -95
  73. package/cdn/Notification/index.js +27 -50
  74. package/cdn/OperateBtn/index.js +31 -56
  75. package/cdn/PageHeader/index.js +31 -56
  76. package/cdn/Pagination/index.js +32 -174
  77. package/cdn/ParauiProvider/index.js +1 -1
  78. package/cdn/PopConfirm/index.js +31 -95
  79. package/cdn/Popover/index.js +3 -3
  80. package/cdn/PopoverNew/index.js +16 -0
  81. package/cdn/Progress/index.js +24 -47
  82. package/cdn/Radio/index.js +31 -17
  83. package/cdn/RadioGroup/index.js +31 -17
  84. package/cdn/Search/index.js +31 -108
  85. package/cdn/Select/index.js +31 -95
  86. package/cdn/SelectInput/index.js +31 -95
  87. package/cdn/Selector/index.js +82 -0
  88. package/cdn/SelectorPicker/index.js +82 -0
  89. package/cdn/SingleBox/index.js +31 -95
  90. package/cdn/Slider/index.js +3 -3
  91. package/cdn/Stepper/index.js +25 -126
  92. package/cdn/Switch/index.js +32 -31
  93. package/cdn/Table/index.js +32 -252
  94. package/cdn/Tabs/index.js +32 -122
  95. package/cdn/Tag/index.js +18 -16
  96. package/cdn/TextField/index.js +31 -69
  97. package/cdn/TimePicker/index.js +34 -137
  98. package/cdn/Timeline/index.js +1 -1
  99. package/cdn/ToggleButton/index.js +32 -43
  100. package/cdn/Tooltip/index.js +2 -2
  101. package/cdn/Transfer/index.js +31 -134
  102. package/cdn/Tree/index.js +33 -123
  103. package/cdn/Upload/index.js +36 -191
  104. package/index.d.ts +8 -0
  105. package/index.js +4 -4
  106. package/package.json +4 -2
  107. package/style.css +13 -5
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@para-ui/core/GlobalContext"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","@para-ui/core/GlobalContext","@paraview/lib"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@para-ui/core/GlobalContext"),require("@paraview/lib")):e.ParaUI=t(e.react,e["@para-ui/core/GlobalContext"],e["@paraview/lib"])}(self,(function(e,t,r){return function(){var n={55223:function(e,t,r){(t=r(23645)(!1)).push([e.id,"/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(171,176,185,.12)}::-webkit-scrollbar-track{border-radius:6px}::-webkit-scrollbar-thumb{background:rgba(46,55,67,.4);border-radius:6px}::-webkit-scrollbar-corner{background:#eceef0}::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(46,55,67,.4)}.paraui-scrollbar-small *::-webkit-scrollbar,.paraui-scrollbar-small::-webkit-scrollbar{width:4px;height:4px}.paraui-scrollbar-small *::-webkit-scrollbar-track,.paraui-scrollbar-small::-webkit-scrollbar-track{border-radius:4px}.paraui-scrollbar-small *::-webkit-scrollbar-thumb,.paraui-scrollbar-small::-webkit-scrollbar-thumb{border-radius:4px}.paraui-scrollbar-small-deep * ::-webkit-scrollbar,.paraui-scrollbar-small-deep ::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-small-deep ::-webkit-scrollbar-track{border-radius:4px}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb{border-radius:4px;background:rgba(248,249,251,.8)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-small-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-scrollbar-medium *::-webkit-scrollbar,.paraui-scrollbar-medium::-webkit-scrollbar{width:6px;height:6px}.paraui-scrollbar-medium *::-webkit-scrollbar-track,.paraui-scrollbar-medium::-webkit-scrollbar-track{border-radius:6px}.paraui-scrollbar-medium *::-webkit-scrollbar-thumb,.paraui-scrollbar-medium::-webkit-scrollbar-thumb{border-radius:6px}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar,.paraui-scrollbar-medium-deep ::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-track{border-radius:6px}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb{border-radius:6px;background:rgba(248,249,251,.8)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-scrollbar-large *::-webkit-scrollbar,.paraui-scrollbar-large::-webkit-scrollbar{width:8px;height:8px}.paraui-scrollbar-large *::-webkit-scrollbar-track,.paraui-scrollbar-large::-webkit-scrollbar-track{border-radius:8px}.paraui-scrollbar-large *::-webkit-scrollbar-thumb,.paraui-scrollbar-large::-webkit-scrollbar-thumb{border-radius:8px}.paraui-scrollbar-large-deep * ::-webkit-scrollbar,.paraui-scrollbar-large-deep ::-webkit-scrollbar{width:8px;height:8px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-large-deep ::-webkit-scrollbar-track{border-radius:8px}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(248,249,251,.8)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-large-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-form .paraui-helper-text{min-height:20px}*{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{width:100%;height:100%;overflow:hidden}ol,ul{list-style:none}a,h1,h2,h3,h4,h5,h6,input,select,button,textarea{outline:none}",""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=function(e,t){var r=e[1]||"",n=e[3];if(!n)return r;if(t&&"function"==typeof btoa){var i=(a=n,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),o=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[r].concat(o).concat([i]).join("\n")}var a,s,u;return[r].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var s=0;s<e.length;s++){var u=[].concat(e[s]);n&&i[u[0]]||(r&&(u[2]?u[2]="".concat(r," and ").concat(u[2]):u[2]=r),t.push(u))}},t}},83452:function(e,t,r){var n=r(93379),i=r(55223);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};n(i,o);e.exports=i.locals||{}},93379:function(e,t,r){"use strict";var n,i=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function s(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function u(e,t){for(var r={},n=[],i=0;i<e.length;i++){var o=e[i],u=t.base?o[0]+t.base:o[0],l=r[u]||0,c="".concat(u," ").concat(l);r[u]=l+1;var d=s(c),f={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(a[d].references++,a[d].updater(f)):a.push({identifier:c,updater:g(f,t),references:1}),n.push(c)}return n}function l(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var i=r.nc;i&&(n.nonce=i)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var c,d=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function f(e,t,r,n){var i=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function p(e,t,r){var n=r.css,i=r.media,o=r.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var h=null,b=0;function g(e,t){var r,n,i;if(t.singleton){var o=b++;r=h||(h=l(t)),n=f.bind(null,r,o,!1),i=f.bind(null,r,o,!0)}else r=l(t),n=p.bind(null,r,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var r=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var i=s(r[n]);a[i].references--}for(var o=u(e,t),l=0;l<r.length;l++){var c=s(r[l]);0===a[c].references&&(a[c].updater(),a.splice(c,1))}r=o}}}},65395:function(e){"use strict";e.exports=t},58543:function(e){"use strict";e.exports=r},8156:function(t){"use strict";t.exports=e}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={id:e,exports:{}};return n[e](r,r.exports,o),r.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nc=void 0;var a={};return function(){"use strict";o.r(a),o.d(a,{ParauiProvider:function(){return yn},default:function(){return vn}});var e=o(8156),t=o.n(e),r="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",n=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,i=void 0!==t&&t,o=e.productionPrefix,a=void 0===o?"jss":o,s=e.seed,u=void 0===s?"":s,l=""===u?"":"".concat(u,"-"),c=0,d=function(){return c+=1};return function(e,t){var o=t.options.name;if(o&&0===o.indexOf("Mui")&&!t.options.link&&!i){if(-1!==n.indexOf(e.key))return"Mui-".concat(e.key);var s="".concat(l).concat(o,"-").concat(e.key);return t.options.theme[r]&&""===u?"".concat(s,"-").concat(d()):s}return"".concat(l).concat(a).concat(d())}}function s(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}function u(e,t){if(null==e)return{};var r,n,i=s(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},l.apply(this,arguments)}function c(e){return c="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},c(e)}function d(e){return e&&"object"===c(e)&&e.constructor===Object}function f(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},n=r.clone?l({},e):e;return d(e)&&d(t)&&Object.keys(t).forEach((function(i){"__proto__"!==i&&(d(t[i])&&i in e?n[i]=f(e[i],t[i],r):n[i]=t[i])})),n}var p=["xs","sm","md","lg","xl"];function h(e){var t=e.values,r=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,n=e.unit,i=void 0===n?"px":n,o=e.step,a=void 0===o?5:o,s=u(e,["values","unit","step"]);function c(e){var t="number"==typeof r[e]?r[e]:e;return"@media (min-width:".concat(t).concat(i,")")}function d(e,t){var n=p.indexOf(t);return n===p.length-1?c(e):"@media (min-width:".concat("number"==typeof r[e]?r[e]:e).concat(i,") and ")+"(max-width:".concat((-1!==n&&"number"==typeof r[p[n+1]]?r[p[n+1]]:t)-a/100).concat(i,")")}return l({keys:p,values:r,up:c,down:function(e){var t=p.indexOf(e)+1,n=r[p[t]];return t===p.length?c("xs"):"@media (max-width:".concat(("number"==typeof n&&t>0?n:e)-a/100).concat(i,")")},between:d,only:function(e){return d(e,e)},width:function(e){return r[e]}},s)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function g(e,t,r){var n;return l({gutters:function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return l({paddingLeft:t(2),paddingRight:t(2)},r,b({},e.up("sm"),l({paddingLeft:t(3),paddingRight:t(3)},r[e.up("sm")])))},toolbar:(n={minHeight:56},b(n,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),b(n,e.up("sm"),{minHeight:64}),n)},r)}function m(e){for(var t="https://mui.com/production-error/?code="+e,r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}var y={black:"#000",white:"#fff"},v={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"},k={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"},x={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"},w={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"},S={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"},P={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"},R={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 O(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),r)}function j(e){if(e.type)return e;if("#"===e.charAt(0))return j(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),r=e.match(t);return r&&1===r[0].length&&(r=r.map((function(e){return e+e}))),r?"rgb".concat(4===r.length?"a":"","(").concat(r.map((function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3})).join(", "),")"):""}(e));var t=e.indexOf("("),r=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(r))throw new Error(m(3,e));var n=e.substring(t+1,e.length-1).split(",");return{type:r,values:n=n.map((function(e){return parseFloat(e)}))}}function A(e){var t=e.type,r=e.values;return-1!==t.indexOf("rgb")?r=r.map((function(e,t){return t<3?parseInt(e,10):e})):-1!==t.indexOf("hsl")&&(r[1]="".concat(r[1],"%"),r[2]="".concat(r[2],"%")),"".concat(t,"(").concat(r.join(", "),")")}function C(e){var t="hsl"===(e=j(e)).type?j(function(e){var t=(e=j(e)).values,r=t[0],n=t[1]/100,i=t[2]/100,o=n*Math.min(i,1-i),a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+r/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])),A({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 M(e,t){if(e=j(e),t=O(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var r=0;r<3;r+=1)e.values[r]*=1-t;return A(e)}function I(e,t){if(e=j(e),t=O(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;return A(e)}var z={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:y.white,default:v[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}},T={text:{primary:y.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:v[800],default:"#303030"},action:{active:y.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 E(e,t,r,n){var i=n.light||n,o=n.dark||1.5*n;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:"light"===t?e.light=I(e.main,i):"dark"===t&&(e.dark=M(e.main,o)))}function N(e){var t=e.primary,r=void 0===t?{light:k[300],main:k[500],dark:k[700]}:t,n=e.secondary,i=void 0===n?{light:x.A200,main:x.A400,dark:x.A700}:n,o=e.error,a=void 0===o?{light:w[300],main:w[500],dark:w[700]}:o,s=e.warning,c=void 0===s?{light:S[300],main:S[500],dark:S[700]}:s,d=e.info,p=void 0===d?{light:P[300],main:P[500],dark:P[700]}:d,h=e.success,b=void 0===h?{light:R[300],main:R[500],dark:R[700]}:h,g=e.type,O=void 0===g?"light":g,j=e.contrastThreshold,A=void 0===j?3:j,M=e.tonalOffset,I=void 0===M?.2:M,N=u(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function L(e){var t=function(e,t){var r=C(e),n=C(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}(e,T.text.primary)>=A?T.text.primary:z.text.primary;return t}var W=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,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=l({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error(m(4,t));if("string"!=typeof e.main)throw new Error(m(5,JSON.stringify(e.main)));return E(e,"light",r,I),E(e,"dark",n,I),e.contrastText||(e.contrastText=L(e.main)),e},q={dark:T,light:z};return f(l({common:y,type:O,primary:W(r),secondary:W(i,"A400","A200","A700"),error:W(a),warning:W(c),info:W(p),success:W(b),grey:v,contrastThreshold:A,getContrastText:L,augmentColor:W,tonalOffset:I},q[O]),N)}function L(e){return Math.round(1e5*e)/1e5}var W={textTransform:"uppercase"},q='"Roboto", "Helvetica", "Arial", sans-serif';function F(e,t){var r="function"==typeof t?t(e):t,n=r.fontFamily,i=void 0===n?q:n,o=r.fontSize,a=void 0===o?14:o,s=r.fontWeightLight,c=void 0===s?300:s,d=r.fontWeightRegular,p=void 0===d?400:d,h=r.fontWeightMedium,b=void 0===h?500:h,g=r.fontWeightBold,m=void 0===g?700:g,y=r.htmlFontSize,v=void 0===y?16:y,k=r.allVariants,x=r.pxToRem,w=u(r,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var S=a/14,P=x||function(e){return"".concat(e/v*S,"rem")},R=function(e,t,r,n,o){return l({fontFamily:i,fontWeight:e,fontSize:P(t),lineHeight:r},i===q?{letterSpacing:"".concat(L(n/t),"em")}:{},o,k)},O={h1:R(c,96,1.167,-1.5),h2:R(c,60,1.2,-.5),h3:R(p,48,1.167,0),h4:R(p,34,1.235,.25),h5:R(p,24,1.334,0),h6:R(b,20,1.6,.15),subtitle1:R(p,16,1.75,.15),subtitle2:R(b,14,1.57,.1),body1:R(p,16,1.5,.15),body2:R(p,14,1.43,.15),button:R(b,14,1.75,.4,W),caption:R(p,12,1.66,.4),overline:R(p,12,2.66,1,W)};return f(l({htmlFontSize:v,pxToRem:P,round:L,fontFamily:i,fontSize:a,fontWeightLight:c,fontWeightRegular:p,fontWeightMedium:b,fontWeightBold:m},O),w,{clone:!1})}function B(){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 _=["none",B(0,2,1,-1,0,1,1,0,0,1,3,0),B(0,3,1,-2,0,2,2,0,0,1,5,0),B(0,3,3,-2,0,3,4,0,0,1,8,0),B(0,2,4,-1,0,4,5,0,0,1,10,0),B(0,3,5,-1,0,5,8,0,0,1,14,0),B(0,3,5,-1,0,6,10,0,0,1,18,0),B(0,4,5,-2,0,7,10,1,0,2,16,1),B(0,5,5,-3,0,8,10,1,0,3,14,2),B(0,5,6,-3,0,9,12,1,0,3,16,2),B(0,6,6,-3,0,10,14,1,0,4,18,3),B(0,6,7,-4,0,11,15,1,0,4,20,3),B(0,7,8,-4,0,12,17,2,0,5,22,4),B(0,7,8,-4,0,13,19,2,0,5,24,4),B(0,7,9,-4,0,14,21,2,0,5,26,4),B(0,8,9,-5,0,15,22,2,0,6,28,5),B(0,8,10,-5,0,16,24,2,0,6,30,5),B(0,8,11,-5,0,17,26,2,0,6,32,5),B(0,9,11,-5,0,18,28,2,0,7,34,6),B(0,9,12,-6,0,19,29,2,0,7,36,6),B(0,10,13,-6,0,20,31,3,0,8,38,7),B(0,10,13,-6,0,21,33,3,0,8,40,7),B(0,10,14,-6,0,22,35,3,0,8,42,7),B(0,11,14,-7,0,23,36,3,0,9,44,8),B(0,11,15,-7,0,24,38,3,0,9,46,8)],G={borderRadius:4};function U(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function V(e,t){if(e){if("string"==typeof e)return U(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?U(e,t):void 0}}function D(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,o=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(o.push(n.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw i}}return o}}(e,t)||V(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 H={xs:0,sm:600,md:960,lg:1280,xl:1920},J={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(H[e],"px)")}};var Y=function(e,t){return t?f(e,t,{clone:!1}):e};var $={m:"margin",p:"padding"},X={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},K={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Q=function(e){var t={};return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}}((function(e){if(e.length>2){if(!K[e])return[e];e=K[e]}var t=D(e.split(""),2),r=t[0],n=t[1],i=$[r],o=X[n]||"";return Array.isArray(o)?o.map((function(e){return i+e})):[i+o]})),Z=["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 ee(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 te(e,t){return function(r){return e.reduce((function(e,n){return e[n]=function(e,t){if("string"==typeof t||null==t)return t;var r=e(Math.abs(t));return t>=0?r:"number"==typeof r?-r:"-".concat(r)}(t,r),e}),{})}}function re(e){var t=ee(e.theme);return Object.keys(e).map((function(r){if(-1===Z.indexOf(r))return null;var n=te(Q(r),t),i=e[r];return function(e,t,r){if(Array.isArray(t)){var n=e.theme.breakpoints||J;return t.reduce((function(e,i,o){return e[n.up(n.keys[o])]=r(t[o]),e}),{})}if("object"===c(t)){var i=e.theme.breakpoints||J;return Object.keys(t).reduce((function(e,n){return e[i.up(n)]=r(t[n]),e}),{})}return r(t)}(e,i,n)})).reduce(Y,{})}re.propTypes={},re.filterProps=Z;function ne(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=ee({spacing:e}),r=function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return 0===r.length?t(1):1===r.length?t(r[0]):r.map((function(e){if("string"==typeof e)return e;var r=t(e);return"number"==typeof r?"".concat(r,"px"):r})).join(" ")};return Object.defineProperty(r,"unit",{get:function(){return e}}),r.mui=!0,r}var ie={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)"},oe={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function ae(e){return"".concat(Math.round(e),"ms")}var se={easing:ie,duration:oe,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.duration,n=void 0===r?oe.standard:r,i=t.easing,o=void 0===i?ie.easeInOut:i,a=t.delay,s=void 0===a?0:a;u(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map((function(e){return"".concat(e," ").concat("string"==typeof n?n:ae(n)," ").concat(o," ").concat("string"==typeof s?s:ae(s))})).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}},ue={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};var le=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,r=void 0===t?{}:t,n=e.mixins,i=void 0===n?{}:n,o=e.palette,a=void 0===o?{}:o,s=e.spacing,l=e.typography,c=void 0===l?{}:l,d=u(e,["breakpoints","mixins","palette","spacing","typography"]),p=N(a),b=h(r),m=ne(s),y=f({breakpoints:b,direction:"ltr",mixins:g(b,m,i),overrides:{},palette:p,props:{},shadows:_,typography:F(p,c),spacing:m,shape:G,transitions:se,zIndex:ue},d),v=arguments.length,k=new Array(v>1?v-1:0),x=1;x<v;x++)k[x-1]=arguments[x];return y=k.reduce((function(e,t){return f(e,t)}),y)},ce="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},de="object"===("undefined"==typeof window?"undefined":ce(window))&&"object"===("undefined"==typeof document?"undefined":ce(document))&&9===document.nodeType;function fe(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function pe(e,t,r){return t&&fe(e.prototype,t),r&&fe(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function he(e,t){return he=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},he(e,t)}function be(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,he(e,t)}function ge(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var me={}.constructor;function ye(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(ye);if(e.constructor!==me)return e;var t={};for(var r in e)t[r]=ye(e[r]);return t}function ve(e,t,r){void 0===e&&(e="unnamed");var n=r.jss,i=ye(t),o=n.plugins.onCreateRule(e,i,r);return o||(e[0],null)}var ke=function(e,t){for(var r="",n=0;n<e.length&&"!important"!==e[n];n++)r&&(r+=t),r+=e[n];return r},xe=function(e,t){if(void 0===t&&(t=!1),!Array.isArray(e))return e;var r="";if(Array.isArray(e[0]))for(var n=0;n<e.length&&"!important"!==e[n];n++)r&&(r+=", "),r+=ke(e[n]," ");else r=ke(e,", ");return t||"!important"!==e[e.length-1]||(r+=" !important"),r};function we(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function Se(e,t){for(var r="",n=0;n<t;n++)r+=" ";return r+e}function Pe(e,t,r){void 0===r&&(r={});var n="";if(!t)return n;var i=r.indent,o=void 0===i?0:i,a=t.fallbacks;!1===r.format&&(o=-1/0);var s=we(r),u=s.linebreak,l=s.space;if(e&&o++,a)if(Array.isArray(a))for(var c=0;c<a.length;c++){var d=a[c];for(var f in d){var p=d[f];null!=p&&(n&&(n+=u),n+=Se(f+":"+l+xe(p)+";",o))}}else for(var h in a){var b=a[h];null!=b&&(n&&(n+=u),n+=Se(h+":"+l+xe(b)+";",o))}for(var g in t){var m=t[g];null!=m&&"fallbacks"!==g&&(n&&(n+=u),n+=Se(g+":"+l+xe(m)+";",o))}return(n||r.allowEmpty)&&e?(n&&(n=""+u+n+u),Se(""+e+l+"{"+n,--o)+Se("}",o)):n}var Re=/([[\].#*$><+~=|^:(),"'`\s])/g,Oe="undefined"!=typeof CSS&&CSS.escape,je=function(e){return Oe?Oe(e):e.replace(Re,"\\$1")},Ae=function(){function e(e,t,r){this.type="style",this.isProcessed=!1;var n=r.sheet,i=r.Renderer;this.key=e,this.options=r,this.style=t,n?this.renderer=n.renderer:i&&(this.renderer=new i)}return e.prototype.prop=function(e,t,r){if(void 0===t)return this.style[e];var n=!!r&&r.force;if(!n&&this.style[e]===t)return this;var i=t;r&&!1===r.process||(i=this.options.jss.plugins.onChangeValue(t,e,this));var o=null==i||!1===i,a=e in this.style;if(o&&!a&&!n)return this;var s=o&&a;if(s?delete this.style[e]:this.style[e]=i,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,i),this;var u=this.options.sheet;return u&&u.attached,this},e}(),Ce=function(e){function t(t,r,n){var i;i=e.call(this,t,r,n)||this;var o=n.selector,a=n.scoped,s=n.sheet,u=n.generateId;return o?i.selectorText=o:!1!==a&&(i.id=u(ge(ge(i)),s),i.selectorText="."+je(i.id)),i}be(t,e);var r=t.prototype;return r.applyTo=function(e){var t=this.renderer;if(t){var r=this.toJSON();for(var n in r)t.setProperty(e,n,r[n])}return this},r.toJSON=function(){var e={};for(var t in this.style){var r=this.style[t];"object"!=typeof r?e[t]=r:Array.isArray(r)&&(e[t]=xe(r))}return e},r.toString=function(e){var t=this.options.sheet,r=!!t&&t.options.link?l({},e,{allowEmpty:!0}):e;return Pe(this.selectorText,this.style,r)},pe(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,r=this.renderable;if(r&&t)t.setSelector(r,e)||t.replaceRule(r,this)}},get:function(){return this.selectorText}}]),t}(Ae),Me={onCreateRule:function(e,t,r){return"@"===e[0]||r.parent&&"keyframes"===r.parent.type?null:new Ce(e,t,r)}},Ie={indent:1,children:!0},ze=/@([\w-]+)/,Te=function(){function e(e,t,r){this.type="conditional",this.isProcessed=!1,this.key=e;var n=e.match(ze);for(var i in this.at=n?n[1]:"unknown",this.query=r.name||"@"+this.at,this.options=r,this.rules=new nt(l({},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.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,r){var n=this.rules.add(e,t,r);return n?(this.options.jss.plugins.onProcessRule(n),n):null},t.replaceRule=function(e,t,r){var n=this.rules.replace(e,t,r);return n&&this.options.jss.plugins.onProcessRule(n),n},t.toString=function(e){void 0===e&&(e=Ie);var t=we(e).linebreak;if(null==e.indent&&(e.indent=Ie.indent),null==e.children&&(e.children=Ie.children),!1===e.children)return this.query+" {}";var r=this.rules.toString(e);return r?this.query+" {"+t+r+t+"}":""},e}(),Ee=/@media|@supports\s+/,Ne={onCreateRule:function(e,t,r){return Ee.test(e)?new Te(e,t,r):null}},Le={indent:1,children:!0},We=/@keyframes\s+([\w-]+)/,qe=function(){function e(e,t,r){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var n=e.match(We);n&&n[1]?this.name=n[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=r;var i=r.scoped,o=r.sheet,a=r.generateId;for(var s in this.id=!1===i?this.name:je(a(this,o)),this.rules=new nt(l({},r,{parent:this})),t)this.rules.add(s,t[s],l({},r,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=Le);var t=we(e).linebreak;if(null==e.indent&&(e.indent=Le.indent),null==e.children&&(e.children=Le.children),!1===e.children)return this.at+" "+this.id+" {}";var r=this.rules.toString(e);return r&&(r=""+t+r+t),this.at+" "+this.id+" {"+r+"}"},e}(),Fe=/@keyframes\s+/,Be=/\$([\w-]+)/g,_e=function(e,t){return"string"==typeof e?e.replace(Be,(function(e,r){return r in t?t[r]:e})):e},Ge=function(e,t,r){var n=e[t],i=_e(n,r);i!==n&&(e[t]=i)},Ue={onCreateRule:function(e,t,r){return"string"==typeof e&&Fe.test(e)?new qe(e,t,r):null},onProcessStyle:function(e,t,r){return"style"===t.type&&r?("animation-name"in e&&Ge(e,"animation-name",r.keyframes),"animation"in e&&Ge(e,"animation",r.keyframes),e):e},onChangeValue:function(e,t,r){var n=r.options.sheet;if(!n)return e;switch(t){case"animation":case"animation-name":return _e(e,n.keyframes);default:return e}}},Ve=function(e){function t(){return e.apply(this,arguments)||this}return be(t,e),t.prototype.toString=function(e){var t=this.options.sheet,r=!!t&&t.options.link?l({},e,{allowEmpty:!0}):e;return Pe(this.key,this.style,r)},t}(Ae),De={onCreateRule:function(e,t,r){return r.parent&&"keyframes"===r.parent.type?new Ve(e,t,r):null}},He=function(){function e(e,t,r){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=r}return e.prototype.toString=function(e){var t=we(e).linebreak;if(Array.isArray(this.style)){for(var r="",n=0;n<this.style.length;n++)r+=Pe(this.at,this.style[n]),this.style[n+1]&&(r+=t);return r}return Pe(this.at,this.style,e)},e}(),Je=/@font-face/,Ye={onCreateRule:function(e,t,r){return Je.test(e)?new He(e,t,r):null}},$e=function(){function e(e,t,r){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=r}return e.prototype.toString=function(e){return Pe(this.key,this.style,e)},e}(),Xe={onCreateRule:function(e,t,r){return"@viewport"===e||"@-ms-viewport"===e?new $e(e,t,r):null}},Ke=function(){function e(e,t,r){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=r}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",r=0;r<this.value.length;r++)t+=this.key+" "+this.value[r]+";",this.value[r+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),Qe={"@charset":!0,"@import":!0,"@namespace":!0},Ze={onCreateRule:function(e,t,r){return e in Qe?new Ke(e,t,r):null}},et=[Me,Ne,Ue,De,Ye,Xe,Ze],tt={process:!0},rt={force:!0,process:!0},nt=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,r){var n=this.options,i=n.parent,o=n.sheet,a=n.jss,s=n.Renderer,u=n.generateId,c=n.scoped,d=l({classes:this.classes,parent:i,sheet:o,jss:a,Renderer:s,generateId:u,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},r),f=e;e in this.raw&&(f=e+"-d"+this.counter++),this.raw[f]=t,f in this.classes&&(d.selector="."+je(this.classes[f]));var p=ve(f,t,d);if(!p)return null;this.register(p);var h=void 0===d.index?this.index.length:d.index;return this.index.splice(h,0,p),p},t.replace=function(e,t,r){var n=this.get(e),i=this.index.indexOf(n);n&&this.remove(n);var o=r;return-1!==i&&(o=l({},r,{index:i})),this.add(e,t,o)},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof Ce?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof qe&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof Ce?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof qe&&delete this.keyframes[e.name]},t.update=function(){var e,t,r;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],r=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],r=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,r);else for(var n=0;n<this.index.length;n++)this.updateOne(this.index[n],t,r)},t.updateOne=function(t,r,n){void 0===n&&(n=tt);var i=this.options,o=i.jss.plugins,a=i.sheet;if(t.rules instanceof e)t.rules.update(r,n);else{var s=t.style;if(o.onUpdate(r,t,a,n),n.process&&s&&s!==t.style){for(var u in o.onProcessStyle(t.style,t,a),t.style){var l=t.style[u];l!==s[u]&&t.prop(u,l,rt)}for(var c in s){var d=t.style[c],f=s[c];null==d&&d!==f&&t.prop(c,null,rt)}}}},t.toString=function(e){for(var t="",r=this.options.sheet,n=!!r&&r.options.link,i=we(e).linebreak,o=0;o<this.index.length;o++){var a=this.index[o].toString(e);(a||n)&&(t&&(t+=i),t+=a)}return t},e}(),it=function(){function e(e,t){for(var r in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=l({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new nt(this.options),e)this.rules.add(r,e[r]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,r){var n=this.queue;this.attached&&!n&&(this.queue=[]);var i=this.rules.add(e,t,r);return i?(this.options.jss.plugins.onProcessRule(i),this.attached?this.deployed?(n?n.push(i):(this.insertRule(i),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),i):i:(this.deployed=!1,i)):null},t.replaceRule=function(e,t,r){var n=this.rules.get(e);if(!n)return this.addRule(e,t,r);var i=this.rules.replace(e,t,r);return i&&this.options.jss.plugins.onProcessRule(i),this.attached?this.deployed?(this.renderer&&(i?n.renderable&&this.renderer.replaceRule(n.renderable,i):this.renderer.deleteRule(n)),i):i:(this.deployed=!1,i)},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var r=[];for(var n in e){var i=this.addRule(n,e[n],t);i&&r.push(i)}return r},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,r){return this.rules.updateOne(e,t,r),this},t.toString=function(e){return this.rules.toString(e)},e}(),ot=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,r){for(var n=0;n<this.registry.onCreateRule.length;n++){var i=this.registry.onCreateRule[n](e,t,r);if(i)return i}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,r=0;r<this.registry.onProcessRule.length;r++)this.registry.onProcessRule[r](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,r){for(var n=0;n<this.registry.onProcessStyle.length;n++)t.style=this.registry.onProcessStyle[n](t.style,t,r)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,r,n){for(var i=0;i<this.registry.onUpdate.length;i++)this.registry.onUpdate[i](e,t,r,n)},t.onChangeValue=function(e,t,r){for(var n=e,i=0;i<this.registry.onChangeValue.length;i++)n=this.registry.onChangeValue[i](n,t,r);return n},t.use=function(e,t){void 0===t&&(t={queue:"external"});var r=this.plugins[t.queue];-1===r.indexOf(e)&&(r.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var r in t)r in e&&e[r].push(t[r]);return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),at=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,r=e.options.index;if(-1===t.indexOf(e))if(0===t.length||r>=this.index)t.push(e);else for(var n=0;n<t.length;n++)if(t[n].options.index>r)return void t.splice(n,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,r=t.attached,n=s(t,["attached"]),i=we(n).linebreak,o="",a=0;a<this.registry.length;a++){var u=this.registry[a];null!=r&&u.attached!==r||(o&&(o+=i),o+=u.toString(n))}return o},pe(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}(),st=new at,ut="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),lt="2f1acc6c3a606b082e5eef5e54414ffb";null==ut[lt]&&(ut[lt]=0);var ct=ut[lt]++,dt=function(e){void 0===e&&(e={});var t=0;return function(r,n){t+=1;var i="",o="";return n&&(n.options.classNamePrefix&&(o=n.options.classNamePrefix),null!=n.options.jss.id&&(i=String(n.options.jss.id))),e.minify?""+(o||"c")+ct+i+t:o+r.key+"-"+ct+(i?"-"+i:"")+"-"+t}},ft=function(e){var t;return function(){return t||(t=e()),t}},pt=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},ht=function(e,t,r){try{var n=r;if(Array.isArray(r)&&(n=xe(r,!0),"!important"===r[r.length-1]))return e.style.setProperty(t,n,"important"),!0;e.attributeStyleMap?e.attributeStyleMap.set(t,n):e.style.setProperty(t,n)}catch(e){return!1}return!0},bt=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},gt=function(e,t){return e.selectorText=t,e.selectorText===t},mt=ft((function(){return document.querySelector("head")}));function yt(e){var t=st.registry;if(t.length>0){var r=function(e,t){for(var r=0;r<e.length;r++){var n=e[r];if(n.attached&&n.options.index>t.index&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e);if(r&&r.renderer)return{parent:r.renderer.element.parentNode,node:r.renderer.element};if(r=function(e,t){for(var r=e.length-1;r>=0;r--){var n=e[r];if(n.attached&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e),r&&r.renderer)return{parent:r.renderer.element.parentNode,node:r.renderer.element.nextSibling}}var n=e.insertionPoint;if(n&&"string"==typeof n){var i=function(e){for(var t=mt(),r=0;r<t.childNodes.length;r++){var n=t.childNodes[r];if(8===n.nodeType&&n.nodeValue.trim()===e)return n}return null}(n);if(i)return{parent:i.parentNode,node:i.nextSibling}}return!1}var vt=ft((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),kt=function(e,t,r){try{"insertRule"in e?e.insertRule(t,r):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[r]},xt=function(e,t){var r=e.cssRules.length;return void 0===t||t>r?r:t},wt=function(){function e(e){this.getPropertyValue=pt,this.setProperty=ht,this.removeProperty=bt,this.setSelector=gt,this.hasInsertedRules=!1,this.cssRules=[],e&&st.add(e),this.sheet=e;var t=this.sheet?this.sheet.options:{},r=t.media,n=t.meta,i=t.element;this.element=i||function(){var e=document.createElement("style");return e.textContent="\n",e}(),this.element.setAttribute("data-jss",""),r&&this.element.setAttribute("media",r),n&&this.element.setAttribute("data-meta",n);var o=vt();o&&this.element.setAttribute("nonce",o)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var r=t.insertionPoint,n=yt(t);if(!1!==n&&n.parent)n.parent.insertBefore(e,n.node);else if(r&&"number"==typeof r.nodeType){var i=r,o=i.parentNode;o&&o.insertBefore(e,i.nextSibling)}else mt().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var r=0;r<e.index.length;r++)this.insertRule(e.index[r],r,t)},t.insertRule=function(e,t,r){if(void 0===r&&(r=this.element.sheet),e.rules){var n=e,i=r;if("conditional"===e.type||"keyframes"===e.type){var o=xt(r,t);if(!1===(i=kt(r,n.toString({children:!1}),o)))return!1;this.refCssRule(e,o,i)}return this.insertRules(n.rules,i),i}var a=e.toString();if(!a)return!1;var s=xt(r,t),u=kt(r,a,s);return!1!==u&&(this.hasInsertedRules=!0,this.refCssRule(e,s,u),u)},t.refCssRule=function(e,t,r){e.renderable=r,e.options.parent instanceof it&&this.cssRules.splice(t,0,r)},t.deleteRule=function(e){var t=this.element.sheet,r=this.indexOf(e);return-1!==r&&(t.deleteRule(r),this.cssRules.splice(r,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var r=this.indexOf(e);return-1!==r&&(this.element.sheet.deleteRule(r),this.cssRules.splice(r,1),this.insertRule(t,r))},t.getRules=function(){return this.element.sheet.cssRules},e}(),St=0,Pt=function(){function e(e){this.id=St++,this.version="10.9.0",this.plugins=new ot,this.options={id:{minify:!1},createGenerateId:dt,Renderer:de?wt:null,plugins:[]},this.generateId=dt({minify:!1});for(var t=0;t<et.length;t++)this.plugins.use(et[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=l({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var r=t.index;"number"!=typeof r&&(r=0===st.index?0:st.index+1);var n=new it(e,l({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:r}));return this.plugins.onProcessSheet(n),n},t.removeStyleSheet=function(e){return e.detach(),st.remove(e),this},t.createRule=function(e,t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),"object"==typeof e)return this.createRule(void 0,e,t);var n=l({},r,{name:e,jss:this,Renderer:this.options.Renderer});n.generateId||(n.generateId=this.generateId),n.classes||(n.classes={}),n.keyframes||(n.keyframes={});var i=ve(e,t,n);return i&&this.plugins.onProcessRule(i),i},t.use=function(){for(var e=this,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return r.forEach((function(t){e.plugins.use(t)})),this},e}(),Rt=function(e){return new Pt(e)},Ot="object"==typeof CSS&&null!=CSS&&"number"in CSS;
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@para-ui/core/GlobalContext"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","@para-ui/core/GlobalContext","@paraview/lib"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@para-ui/core/GlobalContext"),require("@paraview/lib")):e.ParaUI=t(e.react,e["@para-ui/core/GlobalContext"],e["@paraview/lib"])}(self,(function(e,t,r){return function(){var n={55223:function(e,t,r){(t=r(23645)(!1)).push([e.id,"/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(171,176,185,.12)}::-webkit-scrollbar-track{border-radius:6px}::-webkit-scrollbar-thumb{background:rgba(46,55,67,.4);border-radius:6px}::-webkit-scrollbar-corner{background:#eceef0}::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(46,55,67,.4)}.paraui-scrollbar-small *::-webkit-scrollbar,.paraui-scrollbar-small::-webkit-scrollbar{width:4px;height:4px}.paraui-scrollbar-small *::-webkit-scrollbar-track,.paraui-scrollbar-small::-webkit-scrollbar-track{border-radius:4px}.paraui-scrollbar-small *::-webkit-scrollbar-thumb,.paraui-scrollbar-small::-webkit-scrollbar-thumb{border-radius:4px}.paraui-scrollbar-small-deep * ::-webkit-scrollbar,.paraui-scrollbar-small-deep ::-webkit-scrollbar{width:4px;height:4px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-small-deep ::-webkit-scrollbar-track{border-radius:4px}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb{border-radius:4px;background:rgba(248,249,251,.8)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-small-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-small-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-small-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-scrollbar-medium *::-webkit-scrollbar,.paraui-scrollbar-medium::-webkit-scrollbar{width:6px;height:6px}.paraui-scrollbar-medium *::-webkit-scrollbar-track,.paraui-scrollbar-medium::-webkit-scrollbar-track{border-radius:6px}.paraui-scrollbar-medium *::-webkit-scrollbar-thumb,.paraui-scrollbar-medium::-webkit-scrollbar-thumb{border-radius:6px}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar,.paraui-scrollbar-medium-deep ::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-track{border-radius:6px}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb{border-radius:6px;background:rgba(248,249,251,.8)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-medium-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-medium-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-scrollbar-large *::-webkit-scrollbar,.paraui-scrollbar-large::-webkit-scrollbar{width:8px;height:8px}.paraui-scrollbar-large *::-webkit-scrollbar-track,.paraui-scrollbar-large::-webkit-scrollbar-track{border-radius:8px}.paraui-scrollbar-large *::-webkit-scrollbar-thumb,.paraui-scrollbar-large::-webkit-scrollbar-thumb{border-radius:8px}.paraui-scrollbar-large-deep * ::-webkit-scrollbar,.paraui-scrollbar-large-deep ::-webkit-scrollbar{width:8px;height:8px;background-color:rgba(171,176,185,.2)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-track,.paraui-scrollbar-large-deep ::-webkit-scrollbar-track{border-radius:8px}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb{border-radius:8px;background:rgba(248,249,251,.8)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-corner,.paraui-scrollbar-large-deep ::-webkit-scrollbar-corner{background:#4f5969}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:hover,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:hover{background:rgba(171,176,185,.4)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:active,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:active{background:rgba(171,176,185,.4)}.paraui-scrollbar-large-deep * ::-webkit-scrollbar-thumb:window-inactive,.paraui-scrollbar-large-deep ::-webkit-scrollbar-thumb:window-inactive{background-color:rgba(248,249,251,.8)}.paraui-form .paraui-helper-text{min-height:20px}*{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{width:100%;height:100%;overflow:hidden}ol,ul{list-style:none}a,h1,h2,h3,h4,h5,h6,input,select,button,textarea{outline:none}",""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=function(e,t){var r=e[1]||"",n=e[3];if(!n)return r;if(t&&"function"==typeof btoa){var i=(a=n,s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),"/*# ".concat(u," */")),o=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[r].concat(o).concat([i]).join("\n")}var a,s,u;return[r].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var s=0;s<e.length;s++){var u=[].concat(e[s]);n&&i[u[0]]||(r&&(u[2]?u[2]="".concat(r," and ").concat(u[2]):u[2]=r),t.push(u))}},t}},83452:function(e,t,r){var n=r(93379),i=r(55223);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:"head",singleton:!1};n(i,o);e.exports=i.locals||{}},93379:function(e,t,r){"use strict";var n,i=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function s(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function u(e,t){for(var r={},n=[],i=0;i<e.length;i++){var o=e[i],u=t.base?o[0]+t.base:o[0],l=r[u]||0,c="".concat(u," ").concat(l);r[u]=l+1;var d=s(c),f={css:o[1],media:o[2],sourceMap:o[3]};-1!==d?(a[d].references++,a[d].updater(f)):a.push({identifier:c,updater:g(f,t),references:1}),n.push(c)}return n}function l(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var i=r.nc;i&&(n.nonce=i)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var c,d=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function f(e,t,r,n){var i=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function p(e,t,r){var n=r.css,i=r.media,o=r.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var h=null,b=0;function g(e,t){var r,n,i;if(t.singleton){var o=b++;r=h||(h=l(t)),n=f.bind(null,r,o,!1),i=f.bind(null,r,o,!0)}else r=l(t),n=p.bind(null,r,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var r=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var i=s(r[n]);a[i].references--}for(var o=u(e,t),l=0;l<r.length;l++){var c=s(r[l]);0===a[c].references&&(a[c].updater(),a.splice(c,1))}r=o}}}},65395:function(e){"use strict";e.exports=t},58543:function(e){"use strict";e.exports=r},8156:function(t){"use strict";t.exports=e}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={id:e,exports:{}};return n[e](r,r.exports,o),r.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nc=void 0;var a={};return function(){"use strict";o.r(a),o.d(a,{ParauiProvider:function(){return yn},default:function(){return vn}});var e=o(8156),t=o.n(e),r="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",n=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,i=void 0!==t&&t,o=e.productionPrefix,a=void 0===o?"jss":o,s=e.seed,u=void 0===s?"":s,l=""===u?"":"".concat(u,"-"),c=0,d=function(){return c+=1};return function(e,t){var o=t.options.name;if(o&&0===o.indexOf("Mui")&&!t.options.link&&!i){if(-1!==n.indexOf(e.key))return"Mui-".concat(e.key);var s="".concat(l).concat(o,"-").concat(e.key);return t.options.theme[r]&&""===u?"".concat(s,"-").concat(d()):s}return"".concat(l).concat(a).concat(d())}}function s(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}function u(e,t){if(null==e)return{};var r,n,i=s(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},l.apply(this,arguments)}function c(e){return c="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},c(e)}function d(e){return e&&"object"===c(e)&&e.constructor===Object}function f(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},n=r.clone?l({},e):e;return d(e)&&d(t)&&Object.keys(t).forEach((function(i){"__proto__"!==i&&(d(t[i])&&i in e?n[i]=f(e[i],t[i],r):n[i]=t[i])})),n}var p=["xs","sm","md","lg","xl"];function h(e){var t=e.values,r=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,n=e.unit,i=void 0===n?"px":n,o=e.step,a=void 0===o?5:o,s=u(e,["values","unit","step"]);function c(e){var t="number"==typeof r[e]?r[e]:e;return"@media (min-width:".concat(t).concat(i,")")}function d(e,t){var n=p.indexOf(t);return n===p.length-1?c(e):"@media (min-width:".concat("number"==typeof r[e]?r[e]:e).concat(i,") and ")+"(max-width:".concat((-1!==n&&"number"==typeof r[p[n+1]]?r[p[n+1]]:t)-a/100).concat(i,")")}return l({keys:p,values:r,up:c,down:function(e){var t=p.indexOf(e)+1,n=r[p[t]];return t===p.length?c("xs"):"@media (max-width:".concat(("number"==typeof n&&t>0?n:e)-a/100).concat(i,")")},between:d,only:function(e){return d(e,e)},width:function(e){return r[e]}},s)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function g(e,t,r){var n;return l({gutters:function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return l({paddingLeft:t(2),paddingRight:t(2)},r,b({},e.up("sm"),l({paddingLeft:t(3),paddingRight:t(3)},r[e.up("sm")])))},toolbar:(n={minHeight:56},b(n,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),b(n,e.up("sm"),{minHeight:64}),n)},r)}function m(e){for(var t="https://mui.com/production-error/?code="+e,r=1;r<arguments.length;r+=1)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}var y={black:"#000",white:"#fff"},v={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"},k={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"},x={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"},w={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"},S={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"},P={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"},R={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 O(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),r)}function j(e){if(e.type)return e;if("#"===e.charAt(0))return j(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),r=e.match(t);return r&&1===r[0].length&&(r=r.map((function(e){return e+e}))),r?"rgb".concat(4===r.length?"a":"","(").concat(r.map((function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3})).join(", "),")"):""}(e));var t=e.indexOf("("),r=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(r))throw new Error(m(3,e));var n=e.substring(t+1,e.length-1).split(",");return{type:r,values:n=n.map((function(e){return parseFloat(e)}))}}function A(e){var t=e.type,r=e.values;return-1!==t.indexOf("rgb")?r=r.map((function(e,t){return t<3?parseInt(e,10):e})):-1!==t.indexOf("hsl")&&(r[1]="".concat(r[1],"%"),r[2]="".concat(r[2],"%")),"".concat(t,"(").concat(r.join(", "),")")}function C(e){var t="hsl"===(e=j(e)).type?j(function(e){var t=(e=j(e)).values,r=t[0],n=t[1]/100,i=t[2]/100,o=n*Math.min(i,1-i),a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+r/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])),A({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 M(e,t){if(e=j(e),t=O(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var r=0;r<3;r+=1)e.values[r]*=1-t;return A(e)}function I(e,t){if(e=j(e),t=O(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var r=0;r<3;r+=1)e.values[r]+=(255-e.values[r])*t;return A(e)}var z={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:y.white,default:v[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}},T={text:{primary:y.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:v[800],default:"#303030"},action:{active:y.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 E(e,t,r,n){var i=n.light||n,o=n.dark||1.5*n;e[t]||(e.hasOwnProperty(r)?e[t]=e[r]:"light"===t?e.light=I(e.main,i):"dark"===t&&(e.dark=M(e.main,o)))}function N(e){var t=e.primary,r=void 0===t?{light:k[300],main:k[500],dark:k[700]}:t,n=e.secondary,i=void 0===n?{light:x.A200,main:x.A400,dark:x.A700}:n,o=e.error,a=void 0===o?{light:w[300],main:w[500],dark:w[700]}:o,s=e.warning,c=void 0===s?{light:S[300],main:S[500],dark:S[700]}:s,d=e.info,p=void 0===d?{light:P[300],main:P[500],dark:P[700]}:d,h=e.success,b=void 0===h?{light:R[300],main:R[500],dark:R[700]}:h,g=e.type,O=void 0===g?"light":g,j=e.contrastThreshold,A=void 0===j?3:j,M=e.tonalOffset,I=void 0===M?.2:M,N=u(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function L(e){var t=function(e,t){var r=C(e),n=C(t);return(Math.max(r,n)+.05)/(Math.min(r,n)+.05)}(e,T.text.primary)>=A?T.text.primary:z.text.primary;return t}var W=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,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=l({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error(m(4,t));if("string"!=typeof e.main)throw new Error(m(5,JSON.stringify(e.main)));return E(e,"light",r,I),E(e,"dark",n,I),e.contrastText||(e.contrastText=L(e.main)),e},q={dark:T,light:z};return f(l({common:y,type:O,primary:W(r),secondary:W(i,"A400","A200","A700"),error:W(a),warning:W(c),info:W(p),success:W(b),grey:v,contrastThreshold:A,getContrastText:L,augmentColor:W,tonalOffset:I},q[O]),N)}function L(e){return Math.round(1e5*e)/1e5}var W={textTransform:"uppercase"},q='"Roboto", "Helvetica", "Arial", sans-serif';function F(e,t){var r="function"==typeof t?t(e):t,n=r.fontFamily,i=void 0===n?q:n,o=r.fontSize,a=void 0===o?14:o,s=r.fontWeightLight,c=void 0===s?300:s,d=r.fontWeightRegular,p=void 0===d?400:d,h=r.fontWeightMedium,b=void 0===h?500:h,g=r.fontWeightBold,m=void 0===g?700:g,y=r.htmlFontSize,v=void 0===y?16:y,k=r.allVariants,x=r.pxToRem,w=u(r,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var S=a/14,P=x||function(e){return"".concat(e/v*S,"rem")},R=function(e,t,r,n,o){return l({fontFamily:i,fontWeight:e,fontSize:P(t),lineHeight:r},i===q?{letterSpacing:"".concat(L(n/t),"em")}:{},o,k)},O={h1:R(c,96,1.167,-1.5),h2:R(c,60,1.2,-.5),h3:R(p,48,1.167,0),h4:R(p,34,1.235,.25),h5:R(p,24,1.334,0),h6:R(b,20,1.6,.15),subtitle1:R(p,16,1.75,.15),subtitle2:R(b,14,1.57,.1),body1:R(p,16,1.5,.15),body2:R(p,14,1.43,.15),button:R(b,14,1.75,.4,W),caption:R(p,12,1.66,.4),overline:R(p,12,2.66,1,W)};return f(l({htmlFontSize:v,pxToRem:P,round:L,fontFamily:i,fontSize:a,fontWeightLight:c,fontWeightRegular:p,fontWeightMedium:b,fontWeightBold:m},O),w,{clone:!1})}function B(){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 _=["none",B(0,2,1,-1,0,1,1,0,0,1,3,0),B(0,3,1,-2,0,2,2,0,0,1,5,0),B(0,3,3,-2,0,3,4,0,0,1,8,0),B(0,2,4,-1,0,4,5,0,0,1,10,0),B(0,3,5,-1,0,5,8,0,0,1,14,0),B(0,3,5,-1,0,6,10,0,0,1,18,0),B(0,4,5,-2,0,7,10,1,0,2,16,1),B(0,5,5,-3,0,8,10,1,0,3,14,2),B(0,5,6,-3,0,9,12,1,0,3,16,2),B(0,6,6,-3,0,10,14,1,0,4,18,3),B(0,6,7,-4,0,11,15,1,0,4,20,3),B(0,7,8,-4,0,12,17,2,0,5,22,4),B(0,7,8,-4,0,13,19,2,0,5,24,4),B(0,7,9,-4,0,14,21,2,0,5,26,4),B(0,8,9,-5,0,15,22,2,0,6,28,5),B(0,8,10,-5,0,16,24,2,0,6,30,5),B(0,8,11,-5,0,17,26,2,0,6,32,5),B(0,9,11,-5,0,18,28,2,0,7,34,6),B(0,9,12,-6,0,19,29,2,0,7,36,6),B(0,10,13,-6,0,20,31,3,0,8,38,7),B(0,10,13,-6,0,21,33,3,0,8,40,7),B(0,10,14,-6,0,22,35,3,0,8,42,7),B(0,11,14,-7,0,23,36,3,0,9,44,8),B(0,11,15,-7,0,24,38,3,0,9,46,8)],G={borderRadius:4};function U(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function V(e,t){if(e){if("string"==typeof e)return U(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?U(e,t):void 0}}function D(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,o=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(o.push(n.value),!t||o.length!==t);a=!0);}catch(e){s=!0,i=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw i}}return o}}(e,t)||V(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 H={xs:0,sm:600,md:960,lg:1280,xl:1920},J={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(H[e],"px)")}};var Y=function(e,t){return t?f(e,t,{clone:!1}):e};var $={m:"margin",p:"padding"},X={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},K={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Q=function(e){var t={};return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}}((function(e){if(e.length>2){if(!K[e])return[e];e=K[e]}var t=D(e.split(""),2),r=t[0],n=t[1],i=$[r],o=X[n]||"";return Array.isArray(o)?o.map((function(e){return i+e})):[i+o]})),Z=["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 ee(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 te(e,t){return function(r){return e.reduce((function(e,n){return e[n]=function(e,t){if("string"==typeof t||null==t)return t;var r=e(Math.abs(t));return t>=0?r:"number"==typeof r?-r:"-".concat(r)}(t,r),e}),{})}}function re(e){var t=ee(e.theme);return Object.keys(e).map((function(r){if(-1===Z.indexOf(r))return null;var n=te(Q(r),t),i=e[r];return function(e,t,r){if(Array.isArray(t)){var n=e.theme.breakpoints||J;return t.reduce((function(e,i,o){return e[n.up(n.keys[o])]=r(t[o]),e}),{})}if("object"===c(t)){var i=e.theme.breakpoints||J;return Object.keys(t).reduce((function(e,n){return e[i.up(n)]=r(t[n]),e}),{})}return r(t)}(e,i,n)})).reduce(Y,{})}re.propTypes={},re.filterProps=Z;function ne(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=ee({spacing:e}),r=function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return 0===r.length?t(1):1===r.length?t(r[0]):r.map((function(e){if("string"==typeof e)return e;var r=t(e);return"number"==typeof r?"".concat(r,"px"):r})).join(" ")};return Object.defineProperty(r,"unit",{get:function(){return e}}),r.mui=!0,r}var ie={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)"},oe={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function ae(e){return"".concat(Math.round(e),"ms")}var se={easing:ie,duration:oe,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.duration,n=void 0===r?oe.standard:r,i=t.easing,o=void 0===i?ie.easeInOut:i,a=t.delay,s=void 0===a?0:a;u(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map((function(e){return"".concat(e," ").concat("string"==typeof n?n:ae(n)," ").concat(o," ").concat("string"==typeof s?s:ae(s))})).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}},ue={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};var le=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,r=void 0===t?{}:t,n=e.mixins,i=void 0===n?{}:n,o=e.palette,a=void 0===o?{}:o,s=e.spacing,l=e.typography,c=void 0===l?{}:l,d=u(e,["breakpoints","mixins","palette","spacing","typography"]),p=N(a),b=h(r),m=ne(s),y=f({breakpoints:b,direction:"ltr",mixins:g(b,m,i),overrides:{},palette:p,props:{},shadows:_,typography:F(p,c),spacing:m,shape:G,transitions:se,zIndex:ue},d),v=arguments.length,k=new Array(v>1?v-1:0),x=1;x<v;x++)k[x-1]=arguments[x];return y=k.reduce((function(e,t){return f(e,t)}),y)},ce="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},de="object"===("undefined"==typeof window?"undefined":ce(window))&&"object"===("undefined"==typeof document?"undefined":ce(document))&&9===document.nodeType;function fe(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function pe(e,t,r){return t&&fe(e.prototype,t),r&&fe(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function he(e,t){return he=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},he(e,t)}function be(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,he(e,t)}function ge(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var me={}.constructor;function ye(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(ye);if(e.constructor!==me)return e;var t={};for(var r in e)t[r]=ye(e[r]);return t}function ve(e,t,r){void 0===e&&(e="unnamed");var n=r.jss,i=ye(t),o=n.plugins.onCreateRule(e,i,r);return o||(e[0],null)}var ke=function(e,t){for(var r="",n=0;n<e.length&&"!important"!==e[n];n++)r&&(r+=t),r+=e[n];return r},xe=function(e){if(!Array.isArray(e))return e;var t="";if(Array.isArray(e[0]))for(var r=0;r<e.length&&"!important"!==e[r];r++)t&&(t+=", "),t+=ke(e[r]," ");else t=ke(e,", ");return"!important"===e[e.length-1]&&(t+=" !important"),t};function we(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function Se(e,t){for(var r="",n=0;n<t;n++)r+=" ";return r+e}function Pe(e,t,r){void 0===r&&(r={});var n="";if(!t)return n;var i=r.indent,o=void 0===i?0:i,a=t.fallbacks;!1===r.format&&(o=-1/0);var s=we(r),u=s.linebreak,l=s.space;if(e&&o++,a)if(Array.isArray(a))for(var c=0;c<a.length;c++){var d=a[c];for(var f in d){var p=d[f];null!=p&&(n&&(n+=u),n+=Se(f+":"+l+xe(p)+";",o))}}else for(var h in a){var b=a[h];null!=b&&(n&&(n+=u),n+=Se(h+":"+l+xe(b)+";",o))}for(var g in t){var m=t[g];null!=m&&"fallbacks"!==g&&(n&&(n+=u),n+=Se(g+":"+l+xe(m)+";",o))}return(n||r.allowEmpty)&&e?(n&&(n=""+u+n+u),Se(""+e+l+"{"+n,--o)+Se("}",o)):n}var Re=/([[\].#*$><+~=|^:(),"'`\s])/g,Oe="undefined"!=typeof CSS&&CSS.escape,je=function(e){return Oe?Oe(e):e.replace(Re,"\\$1")},Ae=function(){function e(e,t,r){this.type="style",this.isProcessed=!1;var n=r.sheet,i=r.Renderer;this.key=e,this.options=r,this.style=t,n?this.renderer=n.renderer:i&&(this.renderer=new i)}return e.prototype.prop=function(e,t,r){if(void 0===t)return this.style[e];var n=!!r&&r.force;if(!n&&this.style[e]===t)return this;var i=t;r&&!1===r.process||(i=this.options.jss.plugins.onChangeValue(t,e,this));var o=null==i||!1===i,a=e in this.style;if(o&&!a&&!n)return this;var s=o&&a;if(s?delete this.style[e]:this.style[e]=i,this.renderable&&this.renderer)return s?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,i),this;var u=this.options.sheet;return u&&u.attached,this},e}(),Ce=function(e){function t(t,r,n){var i;i=e.call(this,t,r,n)||this;var o=n.selector,a=n.scoped,s=n.sheet,u=n.generateId;return o?i.selectorText=o:!1!==a&&(i.id=u(ge(ge(i)),s),i.selectorText="."+je(i.id)),i}be(t,e);var r=t.prototype;return r.applyTo=function(e){var t=this.renderer;if(t){var r=this.toJSON();for(var n in r)t.setProperty(e,n,r[n])}return this},r.toJSON=function(){var e={};for(var t in this.style){var r=this.style[t];"object"!=typeof r?e[t]=r:Array.isArray(r)&&(e[t]=xe(r))}return e},r.toString=function(e){var t=this.options.sheet,r=!!t&&t.options.link?l({},e,{allowEmpty:!0}):e;return Pe(this.selectorText,this.style,r)},pe(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,r=this.renderable;if(r&&t)t.setSelector(r,e)||t.replaceRule(r,this)}},get:function(){return this.selectorText}}]),t}(Ae),Me={onCreateRule:function(e,t,r){return"@"===e[0]||r.parent&&"keyframes"===r.parent.type?null:new Ce(e,t,r)}},Ie={indent:1,children:!0},ze=/@([\w-]+)/,Te=function(){function e(e,t,r){this.type="conditional",this.isProcessed=!1,this.key=e;var n=e.match(ze);for(var i in this.at=n?n[1]:"unknown",this.query=r.name||"@"+this.at,this.options=r,this.rules=new nt(l({},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.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,r){var n=this.rules.add(e,t,r);return n?(this.options.jss.plugins.onProcessRule(n),n):null},t.replaceRule=function(e,t,r){var n=this.rules.replace(e,t,r);return n&&this.options.jss.plugins.onProcessRule(n),n},t.toString=function(e){void 0===e&&(e=Ie);var t=we(e).linebreak;if(null==e.indent&&(e.indent=Ie.indent),null==e.children&&(e.children=Ie.children),!1===e.children)return this.query+" {}";var r=this.rules.toString(e);return r?this.query+" {"+t+r+t+"}":""},e}(),Ee=/@media|@supports\s+/,Ne={onCreateRule:function(e,t,r){return Ee.test(e)?new Te(e,t,r):null}},Le={indent:1,children:!0},We=/@keyframes\s+([\w-]+)/,qe=function(){function e(e,t,r){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var n=e.match(We);n&&n[1]?this.name=n[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=r;var i=r.scoped,o=r.sheet,a=r.generateId;for(var s in this.id=!1===i?this.name:je(a(this,o)),this.rules=new nt(l({},r,{parent:this})),t)this.rules.add(s,t[s],l({},r,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=Le);var t=we(e).linebreak;if(null==e.indent&&(e.indent=Le.indent),null==e.children&&(e.children=Le.children),!1===e.children)return this.at+" "+this.id+" {}";var r=this.rules.toString(e);return r&&(r=""+t+r+t),this.at+" "+this.id+" {"+r+"}"},e}(),Fe=/@keyframes\s+/,Be=/\$([\w-]+)/g,_e=function(e,t){return"string"==typeof e?e.replace(Be,(function(e,r){return r in t?t[r]:e})):e},Ge=function(e,t,r){var n=e[t],i=_e(n,r);i!==n&&(e[t]=i)},Ue={onCreateRule:function(e,t,r){return"string"==typeof e&&Fe.test(e)?new qe(e,t,r):null},onProcessStyle:function(e,t,r){return"style"===t.type&&r?("animation-name"in e&&Ge(e,"animation-name",r.keyframes),"animation"in e&&Ge(e,"animation",r.keyframes),e):e},onChangeValue:function(e,t,r){var n=r.options.sheet;if(!n)return e;switch(t){case"animation":case"animation-name":return _e(e,n.keyframes);default:return e}}},Ve=function(e){function t(){return e.apply(this,arguments)||this}return be(t,e),t.prototype.toString=function(e){var t=this.options.sheet,r=!!t&&t.options.link?l({},e,{allowEmpty:!0}):e;return Pe(this.key,this.style,r)},t}(Ae),De={onCreateRule:function(e,t,r){return r.parent&&"keyframes"===r.parent.type?new Ve(e,t,r):null}},He=function(){function e(e,t,r){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=r}return e.prototype.toString=function(e){var t=we(e).linebreak;if(Array.isArray(this.style)){for(var r="",n=0;n<this.style.length;n++)r+=Pe(this.at,this.style[n]),this.style[n+1]&&(r+=t);return r}return Pe(this.at,this.style,e)},e}(),Je=/@font-face/,Ye={onCreateRule:function(e,t,r){return Je.test(e)?new He(e,t,r):null}},$e=function(){function e(e,t,r){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=r}return e.prototype.toString=function(e){return Pe(this.key,this.style,e)},e}(),Xe={onCreateRule:function(e,t,r){return"@viewport"===e||"@-ms-viewport"===e?new $e(e,t,r):null}},Ke=function(){function e(e,t,r){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=r}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",r=0;r<this.value.length;r++)t+=this.key+" "+this.value[r]+";",this.value[r+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),Qe={"@charset":!0,"@import":!0,"@namespace":!0},Ze={onCreateRule:function(e,t,r){return e in Qe?new Ke(e,t,r):null}},et=[Me,Ne,Ue,De,Ye,Xe,Ze],tt={process:!0},rt={force:!0,process:!0},nt=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,r){var n=this.options,i=n.parent,o=n.sheet,a=n.jss,s=n.Renderer,u=n.generateId,c=n.scoped,d=l({classes:this.classes,parent:i,sheet:o,jss:a,Renderer:s,generateId:u,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},r),f=e;e in this.raw&&(f=e+"-d"+this.counter++),this.raw[f]=t,f in this.classes&&(d.selector="."+je(this.classes[f]));var p=ve(f,t,d);if(!p)return null;this.register(p);var h=void 0===d.index?this.index.length:d.index;return this.index.splice(h,0,p),p},t.replace=function(e,t,r){var n=this.get(e),i=this.index.indexOf(n);n&&this.remove(n);var o=r;return-1!==i&&(o=l({},r,{index:i})),this.add(e,t,o)},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof Ce?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof qe&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof Ce?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof qe&&delete this.keyframes[e.name]},t.update=function(){var e,t,r;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],r=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],r=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,r);else for(var n=0;n<this.index.length;n++)this.updateOne(this.index[n],t,r)},t.updateOne=function(t,r,n){void 0===n&&(n=tt);var i=this.options,o=i.jss.plugins,a=i.sheet;if(t.rules instanceof e)t.rules.update(r,n);else{var s=t.style;if(o.onUpdate(r,t,a,n),n.process&&s&&s!==t.style){for(var u in o.onProcessStyle(t.style,t,a),t.style){var l=t.style[u];l!==s[u]&&t.prop(u,l,rt)}for(var c in s){var d=t.style[c],f=s[c];null==d&&d!==f&&t.prop(c,null,rt)}}}},t.toString=function(e){for(var t="",r=this.options.sheet,n=!!r&&r.options.link,i=we(e).linebreak,o=0;o<this.index.length;o++){var a=this.index[o].toString(e);(a||n)&&(t&&(t+=i),t+=a)}return t},e}(),it=function(){function e(e,t){for(var r in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=l({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new nt(this.options),e)this.rules.add(r,e[r]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,r){var n=this.queue;this.attached&&!n&&(this.queue=[]);var i=this.rules.add(e,t,r);return i?(this.options.jss.plugins.onProcessRule(i),this.attached?this.deployed?(n?n.push(i):(this.insertRule(i),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),i):i:(this.deployed=!1,i)):null},t.replaceRule=function(e,t,r){var n=this.rules.get(e);if(!n)return this.addRule(e,t,r);var i=this.rules.replace(e,t,r);return i&&this.options.jss.plugins.onProcessRule(i),this.attached?this.deployed?(this.renderer&&(i?n.renderable&&this.renderer.replaceRule(n.renderable,i):this.renderer.deleteRule(n)),i):i:(this.deployed=!1,i)},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var r=[];for(var n in e){var i=this.addRule(n,e[n],t);i&&r.push(i)}return r},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,r){return this.rules.updateOne(e,t,r),this},t.toString=function(e){return this.rules.toString(e)},e}(),ot=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,r){for(var n=0;n<this.registry.onCreateRule.length;n++){var i=this.registry.onCreateRule[n](e,t,r);if(i)return i}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,r=0;r<this.registry.onProcessRule.length;r++)this.registry.onProcessRule[r](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,r){for(var n=0;n<this.registry.onProcessStyle.length;n++)t.style=this.registry.onProcessStyle[n](t.style,t,r)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,r,n){for(var i=0;i<this.registry.onUpdate.length;i++)this.registry.onUpdate[i](e,t,r,n)},t.onChangeValue=function(e,t,r){for(var n=e,i=0;i<this.registry.onChangeValue.length;i++)n=this.registry.onChangeValue[i](n,t,r);return n},t.use=function(e,t){void 0===t&&(t={queue:"external"});var r=this.plugins[t.queue];-1===r.indexOf(e)&&(r.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var r in t)r in e&&e[r].push(t[r]);return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),at=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,r=e.options.index;if(-1===t.indexOf(e))if(0===t.length||r>=this.index)t.push(e);else for(var n=0;n<t.length;n++)if(t[n].options.index>r)return void t.splice(n,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,r=t.attached,n=s(t,["attached"]),i=we(n).linebreak,o="",a=0;a<this.registry.length;a++){var u=this.registry[a];null!=r&&u.attached!==r||(o&&(o+=i),o+=u.toString(n))}return o},pe(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}(),st=new at,ut="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),lt="2f1acc6c3a606b082e5eef5e54414ffb";null==ut[lt]&&(ut[lt]=0);var ct=ut[lt]++,dt=function(e){void 0===e&&(e={});var t=0;return function(r,n){t+=1;var i="",o="";return n&&(n.options.classNamePrefix&&(o=n.options.classNamePrefix),null!=n.options.jss.id&&(i=String(n.options.jss.id))),e.minify?""+(o||"c")+ct+i+t:o+r.key+"-"+ct+(i?"-"+i:"")+"-"+t}},ft=function(e){var t;return function(){return t||(t=e()),t}},pt=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},ht=function(e,t,r){try{var n=r;if(Array.isArray(r)&&(n=xe(r)),e.attributeStyleMap)e.attributeStyleMap.set(t,n);else{var i=n?n.indexOf("!important"):-1,o=i>-1?n.substr(0,i-1):n;e.style.setProperty(t,o,i>-1?"important":"")}}catch(e){return!1}return!0},bt=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},gt=function(e,t){return e.selectorText=t,e.selectorText===t},mt=ft((function(){return document.querySelector("head")}));function yt(e){var t=st.registry;if(t.length>0){var r=function(e,t){for(var r=0;r<e.length;r++){var n=e[r];if(n.attached&&n.options.index>t.index&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e);if(r&&r.renderer)return{parent:r.renderer.element.parentNode,node:r.renderer.element};if(r=function(e,t){for(var r=e.length-1;r>=0;r--){var n=e[r];if(n.attached&&n.options.insertionPoint===t.insertionPoint)return n}return null}(t,e),r&&r.renderer)return{parent:r.renderer.element.parentNode,node:r.renderer.element.nextSibling}}var n=e.insertionPoint;if(n&&"string"==typeof n){var i=function(e){for(var t=mt(),r=0;r<t.childNodes.length;r++){var n=t.childNodes[r];if(8===n.nodeType&&n.nodeValue.trim()===e)return n}return null}(n);if(i)return{parent:i.parentNode,node:i.nextSibling}}return!1}var vt=ft((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),kt=function(e,t,r){try{"insertRule"in e?e.insertRule(t,r):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[r]},xt=function(e,t){var r=e.cssRules.length;return void 0===t||t>r?r:t},wt=function(){function e(e){this.getPropertyValue=pt,this.setProperty=ht,this.removeProperty=bt,this.setSelector=gt,this.hasInsertedRules=!1,this.cssRules=[],e&&st.add(e),this.sheet=e;var t=this.sheet?this.sheet.options:{},r=t.media,n=t.meta,i=t.element;this.element=i||function(){var e=document.createElement("style");return e.textContent="\n",e}(),this.element.setAttribute("data-jss",""),r&&this.element.setAttribute("media",r),n&&this.element.setAttribute("data-meta",n);var o=vt();o&&this.element.setAttribute("nonce",o)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var r=t.insertionPoint,n=yt(t);if(!1!==n&&n.parent)n.parent.insertBefore(e,n.node);else if(r&&"number"==typeof r.nodeType){var i=r,o=i.parentNode;o&&o.insertBefore(e,i.nextSibling)}else mt().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var r=0;r<e.index.length;r++)this.insertRule(e.index[r],r,t)},t.insertRule=function(e,t,r){if(void 0===r&&(r=this.element.sheet),e.rules){var n=e,i=r;if("conditional"===e.type||"keyframes"===e.type){var o=xt(r,t);if(!1===(i=kt(r,n.toString({children:!1}),o)))return!1;this.refCssRule(e,o,i)}return this.insertRules(n.rules,i),i}var a=e.toString();if(!a)return!1;var s=xt(r,t),u=kt(r,a,s);return!1!==u&&(this.hasInsertedRules=!0,this.refCssRule(e,s,u),u)},t.refCssRule=function(e,t,r){e.renderable=r,e.options.parent instanceof it&&this.cssRules.splice(t,0,r)},t.deleteRule=function(e){var t=this.element.sheet,r=this.indexOf(e);return-1!==r&&(t.deleteRule(r),this.cssRules.splice(r,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var r=this.indexOf(e);return-1!==r&&(this.element.sheet.deleteRule(r),this.cssRules.splice(r,1),this.insertRule(t,r))},t.getRules=function(){return this.element.sheet.cssRules},e}(),St=0,Pt=function(){function e(e){this.id=St++,this.version="10.9.2",this.plugins=new ot,this.options={id:{minify:!1},createGenerateId:dt,Renderer:de?wt:null,plugins:[]},this.generateId=dt({minify:!1});for(var t=0;t<et.length;t++)this.plugins.use(et[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=l({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var r=t.index;"number"!=typeof r&&(r=0===st.index?0:st.index+1);var n=new it(e,l({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:r}));return this.plugins.onProcessSheet(n),n},t.removeStyleSheet=function(e){return e.detach(),st.remove(e),this},t.createRule=function(e,t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),"object"==typeof e)return this.createRule(void 0,e,t);var n=l({},r,{name:e,jss:this,Renderer:this.options.Renderer});n.generateId||(n.generateId=this.generateId),n.classes||(n.classes={}),n.keyframes||(n.keyframes={});var i=ve(e,t,n);return i&&this.plugins.onProcessRule(i),i},t.use=function(){for(var e=this,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return r.forEach((function(t){e.plugins.use(t)})),this},e}(),Rt=function(e){return new Pt(e)},Ot="object"==typeof CSS&&null!=CSS&&"number"in CSS;
2
2
  /**
3
3
  * A better abstraction over CSS.
4
4
  *