@ai-group/chat-sdk 0.2.5

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 (80) hide show
  1. package/README.md +239 -0
  2. package/dist/esm/assets/arrow-down.png +0 -0
  3. package/dist/esm/assets/arrow-up.png +0 -0
  4. package/dist/esm/assets/chatKnowledge.png +0 -0
  5. package/dist/esm/assets/completed-black.png +0 -0
  6. package/dist/esm/assets/completed.png +0 -0
  7. package/dist/esm/assets/document-black.png +0 -0
  8. package/dist/esm/assets/document.png +0 -0
  9. package/dist/esm/assets/document.svg +16 -0
  10. package/dist/esm/assets/empty.png +0 -0
  11. package/dist/esm/assets/group.png +0 -0
  12. package/dist/esm/assets/qa-black.png +0 -0
  13. package/dist/esm/assets/qa.png +0 -0
  14. package/dist/esm/assets/skillNo-black.png +0 -0
  15. package/dist/esm/assets/skillNo.png +0 -0
  16. package/dist/esm/assets/tools-black.png +0 -0
  17. package/dist/esm/assets/tools.png +0 -0
  18. package/dist/esm/client/base.js +2 -0
  19. package/dist/esm/client/base.js.map +1 -0
  20. package/dist/esm/client/restClient.js +2 -0
  21. package/dist/esm/client/restClient.js.map +1 -0
  22. package/dist/esm/client/wsClient.js +2 -0
  23. package/dist/esm/client/wsClient.js.map +1 -0
  24. package/dist/esm/components/XAiChatbot/XAiChatbot.stories.js +562 -0
  25. package/dist/esm/components/XAiChatbot/XAiChatbot.stories.js.map +1 -0
  26. package/dist/esm/components/XAiChatbot/index.js +586 -0
  27. package/dist/esm/components/XAiChatbot/index.js.map +1 -0
  28. package/dist/esm/components/XAiChatbot/styles.js +62 -0
  29. package/dist/esm/components/XAiChatbot/styles.js.map +1 -0
  30. package/dist/esm/components/XAiProvider/XAiProvider.stories.js +297 -0
  31. package/dist/esm/components/XAiProvider/XAiProvider.stories.js.map +1 -0
  32. package/dist/esm/components/XAiProvider/index.js +128 -0
  33. package/dist/esm/components/XAiProvider/index.js.map +1 -0
  34. package/dist/esm/components/XAiSDK.js +29 -0
  35. package/dist/esm/components/XAiSDK.js.map +1 -0
  36. package/dist/esm/components/XAiWebSDKWrapper.js +42 -0
  37. package/dist/esm/components/XAiWebSDKWrapper.js.map +1 -0
  38. package/dist/esm/context/AiProviderContext.js +62 -0
  39. package/dist/esm/context/AiProviderContext.js.map +1 -0
  40. package/dist/esm/context/ThemeContext.js +8 -0
  41. package/dist/esm/context/ThemeContext.js.map +1 -0
  42. package/dist/esm/hooks/useAgentGenerator.js +536 -0
  43. package/dist/esm/hooks/useAgentGenerator.js.map +1 -0
  44. package/dist/esm/hooks/useEventStreamRequest.js +229 -0
  45. package/dist/esm/hooks/useEventStreamRequest.js.map +1 -0
  46. package/dist/esm/hooks/useProviderContext.js +115 -0
  47. package/dist/esm/hooks/useProviderContext.js.map +1 -0
  48. package/dist/esm/hooks/useXAiSDK.js +49 -0
  49. package/dist/esm/hooks/useXAiSDK.js.map +1 -0
  50. package/dist/esm/index.js +11 -0
  51. package/dist/esm/index.js.map +1 -0
  52. package/dist/esm/services/api.js +73 -0
  53. package/dist/esm/services/api.js.map +1 -0
  54. package/dist/esm/styles/common.js +106 -0
  55. package/dist/esm/styles/common.js.map +1 -0
  56. package/dist/esm/styles/markdown.js +12 -0
  57. package/dist/esm/styles/markdown.js.map +1 -0
  58. package/dist/esm/types/XAiChatbot.js +2 -0
  59. package/dist/esm/types/XAiChatbot.js.map +1 -0
  60. package/dist/esm/types/XAiMessage.js +65 -0
  61. package/dist/esm/types/XAiMessage.js.map +1 -0
  62. package/dist/esm/types/XAiProvider.js +4 -0
  63. package/dist/esm/types/XAiProvider.js.map +1 -0
  64. package/dist/esm/types/index.js +4 -0
  65. package/dist/esm/types/index.js.map +1 -0
  66. package/dist/esm/types/mdx.d.ts +18 -0
  67. package/dist/esm/utils/chat.js +976 -0
  68. package/dist/esm/utils/chat.js.map +1 -0
  69. package/dist/esm/utils/index.js +19 -0
  70. package/dist/esm/utils/index.js.map +1 -0
  71. package/dist/esm/utils/providerManager.js +70 -0
  72. package/dist/esm/utils/providerManager.js.map +1 -0
  73. package/dist/esm/utils/request.example.js +379 -0
  74. package/dist/esm/utils/request.example.js.map +1 -0
  75. package/dist/esm/utils/request.js +491 -0
  76. package/dist/esm/utils/request.js.map +1 -0
  77. package/dist/esm/utils/umdEntry.js +109 -0
  78. package/dist/esm/utils/umdEntry.js.map +1 -0
  79. package/dist/umd/chat-sdk.min.js +1 -0
  80. package/package.json +71 -0
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.XAiWebSDK=t():e.XAiWebSDK=t()}(self,(function(){return function(){var e,t,n={5343:function(e,t){"use strict";t.byteLength=function(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,a=c(e),i=a[0],s=a[1],l=new o(function(e,t,n){return 3*(t+n)/4-n}(0,i,s)),u=0,f=s>0?i-4:i;for(n=0;n<f;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],l[u++]=t>>16&255,l[u++]=t>>8&255,l[u++]=255&t;2===s&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,l[u++]=255&t);1===s&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,l[u++]=t>>8&255,l[u++]=255&t);return l},t.fromByteArray=function(e){for(var t,r=e.length,o=r%3,a=[],i=16383,s=0,c=r-o;s<c;s+=i)a.push(l(e,s,s+i>c?c:s+i));1===o?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===o&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"="));return a.join("")};for(var n=[],r=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=0,s=a.length;i<s;++i)n[i]=a[i],r[a.charCodeAt(i)]=i;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,r){for(var o,a,i=[],s=t;s<r;s+=3)o=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),i.push(n[(a=o)>>18&63]+n[a>>12&63]+n[a>>6&63]+n[63&a]);return i.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},1066:function(e,t,n){"use strict";var r=n(5343),o=n(3109),a=n(5443);function i(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(i()<t)throw new RangeError("Invalid typed array length");return c.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=c.prototype:(null===e&&(e=new c(t)),e.length=t),e}function c(e,t,n){if(!(c.TYPED_ARRAY_SUPPORT||this instanceof c))return new c(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return f(this,e)}return l(this,e,t,n)}function l(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);c.TYPED_ARRAY_SUPPORT?(e=t).__proto__=c.prototype:e=d(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!c.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|h(t,n);e=s(e,r);var o=e.write(t,n);o!==r&&(e=e.slice(0,o));return e}(e,t,n):function(e,t){if(c.isBuffer(t)){var n=0|p(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?s(e,0):d(e,t);if("Buffer"===t.type&&a(t.data))return d(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function f(e,t){if(u(t),e=s(e,t<0?0:0|p(t)),!c.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function d(e,t){var n=t.length<0?0:0|p(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function p(e){if(e>=i())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i().toString(16)+" bytes");return 0|e}function h(e,t){if(c.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return q(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return H(e).length;default:if(r)return q(e).length;t=(""+t).toLowerCase(),r=!0}}function m(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return A(this,t,n);case"ascii":return O(this,t,n);case"latin1":case"binary":return D(this,t,n);case"base64":return S(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function v(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:b(e,t,n,r,o);if("number"==typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):b(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function b(e,t,n,r,o){var a,i=1,s=e.length,c=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,c/=2,n/=2}function l(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(o){var u=-1;for(a=n;a<s;a++)if(l(e,a)===l(t,-1===u?0:a-u)){if(-1===u&&(u=a),a-u+1===c)return u*i}else-1!==u&&(a-=a-u),u=-1}else for(n+c>s&&(n=s-c),a=n;a>=0;a--){for(var f=!0,d=0;d<c;d++)if(l(e,a+d)!==l(t,d)){f=!1;break}if(f)return a}return-1}function y(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var a=t.length;if(a%2!=0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var i=0;i<r;++i){var s=parseInt(t.substr(2*i,2),16);if(isNaN(s))return i;e[n+i]=s}return i}function w(e,t,n,r){return U(q(t,e.length-n),e,n,r)}function x(e,t,n,r){return U(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function E(e,t,n,r){return x(e,t,n,r)}function k(e,t,n,r){return U(H(t),e,n,r)}function C(e,t,n,r){return U(function(e,t){for(var n,r,o,a=[],i=0;i<e.length&&!((t-=2)<0);++i)r=(n=e.charCodeAt(i))>>8,o=n%256,a.push(o),a.push(r);return a}(t,e.length-n),e,n,r)}function S(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function A(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var a,i,s,c,l=e[o],u=null,f=l>239?4:l>223?3:l>191?2:1;if(o+f<=n)switch(f){case 1:l<128&&(u=l);break;case 2:128==(192&(a=e[o+1]))&&(c=(31&l)<<6|63&a)>127&&(u=c);break;case 3:a=e[o+1],i=e[o+2],128==(192&a)&&128==(192&i)&&(c=(15&l)<<12|(63&a)<<6|63&i)>2047&&(c<55296||c>57343)&&(u=c);break;case 4:a=e[o+1],i=e[o+2],s=e[o+3],128==(192&a)&&128==(192&i)&&128==(192&s)&&(c=(15&l)<<18|(63&a)<<12|(63&i)<<6|63&s)>65535&&c<1114112&&(u=c)}null===u?(u=65533,f=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=f}return function(e){var t=e.length;if(t<=_)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=_));return n}(r)}t.Buffer=c,t.SlowBuffer=function(e){+e!=e&&(e=0);return c.alloc(+e)},t.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==n.g.TYPED_ARRAY_SUPPORT?n.g.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=i(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,n){return l(null,e,t,n)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?s(e,t):void 0!==n?"string"==typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},c.allocUnsafe=function(e){return f(null,e)},c.allocUnsafeSlow=function(e){return f(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,a=Math.min(n,r);o<a;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(e,t){if(!a(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=c.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var i=e[n];if(!c.isBuffer(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(r,o),o+=i.length}return r},c.byteLength=h,c.prototype._isBuffer=!0,c.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},c.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},c.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},c.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?A(this,0,e):m.apply(this,arguments)},c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},c.prototype.compare=function(e,t,n,r,o){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var a=(o>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0),s=Math.min(a,i),l=this.slice(r,o),u=e.slice(t,n),f=0;f<s;++f)if(l[f]!==u[f]){a=l[f],i=u[f];break}return a<i?-1:i<a?1:0},c.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},c.prototype.indexOf=function(e,t,n){return v(this,e,t,n,!0)},c.prototype.lastIndexOf=function(e,t,n){return v(this,e,t,n,!1)},c.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return y(this,e,t,n);case"utf8":case"utf-8":return w(this,e,t,n);case"ascii":return x(this,e,t,n);case"latin1":case"binary":return E(this,e,t,n);case"base64":return k(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var _=4096;function O(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function D(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function T(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",a=t;a<n;++a)o+=z(e[a]);return o}function R(e,t,n){for(var r=e.slice(t,n),o="",a=0;a<r.length;a+=2)o+=String.fromCharCode(r[a]+256*r[a+1]);return o}function N(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function P(e,t,n,r,o,a){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<a)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function F(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,a=Math.min(e.length-n,2);o<a;++o)e[n+o]=(t&255<<8*(r?o:1-o))>>>8*(r?o:1-o)}function L(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,a=Math.min(e.length-n,4);o<a;++o)e[n+o]=t>>>8*(r?o:3-o)&255}function I(e,t,n,r,o,a){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function j(e,t,n,r,a){return a||I(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function M(e,t,n,r,a){return a||I(e,0,n,8),o.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),c.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=c.prototype;else{var o=t-e;n=new c(o,void 0);for(var a=0;a<o;++a)n[a]=this[a+e]}return n},c.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r},c.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},c.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=t,o=1,a=this[e+--r];r>0&&(o*=256);)a+=this[e+--r]*o;return a>=(o*=128)&&(a-=Math.pow(2,8*t)),a},c.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),o.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),o.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),o.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),o.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||P(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,a=0;for(this[t]=255&e;++a<n&&(o*=256);)this[t+a]=e/o&255;return t+n},c.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||P(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+n},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):L(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);P(this,e,t,n,o-1,-o)}var a=0,i=1,s=0;for(this[t]=255&e;++a<n&&(i*=256);)e<0&&0===s&&0!==this[t+a-1]&&(s=1),this[t+a]=(e/i>>0)-s&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);P(this,e,t,n,o-1,-o)}var a=n-1,i=1,s=0;for(this[t+a]=255&e;--a>=0&&(i*=256);)e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/i>>0)-s&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):L(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||P(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return j(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return j(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return M(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return M(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o,a=r-n;if(this===e&&n<t&&t<r)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!c.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},c.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var o=e.charCodeAt(0);o<256&&(e=o)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!c.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{var i=c.isBuffer(e)?e:q(new c(e,r).toString()),s=i.length;for(a=0;a<n-t;++a)this[a+t]=i[a%s]}return this};var B=/[^+\/0-9A-Za-z-_]/g;function z(e){return e<16?"0"+e.toString(16):e.toString(16)}function q(e,t){var n;t=t||1/0;for(var r=e.length,o=null,a=[],i=0;i<r;++i){if((n=e.charCodeAt(i))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&a.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&a.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function H(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(B,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function U(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}},7840:function(e,t,n){"use strict";var r=n(7302),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,a,i,s,c,l,u=!1;t||(t={}),n=t.debug||!1;try{if(i=r(),s=document.createRange(),c=document.getSelection(),(l=document.createElement("span")).textContent=e,l.ariaHidden="true",l.style.all="unset",l.style.position="fixed",l.style.top=0,l.style.clip="rect(0, 0, 0, 0)",l.style.whiteSpace="pre",l.style.webkitUserSelect="text",l.style.MozUserSelect="text",l.style.msUserSelect="text",l.style.userSelect="text",l.addEventListener("copy",(function(r){if(r.stopPropagation(),t.format)if(r.preventDefault(),void 0===r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=o[t.format]||o.default;window.clipboardData.setData(a,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e);t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))})),document.body.appendChild(l),s.selectNodeContents(l),c.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");u=!0}catch(r){n&&console.error("unable to copy using execCommand: ",r),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),u=!0}catch(r){n&&console.error("unable to copy using clipboardData: ",r),n&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{c&&("function"==typeof c.removeRange?c.removeRange(s):c.removeAllRanges()),l&&document.body.removeChild(l),i()}return u}},3564:function(e,t,n){var r=n(7692),o=n(6905),a=n(6935);a.elementNames.__proto__=null,a.attributeNames.__proto__=null;var i={__proto__:null,style:!0,script:!0,xmp:!0,iframe:!0,noembed:!0,noframes:!0,plaintext:!0,noscript:!0};var s={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},c=e.exports=function(e,t){Array.isArray(e)||e.cheerio||(e=[e]),t=t||{};for(var n="",o=0;o<e.length;o++){var a=e[o];"root"===a.type?n+=c(a.children,t):r.isTag(a)?n+=u(a,t):a.type===r.Directive?n+=f(a):a.type===r.Comment?n+=h(a):a.type===r.CDATA?n+=p(a):n+=d(a,t)}return n},l=["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"];function u(e,t){"foreign"===t.xmlMode&&(e.name=a.elementNames[e.name]||e.name,e.parent&&l.indexOf(e.parent.name)>=0&&(t=Object.assign({},t,{xmlMode:!1}))),!t.xmlMode&&["svg","math"].indexOf(e.name)>=0&&(t=Object.assign({},t,{xmlMode:"foreign"}));var n="<"+e.name,r=function(e,t){if(e){var n,r="";for(var i in e)n=e[i],r&&(r+=" "),"foreign"===t.xmlMode&&(i=a.attributeNames[i]||i),r+=i,(null!==n&&""!==n||t.xmlMode)&&(r+='="'+(t.decodeEntities?o.encodeXML(n):n.replace(/\"/g,"&quot;"))+'"');return r}}(e.attribs,t);return r&&(n+=" "+r),!t.xmlMode||e.children&&0!==e.children.length?(n+=">",e.children&&(n+=c(e.children,t)),s[e.name]&&!t.xmlMode||(n+="</"+e.name+">")):n+="/>",n}function f(e){return"<"+e.data+">"}function d(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.parent.name in i||(n=o.encodeXML(n)),n}function p(e){return"<![CDATA["+e.children[0].data+"]]>"}function h(e){return"\x3c!--"+e.data+"--\x3e"}},4951:function(e){e.exports={Text:"text",Directive:"directive",Comment:"comment",Script:"script",Style:"style",Tag:"tag",CDATA:"cdata",Doctype:"doctype",isTag:function(e){return"tag"===e.type||"script"===e.type||"style"===e.type}}},7692:function(e,t){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(n=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===n.Tag||e.type===n.Script||e.type===n.Style},t.Root=n.Root,t.Text=n.Text,t.Directive=n.Directive,t.Comment=n.Comment,t.Script=n.Script,t.Style=n.Style,t.Tag=n.Tag,t.CDATA=n.CDATA,t.Doctype=n.Doctype},7956:function(e,t,n){var r=n(446).default,o=n(4951),a=/\s+/g,i=n(2255),s=n(4746);function c(e,t,n){"object"===r(e)?(n=t,t=e,e=null):"function"==typeof t&&(n=t,t=l),this._callback=e,this._options=t||l,this._elementCB=n,this.dom=[],this._done=!1,this._tagStack=[],this._parser=this._parser||null}var l={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1};c.prototype.onparserinit=function(e){this._parser=e},c.prototype.onreset=function(){c.call(this,this._callback,this._options,this._elementCB)},c.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this._handleCallback(null))},c.prototype._handleCallback=c.prototype.onerror=function(e){if("function"==typeof this._callback)this._callback(e,this.dom);else if(e)throw e},c.prototype.onclosetag=function(){var e=this._tagStack.pop();this._options.withEndIndices&&e&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e)},c.prototype._createDomElement=function(e){if(!this._options.withDomLvl1)return e;var t;for(var n in t="tag"===e.type?Object.create(s):Object.create(i),e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},c.prototype._addDomElement=function(e){var t=this._tagStack[this._tagStack.length-1],n=t?t.children:this.dom,r=n[n.length-1];e.next=null,this._options.withStartIndices&&(e.startIndex=this._parser.startIndex),this._options.withEndIndices&&(e.endIndex=this._parser.endIndex),r?(e.prev=r,r.next=e):e.prev=null,n.push(e),e.parent=t||null},c.prototype.onopentag=function(e,t){var n={type:"script"===e?o.Script:"style"===e?o.Style:o.Tag,name:e,attribs:t,children:[]},r=this._createDomElement(n);this._addDomElement(r),this._tagStack.push(r)},c.prototype.ontext=function(e){var t,n=this._options.normalizeWhitespace||this._options.ignoreWhitespace;if(!this._tagStack.length&&this.dom.length&&(t=this.dom[this.dom.length-1]).type===o.Text)n?t.data=(t.data+e).replace(a," "):t.data+=e;else if(this._tagStack.length&&(t=this._tagStack[this._tagStack.length-1])&&(t=t.children[t.children.length-1])&&t.type===o.Text)n?t.data=(t.data+e).replace(a," "):t.data+=e;else{n&&(e=e.replace(a," "));var r=this._createDomElement({data:e,type:o.Text});this._addDomElement(r)}},c.prototype.oncomment=function(e){var t=this._tagStack[this._tagStack.length-1];if(t&&t.type===o.Comment)t.data+=e;else{var n={data:e,type:o.Comment},r=this._createDomElement(n);this._addDomElement(r),this._tagStack.push(r)}},c.prototype.oncdatastart=function(){var e={children:[{data:"",type:o.Text}],type:o.CDATA},t=this._createDomElement(e);this._addDomElement(t),this._tagStack.push(t)},c.prototype.oncommentend=c.prototype.oncdataend=function(){this._tagStack.pop()},c.prototype.onprocessinginstruction=function(e,t){var n=this._createDomElement({name:e,data:t,type:o.Directive});this._addDomElement(n)},e.exports=c},4746:function(e,t,n){var r=n(2255),o=e.exports=Object.create(r),a={tagName:"name"};Object.keys(a).forEach((function(e){var t=a[e];Object.defineProperty(o,e,{get:function(){return this[t]||null},set:function(e){return this[t]=e,e}})}))},2255:function(e){var t=e.exports={get firstChild(){var e=this.children;return e&&e[0]||null},get lastChild(){var e=this.children;return e&&e[e.length-1]||null},get nodeType(){return r[this.type]||r.element}},n={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"},r={element:1,text:3,cdata:4,comment:8};Object.keys(n).forEach((function(e){var r=n[e];Object.defineProperty(t,e,{get:function(){return this[r]||null},set:function(e){return this[r]=e,e}})}))},8310:function(e,t,n){var r=e.exports;[n(1456),n(2372),n(3599),n(485),n(2746),n(5261)].forEach((function(e){Object.keys(e).forEach((function(t){r[t]=e[t].bind(r)}))}))},5261:function(e,t){t.removeSubsets=function(e){for(var t,n,r,o=e.length;--o>-1;){for(t=n=e[o],e[o]=null,r=!0;n;){if(e.indexOf(n)>-1){r=!1,e.splice(o,1);break}n=n.parent}r&&(e[o]=t)}return e};var n=1,r=2,o=4,a=8,i=16,s=t.compareDocumentPosition=function(e,t){var s,c,l,u,f,d,p=[],h=[];if(e===t)return 0;for(s=e;s;)p.unshift(s),s=s.parent;for(s=t;s;)h.unshift(s),s=s.parent;for(d=0;p[d]===h[d];)d++;return 0===d?n:(l=(c=p[d-1]).children,u=p[d],f=h[d],l.indexOf(u)>l.indexOf(f)?c===t?o|i:o:c===e?r|a:r)};t.uniqueSort=function(e){var t,n,a=e.length;for(e=e.slice();--a>-1;)t=e[a],(n=e.indexOf(t))>-1&&n<a&&e.splice(a,1);return e.sort((function(e,t){var n=s(e,t);return n&r?-1:n&o?1:0})),e}},2746:function(e,t,n){var r=n(4951),o=t.isTag=r.isTag;t.testElement=function(e,t){for(var n in e)if(e.hasOwnProperty(n)){if("tag_name"===n){if(!o(t)||!e.tag_name(t.name))return!1}else if("tag_type"===n){if(!e.tag_type(t.type))return!1}else if("tag_contains"===n){if(o(t)||!e.tag_contains(t.data))return!1}else if(!t.attribs||!e[n](t.attribs[n]))return!1}else;return!0};var a={tag_name:function(e){return"function"==typeof e?function(t){return o(t)&&e(t.name)}:"*"===e?o:function(t){return o(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return!o(t)&&e(t.data)}:function(t){return!o(t)&&t.data===e}}};function i(e,t){return"function"==typeof t?function(n){return n.attribs&&t(n.attribs[e])}:function(n){return n.attribs&&n.attribs[e]===t}}function s(e,t){return function(n){return e(n)||t(n)}}t.getElements=function(e,t,n,r){var o=Object.keys(e).map((function(t){var n=e[t];return t in a?a[t](n):i(t,n)}));return 0===o.length?[]:this.filter(o.reduce(s),t,n,r)},t.getElementById=function(e,t,n){return Array.isArray(t)||(t=[t]),this.findOne(i("id",e),t,!1!==n)},t.getElementsByTagName=function(e,t,n,r){return this.filter(a.tag_name(e),t,n,r)},t.getElementsByTagType=function(e,t,n,r){return this.filter(a.tag_type(e),t,n,r)}},3599:function(e,t){t.removeElement=function(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children;t.splice(t.lastIndexOf(e),1)}},t.replaceElement=function(e,t){var n=t.prev=e.prev;n&&(n.next=t);var r=t.next=e.next;r&&(r.prev=t);var o=t.parent=e.parent;if(o){var a=o.children;a[a.lastIndexOf(e)]=t}},t.appendChild=function(e,t){if(t.parent=e,1!==e.children.push(t)){var n=e.children[e.children.length-2];n.next=t,t.prev=n,t.next=null}},t.append=function(e,t){var n=e.parent,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){var o=n.children;o.splice(o.lastIndexOf(r),0,t)}}else n&&n.children.push(t)},t.prepend=function(e,t){var n=e.parent;if(n){var r=n.children;r.splice(r.lastIndexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},485:function(e,t,n){var r=n(4951).isTag;function o(e,t,n,r){for(var a,i=[],s=0,c=t.length;s<c&&!(e(t[s])&&(i.push(t[s]),--r<=0))&&(a=t[s].children,!(n&&a&&a.length>0&&(a=o(e,a,n,r),i=i.concat(a),(r-=a.length)<=0)));s++);return i}e.exports={filter:function(e,t,n,r){Array.isArray(t)||(t=[t]);"number"==typeof r&&isFinite(r)||(r=1/0);return o(e,t,!1!==n,r)},find:o,findOneChild:function(e,t){for(var n=0,r=t.length;n<r;n++)if(e(t[n]))return t[n];return null},findOne:function e(t,n){for(var o=null,a=0,i=n.length;a<i&&!o;a++)r(n[a])&&(t(n[a])?o=n[a]:n[a].children.length>0&&(o=e(t,n[a].children)));return o},existsOne:function e(t,n){for(var o=0,a=n.length;o<a;o++)if(r(n[o])&&(t(n[o])||n[o].children.length>0&&e(t,n[o].children)))return!0;return!1},findAll:function(e,t){var n=[],o=t.slice();for(;o.length;){var a=o.shift();r(a)&&(a.children&&a.children.length>0&&o.unshift.apply(o,a.children),e(a)&&n.push(a))}return n}}},1456:function(e,t,n){var r=n(4951),o=n(3564),a=r.isTag;e.exports={getInnerHTML:function(e,t){return e.children?e.children.map((function(e){return o(e,t)})).join(""):""},getOuterHTML:o,getText:function e(t){return Array.isArray(t)?t.map(e).join(""):a(t)?"br"===t.name?"\n":e(t.children):t.type===r.CDATA?e(t.children):t.type===r.Text?t.data:""}}},2372:function(e,t){var n=t.getChildren=function(e){return e.children},r=t.getParent=function(e){return e.parent};t.getSiblings=function(e){var t=r(e);return t?n(t):[e]},t.getAttributeValue=function(e,t){return e.attribs&&e.attribs[t]},t.hasAttrib=function(e,t){return!!e.attribs&&hasOwnProperty.call(e.attribs,t)},t.getName=function(e){return e.name}},6186:function(e,t,n){var r=n(3790);e.exports=function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in r&&(e=r[e]);var t="";e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e);return t+=String.fromCharCode(e)}},8864:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeHTML=t.decodeHTMLStrict=t.decodeXML=void 0;var o=r(n(8844)),a=r(n(3380)),i=r(n(3024)),s=r(n(6405)),c=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function l(e){var t=f(e);return function(e){return String(e).replace(c,t)}}t.decodeXML=l(i.default),t.decodeHTMLStrict=l(o.default);var u=function(e,t){return e<t?1:-1};function f(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?s.default(parseInt(t.substr(3),16)):s.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}t.decodeHTML=function(){for(var e=Object.keys(a.default).sort(u),t=Object.keys(o.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var i=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),s=f(o.default);function c(e){return";"!==e.substr(-1)&&(e+=";"),s(e)}return function(e){return String(e).replace(i,c)}}()},6405:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n(710)),a=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in o.default&&(e=o.default[e]),a(e))}},4293:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var o=u(r(n(3024)).default),a=f(o);t.encodeXML=g(o);var i,s,c=u(r(n(8844)).default),l=f(c);function u(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function f(e){for(var t=[],n=[],r=0,o=Object.keys(e);r<o.length;r++){var a=o[r];1===a.length?t.push("\\"+a):n.push(a)}t.sort();for(var i=0;i<t.length-1;i++){for(var s=i;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var c=1+s-i;c<3||t.splice(i,c,t[i]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.encodeHTML=(i=c,s=l,function(e){return e.replace(s,(function(e){return i[e]})).replace(d,h)}),t.encodeNonAsciiHTML=g(c);var d=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,p=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function h(e){return"&#x"+(e.length>1?p(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var m=new RegExp(a.source+"|"+d.source,"g");function g(e){return function(t){return t.replace(m,(function(t){return e[t]||h(t)}))}}t.escape=function(e){return e.replace(m,h)},t.escapeUTF8=function(e){return e.replace(a,h)}},6905:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=t.encode=t.decodeStrict=t.decode=void 0;var r=n(8864),o=n(4293);t.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?o.encodeXML:o.encodeHTML)(e)};var a=n(4293);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return a.encodeXML}}),Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return a.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return a.encodeNonAsciiHTML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return a.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return a.escapeUTF8}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return a.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return a.encodeHTML}});var i=n(8864);Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return i.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return i.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return i.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return i.decodeXML}})},3863:function(e,t,n){"use strict";var r,o=n(446).default,a="object"===("undefined"==typeof Reflect?"undefined":o(Reflect))?Reflect:null,i=a&&"function"==typeof a.apply?a.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=a&&"function"==typeof a.ownKeys?a.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var s=Number.isNaN||function(e){return e!=e};function c(){c.init.call(this)}e.exports=c,e.exports.once=function(e,t){return new Promise((function(n,r){function o(n){e.removeListener(t,a),r(n)}function a(){"function"==typeof e.removeListener&&e.removeListener("error",o),n([].slice.call(arguments))}b(e,t,a,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&b(e,"error",t,n)}(e,o,{once:!0})}))},c.EventEmitter=c,c.prototype._events=void 0,c.prototype._eventsCount=0,c.prototype._maxListeners=void 0;var l=10;function u(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+o(e))}function f(e){return void 0===e._maxListeners?c.defaultMaxListeners:e._maxListeners}function d(e,t,n,r){var o,a,i,s;if(u(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),i=a[t]),void 0===i)i=a[t]=n,++e._eventsCount;else if("function"==typeof i?i=a[t]=r?[n,i]:[i,n]:r?i.unshift(n):i.push(n),(o=f(e))>0&&i.length>o&&!i.warned){i.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+i.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=i.length,s=c,console&&console.warn&&console.warn(s)}return e}function p(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=p.bind(r);return o.listener=n,r.wrapFn=o,o}function m(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):v(o,o.length)}function g(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function v(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function b(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+o(e));e.addEventListener(t,(function o(a){r.once&&e.removeEventListener(t,o),n(a)}))}}Object.defineProperty(c,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(e){if("number"!=typeof e||e<0||s(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");l=e}}),c.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},c.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||s(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},c.prototype.getMaxListeners=function(){return f(this)},c.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var c=o[e];if(void 0===c)return!1;if("function"==typeof c)i(c,this,t);else{var l=c.length,u=v(c,l);for(n=0;n<l;++n)i(u[n],this,t)}return!0},c.prototype.addListener=function(e,t){return d(this,e,t,!1)},c.prototype.on=c.prototype.addListener,c.prototype.prependListener=function(e,t){return d(this,e,t,!0)},c.prototype.once=function(e,t){return u(t),this.on(e,h(this,e,t)),this},c.prototype.prependOnceListener=function(e,t){return u(t),this.prependListener(e,h(this,e,t)),this},c.prototype.removeListener=function(e,t){var n,r,o,a,i;if(u(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,a=n.length-1;a>=0;a--)if(n[a]===t||n[a].listener===t){i=n[a].listener,o=a;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,i||t)}return this},c.prototype.off=c.prototype.removeListener,c.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,a=Object.keys(n);for(r=0;r<a.length;++r)"removeListener"!==(o=a[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},c.prototype.listeners=function(e){return m(this,e,!0)},c.prototype.rawListeners=function(e){return m(this,e,!1)},c.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):g.call(e,t)},c.prototype.listenerCount=g,c.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},5030:function(e,t,n){"use strict";var r=n(2444),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var l=Object.defineProperty,u=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=p(n);o&&o!==h&&e(t,o,r)}var i=u(n);f&&(i=i.concat(f(n)));for(var s=c(t),m=c(n),g=0;g<i.length;++g){var v=i[g];if(!(a[v]||r&&r[v]||m&&m[v]||s&&s[v])){var b=d(n,v);try{l(t,v,b)}catch(e){}}}}return t}},5540:function(e,t,n){function r(e){this._cbs=e||{},this.events=[]}e.exports=r;var o=n(229).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this.events.push([e]),this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this.events.push([e,t]),this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this.events.push([e,t,n]),this._cbs[e]&&this._cbs[e](t,n)}}})),r.prototype.onreset=function(){this.events=[],this._cbs.onreset&&this._cbs.onreset()},r.prototype.restart=function(){this._cbs.onreset&&this._cbs.onreset();for(var e=0,t=this.events.length;e<t;e++)if(this._cbs[this.events[e][0]]){var n=this.events[e].length;1===n?this._cbs[this.events[e][0]]():2===n?this._cbs[this.events[e][0]](this.events[e][1]):this._cbs[this.events[e][0]](this.events[e][1],this.events[e][2])}}},4457:function(e,t,n){var r=n(7956),o=n(8310);function a(e,t){this.init(e,t)}function i(e,t){return o.getElementsByTagName(e,t,!0)}function s(e,t){return o.getElementsByTagName(e,t,!0,1)[0]}function c(e,t,n){return o.getText(o.getElementsByTagName(e,t,n,1)).trim()}function l(e,t,n,r,o){var a=c(n,r,o);a&&(e[t]=a)}n(1344)(a,r),a.prototype.init=r;var u=function(e){return"rss"===e||"feed"===e||"rdf:RDF"===e};a.prototype.onend=function(){var e,t,n={},o=s(u,this.dom);o&&("feed"===o.name?(t=o.children,n.type="atom",l(n,"id","id",t),l(n,"title","title",t),(e=s("link",t))&&(e=e.attribs)&&(e=e.href)&&(n.link=e),l(n,"description","subtitle",t),(e=c("updated",t))&&(n.updated=new Date(e)),l(n,"author","email",t,!0),n.items=i("entry",t).map((function(e){var t,n={};return l(n,"id","id",e=e.children),l(n,"title","title",e),(t=s("link",e))&&(t=t.attribs)&&(t=t.href)&&(n.link=t),(t=c("summary",e)||c("content",e))&&(n.description=t),(t=c("updated",e))&&(n.pubDate=new Date(t)),n}))):(t=s("channel",o.children).children,n.type=o.name.substr(0,3),n.id="",l(n,"title","title",t),l(n,"link","link",t),l(n,"description","description",t),(e=c("lastBuildDate",t))&&(n.updated=new Date(e)),l(n,"author","managingEditor",t,!0),n.items=i("item",o.children).map((function(e){var t,n={};return l(n,"id","guid",e=e.children),l(n,"title","title",e),l(n,"link","link",e),l(n,"description","description",e),(t=c("pubDate",e))&&(n.pubDate=new Date(t)),n})))),this.dom=n,r.prototype._handleCallback.call(this,o?null:Error("couldn't find root of feed"))},e.exports=a},2335:function(e,t,n){var r=n(1017),o={input:!0,option:!0,optgroup:!0,select:!0,button:!0,datalist:!0,textarea:!0},a={tr:{tr:!0,th:!0,td:!0},th:{th:!0},td:{thead:!0,th:!0,td:!0},body:{head:!0,link:!0,script:!0},li:{li:!0},p:{p:!0},h1:{p:!0},h2:{p:!0},h3:{p:!0},h4:{p:!0},h5:{p:!0},h6:{p:!0},select:o,input:o,output:o,button:o,datalist:o,textarea:o,option:{option:!0},optgroup:{optgroup:!0}},i={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},s={__proto__:null,math:!0,svg:!0},c={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0,foreignObject:!0,desc:!0,title:!0},l=/\s|\//;function u(e,t){this._options=t||{},this._cbs=e||{},this._tagname="",this._attribname="",this._attribvalue="",this._attribs=null,this._stack=[],this._foreignContext=[],this.startIndex=0,this.endIndex=null,this._lowerCaseTagNames="lowerCaseTags"in this._options?!!this._options.lowerCaseTags:!this._options.xmlMode,this._lowerCaseAttributeNames="lowerCaseAttributeNames"in this._options?!!this._options.lowerCaseAttributeNames:!this._options.xmlMode,this._options.Tokenizer&&(r=this._options.Tokenizer),this._tokenizer=new r(this._options,this),this._cbs.onparserinit&&this._cbs.onparserinit(this)}n(1344)(u,n(3863).EventEmitter),u.prototype._updatePosition=function(e){null===this.endIndex?this._tokenizer._sectionStart<=e?this.startIndex=0:this.startIndex=this._tokenizer._sectionStart-e:this.startIndex=this.endIndex+1,this.endIndex=this._tokenizer.getAbsoluteIndex()},u.prototype.ontext=function(e){this._updatePosition(1),this.endIndex--,this._cbs.ontext&&this._cbs.ontext(e)},u.prototype.onopentagname=function(e){if(this._lowerCaseTagNames&&(e=e.toLowerCase()),this._tagname=e,!this._options.xmlMode&&e in a)for(var t;(t=this._stack[this._stack.length-1])in a[e];this.onclosetag(t));!this._options.xmlMode&&e in i||(this._stack.push(e),e in s?this._foreignContext.push(!0):e in c&&this._foreignContext.push(!1)),this._cbs.onopentagname&&this._cbs.onopentagname(e),this._cbs.onopentag&&(this._attribs={})},u.prototype.onopentagend=function(){this._updatePosition(1),this._attribs&&(this._cbs.onopentag&&this._cbs.onopentag(this._tagname,this._attribs),this._attribs=null),!this._options.xmlMode&&this._cbs.onclosetag&&this._tagname in i&&this._cbs.onclosetag(this._tagname),this._tagname=""},u.prototype.onclosetag=function(e){if(this._updatePosition(1),this._lowerCaseTagNames&&(e=e.toLowerCase()),(e in s||e in c)&&this._foreignContext.pop(),!this._stack.length||e in i&&!this._options.xmlMode)this._options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this._closeCurrentTag());else{var t=this._stack.lastIndexOf(e);if(-1!==t)if(this._cbs.onclosetag)for(t=this._stack.length-t;t--;)this._cbs.onclosetag(this._stack.pop());else this._stack.length=t;else"p"!==e||this._options.xmlMode||(this.onopentagname(e),this._closeCurrentTag())}},u.prototype.onselfclosingtag=function(){this._options.xmlMode||this._options.recognizeSelfClosing||this._foreignContext[this._foreignContext.length-1]?this._closeCurrentTag():this.onopentagend()},u.prototype._closeCurrentTag=function(){var e=this._tagname;this.onopentagend(),this._stack[this._stack.length-1]===e&&(this._cbs.onclosetag&&this._cbs.onclosetag(e),this._stack.pop())},u.prototype.onattribname=function(e){this._lowerCaseAttributeNames&&(e=e.toLowerCase()),this._attribname=e},u.prototype.onattribdata=function(e){this._attribvalue+=e},u.prototype.onattribend=function(){this._cbs.onattribute&&this._cbs.onattribute(this._attribname,this._attribvalue),this._attribs&&!Object.prototype.hasOwnProperty.call(this._attribs,this._attribname)&&(this._attribs[this._attribname]=this._attribvalue),this._attribname="",this._attribvalue=""},u.prototype._getInstructionName=function(e){var t=e.search(l),n=t<0?e:e.substr(0,t);return this._lowerCaseTagNames&&(n=n.toLowerCase()),n},u.prototype.ondeclaration=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("!"+t,"!"+e)}},u.prototype.onprocessinginstruction=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("?"+t,"?"+e)}},u.prototype.oncomment=function(e){this._updatePosition(4),this._cbs.oncomment&&this._cbs.oncomment(e),this._cbs.oncommentend&&this._cbs.oncommentend()},u.prototype.oncdata=function(e){this._updatePosition(1),this._options.xmlMode||this._options.recognizeCDATA?(this._cbs.oncdatastart&&this._cbs.oncdatastart(),this._cbs.ontext&&this._cbs.ontext(e),this._cbs.oncdataend&&this._cbs.oncdataend()):this.oncomment("[CDATA["+e+"]]")},u.prototype.onerror=function(e){this._cbs.onerror&&this._cbs.onerror(e)},u.prototype.onend=function(){if(this._cbs.onclosetag)for(var e=this._stack.length;e>0;this._cbs.onclosetag(this._stack[--e]));this._cbs.onend&&this._cbs.onend()},u.prototype.reset=function(){this._cbs.onreset&&this._cbs.onreset(),this._tokenizer.reset(),this._tagname="",this._attribname="",this._attribs=null,this._stack=[],this._cbs.onparserinit&&this._cbs.onparserinit(this)},u.prototype.parseComplete=function(e){this.reset(),this.end(e)},u.prototype.write=function(e){this._tokenizer.write(e)},u.prototype.end=function(e){this._tokenizer.end(e)},u.prototype.pause=function(){this._tokenizer.pause()},u.prototype.resume=function(){this._tokenizer.resume()},u.prototype.parseChunk=u.prototype.write,u.prototype.done=u.prototype.end,e.exports=u},191:function(e,t,n){function r(e){this._cbs=e||{}}e.exports=r;var o=n(229).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this._cbs[e]&&this._cbs[e](t,n)}}}))},2697:function(e,t,n){e.exports=o;var r=n(8270);function o(e){r.call(this,new a(this),e)}function a(e){this.scope=e}n(1344)(o,r),o.prototype.readable=!0;var i=n(229).EVENTS;Object.keys(i).forEach((function(e){if(0===i[e])a.prototype["on"+e]=function(){this.scope.emit(e)};else if(1===i[e])a.prototype["on"+e]=function(t){this.scope.emit(e,t)};else{if(2!==i[e])throw Error("wrong number of arguments!");a.prototype["on"+e]=function(t,n){this.scope.emit(e,t,n)}}}))},1017:function(e,t,n){e.exports=ge;var r=n(6186),o=n(8428),a=n(7269),i=n(5893),s=0,c=s++,l=s++,u=s++,f=s++,d=s++,p=s++,h=s++,m=s++,g=s++,v=s++,b=s++,y=s++,w=s++,x=s++,E=s++,k=s++,C=s++,S=s++,A=s++,_=s++,O=s++,D=s++,T=s++,R=s++,N=s++,P=s++,F=s++,L=s++,I=s++,j=s++,M=s++,B=s++,z=s++,q=s++,H=s++,U=s++,V=s++,W=s++,G=s++,Q=s++,K=s++,Y=s++,X=s++,J=s++,Z=s++,$=s++,ee=s++,te=s++,ne=s++,re=s++,oe=s++,ae=s++,ie=s++,se=s++,ce=s++,le=0,ue=le++,fe=le++,de=le++;function pe(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function he(e,t,n){var r=e.toLowerCase();return e===r?function(e){e===r?this._state=t:(this._state=n,this._index--)}:function(o){o===r||o===e?this._state=t:(this._state=n,this._index--)}}function me(e,t){var n=e.toLowerCase();return function(r){r===n||r===e?this._state=t:(this._state=u,this._index--)}}function ge(e,t){this._state=c,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=c,this._special=ue,this._cbs=t,this._running=!0,this._ended=!1,this._xmlMode=!(!e||!e.xmlMode),this._decodeEntities=!(!e||!e.decodeEntities)}ge.prototype._stateText=function(e){"<"===e?(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._state=l,this._sectionStart=this._index):this._decodeEntities&&this._special===ue&&"&"===e&&(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._baseState=c,this._state=oe,this._sectionStart=this._index)},ge.prototype._stateBeforeTagName=function(e){"/"===e?this._state=d:"<"===e?(this._cbs.ontext(this._getSection()),this._sectionStart=this._index):">"===e||this._special!==ue||pe(e)?this._state=c:"!"===e?(this._state=E,this._sectionStart=this._index+1):"?"===e?(this._state=C,this._sectionStart=this._index+1):(this._state=this._xmlMode||"s"!==e&&"S"!==e?u:M,this._sectionStart=this._index)},ge.prototype._stateInTagName=function(e){("/"===e||">"===e||pe(e))&&(this._emitToken("onopentagname"),this._state=m,this._index--)},ge.prototype._stateBeforeCloseingTagName=function(e){pe(e)||(">"===e?this._state=c:this._special!==ue?"s"===e||"S"===e?this._state=B:(this._state=c,this._index--):(this._state=p,this._sectionStart=this._index))},ge.prototype._stateInCloseingTagName=function(e){(">"===e||pe(e))&&(this._emitToken("onclosetag"),this._state=h,this._index--)},ge.prototype._stateAfterCloseingTagName=function(e){">"===e&&(this._state=c,this._sectionStart=this._index+1)},ge.prototype._stateBeforeAttributeName=function(e){">"===e?(this._cbs.onopentagend(),this._state=c,this._sectionStart=this._index+1):"/"===e?this._state=f:pe(e)||(this._state=g,this._sectionStart=this._index)},ge.prototype._stateInSelfClosingTag=function(e){">"===e?(this._cbs.onselfclosingtag(),this._state=c,this._sectionStart=this._index+1):pe(e)||(this._state=m,this._index--)},ge.prototype._stateInAttributeName=function(e){("="===e||"/"===e||">"===e||pe(e))&&(this._cbs.onattribname(this._getSection()),this._sectionStart=-1,this._state=v,this._index--)},ge.prototype._stateAfterAttributeName=function(e){"="===e?this._state=b:"/"===e||">"===e?(this._cbs.onattribend(),this._state=m,this._index--):pe(e)||(this._cbs.onattribend(),this._state=g,this._sectionStart=this._index)},ge.prototype._stateBeforeAttributeValue=function(e){'"'===e?(this._state=y,this._sectionStart=this._index+1):"'"===e?(this._state=w,this._sectionStart=this._index+1):pe(e)||(this._state=x,this._sectionStart=this._index,this._index--)},ge.prototype._stateInAttributeValueDoubleQuotes=function(e){'"'===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=m):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ge.prototype._stateInAttributeValueSingleQuotes=function(e){"'"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=m):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ge.prototype._stateInAttributeValueNoQuotes=function(e){pe(e)||">"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=m,this._index--):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ge.prototype._stateBeforeDeclaration=function(e){this._state="["===e?D:"-"===e?S:k},ge.prototype._stateInDeclaration=function(e){">"===e&&(this._cbs.ondeclaration(this._getSection()),this._state=c,this._sectionStart=this._index+1)},ge.prototype._stateInProcessingInstruction=function(e){">"===e&&(this._cbs.onprocessinginstruction(this._getSection()),this._state=c,this._sectionStart=this._index+1)},ge.prototype._stateBeforeComment=function(e){"-"===e?(this._state=A,this._sectionStart=this._index+1):this._state=k},ge.prototype._stateInComment=function(e){"-"===e&&(this._state=_)},ge.prototype._stateAfterComment1=function(e){this._state="-"===e?O:A},ge.prototype._stateAfterComment2=function(e){">"===e?(this._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2)),this._state=c,this._sectionStart=this._index+1):"-"!==e&&(this._state=A)},ge.prototype._stateBeforeCdata1=he("C",T,k),ge.prototype._stateBeforeCdata2=he("D",R,k),ge.prototype._stateBeforeCdata3=he("A",N,k),ge.prototype._stateBeforeCdata4=he("T",P,k),ge.prototype._stateBeforeCdata5=he("A",F,k),ge.prototype._stateBeforeCdata6=function(e){"["===e?(this._state=L,this._sectionStart=this._index+1):(this._state=k,this._index--)},ge.prototype._stateInCdata=function(e){"]"===e&&(this._state=I)},ge.prototype._stateAfterCdata1=function(e){this._state="]"===e?j:L},ge.prototype._stateAfterCdata2=function(e){">"===e?(this._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2)),this._state=c,this._sectionStart=this._index+1):"]"!==e&&(this._state=L)},ge.prototype._stateBeforeSpecial=function(e){"c"===e||"C"===e?this._state=z:"t"===e||"T"===e?this._state=X:(this._state=u,this._index--)},ge.prototype._stateBeforeSpecialEnd=function(e){this._special!==fe||"c"!==e&&"C"!==e?this._special!==de||"t"!==e&&"T"!==e?this._state=c:this._state=ee:this._state=W},ge.prototype._stateBeforeScript1=me("R",q),ge.prototype._stateBeforeScript2=me("I",H),ge.prototype._stateBeforeScript3=me("P",U),ge.prototype._stateBeforeScript4=me("T",V),ge.prototype._stateBeforeScript5=function(e){("/"===e||">"===e||pe(e))&&(this._special=fe),this._state=u,this._index--},ge.prototype._stateAfterScript1=he("R",G,c),ge.prototype._stateAfterScript2=he("I",Q,c),ge.prototype._stateAfterScript3=he("P",K,c),ge.prototype._stateAfterScript4=he("T",Y,c),ge.prototype._stateAfterScript5=function(e){">"===e||pe(e)?(this._special=ue,this._state=p,this._sectionStart=this._index-6,this._index--):this._state=c},ge.prototype._stateBeforeStyle1=me("Y",J),ge.prototype._stateBeforeStyle2=me("L",Z),ge.prototype._stateBeforeStyle3=me("E",$),ge.prototype._stateBeforeStyle4=function(e){("/"===e||">"===e||pe(e))&&(this._special=de),this._state=u,this._index--},ge.prototype._stateAfterStyle1=he("Y",te,c),ge.prototype._stateAfterStyle2=he("L",ne,c),ge.prototype._stateAfterStyle3=he("E",re,c),ge.prototype._stateAfterStyle4=function(e){">"===e||pe(e)?(this._special=ue,this._state=p,this._sectionStart=this._index-5,this._index--):this._state=c},ge.prototype._stateBeforeEntity=he("#",ae,ie),ge.prototype._stateBeforeNumericEntity=he("X",ce,se),ge.prototype._parseNamedEntityStrict=function(){if(this._sectionStart+1<this._index){var e=this._buffer.substring(this._sectionStart+1,this._index),t=this._xmlMode?i:o;t.hasOwnProperty(e)&&(this._emitPartial(t[e]),this._sectionStart=this._index+1)}},ge.prototype._parseLegacyEntity=function(){var e=this._sectionStart+1,t=this._index-e;for(t>6&&(t=6);t>=2;){var n=this._buffer.substr(e,t);if(a.hasOwnProperty(n))return this._emitPartial(a[n]),void(this._sectionStart+=t+1);t--}},ge.prototype._stateInNamedEntity=function(e){";"===e?(this._parseNamedEntityStrict(),this._sectionStart+1<this._index&&!this._xmlMode&&this._parseLegacyEntity(),this._state=this._baseState):(e<"a"||e>"z")&&(e<"A"||e>"Z")&&(e<"0"||e>"9")&&(this._xmlMode||this._sectionStart+1===this._index||(this._baseState!==c?"="!==e&&this._parseNamedEntityStrict():this._parseLegacyEntity()),this._state=this._baseState,this._index--)},ge.prototype._decodeNumericEntity=function(e,t){var n=this._sectionStart+e;if(n!==this._index){var o=this._buffer.substring(n,this._index),a=parseInt(o,t);this._emitPartial(r(a)),this._sectionStart=this._index}else this._sectionStart--;this._state=this._baseState},ge.prototype._stateInNumericEntity=function(e){";"===e?(this._decodeNumericEntity(2,10),this._sectionStart++):(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(2,10),this._index--)},ge.prototype._stateInHexEntity=function(e){";"===e?(this._decodeNumericEntity(3,16),this._sectionStart++):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(3,16),this._index--)},ge.prototype._cleanup=function(){this._sectionStart<0?(this._buffer="",this._bufferOffset+=this._index,this._index=0):this._running&&(this._state===c?(this._sectionStart!==this._index&&this._cbs.ontext(this._buffer.substr(this._sectionStart)),this._buffer="",this._bufferOffset+=this._index,this._index=0):this._sectionStart===this._index?(this._buffer="",this._bufferOffset+=this._index,this._index=0):(this._buffer=this._buffer.substr(this._sectionStart),this._index-=this._sectionStart,this._bufferOffset+=this._sectionStart),this._sectionStart=0)},ge.prototype.write=function(e){this._ended&&this._cbs.onerror(Error(".write() after done!")),this._buffer+=e,this._parse()},ge.prototype._parse=function(){for(;this._index<this._buffer.length&&this._running;){var e=this._buffer.charAt(this._index);this._state===c?this._stateText(e):this._state===l?this._stateBeforeTagName(e):this._state===u?this._stateInTagName(e):this._state===d?this._stateBeforeCloseingTagName(e):this._state===p?this._stateInCloseingTagName(e):this._state===h?this._stateAfterCloseingTagName(e):this._state===f?this._stateInSelfClosingTag(e):this._state===m?this._stateBeforeAttributeName(e):this._state===g?this._stateInAttributeName(e):this._state===v?this._stateAfterAttributeName(e):this._state===b?this._stateBeforeAttributeValue(e):this._state===y?this._stateInAttributeValueDoubleQuotes(e):this._state===w?this._stateInAttributeValueSingleQuotes(e):this._state===x?this._stateInAttributeValueNoQuotes(e):this._state===E?this._stateBeforeDeclaration(e):this._state===k?this._stateInDeclaration(e):this._state===C?this._stateInProcessingInstruction(e):this._state===S?this._stateBeforeComment(e):this._state===A?this._stateInComment(e):this._state===_?this._stateAfterComment1(e):this._state===O?this._stateAfterComment2(e):this._state===D?this._stateBeforeCdata1(e):this._state===T?this._stateBeforeCdata2(e):this._state===R?this._stateBeforeCdata3(e):this._state===N?this._stateBeforeCdata4(e):this._state===P?this._stateBeforeCdata5(e):this._state===F?this._stateBeforeCdata6(e):this._state===L?this._stateInCdata(e):this._state===I?this._stateAfterCdata1(e):this._state===j?this._stateAfterCdata2(e):this._state===M?this._stateBeforeSpecial(e):this._state===B?this._stateBeforeSpecialEnd(e):this._state===z?this._stateBeforeScript1(e):this._state===q?this._stateBeforeScript2(e):this._state===H?this._stateBeforeScript3(e):this._state===U?this._stateBeforeScript4(e):this._state===V?this._stateBeforeScript5(e):this._state===W?this._stateAfterScript1(e):this._state===G?this._stateAfterScript2(e):this._state===Q?this._stateAfterScript3(e):this._state===K?this._stateAfterScript4(e):this._state===Y?this._stateAfterScript5(e):this._state===X?this._stateBeforeStyle1(e):this._state===J?this._stateBeforeStyle2(e):this._state===Z?this._stateBeforeStyle3(e):this._state===$?this._stateBeforeStyle4(e):this._state===ee?this._stateAfterStyle1(e):this._state===te?this._stateAfterStyle2(e):this._state===ne?this._stateAfterStyle3(e):this._state===re?this._stateAfterStyle4(e):this._state===oe?this._stateBeforeEntity(e):this._state===ae?this._stateBeforeNumericEntity(e):this._state===ie?this._stateInNamedEntity(e):this._state===se?this._stateInNumericEntity(e):this._state===ce?this._stateInHexEntity(e):this._cbs.onerror(Error("unknown _state"),this._state),this._index++}this._cleanup()},ge.prototype.pause=function(){this._running=!1},ge.prototype.resume=function(){this._running=!0,this._index<this._buffer.length&&this._parse(),this._ended&&this._finish()},ge.prototype.end=function(e){this._ended&&this._cbs.onerror(Error(".end() after done!")),e&&this.write(e),this._ended=!0,this._running&&this._finish()},ge.prototype._finish=function(){this._sectionStart<this._index&&this._handleTrailingData(),this._cbs.onend()},ge.prototype._handleTrailingData=function(){var e=this._buffer.substr(this._sectionStart);this._state===L||this._state===I||this._state===j?this._cbs.oncdata(e):this._state===A||this._state===_||this._state===O?this._cbs.oncomment(e):this._state!==ie||this._xmlMode?this._state!==se||this._xmlMode?this._state!==ce||this._xmlMode?this._state!==u&&this._state!==m&&this._state!==b&&this._state!==v&&this._state!==g&&this._state!==w&&this._state!==y&&this._state!==x&&this._state!==p&&this._cbs.ontext(e):(this._decodeNumericEntity(3,16),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._decodeNumericEntity(2,10),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._parseLegacyEntity(),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData()))},ge.prototype.reset=function(){ge.call(this,{xmlMode:this._xmlMode,decodeEntities:this._decodeEntities},this._cbs)},ge.prototype.getAbsoluteIndex=function(){return this._bufferOffset+this._index},ge.prototype._getSection=function(){return this._buffer.substring(this._sectionStart,this._index)},ge.prototype._emitToken=function(e){this._cbs[e](this._getSection()),this._sectionStart=-1},ge.prototype._emitPartial=function(e){this._baseState!==c?this._cbs.onattribdata(e):this._cbs.ontext(e)}},8270:function(e,t,n){e.exports=s;var r=n(2335),o=n(4371).Writable,a=n(5814).s,i=n(1066).Buffer;function s(e,t){var n=this._parser=new r(e,t),i=this._decoder=new a;o.call(this,{decodeStrings:!1}),this.once("finish",(function(){n.end(i.end())}))}n(1344)(s,o),s.prototype._write=function(e,t,n){e instanceof i&&(e=this._decoder.write(e)),this._parser.write(e),n()}},229:function(e,t,n){var r=n(2335),o=n(7956);function a(t,n){return delete e.exports[t],e.exports[t]=n,n}e.exports={Parser:r,Tokenizer:n(1017),ElementType:n(4951),DomHandler:o,get FeedHandler(){return a("FeedHandler",n(4457))},get Stream(){return a("Stream",n(2697))},get WritableStream(){return a("WritableStream",n(8270))},get ProxyHandler(){return a("ProxyHandler",n(191))},get DomUtils(){return a("DomUtils",n(8310))},get CollectingHandler(){return a("CollectingHandler",n(5540))},DefaultHandler:o,get RssHandler(){return a("RssHandler",this.FeedHandler)},parseDOM:function(e,t){var n=new o(t);return new r(n,t).end(e),n.dom},parseFeed:function(t,n){var o=new e.exports.FeedHandler(n);return new r(o,n).end(t),o.dom},createDomStream:function(e,t,n){var a=new o(e,t,n);return new r(a,t)},EVENTS:{attribute:2,cdatastart:0,cdataend:0,text:1,processinginstruction:2,comment:1,commentend:0,closetag:1,opentag:2,opentagname:1,error:1,end:0}}},3109:function(e,t){t.read=function(e,t,n,r,o){var a,i,s=8*o-r-1,c=(1<<s)-1,l=c>>1,u=-7,f=n?o-1:0,d=n?-1:1,p=e[t+f];for(f+=d,a=p&(1<<-u)-1,p>>=-u,u+=s;u>0;a=256*a+e[t+f],f+=d,u-=8);for(i=a&(1<<-u)-1,a>>=-u,u+=r;u>0;i=256*i+e[t+f],f+=d,u-=8);if(0===a)a=1-l;else{if(a===c)return i?NaN:1/0*(p?-1:1);i+=Math.pow(2,r),a-=l}return(p?-1:1)*i*Math.pow(2,a-r)},t.write=function(e,t,n,r,o,a){var i,s,c,l=8*a-o-1,u=(1<<l)-1,f=u>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:a-1,h=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=u):(i=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-i))<1&&(i--,c*=2),(t+=i+f>=1?d/c:d*Math.pow(2,1-f))*c>=2&&(i++,c/=2),i+f>=u?(s=0,i=u):i+f>=1?(s=(t*c-1)*Math.pow(2,o),i+=f):(s=t*Math.pow(2,f-1)*Math.pow(2,o),i=0));o>=8;e[n+p]=255&s,p+=h,s/=256,o-=8);for(i=i<<o|s,l+=o;l>0;e[n+p]=255&i,p+=h,i/=256,l-=8);e[n+p-h]|=128*m}},1344:function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},5443:function(e){var t={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==t.call(e)}},2686:function(e){var t,n,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{n="function"==typeof clearTimeout?clearTimeout:a}catch(e){n=a}}();var s,c=[],l=!1,u=-1;function f(){l&&s&&(l=!1,s.length?c=s.concat(c):u=-1,c.length&&d())}function d(){if(!l){var e=i(f);l=!0;for(var t=c.length;t;){for(s=c,c=[];++u<t;)s&&s[u].run();u=-1,t=c.length}s=null,l=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===a||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function h(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new p(e,t)),1!==c.length||l||i(d)},p.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=h,r.addListener=h,r.once=h,r.off=h,r.removeListener=h,r.removeAllListeners=h,r.emit=h,r.prependListener=h,r.prependOnceListener=h,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},1063:function(e,t,n){"use strict";var r=n(446).default,o=n(1966),a=n(4484);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var s=new Set,c={};function l(e,t){u(e,t),u(e+"Capture",t)}function u(e,t){for(c[e]=t,e=0;e<t.length;e++)s.add(t[e])}var f=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),d=Object.prototype.hasOwnProperty,p=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,h={},m={};function g(e,t,n,o){if(null==t||function(e,t,n,o){if(null!==n&&0===n.type)return!1;switch(r(t)){case"function":case"symbol":return!0;case"boolean":return!o&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,o))return!0;if(o)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function v(e,t,n,r,o,a,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=i}var b={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){b[e]=new v(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];b[t]=new v(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){b[e]=new v(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){b[e]=new v(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){b[e]=new v(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){b[e]=new v(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){b[e]=new v(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){b[e]=new v(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){b[e]=new v(e,5,!1,e.toLowerCase(),null,!1,!1)}));var y=/[\-:]([a-z])/g;function w(e){return e[1].toUpperCase()}function x(e,t,n,r){var o=b.hasOwnProperty(t)?b[t]:null;(null!==o?0!==o.type:r||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(g(t,n,o,r)&&(n=null),r||null===o?function(e){return!!d.call(m,e)||!d.call(h,e)&&(p.test(e)?m[e]=!0:(h[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(y,w);b[t]=new v(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(y,w);b[t]=new v(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(y,w);b[t]=new v(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){b[e]=new v(e,1,!1,e.toLowerCase(),null,!1,!1)})),b.xlinkHref=new v("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){b[e]=new v(e,1,!1,e.toLowerCase(),null,!0,!0)}));var E=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,k=Symbol.for("react.element"),C=Symbol.for("react.portal"),S=Symbol.for("react.fragment"),A=Symbol.for("react.strict_mode"),_=Symbol.for("react.profiler"),O=Symbol.for("react.provider"),D=Symbol.for("react.context"),T=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),N=Symbol.for("react.suspense_list"),P=Symbol.for("react.memo"),F=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var L=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var I=Symbol.iterator;function j(e){return null===e||"object"!==r(e)?null:"function"==typeof(e=I&&e[I]||e["@@iterator"])?e:null}var M,B=Object.assign;function z(e){if(void 0===M)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);M=t&&t[1]||""}return"\n"+M+e}var q=!1;function H(e,t){if(!e||q)return"";q=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"===("undefined"==typeof Reflect?"undefined":r(Reflect))&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var o=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){o=e}e.call(t.prototype)}else{try{throw Error()}catch(e){o=e}e()}}catch(t){if(t&&o&&"string"==typeof t.stack){for(var a=t.stack.split("\n"),i=o.stack.split("\n"),s=a.length-1,c=i.length-1;1<=s&&0<=c&&a[s]!==i[c];)c--;for(;1<=s&&0<=c;s--,c--)if(a[s]!==i[c]){if(1!==s||1!==c)do{if(s--,0>--c||a[s]!==i[c]){var l="\n"+a[s].replace(" at new "," at ");return e.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",e.displayName)),l}}while(1<=s&&0<=c);break}}}finally{q=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?z(e):""}function U(e){switch(e.tag){case 5:return z(e.type);case 16:return z("Lazy");case 13:return z("Suspense");case 19:return z("SuspenseList");case 0:case 2:case 15:return e=H(e.type,!1);case 11:return e=H(e.type.render,!1);case 1:return e=H(e.type,!0);default:return""}}function V(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case S:return"Fragment";case C:return"Portal";case _:return"Profiler";case A:return"StrictMode";case R:return"Suspense";case N:return"SuspenseList"}if("object"===r(e))switch(e.$$typeof){case D:return(e.displayName||"Context")+".Consumer";case O:return(e._context.displayName||"Context")+".Provider";case T:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case P:return null!==(t=e.displayName||null)?t:V(e.type)||"Memo";case F:t=e._payload,e=e._init;try{return V(e(t))}catch(e){}}return null}function W(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return V(t);case 8:return t===A?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t}return null}function G(e){switch(r(e)){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function Q(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function K(e){e._valueTracker||(e._valueTracker=function(e){var t=Q(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,a.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Y(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Q(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function X(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function J(e,t){var n=t.checked;return B({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Z(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=G(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function $(e,t){null!=(t=t.checked)&&x(e,"checked",t,!1)}function ee(e,t){$(e,t);var n=G(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?ne(e,t.type,n):t.hasOwnProperty("defaultValue")&&ne(e,t.type,G(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function te(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function ne(e,t,n){"number"===t&&X(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var re=Array.isArray;function oe(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+G(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function ae(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));return B({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ie(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(i(92));if(re(n)){if(1<n.length)throw Error(i(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:G(n)}}function se(e,t){var n=G(t.value),r=G(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function ce(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function le(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ue(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?le(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var fe,de,pe=(de=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((fe=fe||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=fe.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction((function(){return de(e,t)}))}:de);function he(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var me={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ge=["Webkit","ms","Moz","O"];function ve(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||me.hasOwnProperty(e)&&me[e]?(""+t).trim():t+"px"}function be(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=ve(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(me).forEach((function(e){ge.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),me[t]=me[e]}))}));var ye=B({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function we(e,t){if(t){if(ye[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(i(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(i(60));if("object"!==r(t.dangerouslySetInnerHTML)||!("__html"in t.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=t.style&&"object"!==r(t.style))throw Error(i(62))}}function xe(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Ee=null;function ke(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var Ce=null,Se=null,Ae=null;function _e(e){if(e=Eo(e)){if("function"!=typeof Ce)throw Error(i(280));var t=e.stateNode;t&&(t=Co(t),Ce(e.stateNode,e.type,t))}}function Oe(e){Se?Ae?Ae.push(e):Ae=[e]:Se=e}function De(){if(Se){var e=Se,t=Ae;if(Ae=Se=null,_e(e),t)for(e=0;e<t.length;e++)_e(t[e])}}function Te(e,t){return e(t)}function Re(){}var Ne=!1;function Pe(e,t,n){if(Ne)return e(t,n);Ne=!0;try{return Te(e,t,n)}finally{Ne=!1,(null!==Se||null!==Ae)&&(Re(),De())}}function Fe(e,t){var n=e.stateNode;if(null===n)return null;var o=Co(n);if(null===o)return null;n=o[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(o=!o.disabled)||(o=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!o;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(i(231,t,r(n)));return n}var Le=!1;if(f)try{var Ie={};Object.defineProperty(Ie,"passive",{get:function(){Le=!0}}),window.addEventListener("test",Ie,Ie),window.removeEventListener("test",Ie,Ie)}catch(de){Le=!1}function je(e,t,n,r,o,a,i,s,c){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(e){this.onError(e)}}var Me=!1,Be=null,ze=!1,qe=null,He={onError:function(e){Me=!0,Be=e}};function Ue(e,t,n,r,o,a,i,s,c){Me=!1,Be=null,je.apply(He,arguments)}function Ve(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function We(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ge(e){if(Ve(e)!==e)throw Error(i(188))}function Qe(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ve(e)))throw Error(i(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var a=o.alternate;if(null===a){if(null!==(r=o.return)){n=r;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===n)return Ge(o),e;if(a===r)return Ge(o),t;a=a.sibling}throw Error(i(188))}if(n.return!==r.return)n=o,r=a;else{for(var s=!1,c=o.child;c;){if(c===n){s=!0,n=o,r=a;break}if(c===r){s=!0,r=o,n=a;break}c=c.sibling}if(!s){for(c=a.child;c;){if(c===n){s=!0,n=a,r=o;break}if(c===r){s=!0,r=a,n=o;break}c=c.sibling}if(!s)throw Error(i(189))}}if(n.alternate!==r)throw Error(i(190))}if(3!==n.tag)throw Error(i(188));return n.stateNode.current===n?e:t}(e))?Ke(e):null}function Ke(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=Ke(e);if(null!==t)return t;e=e.sibling}return null}var Ye=a.unstable_scheduleCallback,Xe=a.unstable_cancelCallback,Je=a.unstable_shouldYield,Ze=a.unstable_requestPaint,$e=a.unstable_now,et=a.unstable_getCurrentPriorityLevel,tt=a.unstable_ImmediatePriority,nt=a.unstable_UserBlockingPriority,rt=a.unstable_NormalPriority,ot=a.unstable_LowPriority,at=a.unstable_IdlePriority,it=null,st=null;var ct=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(lt(e)/ut|0)|0},lt=Math.log,ut=Math.LN2;var ft=64,dt=4194304;function pt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function ht(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,o=e.suspendedLanes,a=e.pingedLanes,i=268435455&n;if(0!==i){var s=i&~o;0!==s?r=pt(s):0!==(a&=i)&&(r=pt(a))}else 0!==(i=n&~o)?r=pt(i):0!==a&&(r=pt(a));if(0===r)return 0;if(0!==t&&t!==r&&0==(t&o)&&((o=r&-r)>=(a=t&-t)||16===o&&0!=(4194240&a)))return t;if(0!=(4&r)&&(r|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)o=1<<(n=31-ct(t)),r|=e[n],t&=~o;return r}function mt(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function gt(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function vt(){var e=ft;return 0==(4194240&(ft<<=1))&&(ft=64),e}function bt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function yt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-ct(t)]=n}function wt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-ct(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var xt=0;function Et(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var kt,Ct,St,At,_t,Ot=!1,Dt=[],Tt=null,Rt=null,Nt=null,Pt=new Map,Ft=new Map,Lt=[],It="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function jt(e,t){switch(e){case"focusin":case"focusout":Tt=null;break;case"dragenter":case"dragleave":Rt=null;break;case"mouseover":case"mouseout":Nt=null;break;case"pointerover":case"pointerout":Pt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ft.delete(t.pointerId)}}function Mt(e,t,n,r,o,a){return null===e||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[o]},null!==t&&(null!==(t=Eo(t))&&Ct(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==o&&-1===t.indexOf(o)&&t.push(o),e)}function Bt(e){var t=xo(e.target);if(null!==t){var n=Ve(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=We(n)))return e.blockedOn=t,void _t(e.priority,(function(){St(n)}))}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function zt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Jt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=Eo(n))&&Ct(t),e.blockedOn=n,!1;var r=new(n=e.nativeEvent).constructor(n.type,n);Ee=r,n.target.dispatchEvent(r),Ee=null,t.shift()}return!0}function qt(e,t,n){zt(e)&&n.delete(t)}function Ht(){Ot=!1,null!==Tt&&zt(Tt)&&(Tt=null),null!==Rt&&zt(Rt)&&(Rt=null),null!==Nt&&zt(Nt)&&(Nt=null),Pt.forEach(qt),Ft.forEach(qt)}function Ut(e,t){e.blockedOn===t&&(e.blockedOn=null,Ot||(Ot=!0,a.unstable_scheduleCallback(a.unstable_NormalPriority,Ht)))}function Vt(e){function t(t){return Ut(t,e)}if(0<Dt.length){Ut(Dt[0],e);for(var n=1;n<Dt.length;n++){var r=Dt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==Tt&&Ut(Tt,e),null!==Rt&&Ut(Rt,e),null!==Nt&&Ut(Nt,e),Pt.forEach(t),Ft.forEach(t),n=0;n<Lt.length;n++)(r=Lt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Lt.length&&null===(n=Lt[0]).blockedOn;)Bt(n),null===n.blockedOn&&Lt.shift()}var Wt=E.ReactCurrentBatchConfig,Gt=!0;function Qt(e,t,n,r){var o=xt,a=Wt.transition;Wt.transition=null;try{xt=1,Yt(e,t,n,r)}finally{xt=o,Wt.transition=a}}function Kt(e,t,n,r){var o=xt,a=Wt.transition;Wt.transition=null;try{xt=4,Yt(e,t,n,r)}finally{xt=o,Wt.transition=a}}function Yt(e,t,n,r){if(Gt){var o=Jt(e,t,n,r);if(null===o)Gr(e,t,r,Xt,n),jt(e,r);else if(function(e,t,n,r,o){switch(t){case"focusin":return Tt=Mt(Tt,e,t,n,r,o),!0;case"dragenter":return Rt=Mt(Rt,e,t,n,r,o),!0;case"mouseover":return Nt=Mt(Nt,e,t,n,r,o),!0;case"pointerover":var a=o.pointerId;return Pt.set(a,Mt(Pt.get(a)||null,e,t,n,r,o)),!0;case"gotpointercapture":return a=o.pointerId,Ft.set(a,Mt(Ft.get(a)||null,e,t,n,r,o)),!0}return!1}(o,e,t,n,r))r.stopPropagation();else if(jt(e,r),4&t&&-1<It.indexOf(e)){for(;null!==o;){var a=Eo(o);if(null!==a&&kt(a),null===(a=Jt(e,t,n,r))&&Gr(e,t,r,Xt,n),a===o)break;o=a}null!==o&&r.stopPropagation()}else Gr(e,t,r,null,n)}}var Xt=null;function Jt(e,t,n,r){if(Xt=null,null!==(e=xo(e=ke(r))))if(null===(t=Ve(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=We(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Xt=e,null}function Zt(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(et()){case tt:return 1;case nt:return 4;case rt:case ot:return 16;case at:return 536870912;default:return 16}default:return 16}}var $t=null,en=null,tn=null;function nn(){if(tn)return tn;var e,t,n=en,r=n.length,o="value"in $t?$t.value:$t.textContent,a=o.length;for(e=0;e<r&&n[e]===o[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===o[a-t];t++);return tn=o.slice(e,1<t?1-t:void 0)}function rn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function on(){return!0}function an(){return!1}function sn(e){function t(t,n,r,o,a){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=o,this.target=a,this.currentTarget=null,e)e.hasOwnProperty(i)&&(t=e[i],this[i]=t?t(o):o[i]);return this.isDefaultPrevented=(null!=o.defaultPrevented?o.defaultPrevented:!1===o.returnValue)?on:an,this.isPropagationStopped=an,this}return B(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=on)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=on)},persist:function(){},isPersistent:on}),t}var cn,ln,un,fn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},dn=sn(fn),pn=B({},fn,{view:0,detail:0}),hn=sn(pn),mn=B({},pn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:_n,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==un&&(un&&"mousemove"===e.type?(cn=e.screenX-un.screenX,ln=e.screenY-un.screenY):ln=cn=0,un=e),cn)},movementY:function(e){return"movementY"in e?e.movementY:ln}}),gn=sn(mn),vn=sn(B({},mn,{dataTransfer:0})),bn=sn(B({},pn,{relatedTarget:0})),yn=sn(B({},fn,{animationName:0,elapsedTime:0,pseudoElement:0})),wn=B({},fn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),xn=sn(wn),En=sn(B({},fn,{data:0})),kn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Cn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Sn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function An(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Sn[e])&&!!t[e]}function _n(){return An}var On=B({},pn,{key:function(e){if(e.key){var t=kn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=rn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Cn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:_n,charCode:function(e){return"keypress"===e.type?rn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?rn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),Dn=sn(On),Tn=sn(B({},mn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Rn=sn(B({},pn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:_n})),Nn=sn(B({},fn,{propertyName:0,elapsedTime:0,pseudoElement:0})),Pn=B({},mn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Fn=sn(Pn),Ln=[9,13,27,32],In=f&&"CompositionEvent"in window,jn=null;f&&"documentMode"in document&&(jn=document.documentMode);var Mn=f&&"TextEvent"in window&&!jn,Bn=f&&(!In||jn&&8<jn&&11>=jn),zn=String.fromCharCode(32),qn=!1;function Hn(e,t){switch(e){case"keyup":return-1!==Ln.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Un(e){return e=e.detail,"object"===r(e)&&"data"in e?e.data:null}var Vn=!1;var Wn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Gn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Wn[e.type]:"textarea"===t}function Qn(e,t,n,r){Oe(r),0<(t=Kr(t,"onChange")).length&&(n=new dn("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Kn=null,Yn=null;function Xn(e){zr(e,0)}function Jn(e){if(Y(ko(e)))return e}function Zn(e,t){if("change"===e)return t}var $n=!1;if(f){var er;if(f){var tr="oninput"in document;if(!tr){var nr=document.createElement("div");nr.setAttribute("oninput","return;"),tr="function"==typeof nr.oninput}er=tr}else er=!1;$n=er&&(!document.documentMode||9<document.documentMode)}function rr(){Kn&&(Kn.detachEvent("onpropertychange",or),Yn=Kn=null)}function or(e){if("value"===e.propertyName&&Jn(Yn)){var t=[];Qn(t,Yn,e,ke(e)),Pe(Xn,t)}}function ar(e,t,n){"focusin"===e?(rr(),Yn=n,(Kn=t).attachEvent("onpropertychange",or)):"focusout"===e&&rr()}function ir(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Jn(Yn)}function sr(e,t){if("click"===e)return Jn(t)}function cr(e,t){if("input"===e||"change"===e)return Jn(t)}var lr="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function ur(e,t){if(lr(e,t))return!0;if("object"!==r(e)||null===e||"object"!==r(t)||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(o=0;o<n.length;o++){var a=n[o];if(!d.call(t,a)||!lr(e[a],t[a]))return!1}return!0}function fr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function dr(e,t){var n,r=fr(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=fr(r)}}function pr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?pr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function hr(){for(var e=window,t=X();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=X((e=t.contentWindow).document)}return t}function mr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function gr(e){var t=hr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&pr(n.ownerDocument.documentElement,n)){if(null!==r&&mr(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var o=n.textContent.length,a=Math.min(r.start,o);r=void 0===r.end?a:Math.min(r.end,o),!e.extend&&a>r&&(o=r,r=a,a=o),o=dr(n,a);var i=dr(n,r);o&&i&&(1!==e.rangeCount||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&((t=t.createRange()).setStart(o.node,o.offset),e.removeAllRanges(),a>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"==typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var vr=f&&"documentMode"in document&&11>=document.documentMode,br=null,yr=null,wr=null,xr=!1;function Er(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;xr||null==br||br!==X(r)||("selectionStart"in(r=br)&&mr(r)?r={start:r.selectionStart,end:r.selectionEnd}:r={anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},wr&&ur(wr,r)||(wr=r,0<(r=Kr(yr,"onSelect")).length&&(t=new dn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=br)))}function kr(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Cr={animationend:kr("Animation","AnimationEnd"),animationiteration:kr("Animation","AnimationIteration"),animationstart:kr("Animation","AnimationStart"),transitionend:kr("Transition","TransitionEnd")},Sr={},Ar={};function _r(e){if(Sr[e])return Sr[e];if(!Cr[e])return e;var t,n=Cr[e];for(t in n)if(n.hasOwnProperty(t)&&t in Ar)return Sr[e]=n[t];return e}f&&(Ar=document.createElement("div").style,"AnimationEvent"in window||(delete Cr.animationend.animation,delete Cr.animationiteration.animation,delete Cr.animationstart.animation),"TransitionEvent"in window||delete Cr.transitionend.transition);var Or=_r("animationend"),Dr=_r("animationiteration"),Tr=_r("animationstart"),Rr=_r("transitionend"),Nr=new Map,Pr="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Fr(e,t){Nr.set(e,t),l(t,[e])}for(var Lr=0;Lr<Pr.length;Lr++){var Ir=Pr[Lr];Fr(Ir.toLowerCase(),"on"+(Ir[0].toUpperCase()+Ir.slice(1)))}Fr(Or,"onAnimationEnd"),Fr(Dr,"onAnimationIteration"),Fr(Tr,"onAnimationStart"),Fr("dblclick","onDoubleClick"),Fr("focusin","onFocus"),Fr("focusout","onBlur"),Fr(Rr,"onTransitionEnd"),u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),l("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),l("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),l("onBeforeInput",["compositionend","keypress","textInput","paste"]),l("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var jr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Mr=new Set("cancel close invalid load scroll toggle".split(" ").concat(jr));function Br(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,o,a,s,c,l){if(Ue.apply(this,arguments),Me){if(!Me)throw Error(i(198));var u=Be;Me=!1,Be=null,ze||(ze=!0,qe=u)}}(r,t,void 0,e),e.currentTarget=null}function zr(e,t){t=0!=(4&t);for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var a=void 0;if(t)for(var i=r.length-1;0<=i;i--){var s=r[i],c=s.instance,l=s.currentTarget;if(s=s.listener,c!==a&&o.isPropagationStopped())break e;Br(o,s,l),a=c}else for(i=0;i<r.length;i++){if(c=(s=r[i]).instance,l=s.currentTarget,s=s.listener,c!==a&&o.isPropagationStopped())break e;Br(o,s,l),a=c}}}if(ze)throw e=qe,ze=!1,qe=null,e}function qr(e,t){var n=t[bo];void 0===n&&(n=t[bo]=new Set);var r=e+"__bubble";n.has(r)||(Wr(t,e,2,!1),n.add(r))}function Hr(e,t,n){var r=0;t&&(r|=4),Wr(n,e,r,t)}var Ur="_reactListening"+Math.random().toString(36).slice(2);function Vr(e){if(!e[Ur]){e[Ur]=!0,s.forEach((function(t){"selectionchange"!==t&&(Mr.has(t)||Hr(t,!1,e),Hr(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Ur]||(t[Ur]=!0,Hr("selectionchange",!1,t))}}function Wr(e,t,n,r){switch(Zt(t)){case 1:var o=Qt;break;case 4:o=Kt;break;default:o=Yt}n=o.bind(null,t,n,e),o=void 0,!Le||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(o=!0),r?void 0!==o?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):void 0!==o?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function Gr(e,t,n,r,o){var a=r;if(0==(1&t)&&0==(2&t)&&null!==r)e:for(;;){if(null===r)return;var i=r.tag;if(3===i||4===i){var s=r.stateNode.containerInfo;if(s===o||8===s.nodeType&&s.parentNode===o)break;if(4===i)for(i=r.return;null!==i;){var c=i.tag;if((3===c||4===c)&&((c=i.stateNode.containerInfo)===o||8===c.nodeType&&c.parentNode===o))return;i=i.return}for(;null!==s;){if(null===(i=xo(s)))return;if(5===(c=i.tag)||6===c){r=a=i;continue e}s=s.parentNode}}r=r.return}Pe((function(){var r=a,o=ke(n),i=[];e:{var s=Nr.get(e);if(void 0!==s){var c=dn,l=e;switch(e){case"keypress":if(0===rn(n))break e;case"keydown":case"keyup":c=Dn;break;case"focusin":l="focus",c=bn;break;case"focusout":l="blur",c=bn;break;case"beforeblur":case"afterblur":c=bn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":c=gn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":c=vn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":c=Rn;break;case Or:case Dr:case Tr:c=yn;break;case Rr:c=Nn;break;case"scroll":c=hn;break;case"wheel":c=Fn;break;case"copy":case"cut":case"paste":c=xn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":c=Tn}var u=0!=(4&t),f=!u&&"scroll"===e,d=u?null!==s?s+"Capture":null:s;u=[];for(var p,h=r;null!==h;){var m=(p=h).stateNode;if(5===p.tag&&null!==m&&(p=m,null!==d&&(null!=(m=Fe(h,d))&&u.push(Qr(h,m,p)))),f)break;h=h.return}0<u.length&&(s=new c(s,l,null,n,o),i.push({event:s,listeners:u}))}}if(0==(7&t)){if(c="mouseout"===e||"pointerout"===e,(!(s="mouseover"===e||"pointerover"===e)||n===Ee||!(l=n.relatedTarget||n.fromElement)||!xo(l)&&!l[vo])&&(c||s)&&(s=o.window===o?o:(s=o.ownerDocument)?s.defaultView||s.parentWindow:window,c?(c=r,null!==(l=(l=n.relatedTarget||n.toElement)?xo(l):null)&&(l!==(f=Ve(l))||5!==l.tag&&6!==l.tag)&&(l=null)):(c=null,l=r),c!==l)){if(u=gn,m="onMouseLeave",d="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(u=Tn,m="onPointerLeave",d="onPointerEnter",h="pointer"),f=null==c?s:ko(c),p=null==l?s:ko(l),(s=new u(m,h+"leave",c,n,o)).target=f,s.relatedTarget=p,m=null,xo(o)===r&&((u=new u(d,h+"enter",l,n,o)).target=p,u.relatedTarget=f,m=u),f=m,c&&l)e:{for(d=l,h=0,p=u=c;p;p=Yr(p))h++;for(p=0,m=d;m;m=Yr(m))p++;for(;0<h-p;)u=Yr(u),h--;for(;0<p-h;)d=Yr(d),p--;for(;h--;){if(u===d||null!==d&&u===d.alternate)break e;u=Yr(u),d=Yr(d)}u=null}else u=null;null!==c&&Xr(i,s,c,u,!1),null!==l&&null!==f&&Xr(i,f,l,u,!0)}if("select"===(c=(s=r?ko(r):window).nodeName&&s.nodeName.toLowerCase())||"input"===c&&"file"===s.type)var g=Zn;else if(Gn(s))if($n)g=cr;else{g=ir;var v=ar}else(c=s.nodeName)&&"input"===c.toLowerCase()&&("checkbox"===s.type||"radio"===s.type)&&(g=sr);switch(g&&(g=g(e,r))?Qn(i,g,n,o):(v&&v(e,s,r),"focusout"===e&&(v=s._wrapperState)&&v.controlled&&"number"===s.type&&ne(s,"number",s.value)),v=r?ko(r):window,e){case"focusin":(Gn(v)||"true"===v.contentEditable)&&(br=v,yr=r,wr=null);break;case"focusout":wr=yr=br=null;break;case"mousedown":xr=!0;break;case"contextmenu":case"mouseup":case"dragend":xr=!1,Er(i,n,o);break;case"selectionchange":if(vr)break;case"keydown":case"keyup":Er(i,n,o)}var b;if(In)e:{switch(e){case"compositionstart":var y="onCompositionStart";break e;case"compositionend":y="onCompositionEnd";break e;case"compositionupdate":y="onCompositionUpdate";break e}y=void 0}else Vn?Hn(e,n)&&(y="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(y="onCompositionStart");y&&(Bn&&"ko"!==n.locale&&(Vn||"onCompositionStart"!==y?"onCompositionEnd"===y&&Vn&&(b=nn()):(en="value"in($t=o)?$t.value:$t.textContent,Vn=!0)),0<(v=Kr(r,y)).length&&(y=new En(y,e,null,n,o),i.push({event:y,listeners:v}),b?y.data=b:null!==(b=Un(n))&&(y.data=b))),(b=Mn?function(e,t){switch(e){case"compositionend":return Un(t);case"keypress":return 32!==t.which?null:(qn=!0,zn);case"textInput":return(e=t.data)===zn&&qn?null:e;default:return null}}(e,n):function(e,t){if(Vn)return"compositionend"===e||!In&&Hn(e,t)?(e=nn(),tn=en=$t=null,Vn=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Bn&&"ko"!==t.locale?null:t.data}}(e,n))&&(0<(r=Kr(r,"onBeforeInput")).length&&(o=new En("onBeforeInput","beforeinput",null,n,o),i.push({event:o,listeners:r}),o.data=b))}zr(i,t)}))}function Qr(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Kr(e,t){for(var n=t+"Capture",r=[];null!==e;){var o=e,a=o.stateNode;5===o.tag&&null!==a&&(o=a,null!=(a=Fe(e,n))&&r.unshift(Qr(e,a,o)),null!=(a=Fe(e,t))&&r.push(Qr(e,a,o))),e=e.return}return r}function Yr(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function Xr(e,t,n,r,o){for(var a=t._reactName,i=[];null!==n&&n!==r;){var s=n,c=s.alternate,l=s.stateNode;if(null!==c&&c===r)break;5===s.tag&&null!==l&&(s=l,o?null!=(c=Fe(n,a))&&i.unshift(Qr(n,c,s)):o||null!=(c=Fe(n,a))&&i.push(Qr(n,c,s))),n=n.return}0!==i.length&&e.push({event:t,listeners:i})}var Jr=/\r\n?/g,Zr=/\u0000|\uFFFD/g;function $r(e){return("string"==typeof e?e:""+e).replace(Jr,"\n").replace(Zr,"")}function eo(e,t,n){if(t=$r(t),$r(e)!==t&&n)throw Error(i(425))}function to(){}var no=null,ro=null;function oo(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"===r(t.dangerouslySetInnerHTML)&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var ao="function"==typeof setTimeout?setTimeout:void 0,io="function"==typeof clearTimeout?clearTimeout:void 0,so="function"==typeof Promise?Promise:void 0,co="function"==typeof queueMicrotask?queueMicrotask:void 0!==so?function(e){return so.resolve(null).then(e).catch(lo)}:ao;function lo(e){setTimeout((function(){throw e}))}function uo(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&8===o.nodeType)if("/$"===(n=o.data)){if(0===r)return e.removeChild(o),void Vt(t);r--}else"$"!==n&&"$?"!==n&&"$!"!==n||r++;n=o}while(n);Vt(t)}function fo(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function po(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var ho=Math.random().toString(36).slice(2),mo="__reactFiber$"+ho,go="__reactProps$"+ho,vo="__reactContainer$"+ho,bo="__reactEvents$"+ho,yo="__reactListeners$"+ho,wo="__reactHandles$"+ho;function xo(e){var t=e[mo];if(t)return t;for(var n=e.parentNode;n;){if(t=n[vo]||n[mo]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=po(e);null!==e;){if(n=e[mo])return n;e=po(e)}return t}n=(e=n).parentNode}return null}function Eo(e){return!(e=e[mo]||e[vo])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ko(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(i(33))}function Co(e){return e[go]||null}var So=[],Ao=-1;function _o(e){return{current:e}}function Oo(e){0>Ao||(e.current=So[Ao],So[Ao]=null,Ao--)}function Do(e,t){Ao++,So[Ao]=e.current,e.current=t}var To={},Ro=_o(To),No=_o(!1),Po=To;function Fo(e,t){var n=e.type.contextTypes;if(!n)return To;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,a={};for(o in n)a[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function Lo(e){return null!=(e=e.childContextTypes)}function Io(){Oo(No),Oo(Ro)}function jo(e,t,n){if(Ro.current!==To)throw Error(i(168));Do(Ro,t),Do(No,n)}function Mo(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var o in r=r.getChildContext())if(!(o in t))throw Error(i(108,W(e)||"Unknown",o));return B({},n,r)}function Bo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||To,Po=Ro.current,Do(Ro,e),Do(No,No.current),!0}function zo(e,t,n){var r=e.stateNode;if(!r)throw Error(i(169));n?(e=Mo(e,t,Po),r.__reactInternalMemoizedMergedChildContext=e,Oo(No),Oo(Ro),Do(Ro,e)):Oo(No),Do(No,n)}var qo=null,Ho=!1,Uo=!1;function Vo(e){null===qo?qo=[e]:qo.push(e)}function Wo(){if(!Uo&&null!==qo){Uo=!0;var e=0,t=xt;try{var n=qo;for(xt=1;e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}qo=null,Ho=!1}catch(t){throw null!==qo&&(qo=qo.slice(e+1)),Ye(tt,Wo),t}finally{xt=t,Uo=!1}}return null}var Go=[],Qo=0,Ko=null,Yo=0,Xo=[],Jo=0,Zo=null,$o=1,ea="";function ta(e,t){Go[Qo++]=Yo,Go[Qo++]=Ko,Ko=e,Yo=t}function na(e,t,n){Xo[Jo++]=$o,Xo[Jo++]=ea,Xo[Jo++]=Zo,Zo=e;var r=$o;e=ea;var o=32-ct(r)-1;r&=~(1<<o),n+=1;var a=32-ct(t)+o;if(30<a){var i=o-o%5;a=(r&(1<<i)-1).toString(32),r>>=i,o-=i,$o=1<<32-ct(t)+o|n<<o|r,ea=a+e}else $o=1<<a|n<<o|r,ea=e}function ra(e){null!==e.return&&(ta(e,1),na(e,1,0))}function oa(e){for(;e===Ko;)Ko=Go[--Qo],Go[Qo]=null,Yo=Go[--Qo],Go[Qo]=null;for(;e===Zo;)Zo=Xo[--Jo],Xo[Jo]=null,ea=Xo[--Jo],Xo[Jo]=null,$o=Xo[--Jo],Xo[Jo]=null}var aa=null,ia=null,sa=!1,ca=null;function la(e,t){var n=Nl(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function ua(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,aa=e,ia=fo(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,aa=e,ia=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==Zo?{id:$o,overflow:ea}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=Nl(18,null,null,0)).stateNode=t,n.return=e,e.child=n,aa=e,ia=null,!0);default:return!1}}function fa(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function da(e){if(sa){var t=ia;if(t){var n=t;if(!ua(e,t)){if(fa(e))throw Error(i(418));t=fo(n.nextSibling);var r=aa;t&&ua(e,t)?la(r,n):(e.flags=-4097&e.flags|2,sa=!1,aa=e)}}else{if(fa(e))throw Error(i(418));e.flags=-4097&e.flags|2,sa=!1,aa=e}}}function pa(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;aa=e}function ha(e){if(e!==aa)return!1;if(!sa)return pa(e),sa=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!oo(e.type,e.memoizedProps)),t&&(t=ia)){if(fa(e))throw ma(),Error(i(418));for(;t;)la(e,t),t=fo(t.nextSibling)}if(pa(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(i(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){ia=fo(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ia=null}}else ia=aa?fo(e.stateNode.nextSibling):null;return!0}function ma(){for(var e=ia;e;)e=fo(e.nextSibling)}function ga(){ia=aa=null,sa=!1}function va(e){null===ca?ca=[e]:ca.push(e)}var ba=E.ReactCurrentBatchConfig;function ya(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!==r(e)){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(i(309));var o=n.stateNode}if(!o)throw Error(i(147,e));var a=o,s=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===s?t.ref:(t=function(e){var t=a.refs;null===e?delete t[s]:t[s]=e},t._stringRef=s,t)}if("string"!=typeof e)throw Error(i(284));if(!n._owner)throw Error(i(290,e))}return e}function wa(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function xa(e){return(0,e._init)(e._payload)}function Ea(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function o(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function a(e,t){return(e=Fl(e,t)).index=0,e.sibling=null,e}function s(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.flags|=2,n):r:(t.flags|=2,n):(t.flags|=1048576,n)}function c(t){return e&&null===t.alternate&&(t.flags|=2),t}function l(e,t,n,r){return null===t||6!==t.tag?((t=Ml(n,e.mode,r)).return=e,t):((t=a(t,n)).return=e,t)}function u(e,t,n,o){var i=n.type;return i===S?d(e,t,n.props.children,o,n.key):null!==t&&(t.elementType===i||"object"===r(i)&&null!==i&&i.$$typeof===F&&xa(i)===t.type)?((o=a(t,n.props)).ref=ya(e,t,n),o.return=e,o):((o=Ll(n.type,n.key,n.props,null,e.mode,o)).ref=ya(e,t,n),o.return=e,o)}function f(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Bl(n,e.mode,r)).return=e,t):((t=a(t,n.children||[])).return=e,t)}function d(e,t,n,r,o){return null===t||7!==t.tag?((t=Il(n,e.mode,r,o)).return=e,t):((t=a(t,n)).return=e,t)}function p(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t)return(t=Ml(""+t,e.mode,n)).return=e,t;if("object"===r(t)&&null!==t){switch(t.$$typeof){case k:return(n=Ll(t.type,t.key,t.props,null,e.mode,n)).ref=ya(e,null,t),n.return=e,n;case C:return(t=Bl(t,e.mode,n)).return=e,t;case F:return p(e,(0,t._init)(t._payload),n)}if(re(t)||j(t))return(t=Il(t,e.mode,n,null)).return=e,t;wa(e,t)}return null}function h(e,t,n,o){var a=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==a?null:l(e,t,""+n,o);if("object"===r(n)&&null!==n){switch(n.$$typeof){case k:return n.key===a?u(e,t,n,o):null;case C:return n.key===a?f(e,t,n,o):null;case F:return h(e,t,(a=n._init)(n._payload),o)}if(re(n)||j(n))return null!==a?null:d(e,t,n,o,null);wa(e,n)}return null}function m(e,t,n,o,a){if("string"==typeof o&&""!==o||"number"==typeof o)return l(t,e=e.get(n)||null,""+o,a);if("object"===r(o)&&null!==o){switch(o.$$typeof){case k:return u(t,e=e.get(null===o.key?n:o.key)||null,o,a);case C:return f(t,e=e.get(null===o.key?n:o.key)||null,o,a);case F:return m(e,t,n,(0,o._init)(o._payload),a)}if(re(o)||j(o))return d(t,e=e.get(n)||null,o,a,null);wa(t,o)}return null}function g(r,a,i,c){for(var l=null,u=null,f=a,d=a=0,g=null;null!==f&&d<i.length;d++){f.index>d?(g=f,f=null):g=f.sibling;var v=h(r,f,i[d],c);if(null===v){null===f&&(f=g);break}e&&f&&null===v.alternate&&t(r,f),a=s(v,a,d),null===u?l=v:u.sibling=v,u=v,f=g}if(d===i.length)return n(r,f),sa&&ta(r,d),l;if(null===f){for(;d<i.length;d++)null!==(f=p(r,i[d],c))&&(a=s(f,a,d),null===u?l=f:u.sibling=f,u=f);return sa&&ta(r,d),l}for(f=o(r,f);d<i.length;d++)null!==(g=m(f,r,d,i[d],c))&&(e&&null!==g.alternate&&f.delete(null===g.key?d:g.key),a=s(g,a,d),null===u?l=g:u.sibling=g,u=g);return e&&f.forEach((function(e){return t(r,e)})),sa&&ta(r,d),l}function v(r,a,c,l){var u=j(c);if("function"!=typeof u)throw Error(i(150));if(null==(c=u.call(c)))throw Error(i(151));for(var f=u=null,d=a,g=a=0,v=null,b=c.next();null!==d&&!b.done;g++,b=c.next()){d.index>g?(v=d,d=null):v=d.sibling;var y=h(r,d,b.value,l);if(null===y){null===d&&(d=v);break}e&&d&&null===y.alternate&&t(r,d),a=s(y,a,g),null===f?u=y:f.sibling=y,f=y,d=v}if(b.done)return n(r,d),sa&&ta(r,g),u;if(null===d){for(;!b.done;g++,b=c.next())null!==(b=p(r,b.value,l))&&(a=s(b,a,g),null===f?u=b:f.sibling=b,f=b);return sa&&ta(r,g),u}for(d=o(r,d);!b.done;g++,b=c.next())null!==(b=m(d,r,g,b.value,l))&&(e&&null!==b.alternate&&d.delete(null===b.key?g:b.key),a=s(b,a,g),null===f?u=b:f.sibling=b,f=b);return e&&d.forEach((function(e){return t(r,e)})),sa&&ta(r,g),u}return function e(o,i,s,l){if("object"===r(s)&&null!==s&&s.type===S&&null===s.key&&(s=s.props.children),"object"===r(s)&&null!==s){switch(s.$$typeof){case k:e:{for(var u=s.key,f=i;null!==f;){if(f.key===u){if((u=s.type)===S){if(7===f.tag){n(o,f.sibling),(i=a(f,s.props.children)).return=o,o=i;break e}}else if(f.elementType===u||"object"===r(u)&&null!==u&&u.$$typeof===F&&xa(u)===f.type){n(o,f.sibling),(i=a(f,s.props)).ref=ya(o,f,s),i.return=o,o=i;break e}n(o,f);break}t(o,f),f=f.sibling}s.type===S?((i=Il(s.props.children,o.mode,l,s.key)).return=o,o=i):((l=Ll(s.type,s.key,s.props,null,o.mode,l)).ref=ya(o,i,s),l.return=o,o=l)}return c(o);case C:e:{for(f=s.key;null!==i;){if(i.key===f){if(4===i.tag&&i.stateNode.containerInfo===s.containerInfo&&i.stateNode.implementation===s.implementation){n(o,i.sibling),(i=a(i,s.children||[])).return=o,o=i;break e}n(o,i);break}t(o,i),i=i.sibling}(i=Bl(s,o.mode,l)).return=o,o=i}return c(o);case F:return e(o,i,(f=s._init)(s._payload),l)}if(re(s))return g(o,i,s,l);if(j(s))return v(o,i,s,l);wa(o,s)}return"string"==typeof s&&""!==s||"number"==typeof s?(s=""+s,null!==i&&6===i.tag?(n(o,i.sibling),(i=a(i,s)).return=o,o=i):(n(o,i),(i=Ml(s,o.mode,l)).return=o,o=i),c(o)):n(o,i)}}var ka=Ea(!0),Ca=Ea(!1),Sa=_o(null),Aa=null,_a=null,Oa=null;function Da(){Oa=_a=Aa=null}function Ta(e){var t=Sa.current;Oo(Sa),e._currentValue=t}function Ra(e,t,n){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function Na(e,t){Aa=e,Oa=_a=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(xs=!0),e.firstContext=null)}function Pa(e){var t=e._currentValue;if(Oa!==e)if(e={context:e,memoizedValue:t,next:null},null===_a){if(null===Aa)throw Error(i(308));_a=e,Aa.dependencies={lanes:0,firstContext:e}}else _a=_a.next=e;return t}var Fa=null;function La(e){null===Fa?Fa=[e]:Fa.push(e)}function Ia(e,t,n,r){var o=t.interleaved;return null===o?(n.next=n,La(t)):(n.next=o.next,o.next=n),t.interleaved=n,ja(e,r)}function ja(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}var Ma=!1;function Ba(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function za(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function qa(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Ha(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!=(2&Dc)){var o=r.pending;return null===o?t.next=t:(t.next=o.next,o.next=t),r.pending=t,ja(e,n)}return null===(o=r.interleaved)?(t.next=t,La(r)):(t.next=o.next,o.next=t),r.interleaved=t,ja(e,n)}function Ua(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&n))){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,wt(e,n)}}function Va(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var o=null,a=null;if(null!==(n=n.firstBaseUpdate)){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===a?o=a=i:a=a.next=i,n=n.next}while(null!==n);null===a?o=a=t:a=a.next=t}else o=a=t;return n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:a,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Wa(e,t,n,r){var o=e.updateQueue;Ma=!1;var a=o.firstBaseUpdate,i=o.lastBaseUpdate,s=o.shared.pending;if(null!==s){o.shared.pending=null;var c=s,l=c.next;c.next=null,null===i?a=l:i.next=l,i=c;var u=e.alternate;null!==u&&((s=(u=u.updateQueue).lastBaseUpdate)!==i&&(null===s?u.firstBaseUpdate=l:s.next=l,u.lastBaseUpdate=c))}if(null!==a){var f=o.baseState;for(i=0,u=l=c=null,s=a;;){var d=s.lane,p=s.eventTime;if((r&d)===d){null!==u&&(u=u.next={eventTime:p,lane:0,tag:s.tag,payload:s.payload,callback:s.callback,next:null});e:{var h=e,m=s;switch(d=t,p=n,m.tag){case 1:if("function"==typeof(h=m.payload)){f=h.call(p,f,d);break e}f=h;break e;case 3:h.flags=-65537&h.flags|128;case 0:if(null==(d="function"==typeof(h=m.payload)?h.call(p,f,d):h))break e;f=B({},f,d);break e;case 2:Ma=!0}}null!==s.callback&&0!==s.lane&&(e.flags|=64,null===(d=o.effects)?o.effects=[s]:d.push(s))}else p={eventTime:p,lane:d,tag:s.tag,payload:s.payload,callback:s.callback,next:null},null===u?(l=u=p,c=f):u=u.next=p,i|=d;if(null===(s=s.next)){if(null===(s=o.shared.pending))break;s=(d=s).next,d.next=null,o.lastBaseUpdate=d,o.shared.pending=null}}if(null===u&&(c=f),o.baseState=c,o.firstBaseUpdate=l,o.lastBaseUpdate=u,null!==(t=o.shared.interleaved)){o=t;do{i|=o.lane,o=o.next}while(o!==t)}else null===a&&(o.shared.lanes=0);jc|=i,e.lanes=i,e.memoizedState=f}}function Ga(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=n,"function"!=typeof o)throw Error(i(191,o));o.call(r)}}}var Qa={},Ka=_o(Qa),Ya=_o(Qa),Xa=_o(Qa);function Ja(e){if(e===Qa)throw Error(i(174));return e}function Za(e,t){switch(Do(Xa,t),Do(Ya,e),Do(Ka,Qa),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ue(null,"");break;default:t=ue(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}Oo(Ka),Do(Ka,t)}function $a(){Oo(Ka),Oo(Ya),Oo(Xa)}function ei(e){Ja(Xa.current);var t=Ja(Ka.current),n=ue(t,e.type);t!==n&&(Do(Ya,e),Do(Ka,n))}function ti(e){Ya.current===e&&(Oo(Ka),Oo(Ya))}var ni=_o(0);function ri(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var oi=[];function ai(){for(var e=0;e<oi.length;e++)oi[e]._workInProgressVersionPrimary=null;oi.length=0}var ii=E.ReactCurrentDispatcher,si=E.ReactCurrentBatchConfig,ci=0,li=null,ui=null,fi=null,di=!1,pi=!1,hi=0,mi=0;function gi(){throw Error(i(321))}function vi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!lr(e[n],t[n]))return!1;return!0}function bi(e,t,n,r,o,a){if(ci=a,li=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ii.current=null===e||null===e.memoizedState?ts:ns,e=n(r,o),pi){a=0;do{if(pi=!1,hi=0,25<=a)throw Error(i(301));a+=1,fi=ui=null,t.updateQueue=null,ii.current=rs,e=n(r,o)}while(pi)}if(ii.current=es,t=null!==ui&&null!==ui.next,ci=0,fi=ui=li=null,di=!1,t)throw Error(i(300));return e}function yi(){var e=0!==hi;return hi=0,e}function wi(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===fi?li.memoizedState=fi=e:fi=fi.next=e,fi}function xi(){if(null===ui){var e=li.alternate;e=null!==e?e.memoizedState:null}else e=ui.next;var t=null===fi?li.memoizedState:fi.next;if(null!==t)fi=t,ui=e;else{if(null===e)throw Error(i(310));e={memoizedState:(ui=e).memoizedState,baseState:ui.baseState,baseQueue:ui.baseQueue,queue:ui.queue,next:null},null===fi?li.memoizedState=fi=e:fi=fi.next=e}return fi}function Ei(e,t){return"function"==typeof t?t(e):t}function ki(e){var t=xi(),n=t.queue;if(null===n)throw Error(i(311));n.lastRenderedReducer=e;var r=ui,o=r.baseQueue,a=n.pending;if(null!==a){if(null!==o){var s=o.next;o.next=a.next,a.next=s}r.baseQueue=o=a,n.pending=null}if(null!==o){a=o.next,r=r.baseState;var c=s=null,l=null,u=a;do{var f=u.lane;if((ci&f)===f)null!==l&&(l=l.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:e(r,u.action);else{var d={lane:f,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};null===l?(c=l=d,s=r):l=l.next=d,li.lanes|=f,jc|=f}u=u.next}while(null!==u&&u!==a);null===l?s=r:l.next=c,lr(r,t.memoizedState)||(xs=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=l,n.lastRenderedState=r}if(null!==(e=n.interleaved)){o=e;do{a=o.lane,li.lanes|=a,jc|=a,o=o.next}while(o!==e)}else null===o&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Ci(e){var t=xi(),n=t.queue;if(null===n)throw Error(i(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,a=t.memoizedState;if(null!==o){n.pending=null;var s=o=o.next;do{a=e(a,s.action),s=s.next}while(s!==o);lr(a,t.memoizedState)||(xs=!0),t.memoizedState=a,null===t.baseQueue&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function Si(){}function Ai(e,t){var n=li,r=xi(),o=t(),a=!lr(r.memoizedState,o);if(a&&(r.memoizedState=o,xs=!0),r=r.queue,Mi(Di.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||null!==fi&&1&fi.memoizedState.tag){if(n.flags|=2048,Pi(9,Oi.bind(null,n,r,o,t),void 0,null),null===Tc)throw Error(i(349));0!=(30&ci)||_i(n,t,o)}return o}function _i(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=li.updateQueue)?(t={lastEffect:null,stores:null},li.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function Oi(e,t,n,r){t.value=n,t.getSnapshot=r,Ti(t)&&Ri(e)}function Di(e,t,n){return n((function(){Ti(t)&&Ri(e)}))}function Ti(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!lr(e,n)}catch(e){return!0}}function Ri(e){var t=ja(e,1);null!==t&&rl(t,e,1,-1)}function Ni(e){var t=wi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ei,lastRenderedState:e},t.queue=e,e=e.dispatch=Xi.bind(null,li,e),[t.memoizedState,e]}function Pi(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=li.updateQueue)?(t={lastEffect:null,stores:null},li.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function Fi(){return xi().memoizedState}function Li(e,t,n,r){var o=wi();li.flags|=e,o.memoizedState=Pi(1|t,n,void 0,void 0===r?null:r)}function Ii(e,t,n,r){var o=xi();r=void 0===r?null:r;var a=void 0;if(null!==ui){var i=ui.memoizedState;if(a=i.destroy,null!==r&&vi(r,i.deps))return void(o.memoizedState=Pi(t,n,a,r))}li.flags|=e,o.memoizedState=Pi(1|t,n,a,r)}function ji(e,t){return Li(8390656,8,e,t)}function Mi(e,t){return Ii(2048,8,e,t)}function Bi(e,t){return Ii(4,2,e,t)}function zi(e,t){return Ii(4,4,e,t)}function qi(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Hi(e,t,n){return n=null!=n?n.concat([e]):null,Ii(4,4,qi.bind(null,t,e),n)}function Ui(){}function Vi(e,t){var n=xi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&vi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Wi(e,t){var n=xi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&vi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Gi(e,t,n){return 0==(21&ci)?(e.baseState&&(e.baseState=!1,xs=!0),e.memoizedState=n):(lr(n,t)||(n=vt(),li.lanes|=n,jc|=n,e.baseState=!0),t)}function Qi(e,t){var n=xt;xt=0!==n&&4>n?n:4,e(!0);var r=si.transition;si.transition={};try{e(!1),t()}finally{xt=n,si.transition=r}}function Ki(){return xi().memoizedState}function Yi(e,t,n){var r=nl(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Ji(e))Zi(t,n);else if(null!==(n=Ia(e,t,n,r))){rl(n,e,r,tl()),$i(n,t,r)}}function Xi(e,t,n){var r=nl(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Ji(e))Zi(t,o);else{var a=e.alternate;if(0===e.lanes&&(null===a||0===a.lanes)&&null!==(a=t.lastRenderedReducer))try{var i=t.lastRenderedState,s=a(i,n);if(o.hasEagerState=!0,o.eagerState=s,lr(s,i)){var c=t.interleaved;return null===c?(o.next=o,La(t)):(o.next=c.next,c.next=o),void(t.interleaved=o)}}catch(e){}null!==(n=Ia(e,t,o,r))&&(rl(n,e,r,o=tl()),$i(n,t,r))}}function Ji(e){var t=e.alternate;return e===li||null!==t&&t===li}function Zi(e,t){pi=di=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function $i(e,t,n){if(0!=(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,wt(e,n)}}var es={readContext:Pa,useCallback:gi,useContext:gi,useEffect:gi,useImperativeHandle:gi,useInsertionEffect:gi,useLayoutEffect:gi,useMemo:gi,useReducer:gi,useRef:gi,useState:gi,useDebugValue:gi,useDeferredValue:gi,useTransition:gi,useMutableSource:gi,useSyncExternalStore:gi,useId:gi,unstable_isNewReconciler:!1},ts={readContext:Pa,useCallback:function(e,t){return wi().memoizedState=[e,void 0===t?null:t],e},useContext:Pa,useEffect:ji,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Li(4194308,4,qi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Li(4194308,4,e,t)},useInsertionEffect:function(e,t){return Li(4,2,e,t)},useMemo:function(e,t){var n=wi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=wi();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=Yi.bind(null,li,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},wi().memoizedState=e},useState:Ni,useDebugValue:Ui,useDeferredValue:function(e){return wi().memoizedState=e},useTransition:function(){var e=Ni(!1),t=e[0];return e=Qi.bind(null,e[1]),wi().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=li,o=wi();if(sa){if(void 0===n)throw Error(i(407));n=n()}else{if(n=t(),null===Tc)throw Error(i(349));0!=(30&ci)||_i(r,t,n)}o.memoizedState=n;var a={value:n,getSnapshot:t};return o.queue=a,ji(Di.bind(null,r,a,e),[e]),r.flags|=2048,Pi(9,Oi.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=wi(),t=Tc.identifierPrefix;if(sa){var n=ea;t=":"+t+"R"+(n=($o&~(1<<32-ct($o)-1)).toString(32)+n),0<(n=hi++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=mi++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},ns={readContext:Pa,useCallback:Vi,useContext:Pa,useEffect:Mi,useImperativeHandle:Hi,useInsertionEffect:Bi,useLayoutEffect:zi,useMemo:Wi,useReducer:ki,useRef:Fi,useState:function(){return ki(Ei)},useDebugValue:Ui,useDeferredValue:function(e){return Gi(xi(),ui.memoizedState,e)},useTransition:function(){return[ki(Ei)[0],xi().memoizedState]},useMutableSource:Si,useSyncExternalStore:Ai,useId:Ki,unstable_isNewReconciler:!1},rs={readContext:Pa,useCallback:Vi,useContext:Pa,useEffect:Mi,useImperativeHandle:Hi,useInsertionEffect:Bi,useLayoutEffect:zi,useMemo:Wi,useReducer:Ci,useRef:Fi,useState:function(){return Ci(Ei)},useDebugValue:Ui,useDeferredValue:function(e){var t=xi();return null===ui?t.memoizedState=e:Gi(t,ui.memoizedState,e)},useTransition:function(){return[Ci(Ei)[0],xi().memoizedState]},useMutableSource:Si,useSyncExternalStore:Ai,useId:Ki,unstable_isNewReconciler:!1};function os(e,t){if(e&&e.defaultProps){for(var n in t=B({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function as(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:B({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var is={isMounted:function(e){return!!(e=e._reactInternals)&&Ve(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=tl(),o=nl(e),a=qa(r,o);a.payload=t,null!=n&&(a.callback=n),null!==(t=Ha(e,a,o))&&(rl(t,e,o,r),Ua(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=tl(),o=nl(e),a=qa(r,o);a.tag=1,a.payload=t,null!=n&&(a.callback=n),null!==(t=Ha(e,a,o))&&(rl(t,e,o,r),Ua(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=tl(),r=nl(e),o=qa(n,r);o.tag=2,null!=t&&(o.callback=t),null!==(t=Ha(e,o,r))&&(rl(t,e,r,n),Ua(t,e,r))}};function ss(e,t,n,r,o,a,i){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,a,i):!t.prototype||!t.prototype.isPureReactComponent||(!ur(n,r)||!ur(o,a))}function cs(e,t,n){var o=!1,a=To,i=t.contextType;return"object"===r(i)&&null!==i?i=Pa(i):(a=Lo(t)?Po:Ro.current,i=(o=null!=(o=t.contextTypes))?Fo(e,a):To),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=is,e.stateNode=t,t._reactInternals=e,o&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=i),t}function ls(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&is.enqueueReplaceState(t,t.state,null)}function us(e,t,n,o){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs={},Ba(e);var i=t.contextType;"object"===r(i)&&null!==i?a.context=Pa(i):(i=Lo(t)?Po:Ro.current,a.context=Fo(e,i)),a.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(as(e,t,i,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(t=a.state,"function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&is.enqueueReplaceState(a,a.state,null),Wa(e,n,a,o),a.state=e.memoizedState),"function"==typeof a.componentDidMount&&(e.flags|=4194308)}function fs(e,t){try{var n="",r=t;do{n+=U(r),r=r.return}while(r);var o=n}catch(e){o="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:o,digest:null}}function ds(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function ps(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var hs="function"==typeof WeakMap?WeakMap:Map;function ms(e,t,n){(n=qa(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Wc||(Wc=!0,Gc=r),ps(0,t)},n}function gs(e,t,n){(n=qa(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){ps(0,t)}}var a=e.stateNode;return null!==a&&"function"==typeof a.componentDidCatch&&(n.callback=function(){ps(0,t),"function"!=typeof r&&(null===Qc?Qc=new Set([this]):Qc.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function vs(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new hs;var o=new Set;r.set(t,o)}else void 0===(o=r.get(t))&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=Al.bind(null,e,t,n),t.then(e,e))}function bs(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function ys(e,t,n,r,o){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=qa(-1,1)).tag=2,Ha(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=o,e)}var ws=E.ReactCurrentOwner,xs=!1;function Es(e,t,n,r){t.child=null===e?Ca(t,null,n,r):ka(t,e.child,n,r)}function ks(e,t,n,r,o){n=n.render;var a=t.ref;return Na(t,o),r=bi(e,t,n,r,a,o),n=yi(),null===e||xs?(sa&&n&&ra(t),t.flags|=1,Es(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ws(e,t,o))}function Cs(e,t,n,r,o){if(null===e){var a=n.type;return"function"!=typeof a||Pl(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Ll(n.type,null,r,t,t.mode,o)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,Ss(e,t,a,r,o))}if(a=e.child,0==(e.lanes&o)){var i=a.memoizedProps;if((n=null!==(n=n.compare)?n:ur)(i,r)&&e.ref===t.ref)return Ws(e,t,o)}return t.flags|=1,(e=Fl(a,r)).ref=t.ref,e.return=t,t.child=e}function Ss(e,t,n,r,o){if(null!==e){var a=e.memoizedProps;if(ur(a,r)&&e.ref===t.ref){if(xs=!1,t.pendingProps=r=a,0==(e.lanes&o))return t.lanes=e.lanes,Ws(e,t,o);0!=(131072&e.flags)&&(xs=!0)}}return Os(e,t,n,r,o)}function As(e,t,n){var r=t.pendingProps,o=r.children,a=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Do(Fc,Pc),Pc|=n;else{if(0==(1073741824&n))return e=null!==a?a.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Do(Fc,Pc),Pc|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=null!==a?a.baseLanes:n,Do(Fc,Pc),Pc|=r}else null!==a?(r=a.baseLanes|n,t.memoizedState=null):r=n,Do(Fc,Pc),Pc|=r;return Es(e,t,o,n),t.child}function _s(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Os(e,t,n,r,o){var a=Lo(n)?Po:Ro.current;return a=Fo(t,a),Na(t,o),n=bi(e,t,n,r,a,o),r=yi(),null===e||xs?(sa&&r&&ra(t),t.flags|=1,Es(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ws(e,t,o))}function Ds(e,t,n,o,a){if(Lo(n)){var i=!0;Bo(t)}else i=!1;if(Na(t,a),null===t.stateNode)Vs(e,t),cs(t,n,o),us(t,n,o,a),o=!0;else if(null===e){var s=t.stateNode,c=t.memoizedProps;s.props=c;var l=s.context,u=n.contextType;"object"===r(u)&&null!==u?u=Pa(u):u=Fo(t,u=Lo(n)?Po:Ro.current);var f=n.getDerivedStateFromProps,d="function"==typeof f||"function"==typeof s.getSnapshotBeforeUpdate;d||"function"!=typeof s.UNSAFE_componentWillReceiveProps&&"function"!=typeof s.componentWillReceiveProps||(c!==o||l!==u)&&ls(t,s,o,u),Ma=!1;var p=t.memoizedState;s.state=p,Wa(t,o,s,a),l=t.memoizedState,c!==o||p!==l||No.current||Ma?("function"==typeof f&&(as(t,n,f,o),l=t.memoizedState),(c=Ma||ss(t,n,c,o,p,l,u))?(d||"function"!=typeof s.UNSAFE_componentWillMount&&"function"!=typeof s.componentWillMount||("function"==typeof s.componentWillMount&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount()),"function"==typeof s.componentDidMount&&(t.flags|=4194308)):("function"==typeof s.componentDidMount&&(t.flags|=4194308),t.memoizedProps=o,t.memoizedState=l),s.props=o,s.state=l,s.context=u,o=c):("function"==typeof s.componentDidMount&&(t.flags|=4194308),o=!1)}else{s=t.stateNode,za(e,t),c=t.memoizedProps,u=t.type===t.elementType?c:os(t.type,c),s.props=u,d=t.pendingProps,p=s.context,l=n.contextType,"object"===r(l)&&null!==l?l=Pa(l):l=Fo(t,l=Lo(n)?Po:Ro.current);var h=n.getDerivedStateFromProps;(f="function"==typeof h||"function"==typeof s.getSnapshotBeforeUpdate)||"function"!=typeof s.UNSAFE_componentWillReceiveProps&&"function"!=typeof s.componentWillReceiveProps||(c!==d||p!==l)&&ls(t,s,o,l),Ma=!1,p=t.memoizedState,s.state=p,Wa(t,o,s,a);var m=t.memoizedState;c!==d||p!==m||No.current||Ma?("function"==typeof h&&(as(t,n,h,o),m=t.memoizedState),(u=Ma||ss(t,n,u,o,p,m,l)||!1)?(f||"function"!=typeof s.UNSAFE_componentWillUpdate&&"function"!=typeof s.componentWillUpdate||("function"==typeof s.componentWillUpdate&&s.componentWillUpdate(o,m,l),"function"==typeof s.UNSAFE_componentWillUpdate&&s.UNSAFE_componentWillUpdate(o,m,l)),"function"==typeof s.componentDidUpdate&&(t.flags|=4),"function"==typeof s.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof s.componentDidUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof s.getSnapshotBeforeUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=o,t.memoizedState=m),s.props=o,s.state=m,s.context=l,o=u):("function"!=typeof s.componentDidUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof s.getSnapshotBeforeUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),o=!1)}return Ts(e,t,n,o,i,a)}function Ts(e,t,n,r,o,a){_s(e,t);var i=0!=(128&t.flags);if(!r&&!i)return o&&zo(t,n,!1),Ws(e,t,a);r=t.stateNode,ws.current=t;var s=i&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&i?(t.child=ka(t,e.child,null,a),t.child=ka(t,null,s,a)):Es(e,t,s,a),t.memoizedState=r.state,o&&zo(t,n,!0),t.child}function Rs(e){var t=e.stateNode;t.pendingContext?jo(0,t.pendingContext,t.pendingContext!==t.context):t.context&&jo(0,t.context,!1),Za(e,t.containerInfo)}function Ns(e,t,n,r,o){return ga(),va(o),t.flags|=256,Es(e,t,n,r),t.child}var Ps,Fs,Ls,Is={dehydrated:null,treeContext:null,retryLane:0};function js(e){return{baseLanes:e,cachePool:null,transitions:null}}function Ms(e,t,n){var r,o=t.pendingProps,a=ni.current,s=!1,c=0!=(128&t.flags);if((r=c)||(r=(null===e||null!==e.memoizedState)&&0!=(2&a)),r?(s=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(a|=1),Do(ni,1&a),null===e)return da(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(c=o.children,e=o.fallback,s?(o=t.mode,s=t.child,c={mode:"hidden",children:c},0==(1&o)&&null!==s?(s.childLanes=0,s.pendingProps=c):s=jl(c,o,0,null),e=Il(e,o,n,null),s.return=t,e.return=t,s.sibling=e,t.child=s,t.child.memoizedState=js(n),t.memoizedState=Is,e):Bs(t,c));if(null!==(a=e.memoizedState)&&null!==(r=a.dehydrated))return function(e,t,n,r,o,a,s){if(n)return 256&t.flags?(t.flags&=-257,zs(e,t,s,r=ds(Error(i(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(a=r.fallback,o=t.mode,r=jl({mode:"visible",children:r.children},o,0,null),(a=Il(a,o,s,null)).flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,0!=(1&t.mode)&&ka(t,e.child,null,s),t.child.memoizedState=js(s),t.memoizedState=Is,a);if(0==(1&t.mode))return zs(e,t,s,null);if("$!"===o.data){if(r=o.nextSibling&&o.nextSibling.dataset)var c=r.dgst;return r=c,zs(e,t,s,r=ds(a=Error(i(419)),r,void 0))}if(c=0!=(s&e.childLanes),xs||c){if(null!==(r=Tc)){switch(s&-s){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}0!==(o=0!=(o&(r.suspendedLanes|s))?0:o)&&o!==a.retryLane&&(a.retryLane=o,ja(e,o),rl(r,e,o,-1))}return gl(),zs(e,t,s,r=ds(Error(i(421))))}return"$?"===o.data?(t.flags|=128,t.child=e.child,t=Ol.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,ia=fo(o.nextSibling),aa=t,sa=!0,ca=null,null!==e&&(Xo[Jo++]=$o,Xo[Jo++]=ea,Xo[Jo++]=Zo,$o=e.id,ea=e.overflow,Zo=t),t=Bs(t,r.children),t.flags|=4096,t)}(e,t,c,o,r,a,n);if(s){s=o.fallback,c=t.mode,r=(a=e.child).sibling;var l={mode:"hidden",children:o.children};return 0==(1&c)&&t.child!==a?((o=t.child).childLanes=0,o.pendingProps=l,t.deletions=null):(o=Fl(a,l)).subtreeFlags=14680064&a.subtreeFlags,null!==r?s=Fl(r,s):(s=Il(s,c,n,null)).flags|=2,s.return=t,o.return=t,o.sibling=s,t.child=o,o=s,s=t.child,c=null===(c=e.child.memoizedState)?js(n):{baseLanes:c.baseLanes|n,cachePool:null,transitions:c.transitions},s.memoizedState=c,s.childLanes=e.childLanes&~n,t.memoizedState=Is,o}return e=(s=e.child).sibling,o=Fl(s,{mode:"visible",children:o.children}),0==(1&t.mode)&&(o.lanes=n),o.return=t,o.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=o,t.memoizedState=null,o}function Bs(e,t){return(t=jl({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function zs(e,t,n,r){return null!==r&&va(r),ka(t,e.child,null,n),(e=Bs(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function qs(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),Ra(e.return,t,n)}function Hs(e,t,n,r,o){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=o)}function Us(e,t,n){var r=t.pendingProps,o=r.revealOrder,a=r.tail;if(Es(e,t,r.children,n),0!=(2&(r=ni.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&qs(e,n,t);else if(19===e.tag)qs(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(Do(ni,r),0==(1&t.mode))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(e=n.alternate)&&null===ri(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Hs(t,!1,o,n,a);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===ri(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Hs(t,!0,n,null,a);break;case"together":Hs(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Vs(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Ws(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),jc|=t.lanes,0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(i(153));if(null!==t.child){for(n=Fl(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Fl(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Gs(e,t){if(!sa)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Qs(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;null!==o;)n|=o.lanes|o.childLanes,r|=14680064&o.subtreeFlags,r|=14680064&o.flags,o.return=e,o=o.sibling;else for(o=e.child;null!==o;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function Ks(e,t,n){var r=t.pendingProps;switch(oa(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Qs(t),null;case 1:case 17:return Lo(t.type)&&Io(),Qs(t),null;case 3:return r=t.stateNode,$a(),Oo(No),Oo(Ro),ai(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),null!==e&&null!==e.child||(ha(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==ca&&(sl(ca),ca=null))),Qs(t),null;case 5:ti(t);var o=Ja(Xa.current);if(n=t.type,null!==e&&null!=t.stateNode)Fs(e,t,n,r),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(i(166));return Qs(t),null}if(e=Ja(Ka.current),ha(t)){r=t.stateNode,n=t.type;var a=t.memoizedProps;switch(r[mo]=t,r[go]=a,e=0!=(1&t.mode),n){case"dialog":qr("cancel",r),qr("close",r);break;case"iframe":case"object":case"embed":qr("load",r);break;case"video":case"audio":for(o=0;o<jr.length;o++)qr(jr[o],r);break;case"source":qr("error",r);break;case"img":case"image":case"link":qr("error",r),qr("load",r);break;case"details":qr("toggle",r);break;case"input":Z(r,a),qr("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!a.multiple},qr("invalid",r);break;case"textarea":ie(r,a),qr("invalid",r)}for(var s in we(n,a),o=null,a)if(a.hasOwnProperty(s)){var l=a[s];"children"===s?"string"==typeof l?r.textContent!==l&&(!0!==a.suppressHydrationWarning&&eo(r.textContent,l,e),o=["children",l]):"number"==typeof l&&r.textContent!==""+l&&(!0!==a.suppressHydrationWarning&&eo(r.textContent,l,e),o=["children",""+l]):c.hasOwnProperty(s)&&null!=l&&"onScroll"===s&&qr("scroll",r)}switch(n){case"input":K(r),te(r,a,!0);break;case"textarea":K(r),ce(r);break;case"select":case"option":break;default:"function"==typeof a.onClick&&(r.onclick=to)}r=o,t.updateQueue=r,null!==r&&(t.flags|=4)}else{s=9===o.nodeType?o:o.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=le(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=s.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),"select"===n&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[mo]=t,e[go]=r,Ps(e,t),t.stateNode=e;e:{switch(s=xe(n,r),n){case"dialog":qr("cancel",e),qr("close",e),o=r;break;case"iframe":case"object":case"embed":qr("load",e),o=r;break;case"video":case"audio":for(o=0;o<jr.length;o++)qr(jr[o],e);o=r;break;case"source":qr("error",e),o=r;break;case"img":case"image":case"link":qr("error",e),qr("load",e),o=r;break;case"details":qr("toggle",e),o=r;break;case"input":Z(e,r),o=J(e,r),qr("invalid",e);break;case"option":default:o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=B({},r,{value:void 0}),qr("invalid",e);break;case"textarea":ie(e,r),o=ae(e,r),qr("invalid",e)}for(a in we(n,o),l=o)if(l.hasOwnProperty(a)){var u=l[a];"style"===a?be(e,u):"dangerouslySetInnerHTML"===a?null!=(u=u?u.__html:void 0)&&pe(e,u):"children"===a?"string"==typeof u?("textarea"!==n||""!==u)&&he(e,u):"number"==typeof u&&he(e,""+u):"suppressContentEditableWarning"!==a&&"suppressHydrationWarning"!==a&&"autoFocus"!==a&&(c.hasOwnProperty(a)?null!=u&&"onScroll"===a&&qr("scroll",e):null!=u&&x(e,a,u,s))}switch(n){case"input":K(e),te(e,r,!1);break;case"textarea":K(e),ce(e);break;case"option":null!=r.value&&e.setAttribute("value",""+G(r.value));break;case"select":e.multiple=!!r.multiple,null!=(a=r.value)?oe(e,!!r.multiple,a,!1):null!=r.defaultValue&&oe(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof o.onClick&&(e.onclick=to)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Qs(t),null;case 6:if(e&&null!=t.stateNode)Ls(0,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(i(166));if(n=Ja(Xa.current),Ja(Ka.current),ha(t)){if(r=t.stateNode,n=t.memoizedProps,r[mo]=t,(a=r.nodeValue!==n)&&null!==(e=aa))switch(e.tag){case 3:eo(r.nodeValue,n,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&eo(r.nodeValue,n,0!=(1&e.mode))}a&&(t.flags|=4)}else(r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[mo]=t,t.stateNode=r}return Qs(t),null;case 13:if(Oo(ni),r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(sa&&null!==ia&&0!=(1&t.mode)&&0==(128&t.flags))ma(),ga(),t.flags|=98560,a=!1;else if(a=ha(t),null!==r&&null!==r.dehydrated){if(null===e){if(!a)throw Error(i(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(i(317));a[mo]=t}else ga(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Qs(t),a=!1}else null!==ca&&(sl(ca),ca=null),a=!0;if(!a)return 65536&t.flags?t:null}return 0!=(128&t.flags)?(t.lanes=n,t):((r=null!==r)!==(null!==e&&null!==e.memoizedState)&&r&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&ni.current)?0===Lc&&(Lc=3):gl())),null!==t.updateQueue&&(t.flags|=4),Qs(t),null);case 4:return $a(),null===e&&Vr(t.stateNode.containerInfo),Qs(t),null;case 10:return Ta(t.type._context),Qs(t),null;case 19:if(Oo(ni),null===(a=t.memoizedState))return Qs(t),null;if(r=0!=(128&t.flags),null===(s=a.rendering))if(r)Gs(a,!1);else{if(0!==Lc||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(s=ri(e))){for(t.flags|=128,Gs(a,!1),null!==(r=s.updateQueue)&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;null!==n;)e=r,(a=n).flags&=14680066,null===(s=a.alternate)?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=s.childLanes,a.lanes=s.lanes,a.child=s.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=s.memoizedProps,a.memoizedState=s.memoizedState,a.updateQueue=s.updateQueue,a.type=s.type,e=s.dependencies,a.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Do(ni,1&ni.current|2),t.child}e=e.sibling}null!==a.tail&&$e()>Uc&&(t.flags|=128,r=!0,Gs(a,!1),t.lanes=4194304)}else{if(!r)if(null!==(e=ri(s))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Gs(a,!0),null===a.tail&&"hidden"===a.tailMode&&!s.alternate&&!sa)return Qs(t),null}else 2*$e()-a.renderingStartTime>Uc&&1073741824!==n&&(t.flags|=128,r=!0,Gs(a,!1),t.lanes=4194304);a.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=a.last)?n.sibling=s:t.child=s,a.last=s)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=$e(),t.sibling=null,n=ni.current,Do(ni,r?1&n|2:1&n),t):(Qs(t),null);case 22:case 23:return dl(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!=(1&t.mode)?0!=(1073741824&Pc)&&(Qs(t),6&t.subtreeFlags&&(t.flags|=8192)):Qs(t),null;case 24:case 25:return null}throw Error(i(156,t.tag))}function Ys(e,t){switch(oa(t),t.tag){case 1:return Lo(t.type)&&Io(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return $a(),Oo(No),Oo(Ro),ai(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return ti(t),null;case 13:if(Oo(ni),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));ga()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return Oo(ni),null;case 4:return $a(),null;case 10:return Ta(t.type._context),null;case 22:case 23:return dl(),null;default:return null}}Ps=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Fs=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,Ja(Ka.current);var a,i=null;switch(n){case"input":o=J(e,o),r=J(e,r),i=[];break;case"select":o=B({},o,{value:void 0}),r=B({},r,{value:void 0}),i=[];break;case"textarea":o=ae(e,o),r=ae(e,r),i=[];break;default:"function"!=typeof o.onClick&&"function"==typeof r.onClick&&(e.onclick=to)}for(u in we(n,r),n=null,o)if(!r.hasOwnProperty(u)&&o.hasOwnProperty(u)&&null!=o[u])if("style"===u){var s=o[u];for(a in s)s.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else"dangerouslySetInnerHTML"!==u&&"children"!==u&&"suppressContentEditableWarning"!==u&&"suppressHydrationWarning"!==u&&"autoFocus"!==u&&(c.hasOwnProperty(u)?i||(i=[]):(i=i||[]).push(u,null));for(u in r){var l=r[u];if(s=null!=o?o[u]:void 0,r.hasOwnProperty(u)&&l!==s&&(null!=l||null!=s))if("style"===u)if(s){for(a in s)!s.hasOwnProperty(a)||l&&l.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in l)l.hasOwnProperty(a)&&s[a]!==l[a]&&(n||(n={}),n[a]=l[a])}else n||(i||(i=[]),i.push(u,n)),n=l;else"dangerouslySetInnerHTML"===u?(l=l?l.__html:void 0,s=s?s.__html:void 0,null!=l&&s!==l&&(i=i||[]).push(u,l)):"children"===u?"string"!=typeof l&&"number"!=typeof l||(i=i||[]).push(u,""+l):"suppressContentEditableWarning"!==u&&"suppressHydrationWarning"!==u&&(c.hasOwnProperty(u)?(null!=l&&"onScroll"===u&&qr("scroll",e),i||s===l||(i=[])):(i=i||[]).push(u,l))}n&&(i=i||[]).push("style",n);var u=i;(t.updateQueue=u)&&(t.flags|=4)}},Ls=function(e,t,n,r){n!==r&&(t.flags|=4)};var Xs=!1,Js=!1,Zs="function"==typeof WeakSet?WeakSet:Set,$s=null;function ec(e,t){var n=e.ref;if(null!==n)if("function"==typeof n)try{n(null)}catch(n){Sl(e,t,n)}else n.current=null}function tc(e,t,n){try{n()}catch(n){Sl(e,t,n)}}var nc=!1;function rc(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var o=r=r.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,void 0!==a&&tc(t,n,a)}o=o.next}while(o!==r)}}function oc(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function ac(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag,e=n,"function"==typeof t?t(e):t.current=e}}function ic(e){var t=e.alternate;null!==t&&(e.alternate=null,ic(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[mo],delete t[go],delete t[bo],delete t[yo],delete t[wo])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function sc(e){return 5===e.tag||3===e.tag||4===e.tag}function cc(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||sc(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function lc(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=to));else if(4!==r&&null!==(e=e.child))for(lc(e,t,n),e=e.sibling;null!==e;)lc(e,t,n),e=e.sibling}function uc(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(uc(e,t,n),e=e.sibling;null!==e;)uc(e,t,n),e=e.sibling}var fc=null,dc=!1;function pc(e,t,n){for(n=n.child;null!==n;)hc(e,t,n),n=n.sibling}function hc(e,t,n){if(st&&"function"==typeof st.onCommitFiberUnmount)try{st.onCommitFiberUnmount(it,n)}catch(e){}switch(n.tag){case 5:Js||ec(n,t);case 6:var r=fc,o=dc;fc=null,pc(e,t,n),dc=o,null!==(fc=r)&&(dc?(e=fc,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):fc.removeChild(n.stateNode));break;case 18:null!==fc&&(dc?(e=fc,n=n.stateNode,8===e.nodeType?uo(e.parentNode,n):1===e.nodeType&&uo(e,n),Vt(e)):uo(fc,n.stateNode));break;case 4:r=fc,o=dc,fc=n.stateNode.containerInfo,dc=!0,pc(e,t,n),fc=r,dc=o;break;case 0:case 11:case 14:case 15:if(!Js&&(null!==(r=n.updateQueue)&&null!==(r=r.lastEffect))){o=r=r.next;do{var a=o,i=a.destroy;a=a.tag,void 0!==i&&(0!=(2&a)||0!=(4&a))&&tc(n,t,i),o=o.next}while(o!==r)}pc(e,t,n);break;case 1:if(!Js&&(ec(n,t),"function"==typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(e){Sl(n,t,e)}pc(e,t,n);break;case 21:pc(e,t,n);break;case 22:1&n.mode?(Js=(r=Js)||null!==n.memoizedState,pc(e,t,n),Js=r):pc(e,t,n);break;default:pc(e,t,n)}}function mc(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Zs),t.forEach((function(t){var r=Dl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}function gc(e,t){var n=t.deletions;if(null!==n)for(var r=0;r<n.length;r++){var o=n[r];try{var a=e,s=t,c=s;e:for(;null!==c;){switch(c.tag){case 5:fc=c.stateNode,dc=!1;break e;case 3:case 4:fc=c.stateNode.containerInfo,dc=!0;break e}c=c.return}if(null===fc)throw Error(i(160));hc(a,s,o),fc=null,dc=!1;var l=o.alternate;null!==l&&(l.return=null),o.return=null}catch(e){Sl(o,t,e)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)vc(t,e),t=t.sibling}function vc(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(gc(t,e),bc(e),4&r){try{rc(3,e,e.return),oc(3,e)}catch(t){Sl(e,e.return,t)}try{rc(5,e,e.return)}catch(t){Sl(e,e.return,t)}}break;case 1:gc(t,e),bc(e),512&r&&null!==n&&ec(n,n.return);break;case 5:if(gc(t,e),bc(e),512&r&&null!==n&&ec(n,n.return),32&e.flags){var o=e.stateNode;try{he(o,"")}catch(t){Sl(e,e.return,t)}}if(4&r&&null!=(o=e.stateNode)){var a=e.memoizedProps,s=null!==n?n.memoizedProps:a,c=e.type,l=e.updateQueue;if(e.updateQueue=null,null!==l)try{"input"===c&&"radio"===a.type&&null!=a.name&&$(o,a),xe(c,s);var u=xe(c,a);for(s=0;s<l.length;s+=2){var f=l[s],d=l[s+1];"style"===f?be(o,d):"dangerouslySetInnerHTML"===f?pe(o,d):"children"===f?he(o,d):x(o,f,d,u)}switch(c){case"input":ee(o,a);break;case"textarea":se(o,a);break;case"select":var p=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var h=a.value;null!=h?oe(o,!!a.multiple,h,!1):p!==!!a.multiple&&(null!=a.defaultValue?oe(o,!!a.multiple,a.defaultValue,!0):oe(o,!!a.multiple,a.multiple?[]:"",!1))}o[go]=a}catch(t){Sl(e,e.return,t)}}break;case 6:if(gc(t,e),bc(e),4&r){if(null===e.stateNode)throw Error(i(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(t){Sl(e,e.return,t)}}break;case 3:if(gc(t,e),bc(e),4&r&&null!==n&&n.memoizedState.isDehydrated)try{Vt(t.containerInfo)}catch(t){Sl(e,e.return,t)}break;case 4:default:gc(t,e),bc(e);break;case 13:gc(t,e),bc(e),8192&(o=e.child).flags&&(a=null!==o.memoizedState,o.stateNode.isHidden=a,!a||null!==o.alternate&&null!==o.alternate.memoizedState||(Hc=$e())),4&r&&mc(e);break;case 22:if(f=null!==n&&null!==n.memoizedState,1&e.mode?(Js=(u=Js)||f,gc(t,e),Js=u):gc(t,e),bc(e),8192&r){if(u=null!==e.memoizedState,(e.stateNode.isHidden=u)&&!f&&0!=(1&e.mode))for($s=e,f=e.child;null!==f;){for(d=$s=f;null!==$s;){switch(h=(p=$s).child,p.tag){case 0:case 11:case 14:case 15:rc(4,p,p.return);break;case 1:ec(p,p.return);var m=p.stateNode;if("function"==typeof m.componentWillUnmount){r=p,n=p.return;try{t=r,m.props=t.memoizedProps,m.state=t.memoizedState,m.componentWillUnmount()}catch(e){Sl(r,n,e)}}break;case 5:ec(p,p.return);break;case 22:if(null!==p.memoizedState){Ec(d);continue}}null!==h?(h.return=p,$s=h):Ec(d)}f=f.sibling}e:for(f=null,d=e;;){if(5===d.tag){if(null===f){f=d;try{o=d.stateNode,u?"function"==typeof(a=o.style).setProperty?a.setProperty("display","none","important"):a.display="none":(c=d.stateNode,s=null!=(l=d.memoizedProps.style)&&l.hasOwnProperty("display")?l.display:null,c.style.display=ve("display",s))}catch(t){Sl(e,e.return,t)}}}else if(6===d.tag){if(null===f)try{d.stateNode.nodeValue=u?"":d.memoizedProps}catch(t){Sl(e,e.return,t)}}else if((22!==d.tag&&23!==d.tag||null===d.memoizedState||d===e)&&null!==d.child){d.child.return=d,d=d.child;continue}if(d===e)break e;for(;null===d.sibling;){if(null===d.return||d.return===e)break e;f===d&&(f=null),d=d.return}f===d&&(f=null),d.sibling.return=d.return,d=d.sibling}}break;case 19:gc(t,e),bc(e),4&r&&mc(e);case 21:}}function bc(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(sc(n)){var r=n;break e}n=n.return}throw Error(i(160))}switch(r.tag){case 5:var o=r.stateNode;32&r.flags&&(he(o,""),r.flags&=-33),uc(e,cc(e),o);break;case 3:case 4:var a=r.stateNode.containerInfo;lc(e,cc(e),a);break;default:throw Error(i(161))}}catch(t){Sl(e,e.return,t)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function yc(e,t,n){$s=e,wc(e,t,n)}function wc(e,t,n){for(var r=0!=(1&e.mode);null!==$s;){var o=$s,a=o.child;if(22===o.tag&&r){var i=null!==o.memoizedState||Xs;if(!i){var s=o.alternate,c=null!==s&&null!==s.memoizedState||Js;s=Xs;var l=Js;if(Xs=i,(Js=c)&&!l)for($s=o;null!==$s;)c=(i=$s).child,22===i.tag&&null!==i.memoizedState?kc(o):null!==c?(c.return=i,$s=c):kc(o);for(;null!==a;)$s=a,wc(a,t,n),a=a.sibling;$s=o,Xs=s,Js=l}xc(e)}else 0!=(8772&o.subtreeFlags)&&null!==a?(a.return=o,$s=a):xc(e)}}function xc(e){for(;null!==$s;){var t=$s;if(0!=(8772&t.flags)){var n=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Js||oc(5,t);break;case 1:var r=t.stateNode;if(4&t.flags&&!Js)if(null===n)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:os(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;null!==a&&Ga(t,a,r);break;case 3:var s=t.updateQueue;if(null!==s){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}Ga(t,s,n)}break;case 5:var c=t.stateNode;if(null===n&&4&t.flags){n=c;var l=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var u=t.alternate;if(null!==u){var f=u.memoizedState;if(null!==f){var d=f.dehydrated;null!==d&&Vt(d)}}}break;default:throw Error(i(163))}Js||512&t.flags&&ac(t)}catch(e){Sl(t,t.return,e)}}if(t===e){$s=null;break}if(null!==(n=t.sibling)){n.return=t.return,$s=n;break}$s=t.return}}function Ec(e){for(;null!==$s;){var t=$s;if(t===e){$s=null;break}var n=t.sibling;if(null!==n){n.return=t.return,$s=n;break}$s=t.return}}function kc(e){for(;null!==$s;){var t=$s;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{oc(4,t)}catch(e){Sl(t,n,e)}break;case 1:var r=t.stateNode;if("function"==typeof r.componentDidMount){var o=t.return;try{r.componentDidMount()}catch(e){Sl(t,o,e)}}var a=t.return;try{ac(t)}catch(e){Sl(t,a,e)}break;case 5:var i=t.return;try{ac(t)}catch(e){Sl(t,i,e)}}}catch(e){Sl(t,t.return,e)}if(t===e){$s=null;break}var s=t.sibling;if(null!==s){s.return=t.return,$s=s;break}$s=t.return}}var Cc,Sc=Math.ceil,Ac=E.ReactCurrentDispatcher,_c=E.ReactCurrentOwner,Oc=E.ReactCurrentBatchConfig,Dc=0,Tc=null,Rc=null,Nc=0,Pc=0,Fc=_o(0),Lc=0,Ic=null,jc=0,Mc=0,Bc=0,zc=null,qc=null,Hc=0,Uc=1/0,Vc=null,Wc=!1,Gc=null,Qc=null,Kc=!1,Yc=null,Xc=0,Jc=0,Zc=null,$c=-1,el=0;function tl(){return 0!=(6&Dc)?$e():-1!==$c?$c:$c=$e()}function nl(e){return 0==(1&e.mode)?1:0!=(2&Dc)&&0!==Nc?Nc&-Nc:null!==ba.transition?(0===el&&(el=vt()),el):0!==(e=xt)?e:e=void 0===(e=window.event)?16:Zt(e.type)}function rl(e,t,n,r){if(50<Jc)throw Jc=0,Zc=null,Error(i(185));yt(e,n,r),0!=(2&Dc)&&e===Tc||(e===Tc&&(0==(2&Dc)&&(Mc|=n),4===Lc&&cl(e,Nc)),ol(e,r),1===n&&0===Dc&&0==(1&t.mode)&&(Uc=$e()+500,Ho&&Wo()))}function ol(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-ct(a),s=1<<i,c=o[i];-1===c?0!=(s&n)&&0==(s&r)||(o[i]=mt(s,t)):c<=t&&(e.expiredLanes|=s),a&=~s}}(e,t);var r=ht(e,e===Tc?Nc:0);if(0===r)null!==n&&Xe(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(null!=n&&Xe(n),1===t)0===e.tag?function(e){Ho=!0,Vo(e)}(ll.bind(null,e)):Vo(ll.bind(null,e)),co((function(){0==(6&Dc)&&Wo()})),n=null;else{switch(Et(r)){case 1:n=tt;break;case 4:n=nt;break;case 16:default:n=rt;break;case 536870912:n=at}n=Tl(n,al.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function al(e,t){if($c=-1,el=0,0!=(6&Dc))throw Error(i(327));var n=e.callbackNode;if(kl()&&e.callbackNode!==n)return null;var r=ht(e,e===Tc?Nc:0);if(0===r)return null;if(0!=(30&r)||0!=(r&e.expiredLanes)||t)t=vl(e,r);else{t=r;var o=Dc;Dc|=2;var a=ml();for(Tc===e&&Nc===t||(Vc=null,Uc=$e()+500,pl(e,t));;)try{yl();break}catch(t){hl(e,t)}Da(),Ac.current=a,Dc=o,null!==Rc?t=0:(Tc=null,Nc=0,t=Lc)}if(0!==t){if(2===t&&(0!==(o=gt(e))&&(r=o,t=il(e,o))),1===t)throw n=Ic,pl(e,0),cl(e,r),ol(e,$e()),n;if(6===t)cl(e,r);else{if(o=e.current.alternate,0==(30&r)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;r<n.length;r++){var o=n[r],a=o.getSnapshot;o=o.value;try{if(!lr(a(),o))return!1}catch(e){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(o)&&(2===(t=vl(e,r))&&(0!==(a=gt(e))&&(r=a,t=il(e,a))),1===t))throw n=Ic,pl(e,0),cl(e,r),ol(e,$e()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(i(345));case 2:case 5:El(e,qc,Vc);break;case 3:if(cl(e,r),(130023424&r)===r&&10<(t=Hc+500-$e())){if(0!==ht(e,0))break;if(((o=e.suspendedLanes)&r)!==r){tl(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=ao(El.bind(null,e,qc,Vc),t);break}El(e,qc,Vc);break;case 4:if(cl(e,r),(4194240&r)===r)break;for(t=e.eventTimes,o=-1;0<r;){var s=31-ct(r);a=1<<s,(s=t[s])>o&&(o=s),r&=~a}if(r=o,10<(r=(120>(r=$e()-r)?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*Sc(r/1960))-r)){e.timeoutHandle=ao(El.bind(null,e,qc,Vc),r);break}El(e,qc,Vc);break;default:throw Error(i(329))}}}return ol(e,$e()),e.callbackNode===n?al.bind(null,e):null}function il(e,t){var n=zc;return e.current.memoizedState.isDehydrated&&(pl(e,t).flags|=256),2!==(e=vl(e,t))&&(t=qc,qc=n,null!==t&&sl(t)),e}function sl(e){null===qc?qc=e:qc.push.apply(qc,e)}function cl(e,t){for(t&=~Bc,t&=~Mc,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-ct(t),r=1<<n;e[n]=-1,t&=~r}}function ll(e){if(0!=(6&Dc))throw Error(i(327));kl();var t=ht(e,0);if(0==(1&t))return ol(e,$e()),null;var n=vl(e,t);if(0!==e.tag&&2===n){var r=gt(e);0!==r&&(t=r,n=il(e,r))}if(1===n)throw n=Ic,pl(e,0),cl(e,t),ol(e,$e()),n;if(6===n)throw Error(i(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,El(e,qc,Vc),ol(e,$e()),null}function ul(e,t){var n=Dc;Dc|=1;try{return e(t)}finally{0===(Dc=n)&&(Uc=$e()+500,Ho&&Wo())}}function fl(e){null!==Yc&&0===Yc.tag&&0==(6&Dc)&&kl();var t=Dc;Dc|=1;var n=Oc.transition,r=xt;try{if(Oc.transition=null,xt=1,e)return e()}finally{xt=r,Oc.transition=n,0==(6&(Dc=t))&&Wo()}}function dl(){Pc=Fc.current,Oo(Fc)}function pl(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,io(n)),null!==Rc)for(n=Rc.return;null!==n;){var r=n;switch(oa(r),r.tag){case 1:null!=(r=r.type.childContextTypes)&&Io();break;case 3:$a(),Oo(No),Oo(Ro),ai();break;case 5:ti(r);break;case 4:$a();break;case 13:case 19:Oo(ni);break;case 10:Ta(r.type._context);break;case 22:case 23:dl()}n=n.return}if(Tc=e,Rc=e=Fl(e.current,null),Nc=Pc=t,Lc=0,Ic=null,Bc=Mc=jc=0,qc=zc=null,null!==Fa){for(t=0;t<Fa.length;t++)if(null!==(r=(n=Fa[t]).interleaved)){n.interleaved=null;var o=r.next,a=n.pending;if(null!==a){var i=a.next;a.next=o,r.next=i}n.pending=r}Fa=null}return e}function hl(e,t){for(;;){var n=Rc;try{if(Da(),ii.current=es,di){for(var o=li.memoizedState;null!==o;){var a=o.queue;null!==a&&(a.pending=null),o=o.next}di=!1}if(ci=0,fi=ui=li=null,pi=!1,hi=0,_c.current=null,null===n||null===n.return){Lc=1,Ic=t,Rc=null;break}e:{var s=e,c=n.return,l=n,u=t;if(t=Nc,l.flags|=32768,null!==u&&"object"===r(u)&&"function"==typeof u.then){var f=u,d=l,p=d.tag;if(0==(1&d.mode)&&(0===p||11===p||15===p)){var h=d.alternate;h?(d.updateQueue=h.updateQueue,d.memoizedState=h.memoizedState,d.lanes=h.lanes):(d.updateQueue=null,d.memoizedState=null)}var m=bs(c);if(null!==m){m.flags&=-257,ys(m,c,l,0,t),1&m.mode&&vs(s,f,t),u=f;var g=(t=m).updateQueue;if(null===g){var v=new Set;v.add(u),t.updateQueue=v}else g.add(u);break e}if(0==(1&t)){vs(s,f,t),gl();break e}u=Error(i(426))}else if(sa&&1&l.mode){var b=bs(c);if(null!==b){0==(65536&b.flags)&&(b.flags|=256),ys(b,c,l,0,t),va(fs(u,l));break e}}s=u=fs(u,l),4!==Lc&&(Lc=2),null===zc?zc=[s]:zc.push(s),s=c;do{switch(s.tag){case 3:s.flags|=65536,t&=-t,s.lanes|=t,Va(s,ms(0,u,t));break e;case 1:l=u;var y=s.type,w=s.stateNode;if(0==(128&s.flags)&&("function"==typeof y.getDerivedStateFromError||null!==w&&"function"==typeof w.componentDidCatch&&(null===Qc||!Qc.has(w)))){s.flags|=65536,t&=-t,s.lanes|=t,Va(s,gs(s,l,t));break e}}s=s.return}while(null!==s)}xl(n)}catch(e){t=e,Rc===n&&null!==n&&(Rc=n=n.return);continue}break}}function ml(){var e=Ac.current;return Ac.current=es,null===e?es:e}function gl(){0!==Lc&&3!==Lc&&2!==Lc||(Lc=4),null===Tc||0==(268435455&jc)&&0==(268435455&Mc)||cl(Tc,Nc)}function vl(e,t){var n=Dc;Dc|=2;var r=ml();for(Tc===e&&Nc===t||(Vc=null,pl(e,t));;)try{bl();break}catch(t){hl(e,t)}if(Da(),Dc=n,Ac.current=r,null!==Rc)throw Error(i(261));return Tc=null,Nc=0,Lc}function bl(){for(;null!==Rc;)wl(Rc)}function yl(){for(;null!==Rc&&!Je();)wl(Rc)}function wl(e){var t=Cc(e.alternate,e,Pc);e.memoizedProps=e.pendingProps,null===t?xl(e):Rc=t,_c.current=null}function xl(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(n=Ks(n,t,Pc)))return void(Rc=n)}else{if(null!==(n=Ys(n,t)))return n.flags&=32767,void(Rc=n);if(null===e)return Lc=6,void(Rc=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Rc=t);Rc=t=e}while(null!==t);0===Lc&&(Lc=5)}function El(e,t,n){var r=xt,o=Oc.transition;try{Oc.transition=null,xt=1,function(e,t,n,r){do{kl()}while(null!==Yc);if(0!=(6&Dc))throw Error(i(327));n=e.finishedWork;var o=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(i(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-ct(n),a=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~a}}(e,a),e===Tc&&(Rc=Tc=null,Nc=0),0==(2064&n.subtreeFlags)&&0==(2064&n.flags)||Kc||(Kc=!0,Tl(rt,(function(){return kl(),null}))),a=0!=(15990&n.flags),0!=(15990&n.subtreeFlags)||a){a=Oc.transition,Oc.transition=null;var s=xt;xt=1;var c=Dc;Dc|=4,_c.current=null,function(e,t){if(no=Gt,mr(e=hr())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var r=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(r&&0!==r.rangeCount){n=r.anchorNode;var o=r.anchorOffset,a=r.focusNode;r=r.focusOffset;try{n.nodeType,a.nodeType}catch(e){n=null;break e}var s=0,c=-1,l=-1,u=0,f=0,d=e,p=null;t:for(;;){for(var h;d!==n||0!==o&&3!==d.nodeType||(c=s+o),d!==a||0!==r&&3!==d.nodeType||(l=s+r),3===d.nodeType&&(s+=d.nodeValue.length),null!==(h=d.firstChild);)p=d,d=h;for(;;){if(d===e)break t;if(p===n&&++u===o&&(c=s),p===a&&++f===r&&(l=s),null!==(h=d.nextSibling))break;p=(d=p).parentNode}d=h}n=-1===c||-1===l?null:{start:c,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(ro={focusedElem:e,selectionRange:n},Gt=!1,$s=t;null!==$s;)if(e=(t=$s).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,$s=e;else for(;null!==$s;){t=$s;try{var m=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==m){var g=m.memoizedProps,v=m.memoizedState,b=t.stateNode,y=b.getSnapshotBeforeUpdate(t.elementType===t.type?g:os(t.type,g),v);b.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var w=t.stateNode.containerInfo;1===w.nodeType?w.textContent="":9===w.nodeType&&w.documentElement&&w.removeChild(w.documentElement);break;default:throw Error(i(163))}}catch(e){Sl(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,$s=e;break}$s=t.return}m=nc,nc=!1}(e,n),vc(n,e),gr(ro),Gt=!!no,ro=no=null,e.current=n,yc(n,e,o),Ze(),Dc=c,xt=s,Oc.transition=a}else e.current=n;if(Kc&&(Kc=!1,Yc=e,Xc=o),a=e.pendingLanes,0===a&&(Qc=null),function(e){if(st&&"function"==typeof st.onCommitFiberRoot)try{st.onCommitFiberRoot(it,e,void 0,128==(128&e.current.flags))}catch(e){}}(n.stateNode),ol(e,$e()),null!==t)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(Wc)throw Wc=!1,e=Gc,Gc=null,e;0!=(1&Xc)&&0!==e.tag&&kl(),a=e.pendingLanes,0!=(1&a)?e===Zc?Jc++:(Jc=0,Zc=e):Jc=0,Wo()}(e,t,n,r)}finally{Oc.transition=o,xt=r}return null}function kl(){if(null!==Yc){var e=Et(Xc),t=Oc.transition,n=xt;try{if(Oc.transition=null,xt=16>e?16:e,null===Yc)var r=!1;else{if(e=Yc,Yc=null,Xc=0,0!=(6&Dc))throw Error(i(331));var o=Dc;for(Dc|=4,$s=e.current;null!==$s;){var a=$s,s=a.child;if(0!=(16&$s.flags)){var c=a.deletions;if(null!==c){for(var l=0;l<c.length;l++){var u=c[l];for($s=u;null!==$s;){var f=$s;switch(f.tag){case 0:case 11:case 15:rc(8,f,a)}var d=f.child;if(null!==d)d.return=f,$s=d;else for(;null!==$s;){var p=(f=$s).sibling,h=f.return;if(ic(f),f===u){$s=null;break}if(null!==p){p.return=h,$s=p;break}$s=h}}}var m=a.alternate;if(null!==m){var g=m.child;if(null!==g){m.child=null;do{var v=g.sibling;g.sibling=null,g=v}while(null!==g)}}$s=a}}if(0!=(2064&a.subtreeFlags)&&null!==s)s.return=a,$s=s;else e:for(;null!==$s;){if(0!=(2048&(a=$s).flags))switch(a.tag){case 0:case 11:case 15:rc(9,a,a.return)}var b=a.sibling;if(null!==b){b.return=a.return,$s=b;break e}$s=a.return}}var y=e.current;for($s=y;null!==$s;){var w=(s=$s).child;if(0!=(2064&s.subtreeFlags)&&null!==w)w.return=s,$s=w;else e:for(s=y;null!==$s;){if(0!=(2048&(c=$s).flags))try{switch(c.tag){case 0:case 11:case 15:oc(9,c)}}catch(e){Sl(c,c.return,e)}if(c===s){$s=null;break e}var x=c.sibling;if(null!==x){x.return=c.return,$s=x;break e}$s=c.return}}if(Dc=o,Wo(),st&&"function"==typeof st.onPostCommitFiberRoot)try{st.onPostCommitFiberRoot(it,e)}catch(e){}r=!0}return r}finally{xt=n,Oc.transition=t}}return!1}function Cl(e,t,n){e=Ha(e,t=ms(0,t=fs(n,t),1),1),t=tl(),null!==e&&(yt(e,1,t),ol(e,t))}function Sl(e,t,n){if(3===e.tag)Cl(e,e,n);else for(;null!==t;){if(3===t.tag){Cl(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Qc||!Qc.has(r))){t=Ha(t,e=gs(t,e=fs(n,e),1),1),e=tl(),null!==t&&(yt(t,1,e),ol(t,e));break}}t=t.return}}function Al(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=tl(),e.pingedLanes|=e.suspendedLanes&n,Tc===e&&(Nc&n)===n&&(4===Lc||3===Lc&&(130023424&Nc)===Nc&&500>$e()-Hc?pl(e,0):Bc|=n),ol(e,t)}function _l(e,t){0===t&&(0==(1&e.mode)?t=1:(t=dt,0==(130023424&(dt<<=1))&&(dt=4194304)));var n=tl();null!==(e=ja(e,t))&&(yt(e,t,n),ol(e,n))}function Ol(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),_l(e,n)}function Dl(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;null!==o&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(i(314))}null!==r&&r.delete(t),_l(e,n)}function Tl(e,t){return Ye(e,t)}function Rl(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Nl(e,t,n,r){return new Rl(e,t,n,r)}function Pl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Fl(e,t){var n=e.alternate;return null===n?((n=Nl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=14680064&e.flags,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Ll(e,t,n,o,a,s){var c=2;if(o=e,"function"==typeof e)Pl(e)&&(c=1);else if("string"==typeof e)c=5;else e:switch(e){case S:return Il(n.children,a,s,t);case A:c=8,a|=8;break;case _:return(e=Nl(12,n,t,2|a)).elementType=_,e.lanes=s,e;case R:return(e=Nl(13,n,t,a)).elementType=R,e.lanes=s,e;case N:return(e=Nl(19,n,t,a)).elementType=N,e.lanes=s,e;case L:return jl(n,a,s,t);default:if("object"===r(e)&&null!==e)switch(e.$$typeof){case O:c=10;break e;case D:c=9;break e;case T:c=11;break e;case P:c=14;break e;case F:c=16,o=null;break e}throw Error(i(130,null==e?e:r(e),""))}return(t=Nl(c,n,t,a)).elementType=e,t.type=o,t.lanes=s,t}function Il(e,t,n,r){return(e=Nl(7,e,r,t)).lanes=n,e}function jl(e,t,n,r){return(e=Nl(22,e,r,t)).elementType=L,e.lanes=n,e.stateNode={isHidden:!1},e}function Ml(e,t,n){return(e=Nl(6,e,null,t)).lanes=n,e}function Bl(e,t,n){return(t=Nl(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zl(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=bt(0),this.expirationTimes=bt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=bt(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function ql(e,t,n,r,o,a,i,s,c){return e=new zl(e,t,n,s,c),1===t?(t=1,!0===a&&(t|=8)):t=0,a=Nl(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Ba(a),e}function Hl(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:C,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function Ul(e){if(!e)return To;e:{if(Ve(e=e._reactInternals)!==e||1!==e.tag)throw Error(i(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Lo(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(i(171))}if(1===e.tag){var n=e.type;if(Lo(n))return Mo(e,n,t)}return t}function Vl(e,t,n,r,o,a,i,s,c){return(e=ql(n,r,!0,e,0,a,0,s,c)).context=Ul(null),n=e.current,(a=qa(r=tl(),o=nl(n))).callback=null!=t?t:null,Ha(n,a,o),e.current.lanes=o,yt(e,o,r),ol(e,r),e}function Wl(e,t,n,r){var o=t.current,a=tl(),i=nl(o);return n=Ul(n),null===t.context?t.context=n:t.pendingContext=n,(t=qa(a,i)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),null!==(e=Ha(o,t,i))&&(rl(e,o,i,a),Ua(e,o,i)),i}function Gl(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Ql(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function Kl(e,t){Ql(e,t),(e=e.alternate)&&Ql(e,t)}Cc=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||No.current)xs=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return xs=!1,function(e,t,n){switch(t.tag){case 3:Rs(t),ga();break;case 5:ei(t);break;case 1:Lo(t.type)&&Bo(t);break;case 4:Za(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;Do(Sa,r._currentValue),r._currentValue=o;break;case 13:if(null!==(r=t.memoizedState))return null!==r.dehydrated?(Do(ni,1&ni.current),t.flags|=128,null):0!=(n&t.child.childLanes)?Ms(e,t,n):(Do(ni,1&ni.current),null!==(e=Ws(e,t,n))?e.sibling:null);Do(ni,1&ni.current);break;case 19:if(r=0!=(n&t.childLanes),0!=(128&e.flags)){if(r)return Us(e,t,n);t.flags|=128}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null,o.lastEffect=null),Do(ni,ni.current),r)break;return null;case 22:case 23:return t.lanes=0,As(e,t,n)}return Ws(e,t,n)}(e,t,n);xs=0!=(131072&e.flags)}else xs=!1,sa&&0!=(1048576&t.flags)&&na(t,Yo,t.index);switch(t.lanes=0,t.tag){case 2:var o=t.type;Vs(e,t),e=t.pendingProps;var a=Fo(t,Ro.current);Na(t,n),a=bi(null,t,o,e,a,n);var s=yi();return t.flags|=1,"object"===r(a)&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Lo(o)?(s=!0,Bo(t)):s=!1,t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,Ba(t),a.updater=is,t.stateNode=a,a._reactInternals=t,us(t,o,e,n),t=Ts(null,t,o,!0,s,n)):(t.tag=0,sa&&s&&ra(t),Es(null,t,a,n),t=t.child),t;case 16:o=t.elementType;e:{switch(Vs(e,t),e=t.pendingProps,o=(a=o._init)(o._payload),t.type=o,a=t.tag=function(e){if("function"==typeof e)return Pl(e)?1:0;if(null!=e){if((e=e.$$typeof)===T)return 11;if(e===P)return 14}return 2}(o),e=os(o,e),a){case 0:t=Os(null,t,o,e,n);break e;case 1:t=Ds(null,t,o,e,n);break e;case 11:t=ks(null,t,o,e,n);break e;case 14:t=Cs(null,t,o,os(o.type,e),n);break e}throw Error(i(306,o,""))}return t;case 0:return o=t.type,a=t.pendingProps,Os(e,t,o,a=t.elementType===o?a:os(o,a),n);case 1:return o=t.type,a=t.pendingProps,Ds(e,t,o,a=t.elementType===o?a:os(o,a),n);case 3:e:{if(Rs(t),null===e)throw Error(i(387));o=t.pendingProps,a=(s=t.memoizedState).element,za(e,t),Wa(t,o,null,n);var c=t.memoizedState;if(o=c.element,s.isDehydrated){if(s={element:o,isDehydrated:!1,cache:c.cache,pendingSuspenseBoundaries:c.pendingSuspenseBoundaries,transitions:c.transitions},t.updateQueue.baseState=s,t.memoizedState=s,256&t.flags){t=Ns(e,t,o,n,a=fs(Error(i(423)),t));break e}if(o!==a){t=Ns(e,t,o,n,a=fs(Error(i(424)),t));break e}for(ia=fo(t.stateNode.containerInfo.firstChild),aa=t,sa=!0,ca=null,n=Ca(t,null,o,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(ga(),o===a){t=Ws(e,t,n);break e}Es(e,t,o,n)}t=t.child}return t;case 5:return ei(t),null===e&&da(t),o=t.type,a=t.pendingProps,s=null!==e?e.memoizedProps:null,c=a.children,oo(o,a)?c=null:null!==s&&oo(o,s)&&(t.flags|=32),_s(e,t),Es(e,t,c,n),t.child;case 6:return null===e&&da(t),null;case 13:return Ms(e,t,n);case 4:return Za(t,t.stateNode.containerInfo),o=t.pendingProps,null===e?t.child=ka(t,null,o,n):Es(e,t,o,n),t.child;case 11:return o=t.type,a=t.pendingProps,ks(e,t,o,a=t.elementType===o?a:os(o,a),n);case 7:return Es(e,t,t.pendingProps,n),t.child;case 8:case 12:return Es(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(o=t.type._context,a=t.pendingProps,s=t.memoizedProps,c=a.value,Do(Sa,o._currentValue),o._currentValue=c,null!==s)if(lr(s.value,c)){if(s.children===a.children&&!No.current){t=Ws(e,t,n);break e}}else for(null!==(s=t.child)&&(s.return=t);null!==s;){var l=s.dependencies;if(null!==l){c=s.child;for(var u=l.firstContext;null!==u;){if(u.context===o){if(1===s.tag){(u=qa(-1,n&-n)).tag=2;var f=s.updateQueue;if(null!==f){var d=(f=f.shared).pending;null===d?u.next=u:(u.next=d.next,d.next=u),f.pending=u}}s.lanes|=n,null!==(u=s.alternate)&&(u.lanes|=n),Ra(s.return,n,t),l.lanes|=n;break}u=u.next}}else if(10===s.tag)c=s.type===t.type?null:s.child;else if(18===s.tag){if(null===(c=s.return))throw Error(i(341));c.lanes|=n,null!==(l=c.alternate)&&(l.lanes|=n),Ra(c,n,t),c=s.sibling}else c=s.child;if(null!==c)c.return=s;else for(c=s;null!==c;){if(c===t){c=null;break}if(null!==(s=c.sibling)){s.return=c.return,c=s;break}c=c.return}s=c}Es(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,o=t.pendingProps.children,Na(t,n),o=o(a=Pa(a)),t.flags|=1,Es(e,t,o,n),t.child;case 14:return a=os(o=t.type,t.pendingProps),Cs(e,t,o,a=os(o.type,a),n);case 15:return Ss(e,t,t.type,t.pendingProps,n);case 17:return o=t.type,a=t.pendingProps,a=t.elementType===o?a:os(o,a),Vs(e,t),t.tag=1,Lo(o)?(e=!0,Bo(t)):e=!1,Na(t,n),cs(t,o,a),us(t,o,a,n),Ts(null,t,o,!0,e,n);case 19:return Us(e,t,n);case 22:return As(e,t,n)}throw Error(i(156,t.tag))};var Yl="function"==typeof reportError?reportError:function(e){console.error(e)};function Xl(e){this._internalRoot=e}function Jl(e){this._internalRoot=e}function Zl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function $l(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function eu(){}function tu(e,t,n,r,o){var a=n._reactRootContainer;if(a){var i=a;if("function"==typeof o){var s=o;o=function(){var e=Gl(i);s.call(e)}}Wl(t,i,e,o)}else i=function(e,t,n,r,o){if(o){if("function"==typeof r){var a=r;r=function(){var e=Gl(i);a.call(e)}}var i=Vl(t,r,e,0,null,!1,0,"",eu);return e._reactRootContainer=i,e[vo]=i.current,Vr(8===e.nodeType?e.parentNode:e),fl(),i}for(;o=e.lastChild;)e.removeChild(o);if("function"==typeof r){var s=r;r=function(){var e=Gl(c);s.call(e)}}var c=ql(e,0,!1,null,0,!1,0,"",eu);return e._reactRootContainer=c,e[vo]=c.current,Vr(8===e.nodeType?e.parentNode:e),fl((function(){Wl(t,c,n,r)})),c}(n,t,e,o,r);return Gl(i)}Jl.prototype.render=Xl.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(i(409));Wl(e,t,null,null)},Jl.prototype.unmount=Xl.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;fl((function(){Wl(null,e,null,null)})),t[vo]=null}},Jl.prototype.unstable_scheduleHydration=function(e){if(e){var t=At();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Lt.length&&0!==t&&t<Lt[n].priority;n++);Lt.splice(n,0,e),0===n&&Bt(e)}},kt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=pt(t.pendingLanes);0!==n&&(wt(t,1|n),ol(t,$e()),0==(6&Dc)&&(Uc=$e()+500,Wo()))}break;case 13:fl((function(){var t=ja(e,1);if(null!==t){var n=tl();rl(t,e,1,n)}})),Kl(e,1)}},Ct=function(e){if(13===e.tag){var t=ja(e,134217728);if(null!==t)rl(t,e,134217728,tl());Kl(e,134217728)}},St=function(e){if(13===e.tag){var t=nl(e),n=ja(e,t);if(null!==n)rl(n,e,t,tl());Kl(e,t)}},At=function(){return xt},_t=function(e,t){var n=xt;try{return xt=e,t()}finally{xt=n}},Ce=function(e,t,n){switch(t){case"input":if(ee(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Co(r);if(!o)throw Error(i(90));Y(r),ee(r,o)}}}break;case"textarea":se(e,n);break;case"select":null!=(t=n.value)&&oe(e,!!n.multiple,t,!1)}},Te=ul,Re=fl;var nu={usingClientEntryPoint:!1,Events:[Eo,ko,Co,Oe,De,ul]},ru={findFiberByHostInstance:xo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},ou={bundleType:ru.bundleType,version:ru.version,rendererPackageName:ru.rendererPackageName,rendererConfig:ru.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:E.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=Qe(e))?null:e.stateNode},findFiberByHostInstance:ru.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var au=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!au.isDisabled&&au.supportsFiber)try{it=au.inject(ou),st=au}catch(de){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=nu,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Zl(t))throw Error(i(200));return Hl(e,t,null,n)},t.createRoot=function(e,t){if(!Zl(e))throw Error(i(299));var n=!1,r="",o=Yl;return null!=t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(r=t.identifierPrefix),void 0!==t.onRecoverableError&&(o=t.onRecoverableError)),t=ql(e,1,!1,null,0,n,0,r,o),e[vo]=t.current,Vr(8===e.nodeType?e.parentNode:e),new Xl(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(i(188));throw e=Object.keys(e).join(","),Error(i(268,e))}return e=null===(e=Qe(t))?null:e.stateNode},t.flushSync=function(e){return fl(e)},t.hydrate=function(e,t,n){if(!$l(t))throw Error(i(200));return tu(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Zl(e))throw Error(i(405));var r=null!=n&&n.hydratedSources||null,o=!1,a="",s=Yl;if(null!=n&&(!0===n.unstable_strictMode&&(o=!0),void 0!==n.identifierPrefix&&(a=n.identifierPrefix),void 0!==n.onRecoverableError&&(s=n.onRecoverableError)),t=Vl(t,null,e,1,null!=n?n:null,o,0,a,s),e[vo]=t.current,Vr(e),r)for(e=0;e<r.length;e++)o=(o=(n=r[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new Jl(t)},t.render=function(e,t,n){if(!$l(t))throw Error(i(200));return tu(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!$l(e))throw Error(i(40));return!!e._reactRootContainer&&(fl((function(){tu(null,null,e,!1,(function(){e._reactRootContainer=null,e[vo]=null}))})),!0)},t.unstable_batchedUpdates=ul,t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!$l(n))throw Error(i(200));if(null==e||void 0===e._reactInternals)throw Error(i(38));return tu(e,t,n,!1,r)},t.version="18.3.1-next-f1338f8080-20240426"},8361:function(e,t,n){"use strict";var r=n(2003);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},2003:function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(1063)},8234:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.decodeEntities,a=void 0===n||n,i=t.transform,s=t.preprocessNodes,c=void 0===s?function(e){return e}:s,l=c(r.default.parseDOM(e,{decodeEntities:a}));return(0,o.default)(l,i)};var r=a(n(229)),o=a(n(1866));function a(e){return e&&e.__esModule?e:{default:e}}},3913:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){return a.default[e.type](e,t,n)};var r,o=n(6351),a=(r=o)&&r.__esModule?r:{default:r}},4211:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["allowfullScreen","async","autoplay","capture","checked","controls","default","defer","disabled","formnovalidate","hidden","loop","multiple","muted","novalidate","open","playsinline","readonly","required","reversed","scoped","seamless","selected","itemscope"]},4725:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={accept:"accept","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",allowtransparency:"allowTransparency",alt:"alt",as:"as",async:"async",autocomplete:"autoComplete",autoplay:"autoPlay",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",charset:"charSet",challenge:"challenge",checked:"checked",cite:"cite",classid:"classID",class:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlsList:"controlsList",coords:"coords",crossorigin:"crossOrigin",data:"data",datetime:"dateTime",default:"default",defer:"defer",dir:"dir",disabled:"disabled",download:"download",draggable:"draggable",enctype:"encType",form:"form",formaction:"formAction",formenctype:"formEncType",formmethod:"formMethod",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",for:"htmlFor","http-equiv":"httpEquiv",icon:"icon",id:"id",inputmode:"inputMode",integrity:"integrity",is:"is",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginheight:"marginHeight",marginwidth:"marginWidth",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",slot:"slot",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",datatype:"datatype",inlist:"inlist",prefix:"prefix",property:"property",resource:"resource",typeof:"typeof",vocab:"vocab",autocapitalize:"autoCapitalize",autocorrect:"autoCorrect",autosave:"autoSave",color:"color",itemprop:"itemProp",itemscope:"itemScope",itemtype:"itemType",itemid:"itemID",itemref:"itemRef",results:"results",security:"security",unselectable:"unselectable"}},9075:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]},3272:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=void 0;e.children.length>0&&(n=e.children[0].data);var a=(0,o.default)(e.attribs,t);return r.default.createElement("style",a,n)};var r=a(n(1966)),o=a(n(9853));function a(e){return e&&e.__esModule?e:{default:e}}},2781:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var c=e.name;if(!(0,s.default)(c))return null;var l=(0,a.default)(e.attribs,t),u=null;-1===i.default.indexOf(c)&&(u=(0,o.default)(e.children,n));return r.default.createElement(c,l,u)};var r=c(n(1966)),o=c(n(1866)),a=c(n(9853)),i=c(n(9075)),s=c(n(9494));function c(e){return e&&e.__esModule?e:{default:e}}},4073:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.data}},3336:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return null}},6351:function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0});var o=n(229),a=l(n(4073)),i=l(n(2781)),s=l(n(3272)),c=l(n(3336));function l(e){return e&&e.__esModule?e:{default:e}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=(u(r={},o.ElementType.Text,a.default),u(r,o.ElementType.Tag,i.default),u(r,o.ElementType.Style,s.default),u(r,o.ElementType.Directive,c.default),u(r,o.ElementType.Comment,c.default),u(r,o.ElementType.Script,c.default),u(r,o.ElementType.CDATA,c.default),u(r,o.ElementType.Doctype,c.default),r)},6817:function(e,t,n){"use strict";var r=n(1866);var o=n(3913);var a=n(229);var i=s(n(8234));function s(e){return e&&e.__esModule?e:{default:e}}t.ZP=i.default},1866:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return e.filter((function(e){return!(0,r.default)(e)})).map((function(e,n){var r=void 0;return"function"!=typeof t||null!==(r=t(e,n))&&!r?(0,o.default)(e,n,t):r}))};var r=a(n(7071)),o=a(n(3913));function a(e){return e&&e.__esModule?e:{default:e}}},9853:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.default=function(e,t){var n=r({},(0,o.default)(e),{key:t});"string"==typeof n.style||n.style instanceof String?n.style=(0,a.default)(n.style):delete n.style;return n};var o=i(n(7769)),a=i(n(6933));function i(e){return e&&e.__esModule?e:{default:e}}},7769:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).filter((function(e){return(0,a.default)(e)})).reduce((function(t,n){var a=n.toLowerCase(),i=o.default[a]||a;return t[i]=function(e,t){r.default.map((function(e){return e.toLowerCase()})).indexOf(e.toLowerCase())>=0&&(t=e);return t}(i,e[n]),t}),{})};var r=i(n(4211)),o=i(n(4725)),a=i(n(9494));function i(e){return e&&e.__esModule?e:{default:e}}},6933:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(r=(i=s.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(""===e)return{};return e.split(";").reduce((function(e,t){var r=t.split(/^([^:]+):/).filter((function(e,t){return t>0})).map((function(e){return e.trim().toLowerCase()})),o=n(r,2),a=o[0],i=o[1];return void 0===i||(e[a=a.replace(/^-ms-/,"ms-").replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))]=i),e}),{})}},7071:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"text"===e.type&&/\r?\n/.test(e.data)&&""===e.data.trim()}},9494:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){r.hasOwnProperty(e)||(r[e]=n.test(e));return r[e]};var n=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,r={}},5634:function(e,t,n){"use strict";var r=n(446).default,o="function"==typeof Symbol&&Symbol.for,a=o?Symbol.for("react.element"):60103,i=o?Symbol.for("react.portal"):60106,s=o?Symbol.for("react.fragment"):60107,c=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,u=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,d=o?Symbol.for("react.async_mode"):60111,p=o?Symbol.for("react.concurrent_mode"):60111,h=o?Symbol.for("react.forward_ref"):60112,m=o?Symbol.for("react.suspense"):60113,g=o?Symbol.for("react.suspense_list"):60120,v=o?Symbol.for("react.memo"):60115,b=o?Symbol.for("react.lazy"):60116,y=o?Symbol.for("react.block"):60121,w=o?Symbol.for("react.fundamental"):60117,x=o?Symbol.for("react.responder"):60118,E=o?Symbol.for("react.scope"):60119;function k(e){if("object"===r(e)&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case d:case p:case s:case l:case c:case m:return e;default:switch(e=e&&e.$$typeof){case f:case h:case b:case v:case u:return e;default:return t}}case i:return t}}}function C(e){return k(e)===p}t.AsyncMode=d,t.ConcurrentMode=p,t.ContextConsumer=f,t.ContextProvider=u,t.Element=a,t.ForwardRef=h,t.Fragment=s,t.Lazy=b,t.Memo=v,t.Portal=i,t.Profiler=l,t.StrictMode=c,t.Suspense=m,t.isAsyncMode=function(e){return C(e)||k(e)===d},t.isConcurrentMode=C,t.isContextConsumer=function(e){return k(e)===f},t.isContextProvider=function(e){return k(e)===u},t.isElement=function(e){return"object"===r(e)&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return k(e)===h},t.isFragment=function(e){return k(e)===s},t.isLazy=function(e){return k(e)===b},t.isMemo=function(e){return k(e)===v},t.isPortal=function(e){return k(e)===i},t.isProfiler=function(e){return k(e)===l},t.isStrictMode=function(e){return k(e)===c},t.isSuspense=function(e){return k(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===p||e===l||e===c||e===m||e===g||"object"===r(e)&&null!==e&&(e.$$typeof===b||e.$$typeof===v||e.$$typeof===u||e.$$typeof===f||e.$$typeof===h||e.$$typeof===w||e.$$typeof===x||e.$$typeof===E||e.$$typeof===y)},t.typeOf=k},2444:function(e,t,n){"use strict";e.exports=n(5634)},9150:function(e,t,n){"use strict";var r,o=n(446).default,a=Symbol.for("react.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),c=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),u=Symbol.for("react.provider"),f=Symbol.for("react.context"),d=Symbol.for("react.server_context"),p=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),b=Symbol.for("react.offscreen");function y(e){if("object"===o(e)&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case s:case l:case c:case h:case m:return e;default:switch(e=e&&e.$$typeof){case d:case f:case p:case v:case g:case u:return e;default:return t}}case i:return t}}}r=Symbol.for("react.module.reference"),t.ForwardRef=p,t.isMemo=function(e){return y(e)===g}},5608:function(e,t,n){"use strict";e.exports=n(9150)},8975:function(e,t,n){"use strict";var r=n(1966),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,a={},l=null,u=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(u=t.ref),t)i.call(t,r)&&!c.hasOwnProperty(r)&&(a[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===a[r]&&(a[r]=t[r]);return{$$typeof:o,type:e,key:l,ref:u,props:a,_owner:s.current}}t.Fragment=a,t.jsx=l,t.jsxs=l},2571:function(e,t,n){"use strict";var r=n(446).default,o=Symbol.for("react.element"),a=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),u=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),m=Symbol.iterator;var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v=Object.assign,b={};function y(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||g}function w(){}function x(e,t,n){this.props=e,this.context=t,this.refs=b,this.updater=n||g}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!==r(e)&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},w.prototype=y.prototype;var E=x.prototype=new w;E.constructor=x,v(E,y.prototype),E.isPureReactComponent=!0;var k=Array.isArray,C=Object.prototype.hasOwnProperty,S={current:null},A={key:!0,ref:!0,__self:!0,__source:!0};function _(e,t,n){var r,a={},i=null,s=null;if(null!=t)for(r in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(i=""+t.key),t)C.call(t,r)&&!A.hasOwnProperty(r)&&(a[r]=t[r]);var c=arguments.length-2;if(1===c)a.children=n;else if(1<c){for(var l=Array(c),u=0;u<c;u++)l[u]=arguments[u+2];a.children=l}if(e&&e.defaultProps)for(r in c=e.defaultProps)void 0===a[r]&&(a[r]=c[r]);return{$$typeof:o,type:e,key:i,ref:s,props:a,_owner:S.current}}function O(e){return"object"===r(e)&&null!==e&&e.$$typeof===o}var D=/\/+/g;function T(e,t){return"object"===r(e)&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function R(e,t,n,i,s){var c=r(e);"undefined"!==c&&"boolean"!==c||(e=null);var l=!1;if(null===e)l=!0;else switch(c){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case o:case a:l=!0}}if(l)return s=s(l=e),e=""===i?"."+T(l,0):i,k(s)?(n="",null!=e&&(n=e.replace(D,"$&/")+"/"),R(s,t,n,"",(function(e){return e}))):null!=s&&(O(s)&&(s=function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(s,n+(!s.key||l&&l.key===s.key?"":(""+s.key).replace(D,"$&/")+"/")+e)),t.push(s)),1;if(l=0,i=""===i?".":i+":",k(e))for(var u=0;u<e.length;u++){var f=i+T(c=e[u],u);l+=R(c,t,n,f,s)}else if(f=function(e){return null===e||"object"!==r(e)?null:"function"==typeof(e=m&&e[m]||e["@@iterator"])?e:null}(e),"function"==typeof f)for(e=f.call(e),u=0;!(c=e.next()).done;)l+=R(c=c.value,t,n,f=i+T(c,u++),s);else if("object"===c)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return l}function N(e,t,n){if(null==e)return e;var r=[],o=0;return R(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function P(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var F={current:null},L={transition:null},I={ReactCurrentDispatcher:F,ReactCurrentBatchConfig:L,ReactCurrentOwner:S};function j(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:N,forEach:function(e,t,n){N(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return N(e,(function(){t++})),t},toArray:function(e){return N(e,(function(e){return e}))||[]},only:function(e){if(!O(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=y,t.Fragment=i,t.Profiler=c,t.PureComponent=x,t.StrictMode=s,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=I,t.act=j,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=v({},e.props),a=e.key,i=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,s=S.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(l in t)C.call(t,l)&&!A.hasOwnProperty(l)&&(r[l]=void 0===t[l]&&void 0!==c?c[l]:t[l])}var l=arguments.length-2;if(1===l)r.children=n;else if(1<l){c=Array(l);for(var u=0;u<l;u++)c[u]=arguments[u+2];r.children=c}return{$$typeof:o,type:e.type,key:a,ref:i,props:r,_owner:s}},t.createContext=function(e){return(e={$$typeof:u,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=_,t.createFactory=function(e){var t=_.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=O,t.lazy=function(e){return{$$typeof:h,_payload:{_status:-1,_result:e},_init:P}},t.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=L.transition;L.transition={};try{e()}finally{L.transition=t}},t.unstable_act=j,t.useCallback=function(e,t){return F.current.useCallback(e,t)},t.useContext=function(e){return F.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return F.current.useDeferredValue(e)},t.useEffect=function(e,t){return F.current.useEffect(e,t)},t.useId=function(){return F.current.useId()},t.useImperativeHandle=function(e,t,n){return F.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return F.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return F.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return F.current.useMemo(e,t)},t.useReducer=function(e,t,n){return F.current.useReducer(e,t,n)},t.useRef=function(e){return F.current.useRef(e)},t.useState=function(e){return F.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return F.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return F.current.useTransition()},t.version="18.3.1"},1966:function(e,t,n){"use strict";e.exports=n(2571)},4189:function(e,t,n){"use strict";e.exports=n(8975)},221:function(e,t,n){var r=n(1066),o=r.Buffer;function a(e,t){for(var n in e)t[n]=e[n]}function i(e,t,n){return o(e,t,n)}o.from&&o.alloc&&o.allocUnsafe&&o.allocUnsafeSlow?e.exports=r:(a(r,t),t.Buffer=i),i.prototype=Object.create(o.prototype),a(o,i),i.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return o(e,t,n)},i.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=o(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},i.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o(e)},i.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},5295:function(e,t,n){"use strict";var r=n(446).default;function o(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,o=e[r];if(!(0<s(o,t)))break e;e[r]=t,e[n]=o,n=r}}function a(e){return 0===e.length?null:e[0]}function i(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length,a=o>>>1;r<a;){var i=2*(r+1)-1,c=e[i],l=i+1,u=e[l];if(0>s(c,n))l<o&&0>s(u,c)?(e[r]=u,e[l]=n,r=l):(e[r]=c,e[i]=n,r=i);else{if(!(l<o&&0>s(u,n)))break e;e[r]=u,e[l]=n,r=l}}}return t}function s(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"===("undefined"==typeof performance?"undefined":r(performance))&&"function"==typeof performance.now){var c=performance;t.unstable_now=function(){return c.now()}}else{var l=Date,u=l.now();t.unstable_now=function(){return l.now()-u}}var f=[],d=[],p=1,h=null,m=3,g=!1,v=!1,b=!1,y="function"==typeof setTimeout?setTimeout:null,w="function"==typeof clearTimeout?clearTimeout:null,x="undefined"!=typeof setImmediate?setImmediate:null;function E(e){for(var t=a(d);null!==t;){if(null===t.callback)i(d);else{if(!(t.startTime<=e))break;i(d),t.sortIndex=t.expirationTime,o(f,t)}t=a(d)}}function k(e){if(b=!1,E(e),!v)if(null!==a(f))v=!0,L(C);else{var t=a(d);null!==t&&I(k,t.startTime-e)}}function C(e,n){v=!1,b&&(b=!1,w(O),O=-1),g=!0;var r=m;try{for(E(n),h=a(f);null!==h&&(!(h.expirationTime>n)||e&&!R());){var o=h.callback;if("function"==typeof o){h.callback=null,m=h.priorityLevel;var s=o(h.expirationTime<=n);n=t.unstable_now(),"function"==typeof s?h.callback=s:h===a(f)&&i(f),E(n)}else i(f);h=a(f)}if(null!==h)var c=!0;else{var l=a(d);null!==l&&I(k,l.startTime-n),c=!1}return c}finally{h=null,m=r,g=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var S,A=!1,_=null,O=-1,D=5,T=-1;function R(){return!(t.unstable_now()-T<D)}function N(){if(null!==_){var e=t.unstable_now();T=e;var n=!0;try{n=_(!0,e)}finally{n?S():(A=!1,_=null)}}else A=!1}if("function"==typeof x)S=function(){x(N)};else if("undefined"!=typeof MessageChannel){var P=new MessageChannel,F=P.port2;P.port1.onmessage=N,S=function(){F.postMessage(null)}}else S=function(){y(N,0)};function L(e){_=e,A||(A=!0,S())}function I(e,n){O=y((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){v||g||(v=!0,L(C))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):D=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return m},t.unstable_getFirstCallbackNode=function(){return a(f)},t.unstable_next=function(e){switch(m){case 1:case 2:case 3:var t=3;break;default:t=m}var n=m;m=t;try{return e()}finally{m=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=m;m=e;try{return t()}finally{m=n}},t.unstable_scheduleCallback=function(e,n,i){var s=t.unstable_now();switch("object"===r(i)&&null!==i?i="number"==typeof(i=i.delay)&&0<i?s+i:s:i=s,e){case 1:var c=-1;break;case 2:c=250;break;case 5:c=1073741823;break;case 4:c=1e4;break;default:c=5e3}return e={id:p++,callback:n,priorityLevel:e,startTime:i,expirationTime:c=i+c,sortIndex:-1},i>s?(e.sortIndex=i,o(d,e),null===a(f)&&e===a(d)&&(b?(w(O),O=-1):b=!0,I(k,i-s))):(e.sortIndex=c,o(f,e),v||g||(v=!0,L(C))),e},t.unstable_shouldYield=R,t.unstable_wrapCallback=function(e){var t=m;return function(){var n=m;m=t;try{return e.apply(this,arguments)}finally{m=n}}}},4484:function(e,t,n){"use strict";e.exports=n(5295)},5814:function(e,t,n){"use strict";var r=n(221).Buffer,o=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===o||!o(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=c,this.end=l,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=u,this.end=f,t=3;break;default:return this.write=d,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function i(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function c(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function u(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function f(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.s=a,a.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},a.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},a.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var o=i(t[r]);if(o>=0)return o>0&&(e.lastNeed=o-1),o;if(--r<n||-2===o)return 0;if(o=i(t[r]),o>=0)return o>0&&(e.lastNeed=o-2),o;if(--r<n||-2===o)return 0;if(o=i(t[r]),o>=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},a.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},7302:function(e){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},4371:function(){},9451:function(e,t,n){var r=n(1577);function o(e){var t,n;function o(t,n){try{var i=e[t](n),s=i.value,c=s instanceof r;Promise.resolve(c?s.v:s).then((function(n){if(c){var r="return"===t?"return":"next";if(!s.k||n.done)return o(r,n);n=e[r](n).value}a(i.done?"return":"normal",n)}),(function(e){o("throw",e)}))}catch(e){a("throw",e)}}function a(e,r){switch(e){case"return":t.resolve({value:r,done:!0});break;case"throw":t.reject(r);break;default:t.resolve({value:r,done:!1})}(t=t.next)?o(t.key,t.arg):n=null}this._invoke=function(e,r){return new Promise((function(a,i){var s={key:e,arg:r,resolve:a,reject:i,next:null};n?n=n.next=s:(t=n=s,o(e,r))}))},"function"!=typeof e.return&&(this.return=void 0)}o.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this},o.prototype.next=function(e){return this._invoke("next",e)},o.prototype.throw=function(e){return this._invoke("throw",e)},o.prototype.return=function(e){return this._invoke("return",e)},e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},1577:function(e){e.exports=function(e,t){this.v=e,this.k=t},e.exports.__esModule=!0,e.exports.default=e.exports},961:function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.__esModule=!0,e.exports.default=e.exports},6462:function(e){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},7266:function(e,t,n){var r=n(961);e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports.default=e.exports},9995:function(e,t,n){var r=n(1577);e.exports=function(e){var t={},n=!1;function o(t,o){return n=!0,o=new Promise((function(n){n(e[t](o))})),{done:!1,value:new r(o,1)}}return t["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},t.next=function(e){return n?(n=!1,e):o("next",e)},"function"==typeof e.throw&&(t.throw=function(e){if(n)throw n=!1,e;return o("throw",e)}),"function"==typeof e.return&&(t.return=function(e){return n?(n=!1,e):o("return",e)}),t},e.exports.__esModule=!0,e.exports.default=e.exports},6333:function(e){function t(e){function n(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return t=function(e){this.s=e,this.n=e.next},t.prototype={s:null,n:null,next:function(){return n(this.n.apply(this.s,arguments))},return:function(e){var t=this.s.return;return void 0===t?Promise.resolve({value:e,done:!0}):n(t.apply(this.s,arguments))},throw:function(e){var t=this.s.return;return void 0===t?Promise.reject(e):n(t.apply(this.s,arguments))}},new t(e)}e.exports=function(e){var n,r,o,a=2;for("undefined"!=typeof Symbol&&(r=Symbol.asyncIterator,o=Symbol.iterator);a--;){if(r&&null!=(n=e[r]))return n.call(e);if(o&&null!=(n=e[o]))return new t(n.call(e));r="@@asyncIterator",o="@@iterator"}throw new TypeError("Object is not async iterable")},e.exports.__esModule=!0,e.exports.default=e.exports},9001:function(e){function t(e,t,n,r,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,o)}e.exports=function(e){return function(){var n=this,r=arguments;return new Promise((function(o,a){var i=e.apply(n,r);function s(e){t(i,o,a,s,c,"next",e)}function c(e){t(i,o,a,s,c,"throw",e)}s(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},8625:function(e,t,n){var r=n(1577);e.exports=function(e){return new r(e,0)},e.exports.__esModule=!0,e.exports.default=e.exports},1863:function(e){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},9951:function(e,t,n){var r=n(6400);function o(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,r(o.key),o)}}e.exports=function(e,t,n){return t&&o(e.prototype,t),n&&o(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},1697:function(e,t,n){var r=n(4288);e.exports=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=r(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var o=0,a=function(){};return{s:a,n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,s=!0,c=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){c=!0,i=e},f:function(){try{s||null==n.return||n.return()}finally{if(c)throw i}}}},e.exports.__esModule=!0,e.exports.default=e.exports},5995:function(e,t,n){var r=n(6400);e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},664:function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},1098:function(e){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,s=[],c=!0,l=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw o}}return s}},e.exports.__esModule=!0,e.exports.default=e.exports},398:function(e){e.exports=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.")},e.exports.__esModule=!0,e.exports.default=e.exports},615:function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},5574:function(e,t,n){var r=n(5995);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}e.exports=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e},e.exports.__esModule=!0,e.exports.default=e.exports},9768:function(e,t,n){var r=n(247);e.exports=function(e,t){if(null==e)return{};var n,o,a=r(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a},e.exports.__esModule=!0,e.exports.default=e.exports},247:function(e){e.exports=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o},e.exports.__esModule=!0,e.exports.default=e.exports},3394:function(e,t,n){var r=n(446).default;function o(){"use strict";e.exports=o=function(){return n},e.exports.__esModule=!0,e.exports.default=e.exports;var t,n={},a=Object.prototype,i=a.hasOwnProperty,s=Object.defineProperty||function(e,t,n){e[t]=n.value},c="function"==typeof Symbol?Symbol:{},l=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function d(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(t){d=function(e,t,n){return e[t]=n}}function p(e,t,n,r){var o=t&&t.prototype instanceof y?t:y,a=Object.create(o.prototype),i=new N(r||[]);return s(a,"_invoke",{value:O(e,n,i)}),a}function h(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}n.wrap=p;var m="suspendedStart",g="executing",v="completed",b={};function y(){}function w(){}function x(){}var E={};d(E,l,(function(){return this}));var k=Object.getPrototypeOf,C=k&&k(k(P([])));C&&C!==a&&i.call(C,l)&&(E=C);var S=x.prototype=y.prototype=Object.create(E);function A(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){function n(o,a,s,c){var l=h(e[o],e,a);if("throw"!==l.type){var u=l.arg,f=u.value;return f&&"object"==r(f)&&i.call(f,"__await")?t.resolve(f.__await).then((function(e){n("next",e,s,c)}),(function(e){n("throw",e,s,c)})):t.resolve(f).then((function(e){u.value=e,s(u)}),(function(e){return n("throw",e,s,c)}))}c(l.arg)}var o;s(this,"_invoke",{value:function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}})}function O(e,n,r){var o=m;return function(a,i){if(o===g)throw new Error("Generator is already running");if(o===v){if("throw"===a)throw i;return{value:t,done:!0}}for(r.method=a,r.arg=i;;){var s=r.delegate;if(s){var c=D(s,r);if(c){if(c===b)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===m)throw o=v,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=g;var l=h(e,n,r);if("normal"===l.type){if(o=r.done?v:"suspendedYield",l.arg===b)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(o=v,r.method="throw",r.arg=l.arg)}}}function D(e,n){var r=n.method,o=e.iterator[r];if(o===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,D(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),b;var a=h(o,e.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,b;var i=a.arg;return i?i.done?(n[e.resultName]=i.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,b):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,b)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function R(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function N(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[l];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function n(){for(;++o<e.length;)if(i.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}throw new TypeError(r(e)+" is not iterable")}return w.prototype=x,s(S,"constructor",{value:x,configurable:!0}),s(x,"constructor",{value:w,configurable:!0}),w.displayName=d(x,f,"GeneratorFunction"),n.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},n.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,x):(e.__proto__=x,d(e,f,"GeneratorFunction")),e.prototype=Object.create(S),e},n.awrap=function(e){return{__await:e}},A(_.prototype),d(_.prototype,u,(function(){return this})),n.AsyncIterator=_,n.async=function(e,t,r,o,a){void 0===a&&(a=Promise);var i=new _(p(e,t,r,o),a);return n.isGeneratorFunction(t)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},A(S),d(S,f,"Generator"),d(S,l,(function(){return this})),d(S,"toString",(function(){return"[object Generator]"})),n.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},n.values=P,N.prototype={constructor:N,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(R),!e)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(r,o){return s.type="throw",s.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),l=i.call(a,"finallyLoc");if(c&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,b):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),R(n),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;R(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:P(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),b}},n}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},6095:function(e,t,n){var r=n(6462),o=n(1098),a=n(4288),i=n(398);e.exports=function(e,t){return r(e)||o(e,t)||a(e,t)||i()},e.exports.__esModule=!0,e.exports.default=e.exports},6654:function(e){e.exports=function(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))},e.exports.__esModule=!0,e.exports.default=e.exports},5218:function(e,t,n){var r=n(6462),o=n(664),a=n(4288),i=n(398);e.exports=function(e){return r(e)||o(e)||a(e)||i()},e.exports.__esModule=!0,e.exports.default=e.exports},2497:function(e,t,n){var r=n(7266),o=n(664),a=n(4288),i=n(615);e.exports=function(e){return r(e)||o(e)||a(e)||i()},e.exports.__esModule=!0,e.exports.default=e.exports},4084:function(e,t,n){var r=n(446).default;e.exports=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=r(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},6400:function(e,t,n){var r=n(446).default,o=n(4084);e.exports=function(e){var t=o(e,"string");return"symbol"==r(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},446:function(e){function t(n){return e.exports=t="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},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},4288:function(e,t,n){var r=n(961);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},6042:function(e,t,n){var r=n(9451);e.exports=function(e){return function(){return new r(e.apply(this,arguments))}},e.exports.__esModule=!0,e.exports.default=e.exports},851:function(e,t,n){var r,o=n(446).default;!function(){"use strict";var a={}.hasOwnProperty;function i(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=c(e,s(n)))}return e}function s(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!==o(e))return"";if(Array.isArray(e))return i.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var n in e)a.call(e,n)&&e[n]&&(t=c(t,n));return t}function c(e,t){return t?e?e+" "+t:e+t:e}e.exports?(i.default=i,e.exports=i):"object"===o(n.amdO)&&n.amdO?void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r):window.classNames=i}()},6935:function(e){"use strict";e.exports=JSON.parse('{"elementNames":{"altglyph":"altGlyph","altglyphdef":"altGlyphDef","altglyphitem":"altGlyphItem","animatecolor":"animateColor","animatemotion":"animateMotion","animatetransform":"animateTransform","clippath":"clipPath","feblend":"feBlend","fecolormatrix":"feColorMatrix","fecomponenttransfer":"feComponentTransfer","fecomposite":"feComposite","feconvolvematrix":"feConvolveMatrix","fediffuselighting":"feDiffuseLighting","fedisplacementmap":"feDisplacementMap","fedistantlight":"feDistantLight","fedropshadow":"feDropShadow","feflood":"feFlood","fefunca":"feFuncA","fefuncb":"feFuncB","fefuncg":"feFuncG","fefuncr":"feFuncR","fegaussianblur":"feGaussianBlur","feimage":"feImage","femerge":"feMerge","femergenode":"feMergeNode","femorphology":"feMorphology","feoffset":"feOffset","fepointlight":"fePointLight","fespecularlighting":"feSpecularLighting","fespotlight":"feSpotLight","fetile":"feTile","feturbulence":"feTurbulence","foreignobject":"foreignObject","glyphref":"glyphRef","lineargradient":"linearGradient","radialgradient":"radialGradient","textpath":"textPath"},"attributeNames":{"definitionurl":"definitionURL","attributename":"attributeName","attributetype":"attributeType","basefrequency":"baseFrequency","baseprofile":"baseProfile","calcmode":"calcMode","clippathunits":"clipPathUnits","diffuseconstant":"diffuseConstant","edgemode":"edgeMode","filterunits":"filterUnits","glyphref":"glyphRef","gradienttransform":"gradientTransform","gradientunits":"gradientUnits","kernelmatrix":"kernelMatrix","kernelunitlength":"kernelUnitLength","keypoints":"keyPoints","keysplines":"keySplines","keytimes":"keyTimes","lengthadjust":"lengthAdjust","limitingconeangle":"limitingConeAngle","markerheight":"markerHeight","markerunits":"markerUnits","markerwidth":"markerWidth","maskcontentunits":"maskContentUnits","maskunits":"maskUnits","numoctaves":"numOctaves","pathlength":"pathLength","patterncontentunits":"patternContentUnits","patterntransform":"patternTransform","patternunits":"patternUnits","pointsatx":"pointsAtX","pointsaty":"pointsAtY","pointsatz":"pointsAtZ","preservealpha":"preserveAlpha","preserveaspectratio":"preserveAspectRatio","primitiveunits":"primitiveUnits","refx":"refX","refy":"refY","repeatcount":"repeatCount","repeatdur":"repeatDur","requiredextensions":"requiredExtensions","requiredfeatures":"requiredFeatures","specularconstant":"specularConstant","specularexponent":"specularExponent","spreadmethod":"spreadMethod","startoffset":"startOffset","stddeviation":"stdDeviation","stitchtiles":"stitchTiles","surfacescale":"surfaceScale","systemlanguage":"systemLanguage","tablevalues":"tableValues","targetx":"targetX","targety":"targetY","textlength":"textLength","viewbox":"viewBox","viewtarget":"viewTarget","xchannelselector":"xChannelSelector","ychannelselector":"yChannelSelector","zoomandpan":"zoomAndPan"}}')},3790:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},8428:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},7269:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},5893:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},710:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},8844:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},3380:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},3024:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')}},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var a=r[e]={exports:{}};return n[e].call(a.exports,a,a.exports,o),a.exports}o.amdO={},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},t=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},o.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var a=Object.create(null);o.r(a);var i={};e=e||[null,t({}),t([]),t(t)];for(var s=2&r&&n;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((function(e){i[e]=function(){return n[e]}}));return i.default=function(){return n},o.d(a,i),a},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return function(){"use strict";o.d(a,{default:function(){return TD}});var e={};o.r(e),o.d(e,{hasBrowserEnv:function(){return ku},hasStandardBrowserEnv:function(){return Su},hasStandardBrowserWebWorkerEnv:function(){return Au},navigator:function(){return Cu},origin:function(){return _u}});var t={};o.r(t),o.d(t,{decode:function(){return tk},encode:function(){return ok},format:function(){return ak},parse:function(){return wk}});var n={};o.r(n),o.d(n,{Any:function(){return kk},Cc:function(){return Ck},Cf:function(){return Sk},P:function(){return xk},S:function(){return Ek},Z:function(){return Ak}});var r={};o.r(r),o.d(r,{arrayReplaceAt:function(){return Zk},assign:function(){return Jk},escapeHtml:function(){return uC},escapeRE:function(){return dC},fromCodePoint:function(){return eC},has:function(){return Xk},isMdAsciiPunct:function(){return gC},isPunctChar:function(){return mC},isSpace:function(){return pC},isString:function(){return Kk},isValidEntityCode:function(){return $k},isWhiteSpace:function(){return hC},lib:function(){return bC},normalizeReference:function(){return vC},unescapeAll:function(){return aC},unescapeMd:function(){return oC}});var i={};o.r(i),o.d(i,{parseLinkDestination:function(){return wC},parseLinkLabel:function(){return yC},parseLinkTitle:function(){return xC}});var s=o(9768),c=o.n(s),l=o(5574),u=o.n(l),f=o(1863),d=o.n(f),p=o(9951),h=o.n(p),m=o(5995),g=o.n(m),v=o(1966),b=o.t(v,2),y=o(8361),w=o(6095),x=o.n(w);function E(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function k(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function C(e,t){if(e){if("string"==typeof e)return E(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?E(e,t):void 0}}function S(e){return function(e){if(Array.isArray(e))return E(e)}(e)||k(e)||C(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var A=v.createContext({}),_="ant",O="anticon",D=["outlined","borderless","filled","underlined"],T=v.createContext({getPrefixCls:function(e,t){return t||(e?"".concat(_,"-").concat(e):_)},iconPrefixCls:O}),R=(T.Consumer,{});function N(e){var t=v.useContext(T),n=t.getPrefixCls,r=t.direction,o=t.getPopupContainer,a=t[e];return Object.assign(Object.assign({classNames:R,styles:R},a),{getPrefixCls:n,direction:r,getPopupContainer:o})}function P(e){return P="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},P(e)}function F(e){var t=function(e,t){if("object"!=P(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!=P(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==P(t)?t:t+""}function L(e,t,n){return(t=F(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function I(e){if(Array.isArray(e))return e}function j(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function M(e,t){return I(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,s=[],c=!0,l=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw o}}return s}}(e,t)||C(e,t)||j()}function B(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function z(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){L(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var q=function(e){for(var t,n=0,r=0,o=e.length;o>=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};function H(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var U="data-rc-order",V="data-rc-priority",W="rc-util-key",G=new Map;function Q(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.mark;return t?t.startsWith("data-")?t:"data-".concat(t):W}function K(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function Y(e){return"queue"===e?"prependQueue":e?"prepend":"append"}function X(e){return Array.from((G.get(e)||e).children).filter((function(e){return"STYLE"===e.tagName}))}function J(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!H())return null;var n=t.csp,r=t.prepend,o=t.priority,a=void 0===o?0:o,i=Y(r),s="prependQueue"===i,c=document.createElement("style");c.setAttribute(U,i),s&&a&&c.setAttribute(V,"".concat(a)),null!=n&&n.nonce&&(c.nonce=null==n?void 0:n.nonce),c.innerHTML=e;var l=K(t),u=l.firstChild;if(r){if(s){var f=(t.styles||X(l)).filter((function(e){if(!["prepend","prependQueue"].includes(e.getAttribute(U)))return!1;var t=Number(e.getAttribute(V)||0);return a>=t}));if(f.length)return l.insertBefore(c,f[f.length-1].nextSibling),c}l.insertBefore(c,u)}else l.appendChild(c);return c}function Z(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=K(t);return(t.styles||X(n)).find((function(n){return n.getAttribute(Q(t))===e}))}function $(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Z(e,t);if(n){var r=K(t);r.removeChild(n)}}function ee(e,t){var n=G.get(e);if(!n||!function(e,t){if(!e)return!1;if(e.contains)return e.contains(t);for(var n=t;n;){if(n===e)return!0;n=n.parentNode}return!1}(document,n)){var r=J("",t),o=r.parentNode;G.set(e,o),e.removeChild(r)}}function te(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=K(n),o=X(r),a=z(z({},n),{},{styles:o});ee(r,a);var i=Z(t,a);if(i){var s,c,l;if(null!==(s=a.csp)&&void 0!==s&&s.nonce&&i.nonce!==(null===(c=a.csp)||void 0===c?void 0:c.nonce))i.nonce=null===(l=a.csp)||void 0===l?void 0:l.nonce;return i.innerHTML!==e&&(i.innerHTML=e),i}var u=J(e,a);return u.setAttribute(Q(a),t),u}function ne(e,t,n){var r=v.useRef({});return"value"in r.current&&!n(r.current.condition,t)||(r.current.value=e(),r.current.condition=t),r.current.value}var re={},oe=[];function ae(e,t){}function ie(e,t){}function se(e,t,n){t||re[n]||(e(!1,n),re[n]=!0)}function ce(e,t){se(ae,e,t)}ce.preMessage=function(e){oe.push(e)},ce.resetWarned=function(){re={}},ce.noteOnce=function(e,t){se(ie,e,t)};var le=ce;var ue=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=new Set;function o(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,i=r.has(e);if(le(!i,"Warning: There may be circular references"),i)return!1;if(e===t)return!0;if(n&&a>1)return!1;r.add(e);var s=a+1;if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t.length)return!1;for(var c=0;c<e.length;c++)if(!o(e[c],t[c],s))return!1;return!0}if(e&&t&&"object"===P(e)&&"object"===P(t)){var l=Object.keys(e);return l.length===Object.keys(t).length&&l.every((function(n){return o(e[n],t[n],s)}))}return!1}return o(e,t)};function fe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function de(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,F(r.key),r)}}function pe(e,t,n){return t&&de(e.prototype,t),n&&de(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function he(e){return e.join("%")}var me=function(){function e(t){fe(this,e),L(this,"instanceId",void 0),L(this,"cache",new Map),this.instanceId=t}return pe(e,[{key:"get",value:function(e){return this.opGet(he(e))}},{key:"opGet",value:function(e){return this.cache.get(e)||null}},{key:"update",value:function(e,t){return this.opUpdate(he(e),t)}},{key:"opUpdate",value:function(e,t){var n=t(this.cache.get(e));null===n?this.cache.delete(e):this.cache.set(e,n)}}]),e}(),ge=me,ve="data-token-hash",be="data-css-hash",ye="__cssinjs_instance__";function we(){var e=Math.random().toString(12).slice(2);if("undefined"!=typeof document&&document.head&&document.body){var t=document.body.querySelectorAll("style[".concat(be,"]"))||[],n=document.head.firstChild;Array.from(t).forEach((function(t){t[ye]=t[ye]||e,t[ye]===e&&document.head.insertBefore(t,n)}));var r={};Array.from(document.querySelectorAll("style[".concat(be,"]"))).forEach((function(t){var n,o=t.getAttribute(be);r[o]?t[ye]===e&&(null===(n=t.parentNode)||void 0===n||n.removeChild(t)):r[o]=!0}))}return new ge(e)}var xe=v.createContext({hashPriority:"low",cache:we(),defaultCache:!0}),Ee=xe,ke="CALC_UNIT";new RegExp(ke,"g");var Ce=function(){function e(){fe(this,e),L(this,"cache",void 0),L(this,"keys",void 0),L(this,"cacheCallTimes",void 0),this.cache=new Map,this.keys=[],this.cacheCallTimes=0}return pe(e,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o={map:this.cache};return e.forEach((function(e){var t;o?o=null===(t=o)||void 0===t||null===(t=t.map)||void 0===t?void 0:t.get(e):o=void 0})),null!==(t=o)&&void 0!==t&&t.value&&r&&(o.value[1]=this.cacheCallTimes++),null===(n=o)||void 0===n?void 0:n.value}},{key:"get",value:function(e){var t;return null===(t=this.internalGet(e,!0))||void 0===t?void 0:t[0]}},{key:"has",value:function(e){return!!this.internalGet(e)}},{key:"set",value:function(t,n){var r=this;if(!this.has(t)){if(this.size()+1>e.MAX_CACHE_SIZE+e.MAX_CACHE_OFFSET){var o=this.keys.reduce((function(e,t){var n=M(e,2)[1];return r.internalGet(t)[1]<n?[t,r.internalGet(t)[1]]:e}),[this.keys[0],this.cacheCallTimes]),a=M(o,1)[0];this.delete(a)}this.keys.push(t)}var i=this.cache;t.forEach((function(e,o){if(o===t.length-1)i.set(e,{value:[n,r.cacheCallTimes++]});else{var a=i.get(e);a?a.map||(a.map=new Map):i.set(e,{map:new Map}),i=i.get(e).map}}))}},{key:"deleteByPath",value:function(e,t){var n,r=e.get(t[0]);if(1===t.length)return r.map?e.set(t[0],{map:r.map}):e.delete(t[0]),null===(n=r.value)||void 0===n?void 0:n[0];var o=this.deleteByPath(r.map,t.slice(1));return r.map&&0!==r.map.size||r.value||e.delete(t[0]),o}},{key:"delete",value:function(e){if(this.has(e))return this.keys=this.keys.filter((function(t){return!function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,e)})),this.deleteByPath(this.cache,e)}}]),e}();L(Ce,"MAX_CACHE_SIZE",20),L(Ce,"MAX_CACHE_OFFSET",5);var Se=0,Ae=function(){function e(t){fe(this,e),L(this,"derivatives",void 0),L(this,"id",void 0),this.derivatives=Array.isArray(t)?t:[t],this.id=Se,0===t.length&&t.length,Se+=1}return pe(e,[{key:"getDerivativeToken",value:function(e){return this.derivatives.reduce((function(t,n){return n(e,t)}),void 0)}}]),e}(),_e=new Ce;function Oe(e){var t=Array.isArray(e)?e:[e];return _e.has(t)||_e.set(t,new Ae(t)),_e.get(t)}var De=new WeakMap,Te={};function Re(e,t){for(var n=De,r=0;r<t.length;r+=1){var o=t[r];n.has(o)||n.set(o,new WeakMap),n=n.get(o)}return n.has(Te)||n.set(Te,e()),n.get(Te)}var Ne=new WeakMap;function Pe(e){var t=Ne.get(e)||"";return t||(Object.keys(e).forEach((function(n){var r=e[n];t+=n,r instanceof Ae?t+=r.id:r&&"object"===P(r)?t+=Pe(r):t+=r})),t=q(t),Ne.set(e,t)),t}function Fe(e,t){return q("".concat(t,"_").concat(Pe(e)))}"random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,"");var Le=H();function Ie(e){return"number"==typeof e?"".concat(e,"px"):e}function je(e,t,n){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(a)return e;var i=z(z({},o),{},(L(r={},ve,t),L(r,be,n),r)),s=Object.keys(i).map((function(e){var t=i[e];return t?"".concat(e,'="').concat(t,'"'):null})).filter((function(e){return e})).join(" ");return"<style ".concat(s,">").concat(e,"</style>")}var Me=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"--".concat(t?"".concat(t,"-"):"").concat(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},Be=function(e,t,n){return Object.keys(e).length?".".concat(t).concat(null!=n&&n.scope?".".concat(n.scope):"","{").concat(Object.entries(e).map((function(e){var t=M(e,2),n=t[0],r=t[1];return"".concat(n,":").concat(r,";")})).join(""),"}"):""},ze=function(e,t,n){var r={},o={};return Object.entries(e).forEach((function(e){var t,a,i=M(e,2),s=i[0],c=i[1];if(null!=n&&null!==(t=n.preserve)&&void 0!==t&&t[s])o[s]=c;else if(!("string"!=typeof c&&"number"!=typeof c||null!=n&&null!==(a=n.ignore)&&void 0!==a&&a[s])){var l,u=Me(s,null==n?void 0:n.prefix);r[u]="number"!=typeof c||null!=n&&null!==(l=n.unitless)&&void 0!==l&&l[s]?String(c):"".concat(c,"px"),o[s]="var(".concat(u,")")}})),[o,Be(r,t,{scope:null==n?void 0:n.scope})]},qe=H()?v.useLayoutEffect:v.useEffect,He=function(e,t){var n=v.useRef(!0);qe((function(){return e(n.current)}),t),qe((function(){return n.current=!1,function(){n.current=!0}}),[])},Ue=function(e,t){He((function(t){if(!t)return e()}),t)},Ve=He,We=z({},b).useInsertionEffect,Ge=We?function(e,t,n){return We((function(){return e(),t()}),n)}:function(e,t,n){v.useMemo(e,n),Ve((function(){return t(!0)}),n)},Qe=void 0!==z({},b).useInsertionEffect?function(e){var t=[],n=!1;return v.useEffect((function(){return n=!1,function(){n=!0,t.length&&t.forEach((function(e){return e()}))}}),e),function(e){n||t.push(e)}}:function(){return function(e){e()}};var Ke=function(){return!1};function Ye(e,t,n,r,o){var a=v.useContext(Ee).cache,i=he([e].concat(S(t))),s=Qe([i]),c=(Ke(),function(e){a.opUpdate(i,(function(t){var r=M(t||[void 0,void 0],2),o=r[0];var a=[void 0===o?0:o,r[1]||n()];return e?e(a):a}))});v.useMemo((function(){c()}),[i]);var l=a.opGet(i)[1];return Ge((function(){null==o||o(l)}),(function(e){return c((function(t){var n=M(t,2),r=n[0],a=n[1];return e&&0===r&&(null==o||o(l)),[r+1,a]})),function(){a.opUpdate(i,(function(t){var n=M(t||[],2),o=n[0],c=void 0===o?0:o,l=n[1];return 0===c-1?(s((function(){!e&&a.opGet(i)||null==r||r(l,!1)})),null):[c-1,l]}))}}),[i]),l}var Xe={},Je=new Map;function Ze(e){Je.set(e,(Je.get(e)||0)+1)}function $e(e,t){Je.set(e,(Je.get(e)||0)-1);var n=Array.from(Je.keys()),r=n.filter((function(e){return(Je.get(e)||0)<=0}));n.length-r.length>0&&r.forEach((function(e){!function(e,t){"undefined"!=typeof document&&document.querySelectorAll("style[".concat(ve,'="').concat(e,'"]')).forEach((function(e){var n;e[ye]===t&&(null===(n=e.parentNode)||void 0===n||n.removeChild(e))}))}(e,t),Je.delete(e)}))}var et=function(e,t,n,r){var o=z(z({},n.getDerivativeToken(e)),t);return r&&(o=r(o)),o},tt="token";function nt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=(0,v.useContext)(Ee),o=r.cache.instanceId,a=r.container,i=n.salt,s=void 0===i?"":i,c=n.override,l=void 0===c?Xe:c,u=n.formatToken,f=n.getComputedToken,d=n.cssVar,p=Re((function(){return Object.assign.apply(Object,[{}].concat(S(t)))}),t),h=Pe(p),m=Pe(l),g=d?Pe(d):"",b=Ye(tt,[s,e.id,h,m,g],(function(){var t,n=f?f(p,l,e):et(p,l,e,u),r=z({},n),o="";if(d){var a=M(ze(n,d.key,{prefix:d.prefix,ignore:d.ignore,unitless:d.unitless,preserve:d.preserve}),2);n=a[0],o=a[1]}var i=Fe(n,s);n._tokenKey=i,r._tokenKey=Fe(r,s);var c=null!==(t=null==d?void 0:d.key)&&void 0!==t?t:i;n._themeKey=c,Ze(c);var h="".concat("css","-").concat(q(i));return n._hashId=h,[n,h,r,o,(null==d?void 0:d.key)||""]}),(function(e){$e(e[0]._themeKey,o)}),(function(e){var t=M(e,4),n=t[0],r=t[3];if(d&&r){var i=te(r,q("css-variables-".concat(n._themeKey)),{mark:be,prepend:"queue",attachTo:a,priority:-999});i[ye]=o,i.setAttribute(ve,n._themeKey)}}));return b}function rt(){return rt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},rt.apply(null,arguments)}var ot={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},at="comm",it="rule",st="decl",ct=Math.abs,lt=String.fromCharCode;Object.assign;function ut(e){return e.trim()}function ft(e,t,n){return e.replace(t,n)}function dt(e,t,n){return e.indexOf(t,n)}function pt(e,t){return 0|e.charCodeAt(t)}function ht(e,t,n){return e.slice(t,n)}function mt(e){return e.length}function gt(e,t){return t.push(e),e}function vt(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function bt(e,t,n,r){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case"@namespace":case st:return e.return=e.return||e.value;case at:return"";case"@keyframes":return e.return=e.value+"{"+vt(e.children,r)+"}";case it:if(!mt(e.value=e.props.join(",")))return""}return mt(n=vt(e.children,r))?e.return=e.value+"{"+n+"}":""}var yt=1,wt=1,xt=0,Et=0,kt=0,Ct="";function St(e,t,n,r,o,a,i,s){return{value:e,root:t,parent:n,type:r,props:o,children:a,line:yt,column:wt,length:i,return:"",siblings:s}}function At(){return kt=Et>0?pt(Ct,--Et):0,wt--,10===kt&&(wt=1,yt--),kt}function _t(){return kt=Et<xt?pt(Ct,Et++):0,wt++,10===kt&&(wt=1,yt++),kt}function Ot(){return pt(Ct,Et)}function Dt(){return Et}function Tt(e,t){return ht(Ct,e,t)}function Rt(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Nt(e){return yt=wt=1,xt=mt(Ct=e),Et=0,[]}function Pt(e){return Ct="",e}function Ft(e){return ut(Tt(Et-1,jt(91===e?e+2:40===e?e+1:e)))}function Lt(e){for(;(kt=Ot())&&kt<33;)_t();return Rt(e)>2||Rt(kt)>3?"":" "}function It(e,t){for(;--t&&_t()&&!(kt<48||kt>102||kt>57&&kt<65||kt>70&&kt<97););return Tt(e,Dt()+(t<6&&32==Ot()&&32==_t()))}function jt(e){for(;_t();)switch(kt){case e:return Et;case 34:case 39:34!==e&&39!==e&&jt(kt);break;case 40:41===e&&jt(e);break;case 92:_t()}return Et}function Mt(e,t){for(;_t()&&e+kt!==57&&(e+kt!==84||47!==Ot()););return"/*"+Tt(t,Et-1)+"*"+lt(47===e?e:_t())}function Bt(e){for(;!Rt(Ot());)_t();return Tt(e,Et)}function zt(e){return Pt(qt("",null,null,null,[""],e=Nt(e),0,[0],e))}function qt(e,t,n,r,o,a,i,s,c){for(var l=0,u=0,f=i,d=0,p=0,h=0,m=1,g=1,v=1,b=0,y="",w=o,x=a,E=r,k=y;g;)switch(h=b,b=_t()){case 40:if(108!=h&&58==pt(k,f-1)){-1!=dt(k+=ft(Ft(b),"&","&\f"),"&\f",ct(l?s[l-1]:0))&&(v=-1);break}case 34:case 39:case 91:k+=Ft(b);break;case 9:case 10:case 13:case 32:k+=Lt(h);break;case 92:k+=It(Dt()-1,7);continue;case 47:switch(Ot()){case 42:case 47:gt(Ut(Mt(_t(),Dt()),t,n,c),c),5!=Rt(h||1)&&5!=Rt(Ot()||1)||!mt(k)||" "===ht(k,-1,void 0)||(k+=" ");break;default:k+="/"}break;case 123*m:s[l++]=mt(k)*v;case 125*m:case 59:case 0:switch(b){case 0:case 125:g=0;case 59+u:-1==v&&(k=ft(k,/\f/g,"")),p>0&&(mt(k)-f||0===m&&47===h)&&gt(p>32?Vt(k+";",r,n,f-1,c):Vt(ft(k," ","")+";",r,n,f-2,c),c);break;case 59:k+=";";default:if(gt(E=Ht(k,t,n,l,u,o,s,y,w=[],x=[],f,a),a),123===b)if(0===u)qt(k,t,E,E,w,a,f,s,x);else{switch(d){case 99:if(110===pt(k,3))break;case 108:if(97===pt(k,2))break;default:u=0;case 100:case 109:case 115:}u?qt(e,E,E,r&&gt(Ht(e,E,E,0,0,o,s,y,o,w=[],f,x),x),o,x,f,s,r?w:x):qt(k,E,E,E,[""],x,0,s,x)}}l=u=p=0,m=v=1,y=k="",f=i;break;case 58:f=1+mt(k),p=h;default:if(m<1)if(123==b)--m;else if(125==b&&0==m++&&125==At())continue;switch(k+=lt(b),b*m){case 38:v=u>0?1:(k+="\f",-1);break;case 44:s[l++]=(mt(k)-1)*v,v=1;break;case 64:45===Ot()&&(k+=Ft(_t())),d=Ot(),u=f=mt(y=k+=Bt(Dt())),b++;break;case 45:45===h&&2==mt(k)&&(m=0)}}return a}function Ht(e,t,n,r,o,a,i,s,c,l,u,f){for(var d=o-1,p=0===o?a:[""],h=function(e){return e.length}(p),m=0,g=0,v=0;m<r;++m)for(var b=0,y=ht(e,d+1,d=ct(g=i[m])),w=e;b<h;++b)(w=ut(g>0?p[b]+" "+y:ft(y,/&\f/g,p[b])))&&(c[v++]=w);return St(e,t,n,0===o?it:s,c,l,u,f)}function Ut(e,t,n,r){return St(e,t,n,at,lt(kt),ht(e,2,-2),0,r)}function Vt(e,t,n,r,o){return St(e,t,n,st,ht(e,0,r),ht(e,r+1,-1),r,o)}var Wt,Gt="data-ant-cssinjs-cache-path",Qt="_FILE_STYLE__";var Kt=!0;function Yt(e){return function(){if(!Wt&&(Wt={},H())){var e=document.createElement("div");e.className=Gt,e.style.position="fixed",e.style.visibility="hidden",e.style.top="-9999px",document.body.appendChild(e);var t=getComputedStyle(e).content||"";(t=t.replace(/^"/,"").replace(/"$/,"")).split(";").forEach((function(e){var t=M(e.split(":"),2),n=t[0],r=t[1];Wt[n]=r}));var n,r=document.querySelector("style[".concat(Gt,"]"));r&&(Kt=!1,null===(n=r.parentNode)||void 0===n||n.removeChild(r)),document.body.removeChild(e)}}(),!!Wt[e]}var Xt="_multi_value_";function Jt(e){return vt(zt(e),bt).replace(/\{%%%\:[^;];}/g,";")}function Zt(e){return"object"===P(e)&&e&&("_skip_check_"in e||Xt in e)}function $t(e,t,n){if(!t)return e;var r=".".concat(t),o="low"===n?":where(".concat(r,")"):r;return e.split(",").map((function(e){var t,n=e.trim().split(/\s+/),r=n[0]||"",a=(null===(t=r.match(/^\w+/))||void 0===t?void 0:t[0])||"";return[r="".concat(a).concat(o).concat(r.slice(a.length))].concat(S(n.slice(1))).join(" ")})).join(",")}var en=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{root:!0,parentSelectors:[]},o=r.root,a=r.injectHash,i=r.parentSelectors,s=n.hashId,c=n.layer,l=(n.path,n.hashPriority),u=n.transformers,f=void 0===u?[]:u,d=(n.linters,""),p={};function h(t){var r=t.getName(s);if(!p[r]){var o=M(e(t.style,n,{root:!1,parentSelectors:i}),1)[0];p[r]="@keyframes ".concat(t.getName(s)).concat(o)}}function m(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.forEach((function(e){Array.isArray(e)?m(e,t):e&&t.push(e)})),t}var g=m(Array.isArray(t)?t:[t]);return g.forEach((function(t){var r="string"!=typeof t||o?t:{};if("string"==typeof r)d+="".concat(r,"\n");else if(r._keyframe)h(r);else{var c=f.reduce((function(e,t){var n;return(null==t||null===(n=t.visit)||void 0===n?void 0:n.call(t,e))||e}),r);Object.keys(c).forEach((function(t){var r=c[t];if("object"!==P(r)||!r||"animationName"===t&&r._keyframe||Zt(r)){var u;function x(e,t){var n=e.replace(/[A-Z]/g,(function(e){return"-".concat(e.toLowerCase())})),r=t;ot[e]||"number"!=typeof r||0===r||(r="".concat(r,"px")),"animationName"===e&&null!=t&&t._keyframe&&(h(t),r=t.getName(s)),d+="".concat(n,":").concat(r,";")}var f=null!==(u=null==r?void 0:r.value)&&void 0!==u?u:r;"object"===P(r)&&null!=r&&r[Xt]&&Array.isArray(f)?f.forEach((function(e){x(t,e)})):x(t,f)}else{var m=!1,g=t.trim(),v=!1;(o||a)&&s?g.startsWith("@")?m=!0:g=$t("&"===g?"":t,s,l):!o||s||"&"!==g&&""!==g||(g="",v=!0);var b=M(e(r,n,{root:v,injectHash:m,parentSelectors:[].concat(S(i),[g])}),2),y=b[0],w=b[1];p=z(z({},p),w),d+="".concat(g).concat(y)}}))}})),o?c&&(d&&(d="@layer ".concat(c.name," {").concat(d,"}")),c.dependencies&&(p["@layer ".concat(c.name)]=c.dependencies.map((function(e){return"@layer ".concat(e,", ").concat(c.name,";")})).join("\n"))):d="{".concat(d,"}"),[d,p]};function tn(e,t){return q("".concat(e.join("%")).concat(t))}function nn(){return null}var rn="style";function on(e,t){var n=e.token,r=e.path,o=e.hashId,a=e.layer,i=e.nonce,s=e.clientOnly,c=e.order,l=void 0===c?0:c,u=v.useContext(Ee),f=u.autoClear,d=(u.mock,u.defaultCache),p=u.hashPriority,h=u.container,m=u.ssrInline,g=u.transformers,b=u.linters,y=u.cache,w=u.layer,x=n._tokenKey,E=[x];w&&E.push("layer"),E.push.apply(E,S(r));var k=Le;var C=Ye(rn,E,(function(){var e=E.join("|");if(Yt(e)){var n=function(e){var t=Wt[e],n=null;if(t&&H())if(Kt)n=Qt;else{var r=document.querySelector("style[".concat(be,'="').concat(Wt[e],'"]'));r?n=r.innerHTML:delete Wt[e]}return[n,t]}(e),i=M(n,2),c=i[0],u=i[1];if(c)return[c,x,u,{},s,l]}var f=t(),d=M(en(f,{hashId:o,hashPriority:p,layer:w?a:void 0,path:r.join("-"),transformers:g,linters:b}),2),h=d[0],m=d[1],v=Jt(h),y=tn(E,v);return[v,x,y,m,s,l]}),(function(e,t){var n=M(e,3)[2];(t||f)&&Le&&$(n,{mark:be})}),(function(e){var t=M(e,4),n=t[0],r=(t[1],t[2]),o=t[3];if(k&&n!==Qt){var a={mark:be,prepend:!w&&"queue",attachTo:h,priority:l},s="function"==typeof i?i():i;s&&(a.csp={nonce:s});var c=[],u=[];Object.keys(o).forEach((function(e){e.startsWith("@layer")?c.push(e):u.push(e)})),c.forEach((function(e){te(Jt(o[e]),"_layer-".concat(e),z(z({},a),{},{prepend:!0}))}));var f=te(n,r,a);f[ye]=y.instanceId,f.setAttribute(ve,x),u.forEach((function(e){te(Jt(o[e]),"_effect-".concat(e),a)}))}})),A=M(C,3),_=A[0],O=A[1],D=A[2];return function(e){var t,n;m&&!k&&d?t=v.createElement("style",rt({},(L(n={},ve,O),L(n,be,D),n),{dangerouslySetInnerHTML:{__html:_}})):t=v.createElement(nn,null);return v.createElement(v.Fragment,null,t,e)}}var an,sn="cssVar",cn=function(e,t){var n=e.key,r=e.prefix,o=e.unitless,a=e.ignore,i=e.token,s=e.scope,c=void 0===s?"":s,l=(0,v.useContext)(Ee),u=l.cache.instanceId,f=l.container,d=i._tokenKey,p=[].concat(S(e.path),[n,c,d]),h=Ye(sn,p,(function(){var e=t(),i=M(ze(e,n,{prefix:r,unitless:o,ignore:a,scope:c}),2),s=i[0],l=i[1];return[s,l,tn(p,l),n]}),(function(e){var t=M(e,3)[2];Le&&$(t,{mark:be})}),(function(e){var t=M(e,3),r=t[1],o=t[2];if(r){var a=te(r,o,{mark:be,prepend:"queue",attachTo:f,priority:-999});a[ye]=u,a.setAttribute(ve,n)}}));return h};L(an={},rn,(function(e,t,n){var r=M(e,6),o=r[0],a=r[1],i=r[2],s=r[3],c=r[4],l=r[5],u=(n||{}).plain;if(c)return null;var f=o,d={"data-rc-order":"prependQueue","data-rc-priority":"".concat(l)};return f=je(o,a,i,d,u),s&&Object.keys(s).forEach((function(e){if(!t[e]){t[e]=!0;var n=je(Jt(s[e]),a,"_effect-".concat(e),d,u);e.startsWith("@layer")?f=n+f:f+=n}})),[l,i,f]})),L(an,tt,(function(e,t,n){var r=M(e,5),o=r[2],a=r[3],i=r[4],s=(n||{}).plain;if(!a)return null;var c=o._tokenKey;return[-999,c,je(a,i,c,{"data-rc-order":"prependQueue","data-rc-priority":"".concat(-999)},s)]})),L(an,sn,(function(e,t,n){var r=M(e,4),o=r[1],a=r[2],i=r[3],s=(n||{}).plain;if(!o)return null;return[-999,a,je(o,i,a,{"data-rc-order":"prependQueue","data-rc-priority":"".concat(-999)},s)]}));var ln=function(){function e(t,n){fe(this,e),L(this,"name",void 0),L(this,"style",void 0),L(this,"_keyframe",!0),this.name=t,this.style=n}return pe(e,[{key:"getName",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e?"".concat(e,"-").concat(this.name):this.name}}]),e}(),un=ln;function fn(e){return e.notSplit=!0,e}fn(["borderTop","borderBottom"]),fn(["borderTop"]),fn(["borderBottom"]),fn(["borderLeft","borderRight"]),fn(["borderLeft"]),fn(["borderRight"]);var dn=(0,v.createContext)({});function pn(e,t){for(var n=e,r=0;r<t.length;r+=1){if(null==n)return;n=n[t[r]]}return n}function hn(e,t,n,r){if(!t.length)return n;var o,a=function(e){return I(e)||k(e)||C(e)||j()}(t),i=a[0],s=a.slice(1);return o=e||"number"!=typeof i?Array.isArray(e)?S(e):z({},e):[],r&&void 0===n&&1===s.length?delete o[i][s[0]]:o[i]=hn(o[i],s,n,r),o}function mn(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return t.length&&r&&void 0===n&&!pn(e,t.slice(0,-1))?e:hn(e,t,n,r)}function gn(e){return"object"===P(e)&&null!==e&&Object.getPrototypeOf(e)===Object.prototype}function vn(e){return Array.isArray(e)?[]:{}}var bn="undefined"==typeof Reflect?Object.keys:Reflect.ownKeys;function yn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=vn(t[0]);return t.forEach((function(e){!function t(n,o){var a=new Set(o),i=pn(e,n),s=Array.isArray(i);if(s||gn(i)){if(!a.has(i)){a.add(i);var c=pn(r,n);s?r=mn(r,n,[]):c&&"object"===P(c)||(r=mn(r,n,vn(i))),bn(i).forEach((function(e){t([].concat(S(n),[e]),a)}))}}else r=mn(r,n,i)}([])})),r}function wn(){}var xn=v.createContext({}),En=function(){var e=function(){};return e.deprecated=wn,e},kn=(0,v.createContext)(void 0),Cn={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"},Sn=z(z({},{yearFormat:"YYYY",dayFormat:"D",cellMeridiemFormat:"A",monthBeforeYear:!0}),{},{locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",week:"Week",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",dateFormat:"M/D/YYYY",dateTimeFormat:"M/D/YYYY HH:mm:ss",previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"}),An={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},_n={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},Sn),timePickerLocale:Object.assign({},An)},On="${label} is not a valid ${type}",Dn={locale:"en",Pagination:Cn,DatePicker:_n,TimePicker:An,Calendar:_n,global:{placeholder:"Please select",close:"Close"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckAll:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",deselectAll:"Deselect all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand",collapse:"Collapse"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:On,method:On,array:On,object:On,number:On,date:On,boolean:On,integer:On,float:On,regexp:On,email:On,url:On,hex:On},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"},ColorPicker:{presetEmpty:"Empty",transparent:"Transparent",singleColor:"Single",gradientColor:"Gradient"}},Tn=(Object.assign({},Dn.Modal),[]),Rn=function(){return Tn.reduce((function(e,t){return Object.assign(Object.assign({},e),t)}),Dn.Modal)};var Nn=(0,v.createContext)(void 0);var Pn=function(e){var t=e.locale,n=void 0===t?{}:t,r=e.children;e._ANT_MARK__;v.useEffect((function(){var e=function(e){if(e){var t=Object.assign({},e);return Tn.push(t),Rn(),function(){Tn=Tn.filter((function(e){return e!==t})),Rn()}}Object.assign({},Dn.Modal)}(null==n?void 0:n.Modal);return e}),[n]);var o=v.useMemo((function(){return Object.assign(Object.assign({},n),{exist:!0})}),[n]);return v.createElement(Nn.Provider,{value:o},r)},Fn=Math.round;function Ln(e,t){for(var n=e.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],r=n.map((function(e){return parseFloat(e)})),o=0;o<3;o+=1)r[o]=t(r[o]||0,n[o]||"",o);return n[3]?r[3]=n[3].includes("%")?r[3]/100:r[3]:r[3]=1,r}var In=function(e,t,n){return 0===n?e:e/100};function jn(e,t){var n=t||255;return e>n?n:e<0?0:e}var Mn=function(){function e(t){function n(e){return e[0]in t&&e[1]in t&&e[2]in t}if(d()(this,e),L(this,"isValid",!0),L(this,"r",0),L(this,"g",0),L(this,"b",0),L(this,"a",1),L(this,"_h",void 0),L(this,"_s",void 0),L(this,"_l",void 0),L(this,"_v",void 0),L(this,"_max",void 0),L(this,"_min",void 0),L(this,"_brightness",void 0),t)if("string"==typeof t){var r=t.trim();function o(e){return r.startsWith(e)}/^#?[A-F\d]{3,8}$/i.test(r)?this.fromHexString(r):o("rgb")?this.fromRgbString(r):o("hsl")?this.fromHslString(r):(o("hsv")||o("hsb"))&&this.fromHsvString(r)}else if(t instanceof e)this.r=t.r,this.g=t.g,this.b=t.b,this.a=t.a,this._h=t._h,this._s=t._s,this._l=t._l,this._v=t._v;else if(n("rgb"))this.r=jn(t.r),this.g=jn(t.g),this.b=jn(t.b),this.a="number"==typeof t.a?jn(t.a,1):1;else if(n("hsl"))this.fromHsl(t);else{if(!n("hsv"))throw new Error("@ant-design/fast-color: unsupported input "+JSON.stringify(t));this.fromHsv(t)}else;}return h()(e,[{key:"setR",value:function(e){return this._sc("r",e)}},{key:"setG",value:function(e){return this._sc("g",e)}},{key:"setB",value:function(e){return this._sc("b",e)}},{key:"setA",value:function(e){return this._sc("a",e,1)}},{key:"setHue",value:function(e){var t=this.toHsv();return t.h=e,this._c(t)}},{key:"getLuminance",value:function(){function e(e){var t=e/255;return t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)}return.2126*e(this.r)+.7152*e(this.g)+.0722*e(this.b)}},{key:"getHue",value:function(){if(void 0===this._h){var e=this.getMax()-this.getMin();this._h=0===e?0:Fn(60*(this.r===this.getMax()?(this.g-this.b)/e+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/e+2:(this.r-this.g)/e+4))}return this._h}},{key:"getSaturation",value:function(){if(void 0===this._s){var e=this.getMax()-this.getMin();this._s=0===e?0:e/this.getMax()}return this._s}},{key:"getLightness",value:function(){return void 0===this._l&&(this._l=(this.getMax()+this.getMin())/510),this._l}},{key:"getValue",value:function(){return void 0===this._v&&(this._v=this.getMax()/255),this._v}},{key:"getBrightness",value:function(){return void 0===this._brightness&&(this._brightness=(299*this.r+587*this.g+114*this.b)/1e3),this._brightness}},{key:"darken",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10,t=this.getHue(),n=this.getSaturation(),r=this.getLightness()-e/100;return r<0&&(r=0),this._c({h:t,s:n,l:r,a:this.a})}},{key:"lighten",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10,t=this.getHue(),n=this.getSaturation(),r=this.getLightness()+e/100;return r>1&&(r=1),this._c({h:t,s:n,l:r,a:this.a})}},{key:"mix",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:50,r=this._c(e),o=n/100,a=function(e){return(r[e]-t[e])*o+t[e]},i={r:Fn(a("r")),g:Fn(a("g")),b:Fn(a("b")),a:Fn(100*a("a"))/100};return this._c(i)}},{key:"tint",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;return this.mix({r:255,g:255,b:255,a:1},e)}},{key:"shade",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:10;return this.mix({r:0,g:0,b:0,a:1},e)}},{key:"onBackground",value:function(e){var t=this,n=this._c(e),r=this.a+n.a*(1-this.a),o=function(e){return Fn((t[e]*t.a+n[e]*n.a*(1-t.a))/r)};return this._c({r:o("r"),g:o("g"),b:o("b"),a:r})}},{key:"isDark",value:function(){return this.getBrightness()<128}},{key:"isLight",value:function(){return this.getBrightness()>=128}},{key:"equals",value:function(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a}},{key:"clone",value:function(){return this._c(this)}},{key:"toHexString",value:function(){var e="#",t=(this.r||0).toString(16);e+=2===t.length?t:"0"+t;var n=(this.g||0).toString(16);e+=2===n.length?n:"0"+n;var r=(this.b||0).toString(16);if(e+=2===r.length?r:"0"+r,"number"==typeof this.a&&this.a>=0&&this.a<1){var o=Fn(255*this.a).toString(16);e+=2===o.length?o:"0"+o}return e}},{key:"toHsl",value:function(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}},{key:"toHslString",value:function(){var e=this.getHue(),t=Fn(100*this.getSaturation()),n=Fn(100*this.getLightness());return 1!==this.a?"hsla(".concat(e,",").concat(t,"%,").concat(n,"%,").concat(this.a,")"):"hsl(".concat(e,",").concat(t,"%,").concat(n,"%)")}},{key:"toHsv",value:function(){return{h:this.getHue(),s:this.getSaturation(),v:this.getValue(),a:this.a}}},{key:"toRgb",value:function(){return{r:this.r,g:this.g,b:this.b,a:this.a}}},{key:"toRgbString",value:function(){return 1!==this.a?"rgba(".concat(this.r,",").concat(this.g,",").concat(this.b,",").concat(this.a,")"):"rgb(".concat(this.r,",").concat(this.g,",").concat(this.b,")")}},{key:"toString",value:function(){return this.toRgbString()}},{key:"_sc",value:function(e,t,n){var r=this.clone();return r[e]=jn(t,n),r}},{key:"_c",value:function(e){return new this.constructor(e)}},{key:"getMax",value:function(){return void 0===this._max&&(this._max=Math.max(this.r,this.g,this.b)),this._max}},{key:"getMin",value:function(){return void 0===this._min&&(this._min=Math.min(this.r,this.g,this.b)),this._min}},{key:"fromHexString",value:function(e){var t=e.replace("#","");function n(e,n){return parseInt(t[e]+t[n||e],16)}t.length<6?(this.r=n(0),this.g=n(1),this.b=n(2),this.a=t[3]?n(3)/255:1):(this.r=n(0,1),this.g=n(2,3),this.b=n(4,5),this.a=t[6]?n(6,7)/255:1)}},{key:"fromHsl",value:function(e){var t=e.h,n=e.s,r=e.l,o=e.a;if(this._h=t%360,this._s=n,this._l=r,this.a="number"==typeof o?o:1,n<=0){var a=Fn(255*r);this.r=a,this.g=a,this.b=a}var i=0,s=0,c=0,l=t/60,u=(1-Math.abs(2*r-1))*n,f=u*(1-Math.abs(l%2-1));l>=0&&l<1?(i=u,s=f):l>=1&&l<2?(i=f,s=u):l>=2&&l<3?(s=u,c=f):l>=3&&l<4?(s=f,c=u):l>=4&&l<5?(i=f,c=u):l>=5&&l<6&&(i=u,c=f);var d=r-u/2;this.r=Fn(255*(i+d)),this.g=Fn(255*(s+d)),this.b=Fn(255*(c+d))}},{key:"fromHsv",value:function(e){var t=e.h,n=e.s,r=e.v,o=e.a;this._h=t%360,this._s=n,this._v=r,this.a="number"==typeof o?o:1;var a=Fn(255*r);if(this.r=a,this.g=a,this.b=a,!(n<=0)){var i=t/60,s=Math.floor(i),c=i-s,l=Fn(r*(1-n)*255),u=Fn(r*(1-n*c)*255),f=Fn(r*(1-n*(1-c))*255);switch(s){case 0:this.g=f,this.b=l;break;case 1:this.r=u,this.b=l;break;case 2:this.r=l,this.b=f;break;case 3:this.r=l,this.g=u;break;case 4:this.r=f,this.g=l;break;default:this.g=l,this.b=u}}}},{key:"fromHsvString",value:function(e){var t=Ln(e,In);this.fromHsv({h:t[0],s:t[1],v:t[2],a:t[3]})}},{key:"fromHslString",value:function(e){var t=Ln(e,In);this.fromHsl({h:t[0],s:t[1],l:t[2],a:t[3]})}},{key:"fromRgbString",value:function(e){var t=Ln(e,(function(e,t){return t.includes("%")?Fn(e/100*255):e}));this.r=t[0],this.g=t[1],this.b=t[2],this.a=t[3]}}]),e}(),Bn=[{index:7,amount:15},{index:6,amount:25},{index:5,amount:30},{index:5,amount:45},{index:5,amount:65},{index:5,amount:85},{index:4,amount:90},{index:3,amount:95},{index:2,amount:97},{index:1,amount:98}];function zn(e,t,n){var r;return(r=Math.round(e.h)>=60&&Math.round(e.h)<=240?n?Math.round(e.h)-2*t:Math.round(e.h)+2*t:n?Math.round(e.h)+2*t:Math.round(e.h)-2*t)<0?r+=360:r>=360&&(r-=360),r}function qn(e,t,n){return 0===e.h&&0===e.s?e.s:((r=n?e.s-.16*t:4===t?e.s+.16:e.s+.05*t)>1&&(r=1),n&&5===t&&r>.1&&(r=.1),r<.06&&(r=.06),Math.round(100*r)/100);var r}function Hn(e,t,n){var r;return r=n?e.v+.05*t:e.v-.15*t,r=Math.max(0,Math.min(1,r)),Math.round(100*r)/100}function Un(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[],r=new Mn(e),o=r.toHsv(),a=5;a>0;a-=1){var i=new Mn({h:zn(o,a,!0),s:qn(o,a,!0),v:Hn(o,a,!0)});n.push(i)}n.push(r);for(var s=1;s<=4;s+=1){var c=new Mn({h:zn(o,s),s:qn(o,s),v:Hn(o,s)});n.push(c)}return"dark"===t.theme?Bn.map((function(e){var r=e.index,o=e.amount;return new Mn(t.backgroundColor||"#141414").mix(n[r],o).toHexString()})):n.map((function(e){return e.toHexString()}))}var Vn={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},Wn=["#fff1f0","#ffccc7","#ffa39e","#ff7875","#ff4d4f","#f5222d","#cf1322","#a8071a","#820014","#5c0011"];Wn.primary=Wn[5];var Gn=["#fff2e8","#ffd8bf","#ffbb96","#ff9c6e","#ff7a45","#fa541c","#d4380d","#ad2102","#871400","#610b00"];Gn.primary=Gn[5];var Qn=["#fff7e6","#ffe7ba","#ffd591","#ffc069","#ffa940","#fa8c16","#d46b08","#ad4e00","#873800","#612500"];Qn.primary=Qn[5];var Kn=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];Kn.primary=Kn[5];var Yn=["#feffe6","#ffffb8","#fffb8f","#fff566","#ffec3d","#fadb14","#d4b106","#ad8b00","#876800","#614700"];Yn.primary=Yn[5];var Xn=["#fcffe6","#f4ffb8","#eaff8f","#d3f261","#bae637","#a0d911","#7cb305","#5b8c00","#3f6600","#254000"];Xn.primary=Xn[5];var Jn=["#f6ffed","#d9f7be","#b7eb8f","#95de64","#73d13d","#52c41a","#389e0d","#237804","#135200","#092b00"];Jn.primary=Jn[5];var Zn=["#e6fffb","#b5f5ec","#87e8de","#5cdbd3","#36cfc9","#13c2c2","#08979c","#006d75","#00474f","#002329"];Zn.primary=Zn[5];var $n=["#e6f4ff","#bae0ff","#91caff","#69b1ff","#4096ff","#1677ff","#0958d9","#003eb3","#002c8c","#001d66"];$n.primary=$n[5];var er=["#f0f5ff","#d6e4ff","#adc6ff","#85a5ff","#597ef7","#2f54eb","#1d39c4","#10239e","#061178","#030852"];er.primary=er[5];var tr=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];tr.primary=tr[5];var nr=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];nr.primary=nr[5];var rr=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];rr.primary=rr[5];var or={red:Wn,volcano:Gn,orange:Qn,gold:Kn,yellow:Yn,lime:Xn,green:Jn,cyan:Zn,blue:$n,geekblue:er,purple:tr,magenta:nr,grey:rr},ar=["#2a1215","#431418","#58181c","#791a1f","#a61d24","#d32029","#e84749","#f37370","#f89f9a","#fac8c3"];ar.primary=ar[5];var ir=["#2b1611","#441d12","#592716","#7c3118","#aa3e19","#d84a1b","#e87040","#f3956a","#f8b692","#fad4bc"];ir.primary=ir[5];var sr=["#2b1d11","#442a11","#593815","#7c4a15","#aa6215","#d87a16","#e89a3c","#f3b765","#f8cf8d","#fae3b7"];sr.primary=sr[5];var cr=["#2b2111","#443111","#594214","#7c5914","#aa7714","#d89614","#e8b339","#f3cc62","#f8df8b","#faedb5"];cr.primary=cr[5];var lr=["#2b2611","#443b11","#595014","#7c6e14","#aa9514","#d8bd14","#e8d639","#f3ea62","#f8f48b","#fafab5"];lr.primary=lr[5];var ur=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];ur.primary=ur[5];var fr=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];fr.primary=fr[5];var dr=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];dr.primary=dr[5];var pr=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];pr.primary=pr[5];var hr=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];hr.primary=hr[5];var mr=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];mr.primary=mr[5];var gr=["#291321","#40162f","#551c3b","#75204f","#a02669","#cb2b83","#e0529c","#f37fb7","#f8a8cc","#fad2e3"];gr.primary=gr[5];var vr=["#151515","#1f1f1f","#2d2d2d","#393939","#494949","#5a5a5a","#6a6a6a","#7b7b7b","#888888","#969696"];vr.primary=vr[5];var br={blue:"#1677FF",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#EB2F96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},yr=Object.assign(Object.assign({},br),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,\n'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',\n'Noto Color Emoji'",fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0});function wr(e,t){var n=t.generateColorPalettes,r=t.generateNeutralColorPalettes,o=e.colorSuccess,a=e.colorWarning,i=e.colorError,s=e.colorInfo,c=e.colorPrimary,l=e.colorBgBase,u=e.colorTextBase,f=n(c),d=n(o),p=n(a),h=n(i),m=n(s),g=r(l,u),v=n(e.colorLink||e.colorInfo),b=new Mn(h[1]).mix(new Mn(h[3]),50).toHexString();return Object.assign(Object.assign({},g),{colorPrimaryBg:f[1],colorPrimaryBgHover:f[2],colorPrimaryBorder:f[3],colorPrimaryBorderHover:f[4],colorPrimaryHover:f[5],colorPrimary:f[6],colorPrimaryActive:f[7],colorPrimaryTextHover:f[8],colorPrimaryText:f[9],colorPrimaryTextActive:f[10],colorSuccessBg:d[1],colorSuccessBgHover:d[2],colorSuccessBorder:d[3],colorSuccessBorderHover:d[4],colorSuccessHover:d[4],colorSuccess:d[6],colorSuccessActive:d[7],colorSuccessTextHover:d[8],colorSuccessText:d[9],colorSuccessTextActive:d[10],colorErrorBg:h[1],colorErrorBgHover:h[2],colorErrorBgFilledHover:b,colorErrorBgActive:h[3],colorErrorBorder:h[3],colorErrorBorderHover:h[4],colorErrorHover:h[5],colorError:h[6],colorErrorActive:h[7],colorErrorTextHover:h[8],colorErrorText:h[9],colorErrorTextActive:h[10],colorWarningBg:p[1],colorWarningBgHover:p[2],colorWarningBorder:p[3],colorWarningBorderHover:p[4],colorWarningHover:p[4],colorWarning:p[6],colorWarningActive:p[7],colorWarningTextHover:p[8],colorWarningText:p[9],colorWarningTextActive:p[10],colorInfoBg:m[1],colorInfoBgHover:m[2],colorInfoBorder:m[3],colorInfoBorderHover:m[4],colorInfoHover:m[4],colorInfo:m[6],colorInfoActive:m[7],colorInfoTextHover:m[8],colorInfoText:m[9],colorInfoTextActive:m[10],colorLinkHover:v[4],colorLink:v[6],colorLinkActive:v[7],colorBgMask:new Mn("#000").setA(.45).toRgbString(),colorWhite:"#fff"})}var xr=function(e){var t=e,n=e,r=e,o=e;return e<6&&e>=5?t=e+1:e<16&&e>=6?t=e+2:e>=16&&(t=16),e<7&&e>=5?n=4:e<8&&e>=7?n=5:e<14&&e>=8?n=6:e<16&&e>=14?n=7:e>=16&&(n=8),e<6&&e>=2?r=1:e>=6&&(r=2),e>4&&e<8?o=4:e>=8&&(o=6),{borderRadius:e,borderRadiusXS:r,borderRadiusSM:n,borderRadiusLG:t,borderRadiusOuter:o}};var Er=function(e){var t=e.controlHeight;return{controlHeightSM:.75*t,controlHeightXS:.5*t,controlHeightLG:1.25*t}};function kr(e){return(e+8)/e}var Cr=function(e){var t=function(e){var t=Array.from({length:10}).map((function(t,n){var r=n-1,o=e*Math.pow(Math.E,r/5),a=n>1?Math.floor(o):Math.ceil(o);return 2*Math.floor(a/2)}));return t[1]=e,t.map((function(e){return{size:e,lineHeight:kr(e)}}))}(e),n=t.map((function(e){return e.size})),r=t.map((function(e){return e.lineHeight})),o=n[1],a=n[0],i=n[2],s=r[1],c=r[0],l=r[2];return{fontSizeSM:a,fontSize:o,fontSizeLG:i,fontSizeXL:n[3],fontSizeHeading1:n[6],fontSizeHeading2:n[5],fontSizeHeading3:n[4],fontSizeHeading4:n[3],fontSizeHeading5:n[2],lineHeight:s,lineHeightLG:l,lineHeightSM:c,fontHeight:Math.round(s*o),fontHeightLG:Math.round(l*i),fontHeightSM:Math.round(c*a),lineHeightHeading1:r[6],lineHeightHeading2:r[5],lineHeightHeading3:r[4],lineHeightHeading4:r[3],lineHeightHeading5:r[2]}};var Sr=function(e,t){return new Mn(e).setA(t).toRgbString()},Ar=function(e,t){return new Mn(e).darken(t).toHexString()},_r=function(e){var t=Un(e);return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[4],6:t[5],7:t[6],8:t[4],9:t[5],10:t[6]}},Or=function(e,t){var n=e||"#fff",r=t||"#000";return{colorBgBase:n,colorTextBase:r,colorText:Sr(r,.88),colorTextSecondary:Sr(r,.65),colorTextTertiary:Sr(r,.45),colorTextQuaternary:Sr(r,.25),colorFill:Sr(r,.15),colorFillSecondary:Sr(r,.06),colorFillTertiary:Sr(r,.04),colorFillQuaternary:Sr(r,.02),colorBgSolid:Sr(r,1),colorBgSolidHover:Sr(r,.75),colorBgSolidActive:Sr(r,.95),colorBgLayout:Ar(n,4),colorBgContainer:Ar(n,0),colorBgElevated:Ar(n,0),colorBgSpotlight:Sr(r,.85),colorBgBlur:"transparent",colorBorder:Ar(n,15),colorBorderSecondary:Ar(n,6)}};function Dr(e){Vn.pink=Vn.magenta,or.pink=or.magenta;var t=Object.keys(br).map((function(t){var n=e[t]===Vn[t]?or[t]:Un(e[t]);return Array.from({length:10},(function(){return 1})).reduce((function(e,r,o){return e["".concat(t,"-").concat(o+1)]=n[o],e["".concat(t).concat(o+1)]=n[o],e}),{})})).reduce((function(e,t){return e=Object.assign(Object.assign({},e),t)}),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},e),t),wr(e,{generateColorPalettes:_r,generateNeutralColorPalettes:Or})),Cr(e.fontSize)),function(e){var t=e.sizeUnit,n=e.sizeStep;return{sizeXXL:t*(n+8),sizeXL:t*(n+4),sizeLG:t*(n+2),sizeMD:t*(n+1),sizeMS:t*n,size:t*n,sizeSM:t*(n-1),sizeXS:t*(n-2),sizeXXS:t*(n-3)}}(e)),Er(e)),function(e){var t=e.motionUnit,n=e.motionBase,r=e.borderRadius,o=e.lineWidth;return Object.assign({motionDurationFast:"".concat((n+t).toFixed(1),"s"),motionDurationMid:"".concat((n+2*t).toFixed(1),"s"),motionDurationSlow:"".concat((n+3*t).toFixed(1),"s"),lineWidthBold:o+1},xr(r))}(e))}var Tr=Oe(Dr),Rr={token:yr,override:{override:yr},hashed:!0},Nr=v.createContext(Rr),Pr="-ant-".concat(Date.now(),"-").concat(Math.random());function Fr(e,t){var n=function(e,t){var n={},r=function(e,t){var n=e.clone();return(n=(null==t?void 0:t(n))||n).toRgbString()},o=function(e,t){var o=new Mn(e),a=Un(o.toRgbString());n["".concat(t,"-color")]=r(o),n["".concat(t,"-color-disabled")]=a[1],n["".concat(t,"-color-hover")]=a[4],n["".concat(t,"-color-active")]=a[6],n["".concat(t,"-color-outline")]=o.clone().setA(.2).toRgbString(),n["".concat(t,"-color-deprecated-bg")]=a[0],n["".concat(t,"-color-deprecated-border")]=a[2]};if(t.primaryColor){o(t.primaryColor,"primary");var a=new Mn(t.primaryColor),i=Un(a.toRgbString());i.forEach((function(e,t){n["primary-".concat(t+1)]=e})),n["primary-color-deprecated-l-35"]=r(a,(function(e){return e.lighten(35)})),n["primary-color-deprecated-l-20"]=r(a,(function(e){return e.lighten(20)})),n["primary-color-deprecated-t-20"]=r(a,(function(e){return e.tint(20)})),n["primary-color-deprecated-t-50"]=r(a,(function(e){return e.tint(50)})),n["primary-color-deprecated-f-12"]=r(a,(function(e){return e.setA(.12*e.a)}));var s=new Mn(i[0]);n["primary-color-active-deprecated-f-30"]=r(s,(function(e){return e.setA(.3*e.a)})),n["primary-color-active-deprecated-d-02"]=r(s,(function(e){return e.darken(2)}))}t.successColor&&o(t.successColor,"success"),t.warningColor&&o(t.warningColor,"warning"),t.errorColor&&o(t.errorColor,"error"),t.infoColor&&o(t.infoColor,"info");var c=Object.keys(n).map((function(t){return"--".concat(e,"-").concat(t,": ").concat(n[t],";")}));return"\n :root {\n ".concat(c.join("\n"),"\n }\n ").trim()}(e,t);H()&&te(n,"".concat(Pr,"-dynamic-theme"))}var Lr=v.createContext(!1),Ir=function(e){var t=e.children,n=e.disabled,r=v.useContext(Lr);return v.createElement(Lr.Provider,{value:null!=n?n:r},t)},jr=Lr,Mr=v.createContext(void 0),Br=function(e){var t=e.children,n=e.size,r=v.useContext(Mr);return v.createElement(Mr.Provider,{value:n||r},t)},zr=Mr;var qr=function(){return{componentDisabled:(0,v.useContext)(jr),componentSize:(0,v.useContext)(zr)}},Hr=o(446),Ur=o.n(Hr),Vr=Object.assign({},b).useId,Wr=void 0===Vr?function(){return""}:Vr;var Gr=o(851),Qr=o.n(Gr),Kr=o(2003),Yr=o.t(Kr,2);function Xr(e){return e instanceof HTMLElement||e instanceof SVGElement}function Jr(e){var t,n=function(e){return e&&"object"===P(e)&&Xr(e.nativeElement)?e.nativeElement:Xr(e)?e:null}(e);return n||(e instanceof v.Component?null===(t=Kr.findDOMNode)||void 0===t?void 0:t.call(Kr,e):null)}var Zr=o(5608),$r=Symbol.for("react.element"),eo=Symbol.for("react.transitional.element"),to=Symbol.for("react.fragment");function no(e){return e&&"object"===P(e)&&(e.$$typeof===$r||e.$$typeof===eo)&&e.type===to}var ro=Number(v.version.split(".")[0]),oo=function(e,t){"function"==typeof e?e(t):"object"===P(e)&&e&&"current"in e&&(e.current=t)},ao=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t.filter(Boolean);return r.length<=1?r[0]:function(e){t.forEach((function(t){oo(t,e)}))}},io=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ne((function(){return ao.apply(void 0,t)}),t,(function(e,t){return e.length!==t.length||e.every((function(e,n){return e!==t[n]}))}))},so=function(e){var t,n;if(!e)return!1;if(co(e)&&ro>=19)return!0;var r=(0,Zr.isMemo)(e)?e.type.type:e.type;return!!("function"!=typeof r||null!==(t=r.prototype)&&void 0!==t&&t.render||r.$$typeof===Zr.ForwardRef)&&!!("function"!=typeof e||null!==(n=e.prototype)&&void 0!==n&&n.render||e.$$typeof===Zr.ForwardRef)};function co(e){return(0,v.isValidElement)(e)&&!no(e)}var lo=function(e){if(e&&co(e)){var t=e;return t.props.propertyIsEnumerable("ref")?t.props.ref:t.ref}return null};function uo(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var fo=["children"],po=v.createContext({});function ho(e){var t=e.children,n=uo(e,fo);return v.createElement(po.Provider,{value:n},t)}function mo(e,t){return mo=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},mo(e,t)}function go(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&mo(e,t)}function vo(e){return vo=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},vo(e)}function bo(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(bo=function(){return!!e})()}function yo(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wo(e,t){if(t&&("object"==P(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return yo(e)}function xo(e){var t=bo();return function(){var n,r=vo(e);if(t){var o=vo(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return wo(this,n)}}var Eo=function(e){go(n,e);var t=xo(n);function n(){return fe(this,n),t.apply(this,arguments)}return pe(n,[{key:"render",value:function(){return this.props.children}}]),n}(v.Component),ko=Eo;function Co(e){var t=v.useRef();t.current=e;var n=v.useCallback((function(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return null===(e=t.current)||void 0===e?void 0:e.call.apply(e,[t].concat(r))}),[]);return n}function So(e){var t=v.useRef(!1),n=M(v.useState(e),2),r=n[0],o=n[1];return v.useEffect((function(){return t.current=!1,function(){t.current=!0}}),[]),[r,function(e,n){n&&t.current||o(e)}]}function Ao(e){return void 0!==e}function _o(e,t){var n=t||{},r=n.defaultValue,o=n.value,a=n.onChange,i=n.postState,s=M(So((function(){return Ao(o)?o:Ao(r)?"function"==typeof r?r():r:"function"==typeof e?e():e})),2),c=s[0],l=s[1],u=void 0!==o?o:c,f=i?i(u):u,d=Co(a),p=M(So([u]),2),h=p[0],m=p[1];return Ue((function(){var e=h[0];c!==e&&d(c,e)}),[h]),Ue((function(){Ao(o)||l(o)}),[o]),[f,Co((function(e,t){l(e,t),m([u],t)}))]}var Oo="none",Do="appear",To="enter",Ro="leave",No="none",Po="prepare",Fo="start",Lo="active",Io="end",jo="prepared";function Mo(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit".concat(e)]="webkit".concat(t),n["Moz".concat(e)]="moz".concat(t),n["ms".concat(e)]="MS".concat(t),n["O".concat(e)]="o".concat(t.toLowerCase()),n}var Bo=function(e,t){var n={animationend:Mo("Animation","AnimationEnd"),transitionend:Mo("Transition","TransitionEnd")};return e&&("AnimationEvent"in t||delete n.animationend.animation,"TransitionEvent"in t||delete n.transitionend.transition),n}(H(),"undefined"!=typeof window?window:{}),zo={};if(H()){var qo=document.createElement("div");zo=qo.style}var Ho={};function Uo(e){if(Ho[e])return Ho[e];var t=Bo[e];if(t)for(var n=Object.keys(t),r=n.length,o=0;o<r;o+=1){var a=n[o];if(Object.prototype.hasOwnProperty.call(t,a)&&a in zo)return Ho[e]=t[a],Ho[e]}return""}var Vo=Uo("animationend"),Wo=Uo("transitionend"),Go=!(!Vo||!Wo),Qo=Vo||"animationend",Ko=Wo||"transitionend";function Yo(e,t){return e?"object"===P(e)?e[t.replace(/-\w/g,(function(e){return e[1].toUpperCase()}))]:"".concat(e,"-").concat(t):null}var Xo=H()?v.useLayoutEffect:v.useEffect,Jo=function(e){return+setTimeout(e,16)},Zo=function(e){return clearTimeout(e)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(Jo=function(e){return window.requestAnimationFrame(e)},Zo=function(e){return window.cancelAnimationFrame(e)});var $o=0,ea=new Map;function ta(e){ea.delete(e)}var na=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=$o+=1;function r(t){if(0===t)ta(n),e();else{var o=Jo((function(){r(t-1)}));ea.set(n,o)}}return r(t),n};na.cancel=function(e){var t=ea.get(e);return ta(e),Zo(t)};var ra=na,oa=[Po,Fo,Lo,Io],aa=[Po,jo];function ia(e){return e===Lo||e===Io}var sa=function(e,t,n){var r=M(So(No),2),o=r[0],a=r[1],i=function(){var e=v.useRef(null);function t(){ra.cancel(e.current)}return v.useEffect((function(){return function(){t()}}),[]),[function n(r){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;t();var a=ra((function(){o<=1?r({isCanceled:function(){return a!==e.current}}):n(r,o-1)}));e.current=a},t]}(),s=M(i,2),c=s[0],l=s[1];var u=t?aa:oa;return Xo((function(){if(o!==No&&o!==Io){var e=u.indexOf(o),t=u[e+1],r=n(o);false===r?a(t,!0):t&&c((function(e){function n(){e.isCanceled()||a(t,!0)}!0===r?n():Promise.resolve(r).then(n)}))}}),[e,o]),v.useEffect((function(){return function(){l()}}),[]),[function(){a(Po,!0)},o]};function ca(e,t,n,r){var o,a,i,s=r.motionEnter,c=void 0===s||s,l=r.motionAppear,u=void 0===l||l,f=r.motionLeave,d=void 0===f||f,p=r.motionDeadline,h=r.motionLeaveImmediately,m=r.onAppearPrepare,g=r.onEnterPrepare,b=r.onLeavePrepare,y=r.onAppearStart,w=r.onEnterStart,x=r.onLeaveStart,E=r.onAppearActive,k=r.onEnterActive,C=r.onLeaveActive,S=r.onAppearEnd,A=r.onEnterEnd,_=r.onLeaveEnd,O=r.onVisibleChanged,D=M(So(),2),T=D[0],R=D[1],N=(o=Oo,a=M(v.useReducer((function(e){return e+1}),0),2)[1],i=v.useRef(o),[Co((function(){return i.current})),Co((function(e){i.current="function"==typeof e?e(i.current):e,a()}))]),P=M(N,2),F=P[0],I=P[1],j=M(So(null),2),B=j[0],q=j[1],H=F(),U=(0,v.useRef)(!1),V=(0,v.useRef)(null);function W(){return n()}var G=(0,v.useRef)(!1);function Q(){I(Oo),q(null,!0)}var K=Co((function(e){var t=F();if(t!==Oo){var n=W();if(!e||e.deadline||e.target===n){var r,o=G.current;t===Do&&o?r=null==S?void 0:S(n,e):t===To&&o?r=null==A?void 0:A(n,e):t===Ro&&o&&(r=null==_?void 0:_(n,e)),o&&!1!==r&&Q()}}})),Y=function(e){var t=(0,v.useRef)();function n(t){t&&(t.removeEventListener(Ko,e),t.removeEventListener(Qo,e))}return v.useEffect((function(){return function(){n(t.current)}}),[]),[function(r){t.current&&t.current!==r&&n(t.current),r&&r!==t.current&&(r.addEventListener(Ko,e),r.addEventListener(Qo,e),t.current=r)},n]}(K),X=M(Y,1)[0],J=function(e){switch(e){case Do:return L(L(L({},Po,m),Fo,y),Lo,E);case To:return L(L(L({},Po,g),Fo,w),Lo,k);case Ro:return L(L(L({},Po,b),Fo,x),Lo,C);default:return{}}},Z=v.useMemo((function(){return J(H)}),[H]),$=M(sa(H,!e,(function(e){if(e===Po){var t=Z[Po];return!!t&&t(W())}var n;te in Z&&q((null===(n=Z[te])||void 0===n?void 0:n.call(Z,W(),null))||null);return te===Lo&&H!==Oo&&(X(W()),p>0&&(clearTimeout(V.current),V.current=setTimeout((function(){K({deadline:!0})}),p))),te===jo&&Q(),true})),2),ee=$[0],te=$[1],ne=ia(te);G.current=ne;var re=(0,v.useRef)(null);Xo((function(){if(!U.current||re.current!==t){R(t);var n,r=U.current;U.current=!0,!r&&t&&u&&(n=Do),r&&t&&c&&(n=To),(r&&!t&&d||!r&&h&&!t&&d)&&(n=Ro);var o=J(n);n&&(e||o[Po])?(I(n),ee()):I(Oo),re.current=t}}),[t]),(0,v.useEffect)((function(){(H===Do&&!u||H===To&&!c||H===Ro&&!d)&&I(Oo)}),[u,c,d]),(0,v.useEffect)((function(){return function(){U.current=!1,clearTimeout(V.current)}}),[]);var oe=v.useRef(!1);(0,v.useEffect)((function(){T&&(oe.current=!0),void 0!==T&&H===Oo&&((oe.current||T)&&(null==O||O(T)),oe.current=!0)}),[T,H]);var ae=B;return Z[Po]&&te===Fo&&(ae=z({transition:"none"},ae)),[H,te,ae,null!=T?T:t]}var la=function(e){var t=e;"object"===P(e)&&(t=e.transitionSupport);var n=v.forwardRef((function(e,n){var r=e.visible,o=void 0===r||r,a=e.removeOnLeave,i=void 0===a||a,s=e.forceRender,c=e.children,l=e.motionName,u=e.leavedClassName,f=e.eventProps,d=function(e,n){return!(!e.motionName||!t||!1===n)}(e,v.useContext(po).motion),p=(0,v.useRef)(),h=(0,v.useRef)();var m=M(ca(d,o,(function(){try{return p.current instanceof HTMLElement?p.current:Jr(h.current)}catch(e){return null}}),e),4),g=m[0],b=m[1],y=m[2],w=m[3],x=v.useRef(w);w&&(x.current=!0);var E,k=v.useCallback((function(e){p.current=e,oo(n,e)}),[n]),C=z(z({},f),{},{visible:o});if(c)if(g===Oo)E=w?c(z({},C),k):!i&&x.current&&u?c(z(z({},C),{},{className:u}),k):s||!i&&!u?c(z(z({},C),{},{style:{display:"none"}}),k):null;else{var S;b===Po?S="prepare":ia(b)?S="active":b===Fo&&(S="start");var A=Yo(l,"".concat(g,"-").concat(S));E=c(z(z({},C),{},{className:Qr()(Yo(l,g),L(L({},A,A&&S),l,"string"==typeof l)),style:y}),k)}else E=null;v.isValidElement(E)&&so(E)&&(lo(E)||(E=v.cloneElement(E,{ref:k})));return v.createElement(ko,{ref:h},E)}));return n.displayName="CSSMotion",n}(Go),ua="add",fa="keep",da="remove",pa="removed";function ha(e){var t;return z(z({},t=e&&"object"===P(e)&&"key"in e?e:{key:e}),{},{key:String(t.key)})}function ma(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map(ha)}function ga(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],r=0,o=t.length,a=ma(e),i=ma(t);a.forEach((function(e){for(var t=!1,a=r;a<o;a+=1){var s=i[a];if(s.key===e.key){r<a&&(n=n.concat(i.slice(r,a).map((function(e){return z(z({},e),{},{status:ua})}))),r=a),n.push(z(z({},s),{},{status:fa})),r+=1,t=!0;break}}t||n.push(z(z({},e),{},{status:da}))})),r<o&&(n=n.concat(i.slice(r).map((function(e){return z(z({},e),{},{status:ua})}))));var s={};n.forEach((function(e){var t=e.key;s[t]=(s[t]||0)+1}));var c=Object.keys(s).filter((function(e){return s[e]>1}));return c.forEach((function(e){(n=n.filter((function(t){var n=t.key,r=t.status;return n!==e||r!==da}))).forEach((function(t){t.key===e&&(t.status=fa)}))})),n}var va=["component","children","onVisibleChanged","onAllRemoved"],ba=["status"],ya=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];var wa=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:la,n=function(e){go(r,e);var n=xo(r);function r(){var e;fe(this,r);for(var t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];return L(yo(e=n.call.apply(n,[this].concat(o))),"state",{keyEntities:[]}),L(yo(e),"removeKey",(function(t){e.setState((function(e){var n=e.keyEntities.map((function(e){return e.key!==t?e:z(z({},e),{},{status:pa})}));return{keyEntities:n}}),(function(){0===e.state.keyEntities.filter((function(e){return e.status!==pa})).length&&e.props.onAllRemoved&&e.props.onAllRemoved()}))})),e}return pe(r,[{key:"render",value:function(){var e=this,n=this.state.keyEntities,r=this.props,o=r.component,a=r.children,i=r.onVisibleChanged,s=(r.onAllRemoved,uo(r,va)),c=o||v.Fragment,l={};return ya.forEach((function(e){l[e]=s[e],delete s[e]})),delete s.keys,v.createElement(c,s,n.map((function(n,r){var o=n.status,s=uo(n,ba),c=o===ua||o===fa;return v.createElement(t,rt({},l,{key:s.key,visible:c,eventProps:s,onVisibleChanged:function(t){null==i||i(t,{key:s.key}),t||e.removeKey(s.key)}}),(function(e,t){return a(z(z({},e),{},{index:r}),t)}))})))}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=e.keys,r=t.keyEntities,o=ma(n);return{keyEntities:ga(r,o).filter((function(e){var t=r.find((function(t){var n=t.key;return e.key===n}));return!t||t.status!==pa||e.status!==da}))}}}]),r}(v.Component);return L(n,"defaultProps",{component:"div"}),n}(Go),xa=la;function Ea(e){return e>=0&&e<=255}var ka=function(e,t){var n=new Mn(e).toRgb(),r=n.r,o=n.g,a=n.b;if(n.a<1)return e;for(var i=new Mn(t).toRgb(),s=i.r,c=i.g,l=i.b,u=.01;u<=1;u+=.01){var f=Math.round((r-s*(1-u))/u),d=Math.round((o-c*(1-u))/u),p=Math.round((a-l*(1-u))/u);if(Ea(f)&&Ea(d)&&Ea(p))return new Mn({r:f,g:d,b:p,a:Math.round(100*u)/100}).toRgbString()}return new Mn({r:r,g:o,b:a,a:1}).toRgbString()},Ca=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};function Sa(e){var t=e.override,n=Ca(e,["override"]),r=Object.assign({},t);Object.keys(yr).forEach((function(e){delete r[e]}));var o=Object.assign(Object.assign({},n),r),a=1200,i=1600;if(!1===o.motion){var s="0s";o.motionDurationFast=s,o.motionDurationMid=s,o.motionDurationSlow=s}return Object.assign(Object.assign(Object.assign({},o),{colorFillContent:o.colorFillSecondary,colorFillContentHover:o.colorFill,colorFillAlter:o.colorFillQuaternary,colorBgContainerDisabled:o.colorFillTertiary,colorBorderBg:o.colorBgContainer,colorSplit:ka(o.colorBorderSecondary,o.colorBgContainer),colorTextPlaceholder:o.colorTextQuaternary,colorTextDisabled:o.colorTextQuaternary,colorTextHeading:o.colorText,colorTextLabel:o.colorTextSecondary,colorTextDescription:o.colorTextTertiary,colorTextLightSolid:o.colorWhite,colorHighlight:o.colorError,colorBgTextHover:o.colorFillSecondary,colorBgTextActive:o.colorFill,colorIcon:o.colorTextTertiary,colorIconHover:o.colorText,colorErrorOutline:ka(o.colorErrorBg,o.colorBgContainer),colorWarningOutline:ka(o.colorWarningBg,o.colorBgContainer),fontSizeIcon:o.fontSizeSM,lineWidthFocus:3*o.lineWidth,lineWidth:o.lineWidth,controlOutlineWidth:2*o.lineWidth,controlInteractiveSize:o.controlHeight/2,controlItemBgHover:o.colorFillTertiary,controlItemBgActive:o.colorPrimaryBg,controlItemBgActiveHover:o.colorPrimaryBgHover,controlItemBgActiveDisabled:o.colorFill,controlTmpOutline:o.colorFillQuaternary,controlOutline:ka(o.colorPrimaryBg,o.colorBgContainer),lineType:o.lineType,borderRadius:o.borderRadius,borderRadiusXS:o.borderRadiusXS,borderRadiusSM:o.borderRadiusSM,borderRadiusLG:o.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:o.sizeXXS,paddingXS:o.sizeXS,paddingSM:o.sizeSM,padding:o.size,paddingMD:o.sizeMD,paddingLG:o.sizeLG,paddingXL:o.sizeXL,paddingContentHorizontalLG:o.sizeLG,paddingContentVerticalLG:o.sizeMS,paddingContentHorizontal:o.sizeMS,paddingContentVertical:o.sizeSM,paddingContentHorizontalSM:o.size,paddingContentVerticalSM:o.sizeXS,marginXXS:o.sizeXXS,marginXS:o.sizeXS,marginSM:o.sizeSM,margin:o.size,marginMD:o.sizeMD,marginLG:o.sizeLG,marginXL:o.sizeXL,marginXXL:o.sizeXXL,boxShadow:"\n 0 6px 16px 0 rgba(0, 0, 0, 0.08),\n 0 3px 6px -4px rgba(0, 0, 0, 0.12),\n 0 9px 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowSecondary:"\n 0 6px 16px 0 rgba(0, 0, 0, 0.08),\n 0 3px 6px -4px rgba(0, 0, 0, 0.12),\n 0 9px 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowTertiary:"\n 0 1px 2px 0 rgba(0, 0, 0, 0.03),\n 0 1px 6px -1px rgba(0, 0, 0, 0.02),\n 0 2px 4px 0 rgba(0, 0, 0, 0.02)\n ",screenXS:480,screenXSMin:480,screenXSMax:575,screenSM:576,screenSMMin:576,screenSMMax:767,screenMD:768,screenMDMin:768,screenMDMax:991,screenLG:992,screenLGMin:992,screenLGMax:1199,screenXL:a,screenXLMin:a,screenXLMax:1599,screenXXL:i,screenXXLMin:i,boxShadowPopoverArrow:"2px 2px 5px rgba(0, 0, 0, 0.05)",boxShadowCard:"\n 0 1px 2px -2px ".concat(new Mn("rgba(0, 0, 0, 0.16)").toRgbString(),",\n 0 3px 6px 0 ").concat(new Mn("rgba(0, 0, 0, 0.12)").toRgbString(),",\n 0 5px 12px 4px ").concat(new Mn("rgba(0, 0, 0, 0.09)").toRgbString(),"\n "),boxShadowDrawerRight:"\n -6px 0 16px 0 rgba(0, 0, 0, 0.08),\n -3px 0 6px -4px rgba(0, 0, 0, 0.12),\n -9px 0 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowDrawerLeft:"\n 6px 0 16px 0 rgba(0, 0, 0, 0.08),\n 3px 0 6px -4px rgba(0, 0, 0, 0.12),\n 9px 0 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowDrawerUp:"\n 0 6px 16px 0 rgba(0, 0, 0, 0.08),\n 0 3px 6px -4px rgba(0, 0, 0, 0.12),\n 0 9px 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowDrawerDown:"\n 0 -6px 16px 0 rgba(0, 0, 0, 0.08),\n 0 -3px 6px -4px rgba(0, 0, 0, 0.12),\n 0 -9px 28px 8px rgba(0, 0, 0, 0.05)\n ",boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),r)}var Aa=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},_a={lineHeight:!0,lineHeightSM:!0,lineHeightLG:!0,lineHeightHeading1:!0,lineHeightHeading2:!0,lineHeightHeading3:!0,lineHeightHeading4:!0,lineHeightHeading5:!0,opacityLoading:!0,fontWeightStrong:!0,zIndexPopupBase:!0,zIndexBase:!0,opacityImage:!0},Oa={size:!0,sizeSM:!0,sizeLG:!0,sizeMD:!0,sizeXS:!0,sizeXXS:!0,sizeMS:!0,sizeXL:!0,sizeXXL:!0,sizeUnit:!0,sizeStep:!0,motionBase:!0,motionUnit:!0},Da={screenXS:!0,screenXSMin:!0,screenXSMax:!0,screenSM:!0,screenSMMin:!0,screenSMMax:!0,screenMD:!0,screenMDMin:!0,screenMDMax:!0,screenLG:!0,screenLGMin:!0,screenLGMax:!0,screenXL:!0,screenXLMin:!0,screenXLMax:!0,screenXXL:!0,screenXXLMin:!0},Ta=function e(t,n,r){var o=r.getDerivativeToken(t),a=n.override,i=Aa(n,["override"]),s=Object.assign(Object.assign({},o),{override:a});return s=Sa(s),i&&Object.entries(i).forEach((function(t){var n=x()(t,2),r=n[0],o=n[1],a=o.theme,i=Aa(o,["theme"]),c=i;a&&(c=e(Object.assign(Object.assign({},s),i),{override:i},a)),s[r]=c})),s};function Ra(){var e=v.useContext(Nr),t=e.token,n=e.hashed,r=e.theme,o=e.override,a=e.cssVar,i="".concat("5.26.4","-").concat(n||""),s=r||Tr,c=nt(s,[yr,t],{salt:i,override:o,getComputedToken:Ta,formatToken:Sa,cssVar:a&&{prefix:a.prefix,key:a.key,unitless:_a,ignore:Oa,preserve:Da}}),l=x()(c,3),u=l[0],f=l[1];return[s,l[2],n?f:"",u,a]}var Na=v.createContext(!0);function Pa(e){var t=v.useContext(Na),n=e.children,r=Ra(),o=x()(r,2)[1].motion,a=v.useRef(!1);return a.current||(a.current=t!==o),a.current?v.createElement(Na.Provider,{value:o},v.createElement(ho,{motion:o},n)):n}var Fa,La,Ia,ja,Ma=function(){return null},Ba=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return{boxSizing:"border-box",margin:0,padding:0,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,listStyle:"none",fontFamily:t?"inherit":e.fontFamily}},za=function(e,t){return{outline:"".concat(Ie(e.lineWidthFocus)," solid ").concat(e.colorPrimaryBorder),outlineOffset:null!=t?t:1,transition:"outline-offset 0s, outline 0s"}},qa=function(e,t){return{"&:focus-visible":Object.assign({},za(e,t))}},Ha=function(e){return g()({},".".concat(e),Object.assign(Object.assign({},{display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),g()({},".".concat(e," .").concat(e,"-icon"),{display:"block"})))},Ua=function(e){return Object.assign(Object.assign({color:e.colorLink,textDecoration:e.linkDecoration,outline:"none",cursor:"pointer",transition:"all ".concat(e.motionDurationSlow),border:0,padding:0,background:"none",userSelect:"none"},qa(e)),{"&:focus, &:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive}})},Va=function(e,t){var n=Ra(),r=x()(n,2);return on({theme:r[0],token:r[1],hashId:"",path:["ant-design-icons",e],nonce:function(){return null==t?void 0:t.nonce},layer:{name:"antd"}},(function(){return[Ha(e)]}))},Wa=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Ga=["getTargetContainer","getPopupContainer","renderEmpty","input","pagination","form","select","button"];function Qa(){return Fa||_}function Ka(){return La||O}var Ya=function(){return{getPrefixCls:function(e,t){return t||(e?"".concat(Qa(),"-").concat(e):Qa())},getIconPrefixCls:Ka,getRootPrefixCls:function(){return Fa||Qa()},getTheme:function(){return Ia},holderRender:ja}},Xa=function(e){var t=e.children,n=e.csp,r=e.autoInsertSpaceInButton,o=e.alert,a=e.anchor,i=e.form,s=e.locale,c=e.componentSize,l=e.direction,u=e.space,f=e.splitter,d=e.virtual,p=e.dropdownMatchSelectWidth,h=e.popupMatchSelectWidth,m=e.popupOverflow,g=e.legacyLocale,b=e.parentContext,y=e.iconPrefixCls,w=e.theme,E=e.componentDisabled,k=e.segmented,C=e.statistic,S=e.spin,A=e.calendar,_=e.carousel,D=e.cascader,R=e.collapse,N=e.typography,P=e.checkbox,F=e.descriptions,L=e.divider,I=e.drawer,j=e.skeleton,M=e.steps,B=e.image,z=e.layout,q=e.list,H=e.mentions,U=e.modal,V=e.progress,W=e.result,G=e.slider,Q=e.breadcrumb,K=e.menu,Y=e.pagination,X=e.input,J=e.textArea,Z=e.empty,$=e.badge,ee=e.radio,te=e.rate,re=e.switch,oe=e.transfer,ae=e.avatar,ie=e.message,se=e.tag,ce=e.table,le=e.card,fe=e.tabs,de=e.timeline,pe=e.timePicker,he=e.upload,me=e.notification,ge=e.tree,ve=e.colorPicker,be=e.datePicker,ye=e.rangePicker,we=e.flex,xe=e.wave,ke=e.dropdown,Ce=e.warning,Se=e.tour,Ae=e.tooltip,_e=e.popover,De=e.popconfirm,Te=e.floatButtonGroup,Re=e.variant,Ne=e.inputNumber,Pe=e.treeSelect,Fe=v.useCallback((function(t,n){var r=e.prefixCls;if(n)return n;var o=r||b.getPrefixCls("");return t?"".concat(o,"-").concat(t):o}),[b.getPrefixCls,e.prefixCls]),Le=y||b.iconPrefixCls||O,Ie=n||b.csp;Va(Le,Ie);var je=function(e,t,n){En("ConfigProvider");var r,o=e||{},a=!1!==o.inherit&&t?t:Object.assign(Object.assign({},Rr),{hashed:null!==(r=null==t?void 0:t.hashed)&&void 0!==r?r:Rr.hashed,cssVar:null==t?void 0:t.cssVar}),i=Wr();return ne((function(){var r,s;if(!e)return t;var c=Object.assign({},a.components);Object.keys(e.components||{}).forEach((function(t){c[t]=Object.assign(Object.assign({},c[t]),e.components[t])}));var l="css-var-".concat(i.replace(/:/g,"")),u=(null!==(r=o.cssVar)&&void 0!==r?r:a.cssVar)&&Object.assign(Object.assign(Object.assign({prefix:null==n?void 0:n.prefixCls},"object"===Ur()(a.cssVar)?a.cssVar:{}),"object"===Ur()(o.cssVar)?o.cssVar:{}),{key:"object"===Ur()(o.cssVar)&&(null===(s=o.cssVar)||void 0===s?void 0:s.key)||l});return Object.assign(Object.assign(Object.assign({},a),o),{token:Object.assign(Object.assign({},a.token),o.token),components:c,cssVar:u})}),[o,a],(function(e,t){return e.some((function(e,n){var r=t[n];return!ue(e,r,!0)}))}))}(w,b.theme,{prefixCls:Fe("")});var Me={csp:Ie,autoInsertSpaceInButton:r,alert:o,anchor:a,locale:s||g,direction:l,space:u,splitter:f,virtual:d,popupMatchSelectWidth:null!=h?h:p,popupOverflow:m,getPrefixCls:Fe,iconPrefixCls:Le,theme:je,segmented:k,statistic:C,spin:S,calendar:A,carousel:_,cascader:D,collapse:R,typography:N,checkbox:P,descriptions:F,divider:L,drawer:I,skeleton:j,steps:M,image:B,input:X,textArea:J,layout:z,list:q,mentions:H,modal:U,progress:V,result:W,slider:G,breadcrumb:Q,menu:K,pagination:Y,empty:Z,badge:$,radio:ee,rate:te,switch:re,transfer:oe,avatar:ae,message:ie,tag:se,table:ce,card:le,tabs:fe,timeline:de,timePicker:pe,upload:he,notification:me,tree:ge,colorPicker:ve,datePicker:be,rangePicker:ye,flex:we,wave:xe,dropdown:ke,warning:Ce,tour:Se,tooltip:Ae,popover:_e,popconfirm:De,floatButtonGroup:Te,variant:Re,inputNumber:Ne,treeSelect:Pe},Be=Object.assign({},b);Object.keys(Me).forEach((function(e){void 0!==Me[e]&&(Be[e]=Me[e])})),Ga.forEach((function(t){var n=e[t];n&&(Be[t]=n)})),void 0!==r&&(Be.button=Object.assign({autoInsertSpace:r},Be.button));var ze=ne((function(){return Be}),Be,(function(e,t){var n=Object.keys(e),r=Object.keys(t);return n.length!==r.length||n.some((function(n){return e[n]!==t[n]}))})),qe=v.useContext(Ee).layer,He=v.useMemo((function(){return{prefixCls:Le,csp:Ie,layer:qe?"antd":void 0}}),[Le,Ie,qe]),Ue=v.createElement(v.Fragment,null,v.createElement(Ma,{dropdownMatchSelectWidth:p}),t),Ve=v.useMemo((function(){var e,t,n,r;return yn((null===(e=Dn.Form)||void 0===e?void 0:e.defaultValidateMessages)||{},(null===(n=null===(t=ze.locale)||void 0===t?void 0:t.Form)||void 0===n?void 0:n.defaultValidateMessages)||{},(null===(r=ze.form)||void 0===r?void 0:r.validateMessages)||{},(null==i?void 0:i.validateMessages)||{})}),[ze,null==i?void 0:i.validateMessages]);Object.keys(Ve).length>0&&(Ue=v.createElement(kn.Provider,{value:Ve},Ue)),s&&(Ue=v.createElement(Pn,{locale:s,_ANT_MARK__:"internalMark"},Ue)),(Le||Ie)&&(Ue=v.createElement(dn.Provider,{value:He},Ue)),c&&(Ue=v.createElement(Br,{size:c},Ue)),Ue=v.createElement(Pa,null,Ue);var We=v.useMemo((function(){var e=je||{},t=e.algorithm,n=e.token,r=e.components,o=e.cssVar,a=Wa(e,["algorithm","token","components","cssVar"]),i=t&&(!Array.isArray(t)||t.length>0)?Oe(t):Tr,s={};Object.entries(r||{}).forEach((function(e){var t=x()(e,2),n=t[0],r=t[1],o=Object.assign({},r);"algorithm"in o&&(!0===o.algorithm?o.theme=i:(Array.isArray(o.algorithm)||"function"==typeof o.algorithm)&&(o.theme=Oe(o.algorithm)),delete o.algorithm),s[n]=o}));var c=Object.assign(Object.assign({},yr),n);return Object.assign(Object.assign({},a),{theme:i,token:c,components:s,override:Object.assign({override:c},s),cssVar:o})}),[je]);return w&&(Ue=v.createElement(Nr.Provider,{value:We},Ue)),ze.warning&&(Ue=v.createElement(xn.Provider,{value:ze.warning},Ue)),void 0!==E&&(Ue=v.createElement(Ir,{disabled:E},Ue)),v.createElement(T.Provider,{value:ze},Ue)},Ja=function(e){var t=v.useContext(T),n=v.useContext(Nn);return v.createElement(Xa,Object.assign({parentContext:t,legacyLocale:n},e))};Ja.ConfigContext=T,Ja.SizeContext=zr,Ja.config=function(e){var t=e.prefixCls,n=e.iconPrefixCls,r=e.theme,o=e.holderRender;void 0!==t&&(Fa=t),void 0!==n&&(La=n),"holderRender"in e&&(ja=o),r&&(!function(e){return Object.keys(e).some((function(e){return e.endsWith("Color")}))}(r)?Ia=r:Fr(Qa(),r))},Ja.useConfig=qr,Object.defineProperty(Ja,"SizeContext",{get:function(){return zr}});var Za=Ja;function $a(e,t){this.v=e,this.k=t}function ei(e,t,n,r){var o=Object.defineProperty;try{o({},"",{})}catch(e){o=0}ei=function(e,t,n,r){if(t)o?o(e,t,{value:n,enumerable:!r,configurable:!r,writable:!r}):e[t]=n;else{var a=function(t,n){ei(e,t,(function(e){return this._invoke(t,n,e)}))};a("next",0),a("throw",1),a("return",2)}},ei(e,t,n,r)}function ti(){var e,t,n="function"==typeof Symbol?Symbol:{},r=n.iterator||"@@iterator",o=n.toStringTag||"@@toStringTag";function a(n,r,o,a){var c=r&&r.prototype instanceof s?r:s,l=Object.create(c.prototype);return ei(l,"_invoke",function(n,r,o){var a,s,c,l=0,u=o||[],f=!1,d={p:0,n:0,v:e,a:p,f:p.bind(e,4),d:function(t,n){return a=t,s=0,c=e,d.n=n,i}};function p(n,r){for(s=n,c=r,t=0;!f&&l&&!o&&t<u.length;t++){var o,a=u[t],p=d.p,h=a[2];n>3?(o=h===r)&&(c=a[(s=a[4])?5:(s=3,3)],a[4]=a[5]=e):a[0]<=p&&((o=n<2&&p<a[1])?(s=0,d.v=r,d.n=a[1]):p<h&&(o=n<3||a[0]>r||r>h)&&(a[4]=n,a[5]=r,d.n=h,s=0))}if(o||n>1)return i;throw f=!0,r}return function(o,u,h){if(l>1)throw TypeError("Generator is already running");for(f&&1===u&&p(u,h),s=u,c=h;(t=s<2?e:c)||!f;){a||(s?s<3?(s>1&&(d.n=-1),p(s,c)):d.n=c:d.v=c);try{if(l=2,a){if(s||(o="next"),t=a[o]){if(!(t=t.call(a,c)))throw TypeError("iterator result is not an object");if(!t.done)return t;c=t.value,s<2&&(s=0)}else 1===s&&(t=a.return)&&t.call(a),s<2&&(c=TypeError("The iterator does not provide a '"+o+"' method"),s=1);a=e}else if((t=(f=d.n<0)?c:n.call(r,d))!==i)break}catch(t){a=e,s=1,c=t}finally{l=1}}return{value:t,done:f}}}(n,o,a),!0),l}var i={};function s(){}function c(){}function l(){}t=Object.getPrototypeOf;var u=[][r]?t(t([][r]())):(ei(t={},r,(function(){return this})),t),f=l.prototype=s.prototype=Object.create(u);function d(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,l):(e.__proto__=l,ei(e,o,"GeneratorFunction")),e.prototype=Object.create(f),e}return c.prototype=l,ei(f,"constructor",l),ei(l,"constructor",c),c.displayName="GeneratorFunction",ei(l,o,"GeneratorFunction"),ei(f),ei(f,o,"Generator"),ei(f,r,(function(){return this})),ei(f,"toString",(function(){return"[object Generator]"})),(ti=function(){return{w:a,m:d}})()}function ni(e,t){function n(r,o,a,i){try{var s=e[r](o),c=s.value;return c instanceof $a?t.resolve(c.v).then((function(e){n("next",e,a,i)}),(function(e){n("throw",e,a,i)})):t.resolve(c).then((function(e){s.value=e,a(s)}),(function(e){return n("throw",e,a,i)}))}catch(e){i(e)}}var r;this.next||(ei(ni.prototype),ei(ni.prototype,"function"==typeof Symbol&&Symbol.asyncIterator||"@asyncIterator",(function(){return this}))),ei(this,"_invoke",(function(e,o,a){function i(){return new t((function(t,r){n(e,a,t,r)}))}return r=r?r.then(i,i):i()}),!0)}function ri(e,t,n,r,o){return new ni(ti().w(e,t,n,r),o||Promise)}function oi(e,t,n,r,o){var a=ri(e,t,n,r,o);return a.next().then((function(e){return e.done?e.value:a.next()}))}function ai(e){var t=Object(e),n=[];for(var r in t)n.unshift(r);return function e(){for(;n.length;)if((r=n.pop())in t)return e.value=r,e.done=!1,e;return e.done=!0,e}}function ii(e){if(null!=e){var t=e["function"==typeof Symbol&&Symbol.iterator||"@@iterator"],n=0;if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}throw new TypeError(P(e)+" is not iterable")}function si(){var e=ti(),t=e.m(si),n=(Object.getPrototypeOf?Object.getPrototypeOf(t):t.__proto__).constructor;function r(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===n||"GeneratorFunction"===(t.displayName||t.name))}var o={throw:1,return:2,break:3,continue:3};function a(e){var t,n;return function(r){t||(t={stop:function(){return n(r.a,2)},catch:function(){return r.v},abrupt:function(e,t){return n(r.a,o[e],t)},delegateYield:function(e,o,a){return t.resultName=o,n(r.d,ii(e),a)},finish:function(e){return n(r.f,e)}},n=function(e,n,o){r.p=t.prev,r.n=t.next;try{return e(n,o)}finally{t.next=r.n}}),t.resultName&&(t[t.resultName]=r.v,t.resultName=void 0),t.sent=r.v,t.next=r.n;try{return e.call(this,t)}finally{r.p=t.prev,r.n=t.next}}}return(si=function(){return{wrap:function(t,n,r,o){return e.w(a(t),n,r,o&&o.reverse())},isGeneratorFunction:r,mark:e.m,awrap:function(e,t){return new $a(e,t)},AsyncIterator:ni,async:function(e,t,n,o,i){return(r(t)?ri:oi)(a(e),t,n,o,i)},keys:ai,values:ii}})()}function ci(e,t,n,r,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,o)}function li(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var a=e.apply(t,n);function i(e){ci(a,r,o,i,s,"next",e)}function s(e){ci(a,r,o,i,s,"throw",e)}i(void 0)}))}}var ui,fi=z({},Yr),di=fi.version,pi=fi.render,hi=fi.unmountComponentAtNode;try{Number((di||"").split(".")[0])>=18&&(ui=fi.createRoot)}catch(e){}function mi(e){var t=fi.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;t&&"object"===P(t)&&(t.usingClientEntryPoint=e)}var gi="__rc_react_root__";function vi(e,t){ui?function(e,t){mi(!0);var n=t[gi]||ui(t);mi(!1),n.render(e),t[gi]=n}(e,t):function(e,t){null==pi||pi(e,t)}(e,t)}function bi(e){return yi.apply(this,arguments)}function yi(){return(yi=li(si().mark((function e(t){return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Promise.resolve().then((function(){var e;null===(e=t[gi])||void 0===e||e.unmount(),delete t[gi]})));case 1:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function wi(e){hi(e)}function xi(){return(xi=li(si().mark((function e(t){return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(void 0===ui){e.next=2;break}return e.abrupt("return",bi(t));case 2:wi(t);case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var Ei=function(e,t){return vi(e,t),function(){return function(e){return xi.apply(this,arguments)}(t)}};function ki(e){return e&&(Ei=e),Ei}var Ci={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"}}]},name:"check-circle",theme:"filled"};function Si(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}function Ai(e){return function(e){return Si(e)instanceof ShadowRoot}(e)?Si(e):null}function _i(e){return e.replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))}function Oi(e){return"object"===P(e)&&"string"==typeof e.name&&"string"==typeof e.theme&&("object"===P(e.icon)||"function"==typeof e.icon)}function Di(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.keys(e).reduce((function(t,n){var r=e[n];if("class"===n)t.className=r,delete t.class;else delete t[n],t[_i(n)]=r;return t}),{})}function Ti(e,t,n){return n?v.createElement(e.tag,z(z({key:t},Di(e.attrs)),n),(e.children||[]).map((function(n,r){return Ti(n,"".concat(t,"-").concat(e.tag,"-").concat(r))}))):v.createElement(e.tag,z({key:t},Di(e.attrs)),(e.children||[]).map((function(n,r){return Ti(n,"".concat(t,"-").concat(e.tag,"-").concat(r))})))}function Ri(e){return Un(e)[0]}function Ni(e){return e?Array.isArray(e)?e:[e]:[]}var Pi=["icon","className","onClick","style","primaryColor","secondaryColor"],Fi={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};var Li=function(e){var t,n,r,o,a,i,s=e.icon,c=e.className,l=e.onClick,u=e.style,f=e.primaryColor,d=e.secondaryColor,p=uo(e,Pi),h=v.useRef(),m=Fi;if(f&&(m={primaryColor:f,secondaryColor:d||Ri(f)}),t=h,n=(0,v.useContext)(dn),r=n.csp,o=n.prefixCls,a=n.layer,i="\n.anticon {\n display: inline-flex;\n align-items: center;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n",o&&(i=i.replace(/anticon/g,o)),a&&(i="@layer ".concat(a," {\n").concat(i,"\n}")),(0,v.useEffect)((function(){var e=Ai(t.current);te(i,"@ant-design-icons",{prepend:!a,csp:r,attachTo:e})}),[]),function(e,t){le(e,"[@ant-design/icons] ".concat(t))}(Oi(s),"icon should be icon definiton, but got ".concat(s)),!Oi(s))return null;var g=s;return g&&"function"==typeof g.icon&&(g=z(z({},g),{},{icon:g.icon(m.primaryColor,m.secondaryColor)})),Ti(g.icon,"svg-".concat(g.name),z(z({className:c,onClick:l,style:u,"data-icon":g.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},p),{},{ref:h}))};Li.displayName="IconReact",Li.getTwoToneColors=function(){return z({},Fi)},Li.setTwoToneColors=function(e){var t=e.primaryColor,n=e.secondaryColor;Fi.primaryColor=t,Fi.secondaryColor=n||Ri(t),Fi.calculated=!!n};var Ii=Li;function ji(e){var t=M(Ni(e),2),n=t[0],r=t[1];return Ii.setTwoToneColors({primaryColor:n,secondaryColor:r})}var Mi=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];ji($n.primary);var Bi=v.forwardRef((function(e,t){var n=e.className,r=e.icon,o=e.spin,a=e.rotate,i=e.tabIndex,s=e.onClick,c=e.twoToneColor,l=uo(e,Mi),u=v.useContext(dn),f=u.prefixCls,d=void 0===f?"anticon":f,p=u.rootClassName,h=Qr()(p,d,L(L({},"".concat(d,"-").concat(r.name),!!r.name),"".concat(d,"-spin"),!!o||"loading"===r.name),n),m=i;void 0===m&&s&&(m=-1);var g=a?{msTransform:"rotate(".concat(a,"deg)"),transform:"rotate(".concat(a,"deg)")}:void 0,b=M(Ni(c),2),y=b[0],w=b[1];return v.createElement("span",rt({role:"img","aria-label":r.name},l,{ref:t,tabIndex:m,onClick:s,className:h}),v.createElement(Ii,{icon:r,primaryColor:y,secondaryColor:w,style:g}))}));Bi.displayName="AntdIcon",Bi.getTwoToneColor=function(){var e=Ii.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor},Bi.setTwoToneColor=ji;var zi=Bi,qi=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Ci}))};var Hi=v.forwardRef(qi),Ui={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"}}]},name:"close-circle",theme:"filled"},Vi=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Ui}))};var Wi=v.forwardRef(Vi),Gi={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"exclamation-circle",theme:"filled"},Qi=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Gi}))};var Ki=v.forwardRef(Qi),Yi={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"info-circle",theme:"filled"},Xi=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Yi}))};var Ji=v.forwardRef(Xi),Zi={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"},$i=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Zi}))};var es=v.forwardRef($i),ts={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(e){var t=e.keyCode;if(e.altKey&&!e.ctrlKey||e.metaKey||t>=ts.F1&&t<=ts.F12)return!1;switch(t){case ts.ALT:case ts.CAPS_LOCK:case ts.CONTEXT_MENU:case ts.CTRL:case ts.DOWN:case ts.END:case ts.ESC:case ts.HOME:case ts.INSERT:case ts.LEFT:case ts.MAC_FF_META:case ts.META:case ts.NUMLOCK:case ts.NUM_CENTER:case ts.PAGE_DOWN:case ts.PAGE_UP:case ts.PAUSE:case ts.PRINT_SCREEN:case ts.RIGHT:case ts.SHIFT:case ts.UP:case ts.WIN_KEY:case ts.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(e){if(e>=ts.ZERO&&e<=ts.NINE)return!0;if(e>=ts.NUM_ZERO&&e<=ts.NUM_MULTIPLY)return!0;if(e>=ts.A&&e<=ts.Z)return!0;if(-1!==window.navigator.userAgent.indexOf("WebKit")&&0===e)return!0;switch(e){case ts.SPACE:case ts.QUESTION_MARK:case ts.NUM_PLUS:case ts.NUM_MINUS:case ts.NUM_PERIOD:case ts.NUM_DIVISION:case ts.SEMICOLON:case ts.DASH:case ts.EQUALS:case ts.COMMA:case ts.PERIOD:case ts.SLASH:case ts.APOSTROPHE:case ts.SINGLE_QUOTE:case ts.OPEN_SQUARE_BRACKET:case ts.BACKSLASH:case ts.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},ns=ts,rs="".concat("accept acceptCharset accessKey action allowFullScreen allowTransparency\n alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge\n charSet checked classID className colSpan cols content contentEditable contextMenu\n controls coords crossOrigin data dateTime default defer dir disabled download draggable\n encType form formAction formEncType formMethod formNoValidate formTarget frameBorder\n headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity\n is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media\n mediaGroup method min minLength multiple muted name noValidate nonce open\n optimum pattern placeholder poster preload radioGroup readOnly rel required\n reversed role rowSpan rows sandbox scope scoped scrolling seamless selected\n shape size sizes span spellCheck src srcDoc srcLang srcSet start step style\n summary tabIndex target title type useMap value width wmode wrap"," ").concat("onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown\n onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick\n onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown\n onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel\n onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough\n onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata\n onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError").split(/[\s\n]+/),os="aria-",as="data-";function is(e,t){return 0===e.indexOf(t)}function ss(e){var t,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];t=!1===n?{aria:!0,data:!0,attr:!0}:!0===n?{aria:!0}:z({},n);var r={};return Object.keys(e).forEach((function(n){(t.aria&&("role"===n||is(n,os))||t.data&&is(n,as)||t.attr&&rs.includes(n))&&(r[n]=e[n])})),r}var cs=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.style,o=e.className,a=e.duration,i=void 0===a?4.5:a,s=e.showProgress,c=e.pauseOnHover,l=void 0===c||c,u=e.eventKey,f=e.content,d=e.closable,p=e.closeIcon,h=void 0===p?"x":p,m=e.props,g=e.onClick,b=e.onNoticeClose,y=e.times,w=e.hovering,x=M(v.useState(!1),2),E=x[0],k=x[1],C=M(v.useState(0),2),S=C[0],A=C[1],_=M(v.useState(0),2),O=_[0],D=_[1],T=w||E,R=i>0&&s,N=function(){b(u)};v.useEffect((function(){if(!T&&i>0){var e=Date.now()-O,t=setTimeout((function(){N()}),1e3*i-O);return function(){l&&clearTimeout(t),D(Date.now()-e)}}}),[i,T,y]),v.useEffect((function(){if(!T&&R&&(l||0===O)){var e,t=performance.now();return function n(){cancelAnimationFrame(e),e=requestAnimationFrame((function(e){var r=e+O-t,o=Math.min(r/(1e3*i),1);A(100*o),o<1&&n()}))}(),function(){l&&cancelAnimationFrame(e)}}}),[i,O,T,R,y]);var F=v.useMemo((function(){return"object"===P(d)&&null!==d?d:d?{closeIcon:h}:{}}),[d,h]),I=ss(F,!0),j=100-(!S||S<0?0:S>100?100:S),B="".concat(n,"-notice");return v.createElement("div",rt({},m,{ref:t,className:Qr()(B,o,L({},"".concat(B,"-closable"),d)),style:r,onMouseEnter:function(e){var t;k(!0),null==m||null===(t=m.onMouseEnter)||void 0===t||t.call(m,e)},onMouseLeave:function(e){var t;k(!1),null==m||null===(t=m.onMouseLeave)||void 0===t||t.call(m,e)},onClick:g}),v.createElement("div",{className:"".concat(B,"-content")},f),d&&v.createElement("a",rt({tabIndex:0,className:"".concat(B,"-close"),onKeyDown:function(e){"Enter"!==e.key&&"Enter"!==e.code&&e.keyCode!==ns.ENTER||N()},"aria-label":"Close"},I,{onClick:function(e){e.preventDefault(),e.stopPropagation(),N()}}),F.closeIcon),R&&v.createElement("progress",{className:"".concat(B,"-progress"),max:"100",value:j},j+"%"))})),ls=cs,us=v.createContext({}),fs=function(e){var t=e.children,n=e.classNames;return v.createElement(us.Provider,{value:{classNames:n}},t)},ds=function(e){var t,n,r,o={offset:8,threshold:3,gap:16};e&&"object"===P(e)&&(o.offset=null!==(t=e.offset)&&void 0!==t?t:8,o.threshold=null!==(n=e.threshold)&&void 0!==n?n:3,o.gap=null!==(r=e.gap)&&void 0!==r?r:16);return[!!e,o]},ps=["className","style","classNames","styles"];var hs=function(e){var t=e.configList,n=e.placement,r=e.prefixCls,o=e.className,a=e.style,i=e.motion,s=e.onAllNoticeRemoved,c=e.onNoticeClose,l=e.stack,u=(0,v.useContext)(us).classNames,f=(0,v.useRef)({}),d=M((0,v.useState)(null),2),p=d[0],h=d[1],m=M((0,v.useState)([]),2),g=m[0],b=m[1],y=t.map((function(e){return{config:e,key:String(e.key)}})),w=M(ds(l),2),x=w[0],E=w[1],k=E.offset,C=E.threshold,A=E.gap,_=x&&(g.length>0||y.length<=C),O="function"==typeof i?i(n):i;return(0,v.useEffect)((function(){x&&g.length>1&&b((function(e){return e.filter((function(e){return y.some((function(t){var n=t.key;return e===n}))}))}))}),[g,y,x]),(0,v.useEffect)((function(){var e,t;x&&f.current[null===(e=y[y.length-1])||void 0===e?void 0:e.key]&&h(f.current[null===(t=y[y.length-1])||void 0===t?void 0:t.key])}),[y,x]),v.createElement(wa,rt({key:n,className:Qr()(r,"".concat(r,"-").concat(n),null==u?void 0:u.list,o,L(L({},"".concat(r,"-stack"),!!x),"".concat(r,"-stack-expanded"),_)),style:a,keys:y,motionAppear:!0},O,{onAllRemoved:function(){s(n)}}),(function(e,t){var o=e.config,a=e.className,i=e.style,s=e.index,l=o,d=l.key,h=l.times,m=String(d),w=o,E=w.className,C=w.style,O=w.classNames,D=w.styles,T=uo(w,ps),R=y.findIndex((function(e){return e.key===m})),N={};if(x){var P=y.length-1-(R>-1?R:s-1),F="top"===n||"bottom"===n?"-50%":"0";if(P>0){var L,I,j;N.height=_?null===(L=f.current[m])||void 0===L?void 0:L.offsetHeight:null==p?void 0:p.offsetHeight;for(var M=0,B=0;B<P;B++){var q;M+=(null===(q=f.current[y[y.length-1-B].key])||void 0===q?void 0:q.offsetHeight)+A}var H=(_?M:P*k)*(n.startsWith("top")?1:-1),U=!_&&null!=p&&p.offsetWidth&&null!==(I=f.current[m])&&void 0!==I&&I.offsetWidth?((null==p?void 0:p.offsetWidth)-2*k*(P<3?P:3))/(null===(j=f.current[m])||void 0===j?void 0:j.offsetWidth):1;N.transform="translate3d(".concat(F,", ").concat(H,"px, 0) scaleX(").concat(U,")")}else N.transform="translate3d(".concat(F,", 0, 0)")}return v.createElement("div",{ref:t,className:Qr()("".concat(r,"-notice-wrapper"),a,null==O?void 0:O.wrapper),style:z(z(z({},i),N),null==D?void 0:D.wrapper),onMouseEnter:function(){return b((function(e){return e.includes(m)?e:[].concat(S(e),[m])}))},onMouseLeave:function(){return b((function(e){return e.filter((function(e){return e!==m}))}))}},v.createElement(ls,rt({},T,{ref:function(e){R>-1?f.current[m]=e:delete f.current[m]},prefixCls:r,classNames:O,styles:D,className:Qr()(E,null==u?void 0:u.notice),style:C,times:h,key:d,eventKey:d,onNoticeClose:c,hovering:x&&g.length>0})))}))},ms=v.forwardRef((function(e,t){var n=e.prefixCls,r=void 0===n?"rc-notification":n,o=e.container,a=e.motion,i=e.maxCount,s=e.className,c=e.style,l=e.onAllRemoved,u=e.stack,f=e.renderNotifications,d=M(v.useState([]),2),p=d[0],h=d[1],m=function(e){var t,n=p.find((function(t){return t.key===e}));null==n||null===(t=n.onClose)||void 0===t||t.call(n),h((function(t){return t.filter((function(t){return t.key!==e}))}))};v.useImperativeHandle(t,(function(){return{open:function(e){h((function(t){var n,r=S(t),o=r.findIndex((function(t){return t.key===e.key})),a=z({},e);o>=0?(a.times=((null===(n=t[o])||void 0===n?void 0:n.times)||0)+1,r[o]=a):(a.times=0,r.push(a));return i>0&&r.length>i&&(r=r.slice(-i)),r}))},close:function(e){m(e)},destroy:function(){h([])}}}));var g=M(v.useState({}),2),b=g[0],y=g[1];v.useEffect((function(){var e={};p.forEach((function(t){var n=t.placement,r=void 0===n?"topRight":n;r&&(e[r]=e[r]||[],e[r].push(t))})),Object.keys(b).forEach((function(t){e[t]=e[t]||[]})),y(e)}),[p]);var w=function(e){y((function(t){var n=z({},t);return(n[e]||[]).length||delete n[e],n}))},x=v.useRef(!1);if(v.useEffect((function(){Object.keys(b).length>0?x.current=!0:x.current&&(null==l||l(),x.current=!1)}),[b]),!o)return null;var E=Object.keys(b);return(0,Kr.createPortal)(v.createElement(v.Fragment,null,E.map((function(e){var t=b[e],n=v.createElement(hs,{key:e,configList:t,placement:e,prefixCls:r,className:null==s?void 0:s(e),style:null==c?void 0:c(e),motion:a,onNoticeClose:m,onAllNoticeRemoved:w,stack:u});return f?f(n,{prefixCls:r,key:e}):n}))),o)}));var gs=ms,vs=["getContainer","motion","prefixCls","maxCount","className","style","onAllRemoved","stack","renderNotifications"],bs=function(){return document.body},ys=0;function ws(){for(var e={},t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return n.forEach((function(t){t&&Object.keys(t).forEach((function(n){var r=t[n];void 0!==r&&(e[n]=r)}))})),e}var xs=function(e){var t=Ra();return x()(t,5)[4]?"".concat(e,"-css-var"):""};var Es=v.createContext(void 0),ks=100,Cs={Modal:ks,Drawer:ks,Popover:ks,Popconfirm:ks,Tooltip:ks,Tour:ks,FloatButton:ks},Ss={SelectLike:50,Dropdown:50,DatePicker:50,Menu:50,ImagePreview:1};var As=function(e,t){var n,r=Ra(),o=x()(r,2)[1],a=v.useContext(Es),i=function(e){return e in Cs}(e);if(void 0!==t)n=[t,t];else{var s=null!=a?a:0;s+=i?(a?0:o.zIndexPopupBase)+Cs[e]:Ss[e],n=[void 0===a?t:s,s]}return n},_s=pe((function e(){fe(this,e)})),Os="CALC_UNIT",Ds=new RegExp(Os,"g");function Ts(e){return"number"==typeof e?"".concat(e).concat(Os):e}var Rs=function(e){go(n,e);var t=xo(n);function n(e,r){var o;fe(this,n),L(yo(o=t.call(this)),"result",""),L(yo(o),"unitlessCssVar",void 0),L(yo(o),"lowPriority",void 0);var a=P(e);return o.unitlessCssVar=r,e instanceof n?o.result="(".concat(e.result,")"):"number"===a?o.result=Ts(e):"string"===a&&(o.result=e),o}return pe(n,[{key:"add",value:function(e){return e instanceof n?this.result="".concat(this.result," + ").concat(e.getResult()):"number"!=typeof e&&"string"!=typeof e||(this.result="".concat(this.result," + ").concat(Ts(e))),this.lowPriority=!0,this}},{key:"sub",value:function(e){return e instanceof n?this.result="".concat(this.result," - ").concat(e.getResult()):"number"!=typeof e&&"string"!=typeof e||(this.result="".concat(this.result," - ").concat(Ts(e))),this.lowPriority=!0,this}},{key:"mul",value:function(e){return this.lowPriority&&(this.result="(".concat(this.result,")")),e instanceof n?this.result="".concat(this.result," * ").concat(e.getResult(!0)):"number"!=typeof e&&"string"!=typeof e||(this.result="".concat(this.result," * ").concat(e)),this.lowPriority=!1,this}},{key:"div",value:function(e){return this.lowPriority&&(this.result="(".concat(this.result,")")),e instanceof n?this.result="".concat(this.result," / ").concat(e.getResult(!0)):"number"!=typeof e&&"string"!=typeof e||(this.result="".concat(this.result," / ").concat(e)),this.lowPriority=!1,this}},{key:"getResult",value:function(e){return this.lowPriority||e?"(".concat(this.result,")"):this.result}},{key:"equal",value:function(e){var t=this,n=(e||{}).unit,r=!0;return"boolean"==typeof n?r=n:Array.from(this.unitlessCssVar).some((function(e){return t.result.includes(e)}))&&(r=!1),this.result=this.result.replace(Ds,r?"px":""),void 0!==this.lowPriority?"calc(".concat(this.result,")"):this.result}}]),n}(_s),Ns=function(e){go(n,e);var t=xo(n);function n(e){var r;return fe(this,n),L(yo(r=t.call(this)),"result",0),e instanceof n?r.result=e.result:"number"==typeof e&&(r.result=e),r}return pe(n,[{key:"add",value:function(e){return e instanceof n?this.result+=e.result:"number"==typeof e&&(this.result+=e),this}},{key:"sub",value:function(e){return e instanceof n?this.result-=e.result:"number"==typeof e&&(this.result-=e),this}},{key:"mul",value:function(e){return e instanceof n?this.result*=e.result:"number"==typeof e&&(this.result*=e),this}},{key:"div",value:function(e){return e instanceof n?this.result/=e.result:"number"==typeof e&&(this.result/=e),this}},{key:"equal",value:function(){return this.result}}]),n}(_s),Ps=function(e,t){var n="css"===e?Rs:Ns;return function(e){return new n(e,t)}},Fs=function(e,t){return"".concat([t,e.replace(/([A-Z]+)([A-Z][a-z]+)/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2")].filter(Boolean).join("-"))};var Ls=function(e,t,n,r){var o=z({},t[e]);null!=r&&r.deprecatedTokens&&r.deprecatedTokens.forEach((function(e){var t,n=M(e,2),r=n[0],a=n[1];(null!=o&&o[r]||null!=o&&o[a])&&(null!==(t=o[a])&&void 0!==t||(o[a]=null==o?void 0:o[r]))}));var a=z(z({},n),o);return Object.keys(a).forEach((function(e){a[e]===t[e]&&delete a[e]})),a},Is="undefined"!=typeof CSSINJS_STATISTIC,js=!0;function Ms(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(!Is)return Object.assign.apply(Object,[{}].concat(t));js=!1;var r={};return t.forEach((function(e){"object"===P(e)&&Object.keys(e).forEach((function(t){Object.defineProperty(r,t,{configurable:!0,enumerable:!0,get:function(){return e[t]}})}))})),js=!0,r}var Bs={};function zs(){}var qs=function(e){var t,n=e,r=zs;return Is&&"undefined"!=typeof Proxy&&(t=new Set,n=new Proxy(e,{get:function(e,n){var r;js&&(null===(r=t)||void 0===r||r.add(n));return e[n]}}),r=function(e,n){var r;Bs[e]={global:Array.from(t),component:z(z({},null===(r=Bs[e])||void 0===r?void 0:r.component),n)}}),{token:n,keys:t,flush:r}};var Hs=function(e,t,n){var r;return"function"==typeof n?n(Ms(t,null!==(r=t[e])&&void 0!==r?r:{})):null!=n?n:{}};var Us=function(e){return"js"===e?{max:Math.max,min:Math.min}:{max:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"max(".concat(t.map((function(e){return Ie(e)})).join(","),")")},min:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"min(".concat(t.map((function(e){return Ie(e)})).join(","),")")}}},Vs=function(){function e(){fe(this,e),L(this,"map",new Map),L(this,"objectIDMap",new WeakMap),L(this,"nextID",0),L(this,"lastAccessBeat",new Map),L(this,"accessBeat",0)}return pe(e,[{key:"set",value:function(e,t){this.clear();var n=this.getCompositeKey(e);this.map.set(n,t),this.lastAccessBeat.set(n,Date.now())}},{key:"get",value:function(e){var t=this.getCompositeKey(e),n=this.map.get(t);return this.lastAccessBeat.set(t,Date.now()),this.accessBeat+=1,n}},{key:"getCompositeKey",value:function(e){var t=this;return e.map((function(e){return e&&"object"===P(e)?"obj_".concat(t.getObjectID(e)):"".concat(P(e),"_").concat(e)})).join("|")}},{key:"getObjectID",value:function(e){if(this.objectIDMap.has(e))return this.objectIDMap.get(e);var t=this.nextID;return this.objectIDMap.set(e,t),this.nextID+=1,t}},{key:"clear",value:function(){var e=this;if(this.accessBeat>1e4){var t=Date.now();this.lastAccessBeat.forEach((function(n,r){t-n>6e5&&(e.map.delete(r),e.lastAccessBeat.delete(r))})),this.accessBeat=0}}}]),e}(),Ws=new Vs;var Gs=function(e,t){return v.useMemo((function(){var n=Ws.get(t);if(n)return n;var r=e();return Ws.set(t,r),r}),t)},Qs=function(){return{}};var Ks=function(e){var t=e.useCSP,n=void 0===t?Qs:t,r=e.useToken,o=e.usePrefix,a=e.getResetStyles,i=e.getCommonStyle,s=e.getCompUnitless;function c(t,s,c){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},u=Array.isArray(t)?t:[t,t],f=M(u,1),d=f[0],p=u.join("-"),h=e.layer||{name:"antd"};return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,u=r(),f=u.theme,m=u.realToken,g=u.hashId,v=u.token,b=u.cssVar,y=o(),w=y.rootPrefixCls,x=y.iconPrefixCls,E=n(),k=b?"css":"js",C=Gs((function(){var e=new Set;return b&&Object.keys(l.unitless||{}).forEach((function(t){e.add(Me(t,b.prefix)),e.add(Me(t,Fs(d,b.prefix)))})),Ps(k,e)}),[k,d,null==b?void 0:b.prefix]),S=Us(k),A=S.max,_=S.min,O={theme:f,token:v,hashId:g,nonce:function(){return E.nonce},clientOnly:l.clientOnly,layer:h,order:l.order||-999};"function"==typeof a&&on(z(z({},O),{},{clientOnly:!1,path:["Shared",w]}),(function(){return a(v,{prefix:{rootPrefixCls:w,iconPrefixCls:x},csp:E})}));var D=on(z(z({},O),{},{path:[p,e,x]}),(function(){if(!1===l.injectStyle)return[];var n=qs(v),r=n.token,o=n.flush,a=Hs(d,m,c),u=".".concat(e),f=Ls(d,m,a,{deprecatedTokens:l.deprecatedTokens});b&&a&&"object"===P(a)&&Object.keys(a).forEach((function(e){a[e]="var(".concat(Me(e,Fs(d,b.prefix)),")")}));var p=Ms(r,{componentCls:u,prefixCls:e,iconCls:".".concat(x),antCls:".".concat(w),calc:C,max:A,min:_},b?a:f),h=s(p,{hashId:g,prefixCls:e,rootPrefixCls:w,iconPrefixCls:x});o(d,f);var y="function"==typeof i?i(p,e,t,l.resetFont):null;return[!1===l.resetStyle?null:y,h]}));return[D,g]}}return{genStyleHooks:function(e,t,n,o){var a=Array.isArray(e)?e[0]:e;function i(e){return"".concat(String(a)).concat(e.slice(0,1).toUpperCase()).concat(e.slice(1))}var l=(null==o?void 0:o.unitless)||{},u=z(z({},"function"==typeof s?s(e):{}),{},L({},i("zIndexPopup"),!0));Object.keys(l).forEach((function(e){u[i(e)]=l[e]}));var f=z(z({},o),{},{unitless:u,prefixToken:i}),d=c(e,t,n,f),p=function(e,t,n){var o=n.unitless,a=n.injectStyle,i=void 0===a||a,s=n.prefixToken,c=n.ignore,l=function(a){var i=a.rootCls,l=a.cssVar,u=void 0===l?{}:l,f=r().realToken;return cn({path:[e],prefix:u.prefix,key:u.key,unitless:o,ignore:c,token:f,scope:i},(function(){var r=Hs(e,f,t),o=Ls(e,f,r,{deprecatedTokens:null==n?void 0:n.deprecatedTokens});return Object.keys(r).forEach((function(e){o[s(e)]=o[e],delete o[e]})),o})),null},u=function(t){var n=r().cssVar;return[function(r){return i&&n?v.createElement(v.Fragment,null,v.createElement(l,{rootCls:t,cssVar:n,component:e}),r):r},null==n?void 0:n.key]};return u}(a,n,f);return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,n=d(e,t),r=M(n,2),o=r[1],a=p(t),i=M(a,2),s=i[0],c=i[1];return[s,o,c]}},genSubStyleComponent:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=c(e,t,n,z({resetStyle:!1,order:-998},r)),a=function(e){var t=e.prefixCls,n=e.rootCls;return o(t,void 0===n?t:n),null};return a},genComponentStyleHook:c}},Ys=Ks({usePrefix:function(){var e=(0,v.useContext)(T),t=e.getPrefixCls,n=e.iconPrefixCls;return{rootPrefixCls:t(),iconPrefixCls:n}},useToken:function(){var e=Ra(),t=x()(e,5);return{theme:t[0],realToken:t[1],hashId:t[2],token:t[3],cssVar:t[4]}},useCSP:function(){var e=(0,v.useContext)(T).csp;return null!=e?e:{}},getResetStyles:function(e,t){var n,r=function(e){return{a:{color:e.colorLink,textDecoration:e.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:"color ".concat(e.motionDurationSlow),"-webkit-text-decoration-skip":"objects","&:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive},"&:active, &:hover":{textDecoration:e.linkHoverDecoration,outline:0},"&:focus":{textDecoration:e.linkFocusDecoration,outline:0},"&[disabled]":{color:e.colorTextDisabled,cursor:"not-allowed"}}}}(e);return[r,{"&":r},Ha(null!==(n=null==t?void 0:t.prefix.iconPrefixCls)&&void 0!==n?n:O)]},getCommonStyle:function(e,t,n,r){var o='[class^="'.concat(t,'"], [class*=" ').concat(t,'"]'),a=n?".".concat(n):o,i={boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}},s={};return!1!==r&&(s={fontFamily:e.fontFamily,fontSize:e.fontSize}),g()({},a,Object.assign(Object.assign(Object.assign({},s),i),g()({},o,i)))},getCompUnitless:function(){return _a}}),Xs=Ys.genStyleHooks,Js=Ys.genComponentStyleHook,Zs=Ys.genSubStyleComponent,$s=function(e){var t=e.componentCls,n=e.iconCls,r=e.boxShadow,o=e.colorText,a=e.colorSuccess,i=e.colorError,s=e.colorWarning,c=e.colorInfo,l=e.fontSizeLG,u=e.motionEaseInOutCirc,f=e.motionDurationSlow,d=e.marginXS,p=e.paddingXS,h=e.borderRadiusLG,m=e.zIndexPopup,v=e.contentPadding,b=e.contentBg,y="".concat(t,"-notice"),w=new un("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:p,transform:"translateY(0)",opacity:1}}),x=new un("MessageMoveOut",{"0%":{maxHeight:e.height,padding:p,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}}),E=g()(g()(g()(g()(g()(g()(g()({padding:p,textAlign:"center"},"".concat(t,"-custom-content"),{display:"flex",alignItems:"center"}),"".concat(t,"-custom-content > ").concat(n),{marginInlineEnd:d,fontSize:l}),"".concat(y,"-content"),{display:"inline-block",padding:v,background:b,borderRadius:h,boxShadow:r,pointerEvents:"all"}),"".concat(t,"-success > ").concat(n),{color:a}),"".concat(t,"-error > ").concat(n),{color:i}),"".concat(t,"-warning > ").concat(n),{color:s}),"".concat(t,"-info > ").concat(n,",\n ").concat(t,"-loading > ").concat(n),{color:c});return[g()({},t,Object.assign(Object.assign({},Ba(e)),g()(g()(g()(g()(g()(g()({color:o,position:"fixed",top:d,width:"100%",pointerEvents:"none",zIndex:m},"".concat(t,"-move-up"),{animationFillMode:"forwards"}),"\n ".concat(t,"-move-up-appear,\n ").concat(t,"-move-up-enter\n "),{animationName:w,animationDuration:f,animationPlayState:"paused",animationTimingFunction:u}),"\n ".concat(t,"-move-up-appear").concat(t,"-move-up-appear-active,\n ").concat(t,"-move-up-enter").concat(t,"-move-up-enter-active\n "),{animationPlayState:"running"}),"".concat(t,"-move-up-leave"),{animationName:x,animationDuration:f,animationPlayState:"paused",animationTimingFunction:u}),"".concat(t,"-move-up-leave").concat(t,"-move-up-leave-active"),{animationPlayState:"running"}),"&-rtl",{direction:"rtl",span:{direction:"rtl"}}))),g()({},t,g()({},"".concat(y,"-wrapper"),Object.assign({},E))),g()({},"".concat(t,"-notice-pure-panel"),Object.assign(Object.assign({},E),{padding:0,textAlign:"start"}))]},ec=Xs("Message",(function(e){var t=Ms(e,{height:150});return[$s(t)]}),(function(e){return{zIndexPopup:e.zIndexPopupBase+1e3+10,contentBg:e.colorBgElevated,contentPadding:"".concat((e.controlHeightLG-e.fontSize*e.lineHeight)/2,"px ").concat(e.paddingSM,"px")}})),tc=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},nc={info:v.createElement(Ji,null),success:v.createElement(Hi,null),error:v.createElement(Wi,null),warning:v.createElement(Ki,null),loading:v.createElement(es,null)},rc=function(e){var t=e.prefixCls,n=e.type,r=e.icon,o=e.children;return v.createElement("div",{className:Qr()("".concat(t,"-custom-content"),"".concat(t,"-").concat(n))},r||nc[n],v.createElement("span",null,o))},oc=function(e){var t=e.prefixCls,n=e.className,r=e.type,o=e.icon,a=e.content,i=tc(e,["prefixCls","className","type","icon","content"]),s=v.useContext(T).getPrefixCls,c=t||s("message"),l=xs(c),u=ec(c,l),f=x()(u,3),d=f[0],p=f[1],h=f[2];return d(v.createElement(ls,Object.assign({},i,{prefixCls:c,className:Qr()(n,p,"".concat(c,"-notice-pure-panel"),h,l),eventKey:"pure",duration:null,content:v.createElement(rc,{prefixCls:c,type:r,icon:o},a)})))},ac={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"},ic=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:ac}))};var sc=v.forwardRef(ic);function cc(e){var t,n=new Promise((function(n){t=e((function(){n(!0)}))})),r=function(){null==t||t()};return r.then=function(e,t){return n.then(e,t)},r.promise=n,r}var lc=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},uc=function(e){var t=e.children,n=e.prefixCls,r=xs(n),o=ec(n,r),a=x()(o,3),i=a[0],s=a[1],c=a[2];return i(v.createElement(fs,{classNames:{list:Qr()(s,c,r)}},t))},fc=function(e,t){var n=t.prefixCls,r=t.key;return v.createElement(uc,{prefixCls:n,key:r},e)},dc=v.forwardRef((function(e,t){var n=e.top,r=e.prefixCls,o=e.getContainer,a=e.maxCount,i=e.duration,s=void 0===i?3:i,c=e.rtl,l=e.transitionName,u=e.onAllRemoved,f=v.useContext(T),d=f.getPrefixCls,p=f.getPopupContainer,h=f.message,m=f.direction,b=r||d("message"),y=v.createElement("span",{className:"".concat(b,"-close-x")},v.createElement(sc,{className:"".concat(b,"-close-icon")})),w=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.getContainer,n=void 0===t?bs:t,r=e.motion,o=e.prefixCls,a=e.maxCount,i=e.className,s=e.style,c=e.onAllRemoved,l=e.stack,u=e.renderNotifications,f=uo(e,vs),d=M(v.useState(),2),p=d[0],h=d[1],m=v.useRef(),g=v.createElement(gs,{container:p,ref:m,prefixCls:o,motion:r,maxCount:a,className:i,style:s,onAllRemoved:c,stack:l,renderNotifications:u}),b=M(v.useState([]),2),y=b[0],w=b[1],x=Co((function(e){var t=ws(f,e);null!==t.key&&void 0!==t.key||(t.key="rc-notification-".concat(ys),ys+=1),w((function(e){return[].concat(S(e),[{type:"open",config:t}])}))})),E=v.useMemo((function(){return{open:x,close:function(e){w((function(t){return[].concat(S(t),[{type:"close",key:e}])}))},destroy:function(){w((function(e){return[].concat(S(e),[{type:"destroy"}])}))}}}),[]);return v.useEffect((function(){h(n())})),v.useEffect((function(){var e,t;m.current&&y.length&&(y.forEach((function(e){switch(e.type){case"open":m.current.open(e.config);break;case"close":m.current.close(e.key);break;case"destroy":m.current.destroy()}})),w((function(n){return e===n&&t||(e=n,t=n.filter((function(e){return!y.includes(e)}))),t})))}),[y]),[E,g]}({prefixCls:b,style:function(){return{left:"50%",transform:"translateX(-50%)",top:null!=n?n:8}},className:function(){return Qr()(g()({},"".concat(b,"-rtl"),null!=c?c:"rtl"===m))},motion:function(){return function(e,t){return{motionName:null!=t?t:"".concat(e,"-move-up")}}(b,l)},closable:!1,closeIcon:y,duration:s,getContainer:function(){return(null==o?void 0:o())||(null==p?void 0:p())||document.body},maxCount:a,onAllRemoved:u,renderNotifications:fc}),E=x()(w,2),k=E[0],C=E[1];return v.useImperativeHandle(t,(function(){return Object.assign(Object.assign({},k),{prefixCls:b,message:h})})),C})),pc=0;function hc(e){var t=v.useRef(null),n=(En("Message"),v.useMemo((function(){var e=function(e){var n;null===(n=t.current)||void 0===n||n.close(e)},n=function(n){if(!t.current){var r=function(){};return r.then=function(){},r}var o=t.current,a=o.open,i=o.prefixCls,s=o.message,c="".concat(i,"-notice"),l=n.content,u=n.icon,f=n.type,d=n.key,p=n.className,h=n.style,m=n.onClose,g=lc(n,["content","icon","type","key","className","style","onClose"]),b=d;return null==b&&(b="antd-message-".concat(pc+=1)),cc((function(t){return a(Object.assign(Object.assign({},g),{key:b,content:v.createElement(rc,{prefixCls:i,type:f,icon:u},l),placement:"top",className:Qr()(f&&"".concat(c,"-").concat(f),p,null==s?void 0:s.className),style:Object.assign(Object.assign({},null==s?void 0:s.style),h),onClose:function(){null==m||m(),t()}})),function(){e(b)}}))},r={open:n,destroy:function(n){var r;void 0!==n?e(n):null===(r=t.current)||void 0===r||r.destroy()}};return["info","success","warning","error","loading"].forEach((function(e){r[e]=function(t,r,o){var a,i,s;a=t&&"object"===Ur()(t)&&"content"in t?t:{content:t},"function"==typeof r?s=r:(i=r,s=o);var c=Object.assign(Object.assign({onClose:s,duration:i},a),{type:e});return n(c)}})),r}),[]));return[n,v.createElement(dc,Object.assign({key:"message-holder"},e,{ref:t}))]}var mc=null,gc=function(e){return e()},vc=[],bc={};function yc(){var e=bc,t=e.getContainer,n=e.duration,r=e.rtl,o=e.maxCount,a=e.top,i=(null==t?void 0:t())||document.body;return{getContainer:function(){return i},duration:n,rtl:r,maxCount:o,top:a}}var wc=v.forwardRef((function(e,t){var n=e.messageConfig,r=e.sync,o=(0,v.useContext)(T).getPrefixCls,a=bc.prefixCls||o("message"),i=(0,v.useContext)(A),s=hc(Object.assign(Object.assign(Object.assign({},n),{prefixCls:a}),i.message)),c=x()(s,2),l=c[0],u=c[1];return v.useImperativeHandle(t,(function(){var e=Object.assign({},l);return Object.keys(e).forEach((function(t){e[t]=function(){r();for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return l[t].apply(l,n)}})),{instance:e,sync:r}})),u})),xc=v.forwardRef((function(e,t){var n=v.useState(yc),r=x()(n,2),o=r[0],a=r[1],i=function(){a(yc)};v.useEffect(i,[]);var s=Ya(),c=s.getRootPrefixCls(),l=s.getIconPrefixCls(),u=s.getTheme(),f=v.createElement(wc,{ref:t,sync:i,messageConfig:o});return v.createElement(Za,{prefixCls:c,iconPrefixCls:l,theme:u},s.holderRender?s.holderRender(f):f)}));function Ec(){if(!mc){var e=document.createDocumentFragment(),t={fragment:e};return mc=t,void gc((function(){ki()(v.createElement(xc,{ref:function(e){var n=e||{},r=n.instance,o=n.sync;Promise.resolve().then((function(){!t.instance&&r&&(t.instance=r,t.sync=o,Ec())}))}}),e)}))}mc.instance&&(vc.forEach((function(e){var t=e.type;if(!e.skipped)switch(t){case"open":gc((function(){var t=mc.instance.open(Object.assign(Object.assign({},bc),e.config));null==t||t.then(e.resolve),e.setCloseFn(t)}));break;case"destroy":gc((function(){null==mc||mc.instance.destroy(e.key)}));break;default:gc((function(){var n,r=(n=mc.instance)[t].apply(n,S(e.args));null==r||r.then(e.resolve),e.setCloseFn(r)}))}})),vc=[])}function kc(e,t){Ya();var n=cc((function(n){var r,o={type:e,args:t,resolve:n,setCloseFn:function(e){r=e}};return vc.push(o),function(){r?gc((function(){r()})):o.skipped=!0}}));return Ec(),n}var Cc={open:function(e){var t=cc((function(t){var n,r={type:"open",config:e,resolve:t,setCloseFn:function(e){n=e}};return vc.push(r),function(){n?gc((function(){n()})):r.skipped=!0}}));return Ec(),t},destroy:function(e){vc.push({type:"destroy",key:e}),Ec()},config:function(e){bc=Object.assign(Object.assign({},bc),e),gc((function(){var e;null===(e=null==mc?void 0:mc.sync)||void 0===e||e.call(mc)}))},useMessage:function(e){return hc(e)},_InternalPanelDoNotUseOrYouWillBeFired:oc},Sc=Cc;["success","info","warning","error","loading"].forEach((function(e){Sc[e]=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return kc(e,n)}}));var Ac=Sc,_c=function(e){var t=v.useContext(zr);return v.useMemo((function(){return e?"string"==typeof e?null!=e?e:t:"function"==typeof e?e(t):t:t}),[e,t])},Oc=function(e){var t=e.componentCls;return g()({},t,{"&-horizontal":g()({},"&".concat(t),{"&-sm":{marginBlock:e.marginXS},"&-md":{marginBlock:e.margin}})})},Dc=function(e){var t,n=e.componentCls,r=e.sizePaddingEdgeHorizontal,o=e.colorSplit,a=e.lineWidth,i=e.textPaddingInline,s=e.orientationMargin,c=e.verticalMarginInline;return g()({},n,Object.assign(Object.assign({},Ba(e)),(t={borderBlockStart:"".concat(Ie(a)," solid ").concat(o),"&-vertical":{position:"relative",top:"-0.06em",display:"inline-block",height:"0.9em",marginInline:c,marginBlock:0,verticalAlign:"middle",borderTop:0,borderInlineStart:"".concat(Ie(a)," solid ").concat(o)},"&-horizontal":{display:"flex",clear:"both",width:"100%",minWidth:"100%",margin:"".concat(Ie(e.marginLG)," 0")}},g()(g()(g()(g()(g()(g()(g()(g()(g()(g()(t,"&-horizontal".concat(n,"-with-text"),{display:"flex",alignItems:"center",margin:"".concat(Ie(e.dividerHorizontalWithTextGutterMargin)," 0"),color:e.colorTextHeading,fontWeight:500,fontSize:e.fontSizeLG,whiteSpace:"nowrap",textAlign:"center",borderBlockStart:"0 ".concat(o),"&::before, &::after":{position:"relative",width:"50%",borderBlockStart:"".concat(Ie(a)," solid transparent"),borderBlockStartColor:"inherit",borderBlockEnd:0,transform:"translateY(50%)",content:"''"}}),"&-horizontal".concat(n,"-with-text-start"),{"&::before":{width:"calc(".concat(s," * 100%)")},"&::after":{width:"calc(100% - ".concat(s," * 100%)")}}),"&-horizontal".concat(n,"-with-text-end"),{"&::before":{width:"calc(100% - ".concat(s," * 100%)")},"&::after":{width:"calc(".concat(s," * 100%)")}}),"".concat(n,"-inner-text"),{display:"inline-block",paddingBlock:0,paddingInline:i}),"&-dashed",{background:"none",borderColor:o,borderStyle:"dashed",borderWidth:"".concat(Ie(a)," 0 0")}),"&-horizontal".concat(n,"-with-text").concat(n,"-dashed"),{"&::before, &::after":{borderStyle:"dashed none none"}}),"&-vertical".concat(n,"-dashed"),{borderInlineStartWidth:a,borderInlineEnd:0,borderBlockStart:0,borderBlockEnd:0}),"&-dotted",{background:"none",borderColor:o,borderStyle:"dotted",borderWidth:"".concat(Ie(a)," 0 0")}),"&-horizontal".concat(n,"-with-text").concat(n,"-dotted"),{"&::before, &::after":{borderStyle:"dotted none none"}}),"&-vertical".concat(n,"-dotted"),{borderInlineStartWidth:a,borderInlineEnd:0,borderBlockStart:0,borderBlockEnd:0}),g()(g()(g()(t,"&-plain".concat(n,"-with-text"),{color:e.colorText,fontWeight:"normal",fontSize:e.fontSize}),"&-horizontal".concat(n,"-with-text-start").concat(n,"-no-default-orientation-margin-start"),g()({"&::before":{width:0},"&::after":{width:"100%"}},"".concat(n,"-inner-text"),{paddingInlineStart:r})),"&-horizontal".concat(n,"-with-text-end").concat(n,"-no-default-orientation-margin-end"),g()({"&::before":{width:"100%"},"&::after":{width:0}},"".concat(n,"-inner-text"),{paddingInlineEnd:r})))))},Tc=Xs("Divider",(function(e){var t=Ms(e,{dividerHorizontalWithTextGutterMargin:e.margin,sizePaddingEdgeHorizontal:0});return[Dc(t),Oc(t)]}),(function(e){return{textPaddingInline:"1em",orientationMargin:.05,verticalMarginInline:e.marginXS}}),{unitless:{orientationMargin:!0}}),Rc=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Nc={small:"sm",middle:"md"};var Pc=function(e){var t=N("divider"),n=t.getPrefixCls,r=t.direction,o=t.className,a=t.style,i=e.prefixCls,s=e.type,c=void 0===s?"horizontal":s,l=e.orientation,u=void 0===l?"center":l,f=e.orientationMargin,d=e.className,p=e.rootClassName,h=e.children,m=e.dashed,b=e.variant,y=void 0===b?"solid":b,w=e.plain,E=e.style,k=e.size,C=Rc(e,["prefixCls","type","orientation","orientationMargin","className","rootClassName","children","dashed","variant","plain","style","size"]),S=n("divider",i),A=Tc(S),_=x()(A,3),O=_[0],D=_[1],T=_[2],R=_c(k),P=Nc[R],F=!!h,L=v.useMemo((function(){return"left"===u?"rtl"===r?"end":"start":"right"===u?"rtl"===r?"start":"end":u}),[r,u]),I="start"===L&&null!=f,j="end"===L&&null!=f,M=Qr()(S,o,D,T,"".concat(S,"-").concat(c),g()(g()(g()(g()(g()(g()(g()(g()(g()({},"".concat(S,"-with-text"),F),"".concat(S,"-with-text-").concat(L),F),"".concat(S,"-dashed"),!!m),"".concat(S,"-").concat(y),"solid"!==y),"".concat(S,"-plain"),!!w),"".concat(S,"-rtl"),"rtl"===r),"".concat(S,"-no-default-orientation-margin-start"),I),"".concat(S,"-no-default-orientation-margin-end"),j),"".concat(S,"-").concat(P),!!P),d,p),B=v.useMemo((function(){return"number"==typeof f?f:/^\d+$/.test(f)?Number(f):f}),[f]),z={marginInlineStart:I?B:void 0,marginInlineEnd:j?B:void 0};return O(v.createElement("div",Object.assign({className:M,style:Object.assign(Object.assign({},a),E)},C,{role:"separator"}),h&&"vertical"!==c&&v.createElement("span",{className:"".concat(S,"-inner-text"),style:z},h)))},Fc=o(7840),Lc=o.n(Fc),Ic=v.createContext({});var jc=function(){var e=v.useContext(Za.ConfigContext),t=e.getPrefixCls,n=e.direction,r=e.csp,o=e.iconPrefixCls;return{theme:e.theme,getPrefixCls:t,direction:n,csp:r,iconPrefixCls:o}},Mc=["attachments","bubble","conversations","prompts","sender","suggestion","thoughtChain","welcome","theme"];var Bc,zc=function(e){var t=e.attachments,n=e.bubble,r=e.conversations,o=e.prompts,a=e.sender,i=e.suggestion,s=e.thoughtChain,l=e.welcome,f=e.theme,d=c()(e,Mc),p=jc().theme,h=v.useMemo((function(){return{attachments:t,bubble:n,conversations:r,prompts:o,sender:a,suggestion:i,thoughtChain:s,welcome:l}}),[t,n,r,o,a,i,s,l]),m=v.useMemo((function(){return u()(u()({},p),f)}),[p,f]);return v.createElement(Ic.Provider,{value:h},v.createElement(Za,rt({},d,{theme:m})))},qc={providerId:void 0,token:"",messages:[],loading:!1,error:null,emptyStateImage:"",emptyStateText:"",isInProvider:!1},Hc=function(){try{return(0,v.createContext)(qc)}catch(e){return{}}}(),Uc=o(2497),Vc=o.n(Uc),Wc=o(3394),Gc=o.n(Wc),Qc=o(9001),Kc=o.n(Qc),Yc={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)},Xc=new Uint8Array(16);for(var Jc=[],Zc=0;Zc<256;++Zc)Jc.push((Zc+256).toString(16).slice(1));function $c(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return(Jc[e[t+0]]+Jc[e[t+1]]+Jc[e[t+2]]+Jc[e[t+3]]+"-"+Jc[e[t+4]]+Jc[e[t+5]]+"-"+Jc[e[t+6]]+Jc[e[t+7]]+"-"+Jc[e[t+8]]+Jc[e[t+9]]+"-"+Jc[e[t+10]]+Jc[e[t+11]]+Jc[e[t+12]]+Jc[e[t+13]]+Jc[e[t+14]]+Jc[e[t+15]]).toLowerCase()}var el=function(e,t,n){var r,o,a,i;if(Yc.randomUUID&&!t&&!e)return Yc.randomUUID();var s=null!==(r=null!==(o=(e=e||{}).random)&&void 0!==o?o:null===(a=(i=e).rng)||void 0===a?void 0:a.call(i))&&void 0!==r?r:function(){if(!Bc){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Bc=crypto.getRandomValues.bind(crypto)}return Bc(Xc)}();if(s.length<16)throw new Error("Random bytes length must be >= 16");if(s[6]=15&s[6]|64,s[8]=63&s[8]|128,t){if((n=n||0)<0||n+16>t.length)throw new RangeError("UUID byte range ".concat(n,":").concat(n+15," is out of buffer bounds"));for(var c=0;c<16;++c)t[n+c]=s[c];return t}return $c(s)};function tl(e,t){return nl.apply(this,arguments)}function nl(){return(nl=Kc()(Gc()().mark((function e(t,n){var r,o;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.getReader();case 1:return e.next=3,r.read();case 3:if((o=e.sent).done){e.next=7;break}n(o.value),e.next=1;break;case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function rl(e){var t,n,r,o=!1;return function(a){var i,s,c;void 0===t?(t=a,n=0,r=-1):(i=t,s=a,(c=new Uint8Array(i.length+s.length)).set(i),c.set(s,i.length),t=c);for(var l=t.length,u=0;n<l;){o&&(10===t[n]&&(u=++n),o=!1);for(var f=-1;n<l&&-1===f;++n)switch(t[n]){case 58:-1===r&&(r=n-u);break;case 13:o=!0;case 10:f=n}if(-1===f)break;e(t.subarray(u,f),r),u=n,r=-1}u===l?t=void 0:0!==u&&(t=t.subarray(u),n-=u)}}function ol(e,t,n){var r=al(),o=new TextDecoder;return function(a,i){if(0===a.length)null==n||n(r),r=al();else if(i>0){var s=o.decode(a.subarray(0,i)),c=i+(32===a[i+1]?2:1),l=o.decode(a.subarray(c));switch(s){case"data":r.data=r.data?r.data+"\n"+l:l;break;case"event":r.event=l;break;case"id":e(r.id=l);break;case"retry":var u=parseInt(l,10);isNaN(u)||t(r.retry=u)}}}}function al(){return{data:"",event:"",id:"",retry:void 0}}var il=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},sl="text/event-stream",cl="last-event-id";function ll(e,t){var n=t.signal,r=t.headers,o=t.onopen,a=t.onmessage,i=t.onclose,s=t.onerror,c=t.openWhenHidden,l=t.fetch,u=il(t,["signal","headers","onopen","onmessage","onclose","onerror","openWhenHidden","fetch"]);return new Promise((function(t,f){var d,p=Object.assign({},r);function h(){d.abort(),document.hidden||w()}p.accept||(p.accept=sl),c||document.addEventListener("visibilitychange",h);var m=1e3,g=0;function v(){document.removeEventListener("visibilitychange",h),window.clearTimeout(g),d.abort()}null==n||n.addEventListener("abort",(function(){v(),t()}));var b=null!=l?l:window.fetch,y=null!=o?o:ul;function w(){return x.apply(this,arguments)}function x(){return x=Kc()(Gc()().mark((function n(){var r,o,c;return Gc()().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return d=new AbortController,n.prev=1,n.next=4,b(e,Object.assign(Object.assign({},u),{headers:p,signal:d.signal}));case 4:return o=n.sent,n.next=7,y(o);case 7:return n.next=9,tl(o.body,rl(ol((function(e){e?p[cl]=e:delete p[cl]}),(function(e){m=e}),a)));case 9:null==i||i(),v(),t(),n.next=17;break;case 14:if(n.prev=14,n.t0=n.catch(1),!d.signal.aborted)try{c=null!==(r=null==s?void 0:s(n.t0))&&void 0!==r?r:m,window.clearTimeout(g),g=window.setTimeout(w,c)}catch(e){v(),f(e)}case 17:case"end":return n.stop()}}),n,null,[[1,14]])}))),x.apply(this,arguments)}w()}))}function ul(e){var t=e.headers.get("content-type");if(!(null==t?void 0:t.startsWith(sl)))throw new Error("Expected content-type to be ".concat(sl,", Actual: ").concat(t))}var fl=function(e){return e.user="user",e.assistant="assistant",e.suggestion="suggestion",e.system="system",e}({}),dl=function(e){return e.init="init",e.pending="pending",e.done="done",e.failed="failed",e.recalled="recalled",e.deleted="deleted",e}({}),pl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)return t;try{return JSON.parse(e)||t}catch(e){return t}};function hl(e,t){return function(){return e.apply(t,arguments)}}var ml=o(2686),gl=Object.prototype.toString,vl=Object.getPrototypeOf,bl=Symbol.iterator,yl=Symbol.toStringTag,wl=function(e){return function(t){var n=gl.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())}}(Object.create(null)),xl=function(e){return e=e.toLowerCase(),function(t){return wl(t)===e}},El=function(e){return function(t){return Hr(t)===e}},kl=Array.isArray,Cl=El("undefined");var Sl=xl("ArrayBuffer");var Al=El("string"),_l=El("function"),Ol=El("number"),Dl=function(e){return null!==e&&"object"===Hr(e)},Tl=function(e){if("object"!==wl(e))return!1;var t=vl(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||yl in e||bl in e)},Rl=xl("Date"),Nl=xl("File"),Pl=xl("Blob"),Fl=xl("FileList"),Ll=xl("URLSearchParams"),Il=["ReadableStream","Request","Response","Headers"].map(xl),jl=w(Il,4),Ml=jl[0],Bl=jl[1],zl=jl[2],ql=jl[3];function Hl(e,t){var n,r,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=o.allOwnKeys,i=void 0!==a&&a;if(null!=e)if("object"!==Hr(e)&&(e=[e]),kl(e))for(n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else{var s,c=i?Object.getOwnPropertyNames(e):Object.keys(e),l=c.length;for(n=0;n<l;n++)s=c[n],t.call(null,e[s],s,e)}}function Ul(e,t){t=t.toLowerCase();for(var n,r=Object.keys(e),o=r.length;o-- >0;)if(t===(n=r[o]).toLowerCase())return n;return null}var Vl="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Wl=function(e){return!Cl(e)&&e!==Vl};var Gl,Ql=(Gl="undefined"!=typeof Uint8Array&&vl(Uint8Array),function(e){return Gl&&e instanceof Gl}),Kl=xl("HTMLFormElement"),Yl=function(e){var t=Object.prototype.hasOwnProperty;return function(e,n){return t.call(e,n)}}(),Xl=xl("RegExp"),Jl=function(e,t){var n=Object.getOwnPropertyDescriptors(e),r={};Hl(n,(function(n,o){var a;!1!==(a=t(n,o,e))&&(r[o]=a||n)})),Object.defineProperties(e,r)};var Zl,$l,eu=xl("AsyncFunction"),tu=(Zl="function"==typeof setImmediate,$l=_l(Vl.postMessage),Zl?setImmediate:$l?function(e,t){return Vl.addEventListener("message",(function(n){var r=n.source,o=n.data;r===Vl&&o===e&&t.length&&t.shift()()}),!1),function(n){t.push(n),Vl.postMessage(e,"*")}}("axios@".concat(Math.random()),[]):function(e){return setTimeout(e)}),nu="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Vl):void 0!==ml&&ml.nextTick||tu,ru={isArray:kl,isArrayBuffer:Sl,isBuffer:function(e){return null!==e&&!Cl(e)&&null!==e.constructor&&!Cl(e.constructor)&&_l(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||_l(e.append)&&("formdata"===(t=wl(e))||"object"===t&&_l(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Sl(e.buffer)},isString:Al,isNumber:Ol,isBoolean:function(e){return!0===e||!1===e},isObject:Dl,isPlainObject:Tl,isReadableStream:Ml,isRequest:Bl,isResponse:zl,isHeaders:ql,isUndefined:Cl,isDate:Rl,isFile:Nl,isBlob:Pl,isRegExp:Xl,isFunction:_l,isStream:function(e){return Dl(e)&&_l(e.pipe)},isURLSearchParams:Ll,isTypedArray:Ql,isFileList:Fl,forEach:Hl,merge:function e(){for(var t=Wl(this)&&this||{},n=t.caseless,r={},o=function(t,o){var a=n&&Ul(r,o)||o;Tl(r[a])&&Tl(t)?r[a]=e(r[a],t):Tl(t)?r[a]=e({},t):kl(t)?r[a]=t.slice():r[a]=t},a=0,i=arguments.length;a<i;a++)arguments[a]&&Hl(arguments[a],o);return r},extend:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=r.allOwnKeys;return Hl(t,(function(t,r){n&&_l(t)?e[r]=hl(t,n):e[r]=t}),{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n,r){var o,a,i,s={};if(t=t||{},null==e)return t;do{for(a=(o=Object.getOwnPropertyNames(e)).length;a-- >0;)i=o[a],r&&!r(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&vl(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:wl,kindOfTest:xl,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;if(kl(e))return e;var t=e.length;if(!Ol(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},forEachEntry:function(e,t){for(var n,r=(e&&e[bl]).call(e);(n=r.next())&&!n.done;){var o=n.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var n,r=[];null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:Kl,hasOwnProperty:Yl,hasOwnProp:Yl,reduceDescriptors:Jl,freezeMethods:function(e){Jl(e,(function(t,n){if(_l(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;var r=e[n];_l(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:function(e,t){var n={},r=function(e){e.forEach((function(e){n[e]=!0}))};return kl(e)?r(e):r(String(e).split(t)),n},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n}))},noop:function(){},toFiniteNumber:function(e,t){return null!=e&&Number.isFinite(e=+e)?e:t},findKey:Ul,global:Vl,isContextDefined:Wl,isSpecCompliantForm:function(e){return!!(e&&_l(e.append)&&"FormData"===e[yl]&&e[bl])},toJSONObject:function(e){var t=new Array(10);return function e(n,r){if(Dl(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;var o=kl(n)?[]:{};return Hl(n,(function(t,n){var a=e(t,r+1);!Cl(a)&&(o[n]=a)})),t[r]=void 0,o}}return n}(e,0)},isAsyncFn:eu,isThenable:function(e){return e&&(Dl(e)||_l(e))&&_l(e.then)&&_l(e.catch)},setImmediate:tu,asap:nu,isIterable:function(e){return null!=e&&_l(e[bl])}};function ou(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}ru.inherits(ou,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ru.toJSONObject(this.config),code:this.code,status:this.status}}});var au=ou.prototype,iu={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((function(e){iu[e]={value:e}})),Object.defineProperties(ou,iu),Object.defineProperty(au,"isAxiosError",{value:!0}),ou.from=function(e,t,n,r,o,a){var i=Object.create(au);return ru.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(function(e){return"isAxiosError"!==e})),ou.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,a&&Object.assign(i,a),i};var su=ou,cu=o(1066).Buffer;function lu(e){return ru.isPlainObject(e)||ru.isArray(e)}function uu(e){return ru.endsWith(e,"[]")?e.slice(0,-2):e}function fu(e,t,n){return e?e.concat(t).map((function(e,t){return e=uu(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}var du=ru.toFlatObject(ru,{},null,(function(e){return/^is[A-Z]/.test(e)}));var pu=function(e,t,n){if(!ru.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;var r=(n=ru.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ru.isUndefined(t[e])}))).metaTokens,o=n.visitor||l,a=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ru.isSpecCompliantForm(t);if(!ru.isFunction(o))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(ru.isDate(e))return e.toISOString();if(ru.isBoolean(e))return e.toString();if(!s&&ru.isBlob(e))throw new su("Blob is not supported. Use a Buffer instead.");return ru.isArrayBuffer(e)||ru.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):cu.from(e):e}function l(e,n,o){var s=e;if(e&&!o&&"object"===Hr(e))if(ru.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ru.isArray(e)&&function(e){return ru.isArray(e)&&!e.some(lu)}(e)||(ru.isFileList(e)||ru.endsWith(n,"[]"))&&(s=ru.toArray(e)))return n=uu(n),s.forEach((function(e,r){!ru.isUndefined(e)&&null!==e&&t.append(!0===i?fu([n],r,a):null===i?n:n+"[]",c(e))})),!1;return!!lu(e)||(t.append(fu(o,n,a),c(e)),!1)}var u=[],f=Object.assign(du,{defaultVisitor:l,convertValue:c,isVisitable:lu});if(!ru.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!ru.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+r.join("."));u.push(n),ru.forEach(n,(function(n,a){!0===(!(ru.isUndefined(n)||null===n)&&o.call(t,n,ru.isString(a)?a.trim():a,r,f))&&e(n,r?r.concat(a):[a])})),u.pop()}}(e),t};function hu(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function mu(e,t){this._pairs=[],e&&pu(e,this,t)}var gu=mu.prototype;gu.append=function(e,t){this._pairs.push([e,t])},gu.toString=function(e){var t=e?function(t){return e.call(this,t,hu)}:hu;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var vu=mu;function bu(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function yu(e,t,n){if(!t)return e;var r=n&&n.encode||bu;ru.isFunction(n)&&(n={serialize:n});var o,a=n&&n.serialize;if(o=a?a(t,n):ru.isURLSearchParams(t)?t.toString():new vu(t,n).toString(r)){var i=e.indexOf("#");-1!==i&&(e=e.slice(0,i)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}var wu=function(){function e(){f(this,e),this.handlers=[]}return p(e,[{key:"use",value:function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){ru.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}]),e}(),xu={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Eu={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:vu,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},ku="undefined"!=typeof window&&"undefined"!=typeof document,Cu="object"===("undefined"==typeof navigator?"undefined":Hr(navigator))&&navigator||void 0,Su=ku&&(!Cu||["ReactNative","NativeScript","NS"].indexOf(Cu.product)<0),Au="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,_u=ku&&window.location.href||"http://localhost",Ou=l(l({},e),Eu);var Du=function(e){function t(e,n,r,o){var a=e[o++];if("__proto__"===a)return!0;var i=Number.isFinite(+a),s=o>=e.length;return a=!a&&ru.isArray(r)?r.length:a,s?(ru.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!i):(r[a]&&ru.isObject(r[a])||(r[a]=[]),t(e,n,r[a],o)&&ru.isArray(r[a])&&(r[a]=function(e){var t,n,r={},o=Object.keys(e),a=o.length;for(t=0;t<a;t++)r[n=o[t]]=e[n];return r}(r[a])),!i)}if(ru.isFormData(e)&&ru.isFunction(e.entries)){var n={};return ru.forEachEntry(e,(function(e,r){t(function(e){return ru.matchAll(/\w+|\[(\w*)]/g,e).map((function(e){return"[]"===e[0]?"":e[1]||e[0]}))}(e),r,n,0)})),n}return null};var Tu={transitional:xu,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){var n,r=t.getContentType()||"",o=r.indexOf("application/json")>-1,a=ru.isObject(e);if(a&&ru.isHTMLForm(e)&&(e=new FormData(e)),ru.isFormData(e))return o?JSON.stringify(Du(e)):e;if(ru.isArrayBuffer(e)||ru.isBuffer(e)||ru.isStream(e)||ru.isFile(e)||ru.isBlob(e)||ru.isReadableStream(e))return e;if(ru.isArrayBufferView(e))return e.buffer;if(ru.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(a){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return pu(e,new Ou.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Ou.isNode&&ru.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((n=ru.isFileList(e))||r.indexOf("multipart/form-data")>-1){var i=this.env&&this.env.FormData;return pu(n?{"files[]":e}:e,i&&new i,this.formSerializer)}}return a||o?(t.setContentType("application/json",!1),function(e,t,n){if(ru.isString(e))try{return(t||JSON.parse)(e),ru.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||Tu.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(ru.isResponse(e)||ru.isReadableStream(e))return e;if(e&&ru.isString(e)&&(n&&!this.responseType||r)){var o=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw su.from(e,su.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ou.classes.FormData,Blob:Ou.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ru.forEach(["delete","get","head","post","put","patch"],(function(e){Tu.headers[e]={}}));var Ru=Tu,Nu=o(1697),Pu=o.n(Nu),Fu=ru.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Lu=Symbol("internals");function Iu(e){return e&&String(e).trim().toLowerCase()}function ju(e){return!1===e||null==e?e:ru.isArray(e)?e.map(ju):String(e)}function Mu(e,t,n,r,o){return ru.isFunction(r)?r.call(this,t,n):(o&&(t=n),ru.isString(t)?ru.isString(r)?-1!==t.indexOf(r):ru.isRegExp(r)?r.test(t):void 0:void 0)}var Bu=function(e,t){function n(e){f(this,n),e&&this.set(e)}return p(n,[{key:"set",value:function(e,t,n){var r=this;function o(e,t,n){var o=Iu(t);if(!o)throw new Error("header name must be a non-empty string");var a=ru.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=ju(e))}var a=function(e,t){return ru.forEach(e,(function(e,n){return o(e,n,t)}))};if(ru.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(ru.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))a(function(e){var t,n,r,o={};return e&&e.split("\n").forEach((function(e){r=e.indexOf(":"),t=e.substring(0,r).trim().toLowerCase(),n=e.substring(r+1).trim(),!t||o[t]&&Fu[t]||("set-cookie"===t?o[t]?o[t].push(n):o[t]=[n]:o[t]=o[t]?o[t]+", "+n:n)})),o}(e),t);else if(ru.isObject(e)&&ru.isIterable(e)){var i,s,c,l={},u=Nu(e);try{for(u.s();!(c=u.n()).done;){var f=c.value;if(!ru.isArray(f))throw TypeError("Object iterator must return a key-value pair");l[s=f[0]]=(i=l[s])?ru.isArray(i)?[].concat(Uc(i),[f[1]]):[i,f[1]]:f[1]}}catch(e){u.e(e)}finally{u.f()}a(l,t)}else null!=e&&o(t,e,n);return this}},{key:"get",value:function(e,t){if(e=Iu(e)){var n=ru.findKey(this,e);if(n){var r=this[n];if(!t)return r;if(!0===t)return function(e){for(var t,n=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=r.exec(e);)n[t[1]]=t[2];return n}(r);if(ru.isFunction(t))return t.call(this,r,n);if(ru.isRegExp(t))return t.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=Iu(e)){var n=ru.findKey(this,e);return!(!n||void 0===this[n]||t&&!Mu(0,this[n],n,t))}return!1}},{key:"delete",value:function(e,t){var n=this,r=!1;function o(e){if(e=Iu(e)){var o=ru.findKey(n,e);!o||t&&!Mu(0,n[o],o,t)||(delete n[o],r=!0)}}return ru.isArray(e)?e.forEach(o):o(e),r}},{key:"clear",value:function(e){for(var t=Object.keys(this),n=t.length,r=!1;n--;){var o=t[n];e&&!Mu(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}},{key:"normalize",value:function(e){var t=this,n={};return ru.forEach(this,(function(r,o){var a=ru.findKey(n,o);if(a)return t[a]=ju(r),void delete t[o];var i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n}))}(o):String(o).trim();i!==o&&delete t[o],t[i]=ju(r),n[i]=!0})),this}},{key:"concat",value:function(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return(e=this.constructor).concat.apply(e,[this].concat(n))}},{key:"toJSON",value:function(e){var t=Object.create(null);return ru.forEach(this,(function(n,r){null!=n&&!1!==n&&(t[r]=e&&ru.isArray(n)?n.join(", "):n)})),t}},{key:e,value:function(){return Object.entries(this.toJSON())[Symbol.iterator]()}},{key:"toString",value:function(){return Object.entries(this.toJSON()).map((function(e){var t=w(e,2);return t[0]+": "+t[1]})).join("\n")}},{key:"getSetCookie",value:function(){return this.get("set-cookie")||[]}},{key:t,get:function(){return"AxiosHeaders"}}],[{key:"from",value:function(e){return e instanceof this?e:new this(e)}},{key:"concat",value:function(e){for(var t=new this(e),n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.forEach((function(e){return t.set(e)})),t}},{key:"accessor",value:function(e){var t=(this[Lu]=this[Lu]={accessors:{}}).accessors,n=this.prototype;function r(e){var r=Iu(e);t[r]||(!function(e,t){var n=ru.toCamelCase(" "+t);["get","set","has"].forEach((function(r){Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})}))}(n,e),t[r]=!0)}return ru.isArray(e)?e.forEach(r):r(e),this}}]),n}(Symbol.iterator,Symbol.toStringTag);Bu.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ru.reduceDescriptors(Bu.prototype,(function(e,t){var n=e.value,r=t[0].toUpperCase()+t.slice(1);return{get:function(){return n},set:function(e){this[r]=e}}})),ru.freezeMethods(Bu);var zu=Bu;function qu(e,t){var n=this||Ru,r=t||n,o=zu.from(r.headers),a=r.data;return ru.forEach(e,(function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)})),o.normalize(),a}function Hu(e){return!(!e||!e.__CANCEL__)}function Uu(e,t,n){su.call(this,null==e?"canceled":e,su.ERR_CANCELED,t,n),this.name="CanceledError"}ru.inherits(Uu,su,{__CANCEL__:!0});var Vu=Uu;function Wu(e,t,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new su("Request failed with status code "+n.status,[su.ERR_BAD_REQUEST,su.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}var Gu=function(e,t){e=e||10;var n,r=new Array(e),o=new Array(e),a=0,i=0;return t=void 0!==t?t:1e3,function(s){var c=Date.now(),l=o[i];n||(n=c),r[a]=s,o[a]=c;for(var u=i,f=0;u!==a;)f+=r[u++],u%=e;if((a=(a+1)%e)===i&&(i=(i+1)%e),!(c-n<t)){var d=l&&c-l;return d?Math.round(1e3*f/d):void 0}}};var Qu=function(e,t){var n,r,o=0,a=1e3/t,i=function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Date.now();o=a,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[function(){for(var e=Date.now(),t=e-o,s=arguments.length,c=new Array(s),l=0;l<s;l++)c[l]=arguments[l];t>=a?i(c,e):(n=c,r||(r=setTimeout((function(){r=null,i(n)}),a-t)))},function(){return n&&i(n)}]},Ku=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3,r=0,o=Gu(50,250);return Qu((function(n){var a=n.loaded,i=n.lengthComputable?n.total:void 0,s=a-r,c=o(s);r=a;var l=m({loaded:a,total:i,progress:i?a/i:void 0,bytes:s,rate:c||void 0,estimated:c&&i&&a<=i?(i-a)/c:void 0,event:n,lengthComputable:null!=i},t?"download":"upload",!0);e(l)}),n)},Yu=function(e,t){var n=null!=e;return[function(r){return t[0]({lengthComputable:n,total:e,loaded:r})},t[1]]},Xu=function(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return ru.asap((function(){return e.apply(void 0,n)}))}},Ju=o(5218),Zu=Ou.hasStandardBrowserEnv?function(e,t){return function(n){return n=new URL(n,Ou.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)}}(new URL(Ou.origin),Ou.navigator&&/(msie|trident)/i.test(Ou.navigator.userAgent)):function(){return!0},$u=Ou.hasStandardBrowserEnv?{write:function(e,t,n,r,o,a){var i=[e+"="+encodeURIComponent(t)];ru.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),ru.isString(r)&&i.push("path="+r),ru.isString(o)&&i.push("domain="+o),!0===a&&i.push("secure"),document.cookie=i.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function ef(e,t,n){var r=!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);return e&&(r||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}var tf=function(e){return e instanceof zu?l({},e):e};function nf(e,t){t=t||{};var n={};function r(e,t,n,r){return ru.isPlainObject(e)&&ru.isPlainObject(t)?ru.merge.call({caseless:r},e,t):ru.isPlainObject(t)?ru.merge({},t):ru.isArray(t)?t.slice():t}function o(e,t,n,o){return ru.isUndefined(t)?ru.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!ru.isUndefined(t))return r(void 0,t)}function i(e,t){return ru.isUndefined(t)?ru.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,a){return a in t?r(n,o):a in e?r(void 0,n):void 0}var c={url:a,method:a,data:a,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:s,headers:function(e,t,n){return o(tf(e),tf(t),0,!0)}};return ru.forEach(Object.keys(Object.assign({},e,t)),(function(r){var a=c[r]||o,i=a(e[r],t[r],r);ru.isUndefined(i)&&a!==s||(n[r]=i)})),n}var rf,of,af=function(e){var t,n=nf({},e),r=n.data,o=n.withXSRFToken,a=n.xsrfHeaderName,i=n.xsrfCookieName,s=n.headers,c=n.auth;if(n.headers=s=zu.from(s),n.url=yu(ef(n.baseURL,n.url,n.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&s.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),ru.isFormData(r))if(Ou.hasStandardBrowserEnv||Ou.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if(!1!==(t=s.getContentType())){var l=t?t.split(";").map((function(e){return e.trim()})).filter(Boolean):[],u=Ju(l),f=u[0],d=u.slice(1);s.setContentType([f||"multipart/form-data"].concat(Uc(d)).join("; "))}if(Ou.hasStandardBrowserEnv&&(o&&ru.isFunction(o)&&(o=o(n)),o||!1!==o&&Zu(n.url))){var p=a&&i&&$u.read(i);p&&s.set(a,p)}return n},sf="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){var r,o,a,i,s,c=af(e),l=c.data,u=zu.from(c.headers).normalize(),f=c.responseType,d=c.onUploadProgress,p=c.onDownloadProgress;function h(){i&&i(),s&&s(),c.cancelToken&&c.cancelToken.unsubscribe(r),c.signal&&c.signal.removeEventListener("abort",r)}var m=new XMLHttpRequest;function g(){if(m){var r=zu.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Wu((function(e){t(e),h()}),(function(e){n(e),h()}),{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}}if(m.open(c.method.toUpperCase(),c.url,!0),m.timeout=c.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new su("Request aborted",su.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new su("Network Error",su.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){var t=c.timeout?"timeout of "+c.timeout+"ms exceeded":"timeout exceeded",r=c.transitional||xu;c.timeoutErrorMessage&&(t=c.timeoutErrorMessage),n(new su(t,r.clarifyTimeoutError?su.ETIMEDOUT:su.ECONNABORTED,e,m)),m=null},void 0===l&&u.setContentType(null),"setRequestHeader"in m&&ru.forEach(u.toJSON(),(function(e,t){m.setRequestHeader(t,e)})),ru.isUndefined(c.withCredentials)||(m.withCredentials=!!c.withCredentials),f&&"json"!==f&&(m.responseType=c.responseType),p){var v=Ku(p,!0),b=w(v,2);a=b[0],s=b[1],m.addEventListener("progress",a)}if(d&&m.upload){var y=Ku(d),x=w(y,2);o=x[0],i=x[1],m.upload.addEventListener("progress",o),m.upload.addEventListener("loadend",i)}(c.cancelToken||c.signal)&&(r=function(t){m&&(n(!t||t.type?new Vu(null,e,m):t),m.abort(),m=null)},c.cancelToken&&c.cancelToken.subscribe(r),c.signal&&(c.signal.aborted?r():c.signal.addEventListener("abort",r)));var E=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(c.url);E&&-1===Ou.protocols.indexOf(E)?n(new su("Unsupported protocol "+E+":",su.ERR_BAD_REQUEST,e)):m.send(l||null)}))},cf=function(e,t){var n=(e=e?e.filter(Boolean):[]).length;if(t||n){var r,o=new AbortController,a=function(e){if(!r){r=!0,s();var t=e instanceof Error?e:this.reason;o.abort(t instanceof su?t:new Vu(t instanceof Error?t.message:t))}},i=t&&setTimeout((function(){i=null,a(new su("timeout ".concat(t," of ms exceeded"),su.ETIMEDOUT))}),t),s=function(){e&&(i&&clearTimeout(i),i=null,e.forEach((function(e){e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((function(e){return e.addEventListener("abort",a)}));var c=o.signal;return c.unsubscribe=function(){return ru.asap(s)},c}},lf=o(6042),uf=o(8625),ff=o(9995),df=o(6333),pf=Wc().mark((function e(t,n){var r,o,a;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.byteLength,n&&!(r<n)){e.next=5;break}return e.next=4,t;case 4:return e.abrupt("return");case 5:o=0;case 6:if(!(o<r)){e.next=13;break}return a=o+n,e.next=10,t.slice(o,a);case 10:o=a,e.next=6;break;case 13:case"end":return e.stop()}}),e)})),hf=function(){var e=lf(Wc().mark((function e(t,n){var r,o,a,i,s,c;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=!1,o=!1,e.prev=2,i=df(mf(t));case 4:return e.next=6,uf(i.next());case 6:if(!(r=!(s=e.sent).done)){e.next=12;break}return c=s.value,e.delegateYield(ff(df(pf(c,n)),uf),"t0",9);case 9:r=!1,e.next=4;break;case 12:e.next=18;break;case 14:e.prev=14,e.t1=e.catch(2),o=!0,a=e.t1;case 18:if(e.prev=18,e.prev=19,!r||null==i.return){e.next=23;break}return e.next=23,uf(i.return());case 23:if(e.prev=23,!o){e.next=26;break}throw a;case 26:return e.finish(23);case 27:return e.finish(18);case 28:case"end":return e.stop()}}),e,null,[[2,14,18,28],[19,,23,27]])})));return function(t,n){return e.apply(this,arguments)}}(),mf=function(){var e=lf(Wc().mark((function e(t){var n,r,o,a;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!t[Symbol.asyncIterator]){e.next=3;break}return e.delegateYield(ff(df(t),uf),"t0",2);case 2:return e.abrupt("return");case 3:n=t.getReader(),e.prev=4;case 5:return e.next=7,uf(n.read());case 7:if(r=e.sent,o=r.done,a=r.value,!o){e.next=12;break}return e.abrupt("break",16);case 12:return e.next=14,a;case 14:e.next=5;break;case 16:return e.prev=16,e.next=19,uf(n.cancel());case 19:return e.finish(16);case 20:case"end":return e.stop()}}),e,null,[[4,,16,20]])})));return function(t){return e.apply(this,arguments)}}(),gf=function(e,t,n,r){var o,a=hf(e,t),i=0,s=function(e){o||(o=!0,r&&r(e))};return new ReadableStream({pull:function(e){return Qc(Wc().mark((function t(){var r,o,c,l,u;return Wc().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,a.next();case 3:if(r=t.sent,o=r.done,c=r.value,!o){t.next=10;break}return s(),e.close(),t.abrupt("return");case 10:l=c.byteLength,n&&(u=i+=l,n(u)),e.enqueue(new Uint8Array(c)),t.next=19;break;case 15:throw t.prev=15,t.t0=t.catch(0),s(t.t0),t.t0;case 19:case"end":return t.stop()}}),t,null,[[0,15]])})))()},cancel:function(e){return s(e),a.return()}},{highWaterMark:2})},vf="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,bf=vf&&"function"==typeof ReadableStream,yf=vf&&("function"==typeof TextEncoder?(rf=new TextEncoder,function(e){return rf.encode(e)}):function(){var e=Qc(Wc().mark((function e(t){return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.t0=Uint8Array,e.next=3,new Response(t).arrayBuffer();case 3:return e.t1=e.sent,e.abrupt("return",new e.t0(e.t1));case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()),wf=function(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return!!e.apply(void 0,n)}catch(e){return!1}},xf=bf&&wf((function(){var e=!1,t=new Request(Ou.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),Ef=bf&&wf((function(){return ru.isReadableStream(new Response("").body)})),kf={stream:Ef&&function(e){return e.body}};vf&&(of=new Response,["text","arrayBuffer","blob","formData","stream"].forEach((function(e){!kf[e]&&(kf[e]=ru.isFunction(of[e])?function(t){return t[e]()}:function(t,n){throw new su("Response type '".concat(e,"' is not supported"),su.ERR_NOT_SUPPORT,n)})})));var Cf=function(){var e=Qc(Wc().mark((function e(t){var n;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null!=t){e.next=2;break}return e.abrupt("return",0);case 2:if(!ru.isBlob(t)){e.next=4;break}return e.abrupt("return",t.size);case 4:if(!ru.isSpecCompliantForm(t)){e.next=9;break}return n=new Request(Ou.origin,{method:"POST",body:t}),e.next=8,n.arrayBuffer();case 8:case 15:return e.abrupt("return",e.sent.byteLength);case 9:if(!ru.isArrayBufferView(t)&&!ru.isArrayBuffer(t)){e.next=11;break}return e.abrupt("return",t.byteLength);case 11:if(ru.isURLSearchParams(t)&&(t+=""),!ru.isString(t)){e.next=16;break}return e.next=15,yf(t);case 16:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),Sf=function(){var e=Qc(Wc().mark((function e(t,n){var r;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=ru.toFiniteNumber(t.getContentLength()),e.abrupt("return",null==r?Cf(n):r);case 2:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}(),Af=vf&&function(){var e=Qc(Wc().mark((function e(t){var n,r,o,a,i,s,c,u,f,d,p,h,m,g,v,b,y,x,E,k,C,S,A,_,O,D,T,R,N,P,F,L,I,j;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=af(t),r=n.url,o=n.method,a=n.data,i=n.signal,s=n.cancelToken,c=n.timeout,u=n.onDownloadProgress,f=n.onUploadProgress,d=n.responseType,p=n.headers,h=n.withCredentials,m=void 0===h?"same-origin":h,g=n.fetchOptions,d=d?(d+"").toLowerCase():"text",v=cf([i,s&&s.toAbortSignal()],c),y=v&&v.unsubscribe&&function(){v.unsubscribe()},e.prev=4,e.t0=f&&xf&&"get"!==o&&"head"!==o,!e.t0){e.next=11;break}return e.next=9,Sf(p,a);case 9:e.t1=x=e.sent,e.t0=0!==e.t1;case 11:if(!e.t0){e.next=15;break}E=new Request(r,{method:"POST",body:a,duplex:"half"}),ru.isFormData(a)&&(k=E.headers.get("content-type"))&&p.setContentType(k),E.body&&(C=Yu(x,Ku(Xu(f))),S=w(C,2),A=S[0],_=S[1],a=gf(E.body,65536,A,_));case 15:return ru.isString(m)||(m=m?"include":"omit"),O="credentials"in Request.prototype,b=new Request(r,l(l({},g),{},{signal:v,method:o.toUpperCase(),headers:p.normalize().toJSON(),body:a,duplex:"half",credentials:O?m:void 0})),e.next=20,fetch(b,g);case 20:return D=e.sent,T=Ef&&("stream"===d||"response"===d),Ef&&(u||T&&y)&&(R={},["status","statusText","headers"].forEach((function(e){R[e]=D[e]})),N=ru.toFiniteNumber(D.headers.get("content-length")),P=u&&Yu(N,Ku(Xu(u),!0))||[],F=w(P,2),L=F[0],I=F[1],D=new Response(gf(D.body,65536,L,(function(){I&&I(),y&&y()})),R)),d=d||"text",e.next=26,kf[ru.findKey(kf,d)||"text"](D,t);case 26:return j=e.sent,!T&&y&&y(),e.next=30,new Promise((function(e,n){Wu(e,n,{data:j,headers:zu.from(D.headers),status:D.status,statusText:D.statusText,config:t,request:b})}));case 30:return e.abrupt("return",e.sent);case 33:if(e.prev=33,e.t2=e.catch(4),y&&y(),!e.t2||"TypeError"!==e.t2.name||!/Load failed|fetch/i.test(e.t2.message)){e.next=38;break}throw Object.assign(new su("Network Error",su.ERR_NETWORK,t,b),{cause:e.t2.cause||e.t2});case 38:throw su.from(e.t2,e.t2&&e.t2.code,t,b);case 39:case"end":return e.stop()}}),e,null,[[4,33]])})));return function(t){return e.apply(this,arguments)}}(),_f={http:null,xhr:sf,fetch:Af};ru.forEach(_f,(function(e,t){if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));var Of=function(e){return"- ".concat(e)},Df=function(e){return ru.isFunction(e)||null===e||!1===e},Tf=function(e){for(var t,n,r=(e=ru.isArray(e)?e:[e]).length,o={},a=0;a<r;a++){var i=void 0;if(n=t=e[a],!Df(t)&&void 0===(n=_f[(i=String(t)).toLowerCase()]))throw new su("Unknown adapter '".concat(i,"'"));if(n)break;o[i||"#"+a]=n}if(!n){var s=Object.entries(o).map((function(e){var t=w(e,2),n=t[0],r=t[1];return"adapter ".concat(n," ")+(!1===r?"is not supported by the environment":"is not available in the build")})),c=r?s.length>1?"since :\n"+s.map(Of).join("\n"):" "+Of(s[0]):"as no adapter specified";throw new su("There is no suitable adapter to dispatch the request "+c,"ERR_NOT_SUPPORT")}return n};function Rf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Vu(null,e)}function Nf(e){return Rf(e),e.headers=zu.from(e.headers),e.data=qu.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Tf(e.adapter||Ru.adapter)(e).then((function(t){return Rf(e),t.data=qu.call(e,e.transformResponse,t),t.headers=zu.from(t.headers),t}),(function(t){return Hu(t)||(Rf(e),t&&t.response&&(t.response.data=qu.call(e,e.transformResponse,t.response),t.response.headers=zu.from(t.response.headers))),Promise.reject(t)}))}var Pf="1.10.0",Ff={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){Ff[e]=function(n){return Hr(n)===e||"a"+(t<1?"n ":" ")+e}}));var Lf={};Ff.transitional=function(e,t,n){function r(e,t){return"[Axios v"+Pf+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,a){if(!1===e)throw new su(r(o," has been removed"+(t?" in "+t:"")),su.ERR_DEPRECATED);return t&&!Lf[o]&&(Lf[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,a)}},Ff.spelling=function(e){return function(t,n){return console.warn("".concat(n," is likely a misspelling of ").concat(e)),!0}};var If={assertOptions:function(e,t,n){if("object"!==Hr(e))throw new su("options must be an object",su.ERR_BAD_OPTION_VALUE);for(var r=Object.keys(e),o=r.length;o-- >0;){var a=r[o],i=t[a];if(i){var s=e[a],c=void 0===s||i(s,a,e);if(!0!==c)throw new su("option "+a+" must be "+c,su.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new su("Unknown option "+a,su.ERR_BAD_OPTION)}},validators:Ff},jf=If.validators,Mf=function(){function e(t){f(this,e),this.defaults=t||{},this.interceptors={request:new wu,response:new wu}}var t;return p(e,[{key:"request",value:(t=Qc(Wc().mark((function e(t,n){var r,o;return Wc().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this._request(t,n);case 3:return e.abrupt("return",e.sent);case 6:if(e.prev=6,e.t0=e.catch(0),e.t0 instanceof Error){r={},Error.captureStackTrace?Error.captureStackTrace(r):r=new Error,o=r.stack?r.stack.replace(/^.+\n/,""):"";try{e.t0.stack?o&&!String(e.t0.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(e.t0.stack+="\n"+o):e.t0.stack=o}catch(e){}}throw e.t0;case 10:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(e,n){return t.apply(this,arguments)})},{key:"_request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var n=t=nf(this.defaults,t),r=n.transitional,o=n.paramsSerializer,a=n.headers;void 0!==r&&If.assertOptions(r,{silentJSONParsing:jf.transitional(jf.boolean),forcedJSONParsing:jf.transitional(jf.boolean),clarifyTimeoutError:jf.transitional(jf.boolean)},!1),null!=o&&(ru.isFunction(o)?t.paramsSerializer={serialize:o}:If.assertOptions(o,{encode:jf.function,serialize:jf.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),If.assertOptions(t,{baseUrl:jf.spelling("baseURL"),withXsrfToken:jf.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();var i=a&&ru.merge(a.common,a[t.method]);a&&ru.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete a[e]})),t.headers=zu.concat(i,a);var s=[],c=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(c=c&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));var l,u=[];this.interceptors.response.forEach((function(e){u.push(e.fulfilled,e.rejected)}));var f,d=0;if(!c){var p=[Nf.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,u),f=p.length,l=Promise.resolve(t);d<f;)l=l.then(p[d++],p[d++]);return l}f=s.length;var h=t;for(d=0;d<f;){var m=s[d++],g=s[d++];try{h=m(h)}catch(e){g.call(this,e);break}}try{l=Nf.call(this,h)}catch(e){return Promise.reject(e)}for(d=0,f=u.length;d<f;)l=l.then(u[d++],u[d++]);return l}},{key:"getUri",value:function(e){return yu(ef((e=nf(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}}]),e}();ru.forEach(["delete","get","head","options"],(function(e){Mf.prototype[e]=function(t,n){return this.request(nf(n||{},{method:e,url:t,data:(n||{}).data}))}})),ru.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,o){return this.request(nf(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Mf.prototype[e]=t(),Mf.prototype[e+"Form"]=t(!0)}));var Bf=Mf,zf=function(){function e(t){if(f(this,e),"function"!=typeof t)throw new TypeError("executor must be a function.");var n;this.promise=new Promise((function(e){n=e}));var r=this;this.promise.then((function(e){if(r._listeners){for(var t=r._listeners.length;t-- >0;)r._listeners[t](e);r._listeners=null}})),this.promise.then=function(e){var t,n=new Promise((function(e){r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},t((function(e,t,o){r.reason||(r.reason=new Vu(e,t,o),n(r.reason))}))}return p(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}},{key:"toAbortSignal",value:function(){var e=this,t=new AbortController,n=function(e){t.abort(e)};return this.subscribe(n),t.signal.unsubscribe=function(){return e.unsubscribe(n)},t.signal}}],[{key:"source",value:function(){var t;return{token:new e((function(e){t=e})),cancel:t}}}]),e}(),qf=zf;var Hf={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Hf).forEach((function(e){var t=w(e,2),n=t[0],r=t[1];Hf[r]=n}));var Uf=Hf;var Vf=function e(t){var n=new Bf(t),r=hl(Bf.prototype.request,n);return ru.extend(r,Bf.prototype,n,{allOwnKeys:!0}),ru.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(nf(t,n))},r}(Ru);Vf.Axios=Bf,Vf.CanceledError=Vu,Vf.CancelToken=qf,Vf.isCancel=Hu,Vf.VERSION=Pf,Vf.toFormData=pu,Vf.AxiosError=su,Vf.Cancel=Vf.CanceledError,Vf.all=function(e){return Promise.all(e)},Vf.spread=function(e){return function(t){return e.apply(null,t)}},Vf.isAxiosError=function(e){return ru.isObject(e)&&!0===e.isAxiosError},Vf.mergeConfig=nf,Vf.AxiosHeaders=zu,Vf.formToJSON=function(e){return Du(ru.isHTMLForm(e)?new FormData(e):e)},Vf.getAdapter=Tf,Vf.HttpStatusCode=Uf,Vf.default=Vf;var Wf=Vf;function Gf(e){if(e.response){var t=e.response,n=t.status,r=t.data;return{code:n,message:(null==r?void 0:r.message)||"HTTP ".concat(n," 错误"),details:r}}return e.request?{code:-1,message:"网络连接失败,请检查网络设置",details:e.request}:{code:-2,message:e.message||"请求配置错误",details:e}}function Qf(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.baseURL,n=void 0===t?"":t,r=e.timeout,o=void 0===r?1e4:r,a=e.headers,i=void 0===a?{}:a,s=e.requestInterceptor,c=e.responseInterceptor,l=e.onError,f=Wf.create({baseURL:n,timeout:o,headers:u()({"Content-Type":"application/json"},i)});return f.interceptors.request.use(function(){var e=Kc()(Gc()().mark((function e(t){return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if("get"===t.method&&(t.params=u()(u()({},t.params),{},{_t:Date.now()})),null==s||!s.onRequest){e.next=3;break}return e.abrupt("return",s.onRequest(t));case 3:return e.abrupt("return",t);case 4:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),function(){var e=Kc()(Gc()().mark((function e(t){return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null==s||!s.onRequestError){e.next=2;break}return e.abrupt("return",s.onRequestError(t));case 2:return e.abrupt("return",Promise.reject(t));case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()),f.interceptors.response.use(function(){var e=Kc()(Gc()().mark((function e(t){return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null==c||!c.onResponse){e.next=2;break}return e.abrupt("return",c.onResponse(t));case 2:return e.abrupt("return",t);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),function(){var e=Kc()(Gc()().mark((function e(t){var n;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=Gf(t),l&&l(n),null==c||!c.onResponseError){e.next=4;break}return e.abrupt("return",c.onResponseError(t));case 4:return e.abrupt("return",Promise.reject(n));case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()),f}var Kf=Qf(),Yf=function(e){var t=e.onOpen,n=void 0===t?function(){}:t,r=e.onError,o=void 0===r?function(){}:r,a=e.streaming,i=void 0===a||a,s=e.onClose,c=void 0===s?function(){}:s,l=e.textSpeed,f=void 0===l?60:l,d=(0,v.useRef)([]),p=(0,v.useRef)(0),h=(0,v.useState)(!1),m=x()(h,2),g=m[0],b=m[1],y=(0,v.useRef)(g),w=(0,v.useState)({content:""}),E=x()(w,2),k=E[0],C=E[1],S=(0,v.useRef)(null),A=function(){var e;null===(e=S.current)||void 0===e||e.abort(),d.current=[],b(!1)},_=function(){var e=Kc()(Gc()().mark((function e(t,r){var a,s,l,f,h,m=arguments;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=m.length>2&&void 0!==m[2]?m[2]:{},s=t,C({}),b(!0),S.current=new AbortController,l=u()({},r),f=S.current.signal,!i){e.next=11;break}ll(s,{method:"POST",openWhenHidden:!0,headers:u()({"Content-Type":"application/json","Cache-Control":"no-cache",stream:"true"},a),signal:f,body:JSON.stringify(l),onopen:function(e){return Kc()(Gc()().mark((function t(){return Gc()().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(p.current=1,!e.ok||e.headers.get("content-type")!==sl){t.next=5;break}null==n||n(e),t.next=11;break;case 5:if(401!==e.status){t.next=8;break}return Ac.error("用户未登录,即将前往登录……"),t.abrupt("return");case 8:500===e.status?Ac.error("服务器错误,请稍后重试。"):e.status>500&&Ac.error("网络不给力,请稍后重试。"),e.status>=500&&C((function(t){return u()(u()({},t),{},{content:"网络不给力,请稍后重试~~~~~",requestId:"",role:fl.assistant,httpCode:e.status,error:!0,code:""})})),null==o||o(new Error("Unexpected response status: ".concat(e.status)));case 11:case"end":return t.stop()}}),t)})))()},onmessage:function(e){var t,n=pl(e.data,{});if(!0!==n.success)return C(u()(u()({},n),{},{code:n.code,content:n.message||"网络不给力,请稍后重试~~",requestId:n.requestId,role:fl.assistant,httpCode:200,error:!0})),void A();null===(t=d.current)||void 0===t||t.push(n)},onerror:function(e){p.current=2,b(!1),null==o||o(e)},onclose:function(){p.current=2,c()}}),e.next=23;break;case 11:return e.prev=11,e.next=14,Kf.post(t,l);case 14:h=e.sent,C(h),b(!1),e.next=23;break;case 19:e.prev=19,e.t0=e.catch(11),null==o||o(e.t0),b(!1);case 23:case"end":return e.stop()}}),e,null,[[11,19]])})));return function(t,n){return e.apply(this,arguments)}}();return(0,v.useEffect)((function(){y.current=g}),[g]),(0,v.useEffect)((function(){var e=setInterval((function(){var e;if((null===(e=d.current)||void 0===e?void 0:e.length)>0){var t,n=null===(t=d.current)||void 0===t?void 0:t.shift(),r=null==n?void 0:n.data;C((function(e){var t,o=null!==(t=e.content)&&void 0!==t?t:"";return u()(u()({},n),{},{code:null==n?void 0:n.code,content:"".concat(o).concat(r),requestId:null==n?void 0:n.requestId,role:fl.assistant})}))}else 2===p.current&&y.current&&(p.current=0,b(!1))}),f);return function(){return clearInterval(e)}}),[]),(0,v.useEffect)((function(){return function(){A()}}),[]),{responseData:k,loading:g,start:_,stop:A,onError:o}},Xf=function(){var e=Kc()(Gc()().mark((function e(t){var n,r,o,a,i;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.url,r=t.appNo,o=t.pt,a=t.tc,e.next=3,Kf.post("".concat(n,"/appouter/config/").concat(r,"/initApp"),{},{params:{pt:o,tc:a}});case 3:return i=e.sent,e.abrupt("return",i.data);case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),Jf=function(e){return e.recallKnowledgeStart="RECALL_KNOWLEDGE_START",e.recallKnowledgeEnd="RECALL_KNOWLEDGE_END",e.invokeToolStart="INVOKE_AGENT_TOOL_START",e.invokeToolEnd="INVOKE_AGENT_TOOL_END",e.response="RESPONSE",e.finish="FINISHED",e}({}),Zf=function(e){var t=e.url,n=e.token,r=e.config,o=(0,v.useState)([]),a=x()(o,2),i=a[0],s=a[1],c=(0,v.useState)(null),l=x()(c,2),f=l[0],d=l[1],p=(0,v.useRef)({}),h=r||{},m=h.appNo,g=h.pt,b=h.tc;(0,v.useEffect)((function(){if(t&&r){var e=function(){var e=Kc()(Gc()().mark((function e(){var n;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,Xf(u()({url:t},r));case 3:(n=e.sent).success?d(n.data):console.error("获取聊天配置失败",n.message),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),console.error("获取聊天配置失败",e.t0);case 10:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(){return e.apply(this,arguments)}}();e()}}),[t,r]);var y=Yf({streaming:!0,textSpeed:60,onClose:function(){setTimeout((function(){var e,n;null!==(e=p.current)&&void 0!==e&&e.sensitiveWords&&null!==(n=p.current)&&void 0!==n&&n.requestId&&Kf.post(t)}),500)},onOpen:function(e){console.log("res-----open:",e)}}),w=y.start,E=y.loading,k=y.responseData,C=y.stop;(0,v.useEffect)((function(){if(k&&k.content&&k.data){var e=k.data||k.content;"string"==typeof e&&(e=pl(e,{action:Jf.response,data:{contentType:"TEXT",content:"解析响应数据时出错,请重试",success:!1,errorMsg:"响应数据格式错误"}})),s((function(t){var n,r=Vc()(t).reverse().findIndex((function(e){return e.role===fl.assistant&&"TextMessage"===e.type&&("init"===e.status||"pending"===e.status)})),o=-1===r?-1:t.length-1-r,a=-1!==o?t[o]:null,i=Vc()(t);a?"TextMessage"===a.type?n=u()({},a):"ImageMessage"===a.type&&(n=void 0):(n={id:el(),type:"TextMessage",createdAt:new Date,role:fl.assistant,content:{text:""},thinks:[],status:dl.init},i.push(n));var s=e,c=s.action,l=s.data,f=l.uniqueId,d=l.contentType,p=l.content,h=l.toolType,m=l.args,g=l.knowledgeType,v=l.success,b=void 0===v||v,y=l.errorMsg;if(!n)return i;switch(c){case Jf.recallKnowledgeStart:n.thinks=n.thinks||[],n.thinks.push({id:f,createdAt:new Date,type:"ActionExecutionMessage",name:"DOCUMENT"===g?"已搜索文档知识库":"已搜索问答知识库",arguments:m,extra:u()(u()({},l),{},{icon:"DOCUMENT"===g?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAbNJREFUSEvt1r9PFFEQwPHvvL1Y8OMKOxOxsKDlRwN3lTGx4JTE2FF5SwitoaGmsbGkISESrpKSggANhQEFrID4D5BAoCOwB17D7uged0QOdm9veR1suZl5n8xk3ssIwMDYn+fG97+g+grhWfgv5XdulMLPUnYjKl+usMs94GlK5EaaIOeiGolKzi1/Ax35V+hq4GTGf31tO0wDD7rerkBPLTeyUskVvaOwjYGT6UqLhch/4BIwDNyJSs71NEzYms9KmsrqOdegcfoJ/E/AR+BCjBQ25zrX63HWQUdM748X7b/z++U5FYqNqDUw557tgPSKmr7NUscuU2ruQu2Bo94iyntBZ1Rl2g8IfIN5Ap8RPqBUUDNsDcy75deKrgExsyAVa2D1ASmevjFiJoCXIjdhVbrDmEhw0PWWBQpxk6uwsj2ffZtkuuu34V4gyvJWKfvOCpjkkFZimlbYymFJYh/B8DFuOqWNrYyb2qYtTQPGTW1TMMkgtBLzCLbSrUSxD6mllpaouL7WVtEDlGNra2IUWMNmgSGQBeuLcEylJ4GT6amuAxZX/duecozI98BxJsO99y+MQCj0ADM7SQAAAABJRU5ErkJggg==":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAuRJREFUSEu9ll1IFFEUx/9nZtfFjx1NQgrsKYJAyWgLne0hiUh87CEiJHIsNsMn6eslQnvqi4oICYvdxYcKhF4KCoJasnbXQEEKiqCIil0fMnBnsdSde+rOumFm6eTYnYfh3nPn/M7/zrn3HgKA+oMT1YplnQNzIwir5ZhrjZEGUUyo6vHBGyWfKA/LjQCodA0yv6MvQvXUkW6YNwHe+0PofaF6QjIKN8EzgnoBNAN0i/TWTEouo1A9a9yGFQKfgX4EI026kWFpSEQ0cqKsvmVMG1xXmUUXicV8V+A4AgZCqRLvdNlpAvYBqAIwCcJjCHQmotrrv4H/Cagb5gOAmwAaBhAHuBZAI4DUlBd1Q73a5z9BHQMb2rI7iMVDAI+qs/6d/f1kSedBY/w2g/YQU0c86u9xDRhszZxgwhlihOJR7XrBsd5mdoD5KoALiYh2zDVgIJRZWWRxhc83ORrrqcr+BBqZOwB2MdHhZNh/zTXgfI50wzwFcDdAH3zFX2tmBzJ3vuN/+LuDPIwIb4SwmpLRFe9dz9KCw2BrdiOTGAZjVFHUzc/CpamF9uKSFDYY450EukjE3fFweddCMGlfEjBomNsZvAmMewtt+FnJZZ9ojk6aOUva7PGq0YHe0vSyK9TbMiNgbGDinmS4vGP5gfntcIgZ7cmodnfZgYsBuL4PnUKXlKVOYcEDZi0LfgHgrcxSeYFSIuJXALJTd3bb0ppdpbJYSwqYCEyC2ZJv2bfkmzlnIZ/yckzxMlnMigKezoE9ilUtiM4CqGXQFQl8BWA9QwSSkQp5z9lt636zxlL4CAEtAIqcqppn/kuFJoMSeB7AUXkmsqCTUoUAG2QXPZBlh4x/CISc7DNAJMcZZD/5OTPliTQJu88gImlnSoM45hP+y7EofSN9NxejzBwAEPg1KpoAEFbJuvQ0XPHOBYW2CzuyQIi93qlMO0DbSIHKzE+ERX3P+7Qxt0AFP44qNTfg/x34HSDEh0e2qWwwAAAAAElFTkSuQmCC",expandIcon:"DOCUMENT"===g?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAYtJREFUSEvt1z9Lw0AYBvDnufsGboIuDq6tyUFXERysFsTNSSdXcfEbuDi6CIKrjg6iLg6iU5ujVvwIit2clE7J2ZMEpCTNH8/JZgzvez/u5Qm8IQA0Go2ZMAwPASwCmLbvKj4fURQ1u93uQ1Y/Y+wJwFRFZLRtLEql1BmAzeFFb6SUO+12+7UK7Pt+j2Qt7s1ELfhmxyilnK2KWSQBSV4aY1oAUlELGtugtWaVmyU9P27okdw1xmwB+CTZDILgPqlzDgoh6p1O59n3/VOS26OoM1Ap9QigTnIhCIIeAJGGugQvAKyTPI6i6EhKGYVhKEgeANggOQDQcgZ6nrckhLgFMC4LA2egDYVSahnAHoC5FHje1mSCSqkrAM2c5F5rrVeLpDv5Gn4LXmmt15yARQ4pU5N7wzKHFamdgDbiRVI6Os3M1OaOtCKYmdpcsEgQytRMwDLTKlT7v0bqZIkaN9d4FX0B0He2JmaBMXYCYAXA+V8swln2u5Sy9r0OOFz107D+8BfiTkq5b/feL/ypCTrFx1TIAAAAAElFTkSuQmCC":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAArhJREFUSEu9lk1oE0EUx/9vp1oUKiIiChUKXoSKlcwMoV4UEYtHTyLiwUut9FT8uohYT36hIlJEQcSDCgUvCgqCBgVpujsWUaoUFFFpe1BPEiJN9pm33UAIsem2Sx8Mgcnk/5v38j6GACCbzbaXy+WLAHYC2CB7KdpURTenlDqZz+d/UAx7B2BNipBGUr+VUl1kjLkP4EDF0adKqV65RZrg2KFbAPYCeCDASQmjUmpj2rDqxWPodwBTAmT5IggCSuJZNptdlc/n/wAI5/O7KicRUGu90vO8cwAOMfM6AH8BvGTmAefcp7nACwJaa58xcw+AtwDeANgSZ/YkM3c5537+D5oYaIzZDeA5Eb3o6OjYMzw8XBZxY8xDAPuJqN/3/aHUgFrrU0R0noh6fd+/XRU2xvQDuMHMl51zJ9IErmXm1cVicXp8fFySJTKt9SMi2sfMR51zN1MDNhKy1p5h5kEA3wqFQmftRerPJ/4P6wVqYBMtLS09IyMjX1PP0qqgtXYbM0umTpfLZTM2NibNY05blIfGmAEAVwAMBkFwthkszuaowSQq/KpwJpPZpZTKhGH4pFnB12TzwoESUmnGYRjedc7J+Glqiw2pjLOtlfY25JyTOmxqiwLGGXqEiPp833/clDbbkRYe0vkAUq/DpNAl9dAYI1PlfWWsfZaykAFKQRB4AKI415q1dj0zbyIillUqlaLP2iV7UY012Pc8rx3ABRllRHRdgB8BbGZm7ZyT7hGZtbaTmY8BOAhgedIQNjj/obW1dTtprS8R0XEAE8x8Wm4J4HD86JFnh8w9B6A06wRRpWHLfv2KnKwuORPbVBiGuba2tmu5XK5I3d3dK2ZmZl7LpKm7VQHAHQBXgyD4koKHkUT0cNJaL6s04j4i2gFAAXjled690dHRX2mBqjqJXmppwJcc+A835m3HpPyZJwAAAABJRU5ErkJggg=="})});break;case Jf.recallKnowledgeEnd:var w,x=null===(w=n.thinks)||void 0===w?void 0:w.find((function(e){return e.id===f}));x&&(x.extra.cost=null!=l&&l.cost?((null==l?void 0:l.cost)/1e3).toFixed(2):0);break;case Jf.invokeToolStart:n.thinks=n.thinks||[],n.thinks.push({id:f,createdAt:new Date,type:"ActionExecutionMessage",name:"SKILL"===h?"已调用工作流":"已调用工具",arguments:m,extra:u()(u()({},l),{},{icon:"SKILL"===h?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAAXNSR0IArs4c6QAAAalJREFUSEvdlT9Lw1AUxc9N6x+sqdBJilLBTcRBKzR1ERcRXHUTm4oOfgJHB8Hv0KEiKAiCgwh+AhsFOzgogqO1FBdpLEKLvispVGpJ8zQmgr4p5M/95bx7zzsEj1ciXZ4jpgyAgZbSBSZeI4950HTz3gbWwBT8ALJV3dgJf6qt6Wb9/g+BTMmUGRekxAERBeGWmPZ8ASZXnmIsAlkAM01tOQEw7zlwbKkUCgV7rgAMA3gg8DGgFAVwR+ADz4FaytwGYQPARa3jdTafiZQbKn0ZGk1/zgM8ToRkLhs2middagvZC+fZvtNW62i6WQXQWa6oXTeHVPuOtUi2BcZOeNAGaDv6XwFbQEfftPrJKtrum78JdPprO/UyldIt/XXgv+ihY5x4bguXxn8DoBgxNYBNErJBaX7uKp403bwGMKIIGj3bVa3rjyUT4AqYSJsZYqwCODJi6kKzStnJ5Qo4mar0B0lYyiIAcsS0z+CiAi4Jovph7nniJ5bNKVJgpfuQ7wHcAEyvP/ZWX7oXWeEJAkWZ6ZLAW74obDeZsjBw1UMnG/gyNE5AmS3eAcCLCo6yiwRxAAAAAElFTkSuQmCC":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAACP1JREFUeF7tnUF62zYQhUnt3V6n7sb2TepexPZFmtzE6qbJddrshXyUKluOTRKYSIMB3u+tAXHmzfs1AEmR48AfCqDArAIj2qAACswrACC4AwUWFAAQ7IECAIIHUMCmAB3EphuzRBQAEJFCk6ZNAQCx6cYsEQUARKTQpGlTAEBsujFLRAEAESk0adoUABCbbswSUQBARApNmjYFAMSmG7NEFAAQkUKTpk0BALHpxiwRBQBEpNCkaVMAQGy6MUtEAQARKTRp2hQAEJtuzBJRAEBECk2aNgUAxKYbs0QUABCRQpOmTQEAsenGLBEFAESk0KRpUwBAbLoxS0QBABEpNGnaFAAQm27MElEAQEQKTZo2BQDEphuzRBQAEJFCk6ZNAQCx6cYsEQUARKTQpGlTAEBsujFLRAEAESk0adoUAJAF3X7749vtZrO7TWlzY5M31qxx3P09RbTbbbZfP19tY0UXMxoA+aEuExTjODwMQ7qNWbLzRTWO6emfv359PN8n9vdJAHJS09///PcxpfGhvzIvZwQo8/oAyP/aXN9/e1boGnNWAJKPlQGQYRjU4ThaA0jeQyIPiOqyaq6TpDTesYF/VUcaEOD4CJNx++XT1Z3aPmx26aksxPX9f0k5f/Yj69WX7SB0jyVz0EVe9mXrDPU54ucBGRu40Ga/lsNe5OB72Q5iWV5NZ3lauwr9ejdA2fUdAAGQgv3HuE1peGr57E55x2SZJdtBDreTpOfcxeOXT7900WnLIAEQAMkgpLeLZ/kXRQEEQFYB6c8k+d2zv9xXy/3BgC6WDqWJ55qkt+5x1CnvBAWA0EFWyOoXkJwbMwEEQFYA6fVUZ94+BEAABEAWFAAQAAEQAFlbZpducHsYn7tJZ4nFXb2cxVogHkAABEAAZEYB9iDsQdiDsAdpZQ8y7Qv2xO4fuTP92W/V7mGfpJnDuD0+uyvK44iqL7GUnkOlaXp71hEu1FYFpOzuUrvQzGxbgZonS6oBknc1t+3CEv35FKjVTaoAQuc4n3GUPqlGJ3EHBDiULH3+XL0hcQUk9wr2+WXlE/tRwPf6jCsgdI9+bFozE88u4gpI3g91akrPsdtQwK+LuAHyc93j8Ayq40WkNopIlGsK2F81ASB7bWud2lsrLP8/rwKWL0+vZZZbBym77tH+c6jOa6H+P60UEmlAvJLv33ZtZVjyJerlEccOkvckdZZVbZn63NHmnsjx8kk4QHp5iuG5jaPyeblLLVFA/M5OqBiutTxzLyZLAuKVdGumUYoXQBaqDSBKKMznmrMP8fJKqD2IV9LYMLYCADJTHwCJbVyv6AAEQLy81uRxAARAmjSuV9AAAiBeXmvyOAACIE0a1ytoAAEQL681eRwAAZAmjesVNIAAiJfXmjwOgABIk8b1ChpAAMTLa00eB0AApEnjegUNIADi5bUmjwMgADJr3Ol276+fr/ZPcVH9AxAAeaPAx7+iO7wrI8p7MjxhBRAA2SuQ824UxTucAQRA9grkGGEapwZJji5emvCDKc+1w8mxch9OcJzi9ZibSnK8OSyA0EGyu8erVDoPtAAQcUByH0zwViYAOdWDJVaEXn+hGEqXV8cwVJ4ZRgcR7yAAsvzNAyAA8mh59D8d5GRHNqYnj2tEnMW60DJq6WPpIHSQdwpEapsVmMi4cr4eFR2EDuLSNteteNkRdBA6CB1kwQMAAiAAAiDmNhxpOc4m3VxG+0Q6CB3E1EGG4XCLt916bcxMaXMzDOm2NNrp6nHpnBbH55wCl7yS3mIxibmOAgBSR3eO2ogCANJIoQizjgIAUkd3jtqIAgDSSKEIs44CAFJHd47aiAIA0kihCLOOAgBSR3eO2ogCANJIoQizjgKSgHglXaekr0flVpPlCnAv1ow+KoDYHtowDPwe5NU4Xl7hZsUK7cQGCE81OS0VgFQwruchc5YRNQzhqcHcsXK0AZAIlbpgDKX7EJXl1SQ5gIjvQY7pX99/e8657d3r2/KC3wdFHw0gAPKiwFonUYODDrLwXaJohkmOAySnP6Ia9y/QSWl4UnyZDh2EDlK05FAbDCAAoub5onwBBECKDKM2GEAARM3zRfkCCIAUGUZtMIAAiJrni/IFEAApMozaYAABEDXPF+ULIABSZBi1wQACIGqeL8oXQACkyDBqgwEEQNQ8X5QvgABIkWHUBgMIgKh5vihfAAGQIsOoDQYQAFHzfFG+AAIgRYZRGwwgAKLm+aJ8AQRAigyjNhhAAETN80X5AgiAFBlGbTCAAIia54vyBRAAKTKM2mAAARA1zxflCyAAUmQYtcEAAiBqni/KF0AApMgwaoMBBEDUPF+UL4AASJFh1AYDCICoeb4oXwABkCLDqA0GkNmK67yoUs30ufnmvuDU610yod5yO4mo9C6+XNMojVt749ZRCwBRcgW5vigAIKtmYJm1KlGnA3KXV1P6HXaQvDe6TsmnNN4pvpuvU99np5X71l9PjzjuQfIB8fyGyK4eAy+mwKFzDA85r8Q+BuH1JRoWkCMku91mSze5mDerfvAExmazu01pfCgNxOtkjhsgJevLebEOr0fmrwcF0q09C799qhsgkxg5F4DsojFTRQGvDfp+FeMpau4pPM+YOFZ7Cngtr9wBoYu0Z8ZoEXt2jyqAnGcvEq1sxOOjgN/e45iP6xLreFCWWj526u0onkurqoBMBweS3ux7yXzGbUrDU43T/VU6CJ3kkmbq67O99xw/qlcVkLegbG5KrqT2ZQOyea9Ava5xGksIQE4DmpZe2EVXgWh3ToQDRNcaZB5RAQCJWBViCqMAgIQpBYFEVABAIlaFmMIoACBhSkEgERUAkIhVIaYwCgBImFIQSEQFACRiVYgpjAIAEqYUBBJRAQCJWBViCqMAgIQpBYFEVABAIlaFmMIoACBhSkEgERUAkIhVIaYwCgBImFIQSEQFACRiVYgpjAIAEqYUBBJRAQCJWBViCqMAgIQpBYFEVABAIlaFmMIoACBhSkEgERUAkIhVIaYwCgBImFIQSEQFACRiVYgpjAIAEqYUBBJRAQCJWBViCqMAgIQpBYFEVABAIlaFmMIo8B3Fo5AjS9GyEwAAAABJRU5ErkJggg==",expandIcon:"SKILL"===h?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAAXNSR0IArs4c6QAAAZhJREFUSEvdlrFKA0EQhv8ZQ4RoZSWiKNgdEog322hnI4KtvoE+gw8g+A4prBSsLETwDRSTSWGRIFgaxdYmoOCNXOAghuTWxDtBr7zbm2//3fn3X0LGj4hsAagCmO8r3QawTxnzICKPA2AJpp0H0OLqqvqltoh03/8USM45iaJImHkOwL2ZneQCrFQqi4VC4djMNpL1IqJLM9vOHFgul6eKxeIdgGUze2LmiyiKnpn5wczOMgc6547M7ADArZltNhqN10RlLk0jIg0Aq8y8VqvVbno73WsL3wBVveq3joi8ASh2Op3JVqv1Poq1yLcEqrowADiw9b8DjoGpvun3U1x02D9/E5g260HqfSq9S/rrwH+xh6lxkoctUgNziPE/ALCqTgCIfI3S+32seArDsElEARGt1Ov15khH2yizS8aGYVgloj0A56q606vSd3KNpdA5N2tmsbIZANdEdBrHk5m9MHP3MM888UVkPU53IlrKPYATQBAE06VSadfMQiKKrxgK4DAXhcP23hcGY+1hWqPl0jQeYKqvPwGc+fyDJMEPAQAAAABJRU5ErkJggg==":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAACKBJREFUeF7tnUF2nEoMRcmemMde2Y9XlmTOnvJdCe10d9wgZLAe9W6f44kPAulJFxUFFF8GfiiAAg8V+II2KIACjxUAEKoDBRYUABDKAwUAhBpAgZwCdJCcbliZKAAgJokmzJwCAJLTDSsTBQDEJNGEmVMAQHK6YWWiAICYJJowcwoASE43rEwUABCTRBNmTgEAyemGlYkCAGKSaMLMKQAgOd2wMlEAQEwSTZg5BQAkpxtWJgoAiEmiCTOnAIDkdMPKRAEAMUk0YeYUAJCcbliZKAAgJokmzJwCAJLTDSsTBQDEJNGEmVMAQHK6YWWiAICYJJowcwoASE43rEwUABCTRBNmTgEAyemGlYkCAGKSaMLMKQAgOd2wMlEAQIKJHsfxKbip5GbTNP2QdEzcKQBZSNAMxX/DMJwajqsQGyQ/p2n6Jl6XMu4ByDup6BCM9wruBVDWOQSQO43GcWxn19Y1HH5AspJlALkSyAyOS+Q/pml6djgbZGIEkFk1UziAhA4SO2+M4/grtmW3Wz0z0/VvbukgwzCYdw+6yMI5D0D+AOLePS4lQhe5g8UekHlK93ti4PT7nkLC7rNMMjNxXLADyK0CieHVaaZGE7EBCIB8CJBTDkHGcWwdMvI0AIAASBqQ03SO+zHclmHkNE32w+5r/ezFCJ5dTwvHJdnR4RaA3J5eACQ2/OgBkDbEWp2MABAAuVEg2EFOee3xzlBrdTobQADEGZDVi3UAARAAWbgTAyAAAiAAEr5Zy0V67CK9l2sQhlhhNP5sCCAAclMyDLEYYjHEYogV7iOn6CAHrygSWZTh5fVRjR5WBYnE+ilvF57l3RNZQEwWTgifyTresJ18BtUFJOQAAYyOUVgPTe6JBSlAos8LrevMFidWQAoSGUCA48Qlvb/rMpBIAAIc+1dYB3uUgEQFkNWH6DpIOCFsVEDhnkw5IHSPjVXjtXn5G44KgNA9vIp+U7TVXaQUkA90j8tNO+VVRTYVgsHGX4Pvxd9LUfoc3NkAkbhwMyjmw0JMnBRLc34mQErPJIdVjOGOtywi0R7xqVxcuxqQ1cev5/opPYsY1vDhIW+ABEBWsgEch5drzQGC6wEACIDUFGj1UYNdBEBWEsW1R3UlH3R8AFkRNtJiq+fBD6oNdjsrEFhZnw6yVC0A0jdLALKQXzpI38UfiQ5AACRSJ7bbAAiA2BZ/JHAAAZBIndhuAyAAYlv8kcABBEAidWK7DYAAiG3xRwIHEACJ1IntNgACILbFHwkcQAAkUie22wAIgNgWfyRwAAGQSJ3YbgMgALJa/Fer17fV19uvLUbRnmLtYUX5xfgBBEDWCuTbMAwXMO637f5tSgABkIcKBFf46BoSAAGQdxUIwnGx7fatSgABkEeARFd0afalb9WtXkR9YAMAAZBHgGxacrXXNysBBED+USC4WMG9XZfDLAABEABZroG1Tlo6vJRfWbHHoQUd5C8xdBA6CB2EDpKbxnBd1YQOQgcJEQMgIZm6vhfCEIshFkMshlibzoRvG9NBNunGNO8mufbZWH4W6/XJ1ud9QpXay9PCA4qPHH1pd9SlotjHmfZEwdKPad59dGYvnSoAIJ0mlrD2UQBA9tGRvXSqAIB0mljC2kcBANlHR/bSqQIA0mliCWsfBQBkHx3ZS6cKAEiniSWsfRQAkBUd2w2yHn+PVjJ5FGu7SdiWA+rtt6YDgCxlnPdB3tThUZOCU4P8oyY9AtLyHHiK9aYcjHWgg7h1kBkQVjWJnSgAxBSQpRUV7yXpdvG4QCcFEEdANnSRbuEIDjUBxBWQACRdwwEgK7MOri9M3csyL0Pa/t2mPC/vfDQ4enz/4yZ8hlgLkABIwbyl2CEBBEDESlLLHQABEK2KFPMGQABErCS13AEQANGqSDFvAARAxEpSyx0AARCtihTzBkAARKwktdwBEADRqkgxbwAEQMRKUssdAAEQrYoU8wZAAESsJLXcARAA0apIMW8ABEDESlLLHQABEK2KFPMGQABErCS13AEQANGqSDFvAARAxEpSyx0AARCtihTzBkAARKwktdwBEADRqkgxbwAEQMRKUssdAAEQrYoU8wZAAESsJLXcARAA0apIMW8ABEDESlLLHQABEK2KFPMGQABErCS13AEQANGqSDFvAOSDgLx+uLLLb/OJ1WmJO+M4Pg3D0L60tfTj+yArAnX/jYyS6hQ46PzZB75y+ygXkc8ftO9lTNP0LJBPXNhZAQBZETQISNsLXWTn4qzeXRCO5mbpCVL+M9BXiQSS6qre6fjBa4/L0UrzXg3Ili+9/u4k8xml+0+T7VSLUruZwWjXHO3iPPqzBiQyi/FISCCJlpjGdluguPa4dBaztIM0FQLz4BrpxYsSBaZpKq3R0oPPgGwdZpUkioOWKFA6vGoRlwMyQ9JuFmVbcEnmOOjxClR3DyVAPnItcnymOEKFAuXdQwYQhloV9Sd9TAk4pAABEumC/UznSmet7gOVuAa5d2rDXdbPTBzHOlaBNm3fOofU9L0kIHM3adcl7e8rF/DHVmbh3hsMP5Vv/soCUpg0Do0CbwoACMWAAgsKAAjlgQIAQg2gQE4BOkhON6xMFAAQk0QTZk4BAMnphpWJAgBikmjCzCkAIDndsDJRAEBMEk2YOQUAJKcbViYKAIhJogkzpwCA5HTDykQBADFJNGHmFACQnG5YmSgAICaJJsycAgCS0w0rEwUAxCTRhJlTAEByumFlogCAmCSaMHMKAEhON6xMFAAQk0QTZk4BAMnphpWJAgBikmjCzCkAIDndsDJRAEBMEk2YOQUAJKcbViYKAIhJogkzpwCA5HTDykQBADFJNGHmFACQnG5YmSgAICaJJsycAgCS0w0rEwUAxCTRhJlTAEByumFlogCAmCSaMHMKAEhON6xMFAAQk0QTZk4BAMnphpWJAgBikmjCzCkAIDndsDJR4H83rWAFT77lmgAAAABJRU5ErkJggg=="})});break;case Jf.invokeToolEnd:var E,k=null===(E=n.thinks)||void 0===E?void 0:E.find((function(e){return e.id===f}));k&&(k.extra.cost=null!=l&&l.cost?((null==l?void 0:l.cost)/1e3).toFixed(2):0);break;case Jf.response:b?(n.status===dl.init&&(n.status=dl.pending),"TEXT"===d&&"text"in n.content&&(n.content.text+=p)):(n.status=dl.failed,n.content.text='<span style="color: red;">❌ '.concat(y,"</span>"));break;case Jf.finish:n.thinks=n.thinks||[],n.thinks.push({id:f,createdAt:new Date,type:"ActionExecutionMessage",name:"运行完毕",extra:u()(u()({},l),{},{cost:null!=l&&l.cost?((null==l?void 0:l.cost)/1e3).toFixed(2):0,icon:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAD45JREFUeF7tnU2a2zYMhi3vp7lO000mN2l7kSQXSXKTuJsk12mzt/rQGo1lWxJJ/JAA+WUZUxQJfC8BkLRnOOCfmgV+//PX89z58Xh+Hsfju/WXja/tbj8fTvfth+H8z/x/5/Px9PPr00MbtQl12PHQ4ZzFpxxACACEjq8QbIle/PUvHU4wzQABHhk7AxCCHQMQw3D4MD1aGoTcAQ+nGZrvn998zH269/YAJKKAOU3yA0Rc0sMwfgqtAEyCreJN+mtxC4X1CMH1zxRhAMu6HRFBXuzSFxRbUAGWh00R7vrj+XlAsec9wHLZ9PAscOrYr0V26+kT1UK3z/Vcs3QFCMDgAdMjKF0AAjB4YKw9HWDpobBvGpA//v734zgOL+cV8iJBj+Fgsm1QmgQEYJRHt1VQmgLERyr1eL/qsluyuGM1y3v97pbtjYXWQGkCEHtgXO9FhTtRQfDSlwqX978uF14uFyFtwBMgaeUumHtA6qdTEwzjeLhc35AGgZIsBZtYgKaFaOIWkHpgTAdonlbIOdrUijKeQXEHSJ10ajiFCGEhOlAiyv0z1whTcofPpw1dAVI2avh0aC5ApWHxFk3cAPL2r1/f9IvQPqDYgqgULJ4gMQ9ImZSqbzBqpWDjOLy3nraaBkQ/pQIYsZRM2wfWo4lZQDRTKutOiYm2xueaoFj2hzlAppRq/KYhAsuO0JivRp+aoFhMuUwBomf84fTjy9N7DcH02qeWr6wtYmYA0TE4agxNgLV2vSxBYgIQDTgshmtNsdbsW8N/ViCpDoi0ca0YtqZga727RV9WBUTWoEinaoGxfK/0JkvtBa8aILLbuCjCLcCxHIP04ldrk6UKIJJw1F5hrAnT0nhagKQ4IHJwIKWyBMPWWGSvCpXPFIoCIrWiIGp4QON2jF59XwwQrwbyJ0W7I/aogSKASBkGZxt2xZ86MiktlMoi1AGRMgjgSJWg/XZSW8ElIFEFBHDYF2utEXqBRA0QGQOU37WoJZhe3yuxq6mZXagB8vav/0ae0wEHz35+npaA5MeX31S0rNIpP7UCHH7kLTNSPiQ6mhEHBHDICKbHXriQaBTtooBI1B1aobJHwXmcMzc1l65HRAGxNjmPAul9zPxFVjbVEgOEm1pJk9+70DzP3xIkIoBw4dDIHT0LBGM/HLiQSGmKDYiViUBU7VmAu/BKZCVsQDg7D1KUtycNzGi2AA8Sfj3CAqT24CGjPixQcxFmAcLZtZIIf33IA7PkpvGcowMyIJzogdQKos+1QC29kQDhEA04cqWB9rMFOKkWNWMhAcKhmRPuIBVYgA4JrWDPBoQDB5ViyAIWmC3AyV4o+ssGhFqYI7WCyKUsQF+k86NIFiD0gR0OSK2k5IF+ggVKLdRZgJQaFCQAC8QswEm1chbrZECo0QOpVczV+JxqAWrBnqPJZEAQPahuxHNaFigRRZIAQfTQcjH65VqAGkVSd7SSAKFGj5xcj2soPN+vBWj6TNvRigKC6NGv8KRmHlKh4/H8/P3zm49SfS77oWo0JYqoAYLooSEFX31upT85RXLqjLWiyC4gVDI1DJBqKLSrb4GU4llaI1StxqKICiCIHvVFWmsEKXDMY5OGRCOK7AJCeaH0pGs5Gu/Nt0AOHHPvkoupxo7WJiDUkCU54XwX4YlaFqDAEcYaS3Fy5qMxhk1AKDQieuS4s522VGEGC0hrhqLbw2F7y3cHkPwfn5aebDsSancmHDg0AKGOZyuSrQJCSa8AR7sQbM2MKsZlf5Ip1twvJYpkAUJ5AQDpCxAJOILFNGpW2tjW06zVCELZvdKYaF+S8zNbmgAf56e5qFI0vBZFHgBBeuVHqDVG6gGOYBdKFpQECKVjzZWghgjwznULeIEjjJ421sc06yGCUEIT0qv2kaIJrmxadf82ipbvo8gNIEiv2hc6ZYYe4ZBKswAIRTEdPeMVDqk06wYQSkhCetUuLZ7huJ6J5B5439YhTEDSvpXVroTanVkLcFDTrOWi/woI6o92xZ47s1bgCPOm6HpZqLMA0bgmkOtMtJe1QEtwSNQhr4BQzj9Qf8iKs3ZvrcEhUYcsAOEVM7Wdi/fzLNAqHNw65AIIxTg4PecJ0tLTFP+vjd+qJijZ0Vw+XAChFDJWjWFJeB7G0joc3ABABgT1hwf574+xBzhEAKGEIADiG5Be4OAW6pcIkg8IDgg949EbHByNvwCSt4OF+sMvHj3CQQNk+rYjAPGr9eyR9woHdSMq7GQNFKMhgmRrs/oDFD972sqNGZgy/wsglC1eXDGJucPW5xRxtAQHdSeLDAh2sGwBsDcawHG1Tu7XOUKmRIogAMQHIIDj1k+5gIRfXBywxetD7LmjBByPFqNoHYDkKs9Be8Cx7iQA4kC82kMEHNsW7gaQaeft+O5wGJ9nc2DrmXYru7Xdqr0FqAtAYpPsFRREjnhsjmnnsYdLke7nmknqmU1vkACOOBzU6yZuAMkVQS+Q5NplS0o92Ct1gV3ayA0gpMkN4yetv82dtmbptgIcefYlachLipWfP07Ga3VlBBx5cITWAGTDZq1BAjjy4SgGyN4fPKQNO+0pagRpbRsYcKTpZa0VMYL8+rY8T4i/vs63CSWE4T2SSNig5bQzpt38RdbZXaz8Ca7sbDst3AFHTP7xz/P14wyQXkXS67zjks9r0TwgwRy9iaW3+eZJPq91F4D0BAngyAMg1roQIDp/2zo2ufvPWxdP6/PL9bdEe8qZn+tvFLYqolbnJSFyTh8kQCjOsPSjDZTxrxnZyhZwa/PhCFryWYpdL99JpzxoCZCWahKKLyzDLilwbl+UQ8KmfhfLu7i8j58rYO3nKYCQf1mx1nWTmBG9iszruGP+sPQ5ExAf101SDO5NbN7Gm+IDi20oW7w/vjy9J/66u42t3i1HeBGdl3FaFHzumHJ3sOYsifwHdKwV6t7OSQBHrsR57XMBmXc1mwXE8u6WFBzWFymepOWeptQfN4DQHFbn2nuu2Whze3yL1DmJ1HgAR7oSKIDc/BHP8KrcEGR1J2vNbFKi5EIiNQ7AkQ7HpO3cTahrjb34O+n0TvKGW6e1lDipkEi9H3Dk64ez+LMA8eYsKZHmQiL1Xm/2zpey/BMU2y/9+woItyP5qen0SJnn2khSIZF6H+Cg6YFSf6wC0nodsjSvlGhjkEi9B3DQ4ODWH+H51wgi0Rl9GuWflBLvFiRS/QMOnjby64/bQ3A2IJ4dKCXie0ik+vVsW56sZZ7mplcPEYTmWB/nIVsmp815+5xEqj/AwYfECCC272WlmFlK1CGSjOPwIeWde20AB9eC0/Pc9OohglDrkBYcKgUJ17Ut2JJrA4nnKdFj7fD7pgYJA6MJxXeaNTuENncJd059AA45W1IAWdtwEQLEf5pVGxLAIQeHVHq1mmL1nGbVggRwyMJBiR5bdwsfIkjvaVZpSACHLByhNwogW+dZgoC0l0Nr1ySAwwYcYRThBxrWRrP6n9Q0y9MV+FTXaEECOFI9kNeOEj32dLsJCFUYLTqeaost17ZoozwZ67WmnH3s3akTB6TFKEKvyx6FADj04KBFj/0d2E1A6GlWO1u+967kRhLAoQcHdWs3diN7FxCqIGIv1TWTbu9UmwAOXb9Qo0dMq7uAIIqsOzUXEsChC4dW9Ng8KFxOJ1cM87MxMvVNpvuGVLsADl0/UM89LuJP+HuV0QiCKLLv4O3QPpzG8fDp59enk75E+n4DZecqWGzr7GNpzSRAUlfLRze1cYkxJr9gn+Px/Dy3O5+PJ4ARs5rM51q1x2smlDpMKqVIMVItjHa5FqDCkRo9kmqQedD0wfQRRXKdi/Z8C1A1mVJ7ZEcQ6k5BeA5RhC8G9HBrASocOdEjK4JwdgtyBwUxwAIxC1BT/pzokQ3IFEXyf6L08qKELbWYUfA5LFB6oU7axVq6hb6jhVQL8uZbgKM/yiKdDQgnirR6kZHvdvSQaoFSqRWpSJ8f4lAMSFKlgHb3FuAU5tSNIlIE4eaBlFAHufRtAQ4cHL2RAZlSrf9GqtuoRFPfh+f8WoCXsaRdKdmyDgsQDtVItfwKtvTIqTunErunLEB4BTu2fksLzeP7ai/CbEC44Y+TH3p0OMacbgEeHDLHCmxAuAV7eB71SLpoemnJhUNq4RUBhJtqAZJeZJ82T0tZiRgggCTN+Wi1bwEuHKH3lC9CpfpBFBBrk0s1AtrZsQDn6EAjExEFRKIewfavHbGWHglnO1diS3dtvuKASKRagKS0NOu/zyIcF+i0TMMNlYBEyzP2+uXCIV13LC2kBohEPQJI7IlZekQScGgeE6gBIlOPTO7QNIC0w9FfmgVkFlD92xiqgACSNLH01soLHKo1yNLp3FPRuS+p09HeBGlpvp7gKAaIZCQBJJbknjcWjwuleoqFSJInolZbe4SjaASZHS+xazH1hd++9QDTlFIdPhwO4+tPs9LHXf5HCItGEHlI9Hcx6M7Ek1JRY14Qf3x5el/aqlUACZOUiySApLRoUt4n6d+a52HVAJEs3GeH4bwkRbq6bWRTqvqLX1VANCDBLpcuAHu9y6ZU9eGoUqSvGVjasJeJ4adOi5EidbaxHLAV/1WPILNRtCAJ/X///OZjMbV09CLpdGo2nRU4zEQQTUgQTXSIlS3Cr2O0BIc5QMKANMK1xZVJR7b6vWpEesubLGZSrHvXajrC2iqlL2v+GzT9UXMbN2YZs4Bo7HDdGwOg7MtDq8awWIxvWcI0INop1zL1QjF/lUgJMLxcFTIPiHYBf7+a9QxKGTAupe+pxrWRWDq19rkbQEqkXD3CUg6Kybre0lpXgFxTLqnboWlrSnBqS5GlNBQvaJzG8fDp59enU5rVbbRyB0jJlGvdRcNpGM7/nM/HkxdnByCOx/PzOB7fyVw7zxOvt6hxk0nkTdVea93tx5T5TsBYiTABhimVCVE2/JP4HkaKHR7beAZjno3bCLJ0x3WFHF5EQXOo3FNXaEKfGtFmBuEaGerCcGu7dr7M1gQg9dOuHLSGhxx8jkDLXqZ0aO1fvYgQn2U7YDQVQe4dVz/tikuptRYtpFNrPmkqggCU8ti1CkbTEQSgaIPSXiq1ZbGmI8gaKJdSdrRSzGsLWbr/fsDoKoIAFC4o/YHRNSBLuUwFfZ0DNK5sdZ+foAjv8HIgqmGPrlKsmAEBC6C41wgA2aCmH1gAxd7CCUBiYeVwOARY2inup4NKpE8Jjtf8E2xpr/fZ6gqMh9rlCkTPtQRVaYggVMstnpvvgk0r83xFpPSVkAmE+dqKxv0vAVO56wKAKLtsCc8tQMsXb8H0eG9rhiAAMPeAyKDnxP8B3feqcosK/+wAAAAASUVORK5CYII=",expandIcon:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAADzFJREFUeF7tnV2a3CgSRdN7ynfbK/N4ZeN+155mmmxRTamkFETcgAi4+eTPJSEI7iF+IJXfHvyYWeD5fP4oGk///n7xsPK68pI/J9f/Vfzfn23bzq4xG9NqDX9bbcAW491ByCLPEFyJ3qILqc0MSgaI8AAsTUAERtyB+LXf2huE1h4ncF7QbNv2n9abV7+egNwooAiTogBRo+nfBKbGTI8HATmx0wEK7x6ibqavr3p5GHqXcwMRkN0ui0FxhQthOVhmaUAIxVvnQ1gei4ZYRZI9e/ikDb/y/cvmLEt5EIKh5mU5UJYAhGCowThr4PcKif3UgDyfz1T3z+VZE5Ww0cfUoEwJCMEYgu2UoEwFSJBQ6ursVHnGKiv87OyW98LCVKBMAYhDMMpzUa9/ow8VHs5/pUckmLzAk5L5Kc6ChQfEQTiVYcgVnuGna3ebeIAmvDcJC8hAMPLhvzArZOFtRnmZsKCEA2RQOJWgSJM83Dsg0u/Cw/Ss8IW0YShAOnuNkBPaCtAAWEJ5kzCAPJ/P/3ZIQpeA4gqijrCEgcQ9IJ1CqqXBOALTEZSf3sNW14B0CKkIxv0XxqxPI7j2Jm4BMQ6pXE9Kax7R43rjxcrtfLgDZA+pUr5h8XE7ERaDtWjTGBR3IZcrQAyNn/YsfloIZtU2DefK1SLmBhAjgzPHMCTYMJl3A4kLQIzgcOeuDbU6tGmj+XMByXBADIzrwrBDFTvo4TPO5VBAwAZlODUIjPKxBkWWoQveMEDAZVwm4Q7gOICC3D8ZNr9DAAHDMXSFcaZLV91BRwgjKpHdAQHCwZDKFQ7nnQEfFeruSboCAlxR6DUCwGEUcnWd+26AEI5gijbobkQNdAEEaBjubRgIt2eTQC108STmgAANQjh6KtnwWcBSsDkkpoAQDkOVBW86CiRmgIAM0L1qEVx34boPqmqaRReWgPxPOVuEQ2nAKLcjINm2zUTLJo0CQivCEUXdoH4CIDHRDBwQwgFSzILNACCBJ+1QQBB5h5WrXFBvIYf8fD61oTk0H0ED4mpwIRWyeKcBiyw01IIBAgitoOQvrrPQw/cECQQQABzw2DG0Qtj5BwASiKbUgHgZCDU1nwUAC686KkEAonklKITy+aTBEWULKCFR5yMqQEZ3njJawwLK8q9qEdYCoqlaqd3fGvLgKLVhvGbrQAyI0nuoqKZk1rPAKL2JAFESTTjW0zdkxMpQSxSxSAERv7FC4+4gVmYjoS2ggESUsDcDonR1IopDzyg7D7WAMnpp1p8EEGliztAKKpV1G1Ms0s1epAkQRcfS74Q3PWvd6efIayygONTYtFA3ibZXp2oMxGvWtoAm1GpZrKsBUXiPJmLXnnaOvsUCioS9WpMtgDD3aJk9XmtugR5epAoQeg/zueYDhBZQeJGqilYtICLv0RLrCe3D22iBdDReos+qitYtIPQeVKDWAnso9GPbtrTBDP8oNHrrRcwAofeA6yBcg2/Cn+okuXbQVl7kLSAKMuEGqDUUrxtvgcrkGaoRhVbfehETQOg9xot0VA8q4cjdQ0MCz0XuAJE8EDroURPN57ZboBGO1wOQi6lFResSEKnLQg64fYp4xygLSODY+3qbKNeOyaIP7wCRfNec3qN2Nie6TiHMZAWoZoRe5LLk+w4QhlcTidhqKEo4LAD58Xg80uLe+jn1ZKeACMMr6ErQOjpe398CADhSp2EhVraA0Is0AcLwqr/eQj0RBAc0SS8AkXiR0zDryoM0h1dMzkPpW9VZFBzo/KMclHDj8IsX+QIIwyuVdqa/OQIcaRJQYdYZIAyvppe5bIBR4NgBgYRZZ4AwvJLpZ+q7IsFR5CLNWj4WDT4BwvBqao2LBxcRDlSYRUDEslnjxqhwoMKsIyDNLonVq3lBiQyHIsz6VO7VAlL1rax5JTTvyGaAQxpmlYv+ByDMP+YVe+vIZoFjB0TymtyP/RAtIPBjAq2TyeuxFpgJDkQeUgLSvP/B/AMrztGtzQYHIg8pAWlN0Jl/jFY08PmzwqHNQ16ACI3D07tAgY5sSjj/Z112qQnNsZMMiCSRcWmMkUKL+OzZ4dA6ADEgzD8i4vC5zyvAgQKECXp8vTeNYBU4tIl69iCtgDBBb5Kjr4tXg0OYqL80ngFprWAx//Cl+ererAiHEJDXtx0JSLW04l+4KhyaHfVvQqPRgwTjRTjPYUq5d9MhHP/PBIikxMsjJncz4ujvQnFMA4eikiUDhCVeR+q/6Qrh+NdAghc5/BZ5EAISAxDC8WXfp7UY9ScBwhJvDL039ZJwfDWXROsEpEl2MS4mHOfzREBi6Ne0l4Tj2rzLALJX3r4/Ho/07qP8Wb70TDjerz1LAFIxyCVBIRz3jrlCO8dGXkl6a2Y/TIANezbD+ng/TfgrCEedTQWAPMIAIhDBEpAI7HKlpunt1bDAftgoEiCSHf+pJ51w1HmOfNXsgLTu10ydvBOONjj24ybNi2wkDyIFJNlmKk9CONrh6AnIkC9LSRKsgxmngIRwyODQANK6Mo8CRPJ7D0drhoaEcMjh2AFp1nqooyYALxI23CIcOjhWAQThRcJBQjj0cCwByD7IpSAhHBg4lgFkJUgIBw6OnoCY/LZ1qylmF8/s42udb8T1kmNVob9ROKuIZh0XQuSaNqSASGJ6Ny9tmE1Ms41HI2jkvUK7vr6THhqQmXIS4Vyc6Sj0fg8SjNyW5BxW+kloKSDuJiC6uKL330LUyDYlgGjerDhkN/3OYFFFFrXfd/Ph6e9aQJq34NOLfT0ZoHClkpBxWJhCOPqoSHAK49PLq1sBcVHqvTJtFNFF6WcfCds+RVDB+gRI8zn5lMBs2/bHdljy1r2Lz3v/5Jb3eacAkFeeLf6FKe+AeK5uAeFwvUh5QUWSf+TvEGl+xNNlon6cFKAYIZU7YH8IRyWBQkBe9l3iZ6CBolRBAuwH4aiEY48kxDl2CYi4kYa+DrsUKE4RJMDnE45GFQnyj4/oSAVIhDyktCVQpE2QAJ9LONrhkJT9P+a3BETVUGO/h10OFGsVJMDnEQ6BaoT5x1dA9lit9S2LIRL1UYk74RAoGnyLYIPw0x7fhwfRJjPgcZk3BxTvqScBtk/PoVCDIP/AAhItD+mRkxAOhaKBt2rDq9SVoweR5CEhw6w8D0AxvzwJsD16DiUsXgBxfS6rxsZAUf9+PB6/ap55cw3hABhRG1598SDSPCRymGXgSbRTSzi0Fnw8HkLv8SUa+hRi7YAsF2Y5goRwAODYdSw5gPul4IICJHyY5QASwgGCQ7hlcarhL4CsHGYNhIRwYOGQeI/TYtMVIMuGWQMgIRxAOJDh1WmSrshD0q1TTTawunUlgansBda5qDlhcn6ZIpx6EEWYFXpP5GxGDCEhHCIE3t8kBORSt+8AkYRZ03kRpUel5zCA4F2Tkr2Pd79AZgHIdF4EDAk9hxE0Qu/xtgJ7CYgizJqm5HucR0C4RTiM4JCWdu9+v/IOEGmYVfVdCUNbmTWtgIRwmM2KeOc89eitVt8CQi9yPqMCSAiHIRxW3uOyzFuORSCGfPu0XqQxJyEc9nBINgZvvUcVIPQi4rJieqleWiTcvlzPWLfdmhdWrqpy5dsQq3G1PBplyorWRfKe8rX8SeMmGB0QkVau7nKP3PUqQBQxXrqVIUYHoaz4CAUcVd6jOsTaAZHGeUt4kRUFOnrMCkCq8+NqD0IvMloOfP6heCRdsKu9R5MHUXqRpk5RCrTAnQWkiXlt7tGcg+QbJO8Z2u+tdmt3xuHf17aAIrRqXqibQixlRYsJ+9q6hoxesS+Xnt+8SDcDskPS/KLr3TpM2CEyWbeRXqGVOMQCeBFCsq6+VSPXhFbS7QaRB9Em7BJXp7Isbw5vASUczaGVyoMUCXvry67LieIGYnjZ9hmAMu9oTszLUYk9CMCLMNTqo6/wT1FUTkWJOQwQZcKu7nz4mecAbi2gDK3Ui7DKgwASdkJyK5F1L1DCkQynDuPVgABCLchA1pXRnCMHwCFOzKEhVpGwS/dGchNq2ueUynqj0iblyCopxIMQkvVEbDViAByqqtVxXGhApC95+OjXtm3QPllNJNu1sYBip9wkEoGLERA7qisPNlPHVq0toCznmhR84IAASr+pCUJirUZn7XuEI5nIBJAdEs0uOyFxJmDL7gDggOYdJlWsowERyRY9iaUsfbSNgAOx33FlDTMPsnsR8dciDx1mCdiHnmG9AC2gJnlHFw+SHwJI2k2qE7CZZkPNFogCh2kOUloNCAlkd7R5RnkDzAKR4OgGCDjcIiQwufZtKOJCaZqDnCTuqJyEkPTVtvppEeHo6kGKnER7Zis3xXffqmVr38AeUv36uyJZvppV+uDu+2NdPYgBJOZVDOlM8j7Vb3acma87HEM8CCFZAx3Q/sZHtLBt288RlhviQQpIUDlJbpL7JSNUVDwTHFINjxCGAgKubuVpYgI/CBJgIu5mLocDYgTJ8JVnkEaHPBa4t1H238VC5wIQS0hS29u2pVCOH7AFDMIpN54jd8QNIIaQ0JuAwdjnClWuP/bOhedwCchuePW3Et/owZXxDXRr3qRBnlH22V2RxZUHKS1lPBEEpREl4/kYssdRYwK3gBiHXO5i3ZrJ6n2NYY7hLhm/sq1rQDqEXB+gMJn/VyKdwAhxVMg9IHnajF08QXm8joak/A91buqdw3MbUh07HQaQTiHXJ9e/glfpCEXIsDYUIEXI1WOVmxaWAVAkW4YIqUJ7kI5Vrrfhwd8vCfhrf6FEmnT3nx2IFD59Bx07bx1z2KphOA9ynJlOuUkNMC527HcYUn+Tl00fxPcwWoEIGU6dDTI8IEXYlRNM6WQi70ueJXmZ/ElJKdTbFCBkzzAahtJ+IcOpaQHJA3PgTWogOwOlhCm3kcKhs89Ij3A3vmnAyAOdwoM4DLvuhDTj38PmGe8mY0pAgnmU6LBMCcbUHoQexZy56UKpK4tN7UEuQEn/nSs85kqa7AHLgLGUByEoakyXA2NpQEq57JWvURtoauUaNvCCIrWPLlEb9hne9FIh1p31CMs/x0FWh6LUCQG5oGYhWAjFm5WTgNy5lX+OgeeXPsyQ3OeNSnqKirknIBVGepPkR8hdPoBYOZcQTPPrFgIitVxxX3FaNv1vPiLS+0hIBiEfW4Gf/wKYKlwTBMR4yg7wlACVT76C6eqA4+u4fW6AnsFuEv8Pb7dHu8XTQWQAAAAASUVORK5CYII="})}),n.status=dl.done}return a&&"TextMessage"===a.type?i[o]=n:!a&&n&&(i.length>0&&"TextMessage"===i[i.length-1].type?i[i.length-1]=n:i=[].concat(Vc()(i),[n])),i}))}}),[k]);var S=function(){var e=Kc()(Gc()().mark((function e(t,n){var r,o;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:e.t0=t,e.next="prologue"===e.t0?3:"suggest"===e.t0?6:9;break;case 3:return-1===i.findIndex((function(e){var t;return null===(t=e.extra)||void 0===t?void 0:t.prologue}))?(r={type:"TextMessage",id:el(),createdAt:new Date,role:fl.assistant,status:dl.done,content:{text:n},extra:{prologue:!0,noFooter:!0}},s((function(e){return[].concat(Vc()(e),[r])}))):s((function(e){return e.map((function(e){var t;return null!==(t=e.extra)&&void 0!==t&&t.prologue&&e.content&&"text"in e.content&&(e.content.text=n),e}))})),e.abrupt("break",10);case 6:return-1===i.findIndex((function(e){return"SuggestionMessage"===e.type}))?(o={id:el(),type:"SuggestionMessage",createdAt:new Date,status:dl.done,role:fl.suggestion,content:n},s((function(e){return[].concat(Vc()(e),[o])}))):s((function(e){return e.map((function(e){return"SuggestionMessage"===e.type&&(e.content=n),e}))})),e.abrupt("break",10);case 9:return e.abrupt("break",10);case 10:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}(),A=function(){var e=Kc()(Gc()().mark((function e(r){var o;return Gc()().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o={type:"TextMessage",id:el(),createdAt:new Date,role:fl.user,status:dl.done,content:{text:r}},s((function(e){var t=i.findIndex((function(e){return"SuggestionMessage"===e.type}));return-1!==t&&e.splice(t,1),e.push(o),e})),w("".concat(t,"/appouter/").concat(m,"/sendMsg?pt=").concat(g,"&tc=").concat(b),{appParams:{inputs_msg:r}},{Authorization:"Bearer ".concat(n)});case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return(0,v.useEffect)((function(){if(f){var e=f.onboardingInfo,t=(void 0===e?{}:e)||{},n=t.suggested_questions,r=void 0===n?[]:n,o=t.prologue,a=void 0===o?"":o;if(a?S("prologue",a):s((function(e){return e.filter((function(e){var t;return!(null!==(t=e.extra)&&void 0!==t&&t.prologue)}))})),r.length>0){var i=r.map((function(e,t){return{key:t+1,description:e}}));S("suggest",i)}else s((function(e){return e.filter((function(e){return!("SuggestionMessage"===e.type)}))}))}}),[f]),{appInfo:f,messages:i,loading:E,content:k.content,reChat:function(){s((function(e){var t=Vc()(e).reverse().findIndex((function(e){return e.role===fl.assistant&&"TextMessage"===e.type})),n=Vc()(e);if(-1!==t){var r=n.length-1-t;n.splice(r,1)}var o=i.findIndex((function(e){return"SuggestionMessage"===e.type}));-1!==o&&n.splice(o,1);var a=Vc()(n).reverse().find((function(e){return e.role===fl.user&&"TextMessage"===e.type}));return a&&a.content&&"string"==typeof a.content.text&&A(a.content.text),n}))},chat:A,setMessage:S,setMessages:s,stopChat:function(){C(),s((function(e){var t=Vc()(e);return t.forEach((function(e){e.status===dl.pending?e.status=dl.done:e.status===dl.init&&("TextMessage"===e.type&&(e.content.text='<span style="color: #cbcbcb;">用户已取消</span>'),e.status=dl.done)})),t}))}}},$f=o(4189),ed=function(e){var t=e.url,n=e.token,r=e.config,o=e.providerId,a=void 0===o?"defaultId":o,i=e.children,s=Zf({url:t,token:n,config:r}),c=s.appInfo,l=s.chat,u=s.stopChat,f=s.reChat,d=s.messages,p=s.loading,h=s.setMessages,m=c||{},g=m.appName,v=m.icon;return(0,$f.jsx)(zc,{children:(0,$f.jsx)(Hc.Provider,{value:{emptyStateImage:v,emptyStateText:g,providerId:a,token:n,messages:d,loading:p,error:null,messageTooltip:function(e){var t=((null==e?void 0:e.think)||[]).find((function(e){return"FINISHED"===e.actionName}));if(!t)return null;var r=t.extra||{},o=r.cost,a=r.token;return o||n?(0,$f.jsxs)("div",{style:{display:"flex",alignItems:"center",fontSize:"12px",color:"#949494",flex:1,paddingRight:"40px"},children:[null!=o&&(0,$f.jsxs)("div",{children:[o,"s"]}),a&&(0,$f.jsx)(Pc,{type:"vertical"}),a&&(0,$f.jsxs)("div",{children:[a," tokens"]})]}):null},onSend:function(e,t){l(t)},onClear:function(){u(),h([])},onStop:u,onSuggestMessageClick:function(e,t){h((function(e){return e.filter((function(e){return e.id!==t}))}))},onMessagesActionsCallback:function(e,t){var n=t||{},r=n.content,o=n.id,a=r.text,i=void 0===a?"":a;switch(e){case 0:f();break;case 1:Lc()(i),Ac.success("复制成功");break;case 2:h((function(e){return e.filter((function(e){return e.id!==o}))})),Ac.success("删除成功")}},isInProvider:!0},children:i})})};function td(e){var t=e.children,n=e.prefixCls,r=e.id,o=e.overlayInnerStyle,a=e.bodyClassName,i=e.className,s=e.style;return v.createElement("div",{className:Qr()("".concat(n,"-content"),i),style:s},v.createElement("div",{className:Qr()("".concat(n,"-inner"),a),id:r,role:"tooltip",style:o},"function"==typeof t?t():t))}var nd=v.createContext(null),rd=[];function od(e){var t="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),n=document.createElement("div");n.id=t;var r,o,a=n.style;if(a.position="absolute",a.left="0",a.top="0",a.width="100px",a.height="100px",a.overflow="scroll",e){var i=getComputedStyle(e);a.scrollbarColor=i.scrollbarColor,a.scrollbarWidth=i.scrollbarWidth;var s=getComputedStyle(e,"::-webkit-scrollbar"),c=parseInt(s.width,10),l=parseInt(s.height,10);try{var u=c?"width: ".concat(s.width,";"):"",f=l?"height: ".concat(s.height,";"):"";te("\n#".concat(t,"::-webkit-scrollbar {\n").concat(u,"\n").concat(f,"\n}"),t)}catch(e){console.error(e),r=c,o=l}}document.body.appendChild(n);var d=e&&r&&!isNaN(r)?r:n.offsetWidth-n.clientWidth,p=e&&o&&!isNaN(o)?o:n.offsetHeight-n.clientHeight;return document.body.removeChild(n),$(t),{width:d,height:p}}var ad="rc-util-locker-".concat(Date.now()),id=0;function sd(e){var t=!!e,n=M(v.useState((function(){return id+=1,"".concat(ad,"_").concat(id)})),1)[0];Ve((function(){if(t){var e=(o=document.body,"undefined"!=typeof document&&o&&o instanceof Element?od(o):{width:0,height:0}).width,r=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth;te("\nhtml body {\n overflow-y: hidden;\n ".concat(r?"width: calc(100% - ".concat(e,"px);"):"","\n}"),n)}else $(n);var o;return function(){$(n)}}),[t,n])}var cd=!1;var ld=function(e){return!1!==e&&(H()&&e?"string"==typeof e?document.querySelector(e):"function"==typeof e?e():e:null)},ud=v.forwardRef((function(e,t){var n=e.open,r=e.autoLock,o=e.getContainer,a=(e.debug,e.autoDestroy),i=void 0===a||a,s=e.children,c=M(v.useState(n),2),l=c[0],u=c[1],f=l||n;v.useEffect((function(){(i||n)&&u(n)}),[n,i]);var d=M(v.useState((function(){return ld(o)})),2),p=d[0],h=d[1];v.useEffect((function(){var e=ld(o);h(null!=e?e:null)}));var m=function(e,t){var n=M(v.useState((function(){return H()?document.createElement("div"):null})),1)[0],r=v.useRef(!1),o=v.useContext(nd),a=M(v.useState(rd),2),i=a[0],s=a[1],c=o||(r.current?void 0:function(e){s((function(t){return[e].concat(S(t))}))});function l(){n.parentElement||document.body.appendChild(n),r.current=!0}function u(){var e;null===(e=n.parentElement)||void 0===e||e.removeChild(n),r.current=!1}return Ve((function(){return e?o?o(l):l():u(),u}),[e]),Ve((function(){i.length&&(i.forEach((function(e){return e()})),s(rd))}),[i]),[n,c]}(f&&!p),g=M(m,2),b=g[0],y=g[1],w=null!=p?p:b;sd(r&&n&&H()&&(w===b||w===document.body));var x=null;s&&so(s)&&t&&(x=s.ref);var E=io(x,t);if(!f||!H()||void 0===p)return null;var k,C=!1===w||("boolean"==typeof k&&(cd=k),cd),A=s;return t&&(A=v.cloneElement(s,{ref:E})),v.createElement(nd.Provider,{value:y},C?A:(0,Kr.createPortal)(A,w))}));var fd=ud;function dd(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return v.Children.forEach(e,(function(e){(null!=e||t.keepEmpty)&&(Array.isArray(e)?n=n.concat(dd(e)):no(e)&&e.props?n=n.concat(dd(e.props.children,t)):n.push(e))})),n}var pd=v.createContext(null);var hd=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),md="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,gd=void 0!==o.g&&o.g.Math===Math?o.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),vd="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(gd):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var bd=["top","right","bottom","left","width","height","size","weight"],yd="undefined"!=typeof MutationObserver,wd=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,r=!1,o=0;function a(){n&&(n=!1,e()),r&&s()}function i(){vd(a)}function s(){var e=Date.now();if(n){if(e-o<2)return;r=!0}else n=!0,r=!1,setTimeout(i,t);o=e}return s}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){md&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),yd?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){md&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;bd.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),xd=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var o=r[n];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},Ed=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||gd},kd=Dd(0,0,0,0);function Cd(e){return parseFloat(e)||0}function Sd(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+Cd(e["border-"+n+"-width"])}),0)}function Ad(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return kd;var r=Ed(e).getComputedStyle(e),o=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var o=r[n],a=e["padding-"+o];t[o]=Cd(a)}return t}(r),a=o.left+o.right,i=o.top+o.bottom,s=Cd(r.width),c=Cd(r.height);if("border-box"===r.boxSizing&&(Math.round(s+a)!==t&&(s-=Sd(r,"left","right")+a),Math.round(c+i)!==n&&(c-=Sd(r,"top","bottom")+i)),!function(e){return e===Ed(e).document.documentElement}(e)){var l=Math.round(s+a)-t,u=Math.round(c+i)-n;1!==Math.abs(l)&&(s-=l),1!==Math.abs(u)&&(c-=u)}return Dd(o.left,o.top,s,c)}var _d="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof Ed(e).SVGGraphicsElement}:function(e){return e instanceof Ed(e).SVGElement&&"function"==typeof e.getBBox};function Od(e){return md?_d(e)?function(e){var t=e.getBBox();return Dd(0,0,t.width,t.height)}(e):Ad(e):kd}function Dd(e,t,n,r){return{x:e,y:t,width:n,height:r}}var Td=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=Dd(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=Od(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),Rd=function(e,t){var n=function(e){var t=e.x,n=e.y,r=e.width,o=e.height,a="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,i=Object.create(a.prototype);return xd(i,{x:t,y:n,width:r,height:o,top:n,right:t+r,bottom:o+n,left:t}),i}(t);xd(this,{target:e,contentRect:n})},Nd=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new hd,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof Ed(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new Td(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof Ed(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new Rd(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),Pd="undefined"!=typeof WeakMap?new WeakMap:new hd,Fd=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=wd.getInstance(),r=new Nd(t,n,this);Pd.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){Fd.prototype[e]=function(){var t;return(t=Pd.get(this))[e].apply(t,arguments)}}));var Ld=void 0!==gd.ResizeObserver?gd.ResizeObserver:Fd,Id=new Map;var jd=new Ld((function(e){e.forEach((function(e){var t,n=e.target;null===(t=Id.get(n))||void 0===t||t.forEach((function(e){return e(n)}))}))}));var Md=function(e){go(n,e);var t=xo(n);function n(){return fe(this,n),t.apply(this,arguments)}return pe(n,[{key:"render",value:function(){return this.props.children}}]),n}(v.Component);function Bd(e,t){var n=e.children,r=e.disabled,o=v.useRef(null),a=v.useRef(null),i=v.useContext(pd),s="function"==typeof n,c=s?n(o):n,l=v.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),u=!s&&v.isValidElement(c)&&so(c),f=u?lo(c):null,d=io(f,o),p=function(){var e;return Jr(o.current)||(o.current&&"object"===P(o.current)?Jr(null===(e=o.current)||void 0===e?void 0:e.nativeElement):null)||Jr(a.current)};v.useImperativeHandle(t,(function(){return p()}));var h=v.useRef(e);h.current=e;var m=v.useCallback((function(e){var t=h.current,n=t.onResize,r=t.data,o=e.getBoundingClientRect(),a=o.width,s=o.height,c=e.offsetWidth,u=e.offsetHeight,f=Math.floor(a),d=Math.floor(s);if(l.current.width!==f||l.current.height!==d||l.current.offsetWidth!==c||l.current.offsetHeight!==u){var p={width:f,height:d,offsetWidth:c,offsetHeight:u};l.current=p;var m=c===Math.round(a)?a:c,g=u===Math.round(s)?s:u,v=z(z({},p),{},{offsetWidth:m,offsetHeight:g});null==i||i(v,e,r),n&&Promise.resolve().then((function(){n(v,e)}))}}),[]);return v.useEffect((function(){var e,t,n=p();return n&&!r&&(e=n,t=m,Id.has(e)||(Id.set(e,new Set),jd.observe(e)),Id.get(e).add(t)),function(){return function(e,t){Id.has(e)&&(Id.get(e).delete(t),Id.get(e).size||(jd.unobserve(e),Id.delete(e)))}(n,m)}}),[o.current,r]),v.createElement(Md,{ref:a},u?v.cloneElement(c,{ref:d}):c)}var zd=v.forwardRef(Bd);function qd(e,t){var n=e.children;return("function"==typeof n?[n]:dd(n)).map((function(n,r){var o=(null==n?void 0:n.key)||"".concat("rc-observer-key","-").concat(r);return v.createElement(zd,rt({},e,{key:o,ref:0===r?t:void 0}),n)}))}var Hd=v.forwardRef(qd);Hd.Collection=function(e){var t=e.children,n=e.onBatchResize,r=v.useRef(0),o=v.useRef([]),a=v.useContext(pd),i=v.useCallback((function(e,t,i){r.current+=1;var s=r.current;o.current.push({size:e,element:t,data:i}),Promise.resolve().then((function(){s===r.current&&(null==n||n(o.current),o.current=[])})),null==a||a(e,t,i)}),[n,a]);return v.createElement(pd.Provider,{value:i},t)};var Ud=Hd;var Vd=0;var Wd=z({},b).useId,Gd=Wd?function(e){var t=Wd();return e||t}:function(e){var t=M(v.useState("ssr-id"),2),n=t[0],r=t[1];return v.useEffect((function(){var e=Vd;Vd+=1,r("rc_unique_".concat(e))}),[]),e||n},Qd=function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==e?void 0:e.substr(0,4))};function Kd(e){var t=e.prefixCls,n=e.align,r=e.arrow,o=e.arrowPos,a=r||{},i=a.className,s=a.content,c=o.x,l=void 0===c?0:c,u=o.y,f=void 0===u?0:u,d=v.useRef();if(!n||!n.points)return null;var p={position:"absolute"};if(!1!==n.autoArrow){var h=n.points[0],m=n.points[1],g=h[0],b=h[1],y=m[0],w=m[1];g!==y&&["t","b"].includes(g)?"t"===g?p.top=0:p.bottom=0:p.top=f,b!==w&&["l","r"].includes(b)?"l"===b?p.left=0:p.right=0:p.left=l}return v.createElement("div",{ref:d,className:Qr()("".concat(t,"-arrow"),i),style:p},s)}function Yd(e){var t=e.prefixCls,n=e.open,r=e.zIndex,o=e.mask,a=e.motion;return o?v.createElement(xa,rt({},a,{motionAppear:!0,visible:n,removeOnLeave:!0}),(function(e){var n=e.className;return v.createElement("div",{style:{zIndex:r},className:Qr()("".concat(t,"-mask"),n)})})):null}var Xd=v.memo((function(e){return e.children}),(function(e,t){return t.cache}));var Jd=Xd,Zd=v.forwardRef((function(e,t){var n=e.popup,r=e.className,o=e.prefixCls,a=e.style,i=e.target,s=e.onVisibleChanged,c=e.open,l=e.keepDom,u=e.fresh,f=e.onClick,d=e.mask,p=e.arrow,h=e.arrowPos,m=e.align,g=e.motion,b=e.maskMotion,y=e.forceRender,w=e.getPopupContainer,x=e.autoDestroy,E=e.portal,k=e.zIndex,C=e.onMouseEnter,S=e.onMouseLeave,A=e.onPointerEnter,_=e.onPointerDownCapture,O=e.ready,D=e.offsetX,T=e.offsetY,R=e.offsetR,N=e.offsetB,P=e.onAlign,F=e.onPrepare,L=e.stretch,I=e.targetWidth,j=e.targetHeight,B="function"==typeof n?n():n,q=c||l,H=(null==w?void 0:w.length)>0,U=M(v.useState(!w||!H),2),V=U[0],W=U[1];if(Ve((function(){!V&&H&&i&&W(!0)}),[V,H,i]),!V)return null;var G="auto",Q={left:"-1000vw",top:"-1000vh",right:G,bottom:G};if(O||!c){var K,Y=m.points,X=m.dynamicInset||(null===(K=m._experimental)||void 0===K?void 0:K.dynamicInset),J=X&&"r"===Y[0][1],Z=X&&"b"===Y[0][0];J?(Q.right=R,Q.left=G):(Q.left=D,Q.right=G),Z?(Q.bottom=N,Q.top=G):(Q.top=T,Q.bottom=G)}var $={};return L&&(L.includes("height")&&j?$.height=j:L.includes("minHeight")&&j&&($.minHeight=j),L.includes("width")&&I?$.width=I:L.includes("minWidth")&&I&&($.minWidth=I)),c||($.pointerEvents="none"),v.createElement(E,{open:y||q,getContainer:w&&function(){return w(i)},autoDestroy:x},v.createElement(Yd,{prefixCls:o,open:c,zIndex:k,mask:d,motion:b}),v.createElement(Ud,{onResize:P,disabled:!c},(function(e){return v.createElement(xa,rt({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:y,leavedClassName:"".concat(o,"-hidden")},g,{onAppearPrepare:F,onEnterPrepare:F,visible:c,onVisibleChanged:function(e){var t;null==g||null===(t=g.onVisibleChanged)||void 0===t||t.call(g,e),s(e)}}),(function(n,i){var s=n.className,l=n.style,d=Qr()(o,s,r);return v.createElement("div",{ref:ao(e,t,i),className:d,style:z(z(z(z({"--arrow-x":"".concat(h.x||0,"px"),"--arrow-y":"".concat(h.y||0,"px")},Q),$),l),{},{boxSizing:"border-box",zIndex:k},a),onMouseEnter:C,onMouseLeave:S,onPointerEnter:A,onClick:f,onPointerDownCapture:_},p&&v.createElement(Kd,{prefixCls:o,arrow:p,arrowPos:h,align:m}),v.createElement(Jd,{cache:!c&&!u},B))}))})))}));var $d=Zd,ep=v.forwardRef((function(e,t){var n=e.children,r=e.getTriggerDOMNode,o=so(n),a=v.useCallback((function(e){oo(t,r?r(e):e)}),[r]),i=io(a,lo(n));return o?v.cloneElement(n,{ref:i}):n}));var tp=ep,np=v.createContext(null);function rp(e){return e?Array.isArray(e)?e:[e]:[]}function op(e,t,n,r){return v.useMemo((function(){var o=rp(null!=n?n:t),a=rp(null!=r?r:t),i=new Set(o),s=new Set(a);return e&&(i.has("hover")&&(i.delete("hover"),i.add("click")),s.has("hover")&&(s.delete("hover"),s.add("click"))),[i,s]}),[e,t,n,r])}var ap=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var t=e.getBBox(),n=t.width,r=t.height;if(n||r)return!0}if(e.getBoundingClientRect){var o=e.getBoundingClientRect(),a=o.width,i=o.height;if(a||i)return!0}}return!1};function ip(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0;return n?e[0]===t[0]:e[0]===t[0]&&e[1]===t[1]}function sp(e,t,n,r){for(var o=n.points,a=Object.keys(e),i=0;i<a.length;i+=1){var s,c=a[i];if(ip(null===(s=e[c])||void 0===s?void 0:s.points,o,r))return"".concat(t,"-placement-").concat(c)}return""}function cp(e,t,n,r){return t||(n?{motionName:"".concat(e,"-").concat(n)}:r?{motionName:r}:null)}function lp(e){return e.ownerDocument.defaultView}function up(e){for(var t=[],n=null==e?void 0:e.parentElement,r=["hidden","scroll","clip","auto"];n;){var o=lp(n).getComputedStyle(n);[o.overflowX,o.overflowY,o.overflow].some((function(e){return r.includes(e)}))&&t.push(n),n=n.parentElement}return t}function fp(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Number.isNaN(e)?t:e}function dp(e){return fp(parseFloat(e),0)}function pp(e,t){var n=z({},e);return(t||[]).forEach((function(e){if(!(e instanceof HTMLBodyElement||e instanceof HTMLHtmlElement)){var t=lp(e).getComputedStyle(e),r=t.overflow,o=t.overflowClipMargin,a=t.borderTopWidth,i=t.borderBottomWidth,s=t.borderLeftWidth,c=t.borderRightWidth,l=e.getBoundingClientRect(),u=e.offsetHeight,f=e.clientHeight,d=e.offsetWidth,p=e.clientWidth,h=dp(a),m=dp(i),g=dp(s),v=dp(c),b=fp(Math.round(l.width/d*1e3)/1e3),y=fp(Math.round(l.height/u*1e3)/1e3),w=(d-p-g-v)*b,x=(u-f-h-m)*y,E=h*y,k=m*y,C=g*b,S=v*b,A=0,_=0;if("clip"===r){var O=dp(o);A=O*b,_=O*y}var D=l.x+C-A,T=l.y+E-_,R=D+l.width+2*A-C-S-w,N=T+l.height+2*_-E-k-x;n.left=Math.max(n.left,D),n.top=Math.max(n.top,T),n.right=Math.min(n.right,R),n.bottom=Math.min(n.bottom,N)}})),n}function hp(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n="".concat(t),r=n.match(/^(.*)\%$/);return r?e*(parseFloat(r[1])/100):parseFloat(n)}function mp(e,t){var n=M(t||[],2),r=n[0],o=n[1];return[hp(e.width,r),hp(e.height,o)]}function gp(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return[e[0],e[1]]}function vp(e,t){var n,r=t[0],o=t[1];return n="t"===r?e.y:"b"===r?e.y+e.height:e.y+e.height/2,{x:"l"===o?e.x:"r"===o?e.x+e.width:e.x+e.width/2,y:n}}function bp(e,t){var n={t:"b",b:"t",l:"r",r:"l"};return e.map((function(e,r){return r===t?n[e]||"c":e})).join("")}function yp(e,t,n,r,o,a,i){var s=M(v.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:o[r]||{}}),2),c=s[0],l=s[1],u=v.useRef(0),f=v.useMemo((function(){return t?up(t):[]}),[t]),d=v.useRef({});e||(d.current={});var p=Co((function(){if(t&&n&&e){var s,c,u,p,h,m=t,g=m.ownerDocument,v=lp(m),b=v.getComputedStyle(m).position,y=m.style.left,w=m.style.top,x=m.style.right,E=m.style.bottom,k=m.style.overflow,C=z(z({},o[r]),a),S=g.createElement("div");if(null===(s=m.parentElement)||void 0===s||s.appendChild(S),S.style.left="".concat(m.offsetLeft,"px"),S.style.top="".concat(m.offsetTop,"px"),S.style.position=b,S.style.height="".concat(m.offsetHeight,"px"),S.style.width="".concat(m.offsetWidth,"px"),m.style.left="0",m.style.top="0",m.style.right="auto",m.style.bottom="auto",m.style.overflow="hidden",Array.isArray(n))h={x:n[0],y:n[1],width:0,height:0};else{var A,_,O=n.getBoundingClientRect();O.x=null!==(A=O.x)&&void 0!==A?A:O.left,O.y=null!==(_=O.y)&&void 0!==_?_:O.top,h={x:O.x,y:O.y,width:O.width,height:O.height}}var D=m.getBoundingClientRect(),T=v.getComputedStyle(m),R=T.height,N=T.width;D.x=null!==(c=D.x)&&void 0!==c?c:D.left,D.y=null!==(u=D.y)&&void 0!==u?u:D.top;var P=g.documentElement,F=P.clientWidth,L=P.clientHeight,I=P.scrollWidth,j=P.scrollHeight,B=P.scrollTop,q=P.scrollLeft,H=D.height,U=D.width,V=h.height,W=h.width,G={left:0,top:0,right:F,bottom:L},Q={left:-q,top:-B,right:I-q,bottom:j-B},K=C.htmlRegion,Y="visible",X="visibleFirst";"scroll"!==K&&K!==X&&(K=Y);var J=K===X,Z=pp(Q,f),$=pp(G,f),ee=K===Y?$:Z,te=J?$:ee;m.style.left="auto",m.style.top="auto",m.style.right="0",m.style.bottom="0";var ne=m.getBoundingClientRect();m.style.left=y,m.style.top=w,m.style.right=x,m.style.bottom=E,m.style.overflow=k,null===(p=m.parentElement)||void 0===p||p.removeChild(S);var re=fp(Math.round(U/parseFloat(N)*1e3)/1e3),oe=fp(Math.round(H/parseFloat(R)*1e3)/1e3);if(0===re||0===oe||Xr(n)&&!ap(n))return;var ae=C.offset,ie=C.targetOffset,se=M(mp(D,ae),2),ce=se[0],le=se[1],ue=M(mp(h,ie),2),fe=ue[0],de=ue[1];h.x-=fe,h.y-=de;var pe=M(C.points||[],2),he=pe[0],me=gp(pe[1]),ge=gp(he),ve=vp(h,me),be=vp(D,ge),ye=z({},C),we=ve.x-be.x+ce,xe=ve.y-be.y+le;function ht(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ee,r=D.x+e,o=D.y+t,a=r+U,i=o+H,s=Math.max(r,n.left),c=Math.max(o,n.top),l=Math.min(a,n.right),u=Math.min(i,n.bottom);return Math.max(0,(l-s)*(u-c))}var Ee,ke,Ce,Se,Ae=ht(we,xe),_e=ht(we,xe,$),Oe=vp(h,["t","l"]),De=vp(D,["t","l"]),Te=vp(h,["b","r"]),Re=vp(D,["b","r"]),Ne=C.overflow||{},Pe=Ne.adjustX,Fe=Ne.adjustY,Le=Ne.shiftX,Ie=Ne.shiftY,je=function(e){return"boolean"==typeof e?e:e>=0};function mt(){Ee=D.y+xe,ke=Ee+H,Ce=D.x+we,Se=Ce+U}mt();var Me=je(Fe),Be=ge[0]===me[0];if(Me&&"t"===ge[0]&&(ke>te.bottom||d.current.bt)){var ze=xe;Be?ze-=H-V:ze=Oe.y-Re.y-le;var qe=ht(we,ze),He=ht(we,ze,$);qe>Ae||qe===Ae&&(!J||He>=_e)?(d.current.bt=!0,xe=ze,le=-le,ye.points=[bp(ge,0),bp(me,0)]):d.current.bt=!1}if(Me&&"b"===ge[0]&&(Ee<te.top||d.current.tb)){var Ue=xe;Be?Ue+=H-V:Ue=Te.y-De.y-le;var Ve=ht(we,Ue),We=ht(we,Ue,$);Ve>Ae||Ve===Ae&&(!J||We>=_e)?(d.current.tb=!0,xe=Ue,le=-le,ye.points=[bp(ge,0),bp(me,0)]):d.current.tb=!1}var Ge=je(Pe),Qe=ge[1]===me[1];if(Ge&&"l"===ge[1]&&(Se>te.right||d.current.rl)){var Ke=we;Qe?Ke-=U-W:Ke=Oe.x-Re.x-ce;var Ye=ht(Ke,xe),Xe=ht(Ke,xe,$);Ye>Ae||Ye===Ae&&(!J||Xe>=_e)?(d.current.rl=!0,we=Ke,ce=-ce,ye.points=[bp(ge,1),bp(me,1)]):d.current.rl=!1}if(Ge&&"r"===ge[1]&&(Ce<te.left||d.current.lr)){var Je=we;Qe?Je+=U-W:Je=Te.x-De.x-ce;var Ze=ht(Je,xe),$e=ht(Je,xe,$);Ze>Ae||Ze===Ae&&(!J||$e>=_e)?(d.current.lr=!0,we=Je,ce=-ce,ye.points=[bp(ge,1),bp(me,1)]):d.current.lr=!1}mt();var et=!0===Le?0:Le;"number"==typeof et&&(Ce<$.left&&(we-=Ce-$.left-ce,h.x+W<$.left+et&&(we+=h.x-$.left+W-et)),Se>$.right&&(we-=Se-$.right-ce,h.x>$.right-et&&(we+=h.x-$.right+et)));var tt=!0===Ie?0:Ie;"number"==typeof tt&&(Ee<$.top&&(xe-=Ee-$.top-le,h.y+V<$.top+tt&&(xe+=h.y-$.top+V-tt)),ke>$.bottom&&(xe-=ke-$.bottom-le,h.y>$.bottom-tt&&(xe+=h.y-$.bottom+tt)));var nt=D.x+we,rt=nt+U,ot=D.y+xe,at=ot+H,it=h.x,st=it+W,ct=h.y,lt=ct+V,ut=(Math.max(nt,it)+Math.min(rt,st))/2-nt,ft=(Math.max(ot,ct)+Math.min(at,lt))/2-ot;null==i||i(t,ye);var dt=ne.right-D.x-(we+D.width),pt=ne.bottom-D.y-(xe+D.height);1===re&&(we=Math.round(we),dt=Math.round(dt)),1===oe&&(xe=Math.round(xe),pt=Math.round(pt)),l({ready:!0,offsetX:we/re,offsetY:xe/oe,offsetR:dt/re,offsetB:pt/oe,arrowX:ut/re,arrowY:ft/oe,scaleX:re,scaleY:oe,align:ye})}})),h=function(){l((function(e){return z(z({},e),{},{ready:!1})}))};return Ve(h,[r]),Ve((function(){e||h()}),[e]),[c.ready,c.offsetX,c.offsetY,c.offsetR,c.offsetB,c.arrowX,c.arrowY,c.scaleX,c.scaleY,c.align,function(){u.current+=1;var e=u.current;Promise.resolve().then((function(){u.current===e&&p()}))}]}function wp(e,t,n,r,o){Ve((function(){if(e&&t&&n){var a=n,i=up(t),s=up(a),c=lp(a),l=new Set([c].concat(S(i),S(s)));function u(){r(),o()}return l.forEach((function(e){e.addEventListener("scroll",u,{passive:!0})})),c.addEventListener("resize",u,{passive:!0}),r(),function(){l.forEach((function(e){e.removeEventListener("scroll",u),c.removeEventListener("resize",u)}))}}}),[e,t,n])}function xp(e,t,n,r,o,a,i,s){var c=v.useRef(e);c.current=e;var l=v.useRef(!1);return v.useEffect((function(){if(t&&r&&(!o||a)){var e=function(){l.current=!1},u=function(e){var t;!c.current||i((null===(t=e.composedPath)||void 0===t||null===(t=t.call(e))||void 0===t?void 0:t[0])||e.target)||l.current||s(!1)},f=lp(r);f.addEventListener("pointerdown",e,!0),f.addEventListener("mousedown",u,!0),f.addEventListener("contextmenu",u,!0);var d=Ai(n);return d&&(d.addEventListener("mousedown",u,!0),d.addEventListener("contextmenu",u,!0)),function(){f.removeEventListener("pointerdown",e,!0),f.removeEventListener("mousedown",u,!0),f.removeEventListener("contextmenu",u,!0),d&&(d.removeEventListener("mousedown",u,!0),d.removeEventListener("contextmenu",u,!0))}}}),[t,n,r,o,a]),function(){l.current=!0}}var Ep=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];var kp=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:fd,t=v.forwardRef((function(t,n){var r=t.prefixCls,o=void 0===r?"rc-trigger-popup":r,a=t.children,i=t.action,s=void 0===i?"hover":i,c=t.showAction,l=t.hideAction,u=t.popupVisible,f=t.defaultPopupVisible,d=t.onPopupVisibleChange,p=t.afterPopupVisibleChange,h=t.mouseEnterDelay,m=t.mouseLeaveDelay,g=void 0===m?.1:m,b=t.focusDelay,y=t.blurDelay,w=t.mask,x=t.maskClosable,E=void 0===x||x,k=t.getPopupContainer,C=t.forceRender,S=t.autoDestroy,A=t.destroyPopupOnHide,_=t.popup,O=t.popupClassName,D=t.popupStyle,T=t.popupPlacement,R=t.builtinPlacements,N=void 0===R?{}:R,P=t.popupAlign,F=t.zIndex,L=t.stretch,I=t.getPopupClassNameFromAlign,j=t.fresh,B=t.alignPoint,q=t.onPopupClick,H=t.onPopupAlign,U=t.arrow,V=t.popupMotion,W=t.maskMotion,G=t.popupTransitionName,Q=t.popupAnimation,K=t.maskTransitionName,Y=t.maskAnimation,X=t.className,J=t.getTriggerDOMNode,Z=uo(t,Ep),$=S||A||!1,ee=M(v.useState(!1),2),te=ee[0],ne=ee[1];Ve((function(){ne(Qd())}),[]);var re=v.useRef({}),oe=v.useContext(np),ae=v.useMemo((function(){return{registerSubPopup:function(e,t){re.current[e]=t,null==oe||oe.registerSubPopup(e,t)}}}),[oe]),ie=Gd(),se=M(v.useState(null),2),ce=se[0],le=se[1],ue=v.useRef(null),fe=Co((function(e){ue.current=e,Xr(e)&&ce!==e&&le(e),null==oe||oe.registerSubPopup(ie,e)})),de=M(v.useState(null),2),pe=de[0],he=de[1],me=v.useRef(null),ge=Co((function(e){Xr(e)&&pe!==e&&(he(e),me.current=e)})),ve=v.Children.only(a),be=(null==ve?void 0:ve.props)||{},ye={},we=Co((function(e){var t,n,r=pe;return(null==r?void 0:r.contains(e))||(null===(t=Ai(r))||void 0===t?void 0:t.host)===e||e===r||(null==ce?void 0:ce.contains(e))||(null===(n=Ai(ce))||void 0===n?void 0:n.host)===e||e===ce||Object.values(re.current).some((function(t){return(null==t?void 0:t.contains(e))||e===t}))})),xe=cp(o,V,Q,G),Ee=cp(o,W,Y,K),ke=M(v.useState(f||!1),2),Ce=ke[0],Se=ke[1],Ae=null!=u?u:Ce,_e=Co((function(e){void 0===u&&Se(e)}));Ve((function(){Se(u||!1)}),[u]);var Oe=v.useRef(Ae);Oe.current=Ae;var De=v.useRef([]);De.current=[];var Te=Co((function(e){var t;_e(e),(null!==(t=De.current[De.current.length-1])&&void 0!==t?t:Ae)!==e&&(De.current.push(e),null==d||d(e))})),Re=v.useRef(),Ne=function(){clearTimeout(Re.current)},Pe=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;Ne(),0===t?Te(e):Re.current=setTimeout((function(){Te(e)}),1e3*t)};v.useEffect((function(){return Ne}),[]);var Fe=M(v.useState(!1),2),Le=Fe[0],Ie=Fe[1];Ve((function(e){e&&!Ae||Ie(!0)}),[Ae]);var je=M(v.useState(null),2),Me=je[0],Be=je[1],ze=M(v.useState(null),2),qe=ze[0],He=ze[1],Ue=function(e){He([e.clientX,e.clientY])},We=M(yp(Ae,ce,B&&null!==qe?qe:pe,T,N,P,H),11),Ge=We[0],Qe=We[1],Ke=We[2],Ye=We[3],Xe=We[4],Je=We[5],Ze=We[6],$e=We[7],et=We[8],tt=We[9],nt=We[10],rt=M(op(te,s,c,l),2),ot=rt[0],at=rt[1],it=ot.has("click"),st=at.has("click")||at.has("contextMenu"),ct=Co((function(){Le||nt()}));wp(Ae,pe,ce,ct,(function(){Oe.current&&B&&st&&Pe(!1)})),Ve((function(){ct()}),[qe,T]),Ve((function(){!Ae||null!=N&&N[T]||ct()}),[JSON.stringify(P)]);var lt=v.useMemo((function(){var e=sp(N,o,tt,B);return Qr()(e,null==I?void 0:I(tt))}),[tt,I,N,o,B]);v.useImperativeHandle(n,(function(){return{nativeElement:me.current,popupElement:ue.current,forceAlign:ct}}));var ut=M(v.useState(0),2),ft=ut[0],dt=ut[1],pt=M(v.useState(0),2),ht=pt[0],mt=pt[1],gt=function(){if(L&&pe){var e=pe.getBoundingClientRect();dt(e.width),mt(e.height)}};function vt(e,t,n,r){ye[e]=function(o){var a;null==r||r(o),Pe(t,n);for(var i=arguments.length,s=new Array(i>1?i-1:0),c=1;c<i;c++)s[c-1]=arguments[c];null===(a=be[e])||void 0===a||a.call.apply(a,[be,o].concat(s))}}Ve((function(){Me&&(nt(),Me(),Be(null))}),[Me]),(it||st)&&(ye.onClick=function(e){var t;Oe.current&&st?Pe(!1):!Oe.current&&it&&(Ue(e),Pe(!0));for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];null===(t=be.onClick)||void 0===t||t.call.apply(t,[be,e].concat(r))});var bt,yt,wt=xp(Ae,st,pe,ce,w,E,we,Pe),xt=ot.has("hover"),Et=at.has("hover");xt&&(vt("onMouseEnter",!0,h,(function(e){Ue(e)})),vt("onPointerEnter",!0,h,(function(e){Ue(e)})),bt=function(e){(Ae||Le)&&null!=ce&&ce.contains(e.target)&&Pe(!0,h)},B&&(ye.onMouseMove=function(e){var t;null===(t=be.onMouseMove)||void 0===t||t.call(be,e)})),Et&&(vt("onMouseLeave",!1,g),vt("onPointerLeave",!1,g),yt=function(){Pe(!1,g)}),ot.has("focus")&&vt("onFocus",!0,b),at.has("focus")&&vt("onBlur",!1,y),ot.has("contextMenu")&&(ye.onContextMenu=function(e){var t;Oe.current&&at.has("contextMenu")?Pe(!1):(Ue(e),Pe(!0)),e.preventDefault();for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];null===(t=be.onContextMenu)||void 0===t||t.call.apply(t,[be,e].concat(r))}),X&&(ye.className=Qr()(be.className,X));var kt=z(z({},be),ye),Ct={};["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"].forEach((function(e){Z[e]&&(Ct[e]=function(){for(var t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];null===(t=kt[e])||void 0===t||t.call.apply(t,[kt].concat(r)),Z[e].apply(Z,r)})}));var St=v.cloneElement(ve,z(z({},kt),Ct)),At={x:Je,y:Ze},_t=U?z({},!0!==U?U:{}):null;return v.createElement(v.Fragment,null,v.createElement(Ud,{disabled:!Ae,ref:ge,onResize:function(){gt(),ct()}},v.createElement(tp,{getTriggerDOMNode:J},St)),v.createElement(np.Provider,{value:ae},v.createElement($d,{portal:e,ref:fe,prefixCls:o,popup:_,className:Qr()(O,lt),style:D,target:pe,onMouseEnter:bt,onMouseLeave:yt,onPointerEnter:bt,zIndex:F,open:Ae,keepDom:Le,fresh:j,onClick:q,onPointerDownCapture:wt,mask:w,motion:xe,maskMotion:Ee,onVisibleChanged:function(e){Ie(!1),nt(),null==p||p(e)},onPrepare:function(){return new Promise((function(e){gt(),Be((function(){return e}))}))},forceRender:C,autoDestroy:$,getPopupContainer:k,align:tt,arrow:_t,arrowPos:At,ready:Ge,offsetX:Qe,offsetY:Ke,offsetR:Ye,offsetB:Xe,onAlign:ct,stretch:L,targetWidth:ft/$e,targetHeight:ht/et})))}));return t}(fd),Cp={shiftX:64,adjustY:1},Sp={adjustX:1,shiftY:!0},Ap=[0,0],_p={left:{points:["cr","cl"],overflow:Sp,offset:[-4,0],targetOffset:Ap},right:{points:["cl","cr"],overflow:Sp,offset:[4,0],targetOffset:Ap},top:{points:["bc","tc"],overflow:Cp,offset:[0,-4],targetOffset:Ap},bottom:{points:["tc","bc"],overflow:Cp,offset:[0,4],targetOffset:Ap},topLeft:{points:["bl","tl"],overflow:Cp,offset:[0,-4],targetOffset:Ap},leftTop:{points:["tr","tl"],overflow:Sp,offset:[-4,0],targetOffset:Ap},topRight:{points:["br","tr"],overflow:Cp,offset:[0,-4],targetOffset:Ap},rightTop:{points:["tl","tr"],overflow:Sp,offset:[4,0],targetOffset:Ap},bottomRight:{points:["tr","br"],overflow:Cp,offset:[0,4],targetOffset:Ap},rightBottom:{points:["bl","br"],overflow:Sp,offset:[4,0],targetOffset:Ap},bottomLeft:{points:["tl","bl"],overflow:Cp,offset:[0,4],targetOffset:Ap},leftBottom:{points:["br","bl"],overflow:Sp,offset:[-4,0],targetOffset:Ap}},Op=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow","classNames","styles"],Dp=function(e,t){var n=e.overlayClassName,r=e.trigger,o=void 0===r?["hover"]:r,a=e.mouseEnterDelay,i=void 0===a?0:a,s=e.mouseLeaveDelay,c=void 0===s?.1:s,l=e.overlayStyle,u=e.prefixCls,f=void 0===u?"rc-tooltip":u,d=e.children,p=e.onVisibleChange,h=e.afterVisibleChange,m=e.transitionName,g=e.animation,b=e.motion,y=e.placement,w=void 0===y?"right":y,x=e.align,E=void 0===x?{}:x,k=e.destroyTooltipOnHide,C=void 0!==k&&k,S=e.defaultVisible,A=e.getTooltipContainer,_=e.overlayInnerStyle,O=(e.arrowContent,e.overlay),D=e.id,T=e.showArrow,R=void 0===T||T,N=e.classNames,P=e.styles,F=uo(e,Op),L=Gd(D),I=(0,v.useRef)(null);(0,v.useImperativeHandle)(t,(function(){return I.current}));var j=z({},F);"visible"in e&&(j.popupVisible=e.visible);var M,B;return v.createElement(kp,rt({popupClassName:Qr()(n,null==N?void 0:N.root),prefixCls:f,popup:function(){return v.createElement(td,{key:"content",prefixCls:f,id:L,bodyClassName:null==N?void 0:N.body,overlayInnerStyle:z(z({},_),null==P?void 0:P.body)},O)},action:o,builtinPlacements:_p,popupPlacement:w,ref:I,popupAlign:E,getPopupContainer:A,onPopupVisibleChange:p,afterPopupVisibleChange:h,popupTransitionName:m,popupAnimation:g,popupMotion:b,defaultPopupVisible:S,autoDestroy:C,mouseLeaveDelay:c,popupStyle:z(z({},l),null==P?void 0:P.root),mouseEnterDelay:i,arrow:R},j),(M=v.Children.only(d),B=z(z({},(null==M?void 0:M.props)||{}),{},{"aria-describedby":O?L:null}),v.cloneElement(d,B)))},Tp=(0,v.forwardRef)(Dp),Rp="RC_FORM_INTERNAL_HOOKS",Np=function(){le(!1,"Can not find FormContext. Please make sure you wrap Field under Form.")},Pp=v.createContext({getFieldValue:Np,getFieldsValue:Np,getFieldError:Np,getFieldWarning:Np,getFieldsError:Np,isFieldsTouched:Np,isFieldTouched:Np,isFieldValidating:Np,isFieldsValidating:Np,resetFields:Np,setFields:Np,setFieldValue:Np,setFieldsValue:Np,validateFields:Np,submit:Np,getInternalHooks:function(){return Np(),{dispatch:Np,initEntityValue:Np,registerField:Np,useSubscribe:Np,setInitialValues:Np,destroyForm:Np,setCallbacks:Np,registerWatch:Np,getFields:Np,setValidateMessages:Np,setPreserve:Np,getInitialValue:Np}}}),Fp=v.createContext(null);function Lp(e){return null==e?[]:Array.isArray(e)?e:[e]}function Ip(e){return e&&!!e._init}function jp(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var Mp=jp();function Bp(e,t,n){if(bo())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&mo(o,n.prototype),o}function zp(e){var t="function"==typeof Map?new Map:void 0;return zp=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return Bp(e,arguments,vo(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),mo(n,e)},zp(e)}o(2686);var qp=/%[sdj%]/g;function Hp(e){if(!e||!e.length)return null;var t={};return e.forEach((function(e){var n=e.field;t[n]=t[n]||[],t[n].push(e)})),t}function Up(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,a=n.length;if("function"==typeof e)return e.apply(null,n);if("string"==typeof e){var i=e.replace(qp,(function(e){if("%%"===e)return"%";if(o>=a)return e;switch(e){case"%s":return String(n[o++]);case"%d":return Number(n[o++]);case"%j":try{return JSON.stringify(n[o++])}catch(e){return"[Circular]"}break;default:return e}}));return i}return e}function Vp(e,t){return null==e||(!("array"!==t||!Array.isArray(e)||e.length)||!(!function(e){return"string"===e||"url"===e||"hex"===e||"email"===e||"date"===e||"pattern"===e}(t)||"string"!=typeof e||e))}function Wp(e,t,n){var r=0,o=e.length;!function a(i){if(i&&i.length)n(i);else{var s=r;r+=1,s<o?t(e[s],a):n([])}}([])}var Gp=function(e){go(n,e);var t=xo(n);function n(e,r){var o;return fe(this,n),L(yo(o=t.call(this,"Async Validation Error")),"errors",void 0),L(yo(o),"fields",void 0),o.errors=e,o.fields=r,o}return pe(n)}(zp(Error));function Qp(e,t,n,r,o){if(t.first){var a=new Promise((function(t,a){var i=function(e){var t=[];return Object.keys(e).forEach((function(n){t.push.apply(t,S(e[n]||[]))})),t}(e);Wp(i,n,(function(e){return r(e),e.length?a(new Gp(e,Hp(e))):t(o)}))}));return a.catch((function(e){return e})),a}var i=!0===t.firstFields?Object.keys(e):t.firstFields||[],s=Object.keys(e),c=s.length,l=0,u=[],f=new Promise((function(t,a){var f=function(e){if(u.push.apply(u,e),++l===c)return r(u),u.length?a(new Gp(u,Hp(u))):t(o)};s.length||(r(u),t(o)),s.forEach((function(t){var r=e[t];-1!==i.indexOf(t)?Wp(r,n,f):function(e,t,n){var r=[],o=0,a=e.length;function i(e){r.push.apply(r,S(e||[])),++o===a&&n(r)}e.forEach((function(e){t(e,i)}))}(r,n,f)}))}));return f.catch((function(e){return e})),f}function Kp(e,t){return function(n){var r,o;return r=e.fullFields?function(e,t){for(var n=e,r=0;r<t.length;r++){if(null==n)return n;n=n[t[r]]}return n}(t,e.fullFields):t[n.field||e.fullField],(o=n)&&void 0!==o.message?(n.field=n.field||e.fullField,n.fieldValue=r,n):{message:"function"==typeof n?n():n,fieldValue:r,field:n.field||e.fullField}}}function Yp(e,t){if(t)for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];"object"===P(r)&&"object"===P(e[n])?e[n]=z(z({},e[n]),r):e[n]=r}return e}var Xp,Jp="enum",Zp=function(e,t,n,r,o){e[Jp]=Array.isArray(e[Jp])?e[Jp]:[],-1===e[Jp].indexOf(t)&&r.push(Up(o.messages[Jp],e.fullField,e[Jp].join(", ")))},$p=function(e,t,n,r,o){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(Up(o.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"==typeof e.pattern){new RegExp(e.pattern).test(t)||r.push(Up(o.messages.pattern.mismatch,e.fullField,t,e.pattern))}},eh=function(e,t,n,r,o){var a="number"==typeof e.len,i="number"==typeof e.min,s="number"==typeof e.max,c=t,l=null,u="number"==typeof t,f="string"==typeof t,d=Array.isArray(t);if(u?l="number":f?l="string":d&&(l="array"),!l)return!1;d&&(c=t.length),f&&(c=t.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"_").length),a?c!==e.len&&r.push(Up(o.messages[l].len,e.fullField,e.len)):i&&!s&&c<e.min?r.push(Up(o.messages[l].min,e.fullField,e.min)):s&&!i&&c>e.max?r.push(Up(o.messages[l].max,e.fullField,e.max)):i&&s&&(c<e.min||c>e.max)&&r.push(Up(o.messages[l].range,e.fullField,e.min,e.max))},th=function(e,t,n,r,o,a){!e.required||n.hasOwnProperty(e.field)&&!Vp(t,a||e.type)||r.push(Up(o.messages.required,e.fullField))},nh=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,rh=/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i,oh={integer:function(e){return oh.number(e)&&parseInt(e,10)===e},float:function(e){return oh.number(e)&&!oh.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(e){return!1}},date:function(e){return"function"==typeof e.getTime&&"function"==typeof e.getMonth&&"function"==typeof e.getYear&&!isNaN(e.getTime())},number:function(e){return!isNaN(e)&&"number"==typeof e},object:function(e){return"object"===P(e)&&!oh.array(e)},method:function(e){return"function"==typeof e},email:function(e){return"string"==typeof e&&e.length<=320&&!!e.match(nh)},url:function(e){return"string"==typeof e&&e.length<=2048&&!!e.match(function(){if(Xp)return Xp;var e="[a-fA-F\\d:]",t=function(t){return t&&t.includeBoundaries?"(?:(?<=\\s|^)(?=".concat(e,")|(?<=").concat(e,")(?=\\s|$))"):""},n="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",r="[a-fA-F\\d]{1,4}",o=["(?:".concat(r,":){7}(?:").concat(r,"|:)"),"(?:".concat(r,":){6}(?:").concat(n,"|:").concat(r,"|:)"),"(?:".concat(r,":){5}(?::").concat(n,"|(?::").concat(r,"){1,2}|:)"),"(?:".concat(r,":){4}(?:(?::").concat(r,"){0,1}:").concat(n,"|(?::").concat(r,"){1,3}|:)"),"(?:".concat(r,":){3}(?:(?::").concat(r,"){0,2}:").concat(n,"|(?::").concat(r,"){1,4}|:)"),"(?:".concat(r,":){2}(?:(?::").concat(r,"){0,3}:").concat(n,"|(?::").concat(r,"){1,5}|:)"),"(?:".concat(r,":){1}(?:(?::").concat(r,"){0,4}:").concat(n,"|(?::").concat(r,"){1,6}|:)"),"(?::(?:(?::".concat(r,"){0,5}:").concat(n,"|(?::").concat(r,"){1,7}|:))")],a="(?:".concat(o.join("|"),")").concat("(?:%[0-9a-zA-Z]{1,})?"),i=new RegExp("(?:^".concat(n,"$)|(?:^").concat(a,"$)")),s=new RegExp("^".concat(n,"$")),c=new RegExp("^".concat(a,"$")),l=function(e){return e&&e.exact?i:new RegExp("(?:".concat(t(e)).concat(n).concat(t(e),")|(?:").concat(t(e)).concat(a).concat(t(e),")"),"g")};l.v4=function(e){return e&&e.exact?s:new RegExp("".concat(t(e)).concat(n).concat(t(e)),"g")},l.v6=function(e){return e&&e.exact?c:new RegExp("".concat(t(e)).concat(a).concat(t(e)),"g")};var u=l.v4().source,f=l.v6().source,d="(?:".concat("(?:(?:[a-z]+:)?//)","|www\\.)").concat("(?:\\S+(?::\\S*)?@)?","(?:localhost|").concat(u,"|").concat(f,"|").concat("(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)").concat("(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*").concat("(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",")").concat("(?::\\d{2,5})?").concat('(?:[/?#][^\\s"]*)?');return Xp=new RegExp("(?:^".concat(d,"$)"),"i")}())},hex:function(e){return"string"==typeof e&&!!e.match(rh)}},ah=function(e,t,n,r,o){if(e.required&&void 0===t)th(e,t,n,r,o);else{var a=e.type;["integer","float","array","regexp","object","method","email","number","date","url","hex"].indexOf(a)>-1?oh[a](t)||r.push(Up(o.messages.types[a],e.fullField,e.type)):a&&P(t)!==e.type&&r.push(Up(o.messages.types[a],e.fullField,e.type))}},ih=function(e,t,n,r,o){(/^\s+$/.test(t)||""===t)&&r.push(Up(o.messages.whitespace,e.fullField))},sh={required:th,whitespace:ih,type:ah,range:eh,enum:Zp,pattern:$p},ch=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o)}n(a)},lh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(null==t&&!e.required)return n();sh.required(e,t,r,a,o,"array"),null!=t&&(sh.type(e,t,r,a,o),sh.range(e,t,r,a,o))}n(a)},uh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&sh.type(e,t,r,a,o)}n(a)},fh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t,"date")&&!e.required)return n();var i;if(sh.required(e,t,r,a,o),!Vp(t,"date"))i=t instanceof Date?t:new Date(t),sh.type(e,i,r,a,o),i&&sh.range(e,i.getTime(),r,a,o)}n(a)},dh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&sh.enum(e,t,r,a,o)}n(a)},ph=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&(sh.type(e,t,r,a,o),sh.range(e,t,r,a,o))}n(a)},hh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&(sh.type(e,t,r,a,o),sh.range(e,t,r,a,o))}n(a)},mh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&sh.type(e,t,r,a,o)}n(a)},gh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(""===t&&(t=void 0),Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&(sh.type(e,t,r,a,o),sh.range(e,t,r,a,o))}n(a)},vh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),void 0!==t&&sh.type(e,t,r,a,o)}n(a)},bh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t,"string")&&!e.required)return n();sh.required(e,t,r,a,o),Vp(t,"string")||sh.pattern(e,t,r,a,o)}n(a)},yh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t)&&!e.required)return n();sh.required(e,t,r,a,o),Vp(t)||sh.type(e,t,r,a,o)}n(a)},wh=function(e,t,n,r,o){var a=[],i=Array.isArray(t)?"array":P(t);sh.required(e,t,r,a,o,i),n(a)},xh=function(e,t,n,r,o){var a=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t,"string")&&!e.required)return n();sh.required(e,t,r,a,o,"string"),Vp(t,"string")||(sh.type(e,t,r,a,o),sh.range(e,t,r,a,o),sh.pattern(e,t,r,a,o),!0===e.whitespace&&sh.whitespace(e,t,r,a,o))}n(a)},Eh=function(e,t,n,r,o){var a=e.type,i=[];if(e.required||!e.required&&r.hasOwnProperty(e.field)){if(Vp(t,a)&&!e.required)return n();sh.required(e,t,r,i,o,a),Vp(t,a)||sh.type(e,t,r,i,o)}n(i)},kh={string:xh,method:mh,number:gh,boolean:uh,regexp:yh,integer:hh,float:ph,array:lh,object:vh,enum:dh,pattern:bh,date:fh,url:Eh,hex:Eh,email:Eh,required:wh,any:ch},Ch=function(){function e(t){fe(this,e),L(this,"rules",null),L(this,"_messages",Mp),this.define(t)}return pe(e,[{key:"define",value:function(e){var t=this;if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==P(e)||Array.isArray(e))throw new Error("Rules must be an object");this.rules={},Object.keys(e).forEach((function(n){var r=e[n];t.rules[n]=Array.isArray(r)?r:[r]}))}},{key:"messages",value:function(e){return e&&(this._messages=Yp(jp(),e)),this._messages}},{key:"validate",value:function(t){var n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},a=t,i=r,s=o;if("function"==typeof i&&(s=i,i={}),!this.rules||0===Object.keys(this.rules).length)return s&&s(null,a),Promise.resolve(a);function c(e){var t,n,r=[],o={};for(var i=0;i<e.length;i++)t=e[i],n=void 0,Array.isArray(t)?r=(n=r).concat.apply(n,S(t)):r.push(t);r.length?(o=Hp(r),s(r,o)):s(null,a)}if(i.messages){var l=this.messages();l===Mp&&(l=jp()),Yp(l,i.messages),i.messages=l}else i.messages=this.messages();var u={},f=i.keys||Object.keys(this.rules);f.forEach((function(e){var r=n.rules[e],o=a[e];r.forEach((function(r){var i=r;"function"==typeof i.transform&&(a===t&&(a=z({},a)),null!=(o=a[e]=i.transform(o))&&(i.type=i.type||(Array.isArray(o)?"array":P(o)))),(i="function"==typeof i?{validator:i}:z({},i)).validator=n.getValidationMethod(i),i.validator&&(i.field=e,i.fullField=i.fullField||e,i.type=n.getType(i),u[e]=u[e]||[],u[e].push({rule:i,value:o,source:a,field:e}))}))}));var d={};return Qp(u,i,(function(t,n){var r,o=t.rule,s=!("object"!==o.type&&"array"!==o.type||"object"!==P(o.fields)&&"object"!==P(o.defaultField));function c(e,t){return z(z({},t),{},{fullField:"".concat(o.fullField,".").concat(e),fullFields:o.fullFields?[].concat(S(o.fullFields),[e]):[e]})}function l(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],l=Array.isArray(r)?r:[r];!i.suppressWarning&&l.length&&e.warning("async-validator:",l),l.length&&void 0!==o.message&&(l=[].concat(o.message));var u=l.map(Kp(o,a));if(i.first&&u.length)return d[o.field]=1,n(u);if(s){if(o.required&&!t.value)return void 0!==o.message?u=[].concat(o.message).map(Kp(o,a)):i.error&&(u=[i.error(o,Up(i.messages.required,o.field))]),n(u);var f={};o.defaultField&&Object.keys(t.value).map((function(e){f[e]=o.defaultField})),f=z(z({},f),t.rule.fields);var p={};Object.keys(f).forEach((function(e){var t=f[e],n=Array.isArray(t)?t:[t];p[e]=n.map(c.bind(null,e))}));var h=new e(p);h.messages(i.messages),t.rule.options&&(t.rule.options.messages=i.messages,t.rule.options.error=i.error),h.validate(t.value,t.rule.options||i,(function(e){var t=[];u&&u.length&&t.push.apply(t,S(u)),e&&e.length&&t.push.apply(t,S(e)),n(t.length?t:null)}))}else n(u)}if(s=s&&(o.required||!o.required&&t.value),o.field=t.field,o.asyncValidator)r=o.asyncValidator(o,t.value,l,t.source,i);else if(o.validator){try{r=o.validator(o,t.value,l,t.source,i)}catch(e){var u,f;null===(u=(f=console).error)||void 0===u||u.call(f,e),i.suppressValidatorError||setTimeout((function(){throw e}),0),l(e.message)}!0===r?l():!1===r?l("function"==typeof o.message?o.message(o.fullField||o.field):o.message||"".concat(o.fullField||o.field," fails")):r instanceof Array?l(r):r instanceof Error&&l(r.message)}r&&r.then&&r.then((function(){return l()}),(function(e){return l(e)}))}),(function(e){c(e)}),a)}},{key:"getType",value:function(e){if(void 0===e.type&&e.pattern instanceof RegExp&&(e.type="pattern"),"function"!=typeof e.validator&&e.type&&!kh.hasOwnProperty(e.type))throw new Error(Up("Unknown rule type %s",e.type));return e.type||"string"}},{key:"getValidationMethod",value:function(e){if("function"==typeof e.validator)return e.validator;var t=Object.keys(e),n=t.indexOf("message");return-1!==n&&t.splice(n,1),1===t.length&&"required"===t[0]?kh.required:kh[this.getType(e)]||void 0}}]),e}();L(Ch,"register",(function(e,t){if("function"!=typeof t)throw new Error("Cannot register a validator by type, validator is not a function");kh[e]=t})),L(Ch,"warning",(function(){})),L(Ch,"messages",Mp),L(Ch,"validators",kh);var Sh="'${name}' is not a valid ${type}",Ah={default:"Validation error on field '${name}'",required:"'${name}' is required",enum:"'${name}' must be one of [${enum}]",whitespace:"'${name}' cannot be empty",date:{format:"'${name}' is invalid for format date",parse:"'${name}' could not be parsed as date",invalid:"'${name}' is invalid date"},types:{string:Sh,method:Sh,array:Sh,object:Sh,number:Sh,date:Sh,boolean:Sh,integer:Sh,float:Sh,regexp:Sh,email:Sh,url:Sh,hex:Sh},string:{len:"'${name}' must be exactly ${len} characters",min:"'${name}' must be at least ${min} characters",max:"'${name}' cannot be longer than ${max} characters",range:"'${name}' must be between ${min} and ${max} characters"},number:{len:"'${name}' must equal ${len}",min:"'${name}' cannot be less than ${min}",max:"'${name}' cannot be greater than ${max}",range:"'${name}' must be between ${min} and ${max}"},array:{len:"'${name}' must be exactly ${len} in length",min:"'${name}' cannot be less than ${min} in length",max:"'${name}' cannot be greater than ${max} in length",range:"'${name}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${name}' does not match pattern ${pattern}"}},_h=Ch;function Oh(e,t){return e.replace(/\\?\$\{\w+\}/g,(function(e){if(e.startsWith("\\"))return e.slice(1);var n=e.slice(2,-1);return t[n]}))}var Dh="CODE_LOGIC_ERROR";function Th(e,t,n,r,o){return Rh.apply(this,arguments)}function Rh(){return Rh=li(si().mark((function e(t,n,r,o,a){var i,s,c,l,u,f,d,p,h;return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return delete(i=z({},r)).ruleIndex,_h.warning=function(){},i.validator&&(s=i.validator,i.validator=function(){try{return s.apply(void 0,arguments)}catch(e){return console.error(e),Promise.reject(Dh)}}),c=null,i&&"array"===i.type&&i.defaultField&&(c=i.defaultField,delete i.defaultField),l=new _h(L({},t,[i])),u=yn(Ah,o.validateMessages),l.messages(u),f=[],e.prev=10,e.next=13,Promise.resolve(l.validate(L({},t,n),z({},o)));case 13:e.next=18;break;case 15:e.prev=15,e.t0=e.catch(10),e.t0.errors&&(f=e.t0.errors.map((function(e,t){var n=e.message,r=n===Dh?u.default:n;return v.isValidElement(r)?v.cloneElement(r,{key:"error_".concat(t)}):r})));case 18:if(f.length||!c){e.next=23;break}return e.next=21,Promise.all(n.map((function(e,n){return Th("".concat(t,".").concat(n),e,c,o,a)})));case 21:return d=e.sent,e.abrupt("return",d.reduce((function(e,t){return[].concat(S(e),S(t))}),[]));case 23:return p=z(z({},r),{},{name:t,enum:(r.enum||[]).join(", ")},a),h=f.map((function(e){return"string"==typeof e?Oh(e,p):e})),e.abrupt("return",h);case 26:case"end":return e.stop()}}),e,null,[[10,15]])}))),Rh.apply(this,arguments)}function Nh(e,t,n,r,o,a){var i,s=e.join("."),c=n.map((function(e,t){var n=e.validator,r=z(z({},e),{},{ruleIndex:t});return n&&(r.validator=function(e,t,r){var o=!1,a=n(e,t,(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Promise.resolve().then((function(){le(!o,"Your validator function has already return a promise. `callback` will be ignored."),o||r.apply(void 0,t)}))}));o=a&&"function"==typeof a.then&&"function"==typeof a.catch,le(o,"`callback` is deprecated. Please return a promise instead."),o&&a.then((function(){r()})).catch((function(e){r(e||" ")}))}),r})).sort((function(e,t){var n=e.warningOnly,r=e.ruleIndex,o=t.warningOnly,a=t.ruleIndex;return!!n==!!o?r-a:n?1:-1}));if(!0===o)i=new Promise(function(){var e=li(si().mark((function e(n,o){var i,l,u;return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:i=0;case 1:if(!(i<c.length)){e.next=12;break}return l=c[i],e.next=5,Th(s,t,l,r,a);case 5:if(!(u=e.sent).length){e.next=9;break}return o([{errors:u,rule:l}]),e.abrupt("return");case 9:i+=1,e.next=1;break;case 12:n([]);case 13:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}());else{var l=c.map((function(e){return Th(s,t,e,r,a).then((function(t){return{errors:t,rule:e}}))}));i=(o?function(e){return Fh.apply(this,arguments)}(l):function(e){return Ph.apply(this,arguments)}(l)).then((function(e){return Promise.reject(e)}))}return i.catch((function(e){return e})),i}function Ph(){return(Ph=li(si().mark((function e(t){return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Promise.all(t).then((function(e){var t;return(t=[]).concat.apply(t,S(e))})));case 1:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Fh(){return(Fh=li(si().mark((function e(t){var n;return si().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=0,e.abrupt("return",new Promise((function(e){t.forEach((function(r){r.then((function(r){r.errors.length&&e([r]),(n+=1)===t.length&&e([])}))}))})));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Lh(e){return Lp(e)}function Ih(e,t){var n={};return t.forEach((function(t){var r=pn(e,t);n=mn(n,t,r)})),n}function jh(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return e&&e.some((function(e){return Mh(t,e,n)}))}function Mh(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return!(!e||!t)&&(!(!n&&e.length!==t.length)&&t.every((function(t,n){return e[n]===t})))}function Bh(e){var t=arguments.length<=1?void 0:arguments[1];return t&&t.target&&"object"===P(t.target)&&e in t.target?t.target[e]:t}function zh(e,t,n){var r=e.length;if(t<0||t>=r||n<0||n>=r)return e;var o=e[t],a=t-n;return a>0?[].concat(S(e.slice(0,n)),[o],S(e.slice(n,t)),S(e.slice(t+1,r))):a<0?[].concat(S(e.slice(0,t)),S(e.slice(t+1,n+1)),[o],S(e.slice(n+1,r))):e}var qh=["name"],Hh=[];function Uh(e,t,n,r,o,a){return"function"==typeof e?e(t,n,"source"in a?{source:a.source}:{}):r!==o}var Vh=function(e){go(n,e);var t=xo(n);function n(e){var r;(fe(this,n),L(yo(r=t.call(this,e)),"state",{resetCount:0}),L(yo(r),"cancelRegisterFunc",null),L(yo(r),"mounted",!1),L(yo(r),"touched",!1),L(yo(r),"dirty",!1),L(yo(r),"validatePromise",void 0),L(yo(r),"prevValidating",void 0),L(yo(r),"errors",Hh),L(yo(r),"warnings",Hh),L(yo(r),"cancelRegister",(function(){var e=r.props,t=e.preserve,n=e.isListField,o=e.name;r.cancelRegisterFunc&&r.cancelRegisterFunc(n,t,Lh(o)),r.cancelRegisterFunc=null})),L(yo(r),"getNamePath",(function(){var e=r.props,t=e.name,n=e.fieldContext.prefixName;return void 0!==t?[].concat(S(void 0===n?[]:n),S(t)):[]})),L(yo(r),"getRules",(function(){var e=r.props,t=e.rules,n=void 0===t?[]:t,o=e.fieldContext;return n.map((function(e){return"function"==typeof e?e(o):e}))})),L(yo(r),"refresh",(function(){r.mounted&&r.setState((function(e){return{resetCount:e.resetCount+1}}))})),L(yo(r),"metaCache",null),L(yo(r),"triggerMetaEvent",(function(e){var t=r.props.onMetaChange;if(t){var n=z(z({},r.getMeta()),{},{destroy:e});ue(r.metaCache,n)||t(n),r.metaCache=n}else r.metaCache=null})),L(yo(r),"onStoreChange",(function(e,t,n){var o=r.props,a=o.shouldUpdate,i=o.dependencies,s=void 0===i?[]:i,c=o.onReset,l=n.store,u=r.getNamePath(),f=r.getValue(e),d=r.getValue(l),p=t&&jh(t,u);switch("valueUpdate"!==n.type||"external"!==n.source||ue(f,d)||(r.touched=!0,r.dirty=!0,r.validatePromise=null,r.errors=Hh,r.warnings=Hh,r.triggerMetaEvent()),n.type){case"reset":if(!t||p)return r.touched=!1,r.dirty=!1,r.validatePromise=void 0,r.errors=Hh,r.warnings=Hh,r.triggerMetaEvent(),null==c||c(),void r.refresh();break;case"remove":if(a&&Uh(a,e,l,f,d,n))return void r.reRender();break;case"setField":var h=n.data;if(p)return"touched"in h&&(r.touched=h.touched),"validating"in h&&!("originRCField"in h)&&(r.validatePromise=h.validating?Promise.resolve([]):null),"errors"in h&&(r.errors=h.errors||Hh),"warnings"in h&&(r.warnings=h.warnings||Hh),r.dirty=!0,r.triggerMetaEvent(),void r.reRender();if("value"in h&&jh(t,u,!0))return void r.reRender();if(a&&!u.length&&Uh(a,e,l,f,d,n))return void r.reRender();break;case"dependenciesUpdate":if(s.map(Lh).some((function(e){return jh(n.relatedFields,e)})))return void r.reRender();break;default:if(p||(!s.length||u.length||a)&&Uh(a,e,l,f,d,n))return void r.reRender()}!0===a&&r.reRender()})),L(yo(r),"validateRules",(function(e){var t=r.getNamePath(),n=r.getValue(),o=e||{},a=o.triggerName,i=o.validateOnly,s=void 0!==i&&i,c=Promise.resolve().then(li(si().mark((function o(){var i,s,l,u,f,d,p;return si().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(r.mounted){o.next=2;break}return o.abrupt("return",[]);case 2:if(i=r.props,s=i.validateFirst,l=void 0!==s&&s,u=i.messageVariables,f=i.validateDebounce,d=r.getRules(),a&&(d=d.filter((function(e){return e})).filter((function(e){var t=e.validateTrigger;return!t||Lp(t).includes(a)}))),!f||!a){o.next=10;break}return o.next=8,new Promise((function(e){setTimeout(e,f)}));case 8:if(r.validatePromise===c){o.next=10;break}return o.abrupt("return",[]);case 10:return(p=Nh(t,n,d,e,l,u)).catch((function(e){return e})).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Hh;if(r.validatePromise===c){var t;r.validatePromise=null;var n=[],o=[];null===(t=e.forEach)||void 0===t||t.call(e,(function(e){var t=e.rule.warningOnly,r=e.errors,a=void 0===r?Hh:r;t?o.push.apply(o,S(a)):n.push.apply(n,S(a))})),r.errors=n,r.warnings=o,r.triggerMetaEvent(),r.reRender()}})),o.abrupt("return",p);case 13:case"end":return o.stop()}}),o)}))));return s||(r.validatePromise=c,r.dirty=!0,r.errors=Hh,r.warnings=Hh,r.triggerMetaEvent(),r.reRender()),c})),L(yo(r),"isFieldValidating",(function(){return!!r.validatePromise})),L(yo(r),"isFieldTouched",(function(){return r.touched})),L(yo(r),"isFieldDirty",(function(){return!(!r.dirty&&void 0===r.props.initialValue)||void 0!==(0,r.props.fieldContext.getInternalHooks(Rp).getInitialValue)(r.getNamePath())})),L(yo(r),"getErrors",(function(){return r.errors})),L(yo(r),"getWarnings",(function(){return r.warnings})),L(yo(r),"isListField",(function(){return r.props.isListField})),L(yo(r),"isList",(function(){return r.props.isList})),L(yo(r),"isPreserve",(function(){return r.props.preserve})),L(yo(r),"getMeta",(function(){return r.prevValidating=r.isFieldValidating(),{touched:r.isFieldTouched(),validating:r.prevValidating,errors:r.errors,warnings:r.warnings,name:r.getNamePath(),validated:null===r.validatePromise}})),L(yo(r),"getOnlyChild",(function(e){if("function"==typeof e){var t=r.getMeta();return z(z({},r.getOnlyChild(e(r.getControlled(),t,r.props.fieldContext))),{},{isFunction:!0})}var n=dd(e);return 1===n.length&&v.isValidElement(n[0])?{child:n[0],isFunction:!1}:{child:n,isFunction:!1}})),L(yo(r),"getValue",(function(e){var t=r.props.fieldContext.getFieldsValue,n=r.getNamePath();return pn(e||t(!0),n)})),L(yo(r),"getControlled",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=r.props,n=t.name,o=t.trigger,a=t.validateTrigger,i=t.getValueFromEvent,s=t.normalize,c=t.valuePropName,l=t.getValueProps,u=t.fieldContext,f=void 0!==a?a:u.validateTrigger,d=r.getNamePath(),p=u.getInternalHooks,h=u.getFieldsValue,m=p(Rp),g=m.dispatch,v=r.getValue(),b=l||function(e){return L({},c,e)},y=e[o],w=void 0!==n?b(v):{};var x=z(z({},e),w);x[o]=function(){var e;r.touched=!0,r.dirty=!0,r.triggerMetaEvent();for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];e=i?i.apply(void 0,n):Bh.apply(void 0,[c].concat(n)),s&&(e=s(e,v,h(!0))),e!==v&&g({type:"updateValue",namePath:d,value:e}),y&&y.apply(void 0,n)};var E=Lp(f||[]);return E.forEach((function(e){var t=x[e];x[e]=function(){t&&t.apply(void 0,arguments);var n=r.props.rules;n&&n.length&&g({type:"validateField",namePath:d,triggerName:e})}})),x})),e.fieldContext)&&(0,(0,e.fieldContext.getInternalHooks)(Rp).initEntityValue)(yo(r));return r}return pe(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.shouldUpdate,n=e.fieldContext;if(this.mounted=!0,n){var r=(0,n.getInternalHooks)(Rp).registerField;this.cancelRegisterFunc=r(this)}!0===t&&this.reRender()}},{key:"componentWillUnmount",value:function(){this.cancelRegister(),this.triggerMetaEvent(!0),this.mounted=!1}},{key:"reRender",value:function(){this.mounted&&this.forceUpdate()}},{key:"render",value:function(){var e,t=this.state.resetCount,n=this.props.children,r=this.getOnlyChild(n),o=r.child;return r.isFunction?e=o:v.isValidElement(o)?e=v.cloneElement(o,this.getControlled(o.props)):(le(!o,"`children` of Field is not validate ReactElement."),e=o),v.createElement(v.Fragment,{key:t},e)}}]),n}(v.Component);L(Vh,"contextType",Pp),L(Vh,"defaultProps",{trigger:"onChange",valuePropName:"value"});var Wh=function(e){var t,n=e.name,r=uo(e,qh),o=v.useContext(Pp),a=v.useContext(Fp),i=void 0!==n?Lh(n):void 0,s=null!==(t=r.isListField)&&void 0!==t?t:!!a,c="keep";return s||(c="_".concat((i||[]).join("_"))),v.createElement(Vh,rt({key:c,name:i,isListField:s},r,{fieldContext:o}))};var Gh=function(e){var t=e.name,n=e.initialValue,r=e.children,o=e.rules,a=e.validateTrigger,i=e.isListField,s=v.useContext(Pp),c=v.useContext(Fp),l=v.useRef({keys:[],id:0}).current,u=v.useMemo((function(){var e=Lh(s.prefixName)||[];return[].concat(S(e),S(Lh(t)))}),[s.prefixName,t]),f=v.useMemo((function(){return z(z({},s),{},{prefixName:u})}),[s,u]),d=v.useMemo((function(){return{getKey:function(e){var t=u.length,n=e[t];return[l.keys[n],e.slice(t+1)]}}}),[u]);return"function"!=typeof r?(le(!1,"Form.List only accepts function as children."),null):v.createElement(Fp.Provider,{value:d},v.createElement(Pp.Provider,{value:f},v.createElement(Wh,{name:[],shouldUpdate:function(e,t,n){return"internal"!==n.source&&e!==t},rules:o,validateTrigger:a,initialValue:n,isList:!0,isListField:null!=i?i:!!c},(function(e,t){var n=e.value,o=void 0===n?[]:n,a=e.onChange,i=s.getFieldValue,c=function(){return i(u||[])||[]},f={add:function(e,t){var n=c();t>=0&&t<=n.length?(l.keys=[].concat(S(l.keys.slice(0,t)),[l.id],S(l.keys.slice(t))),a([].concat(S(n.slice(0,t)),[e],S(n.slice(t))))):(l.keys=[].concat(S(l.keys),[l.id]),a([].concat(S(n),[e]))),l.id+=1},remove:function(e){var t=c(),n=new Set(Array.isArray(e)?e:[e]);n.size<=0||(l.keys=l.keys.filter((function(e,t){return!n.has(t)})),a(t.filter((function(e,t){return!n.has(t)}))))},move:function(e,t){if(e!==t){var n=c();e<0||e>=n.length||t<0||t>=n.length||(l.keys=zh(l.keys,e,t),a(zh(n,e,t)))}}},d=o||[];return Array.isArray(d)||(d=[]),r(d.map((function(e,t){var n=l.keys[t];return void 0===n&&(l.keys[t]=l.id,n=l.keys[t],l.id+=1),{name:t,key:n,isListField:!0}})),f,t)}))))};var Qh="__@field_split__";function Kh(e){return e.map((function(e){return"".concat(P(e),":").concat(e)})).join(Qh)}var Yh=function(){function e(){fe(this,e),L(this,"kvs",new Map)}return pe(e,[{key:"set",value:function(e,t){this.kvs.set(Kh(e),t)}},{key:"get",value:function(e){return this.kvs.get(Kh(e))}},{key:"update",value:function(e,t){var n=t(this.get(e));n?this.set(e,n):this.delete(e)}},{key:"delete",value:function(e){this.kvs.delete(Kh(e))}},{key:"map",value:function(e){return S(this.kvs.entries()).map((function(t){var n=M(t,2),r=n[0],o=n[1],a=r.split(Qh);return e({key:a.map((function(e){var t=M(e.match(/^([^:]*):(.*)$/),3),n=t[1],r=t[2];return"number"===n?Number(r):r})),value:o})}))}},{key:"toJSON",value:function(){var e={};return this.map((function(t){var n=t.key,r=t.value;return e[n.join(".")]=r,null})),e}}]),e}(),Xh=Yh,Jh=["name"],Zh=pe((function e(t){var n=this;fe(this,e),L(this,"formHooked",!1),L(this,"forceRootUpdate",void 0),L(this,"subscribable",!0),L(this,"store",{}),L(this,"fieldEntities",[]),L(this,"initialValues",{}),L(this,"callbacks",{}),L(this,"validateMessages",null),L(this,"preserve",null),L(this,"lastValidatePromise",null),L(this,"getForm",(function(){return{getFieldValue:n.getFieldValue,getFieldsValue:n.getFieldsValue,getFieldError:n.getFieldError,getFieldWarning:n.getFieldWarning,getFieldsError:n.getFieldsError,isFieldsTouched:n.isFieldsTouched,isFieldTouched:n.isFieldTouched,isFieldValidating:n.isFieldValidating,isFieldsValidating:n.isFieldsValidating,resetFields:n.resetFields,setFields:n.setFields,setFieldValue:n.setFieldValue,setFieldsValue:n.setFieldsValue,validateFields:n.validateFields,submit:n.submit,_init:!0,getInternalHooks:n.getInternalHooks}})),L(this,"getInternalHooks",(function(e){return e===Rp?(n.formHooked=!0,{dispatch:n.dispatch,initEntityValue:n.initEntityValue,registerField:n.registerField,useSubscribe:n.useSubscribe,setInitialValues:n.setInitialValues,destroyForm:n.destroyForm,setCallbacks:n.setCallbacks,setValidateMessages:n.setValidateMessages,getFields:n.getFields,setPreserve:n.setPreserve,getInitialValue:n.getInitialValue,registerWatch:n.registerWatch}):(le(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)})),L(this,"useSubscribe",(function(e){n.subscribable=e})),L(this,"prevWithoutPreserves",null),L(this,"setInitialValues",(function(e,t){if(n.initialValues=e||{},t){var r,o=yn(e,n.store);null===(r=n.prevWithoutPreserves)||void 0===r||r.map((function(t){var n=t.key;o=mn(o,n,pn(e,n))})),n.prevWithoutPreserves=null,n.updateStore(o)}})),L(this,"destroyForm",(function(e){if(e)n.updateStore({});else{var t=new Xh;n.getFieldEntities(!0).forEach((function(e){n.isMergedPreserve(e.isPreserve())||t.set(e.getNamePath(),!0)})),n.prevWithoutPreserves=t}})),L(this,"getInitialValue",(function(e){var t=pn(n.initialValues,e);return e.length?yn(t):t})),L(this,"setCallbacks",(function(e){n.callbacks=e})),L(this,"setValidateMessages",(function(e){n.validateMessages=e})),L(this,"setPreserve",(function(e){n.preserve=e})),L(this,"watchList",[]),L(this,"registerWatch",(function(e){return n.watchList.push(e),function(){n.watchList=n.watchList.filter((function(t){return t!==e}))}})),L(this,"notifyWatch",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];if(n.watchList.length){var t=n.getFieldsValue(),r=n.getFieldsValue(!0);n.watchList.forEach((function(n){n(t,r,e)}))}})),L(this,"timeoutId",null),L(this,"warningUnhooked",(function(){0})),L(this,"updateStore",(function(e){n.store=e})),L(this,"getFieldEntities",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e?n.fieldEntities.filter((function(e){return e.getNamePath().length})):n.fieldEntities})),L(this,"getFieldsMap",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=new Xh;return n.getFieldEntities(e).forEach((function(e){var n=e.getNamePath();t.set(n,e)})),t})),L(this,"getFieldEntitiesForNamePathList",(function(e){if(!e)return n.getFieldEntities(!0);var t=n.getFieldsMap(!0);return e.map((function(e){var n=Lh(e);return t.get(n)||{INVALIDATE_NAME_PATH:Lh(e)}}))})),L(this,"getFieldsValue",(function(e,t){var r,o,a;if(n.warningUnhooked(),!0===e||Array.isArray(e)?(r=e,o=t):e&&"object"===P(e)&&(a=e.strict,o=e.filter),!0===r&&!o)return n.store;var i=n.getFieldEntitiesForNamePathList(Array.isArray(r)?r:null),s=[];return i.forEach((function(e){var t,n,i,c,l="INVALIDATE_NAME_PATH"in e?e.INVALIDATE_NAME_PATH:e.getNamePath();if(a){if(null!==(i=(c=e).isList)&&void 0!==i&&i.call(c))return}else if(!r&&null!==(t=(n=e).isListField)&&void 0!==t&&t.call(n))return;if(o){var u="getMeta"in e?e.getMeta():null;o(u)&&s.push(l)}else s.push(l)})),Ih(n.store,s.map(Lh))})),L(this,"getFieldValue",(function(e){n.warningUnhooked();var t=Lh(e);return pn(n.store,t)})),L(this,"getFieldsError",(function(e){return n.warningUnhooked(),n.getFieldEntitiesForNamePathList(e).map((function(t,n){return t&&!("INVALIDATE_NAME_PATH"in t)?{name:t.getNamePath(),errors:t.getErrors(),warnings:t.getWarnings()}:{name:Lh(e[n]),errors:[],warnings:[]}}))})),L(this,"getFieldError",(function(e){n.warningUnhooked();var t=Lh(e);return n.getFieldsError([t])[0].errors})),L(this,"getFieldWarning",(function(e){n.warningUnhooked();var t=Lh(e);return n.getFieldsError([t])[0].warnings})),L(this,"isFieldsTouched",(function(){n.warningUnhooked();for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var o,a=t[0],i=t[1],s=!1;0===t.length?o=null:1===t.length?Array.isArray(a)?(o=a.map(Lh),s=!1):(o=null,s=a):(o=a.map(Lh),s=i);var c=n.getFieldEntities(!0),l=function(e){return e.isFieldTouched()};if(!o)return s?c.every((function(e){return l(e)||e.isList()})):c.some(l);var u=new Xh;o.forEach((function(e){u.set(e,[])})),c.forEach((function(e){var t=e.getNamePath();o.forEach((function(n){n.every((function(e,n){return t[n]===e}))&&u.update(n,(function(t){return[].concat(S(t),[e])}))}))}));var f=function(e){return e.some(l)},d=u.map((function(e){return e.value}));return s?d.every(f):d.some(f)})),L(this,"isFieldTouched",(function(e){return n.warningUnhooked(),n.isFieldsTouched([e])})),L(this,"isFieldsValidating",(function(e){n.warningUnhooked();var t=n.getFieldEntities();if(!e)return t.some((function(e){return e.isFieldValidating()}));var r=e.map(Lh);return t.some((function(e){var t=e.getNamePath();return jh(r,t)&&e.isFieldValidating()}))})),L(this,"isFieldValidating",(function(e){return n.warningUnhooked(),n.isFieldsValidating([e])})),L(this,"resetWithFieldInitialValue",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new Xh,r=n.getFieldEntities(!0);r.forEach((function(e){var n=e.props.initialValue,r=e.getNamePath();if(void 0!==n){var o=t.get(r)||new Set;o.add({entity:e,value:n}),t.set(r,o)}}));var o,a=function(r){r.forEach((function(r){if(void 0!==r.props.initialValue){var o=r.getNamePath();if(void 0!==n.getInitialValue(o))le(!1,"Form already set 'initialValues' with path '".concat(o.join("."),"'. Field can not overwrite it."));else{var a=t.get(o);if(a&&a.size>1)le(!1,"Multiple Field with path '".concat(o.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(a){var i=n.getFieldValue(o);r.isListField()||e.skipExist&&void 0!==i||n.updateStore(mn(n.store,o,S(a)[0].value))}}}}))};e.entities?o=e.entities:e.namePathList?(o=[],e.namePathList.forEach((function(e){var n,r=t.get(e);r&&(n=o).push.apply(n,S(S(r).map((function(e){return e.entity}))))}))):o=r,a(o)})),L(this,"resetFields",(function(e){n.warningUnhooked();var t=n.store;if(!e)return n.updateStore(yn(n.initialValues)),n.resetWithFieldInitialValue(),n.notifyObservers(t,null,{type:"reset"}),void n.notifyWatch();var r=e.map(Lh);r.forEach((function(e){var t=n.getInitialValue(e);n.updateStore(mn(n.store,e,t))})),n.resetWithFieldInitialValue({namePathList:r}),n.notifyObservers(t,r,{type:"reset"}),n.notifyWatch(r)})),L(this,"setFields",(function(e){n.warningUnhooked();var t=n.store,r=[];e.forEach((function(e){var o=e.name,a=uo(e,Jh),i=Lh(o);r.push(i),"value"in a&&n.updateStore(mn(n.store,i,a.value)),n.notifyObservers(t,[i],{type:"setField",data:e})})),n.notifyWatch(r)})),L(this,"getFields",(function(){return n.getFieldEntities(!0).map((function(e){var t=e.getNamePath(),r=z(z({},e.getMeta()),{},{name:t,value:n.getFieldValue(t)});return Object.defineProperty(r,"originRCField",{value:!0}),r}))})),L(this,"initEntityValue",(function(e){var t=e.props.initialValue;if(void 0!==t){var r=e.getNamePath();void 0===pn(n.store,r)&&n.updateStore(mn(n.store,r,t))}})),L(this,"isMergedPreserve",(function(e){var t=void 0!==e?e:n.preserve;return null==t||t})),L(this,"registerField",(function(e){n.fieldEntities.push(e);var t=e.getNamePath();if(n.notifyWatch([t]),void 0!==e.props.initialValue){var r=n.store;n.resetWithFieldInitialValue({entities:[e],skipExist:!0}),n.notifyObservers(r,[e.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(r,o){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(n.fieldEntities=n.fieldEntities.filter((function(t){return t!==e})),!n.isMergedPreserve(o)&&(!r||a.length>1)){var i=r?void 0:n.getInitialValue(t);if(t.length&&n.getFieldValue(t)!==i&&n.fieldEntities.every((function(e){return!Mh(e.getNamePath(),t)}))){var s=n.store;n.updateStore(mn(s,t,i,!0)),n.notifyObservers(s,[t],{type:"remove"}),n.triggerDependenciesUpdate(s,t)}}n.notifyWatch([t])}})),L(this,"dispatch",(function(e){switch(e.type){case"updateValue":var t=e.namePath,r=e.value;n.updateValue(t,r);break;case"validateField":var o=e.namePath,a=e.triggerName;n.validateFields([o],{triggerName:a})}})),L(this,"notifyObservers",(function(e,t,r){if(n.subscribable){var o=z(z({},r),{},{store:n.getFieldsValue(!0)});n.getFieldEntities().forEach((function(n){(0,n.onStoreChange)(e,t,o)}))}else n.forceRootUpdate()})),L(this,"triggerDependenciesUpdate",(function(e,t){var r=n.getDependencyChildrenFields(t);return r.length&&n.validateFields(r),n.notifyObservers(e,r,{type:"dependenciesUpdate",relatedFields:[t].concat(S(r))}),r})),L(this,"updateValue",(function(e,t){var r=Lh(e),o=n.store;n.updateStore(mn(n.store,r,t)),n.notifyObservers(o,[r],{type:"valueUpdate",source:"internal"}),n.notifyWatch([r]);var a=n.triggerDependenciesUpdate(o,r),i=n.callbacks.onValuesChange;i&&i(Ih(n.store,[r]),n.getFieldsValue());n.triggerOnFieldsChange([r].concat(S(a)))})),L(this,"setFieldsValue",(function(e){n.warningUnhooked();var t=n.store;if(e){var r=yn(n.store,e);n.updateStore(r)}n.notifyObservers(t,null,{type:"valueUpdate",source:"external"}),n.notifyWatch()})),L(this,"setFieldValue",(function(e,t){n.setFields([{name:e,value:t,errors:[],warnings:[]}])})),L(this,"getDependencyChildrenFields",(function(e){var t=new Set,r=[],o=new Xh;n.getFieldEntities().forEach((function(e){(e.props.dependencies||[]).forEach((function(t){var n=Lh(t);o.update(n,(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Set;return t.add(e),t}))}))}));return function e(n){(o.get(n)||new Set).forEach((function(n){if(!t.has(n)){t.add(n);var o=n.getNamePath();n.isFieldDirty()&&o.length&&(r.push(o),e(o))}}))}(e),r})),L(this,"triggerOnFieldsChange",(function(e,t){var r=n.callbacks.onFieldsChange;if(r){var o=n.getFields();if(t){var a=new Xh;t.forEach((function(e){var t=e.name,n=e.errors;a.set(t,n)})),o.forEach((function(e){e.errors=a.get(e.name)||e.errors}))}var i=o.filter((function(t){var n=t.name;return jh(e,n)}));i.length&&r(i,o)}})),L(this,"validateFields",(function(e,t){var r,o;n.warningUnhooked(),Array.isArray(e)||"string"==typeof e||"string"==typeof t?(r=e,o=t):o=e;var a=!!r,i=a?r.map(Lh):[],s=[],c=String(Date.now()),l=new Set,u=o||{},f=u.recursive,d=u.dirty;n.getFieldEntities(!0).forEach((function(e){if(a||i.push(e.getNamePath()),e.props.rules&&e.props.rules.length&&(!d||e.isFieldDirty())){var t=e.getNamePath();if(l.add(t.join(c)),!a||jh(i,t,f)){var r=e.validateRules(z({validateMessages:z(z({},Ah),n.validateMessages)},o));s.push(r.then((function(){return{name:t,errors:[],warnings:[]}})).catch((function(e){var n,r=[],o=[];return null===(n=e.forEach)||void 0===n||n.call(e,(function(e){var t=e.rule.warningOnly,n=e.errors;t?o.push.apply(o,S(n)):r.push.apply(r,S(n))})),r.length?Promise.reject({name:t,errors:r,warnings:o}):{name:t,errors:r,warnings:o}})))}}}));var p=function(e){var t=!1,n=e.length,r=[];return e.length?new Promise((function(o,a){e.forEach((function(e,i){e.catch((function(e){return t=!0,e})).then((function(e){n-=1,r[i]=e,n>0||(t&&a(r),o(r))}))}))})):Promise.resolve([])}(s);n.lastValidatePromise=p,p.catch((function(e){return e})).then((function(e){var t=e.map((function(e){return e.name}));n.notifyObservers(n.store,t,{type:"validateFinish"}),n.triggerOnFieldsChange(t,e)}));var h=p.then((function(){return n.lastValidatePromise===p?Promise.resolve(n.getFieldsValue(i)):Promise.reject([])})).catch((function(e){var t=e.filter((function(e){return e&&e.errors.length}));return Promise.reject({values:n.getFieldsValue(i),errorFields:t,outOfDate:n.lastValidatePromise!==p})}));h.catch((function(e){return e}));var m=i.filter((function(e){return l.has(e.join(c))}));return n.triggerOnFieldsChange(m),h})),L(this,"submit",(function(){n.warningUnhooked(),n.validateFields().then((function(e){var t=n.callbacks.onFinish;if(t)try{t(e)}catch(e){console.error(e)}})).catch((function(e){var t=n.callbacks.onFinishFailed;t&&t(e)}))})),this.forceRootUpdate=t}));var $h=function(e){var t=v.useRef(),n=M(v.useState({}),2)[1];if(!t.current)if(e)t.current=e;else{var r=new Zh((function(){n({})}));t.current=r.getForm()}return[t.current]},em=v.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),tm=em,nm=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed","clearOnDestroy"],rm=function(e,t){var n=e.name,r=e.initialValues,o=e.fields,a=e.form,i=e.preserve,s=e.children,c=e.component,l=void 0===c?"form":c,u=e.validateMessages,f=e.validateTrigger,d=void 0===f?"onChange":f,p=e.onValuesChange,h=e.onFieldsChange,m=e.onFinish,g=e.onFinishFailed,b=e.clearOnDestroy,y=uo(e,nm),w=v.useRef(null),x=v.useContext(tm),E=M($h(a),1)[0],k=E.getInternalHooks(Rp),C=k.useSubscribe,A=k.setInitialValues,_=k.setCallbacks,O=k.setValidateMessages,D=k.setPreserve,T=k.destroyForm;v.useImperativeHandle(t,(function(){return z(z({},E),{},{nativeElement:w.current})})),v.useEffect((function(){return x.registerForm(n,E),function(){x.unregisterForm(n)}}),[x,E,n]),O(z(z({},x.validateMessages),u)),_({onValuesChange:p,onFieldsChange:function(e){if(x.triggerFormChange(n,e),h){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o<t;o++)r[o-1]=arguments[o];h.apply(void 0,[e].concat(r))}},onFinish:function(e){x.triggerFormFinish(n,e),m&&m(e)},onFinishFailed:g}),D(i);var R,N=v.useRef(null);A(r,!N.current),N.current||(N.current=!0),v.useEffect((function(){return function(){return T(b)}}),[]);var F="function"==typeof s;F?R=s(E.getFieldsValue(!0),E):R=s;C(!F);var L=v.useRef();v.useEffect((function(){(function(e,t){if(e===t)return!0;if(!e&&t||e&&!t)return!1;if(!e||!t||"object"!==P(e)||"object"!==P(t))return!1;var n=Object.keys(e),r=Object.keys(t);return S(new Set([].concat(n,r))).every((function(n){var r=e[n],o=t[n];return"function"==typeof r&&"function"==typeof o||r===o}))})(L.current||[],o||[])||E.setFields(o||[]),L.current=o}),[o,E]);var I=v.useMemo((function(){return z(z({},E),{},{validateTrigger:d})}),[E,d]),j=v.createElement(Fp.Provider,{value:null},v.createElement(Pp.Provider,{value:I},R));return!1===l?j:v.createElement(l,rt({},y,{ref:w,onSubmit:function(e){e.preventDefault(),e.stopPropagation(),E.submit()},onReset:function(e){var t;e.preventDefault(),E.resetFields(),null===(t=y.onReset)||void 0===t||t.call(y,e)}}),j)};function om(e){try{return JSON.stringify(e)}catch(e){return Math.random()}}var am=function(){};var im=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=t[1],a=void 0===o?{}:o,i=Ip(a)?{form:a}:a,s=i.form,c=(0,v.useState)(),l=M(c,2),u=l[0],f=l[1],d=(0,v.useMemo)((function(){return om(u)}),[u]),p=(0,v.useRef)(d);p.current=d;var h=(0,v.useContext)(Pp),m=s||h,g=m&&m._init,b=Lh(r),y=(0,v.useRef)(b);return y.current=b,am(b),(0,v.useEffect)((function(){if(g){var e=m.getFieldsValue,t=(0,m.getInternalHooks)(Rp).registerWatch,n=function(e,t){var n=i.preserve?t:e;return"function"==typeof r?r(n):pn(n,y.current)},o=t((function(e,t){var r=n(e,t),o=om(r);p.current!==o&&(p.current=o,f(r))})),a=n(e(),e(!0));return u!==a&&f(a),o}}),[g]),u},sm=v.forwardRef(rm);sm.FormProvider=function(e){var t=e.validateMessages,n=e.onFormChange,r=e.onFormFinish,o=e.children,a=v.useContext(em),i=v.useRef({});return v.createElement(em.Provider,{value:z(z({},a),{},{validateMessages:z(z({},a.validateMessages),t),triggerFormChange:function(e,t){n&&n(e,{changedFields:t,forms:i.current}),a.triggerFormChange(e,t)},triggerFormFinish:function(e,t){r&&r(e,{values:t,forms:i.current}),a.triggerFormFinish(e,t)},registerForm:function(e,t){e&&(i.current=z(z({},i.current),{},L({},e,t))),a.registerForm(e,t)},unregisterForm:function(e){var t=z({},i.current);delete t[e],i.current=t,a.unregisterForm(e)}})},o)},sm.Field=Wh,sm.List=Gh,sm.useForm=$h,sm.useWatch=im;var cm=v.createContext({});var lm=function(e){var t=e.children,n=e.status,r=e.override,o=v.useContext(cm),a=v.useMemo((function(){var e=Object.assign({},o);return r&&delete e.isFormItemInput,n&&(delete e.status,delete e.hasFeedback,delete e.feedbackIcon),e}),[n,r,o]);return v.createElement(cm.Provider,{value:a},t)},um=v.createContext(void 0),fm=function(e){var t=e.componentCls;return g()({},t,{"&-block":{display:"flex",width:"100%"},"&-vertical":{flexDirection:"column"}})},dm=function(e){var t=e.componentCls,n=e.antCls;return g()({},t,g()(g()({display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}}},"".concat(t,"-item:empty"),{display:"none"}),"".concat(t,"-item > ").concat(n,"-badge-not-a-wrapper:only-child"),{display:"block"}))},pm=function(e){var t=e.componentCls;return g()({},t,{"&-gap-row-small":{rowGap:e.spaceGapSmallSize},"&-gap-row-middle":{rowGap:e.spaceGapMiddleSize},"&-gap-row-large":{rowGap:e.spaceGapLargeSize},"&-gap-col-small":{columnGap:e.spaceGapSmallSize},"&-gap-col-middle":{columnGap:e.spaceGapMiddleSize},"&-gap-col-large":{columnGap:e.spaceGapLargeSize}})},hm=Xs("Space",(function(e){var t=Ms(e,{spaceGapSmallSize:e.paddingXS,spaceGapMiddleSize:e.padding,spaceGapLargeSize:e.paddingLG});return[dm(t),pm(t),fm(t)]}),(function(){return{}}),{resetStyle:!1}),mm=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},gm=v.createContext(null),vm=function(e,t){var n=v.useContext(gm),r=v.useMemo((function(){if(!n)return"";var r=n.compactDirection,o=n.isFirstItem,a=n.isLastItem,i="vertical"===r?"-vertical-":"-";return Qr()("".concat(e,"-compact").concat(i,"item"),g()(g()(g()({},"".concat(e,"-compact").concat(i,"first-item"),o),"".concat(e,"-compact").concat(i,"last-item"),a),"".concat(e,"-compact").concat(i,"item-rtl"),"rtl"===t))}),[e,t,n]);return{compactSize:null==n?void 0:n.compactSize,compactDirection:null==n?void 0:n.compactDirection,compactItemClassnames:r}},bm=function(e){var t=e.children;return v.createElement(gm.Provider,{value:null},t)},ym=function(e){var t=e.children,n=mm(e,["children"]);return v.createElement(gm.Provider,{value:v.useMemo((function(){return n}),[n])},t)},wm=function(e){var t=v.useContext(T),n=t.getPrefixCls,r=t.direction,o=e.size,a=e.direction,i=e.block,s=e.prefixCls,c=e.className,l=e.rootClassName,u=e.children,f=mm(e,["size","direction","block","prefixCls","className","rootClassName","children"]),d=_c((function(e){return null!=o?o:e})),p=n("space-compact",s),h=hm(p),m=x()(h,2),b=m[0],y=m[1],w=Qr()(p,y,g()(g()(g()({},"".concat(p,"-rtl"),"rtl"===r),"".concat(p,"-block"),i),"".concat(p,"-vertical"),"vertical"===a),c,l),E=v.useContext(gm),k=dd(u),C=v.useMemo((function(){return k.map((function(e,t){var n=(null==e?void 0:e.key)||"".concat(p,"-item-").concat(t);return v.createElement(ym,{key:n,compactSize:d,compactDirection:a,isFirstItem:0===t&&(!E||(null==E?void 0:E.isFirstItem)),isLastItem:t===k.length-1&&(!E||(null==E?void 0:E.isLastItem))},e)}))}),[o,k,E]);return 0===k.length?null:b(v.createElement("div",Object.assign({className:w},f),C))},xm=function(e){var t=e.space,n=e.form,r=e.children;if(null==r)return null;var o=r;return n&&(o=v.createElement(lm,{override:!0,status:!0},o)),t&&(o=v.createElement(bm,null,o)),o},Em=function(e,t,n){return void 0!==n?n:"".concat(e,"-").concat(t)};function km(e){var t=e.sizePopupArrow,n=e.borderRadiusXS,r=e.borderRadiusOuter,o=t/2,a=o,i=1*r/Math.sqrt(2),s=o-r*(1-1/Math.sqrt(2)),c=o-n*(1/Math.sqrt(2)),l=r*(Math.sqrt(2)-1)+n*(1/Math.sqrt(2)),u=2*o-c,f=l,d=2*o-i,p=s,h=2*o-0,m=a,g=o*Math.sqrt(2)+r*(Math.sqrt(2)-2),v=r*(Math.sqrt(2)-1),b="polygon(".concat(v,"px 100%, 50% ").concat(v,"px, ").concat(2*o-v,"px 100%, ").concat(v,"px 100%)");return{arrowShadowWidth:g,arrowPath:"path('M ".concat(0," ").concat(a," A ").concat(r," ").concat(r," 0 0 0 ").concat(i," ").concat(s," L ").concat(c," ").concat(l," A ").concat(n," ").concat(n," 0 0 1 ").concat(u," ").concat(f," L ").concat(d," ").concat(p," A ").concat(r," ").concat(r," 0 0 0 ").concat(h," ").concat(m," Z')"),arrowPolygon:b}}var Cm=function(e,t,n){var r=e.sizePopupArrow,o=e.arrowPolygon,a=e.arrowPath,i=e.arrowShadowWidth,s=e.borderRadiusXS;return{pointerEvents:"none",width:r,height:r,overflow:"hidden","&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:r,height:(0,e.calc)(r).div(2).equal(),background:t,clipPath:{_multi_value_:!0,value:[o,a]},content:'""'},"&::after":{content:'""',position:"absolute",width:i,height:i,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:"0 0 ".concat(Ie(s)," 0")},transform:"translateY(50%) rotate(-135deg)",boxShadow:n,zIndex:0,background:"transparent"}}};function Sm(e){var t=e.contentRadius,n=t>12?t+2:12;return{arrowOffsetHorizontal:n,arrowOffsetVertical:e.limitVerticalRadius?8:n}}function Am(e,t){return e?t:{}}function _m(e,t,n){var r=e.componentCls,o=e.boxShadowPopoverArrow,a=e.arrowOffsetVertical,i=e.arrowOffsetHorizontal,s=n||{},c=s.arrowDistance,l=void 0===c?0:c,u=s.arrowPlacement,f=void 0===u?{left:!0,right:!0,top:!0,bottom:!0}:u;return g()({},r,Object.assign(Object.assign(Object.assign(Object.assign(g()({},"".concat(r,"-arrow"),[Object.assign(Object.assign({position:"absolute",zIndex:1,display:"block"},Cm(e,t,o)),{"&:before":{background:t}})]),Am(!!f.top,g()(g()(g()(g()({},["&-placement-top > ".concat(r,"-arrow"),"&-placement-topLeft > ".concat(r,"-arrow"),"&-placement-topRight > ".concat(r,"-arrow")].join(","),{bottom:l,transform:"translateY(100%) rotate(180deg)"}),"&-placement-top > ".concat(r,"-arrow"),{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"}),"&-placement-topLeft",g()({"--arrow-offset-horizontal":i},"> ".concat(r,"-arrow"),{left:{_skip_check_:!0,value:i}})),"&-placement-topRight",g()({"--arrow-offset-horizontal":"calc(100% - ".concat(Ie(i),")")},"> ".concat(r,"-arrow"),{right:{_skip_check_:!0,value:i}})))),Am(!!f.bottom,g()(g()(g()(g()({},["&-placement-bottom > ".concat(r,"-arrow"),"&-placement-bottomLeft > ".concat(r,"-arrow"),"&-placement-bottomRight > ".concat(r,"-arrow")].join(","),{top:l,transform:"translateY(-100%)"}),"&-placement-bottom > ".concat(r,"-arrow"),{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"}),"&-placement-bottomLeft",g()({"--arrow-offset-horizontal":i},"> ".concat(r,"-arrow"),{left:{_skip_check_:!0,value:i}})),"&-placement-bottomRight",g()({"--arrow-offset-horizontal":"calc(100% - ".concat(Ie(i),")")},"> ".concat(r,"-arrow"),{right:{_skip_check_:!0,value:i}})))),Am(!!f.left,g()(g()(g()(g()({},["&-placement-left > ".concat(r,"-arrow"),"&-placement-leftTop > ".concat(r,"-arrow"),"&-placement-leftBottom > ".concat(r,"-arrow")].join(","),{right:{_skip_check_:!0,value:l},transform:"translateX(100%) rotate(90deg)"}),"&-placement-left > ".concat(r,"-arrow"),{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"}),"&-placement-leftTop > ".concat(r,"-arrow"),{top:a}),"&-placement-leftBottom > ".concat(r,"-arrow"),{bottom:a}))),Am(!!f.right,g()(g()(g()(g()({},["&-placement-right > ".concat(r,"-arrow"),"&-placement-rightTop > ".concat(r,"-arrow"),"&-placement-rightBottom > ".concat(r,"-arrow")].join(","),{left:{_skip_check_:!0,value:l},transform:"translateX(-100%) rotate(-90deg)"}),"&-placement-right > ".concat(r,"-arrow"),{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"}),"&-placement-rightTop > ".concat(r,"-arrow"),{top:a}),"&-placement-rightBottom > ".concat(r,"-arrow"),{bottom:a}))))}var Om={left:{points:["cr","cl"]},right:{points:["cl","cr"]},top:{points:["bc","tc"]},bottom:{points:["tc","bc"]},topLeft:{points:["bl","tl"]},leftTop:{points:["tr","tl"]},topRight:{points:["br","tr"]},rightTop:{points:["tl","tr"]},bottomRight:{points:["tr","br"]},rightBottom:{points:["bl","br"]},bottomLeft:{points:["tl","bl"]},leftBottom:{points:["br","bl"]}},Dm={topLeft:{points:["bl","tc"]},leftTop:{points:["tr","cl"]},topRight:{points:["br","tc"]},rightTop:{points:["tl","cr"]},bottomRight:{points:["tr","bc"]},rightBottom:{points:["bl","cr"]},bottomLeft:{points:["tl","bc"]},leftBottom:{points:["br","cl"]}},Tm=new Set(["topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]);function Rm(e){var t=e.arrowWidth,n=e.autoAdjustOverflow,r=e.arrowPointAtCenter,o=e.offset,a=e.borderRadius,i=e.visibleFirst,s=t/2,c={};return Object.keys(Om).forEach((function(e){var l=r&&Dm[e]||Om[e],u=Object.assign(Object.assign({},l),{offset:[0,0],dynamicInset:!0});switch(c[e]=u,Tm.has(e)&&(u.autoArrow=!1),e){case"top":case"topLeft":case"topRight":u.offset[1]=-s-o;break;case"bottom":case"bottomLeft":case"bottomRight":u.offset[1]=s+o;break;case"left":case"leftTop":case"leftBottom":u.offset[0]=-s-o;break;case"right":case"rightTop":case"rightBottom":u.offset[0]=s+o}var f=Sm({contentRadius:a,limitVerticalRadius:!0});if(r)switch(e){case"topLeft":case"bottomLeft":u.offset[0]=-f.arrowOffsetHorizontal-s;break;case"topRight":case"bottomRight":u.offset[0]=f.arrowOffsetHorizontal+s;break;case"leftTop":case"rightTop":u.offset[1]=2*-f.arrowOffsetHorizontal+s;break;case"leftBottom":case"rightBottom":u.offset[1]=2*f.arrowOffsetHorizontal-s}u.overflow=function(e,t,n,r){if(!1===r)return{adjustX:!1,adjustY:!1};var o=r&&"object"===Ur()(r)?r:{},a={};switch(e){case"top":case"bottom":a.shiftX=2*t.arrowOffsetHorizontal+n,a.shiftY=!0,a.adjustY=!0;break;case"left":case"right":a.shiftY=2*t.arrowOffsetVertical+n,a.shiftX=!0,a.adjustX=!0}var i=Object.assign(Object.assign({},a),o);return i.shiftX||(i.adjustX=!0),i.shiftY||(i.adjustY=!0),i}(e,f,t,n),i&&(u.htmlRegion="visibleFirst")})),c}function Nm(e){return e&&v.isValidElement(e)&&e.type===v.Fragment}function Pm(e,t){return function(e,t,n){return v.isValidElement(e)?v.cloneElement(e,"function"==typeof n?n(e.props||{}):n):t}(e,e,t)}var Fm=function(e){return{animationDuration:e,animationFillMode:"both"}},Lm=function(e){return{animationDuration:e,animationFillMode:"both"}},Im=function(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],a=o?"&":"";return g()(g()(g()(g()({},"\n ".concat(a).concat(e,"-enter,\n ").concat(a).concat(e,"-appear\n "),Object.assign(Object.assign({},Fm(r)),{animationPlayState:"paused"})),"".concat(a).concat(e,"-leave"),Object.assign(Object.assign({},Lm(r)),{animationPlayState:"paused"})),"\n ".concat(a).concat(e,"-enter").concat(e,"-enter-active,\n ").concat(a).concat(e,"-appear").concat(e,"-appear-active\n "),{animationName:t,animationPlayState:"running"}),"".concat(a).concat(e,"-leave").concat(e,"-leave-active"),{animationName:n,animationPlayState:"running",pointerEvents:"none"})},jm=new un("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),Mm=new un("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),Bm=new un("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),zm=new un("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),qm=new un("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),Hm=new un("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),Um={zoom:{inKeyframes:jm,outKeyframes:Mm},"zoom-big":{inKeyframes:Bm,outKeyframes:zm},"zoom-big-fast":{inKeyframes:Bm,outKeyframes:zm},"zoom-left":{inKeyframes:new un("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),outKeyframes:new un("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}})},"zoom-right":{inKeyframes:new un("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),outKeyframes:new un("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}})},"zoom-up":{inKeyframes:qm,outKeyframes:Hm},"zoom-down":{inKeyframes:new un("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),outKeyframes:new un("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}})}},Vm=function(e,t){var n=e.antCls,r="".concat(n,"-").concat(t),o=Um[t],a=o.inKeyframes,i=o.outKeyframes;return[Im(r,a,i,"zoom-big-fast"===t?e.motionDurationFast:e.motionDurationMid),g()(g()({},"\n ".concat(r,"-enter,\n ").concat(r,"-appear\n "),{transform:"scale(0)",opacity:0,animationTimingFunction:e.motionEaseOutCirc,"&-prepare":{transform:"none"}}),"".concat(r,"-leave"),{animationTimingFunction:e.motionEaseInOutCirc})]},Wm=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"];function Gm(e,t){return Wm.reduce((function(n,r){var o=e["".concat(r,"1")],a=e["".concat(r,"3")],i=e["".concat(r,"6")],s=e["".concat(r,"7")];return Object.assign(Object.assign({},n),t(r,{lightColor:o,lightBorderColor:a,darkColor:i,textColor:s}))}),{})}var Qm=function(e){var t=e.calc,n=e.componentCls,r=e.tooltipMaxWidth,o=e.tooltipColor,a=e.tooltipBg,i=e.tooltipBorderRadius,s=e.zIndexPopup,c=e.controlHeight,l=e.boxShadowSecondary,u=e.paddingSM,f=e.paddingXS,d=e.arrowOffsetHorizontal,p=e.sizePopupArrow,h=t(i).add(p).add(d).equal(),m=t(i).mul(2).add(p).equal();return[g()({},n,Object.assign(Object.assign(Object.assign(Object.assign({},Ba(e)),g()(g()(g()(g()({position:"absolute",zIndex:s,display:"block",width:"max-content",maxWidth:r,visibility:"visible","--valid-offset-x":"var(--arrow-offset-horizontal, var(--arrow-x))",transformOrigin:["var(--valid-offset-x, 50%)","var(--arrow-y, 50%)"].join(" "),"&-hidden":{display:"none"},"--antd-arrow-background-color":a},"".concat(n,"-inner"),{minWidth:m,minHeight:c,padding:"".concat(Ie(e.calc(u).div(2).equal())," ").concat(Ie(f)),color:o,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:a,borderRadius:i,boxShadow:l,boxSizing:"border-box"}),["&-placement-topLeft","&-placement-topRight","&-placement-bottomLeft","&-placement-bottomRight"].join(","),{minWidth:h}),["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(","),g()({},"".concat(n,"-inner"),{borderRadius:e.min(i,8)})),"".concat(n,"-content"),{position:"relative"})),Gm(e,(function(e,t){var r=t.darkColor;return g()({},"&".concat(n,"-").concat(e),g()(g()({},"".concat(n,"-inner"),{backgroundColor:r}),"".concat(n,"-arrow"),{"--antd-arrow-background-color":r}))}))),{"&-rtl":{direction:"rtl"}})),_m(e,"var(--antd-arrow-background-color)"),g()({},"".concat(n,"-pure"),{position:"relative",maxWidth:"none",margin:e.sizePopupArrow})]},Km=function(e){return Object.assign(Object.assign({zIndexPopup:e.zIndexPopupBase+70},Sm({contentRadius:e.borderRadius,limitVerticalRadius:!0})),km(Ms(e,{borderRadiusOuter:Math.min(e.borderRadiusOuter,4)})))},Ym=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Xs("Tooltip",(function(e){var t=e.borderRadius,n=Ms(e,{tooltipMaxWidth:250,tooltipColor:e.colorTextLightSolid,tooltipBorderRadius:t,tooltipBg:e.colorBgSpotlight});return[Qm(n),Vm(e,"zoom-big-fast")]}),Km,{resetStyle:!1,injectStyle:t});return n(e)},Xm=Wm.map((function(e){return"".concat(e,"-inverse")}));function Jm(e,t){var n=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t?[].concat(S(Xm),S(Wm)).includes(e):Wm.includes(e)}(t),r=Qr()(g()({},"".concat(e,"-").concat(t),t&&n)),o={},a={};return t&&!n&&(o.background=t,a["--antd-arrow-background-color"]=t),{className:r,overlayStyle:o,arrowStyle:a}}var Zm=function(e){var t=e.prefixCls,n=e.className,r=e.placement,o=void 0===r?"top":r,a=e.title,i=e.color,s=e.overlayInnerStyle,c=(0,v.useContext(T).getPrefixCls)("tooltip",t),l=Ym(c),u=x()(l,3),f=u[0],d=u[1],p=u[2],h=Jm(c,i),m=h.arrowStyle,g=Object.assign(Object.assign({},s),h.overlayStyle),b=Qr()(d,p,c,"".concat(c,"-pure"),"".concat(c,"-placement-").concat(o),n,h.className);return f(v.createElement("div",{className:b,style:m},v.createElement("div",{className:"".concat(c,"-arrow")}),v.createElement(td,Object.assign({},e,{className:d,prefixCls:c,overlayInnerStyle:g}),a)))},$m=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},eg=v.forwardRef((function(e,t){var n,r,o=e.prefixCls,a=e.openClassName,i=e.getTooltipContainer,s=e.color,c=e.overlayInnerStyle,l=e.children,u=e.afterOpenChange,f=e.afterVisibleChange,d=e.destroyTooltipOnHide,p=e.destroyOnHidden,h=e.arrow,m=void 0===h||h,b=e.title,y=e.overlay,w=e.builtinPlacements,E=e.arrowPointAtCenter,k=void 0!==E&&E,C=e.autoAdjustOverflow,S=void 0===C||C,A=(e.motion,e.getPopupContainer),_=e.placement,O=void 0===_?"top":_,D=e.mouseEnterDelay,T=void 0===D?.1:D,R=e.mouseLeaveDelay,P=void 0===R?.1:R,F=e.overlayStyle,L=e.rootClassName,I=e.overlayClassName,j=e.styles,M=e.classNames,B=$m(e,["prefixCls","openClassName","getTooltipContainer","color","overlayInnerStyle","children","afterOpenChange","afterVisibleChange","destroyTooltipOnHide","destroyOnHidden","arrow","title","overlay","builtinPlacements","arrowPointAtCenter","autoAdjustOverflow","motion","getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName","overlayClassName","styles","classNames"]),z=!!m,q=Ra(),H=x()(q,2)[1],U=N("tooltip"),V=U.getPopupContainer,W=U.getPrefixCls,G=U.direction,Q=U.className,K=U.style,Y=U.classNames,X=U.styles,J=En("Tooltip"),Z=v.useRef(null),$=function(){var e;null===(e=Z.current)||void 0===e||e.forceAlign()};v.useImperativeHandle(t,(function(){var e,t;return{forceAlign:$,forcePopupAlign:function(){J.deprecated(!1,"forcePopupAlign","forceAlign"),$()},nativeElement:null===(e=Z.current)||void 0===e?void 0:e.nativeElement,popupElement:null===(t=Z.current)||void 0===t?void 0:t.popupElement}}));var ee=_o(!1,{value:null!==(n=e.open)&&void 0!==n?n:e.visible,defaultValue:null!==(r=e.defaultOpen)&&void 0!==r?r:e.defaultVisible}),te=x()(ee,2),ne=te[0],re=te[1],oe=!b&&!y&&0!==b,ae=v.useMemo((function(){var e,t,n=k;return"object"===Ur()(m)&&(n=null!==(t=null!==(e=m.pointAtCenter)&&void 0!==e?e:m.arrowPointAtCenter)&&void 0!==t?t:k),w||Rm({arrowPointAtCenter:n,autoAdjustOverflow:S,arrowWidth:z?H.sizePopupArrow:0,borderRadius:H.borderRadius,offset:H.marginXXS,visibleFirst:!0})}),[k,m,w,H]),ie=v.useMemo((function(){return 0===b?b:y||b||""}),[y,b]),se=v.createElement(xm,{space:!0},"function"==typeof ie?ie():ie),ce=W("tooltip",o),le=W(),ue=e["data-popover-inject"],fe=ne;"open"in e||"visible"in e||!oe||(fe=!1);var de=v.isValidElement(l)&&!Nm(l)?l:v.createElement("span",null,l),pe=de.props,he=pe.className&&"string"!=typeof pe.className?pe.className:Qr()(pe.className,a||"".concat(ce,"-open")),me=Ym(ce,!ue),ge=x()(me,3),ve=ge[0],be=ge[1],ye=ge[2],we=Jm(ce,s),xe=we.arrowStyle,Ee=Qr()(I,g()({},"".concat(ce,"-rtl"),"rtl"===G),we.className,L,be,ye,Q,Y.root,null==M?void 0:M.root),ke=Qr()(Y.body,null==M?void 0:M.body),Ce=As("Tooltip",B.zIndex),Se=x()(Ce,2),Ae=Se[0],_e=Se[1],Oe=v.createElement(Tp,Object.assign({},B,{zIndex:Ae,showArrow:z,placement:O,mouseEnterDelay:T,mouseLeaveDelay:P,prefixCls:ce,classNames:{root:Ee,body:ke},styles:{root:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},xe),X.root),K),F),null==j?void 0:j.root),body:Object.assign(Object.assign(Object.assign(Object.assign({},X.body),c),null==j?void 0:j.body),we.overlayStyle)},getTooltipContainer:A||i||V,ref:Z,builtinPlacements:ae,overlay:se,visible:fe,onVisibleChange:function(t){var n,r;re(!oe&&t),oe||(null===(n=e.onOpenChange)||void 0===n||n.call(e,t),null===(r=e.onVisibleChange)||void 0===r||r.call(e,t))},afterVisibleChange:null!=u?u:f,arrowContent:v.createElement("span",{className:"".concat(ce,"-arrow-content")}),motion:{motionName:Em(le,"zoom-big-fast",e.transitionName),motionDeadline:1e3},destroyTooltipOnHide:null!=p?p:!!d}),fe?Pm(de,{className:he}):de);return ve(v.createElement(Es.Provider,{value:_e},Oe))})),tg=eg;tg._InternalPanelDoNotUseOrYouWillBeFired=Zm;var ng=tg;function rg(e,t){var n=Object.assign({},e);return Array.isArray(t)&&t.forEach((function(e){delete n[e]})),n}var og=function(e){var t=e.componentCls,n=e.colorPrimary;return g()({},t,{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:"var(--wave-color, ".concat(n,")"),boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:["box-shadow 0.4s ".concat(e.motionEaseOutCirc),"opacity 2s ".concat(e.motionEaseOutCirc)].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:["box-shadow ".concat(e.motionDurationSlow," ").concat(e.motionEaseInOut),"opacity ".concat(e.motionDurationSlow," ").concat(e.motionEaseInOut)].join(",")}}})},ag=Js("Wave",(function(e){return[og(e)]})),ig="".concat(_,"-wave-target");function sg(e){return e&&"#fff"!==e&&"#ffffff"!==e&&"rgb(255, 255, 255)"!==e&&"rgba(255, 255, 255, 1)"!==e&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&"transparent"!==e}function cg(e){return Number.isNaN(e)?0:e}var lg=function(e){var t=e.className,n=e.target,r=e.component,o=e.registerUnmount,a=v.useRef(null),i=v.useRef(null);v.useEffect((function(){i.current=o()}),[]);var s=v.useState(null),c=x()(s,2),l=c[0],u=c[1],f=v.useState([]),d=x()(f,2),p=d[0],h=d[1],m=v.useState(0),g=x()(m,2),b=g[0],y=g[1],w=v.useState(0),E=x()(w,2),k=E[0],C=E[1],S=v.useState(0),A=x()(S,2),_=A[0],O=A[1],D=v.useState(0),T=x()(D,2),R=T[0],N=T[1],P=v.useState(!1),F=x()(P,2),L=F[0],I=F[1],j={left:b,top:k,width:_,height:R,borderRadius:p.map((function(e){return"".concat(e,"px")})).join(" ")};function M(){var e=getComputedStyle(n);u(function(e){var t=getComputedStyle(e),n=t.borderTopColor,r=t.borderColor,o=t.backgroundColor;return sg(n)?n:sg(r)?r:sg(o)?o:null}(n));var t="static"===e.position,r=e.borderLeftWidth,o=e.borderTopWidth;y(t?n.offsetLeft:cg(-parseFloat(r))),C(t?n.offsetTop:cg(-parseFloat(o))),O(n.offsetWidth),N(n.offsetHeight);var a=e.borderTopLeftRadius,i=e.borderTopRightRadius,s=e.borderBottomLeftRadius,c=e.borderBottomRightRadius;h([a,i,c,s].map((function(e){return cg(parseFloat(e))})))}if(l&&(j["--wave-color"]=l),v.useEffect((function(){if(n){var e,t=ra((function(){M(),I(!0)}));return"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(M)).observe(n),function(){ra.cancel(t),null==e||e.disconnect()}}}),[]),!L)return null;var B=("Checkbox"===r||"Radio"===r)&&(null==n?void 0:n.classList.contains(ig));return v.createElement(xa,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:function(e,t){var n,r;if(t.deadline||"opacity"===t.propertyName){var o=null===(n=a.current)||void 0===n?void 0:n.parentElement;null===(r=i.current)||void 0===r||r.call(i).then((function(){null==o||o.remove()}))}return!1}},(function(e,n){var r=e.className;return v.createElement("div",{ref:ao(a,n),className:Qr()(t,r,{"wave-quick":B}),style:j})}))},ug=function(e,t){var n;if("Checkbox"!==t.component||(null===(n=e.querySelector("input"))||void 0===n?void 0:n.checked)){var r=document.createElement("div");r.style.position="absolute",r.style.left="0px",r.style.top="0px",null==e||e.insertBefore(r,null==e?void 0:e.firstChild);var o=ki(),a=null;a=o(v.createElement(lg,Object.assign({},t,{target:e,registerUnmount:function(){return a}})),r)}},fg=function(e,t,n){var r=v.useContext(T).wave,o=Ra(),a=x()(o,3),i=a[1],s=a[2],c=Co((function(o){var a=e.current;if(!(null==r?void 0:r.disabled)&&a){var c=a.querySelector(".".concat(ig))||a;((r||{}).showEffect||ug)(c,{className:t,token:i,component:n,event:o,hashId:s})}})),l=v.useRef(null);return function(e){ra.cancel(l.current),l.current=ra((function(){c(e)}))}};var dg=function(e){var t=e.children,n=e.disabled,r=e.component,o=(0,v.useContext)(T).getPrefixCls,a=(0,v.useRef)(null),i=o("wave"),s=ag(i),c=x()(s,2)[1],l=fg(a,Qr()(i,c),r);return v.useEffect((function(){var e=a.current;if(e&&1===e.nodeType&&!n){var t=function(t){!ap(t.target)||!e.getAttribute||e.getAttribute("disabled")||e.disabled||e.className.includes("disabled")||e.className.includes("-leave")||l(t)};return e.addEventListener("click",t,!0),function(){e.removeEventListener("click",t,!0)}}}),[n]),v.isValidElement(t)?Pm(t,{ref:so(t)?ao(lo(t),a):a}):null!=t?t:null},pg=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},hg=v.createContext(void 0),mg=function(e){var t=v.useContext(T),n=t.getPrefixCls,r=t.direction,o=e.prefixCls,a=e.size,i=e.className,s=pg(e,["prefixCls","size","className"]),c=n("btn-group",o),l=Ra(),u=x()(l,3)[2],f=v.useMemo((function(){switch(a){case"large":return"lg";case"small":return"sm";default:return""}}),[a]),d=Qr()(c,g()(g()({},"".concat(c,"-").concat(f),f),"".concat(c,"-rtl"),"rtl"===r),i,u);return v.createElement(hg.Provider,{value:a},v.createElement("div",Object.assign({},s,{className:d})))},gg=/^[\u4E00-\u9FA5]{2}$/,vg=gg.test.bind(gg);function bg(e){return"string"==typeof e}function yg(e){return"text"===e||"link"===e}function wg(e,t){var n=!1,r=[];return v.Children.forEach(e,(function(e){var t=Ur()(e),o="string"===t||"number"===t;if(n&&o){var a=r.length-1,i=r[a];r[a]="".concat(i).concat(e)}else r.push(e);n=o})),v.Children.map(r,(function(e){return function(e,t){if(null!=e){var n=t?" ":"";return"string"!=typeof e&&"number"!=typeof e&&bg(e.type)&&vg(e.props.children)?Pm(e,{children:e.props.children.split("").join(n)}):bg(e)?vg(e)?v.createElement("span",null,e.split("").join(n)):v.createElement("span",null,e):Nm(e)?v.createElement("span",null,e):e}}(e,t)}))}["default","primary","danger"].concat(S(Wm));var xg=(0,v.forwardRef)((function(e,t){var n=e.className,r=e.style,o=e.children,a=e.prefixCls,i=Qr()("".concat(a,"-icon"),n);return v.createElement("span",{ref:t,className:i,style:r},o)})),Eg=xg,kg=(0,v.forwardRef)((function(e,t){var n=e.prefixCls,r=e.className,o=e.style,a=e.iconClassName,i=Qr()("".concat(n,"-loading-icon"),r);return v.createElement(Eg,{prefixCls:n,className:i,style:o,ref:t},v.createElement(es,{className:a}))})),Cg=function(){return{width:0,opacity:0,transform:"scale(0)"}},Sg=function(e){return{width:e.scrollWidth,opacity:1,transform:"scale(1)"}},Ag=function(e){var t=e.prefixCls,n=e.loading,r=e.existIcon,o=e.className,a=e.style,i=e.mount,s=!!n;return r?v.createElement(kg,{prefixCls:t,className:o,style:a}):v.createElement(xa,{visible:s,motionName:"".concat(t,"-loading-icon-motion"),motionAppear:!i,motionEnter:!i,motionLeave:!i,removeOnLeave:!0,onAppearStart:Cg,onAppearActive:Sg,onEnterStart:Cg,onEnterActive:Sg,onLeaveStart:Sg,onLeaveActive:Cg},(function(e,n){var r=e.className,i=e.style,s=Object.assign(Object.assign({},a),i);return v.createElement(kg,{prefixCls:t,className:Qr()(o,r),style:s,ref:n})}))},_g=function(e,t){return g()({},"> span, > ".concat(e),{"&:not(:last-child)":g()({},"&, & > ".concat(e),{"&:not(:disabled)":{borderInlineEndColor:t}}),"&:not(:first-child)":g()({},"&, & > ".concat(e),{"&:not(:disabled)":{borderInlineStartColor:t}})})},Og=function(e){var t=e.componentCls,n=e.fontSize,r=e.lineWidth,o=e.groupBorderColor,a=e.colorErrorHover;return g()({},"".concat(t,"-group"),[g()(g()(g()({position:"relative",display:"inline-flex"},"> span, > ".concat(t),{"&:not(:last-child)":g()({},"&, & > ".concat(t),{borderStartEndRadius:0,borderEndEndRadius:0}),"&:not(:first-child)":g()({marginInlineStart:e.calc(r).mul(-1).equal()},"&, & > ".concat(t),{borderStartStartRadius:0,borderEndStartRadius:0})}),t,{position:"relative",zIndex:1,"&:hover, &:focus, &:active":{zIndex:2},"&[disabled]":{zIndex:0}}),"".concat(t,"-icon-only"),{fontSize:n}),_g("".concat(t,"-primary"),o),_g("".concat(t,"-danger"),a)])},Dg=["b"],Tg=["v"],Rg=function(e){return Math.round(Number(e||0))},Ng=function(e){go(n,e);var t=xo(n);function n(e){return fe(this,n),t.call(this,function(e){if(e instanceof Mn)return e;if(e&&"object"===P(e)&&"h"in e&&"b"in e){var t=e,n=t.b;return z(z({},uo(t,Dg)),{},{v:n})}return"string"==typeof e&&/hsb/.test(e)?e.replace(/hsb/,"hsv"):e}(e))}return pe(n,[{key:"toHsbString",value:function(){var e=this.toHsb(),t=Rg(100*e.s),n=Rg(100*e.b),r=Rg(e.h),o=e.a,a="hsb(".concat(r,", ").concat(t,"%, ").concat(n,"%)"),i="hsba(".concat(r,", ").concat(t,"%, ").concat(n,"%, ").concat(o.toFixed(0===o?0:2),")");return 1===o?a:i}},{key:"toHsb",value:function(){var e=this.toHsv(),t=e.v;return z(z({},uo(e,Tg)),{},{b:t,a:this.a})}}]),n}(Mn),Pg=function(e){return e instanceof Ng?e:new Ng(e)};Pg("#1677ff");var Fg=function(){return pe((function e(t){var n;if(fe(this,e),this.cleared=!1,t instanceof e)return this.metaColor=t.metaColor.clone(),this.colors=null===(n=t.colors)||void 0===n?void 0:n.map((function(t){return{color:new e(t.color),percent:t.percent}})),void(this.cleared=t.cleared);var r=Array.isArray(t);r&&t.length?(this.colors=t.map((function(t){var n=t.color,r=t.percent;return{color:new e(n),percent:r}})),this.metaColor=new Ng(this.colors[0].color.metaColor)):this.metaColor=new Ng(r?"":t),(!t||r&&!this.colors)&&(this.metaColor=this.metaColor.setA(0),this.cleared=!0)}),[{key:"toHsb",value:function(){return this.metaColor.toHsb()}},{key:"toHsbString",value:function(){return this.metaColor.toHsbString()}},{key:"toHex",value:function(){return e=this.toHexString(),t=this.metaColor.a<1,e?function(e,t){return(null==e?void 0:e.replace(/[^\w/]/g,"").slice(0,t?8:6))||""}(e,t):"";var e,t}},{key:"toHexString",value:function(){return this.metaColor.toHexString()}},{key:"toRgb",value:function(){return this.metaColor.toRgb()}},{key:"toRgbString",value:function(){return this.metaColor.toRgbString()}},{key:"isGradient",value:function(){return!!this.colors&&!this.cleared}},{key:"getColors",value:function(){return this.colors||[{color:this,percent:0}]}},{key:"toCssString",value:function(){var e=this.colors;if(e){var t=e.map((function(e){return"".concat(e.color.toRgbString()," ").concat(e.percent,"%")})).join(", ");return"linear-gradient(90deg, ".concat(t,")")}return this.metaColor.toRgbString()}},{key:"equals",value:function(e){return!(!e||this.isGradient()!==e.isGradient())&&(this.isGradient()?this.colors.length===e.colors.length&&this.colors.every((function(t,n){var r=e.colors[n];return t.percent===r.percent&&t.color.equals(r.color)})):this.toHexString()===e.toHexString())}}])}(),Lg=function(e,t){var n=e.toRgb(),r=n.r,o=n.g,a=n.b,i=n.a,s=new Ng(e.toRgbString()).onBackground(t).toHsv();return i<=.5?s.v>.5:.299*r+.587*o+.114*a>192},Ig=function(e){return Ms(e,{buttonPaddingHorizontal:e.paddingInline,buttonPaddingVertical:0,buttonIconOnlyFontSize:e.onlyIconSize})},jg=function(e){var t,n,r,o,a,i,s=null!==(t=e.contentFontSize)&&void 0!==t?t:e.fontSize,c=null!==(n=e.contentFontSizeSM)&&void 0!==n?n:e.fontSize,l=null!==(r=e.contentFontSizeLG)&&void 0!==r?r:e.fontSizeLG,u=null!==(o=e.contentLineHeight)&&void 0!==o?o:kr(s),f=null!==(a=e.contentLineHeightSM)&&void 0!==a?a:kr(c),d=null!==(i=e.contentLineHeightLG)&&void 0!==i?i:kr(l),p=Lg(new Fg(e.colorBgSolid),"#fff")?"#000":"#fff",h=Wm.reduce((function(t,n){return Object.assign(Object.assign({},t),g()({},"".concat(n,"ShadowColor"),"0 ".concat(Ie(e.controlOutlineWidth)," 0 ").concat(ka(e["".concat(n,"1")],e.colorBgContainer))))}),{});return Object.assign(Object.assign({},h),{fontWeight:400,defaultShadow:"0 ".concat(e.controlOutlineWidth,"px 0 ").concat(e.controlTmpOutline),primaryShadow:"0 ".concat(e.controlOutlineWidth,"px 0 ").concat(e.controlOutline),dangerShadow:"0 ".concat(e.controlOutlineWidth,"px 0 ").concat(e.colorErrorOutline),primaryColor:e.colorTextLightSolid,dangerColor:e.colorTextLightSolid,borderColorDisabled:e.colorBorder,defaultGhostColor:e.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:e.colorBgContainer,paddingInline:e.paddingContentHorizontal-e.lineWidth,paddingInlineLG:e.paddingContentHorizontal-e.lineWidth,paddingInlineSM:8-e.lineWidth,onlyIconSize:"inherit",onlyIconSizeSM:"inherit",onlyIconSizeLG:"inherit",groupBorderColor:e.colorPrimaryHover,linkHoverBg:"transparent",textTextColor:e.colorText,textTextHoverColor:e.colorText,textTextActiveColor:e.colorText,textHoverBg:e.colorFillTertiary,defaultColor:e.colorText,defaultBg:e.colorBgContainer,defaultBorderColor:e.colorBorder,defaultBorderColorDisabled:e.colorBorder,defaultHoverBg:e.colorBgContainer,defaultHoverColor:e.colorPrimaryHover,defaultHoverBorderColor:e.colorPrimaryHover,defaultActiveBg:e.colorBgContainer,defaultActiveColor:e.colorPrimaryActive,defaultActiveBorderColor:e.colorPrimaryActive,solidTextColor:p,contentFontSize:s,contentFontSizeSM:c,contentFontSizeLG:l,contentLineHeight:u,contentLineHeightSM:f,contentLineHeightLG:d,paddingBlock:Math.max((e.controlHeight-s*u)/2-e.lineWidth,0),paddingBlockSM:Math.max((e.controlHeightSM-c*f)/2-e.lineWidth,0),paddingBlockLG:Math.max((e.controlHeightLG-l*d)/2-e.lineWidth,0)})},Mg=function(e){var t=e.componentCls,n=e.iconCls,r=e.fontWeight,o=e.opacityLoading,a=e.motionDurationSlow,i=e.motionEaseInOut,s=e.marginXS,c=e.calc;return g()({},t,g()(g()(g()(g()(g()(g()(g()(g()(g()(g()({outline:"none",position:"relative",display:"inline-flex",gap:e.marginXS,alignItems:"center",justifyContent:"center",fontWeight:r,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",background:"transparent",border:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," transparent"),cursor:"pointer",transition:"all ".concat(e.motionDurationMid," ").concat(e.motionEaseInOut),userSelect:"none",touchAction:"manipulation",color:e.colorText,"&:disabled > *":{pointerEvents:"none"}},"".concat(t,"-icon > svg"),{display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),"> a",{color:"currentColor"}),"&:not(:disabled)",qa(e)),"&".concat(t,"-two-chinese-chars::first-letter"),{letterSpacing:"0.34em"}),"&".concat(t,"-two-chinese-chars > *:not(").concat(n,")"),{marginInlineEnd:"-0.34em",letterSpacing:"0.34em"}),"&".concat(t,"-icon-only"),g()(g()({paddingInline:0},"&".concat(t,"-compact-item"),{flex:"none"}),"&".concat(t,"-round"),{width:"auto"})),"&".concat(t,"-loading"),{opacity:o,cursor:"default"}),"".concat(t,"-loading-icon"),{transition:["width","opacity","margin"].map((function(e){return"".concat(e," ").concat(a," ").concat(i)})).join(",")}),"&:not(".concat(t,"-icon-end)"),g()({},"".concat(t,"-loading-icon-motion"),{"&-appear-start, &-enter-start":{marginInlineEnd:c(s).mul(-1).equal()},"&-appear-active, &-enter-active":{marginInlineEnd:0},"&-leave-start":{marginInlineEnd:0},"&-leave-active":{marginInlineEnd:c(s).mul(-1).equal()}})),"&-icon-end",g()({flexDirection:"row-reverse"},"".concat(t,"-loading-icon-motion"),{"&-appear-start, &-enter-start":{marginInlineStart:c(s).mul(-1).equal()},"&-appear-active, &-enter-active":{marginInlineStart:0},"&-leave-start":{marginInlineStart:0},"&-leave-active":{marginInlineStart:c(s).mul(-1).equal()}})))},Bg=function(e,t,n){return g()({},"&:not(:disabled):not(".concat(e,"-disabled)"),{"&:hover":t,"&:active":n})},zg=function(e){return{minWidth:e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}},qg=function(e){return{borderRadius:e.controlHeight,paddingInlineStart:e.calc(e.controlHeight).div(2).equal(),paddingInlineEnd:e.calc(e.controlHeight).div(2).equal()}},Hg=function(e,t,n,r,o,a,i,s){return g()({},"&".concat(e,"-background-ghost"),Object.assign(Object.assign({color:n||void 0,background:t,borderColor:r||void 0,boxShadow:"none"},Bg(e,Object.assign({background:t},i),Object.assign({background:t},s))),{"&:disabled":{cursor:"not-allowed",color:o||void 0,borderColor:a||void 0}}))},Ug=function(e){return g()({},"&:disabled, &".concat(e.componentCls,"-disabled"),Object.assign({},function(e){return{cursor:"not-allowed",borderColor:e.borderColorDisabled,color:e.colorTextDisabled,background:e.colorBgContainerDisabled,boxShadow:"none"}}(e)))},Vg=function(e){return g()({},"&:disabled, &".concat(e.componentCls,"-disabled"),{cursor:"not-allowed",color:e.colorTextDisabled})},Wg=function(e,t,n,r){var o=r&&["link","text"].includes(r)?Vg:Ug;return Object.assign(Object.assign({},o(e)),Bg(e.componentCls,t,n))},Gg=function(e,t,n,r,o){return g()({},"&".concat(e.componentCls,"-variant-solid"),Object.assign({color:t,background:n},Wg(e,r,o)))},Qg=function(e,t,n,r,o){return g()({},"&".concat(e.componentCls,"-variant-outlined, &").concat(e.componentCls,"-variant-dashed"),Object.assign({borderColor:t,background:n},Wg(e,r,o)))},Kg=function(e){return g()({},"&".concat(e.componentCls,"-variant-dashed"),{borderStyle:"dashed"})},Yg=function(e,t,n,r){return g()({},"&".concat(e.componentCls,"-variant-filled"),Object.assign({boxShadow:"none",background:t},Wg(e,n,r)))},Xg=function(e,t,n,r,o){return g()({},"&".concat(e.componentCls,"-variant-").concat(n),Object.assign({color:t,boxShadow:"none"},Wg(e,r,o,n)))},Jg=function(e){var t=e.componentCls;return Object.assign(g()(g()(g()(g()({},"".concat(t,"-color-default"),function(e){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({color:e.defaultColor,boxShadow:e.defaultShadow},Gg(e,e.solidTextColor,e.colorBgSolid,{color:e.solidTextColor,background:e.colorBgSolidHover},{color:e.solidTextColor,background:e.colorBgSolidActive})),Kg(e)),Yg(e,e.colorFillTertiary,{background:e.colorFillSecondary},{background:e.colorFill})),Hg(e.componentCls,e.ghostBg,e.defaultGhostColor,e.defaultGhostBorderColor,e.colorTextDisabled,e.colorBorder)),Xg(e,e.textTextColor,"link",{color:e.colorLinkHover,background:e.linkHoverBg},{color:e.colorLinkActive}))}(e)),"".concat(t,"-color-primary"),function(e){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({color:e.colorPrimary,boxShadow:e.primaryShadow},Qg(e,e.colorPrimary,e.colorBgContainer,{color:e.colorPrimaryTextHover,borderColor:e.colorPrimaryHover,background:e.colorBgContainer},{color:e.colorPrimaryTextActive,borderColor:e.colorPrimaryActive,background:e.colorBgContainer})),Kg(e)),Yg(e,e.colorPrimaryBg,{background:e.colorPrimaryBgHover},{background:e.colorPrimaryBorder})),Xg(e,e.colorPrimaryText,"text",{color:e.colorPrimaryTextHover,background:e.colorPrimaryBg},{color:e.colorPrimaryTextActive,background:e.colorPrimaryBorder})),Xg(e,e.colorPrimaryText,"link",{color:e.colorPrimaryTextHover,background:e.linkHoverBg},{color:e.colorPrimaryTextActive})),Hg(e.componentCls,e.ghostBg,e.colorPrimary,e.colorPrimary,e.colorTextDisabled,e.colorBorder,{color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive}))}(e)),"".concat(t,"-color-dangerous"),function(e){return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({color:e.colorError,boxShadow:e.dangerShadow},Gg(e,e.dangerColor,e.colorError,{background:e.colorErrorHover},{background:e.colorErrorActive})),Qg(e,e.colorError,e.colorBgContainer,{color:e.colorErrorHover,borderColor:e.colorErrorBorderHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),Kg(e)),Yg(e,e.colorErrorBg,{background:e.colorErrorBgFilledHover},{background:e.colorErrorBgActive})),Xg(e,e.colorError,"text",{color:e.colorErrorHover,background:e.colorErrorBg},{color:e.colorErrorHover,background:e.colorErrorBgActive})),Xg(e,e.colorError,"link",{color:e.colorErrorHover},{color:e.colorErrorActive})),Hg(e.componentCls,e.ghostBg,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder,{color:e.colorErrorHover,borderColor:e.colorErrorHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive}))}(e)),"".concat(t,"-color-link"),function(e){return Object.assign(Object.assign({},Xg(e,e.colorLink,"link",{color:e.colorLinkHover},{color:e.colorLinkActive})),Hg(e.componentCls,e.ghostBg,e.colorInfo,e.colorInfo,e.colorTextDisabled,e.colorBorder,{color:e.colorInfoHover,borderColor:e.colorInfoHover},{color:e.colorInfoActive,borderColor:e.colorInfoActive}))}(e)),function(e){var t=e.componentCls;return Wm.reduce((function(n,r){var o=e["".concat(r,"6")],a=e["".concat(r,"1")],i=e["".concat(r,"5")],s=e["".concat(r,"2")],c=e["".concat(r,"3")],l=e["".concat(r,"7")];return Object.assign(Object.assign({},n),g()({},"&".concat(t,"-color-").concat(r),Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({color:o,boxShadow:e["".concat(r,"ShadowColor")]},Gg(e,e.colorTextLightSolid,o,{background:i},{background:l})),Qg(e,o,e.colorBgContainer,{color:i,borderColor:i,background:e.colorBgContainer},{color:l,borderColor:l,background:e.colorBgContainer})),Kg(e)),Yg(e,a,{background:s},{background:c})),Xg(e,o,"link",{color:i},{color:l})),Xg(e,o,"text",{color:i,background:a},{color:l,background:c}))))}),{})}(e))},Zg=function(e){return Object.assign(Object.assign(Object.assign(Object.assign({},Qg(e,e.defaultBorderColor,e.defaultBg,{color:e.defaultHoverColor,borderColor:e.defaultHoverBorderColor,background:e.defaultHoverBg},{color:e.defaultActiveColor,borderColor:e.defaultActiveBorderColor,background:e.defaultActiveBg})),Xg(e,e.textTextColor,"text",{color:e.textTextHoverColor,background:e.textHoverBg},{color:e.textTextActiveColor,background:e.colorBgTextActive})),Gg(e,e.primaryColor,e.colorPrimary,{background:e.colorPrimaryHover,color:e.primaryColor},{background:e.colorPrimaryActive,color:e.primaryColor})),Xg(e,e.colorLink,"link",{color:e.colorLinkHover,background:e.linkHoverBg},{color:e.colorLinkActive}))},$g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=e.componentCls,r=e.controlHeight,o=e.fontSize,a=e.borderRadius,i=e.buttonPaddingHorizontal,s=e.iconCls,c=e.buttonPaddingVertical,l=e.buttonIconOnlyFontSize;return[g()({},t,g()({fontSize:o,height:r,padding:"".concat(Ie(c)," ").concat(Ie(i)),borderRadius:a},"&".concat(n,"-icon-only"),g()({width:r},s,{fontSize:l}))),g()({},"".concat(n).concat(n,"-circle").concat(t),zg(e)),g()({},"".concat(n).concat(n,"-round").concat(t),qg(e))]},ev=function(e){var t=Ms(e,{fontSize:e.contentFontSize});return $g(t,e.componentCls)},tv=function(e){var t=Ms(e,{controlHeight:e.controlHeightSM,fontSize:e.contentFontSizeSM,padding:e.paddingXS,buttonPaddingHorizontal:e.paddingInlineSM,buttonPaddingVertical:0,borderRadius:e.borderRadiusSM,buttonIconOnlyFontSize:e.onlyIconSizeSM});return $g(t,"".concat(e.componentCls,"-sm"))},nv=function(e){var t=Ms(e,{controlHeight:e.controlHeightLG,fontSize:e.contentFontSizeLG,buttonPaddingHorizontal:e.paddingInlineLG,buttonPaddingVertical:0,borderRadius:e.borderRadiusLG,buttonIconOnlyFontSize:e.onlyIconSizeLG});return $g(t,"".concat(e.componentCls,"-lg"))},rv=function(e){var t=e.componentCls;return g()({},t,g()({},"&".concat(t,"-block"),{width:"100%"}))},ov=Xs("Button",(function(e){var t=Ig(e);return[Mg(t),ev(t),tv(t),nv(t),rv(t),Jg(t),Zg(t),Og(t)]}),jg,{unitless:{fontWeight:!0,contentLineHeight:!0,contentLineHeightSM:!0,contentLineHeightLG:!0}});function av(e,t,n){var r=n.focusElCls,o=n.focus,a=n.borderElCls?"> *":"",i=["hover",o?"focus":null,"active"].filter(Boolean).map((function(e){return"&:".concat(e," ").concat(a)})).join(",");return g()(g()({},"&-item:not(".concat(t,"-last-item)"),{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal()}),"&-item",Object.assign(Object.assign(g()({},i,{zIndex:2}),r?g()({},"&".concat(r),{zIndex:2}):{}),g()({},"&[disabled] ".concat(a),{zIndex:0})))}function iv(e,t,n){var r=n.borderElCls,o=r?"> ".concat(r):"";return g()(g()(g()({},"&-item:not(".concat(t,"-first-item):not(").concat(t,"-last-item) ").concat(o),{borderRadius:0}),"&-item:not(".concat(t,"-last-item)").concat(t,"-first-item"),g()({},"& ".concat(o,", &").concat(e,"-sm ").concat(o,", &").concat(e,"-lg ").concat(o),{borderStartEndRadius:0,borderEndEndRadius:0})),"&-item:not(".concat(t,"-first-item)").concat(t,"-last-item"),g()({},"& ".concat(o,", &").concat(e,"-sm ").concat(o,", &").concat(e,"-lg ").concat(o),{borderStartStartRadius:0,borderEndStartRadius:0}))}function sv(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{focus:!0},n=e.componentCls,r="".concat(n,"-compact");return g()({},r,Object.assign(Object.assign({},av(e,r,t)),iv(n,r,t)))}function cv(e){var t,n,r="".concat(e.componentCls,"-compact-vertical");return g()({},r,Object.assign(Object.assign({},function(e,t){return g()(g()({},"&-item:not(".concat(t,"-last-item)"),{marginBottom:e.calc(e.lineWidth).mul(-1).equal()}),"&-item",{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}})}(e,r)),(t=e.componentCls,n=r,g()(g()(g()({},"&-item:not(".concat(n,"-first-item):not(").concat(n,"-last-item)"),{borderRadius:0}),"&-item".concat(n,"-first-item:not(").concat(n,"-last-item)"),g()({},"&, &".concat(t,"-sm, &").concat(t,"-lg"),{borderEndEndRadius:0,borderEndStartRadius:0})),"&-item".concat(n,"-last-item:not(").concat(n,"-first-item)"),g()({},"&, &".concat(t,"-sm, &").concat(t,"-lg"),{borderStartStartRadius:0,borderStartEndRadius:0})))))}var lv=function(e){var t=e.componentCls,n=e.colorPrimaryHover,r=e.lineWidth,o=(0,e.calc)(r).mul(-1).equal(),a=function(e){var a="".concat(t,"-compact").concat(e?"-vertical":"","-item").concat(t,"-primary:not([disabled])");return g()({},"".concat(a," + ").concat(a,"::before"),{position:"absolute",top:e?o:0,insetInlineStart:e?0:o,backgroundColor:n,content:'""',width:e?"100%":r,height:e?r:"100%"})};return Object.assign(Object.assign({},a()),a(!0))},uv=Zs(["Button","compact"],(function(e){var t=Ig(e);return[sv(t),cv(t),lv(t)]}),jg),fv=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};var dv={default:["default","outlined"],primary:["primary","solid"],dashed:["default","dashed"],link:["link","link"],text:["default","text"]},pv=v.forwardRef((function(e,t){var n,r,o,a=e.loading,i=void 0!==a&&a,s=e.prefixCls,c=e.color,l=e.variant,u=e.type,f=e.danger,d=void 0!==f&&f,p=e.shape,h=void 0===p?"default":p,m=e.size,b=e.styles,y=e.disabled,w=e.className,E=e.rootClassName,k=e.children,C=e.icon,S=e.iconPosition,A=void 0===S?"start":S,_=e.ghost,O=void 0!==_&&_,D=e.block,R=void 0!==D&&D,P=e.htmlType,F=void 0===P?"button":P,L=e.classNames,I=e.style,j=void 0===I?{}:I,M=e.autoInsertSpace,B=e.autoFocus,z=fv(e,["loading","prefixCls","color","variant","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","iconPosition","ghost","block","htmlType","classNames","style","autoInsertSpace","autoFocus"]),q=u||"default",H=v.useContext(T).button,U=(0,v.useMemo)((function(){if(c&&l)return[c,l];if(u||d){var e=dv[q]||[];return d?["danger",e[1]]:e}return(null==H?void 0:H.color)&&(null==H?void 0:H.variant)?[H.color,H.variant]:["default","outlined"]}),[u,c,l,d,null==H?void 0:H.variant,null==H?void 0:H.color]),V=x()(U,2),W=V[0],G=V[1],Q="danger"===W?"dangerous":W,K=N("button"),Y=K.getPrefixCls,X=K.direction,J=K.autoInsertSpace,Z=K.className,$=K.style,ee=K.classNames,te=K.styles,ne=null===(r=null!=M?M:J)||void 0===r||r,re=Y("btn",s),oe=ov(re),ae=x()(oe,3),ie=ae[0],se=ae[1],ce=ae[2],le=(0,v.useContext)(jr),ue=null!=y?y:le,fe=(0,v.useContext)(hg),de=(0,v.useMemo)((function(){return function(e){if("object"===Ur()(e)&&e){var t=null==e?void 0:e.delay;return{loading:(t=Number.isNaN(t)||"number"!=typeof t?0:t)<=0,delay:t}}return{loading:!!e,delay:0}}(i)}),[i]),pe=(0,v.useState)(de.loading),he=x()(pe,2),me=he[0],ge=he[1],ve=(0,v.useState)(!1),be=x()(ve,2),ye=be[0],we=be[1],xe=(0,v.useRef)(null),Ee=io(t,xe),ke=1===v.Children.count(k)&&!C&&!yg(G),Ce=(0,v.useRef)(!0);v.useEffect((function(){return Ce.current=!1,function(){Ce.current=!0}}),[]),(0,v.useLayoutEffect)((function(){var e=null;return de.delay>0?e=setTimeout((function(){e=null,ge(!0)}),de.delay):ge(de.loading),function(){e&&(clearTimeout(e),e=null)}}),[de.delay,de.loading]),(0,v.useEffect)((function(){if(xe.current&&ne){var e=xe.current.textContent||"";ke&&vg(e)?ye||we(!0):ye&&we(!1)}})),(0,v.useEffect)((function(){B&&xe.current&&xe.current.focus()}),[]);var Se=v.useCallback((function(t){var n;me||ue?t.preventDefault():null===(n=e.onClick)||void 0===n||n.call(e,t)}),[e.onClick,me,ue]),Ae=vm(re,X),_e=Ae.compactSize,Oe=Ae.compactItemClassnames,De={large:"lg",small:"sm",middle:void 0},Te=_c((function(e){var t,n;return null!==(n=null!==(t=null!=m?m:_e)&&void 0!==t?t:fe)&&void 0!==n?n:e})),Re=Te&&null!==(o=De[Te])&&void 0!==o?o:"",Ne=me?"loading":C,Pe=rg(z,["navigate"]),Fe=Qr()(re,se,ce,(n={},g()(g()(g()(g()(g()(g()(g()(g()(g()(g()(n,"".concat(re,"-").concat(h),"default"!==h&&h),"".concat(re,"-").concat(q),q),"".concat(re,"-dangerous"),d),"".concat(re,"-color-").concat(Q),Q),"".concat(re,"-variant-").concat(G),G),"".concat(re,"-").concat(Re),Re),"".concat(re,"-icon-only"),!k&&0!==k&&!!Ne),"".concat(re,"-background-ghost"),O&&!yg(G)),"".concat(re,"-loading"),me),"".concat(re,"-two-chinese-chars"),ye&&ne&&!me),g()(g()(g()(n,"".concat(re,"-block"),R),"".concat(re,"-rtl"),"rtl"===X),"".concat(re,"-icon-end"),"end"===A)),Oe,w,E,Z),Le=Object.assign(Object.assign({},$),j),Ie=Qr()(null==L?void 0:L.icon,ee.icon),je=Object.assign(Object.assign({},(null==b?void 0:b.icon)||{}),te.icon||{}),Me=C&&!me?v.createElement(Eg,{prefixCls:re,className:Ie,style:je},C):i&&"object"===Ur()(i)&&i.icon?v.createElement(Eg,{prefixCls:re,className:Ie,style:je},i.icon):v.createElement(Ag,{existIcon:!!C,prefixCls:re,loading:me,mount:Ce.current}),Be=k||0===k?wg(k,ke&&ne):null;if(void 0!==Pe.href)return ie(v.createElement("a",Object.assign({},Pe,{className:Qr()(Fe,g()({},"".concat(re,"-disabled"),ue)),href:ue?void 0:Pe.href,style:Le,onClick:Se,ref:Ee,tabIndex:ue?-1:0}),Me,Be));var ze=v.createElement("button",Object.assign({},z,{type:F,className:Fe,style:Le,onClick:Se,disabled:ue,ref:Ee}),Me,Be,Oe&&v.createElement(uv,{prefixCls:re}));return yg(G)||(ze=v.createElement(dg,{component:"Button",disabled:me},ze)),ie(ze)})),hv=pv;hv.Group=mg,hv.__ANT_BUTTON=!0;var mv=hv;function gv(e,t,n){var r=(n||{}).atBegin;return function(e,t,n){var r,o=n||{},a=o.noTrailing,i=void 0!==a&&a,s=o.noLeading,c=void 0!==s&&s,l=o.debounceMode,u=void 0===l?void 0:l,f=!1,d=0;function p(){r&&clearTimeout(r)}function h(){for(var n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];var s=this,l=Date.now()-d;function h(){d=Date.now(),t.apply(s,o)}function m(){r=void 0}f||(c||!u||r||h(),p(),void 0===u&&l>e?c?(d=Date.now(),i||(r=setTimeout(u?m:h,e))):h():!0!==i&&(r=setTimeout(u?m:h,void 0===u?e-l:e)))}return h.cancel=function(e){var t=(e||{}).upcomingOnly,n=void 0!==t&&t;p(),f=!n},h}(e,t,{debounceMode:!1!==(void 0!==r&&r)})}var vv=100,bv=80*Math.PI,yv=function(e){var t=e.dotClassName,n=e.style,r=e.hasCircleCls;return v.createElement("circle",{className:Qr()("".concat(t,"-circle"),g()({},"".concat(t,"-circle-bg"),r)),r:40,cx:50,cy:50,strokeWidth:20,style:n})},wv=function(e){var t=e.percent,n=e.prefixCls,r="".concat(n,"-dot"),o="".concat(r,"-holder"),a="".concat(o,"-hidden"),i=v.useState(!1),s=x()(i,2),c=s[0],l=s[1];Ve((function(){0!==t&&l(!0)}),[0!==t]);var u=Math.max(Math.min(t,100),0);if(!c)return null;var f={strokeDashoffset:"".concat(bv/4),strokeDasharray:"".concat(bv*u/100," ").concat(bv*(100-u)/100)};return v.createElement("span",{className:Qr()(o,"".concat(r,"-progress"),u<=0&&a)},v.createElement("svg",{viewBox:"0 0 ".concat(vv," ").concat(vv),role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":u},v.createElement(yv,{dotClassName:r,hasCircleCls:!0}),v.createElement(yv,{dotClassName:r,style:f})))};function xv(e){var t=e.prefixCls,n=e.percent,r=void 0===n?0:n,o="".concat(t,"-dot"),a="".concat(o,"-holder"),i="".concat(a,"-hidden");return v.createElement(v.Fragment,null,v.createElement("span",{className:Qr()(a,r>0&&i)},v.createElement("span",{className:Qr()(o,"".concat(t,"-dot-spin"))},[1,2,3,4].map((function(e){return v.createElement("i",{className:"".concat(t,"-dot-item"),key:e})})))),v.createElement(wv,{prefixCls:t,percent:r}))}function Ev(e){var t,n=e.prefixCls,r=e.indicator,o=e.percent,a="".concat(n,"-dot");return r&&v.isValidElement(r)?Pm(r,{className:Qr()(null===(t=r.props)||void 0===t?void 0:t.className,a),percent:o}):v.createElement(xv,{prefixCls:n,percent:o})}var kv=new un("antSpinMove",{to:{opacity:1}}),Cv=new un("antRotate",{to:{transform:"rotate(405deg)"}}),Sv=function(e){var t,n=e.componentCls,r=e.calc;return g()({},n,Object.assign(Object.assign({},Ba(e)),(t={position:"absolute",display:"none",color:e.colorPrimary,fontSize:0,textAlign:"center",verticalAlign:"middle",opacity:0,transition:"transform ".concat(e.motionDurationSlow," ").concat(e.motionEaseInOutCirc),"&-spinning":{position:"relative",display:"inline-block",opacity:1}},g()(g()(g()(g()(g()(g()(g()(g()(g()(g()(t,"".concat(n,"-text"),{fontSize:e.fontSize,paddingTop:r(r(e.dotSize).sub(e.fontSize)).div(2).add(2).equal()}),"&-fullscreen",g()({position:"fixed",width:"100vw",height:"100vh",backgroundColor:e.colorBgMask,zIndex:e.zIndexPopupBase,inset:0,display:"flex",alignItems:"center",flexDirection:"column",justifyContent:"center",opacity:0,visibility:"hidden",transition:"all ".concat(e.motionDurationMid),"&-show":{opacity:1,visibility:"visible"}},n,g()(g()({},"".concat(n,"-dot-holder"),{color:e.colorWhite}),"".concat(n,"-text"),{color:e.colorTextLightSolid}))),"&-nested-loading",g()(g()(g()({position:"relative"},"> div > ".concat(n),g()(g()(g()(g()(g()({position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:e.contentHeight},"".concat(n,"-dot"),{position:"absolute",top:"50%",insetInlineStart:"50%",margin:r(e.dotSize).mul(-1).div(2).equal()}),"".concat(n,"-text"),{position:"absolute",top:"50%",width:"100%",textShadow:"0 1px 2px ".concat(e.colorBgContainer)}),"&".concat(n,"-show-text ").concat(n,"-dot"),{marginTop:r(e.dotSize).div(2).mul(-1).sub(10).equal()}),"&-sm",g()(g()(g()({},"".concat(n,"-dot"),{margin:r(e.dotSizeSM).mul(-1).div(2).equal()}),"".concat(n,"-text"),{paddingTop:r(r(e.dotSizeSM).sub(e.fontSize)).div(2).add(2).equal()}),"&".concat(n,"-show-text ").concat(n,"-dot"),{marginTop:r(e.dotSizeSM).div(2).mul(-1).sub(10).equal()})),"&-lg",g()(g()(g()({},"".concat(n,"-dot"),{margin:r(e.dotSizeLG).mul(-1).div(2).equal()}),"".concat(n,"-text"),{paddingTop:r(r(e.dotSizeLG).sub(e.fontSize)).div(2).add(2).equal()}),"&".concat(n,"-show-text ").concat(n,"-dot"),{marginTop:r(e.dotSizeLG).div(2).mul(-1).sub(10).equal()}))),"".concat(n,"-container"),{position:"relative",transition:"opacity ".concat(e.motionDurationSlow),"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:e.colorBgContainer,opacity:0,transition:"all ".concat(e.motionDurationSlow),content:'""',pointerEvents:"none"}}),"".concat(n,"-blur"),{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}})),"&-tip",{color:e.spinDotDefault}),"".concat(n,"-dot-holder"),{width:"1em",height:"1em",fontSize:e.dotSize,display:"inline-block",transition:"transform ".concat(e.motionDurationSlow," ease, opacity ").concat(e.motionDurationSlow," ease"),transformOrigin:"50% 50%",lineHeight:1,color:e.colorPrimary,"&-hidden":{transform:"scale(0.3)",opacity:0}}),"".concat(n,"-dot-progress"),{position:"absolute",inset:0}),"".concat(n,"-dot"),{position:"relative",display:"inline-block",fontSize:e.dotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:r(e.dotSize).sub(r(e.marginXXS).div(2)).div(2).equal(),height:r(e.dotSize).sub(r(e.marginXXS).div(2)).div(2).equal(),background:"currentColor",borderRadius:"100%",transform:"scale(0.75)",transformOrigin:"50% 50%",opacity:.3,animationName:kv,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear",animationDirection:"alternate","&:nth-child(1)":{top:0,insetInlineStart:0,animationDelay:"0s"},"&:nth-child(2)":{top:0,insetInlineEnd:0,animationDelay:"0.4s"},"&:nth-child(3)":{insetInlineEnd:0,bottom:0,animationDelay:"0.8s"},"&:nth-child(4)":{bottom:0,insetInlineStart:0,animationDelay:"1.2s"}},"&-spin":{transform:"rotate(45deg)",animationName:Cv,animationDuration:"1.2s",animationIterationCount:"infinite",animationTimingFunction:"linear"},"&-circle":{strokeLinecap:"round",transition:["stroke-dashoffset","stroke-dasharray","stroke","stroke-width","opacity"].map((function(t){return"".concat(t," ").concat(e.motionDurationSlow," ease")})).join(","),fillOpacity:0,stroke:"currentcolor"},"&-circle-bg":{stroke:e.colorFillSecondary}}),"&-sm ".concat(n,"-dot"),{"&, &-holder":{fontSize:e.dotSizeSM}}),"&-sm ".concat(n,"-dot-holder"),{i:{width:r(r(e.dotSizeSM).sub(r(e.marginXXS).div(2))).div(2).equal(),height:r(r(e.dotSizeSM).sub(r(e.marginXXS).div(2))).div(2).equal()}}),"&-lg ".concat(n,"-dot"),{"&, &-holder":{fontSize:e.dotSizeLG}}),g()(g()(t,"&-lg ".concat(n,"-dot-holder"),{i:{width:r(r(e.dotSizeLG).sub(e.marginXXS)).div(2).equal(),height:r(r(e.dotSizeLG).sub(e.marginXXS)).div(2).equal()}}),"&".concat(n,"-show-text ").concat(n,"-text"),{display:"block"}))))},Av=Xs("Spin",(function(e){var t=Ms(e,{spinDotDefault:e.colorTextDescription});return[Sv(t)]}),(function(e){var t=e.controlHeightLG;return{contentHeight:400,dotSize:t/2,dotSizeSM:.35*t,dotSizeLG:e.controlHeight}})),_v=[[30,.05],[70,.03],[96,.01]];var Ov,Dv=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};var Tv=function(e){var t,n=e.prefixCls,r=e.spinning,o=void 0===r||r,a=e.delay,i=void 0===a?0:a,s=e.className,c=e.rootClassName,l=e.size,u=void 0===l?"default":l,f=e.tip,d=e.wrapperClassName,p=e.style,h=e.children,m=e.fullscreen,b=void 0!==m&&m,y=e.indicator,w=e.percent,E=Dv(e,["prefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","fullscreen","indicator","percent"]),k=N("spin"),C=k.getPrefixCls,S=k.direction,A=k.className,_=k.style,O=k.indicator,D=C("spin",n),T=Av(D),R=x()(T,3),P=R[0],F=R[1],L=R[2],I=v.useState((function(){return o&&!function(e,t){return!!e&&!!t&&!Number.isNaN(Number(t))}(o,i)})),j=x()(I,2),M=j[0],B=j[1],z=function(e,t){var n=v.useState(0),r=x()(n,2),o=r[0],a=r[1],i=v.useRef(null),s="auto"===t;return v.useEffect((function(){return s&&e&&(a(0),i.current=setInterval((function(){a((function(e){for(var t=100-e,n=0;n<_v.length;n+=1){var r=x()(_v[n],2),o=r[0],a=r[1];if(e<=o)return e+t*a}return e}))}),200)),function(){clearInterval(i.current)}}),[s,e]),s?o:t}(M,w);v.useEffect((function(){if(o){var e=gv(i,(function(){B(!0)}));return e(),function(){var t;null===(t=null==e?void 0:e.cancel)||void 0===t||t.call(e)}}B(!1)}),[i,o]);var q=v.useMemo((function(){return void 0!==h&&!b}),[h,b]),H=Qr()(D,A,g()(g()(g()(g()(g()({},"".concat(D,"-sm"),"small"===u),"".concat(D,"-lg"),"large"===u),"".concat(D,"-spinning"),M),"".concat(D,"-show-text"),!!f),"".concat(D,"-rtl"),"rtl"===S),s,!b&&c,F,L),U=Qr()("".concat(D,"-container"),g()({},"".concat(D,"-blur"),M)),V=null!==(t=null!=y?y:O)&&void 0!==t?t:Ov,W=Object.assign(Object.assign({},_),p),G=v.createElement("div",Object.assign({},E,{style:W,className:H,"aria-live":"polite","aria-busy":M}),v.createElement(Ev,{prefixCls:D,indicator:V,percent:z}),f&&(q||b)?v.createElement("div",{className:"".concat(D,"-text")},f):null);return P(q?v.createElement("div",Object.assign({},E,{className:Qr()("".concat(D,"-nested-loading"),d,F,L)}),M&&v.createElement("div",{key:"loading"},G),v.createElement("div",{className:U,key:"container"},h)):b?v.createElement("div",{className:Qr()("".concat(D,"-fullscreen"),g()({},"".concat(D,"-fullscreen-show"),M),c,F,L)},G):G)};Tv.setDefaultIndicator=function(e){Ov=e};var Rv=Tv,Nv=function(e){return e?"function"==typeof e?e():e:null},Pv=function(e){var t=e.componentCls,n=e.popoverColor,r=e.titleMinWidth,o=e.fontWeightStrong,a=e.innerPadding,i=e.boxShadowSecondary,s=e.colorTextHeading,c=e.borderRadiusLG,l=e.zIndexPopup,u=e.titleMarginBottom,f=e.colorBgElevated,d=e.popoverBg,p=e.titleBorderBottom,h=e.innerContentPadding,m=e.titlePadding;return[g()({},t,Object.assign(Object.assign({},Ba(e)),g()(g()(g()(g()({position:"absolute",top:0,left:{_skip_check_:!0,value:0},zIndex:l,fontWeight:"normal",whiteSpace:"normal",textAlign:"start",cursor:"auto",userSelect:"text","--valid-offset-x":"var(--arrow-offset-horizontal, var(--arrow-x))",transformOrigin:["var(--valid-offset-x, 50%)","var(--arrow-y, 50%)"].join(" "),"--antd-arrow-background-color":f,width:"max-content",maxWidth:"100vw","&-rtl":{direction:"rtl"},"&-hidden":{display:"none"}},"".concat(t,"-content"),{position:"relative"}),"".concat(t,"-inner"),{backgroundColor:d,backgroundClip:"padding-box",borderRadius:c,boxShadow:i,padding:a}),"".concat(t,"-title"),{minWidth:r,marginBottom:u,color:s,fontWeight:o,borderBottom:p,padding:m}),"".concat(t,"-inner-content"),{color:n,padding:h}))),_m(e,"var(--antd-arrow-background-color)"),g()({},"".concat(t,"-pure"),g()({position:"relative",maxWidth:"none",margin:e.sizePopupArrow,display:"inline-block"},"".concat(t,"-content"),{display:"inline-block"}))]},Fv=function(e){var t=e.componentCls;return g()({},t,Wm.map((function(n){var r=e["".concat(n,"6")];return g()({},"&".concat(t,"-").concat(n),g()(g()({"--antd-arrow-background-color":r},"".concat(t,"-inner"),{backgroundColor:r}),"".concat(t,"-arrow"),{background:"transparent"}))})))},Lv=Xs("Popover",(function(e){var t=Ms(e,{popoverBg:e.colorBgElevated,popoverColor:e.colorText});return[Pv(t),Fv(t),Vm(t,"zoom-big")]}),(function(e){var t=e.lineWidth,n=e.controlHeight,r=e.fontHeight,o=e.padding,a=e.wireframe,i=e.zIndexPopupBase,s=e.borderRadiusLG,c=e.marginXS,l=e.lineType,u=e.colorSplit,f=e.paddingSM,d=n-r,p=d/2,h=d/2-t,m=o;return Object.assign(Object.assign(Object.assign({titleMinWidth:177,zIndexPopup:i+30},km(e)),Sm({contentRadius:s,limitVerticalRadius:!0})),{innerPadding:a?0:12,titleMarginBottom:a?0:c,titlePadding:a?"".concat(p,"px ").concat(m,"px ").concat(h,"px"):0,titleBorderBottom:a?"".concat(t,"px ").concat(l," ").concat(u):"none",innerContentPadding:a?"".concat(f,"px ").concat(m,"px"):0})}),{resetStyle:!1,deprecatedTokens:[["width","titleMinWidth"],["minWidth","titleMinWidth"]]}),Iv=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},jv=function(e){var t=e.title,n=e.content,r=e.prefixCls;return t||n?v.createElement(v.Fragment,null,t&&v.createElement("div",{className:"".concat(r,"-title")},t),n&&v.createElement("div",{className:"".concat(r,"-inner-content")},n)):null},Mv=function(e){var t=e.hashId,n=e.prefixCls,r=e.className,o=e.style,a=e.placement,i=void 0===a?"top":a,s=e.title,c=e.content,l=e.children,u=Nv(s),f=Nv(c),d=Qr()(t,n,"".concat(n,"-pure"),"".concat(n,"-placement-").concat(i),r);return v.createElement("div",{className:d,style:o},v.createElement("div",{className:"".concat(n,"-arrow")}),v.createElement(td,Object.assign({},e,{className:t,prefixCls:n}),l||v.createElement(jv,{prefixCls:n,title:u,content:f})))},Bv=function(e){var t=e.prefixCls,n=e.className,r=Iv(e,["prefixCls","className"]),o=(0,v.useContext(T).getPrefixCls)("popover",t),a=Lv(o),i=x()(a,3),s=i[0],c=i[1],l=i[2];return s(v.createElement(Mv,Object.assign({},r,{prefixCls:o,hashId:c,className:Qr()(n,l)})))},zv=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},qv=v.forwardRef((function(e,t){var n,r,o=e.prefixCls,a=e.title,i=e.content,s=e.overlayClassName,c=e.placement,l=void 0===c?"top":c,u=e.trigger,f=void 0===u?"hover":u,d=e.children,p=e.mouseEnterDelay,h=void 0===p?.1:p,m=e.mouseLeaveDelay,g=void 0===m?.1:m,b=e.onOpenChange,y=e.overlayStyle,w=void 0===y?{}:y,E=e.styles,k=e.classNames,C=zv(e,["prefixCls","title","content","overlayClassName","placement","trigger","children","mouseEnterDelay","mouseLeaveDelay","onOpenChange","overlayStyle","styles","classNames"]),S=N("popover"),A=S.getPrefixCls,_=S.className,O=S.style,D=S.classNames,T=S.styles,R=A("popover",o),P=Lv(R),F=x()(P,3),L=F[0],I=F[1],j=F[2],M=A(),B=Qr()(s,I,j,_,D.root,null==k?void 0:k.root),z=Qr()(D.body,null==k?void 0:k.body),q=_o(!1,{value:null!==(n=e.open)&&void 0!==n?n:e.visible,defaultValue:null!==(r=e.defaultOpen)&&void 0!==r?r:e.defaultVisible}),H=x()(q,2),U=H[0],V=H[1],W=function(e,t){V(e,!0),null==b||b(e,t)},G=Nv(a),Q=Nv(i);return L(v.createElement(ng,Object.assign({placement:l,trigger:f,mouseEnterDelay:h,mouseLeaveDelay:g},C,{prefixCls:R,classNames:{root:B,body:z},styles:{root:Object.assign(Object.assign(Object.assign(Object.assign({},T.root),O),w),null==E?void 0:E.root),body:Object.assign(Object.assign({},T.body),null==E?void 0:E.body)},ref:t,open:U,onOpenChange:function(e){W(e)},overlay:G||Q?v.createElement(jv,{prefixCls:R,title:G,content:Q}):null,transitionName:Em(M,"zoom-big",C.transitionName),"data-popover-inject":!0}),Pm(d,{onKeyDown:function(e){var t,n;(0,v.isValidElement)(d)&&(null===(n=null==d?void 0:(t=d.props).onKeyDown)||void 0===n||n.call(t,e)),function(e){e.keyCode===ns.ESC&&W(!1,e)}(e)}})))})),Hv=qv;Hv._InternalPanelDoNotUseOrYouWillBeFired=Bv;var Uv=Hv;function Vv(e){return["small","middle","large"].includes(e)}function Wv(e){return!!e&&("number"==typeof e&&!Number.isNaN(e))}var Gv=v.createContext({latestIndex:0}),Qv=Gv.Provider,Kv=function(e){var t=e.className,n=e.index,r=e.children,o=e.split,a=e.style,i=v.useContext(Gv).latestIndex;return null==r?null:v.createElement(v.Fragment,null,v.createElement("div",{className:t,style:a},r),n<i&&o&&v.createElement("span",{className:"".concat(t,"-split")},o))},Yv=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Xv=v.forwardRef((function(e,t){var n,r=N("space"),o=r.getPrefixCls,a=r.direction,i=r.size,s=r.className,c=r.style,l=r.classNames,u=r.styles,f=e.size,d=void 0===f?null!=i?i:"small":f,p=e.align,h=e.className,m=e.rootClassName,b=e.children,y=e.direction,w=void 0===y?"horizontal":y,E=e.prefixCls,k=e.split,C=e.style,S=e.wrap,A=void 0!==S&&S,_=e.classNames,O=e.styles,D=Yv(e,["size","align","className","rootClassName","children","direction","prefixCls","split","style","wrap","classNames","styles"]),T=Array.isArray(d)?d:[d,d],R=x()(T,2),P=R[0],F=R[1],L=Vv(F),I=Vv(P),j=Wv(F),M=Wv(P),B=dd(b,{keepEmpty:!0}),z=void 0===p&&"horizontal"===w?"center":p,q=o("space",E),H=hm(q),U=x()(H,3),V=U[0],W=U[1],G=U[2],Q=Qr()(q,s,W,"".concat(q,"-").concat(w),g()(g()(g()(g()({},"".concat(q,"-rtl"),"rtl"===a),"".concat(q,"-align-").concat(z),z),"".concat(q,"-gap-row-").concat(F),L),"".concat(q,"-gap-col-").concat(P),I),h,m,G),K=Qr()("".concat(q,"-item"),null!==(n=null==_?void 0:_.item)&&void 0!==n?n:l.item),Y=0,X=B.map((function(e,t){var n;null!=e&&(Y=t);var r=(null==e?void 0:e.key)||"".concat(K,"-").concat(t);return v.createElement(Kv,{className:K,key:r,index:t,split:k,style:null!==(n=null==O?void 0:O.item)&&void 0!==n?n:u.item},e)})),J=v.useMemo((function(){return{latestIndex:Y}}),[Y]);if(0===B.length)return null;var Z={};return A&&(Z.flexWrap="wrap"),!I&&M&&(Z.columnGap=P),!L&&j&&(Z.rowGap=F),V(v.createElement("div",Object.assign({ref:t,className:Q,style:Object.assign(Object.assign(Object.assign({},Z),c),C)},D),v.createElement(Qv,{value:J},X)))})),Jv=Xv;Jv.Compact=wm;var Zv=Jv,$v=["xxl","xl","lg","md","sm","xs"],eb=function(){var e=Ra(),t=x()(e,2)[1],n=function(e){return{xs:"(max-width: ".concat(e.screenXSMax,"px)"),sm:"(min-width: ".concat(e.screenSM,"px)"),md:"(min-width: ".concat(e.screenMD,"px)"),lg:"(min-width: ".concat(e.screenLG,"px)"),xl:"(min-width: ".concat(e.screenXL,"px)"),xxl:"(min-width: ".concat(e.screenXXL,"px)")}}(function(e){var t=e,n=[].concat($v).reverse();return n.forEach((function(e,r){var o=e.toUpperCase(),a="screen".concat(o,"Min"),i="screen".concat(o);if(!(t[a]<=t[i]))throw new Error("".concat(a,"<=").concat(i," fails : !(").concat(t[a],"<=").concat(t[i],")"));if(r<n.length-1){var s="screen".concat(o,"Max");if(!(t[i]<=t[s]))throw new Error("".concat(i,"<=").concat(s," fails : !(").concat(t[i],"<=").concat(t[s],")"));var c=n[r+1].toUpperCase(),l="screen".concat(c,"Min");if(!(t[s]<=t[l]))throw new Error("".concat(s,"<=").concat(l," fails : !(").concat(t[s],"<=").concat(t[l],")"))}})),e}(t));return v.useMemo((function(){var e=new Map,t=-1,r={};return{responsiveMap:n,matchHandlers:{},dispatch:function(t){return r=t,e.forEach((function(e){return e(r)})),e.size>=1},subscribe:function(n){return e.size||this.register(),t+=1,e.set(t,n),n(r),t},unsubscribe:function(t){e.delete(t),e.size||this.unregister()},register:function(){var e=this;Object.entries(n).forEach((function(t){var n=x()(t,2),o=n[0],a=n[1],i=function(t){var n=t.matches;e.dispatch(Object.assign(Object.assign({},r),g()({},o,n)))},s=window.matchMedia(a);!function(e,t){void 0!==(null==e?void 0:e.addEventListener)?e.addEventListener("change",t):void 0!==(null==e?void 0:e.addListener)&&e.addListener(t)}(s,i),e.matchHandlers[a]={mql:s,listener:i},i(s)}))},unregister:function(){var t=this;Object.values(n).forEach((function(e){var n=t.matchHandlers[e];!function(e,t){void 0!==(null==e?void 0:e.removeEventListener)?e.removeEventListener("change",t):void 0!==(null==e?void 0:e.removeListener)&&e.removeListener(t)}(null==n?void 0:n.mql,null==n?void 0:n.listener)})),e.clear()}}}),[t])};function tb(){var e=v.useReducer((function(e){return e+1}),0);return x()(e,2)[1]}var nb=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(0,v.useRef)(t),r=tb(),o=eb();return Ve((function(){var t=o.subscribe((function(t){n.current=t,e&&r()}));return function(){return o.unsubscribe(t)}}),[]),n.current},rb=v.createContext({}),ob=function(e){var t=e.antCls,n=e.componentCls,r=e.iconCls,o=e.avatarBg,a=e.avatarColor,i=e.containerSize,s=e.containerSizeLG,c=e.containerSizeSM,l=e.textFontSize,u=e.textFontSizeLG,f=e.textFontSizeSM,d=e.borderRadius,p=e.borderRadiusLG,h=e.borderRadiusSM,m=e.lineWidth,v=e.lineType,b=function(e,t,o){return g()(g()({width:e,height:e,borderRadius:"50%"},"&".concat(n,"-square"),{borderRadius:o}),"&".concat(n,"-icon"),g()({fontSize:t},"> ".concat(r),{margin:0}))};return g()({},n,Object.assign(Object.assign(Object.assign(Object.assign({},Ba(e)),g()({position:"relative",display:"inline-flex",justifyContent:"center",alignItems:"center",overflow:"hidden",color:a,whiteSpace:"nowrap",textAlign:"center",verticalAlign:"middle",background:o,border:"".concat(Ie(m)," ").concat(v," transparent"),"&-image":{background:"transparent"}},"".concat(t,"-image-img"),{display:"block"})),b(i,l,d)),{"&-lg":Object.assign({},b(s,u,p)),"&-sm":Object.assign({},b(c,f,h)),"> img":{display:"block",width:"100%",height:"100%",objectFit:"cover"}}))},ab=function(e){var t=e.componentCls,n=e.groupBorderColor,r=e.groupOverlapping,o=e.groupSpace;return g()(g()({},"".concat(t,"-group"),g()(g()({display:"inline-flex"},t,{borderColor:n}),"> *:not(:first-child)",{marginInlineStart:r})),"".concat(t,"-group-popover"),g()({},"".concat(t," + ").concat(t),{marginInlineStart:o}))},ib=Xs("Avatar",(function(e){var t=e.colorTextLightSolid,n=Ms(e,{avatarBg:e.colorTextPlaceholder,avatarColor:t});return[ob(n),ab(n)]}),(function(e){var t=e.controlHeight,n=e.controlHeightLG,r=e.controlHeightSM,o=e.fontSize,a=e.fontSizeLG,i=e.fontSizeXL,s=e.fontSizeHeading3,c=e.marginXS,l=e.marginXXS,u=e.colorBorderBg;return{containerSize:t,containerSizeLG:n,containerSizeSM:r,textFontSize:Math.round((a+i)/2),textFontSizeLG:s,textFontSizeSM:o,groupSpace:l,groupOverlapping:-c,groupBorderColor:u}})),sb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},cb=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.shape,o=e.size,a=e.src,i=e.srcSet,s=e.icon,c=e.className,l=e.rootClassName,u=e.style,f=e.alt,d=e.draggable,p=e.children,h=e.crossOrigin,m=e.gap,b=void 0===m?4:m,y=e.onError,w=sb(e,["prefixCls","shape","size","src","srcSet","icon","className","rootClassName","style","alt","draggable","children","crossOrigin","gap","onError"]),E=v.useState(1),k=x()(E,2),C=k[0],S=k[1],A=v.useState(!1),_=x()(A,2),O=_[0],D=_[1],R=v.useState(!0),N=x()(R,2),P=N[0],F=N[1],L=v.useRef(null),I=v.useRef(null),j=ao(t,L),M=v.useContext(T),B=M.getPrefixCls,z=M.avatar,q=v.useContext(rb),H=function(){if(I.current&&L.current){var e=I.current.offsetWidth,t=L.current.offsetWidth;0!==e&&0!==t&&2*b<t&&S(t-2*b<e?(t-2*b)/e:1)}};v.useEffect((function(){D(!0)}),[]),v.useEffect((function(){F(!0),S(1)}),[a]),v.useEffect(H,[b]);var U,V=_c((function(e){var t,n;return null!==(n=null!==(t=null!=o?o:null==q?void 0:q.size)&&void 0!==t?t:e)&&void 0!==n?n:"default"})),W=Object.keys("object"===Ur()(V)&&V||{}).some((function(e){return["xs","sm","md","lg","xl","xxl"].includes(e)})),G=nb(W),Q=v.useMemo((function(){if("object"!==Ur()(V))return{};var e=$v.find((function(e){return G[e]})),t=V[e];return t?{width:t,height:t,fontSize:t&&(s||p)?t/2:18}:{}}),[G,V]),K=B("avatar",n),Y=xs(K),X=ib(K,Y),J=x()(X,3),Z=J[0],$=J[1],ee=J[2],te=Qr()(g()(g()({},"".concat(K,"-lg"),"large"===V),"".concat(K,"-sm"),"small"===V)),ne=v.isValidElement(a),re=r||(null==q?void 0:q.shape)||"circle",oe=Qr()(K,te,null==z?void 0:z.className,"".concat(K,"-").concat(re),g()(g()({},"".concat(K,"-image"),ne||a&&P),"".concat(K,"-icon"),!!s),ee,Y,c,l,$),ae="number"==typeof V?{width:V,height:V,fontSize:s?V/2:18}:{};if("string"==typeof a&&P)U=v.createElement("img",{src:a,draggable:d,srcSet:i,onError:function(){!1!==(null==y?void 0:y())&&F(!1)},alt:f,crossOrigin:h});else if(ne)U=a;else if(s)U=s;else if(O||1!==C){var ie="scale(".concat(C,")"),se={msTransform:ie,WebkitTransform:ie,transform:ie};U=v.createElement(Ud,{onResize:H},v.createElement("span",{className:"".concat(K,"-string"),ref:I,style:Object.assign({},se)},p))}else U=v.createElement("span",{className:"".concat(K,"-string"),style:{opacity:0},ref:I},p);return Z(v.createElement("span",Object.assign({},w,{style:Object.assign(Object.assign(Object.assign(Object.assign({},ae),Q),null==z?void 0:z.style),u),className:oe,ref:j}),U))}));var lb=cb,ub=function(e){var t=v.useContext(rb),n=t.size,r=t.shape,o=v.useMemo((function(){return{size:e.size||n,shape:e.shape||r}}),[e.size,e.shape,n,r]);return v.createElement(rb.Provider,{value:o},e.children)},fb=function(e){var t,n,r,o,a=v.useContext(T),i=a.getPrefixCls,s=a.direction,c=e.prefixCls,l=e.className,u=e.rootClassName,f=e.style,d=e.maxCount,p=e.maxStyle,h=e.size,m=e.shape,b=e.maxPopoverPlacement,y=e.maxPopoverTrigger,w=e.children,E=e.max,k=i("avatar",c),C="".concat(k,"-group"),S=xs(k),A=ib(k,S),_=x()(A,3),O=_[0],D=_[1],R=_[2],N=Qr()(C,g()({},"".concat(C,"-rtl"),"rtl"===s),R,S,l,u,D),P=dd(w).map((function(e,t){return Pm(e,{key:"avatar-key-".concat(t)})})),F=(null==E?void 0:E.count)||d,L=P.length;if(F&&F<L){var I=P.slice(0,F),j=P.slice(F,L),M=(null==E?void 0:E.style)||p,B=(null===(t=null==E?void 0:E.popover)||void 0===t?void 0:t.trigger)||y||"hover",z=(null===(n=null==E?void 0:E.popover)||void 0===n?void 0:n.placement)||b||"top",q=Object.assign(Object.assign({content:j},null==E?void 0:E.popover),{classNames:{root:Qr()("".concat(C,"-popover"),null===(o=null===(r=null==E?void 0:E.popover)||void 0===r?void 0:r.classNames)||void 0===o?void 0:o.root)},placement:z,trigger:B});return I.push(v.createElement(Uv,Object.assign({key:"avatar-popover-key",destroyOnHidden:!0},q),v.createElement(lb,{style:M},"+".concat(L-F)))),O(v.createElement(ub,{shape:m,size:h},v.createElement("div",{className:N,style:f},I)))}return O(v.createElement(ub,{shape:m,size:h},v.createElement("div",{className:N,style:f},P)))},db=lb;db.Group=fb;var pb=db,hb={classNames:{},styles:{},className:"",style:{}},mb=function(e){var t=v.useContext(Ic);return v.useMemo((function(){return u()(u()({},hb),t[e])}),[t[e]])};function gb(e){return"string"==typeof e}var vb=function(e,t,n,r){var o=v.useRef(""),a=v.useState(1),i=x()(a,2),s=i[0],c=i[1],l=t&&gb(e);return Ve((function(){!l&&gb(e)?c(e.length):gb(e)&&gb(o.current)&&0!==e.indexOf(o.current)&&c(1),o.current=e}),[e]),v.useEffect((function(){if(l&&s<e.length){var t=setTimeout((function(){c((function(e){return e+n}))}),r);return function(){clearTimeout(t)}}}),[s,t,e]),[l?e.slice(0,s):e,l&&s<e.length]};var bb=function(e){return v.useMemo((function(){if(!e)return[!1,0,0,null];var t={step:1,interval:50,suffix:null};return"object"===Ur()(e)&&(t=u()(u()({},t),e)),[!0,t.step,t.interval,t.suffix]}),[e])},yb=function(e){var t=e.prefixCls;return v.createElement("span",{className:"".concat(t,"-dot")},v.createElement("i",{className:"".concat(t,"-dot-item"),key:"item-".concat(1)}),v.createElement("i",{className:"".concat(t,"-dot-item"),key:"item-".concat(2)}),v.createElement("i",{className:"".concat(t,"-dot-item"),key:"item-".concat(3)}))},wb=function(e){var t=(null==e?void 0:e.algorithm)?Oe(e.algorithm):Tr,n=Object.assign(Object.assign({},yr),null==e?void 0:e.token);return et(n,{override:null==e?void 0:e.token},t,Sa)};var xb=function(e,t){var n=null!=t?t:Dr(e),r=n.fontSizeSM,o=n.controlHeight-4;return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},n),function(e){var t=e.sizeUnit,n=e.sizeStep-2;return{sizeXXL:t*(n+10),sizeXL:t*(n+6),sizeLG:t*(n+2),sizeMD:t*(n+2),sizeMS:t*(n+1),size:t*n,sizeSM:t*n,sizeXS:t*(n-1),sizeXXS:t*(n-1)}}(null!=t?t:e)),Cr(r)),{controlHeight:o}),Er(Object.assign(Object.assign({},n),{controlHeight:o})))},Eb=function(e,t){return new Mn(e).setA(t).toRgbString()},kb=function(e,t){return new Mn(e).lighten(t).toHexString()},Cb=function(e){var t=Un(e,{theme:"dark"});return{1:t[0],2:t[1],3:t[2],4:t[3],5:t[6],6:t[5],7:t[4],8:t[6],9:t[5],10:t[4]}},Sb=function(e,t){var n=e||"#000",r=t||"#fff";return{colorBgBase:n,colorTextBase:r,colorText:Eb(r,.85),colorTextSecondary:Eb(r,.65),colorTextTertiary:Eb(r,.45),colorTextQuaternary:Eb(r,.25),colorFill:Eb(r,.18),colorFillSecondary:Eb(r,.12),colorFillTertiary:Eb(r,.08),colorFillQuaternary:Eb(r,.04),colorBgSolid:Eb(r,.95),colorBgSolidHover:Eb(r,1),colorBgSolidActive:Eb(r,.9),colorBgElevated:kb(n,12),colorBgContainer:kb(n,8),colorBgLayout:kb(n,0),colorBgSpotlight:kb(n,26),colorBgBlur:Eb(r,.04),colorBorder:kb(n,26),colorBorderSecondary:kb(n,19)}},Ab=function(e,t){var n=Object.keys(br).map((function(t){var n=Un(e[t],{theme:"dark"});return Array.from({length:10},(function(){return 1})).reduce((function(e,r,o){return e["".concat(t,"-").concat(o+1)]=n[o],e["".concat(t).concat(o+1)]=n[o],e}),{})})).reduce((function(e,t){return e=Object.assign(Object.assign({},e),t)}),{}),r=null!=t?t:Dr(e),o=wr(e,{generateColorPalettes:Cb,generateNeutralColorPalettes:Sb});return Object.assign(Object.assign(Object.assign(Object.assign({},r),n),o),{colorPrimaryBg:o.colorPrimaryBorder,colorPrimaryBgHover:o.colorPrimaryBorderHover})};var _b={defaultSeed:Rr.token,useToken:function(){var e=Ra(),t=x()(e,3);return{theme:t[0],token:t[1],hashId:t[2]}},defaultAlgorithm:Dr,darkAlgorithm:Ab,compactAlgorithm:xb,getDesignToken:wb,defaultConfig:Rr,_internalContext:Nr},Ob=["override"],Db=["theme"],Tb=Oe(_b.defaultAlgorithm),Rb={screenXS:!0,screenXSMin:!0,screenXSMax:!0,screenSM:!0,screenSMMin:!0,screenSMMax:!0,screenMD:!0,screenMDMin:!0,screenMDMax:!0,screenLG:!0,screenLGMin:!0,screenLGMax:!0,screenXL:!0,screenXLMin:!0,screenXLMax:!0,screenXXL:!0,screenXXLMin:!0},Nb=function e(t,n,r){var o=r.getDerivativeToken(t),a=n.override,i=c()(n,Ob),s=u()(u()({},o),{},{override:a});return s=Sa(s),i&&Object.entries(i).forEach((function(t){var n=x()(t,2),r=n[0],o=n[1],a=o.theme,i=c()(o,Db),l=i;a&&(l=e(u()(u()({},s),i),{override:i},a)),s[r]=l})),s};function Pb(){var e=v.useContext(_b._internalContext),t=e.token,n=e.hashed,r=e.theme,o=void 0===r?Tb:r,a=e.override,i=e.cssVar,s=nt(o,[_b.defaultSeed,t],{salt:"".concat("1.4.0","-").concat(n||""),override:a,getComputedToken:Nb,cssVar:i&&{prefix:i.prefix,key:i.key,unitless:_a,ignore:Oa,preserve:Rb}}),c=x()(s,3),l=c[0],u=c[1];return[o,c[2],n?u:"",l,i]}var Fb=Ks({usePrefix:function(){var e=jc(),t=e.getPrefixCls;return{iconPrefixCls:e.iconPrefixCls,rootPrefixCls:t()}},useToken:function(){var e=Pb(),t=x()(e,5);return{theme:t[0],realToken:t[1],hashId:t[2],token:t[3],cssVar:t[4]}},useCSP:function(){var e=jc().csp;return null!=e?e:{}},layer:{name:"antdx",dependencies:["antd"]}}),Lb=Fb.genStyleHooks,Ib=(Fb.genComponentStyleHook,Fb.genSubStyleComponent,function(e){var t=e.componentCls,n=e.paddingSM,r=e.padding;return g()({},t,g()({},"".concat(t,"-content"),{"&-filled,&-outlined,&-shadow":{padding:"".concat(Ie(n)," ").concat(Ie(r)),borderRadius:e.borderRadiusLG},"&-filled":{backgroundColor:e.colorFillContent},"&-outlined":{border:"1px solid ".concat(e.colorBorderSecondary)},"&-shadow":{boxShadow:e.boxShadowTertiary}}))}),jb=function(e){var t=e.componentCls,n=e.fontSize,r=e.lineHeight,o=e.paddingSM,a=e.padding,i=e.calc,s=i(n).mul(r).div(2).add(o).equal(),c="".concat(t,"-content");return g()({},t,g()(g()(g()({},c,{"&-round":{borderRadius:{_skip_check_:!0,value:s},paddingInline:i(a).mul(1.25).equal()}}),"&-start ".concat(c,"-corner"),{borderStartStartRadius:e.borderRadiusXS}),"&-end ".concat(c,"-corner"),{borderStartEndRadius:e.borderRadiusXS}))},Mb=function(e){var t=e.componentCls,n=e.padding;return g()({},"".concat(t,"-list"),{display:"flex",flexDirection:"column",gap:n,overflowY:"auto","&::-webkit-scrollbar":{width:8,backgroundColor:"transparent"},"&::-webkit-scrollbar-thumb":{backgroundColor:e.colorTextTertiary,borderRadius:e.borderRadiusSM},"&":{scrollbarWidth:"thin",scrollbarColor:"".concat(e.colorTextTertiary," transparent")}})},Bb=new un("loadingMove",{"0%":{transform:"translateY(0)"},"10%":{transform:"translateY(4px)"},"20%":{transform:"translateY(0)"},"30%":{transform:"translateY(-4px)"},"40%":{transform:"translateY(0)"}}),zb=new un("cursorBlink",{"0%":{opacity:1},"50%":{opacity:0},"100%":{opacity:1}}),qb=function(e){var t=e.componentCls,n=e.fontSize,r=e.lineHeight,o=e.paddingSM,a=e.colorText,i=e.calc;return g()({},t,g()(g()(g()(g()(g()(g()(g()(g()(g()({display:"flex",columnGap:o},"&".concat(t,"-end"),g()({justifyContent:"end",flexDirection:"row-reverse"},"& ".concat(t,"-content-wrapper"),{alignItems:"flex-end"})),"&".concat(t,"-rtl"),{direction:"rtl"}),"&".concat(t,"-typing ").concat(t,"-content:last-child::after"),{content:'"|"',fontWeight:900,userSelect:"none",opacity:1,marginInlineStart:"0.1em",animationName:zb,animationDuration:"0.8s",animationIterationCount:"infinite",animationTimingFunction:"linear"}),"& ".concat(t,"-avatar"),{display:"inline-flex",justifyContent:"center",alignSelf:"flex-start"}),"& ".concat(t,"-header, & ").concat(t,"-footer"),{fontSize:n,lineHeight:r,color:e.colorText}),"& ".concat(t,"-header"),{marginBottom:e.paddingXXS}),"& ".concat(t,"-footer"),{marginTop:o}),"& ".concat(t,"-content-wrapper"),{flex:"auto",display:"flex",flexDirection:"column",alignItems:"flex-start",minWidth:0,maxWidth:"100%"}),"& ".concat(t,"-content"),g()({position:"relative",boxSizing:"border-box",minWidth:0,maxWidth:"100%",color:a,fontSize:e.fontSize,lineHeight:e.lineHeight,minHeight:i(o).mul(2).add(i(r).mul(n)).equal(),wordBreak:"break-word"},"& ".concat(t,"-dot"),{position:"relative",height:"100%",display:"flex",alignItems:"center",columnGap:e.marginXS,padding:"0 ".concat(Ie(e.paddingXXS)),"&-item":{backgroundColor:e.colorPrimary,borderRadius:"100%",width:4,height:4,animationName:Bb,animationDuration:"2s",animationIterationCount:"infinite",animationTimingFunction:"linear","&:nth-child(1)":{animationDelay:"0s"},"&:nth-child(2)":{animationDelay:"0.2s"},"&:nth-child(3)":{animationDelay:"0.4s"}}})))},Hb=Lb("Bubble",(function(e){var t=Ms(e,{});return[qb(t),Mb(t),Ib(t),jb(t)]}),(function(){return{}})),Ub=["prefixCls","className","rootClassName","style","classNames","styles","avatar","placement","loading","loadingRender","typing","content","messageRender","variant","shape","onTypingComplete","header","footer","_key"],Vb=v.createContext({}),Wb=function(e,t){var n=e.prefixCls,r=e.className,o=e.rootClassName,a=e.style,i=e.classNames,s=void 0===i?{}:i,l=e.styles,f=void 0===l?{}:l,d=e.avatar,p=e.placement,h=void 0===p?"start":p,m=e.loading,b=void 0!==m&&m,y=e.loadingRender,w=e.typing,E=e.content,k=void 0===E?"":E,C=e.messageRender,S=e.variant,A=void 0===S?"filled":S,_=e.shape,O=e.onTypingComplete,D=e.header,T=e.footer,R=e._key,N=c()(e,Ub),P=v.useContext(Vb).onUpdate,F=v.useRef(null);v.useImperativeHandle(t,(function(){return{nativeElement:F.current}}));var L=jc(),I=L.direction,j=(0,L.getPrefixCls)("bubble",n),M=mb("bubble"),B=bb(w),z=x()(B,4),q=z[0],H=z[1],U=z[2],V=z[3],W=vb(k,q,H,U),G=x()(W,2),Q=G[0],K=G[1];v.useEffect((function(){null==P||P()}),[Q]);var Y=v.useRef(!1);v.useEffect((function(){K||b?Y.current=!1:Y.current||(Y.current=!0,null==O||O())}),[K,b]);var X,J=Hb(j),Z=x()(J,3),$=Z[0],ee=Z[1],te=Z[2],ne=Qr()(j,o,M.className,r,ee,te,"".concat(j,"-").concat(h),g()(g()({},"".concat(j,"-rtl"),"rtl"===I),"".concat(j,"-typing"),K&&!b&&!C&&!V)),re=v.useMemo((function(){return v.isValidElement(d)?d:v.createElement(pb,d)}),[d]),oe=v.useMemo((function(){return C?C(Q):Q}),[Q,C]),ae=function(e){return"function"==typeof e?e(Q,{key:R}):e};X=b?y?y():v.createElement(yb,{prefixCls:j}):v.createElement(v.Fragment,null,oe,K&&V);var ie=v.createElement("div",{style:u()(u()({},M.styles.content),f.content),className:Qr()("".concat(j,"-content"),"".concat(j,"-content-").concat(A),_&&"".concat(j,"-content-").concat(_),M.classNames.content,s.content)},X);return(D||T)&&(ie=v.createElement("div",{className:"".concat(j,"-content-wrapper")},D&&v.createElement("div",{className:Qr()("".concat(j,"-header"),M.classNames.header,s.header),style:u()(u()({},M.styles.header),f.header)},ae(D)),ie,T&&v.createElement("div",{className:Qr()("".concat(j,"-footer"),M.classNames.footer,s.footer),style:u()(u()({},M.styles.footer),f.footer)},ae(T)))),$(v.createElement("div",rt({style:u()(u()({},M.style),a),className:ne},N,{ref:F}),d&&v.createElement("div",{style:u()(u()({},M.styles.avatar),f.avatar),className:Qr()("".concat(j,"-avatar"),M.classNames.avatar,s.avatar)},re),ie))};var Gb=v.forwardRef(Wb);var Qb=["_key"],Kb=["prefixCls","rootClassName","className","items","autoScroll","roles"],Yb=["key"],Xb=function(e,t){var n=e._key,r=c()(e,Qb);return v.createElement(Gb,rt({},r,{_key:n,ref:function(e){var r;e?t.current[n]=e:null===(r=t.current)||void 0===r||delete r[n]}}))},Jb=v.memo(v.forwardRef(Xb)),Zb=function(e,t){var n=e.prefixCls,r=e.rootClassName,o=e.className,a=e.items,i=e.autoScroll,s=void 0===i||i,l=e.roles,f=ss(c()(e,Kb),{attr:!0,aria:!0}),d=v.useRef(null),p=v.useRef({}),h=(0,jc().getPrefixCls)("bubble",n),m="".concat(h,"-list"),b=Hb(h),y=x()(b,3),w=y[0],E=y[1],k=y[2],C=v.useState(!1),S=x()(C,2),A=S[0],_=S[1];v.useEffect((function(){return _(!0),function(){_(!1)}}),[]);var O=function(e,t){var n=v.useCallback((function(e,n){return"function"==typeof t?t(e,n):t&&t[e.role]||{}}),[t]);return v.useMemo((function(){return(e||[]).map((function(e,t){var r,o=null!==(r=e.key)&&void 0!==r?r:"preset_".concat(t);return u()(u()(u()({},n(e,t)),e),{},{key:o})}))}),[e,n])}(a,l),D=v.useState(!0),T=x()(D,2),R=T[0],N=T[1],P=v.useState(0),F=x()(P,2),L=F[0],I=F[1];v.useEffect((function(){s&&d.current&&R&&d.current.scrollTo({top:d.current.scrollHeight})}),[L]),v.useEffect((function(){if(s){var e,t=null===(e=O[O.length-2])||void 0===e?void 0:e.key,n=p.current[t];if(n){var r=n.nativeElement.getBoundingClientRect(),o=r.top,a=r.bottom,i=d.current.getBoundingClientRect(),c=i.top;o<i.bottom&&a>c&&(I((function(e){return e+1})),N(!0))}}}),[O.length]),v.useImperativeHandle(t,(function(){return{nativeElement:d.current,scrollTo:function(e){var t=e.key,n=e.offset,r=e.behavior,o=void 0===r?"smooth":r,a=e.block;if("number"==typeof n)d.current.scrollTo({top:n,behavior:o});else if(void 0!==t){var i=p.current[t];if(i){var s=O.findIndex((function(e){return e.key===t}));N(s===O.length-1),i.nativeElement.scrollIntoView({behavior:o,block:a})}}}}}));var j=Co((function(){s&&I((function(e){return e+1}))})),M=v.useMemo((function(){return{onUpdate:j}}),[]);return w(v.createElement(Vb.Provider,{value:M},v.createElement("div",rt({},f,{className:Qr()(m,r,o,E,k,g()({},"".concat(m,"-reach-end"),R)),ref:d,onScroll:function(e){var t=e.target;N(t.scrollHeight-Math.abs(t.scrollTop)-t.clientHeight<=1)}}),O.map((function(e){var t=e.key,n=c()(e,Yb);return v.createElement(Jb,rt({},n,{key:t,_key:t,ref:p,typing:!!A&&n.typing}))})))))};var $b=v.forwardRef(Zb);Gb.List=$b;var ey=Gb,ty={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z"}}]},name:"edit",theme:"outlined"},ny=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:ty}))};var ry=v.forwardRef(ny),oy=function(e){if(H()&&window.document.documentElement){var t=Array.isArray(e)?e:[e],n=window.document.documentElement;return t.some((function(e){return e in n.style}))}return!1};function ay(e,t){return Array.isArray(e)||void 0===t?oy(e):function(e,t){if(!oy(e))return!1;var n=document.createElement("div"),r=n.style[e];return n.style[e]=t,n.style[e]!==r}(e,t)}var iy=function(e,t){var n=v.useContext(Nn),r=v.useMemo((function(){var r,o=t||Dn[e],a=null!==(r=null==n?void 0:n[e])&&void 0!==r?r:{};return Object.assign(Object.assign({},"function"==typeof o?o():o),a||{})}),[e,t,n]);return[r,v.useMemo((function(){var e=null==n?void 0:n.locale;return(null==n?void 0:n.exist)&&!e?Dn.locale:e}),[n])]},sy={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z"}}]},name:"enter",theme:"outlined"},cy=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:sy}))};var ly=v.forwardRef(cy);function uy(e,t,n){var r=t.cloneNode(!0),o=Object.create(e,{target:{value:r},currentTarget:{value:r}});return r.value=n,"number"==typeof t.selectionStart&&"number"==typeof t.selectionEnd&&(r.selectionStart=t.selectionStart,r.selectionEnd=t.selectionEnd),r.setSelectionRange=function(){t.setSelectionRange.apply(t,arguments)},o}function fy(e,t,n,r){if(n){var o=t;"click"!==t.type?"file"===e.type||void 0===r?n(o):n(o=uy(t,e,r)):n(o=uy(t,e,""))}}function dy(e,t){if(e){e.focus(t);var n=(t||{}).cursor;if(n){var r=e.value.length;switch(n){case"start":e.setSelectionRange(0,0);break;case"end":e.setSelectionRange(r,r);break;default:e.setSelectionRange(0,r)}}}}var py=v.forwardRef((function(e,t){var n,r,o,a=e.inputElement,i=e.children,s=e.prefixCls,c=e.prefix,l=e.suffix,u=e.addonBefore,f=e.addonAfter,d=e.className,p=e.style,h=e.disabled,m=e.readOnly,g=e.focused,b=e.triggerFocus,y=e.allowClear,w=e.value,x=e.handleReset,E=e.hidden,k=e.classes,C=e.classNames,S=e.dataAttrs,A=e.styles,_=e.components,O=e.onClear,D=null!=i?i:a,T=(null==_?void 0:_.affixWrapper)||"span",R=(null==_?void 0:_.groupWrapper)||"span",N=(null==_?void 0:_.wrapper)||"span",F=(null==_?void 0:_.groupAddon)||"span",I=(0,v.useRef)(null),j=function(e){return!!(e.prefix||e.suffix||e.allowClear)}(e),M=(0,v.cloneElement)(D,{value:w,className:Qr()(null===(n=D.props)||void 0===n?void 0:n.className,!j&&(null==C?void 0:C.variant))||null}),B=(0,v.useRef)(null);if(v.useImperativeHandle(t,(function(){return{nativeElement:B.current||I.current}})),j){var q=null;if(y){var H=!h&&!m&&w,U="".concat(s,"-clear-icon"),V="object"===P(y)&&null!=y&&y.clearIcon?y.clearIcon:"✖";q=v.createElement("button",{type:"button",tabIndex:-1,onClick:function(e){null==x||x(e),null==O||O()},onMouseDown:function(e){return e.preventDefault()},className:Qr()(U,L(L({},"".concat(U,"-hidden"),!H),"".concat(U,"-has-suffix"),!!l))},V)}var W="".concat(s,"-affix-wrapper"),G=Qr()(W,L(L(L(L(L({},"".concat(s,"-disabled"),h),"".concat(W,"-disabled"),h),"".concat(W,"-focused"),g),"".concat(W,"-readonly"),m),"".concat(W,"-input-with-clear-btn"),l&&y&&w),null==k?void 0:k.affixWrapper,null==C?void 0:C.affixWrapper,null==C?void 0:C.variant),Q=(l||y)&&v.createElement("span",{className:Qr()("".concat(s,"-suffix"),null==C?void 0:C.suffix),style:null==A?void 0:A.suffix},q,l);M=v.createElement(T,rt({className:G,style:null==A?void 0:A.affixWrapper,onClick:function(e){var t;null!==(t=I.current)&&void 0!==t&&t.contains(e.target)&&(null==b||b())}},null==S?void 0:S.affixWrapper,{ref:I}),c&&v.createElement("span",{className:Qr()("".concat(s,"-prefix"),null==C?void 0:C.prefix),style:null==A?void 0:A.prefix},c),M,Q)}if(function(e){return!(!e.addonBefore&&!e.addonAfter)}(e)){var K="".concat(s,"-group"),Y="".concat(K,"-addon"),X="".concat(K,"-wrapper"),J=Qr()("".concat(s,"-wrapper"),K,null==k?void 0:k.wrapper,null==C?void 0:C.wrapper),Z=Qr()(X,L({},"".concat(X,"-disabled"),h),null==k?void 0:k.group,null==C?void 0:C.groupWrapper);M=v.createElement(R,{className:Z,ref:B},v.createElement(N,{className:J},u&&v.createElement(F,{className:Y},u),M,f&&v.createElement(F,{className:Y},f)))}return v.cloneElement(M,{className:Qr()(null===(r=M.props)||void 0===r?void 0:r.className,d)||null,style:z(z({},null===(o=M.props)||void 0===o?void 0:o.style),p),hidden:E})})),hy=py,my=["show"];function gy(e,t){return v.useMemo((function(){var n={};t&&(n.show="object"===P(t)&&t.formatter?t.formatter:!!t);var r=n=z(z({},n),e),o=r.show,a=uo(r,my);return z(z({},a),{},{show:!!o,showFormatter:"function"==typeof o?o:void 0,strategy:a.strategy||function(e){return e.length}})}),[e,t])}var vy,by=["autoComplete","onChange","onFocus","onBlur","onPressEnter","onKeyDown","onKeyUp","prefixCls","disabled","htmlSize","className","maxLength","suffix","showCount","count","type","classes","classNames","styles","onCompositionStart","onCompositionEnd"],yy=(0,v.forwardRef)((function(e,t){var n=e.autoComplete,r=e.onChange,o=e.onFocus,a=e.onBlur,i=e.onPressEnter,s=e.onKeyDown,c=e.onKeyUp,l=e.prefixCls,u=void 0===l?"rc-input":l,f=e.disabled,d=e.htmlSize,p=e.className,h=e.maxLength,m=e.suffix,g=e.showCount,b=e.count,y=e.type,w=void 0===y?"text":y,x=e.classes,E=e.classNames,k=e.styles,C=e.onCompositionStart,A=e.onCompositionEnd,_=uo(e,by),O=M((0,v.useState)(!1),2),D=O[0],T=O[1],R=(0,v.useRef)(!1),N=(0,v.useRef)(!1),P=(0,v.useRef)(null),F=(0,v.useRef)(null),I=function(e){P.current&&dy(P.current,e)},j=M(_o(e.defaultValue,{value:e.value}),2),B=j[0],q=j[1],H=null==B?"":String(B),U=M((0,v.useState)(null),2),V=U[0],W=U[1],G=gy(b,g),Q=G.max||h,K=G.strategy(H),Y=!!Q&&K>Q;(0,v.useImperativeHandle)(t,(function(){var e;return{focus:I,blur:function(){var e;null===(e=P.current)||void 0===e||e.blur()},setSelectionRange:function(e,t,n){var r;null===(r=P.current)||void 0===r||r.setSelectionRange(e,t,n)},select:function(){var e;null===(e=P.current)||void 0===e||e.select()},input:P.current,nativeElement:(null===(e=F.current)||void 0===e?void 0:e.nativeElement)||P.current}})),(0,v.useEffect)((function(){N.current&&(N.current=!1),T((function(e){return(!e||!f)&&e}))}),[f]);var X=function(e,t,n){var o,a,i=t;if(!R.current&&G.exceedFormatter&&G.max&&G.strategy(t)>G.max)t!==(i=G.exceedFormatter(t,{max:G.max}))&&W([(null===(o=P.current)||void 0===o?void 0:o.selectionStart)||0,(null===(a=P.current)||void 0===a?void 0:a.selectionEnd)||0]);else if("compositionEnd"===n.source)return;q(i),P.current&&fy(P.current,e,r,i)};(0,v.useEffect)((function(){var e;V&&(null===(e=P.current)||void 0===e||e.setSelectionRange.apply(e,S(V)))}),[V]);var J,Z=function(e){X(e,e.target.value,{source:"change"})},$=function(e){R.current=!1,X(e,e.currentTarget.value,{source:"compositionEnd"}),null==A||A(e)},ee=function(e){i&&"Enter"===e.key&&!N.current&&(N.current=!0,i(e)),null==s||s(e)},te=function(e){"Enter"===e.key&&(N.current=!1),null==c||c(e)},ne=function(e){T(!0),null==o||o(e)},re=function(e){N.current&&(N.current=!1),T(!1),null==a||a(e)},oe=Y&&"".concat(u,"-out-of-range");return v.createElement(hy,rt({},_,{prefixCls:u,className:Qr()(p,oe),handleReset:function(e){q(""),I(),P.current&&fy(P.current,e,r)},value:H,focused:D,triggerFocus:I,suffix:function(){var e=Number(Q)>0;if(m||G.show){var t=G.showFormatter?G.showFormatter({value:H,count:K,maxLength:Q}):"".concat(K).concat(e?" / ".concat(Q):"");return v.createElement(v.Fragment,null,G.show&&v.createElement("span",{className:Qr()("".concat(u,"-show-count-suffix"),L({},"".concat(u,"-show-count-has-suffix"),!!m),null==E?void 0:E.count),style:z({},null==k?void 0:k.count)},t),m)}return null}(),disabled:f,classes:x,classNames:E,styles:k,ref:F}),(J=rg(e,["prefixCls","onPressEnter","addonBefore","addonAfter","prefix","suffix","allowClear","defaultValue","showCount","count","classes","htmlSize","styles","classNames","onClear"]),v.createElement("input",rt({autoComplete:n},J,{onChange:Z,onFocus:ne,onBlur:re,onKeyDown:ee,onKeyUp:te,className:Qr()(u,L({},"".concat(u,"-disabled"),f),null==E?void 0:E.input),style:null==k?void 0:k.input,ref:P,size:d,type:w,onCompositionStart:function(e){R.current=!0,null==C||C(e)},onCompositionEnd:$}))))})),wy=yy,xy="\n min-height:0 !important;\n max-height:none !important;\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important;\n pointer-events: none !important;\n",Ey=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],ky={};function Cy(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.getAttribute("id")||e.getAttribute("data-reactid")||e.getAttribute("name");if(t&&ky[n])return ky[n];var r=window.getComputedStyle(e),o=r.getPropertyValue("box-sizing")||r.getPropertyValue("-moz-box-sizing")||r.getPropertyValue("-webkit-box-sizing"),a=parseFloat(r.getPropertyValue("padding-bottom"))+parseFloat(r.getPropertyValue("padding-top")),i=parseFloat(r.getPropertyValue("border-bottom-width"))+parseFloat(r.getPropertyValue("border-top-width")),s=Ey.map((function(e){return"".concat(e,":").concat(r.getPropertyValue(e))})).join(";"),c={sizingStyle:s,paddingSize:a,borderSize:i,boxSizing:o};return t&&n&&(ky[n]=c),c}var Sy=["prefixCls","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],Ay=v.forwardRef((function(e,t){var n=e,r=n.prefixCls,o=n.defaultValue,a=n.value,i=n.autoSize,s=n.onResize,c=n.className,l=n.style,u=n.disabled,f=n.onChange,d=(n.onInternalAutoSize,uo(n,Sy)),p=M(_o(o,{value:a,postState:function(e){return null!=e?e:""}}),2),h=p[0],m=p[1],g=v.useRef();v.useImperativeHandle(t,(function(){return{textArea:g.current}}));var b=M(v.useMemo((function(){return i&&"object"===P(i)?[i.minRows,i.maxRows]:[]}),[i]),2),y=b[0],w=b[1],x=!!i,E=M(v.useState(2),2),k=E[0],C=E[1],S=M(v.useState(),2),A=S[0],_=S[1],O=function(){C(0)};Ve((function(){x&&O()}),[a,y,w,x]),Ve((function(){if(0===k)C(1);else if(1===k){var e=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;vy||((vy=document.createElement("textarea")).setAttribute("tab-index","-1"),vy.setAttribute("aria-hidden","true"),vy.setAttribute("name","hiddenTextarea"),document.body.appendChild(vy)),e.getAttribute("wrap")?vy.setAttribute("wrap",e.getAttribute("wrap")):vy.removeAttribute("wrap");var o=Cy(e,t),a=o.paddingSize,i=o.borderSize,s=o.boxSizing,c=o.sizingStyle;vy.setAttribute("style","".concat(c,";").concat(xy)),vy.value=e.value||e.placeholder||"";var l,u=void 0,f=void 0,d=vy.scrollHeight;if("border-box"===s?d+=i:"content-box"===s&&(d-=a),null!==n||null!==r){vy.value=" ";var p=vy.scrollHeight-a;null!==n&&(u=p*n,"border-box"===s&&(u=u+a+i),d=Math.max(u,d)),null!==r&&(f=p*r,"border-box"===s&&(f=f+a+i),l=d>f?"":"hidden",d=Math.min(f,d))}var h={height:d,overflowY:l,resize:"none"};return u&&(h.minHeight=u),f&&(h.maxHeight=f),h}(g.current,!1,y,w);C(2),_(e)}else!function(){try{if(document.activeElement===g.current){var e=g.current,t=e.selectionStart,n=e.selectionEnd,r=e.scrollTop;g.current.setSelectionRange(t,n),g.current.scrollTop=r}}catch(e){}}()}),[k]);var D=v.useRef(),T=function(){ra.cancel(D.current)};v.useEffect((function(){return T}),[]);var R=x?A:null,N=z(z({},l),R);return 0!==k&&1!==k||(N.overflowY="hidden",N.overflowX="hidden"),v.createElement(Ud,{onResize:function(e){2===k&&(null==s||s(e),i&&(T(),D.current=ra((function(){O()}))))},disabled:!(i||s)},v.createElement("textarea",rt({},d,{ref:g,style:N,className:Qr()(r,c,L({},"".concat(r,"-disabled"),u)),disabled:u,value:h,onChange:function(e){m(e.target.value),null==f||f(e)}})))})),_y=Ay,Oy=["defaultValue","value","onFocus","onBlur","onChange","allowClear","maxLength","onCompositionStart","onCompositionEnd","suffix","prefixCls","showCount","count","className","style","disabled","hidden","classNames","styles","onResize","onClear","onPressEnter","readOnly","autoSize","onKeyDown"],Dy=v.forwardRef((function(e,t){var n,r=e.defaultValue,o=e.value,a=e.onFocus,i=e.onBlur,s=e.onChange,c=e.allowClear,l=e.maxLength,u=e.onCompositionStart,f=e.onCompositionEnd,d=e.suffix,p=e.prefixCls,h=void 0===p?"rc-textarea":p,m=e.showCount,g=e.count,b=e.className,y=e.style,w=e.disabled,x=e.hidden,E=e.classNames,k=e.styles,C=e.onResize,A=e.onClear,_=e.onPressEnter,O=e.readOnly,D=e.autoSize,T=e.onKeyDown,R=uo(e,Oy),N=M(_o(r,{value:o,defaultValue:r}),2),P=N[0],F=N[1],I=null==P?"":String(P),j=M(v.useState(!1),2),B=j[0],q=j[1],H=v.useRef(!1),U=M(v.useState(null),2),V=U[0],W=U[1],G=(0,v.useRef)(null),Q=(0,v.useRef)(null),K=function(){var e;return null===(e=Q.current)||void 0===e?void 0:e.textArea},Y=function(){K().focus()};(0,v.useImperativeHandle)(t,(function(){var e;return{resizableTextArea:Q.current,focus:Y,blur:function(){K().blur()},nativeElement:(null===(e=G.current)||void 0===e?void 0:e.nativeElement)||K()}})),(0,v.useEffect)((function(){q((function(e){return!w&&e}))}),[w]);var X=M(v.useState(null),2),J=X[0],Z=X[1];v.useEffect((function(){var e;J&&(e=K()).setSelectionRange.apply(e,S(J))}),[J]);var $,ee=gy(g,m),te=null!==(n=ee.max)&&void 0!==n?n:l,ne=Number(te)>0,re=ee.strategy(I),oe=!!te&&re>te,ae=function(e,t){var n=t;!H.current&&ee.exceedFormatter&&ee.max&&ee.strategy(t)>ee.max&&t!==(n=ee.exceedFormatter(t,{max:ee.max}))&&Z([K().selectionStart||0,K().selectionEnd||0]),F(n),fy(e.currentTarget,e,s,n)},ie=d;ee.show&&($=ee.showFormatter?ee.showFormatter({value:I,count:re,maxLength:te}):"".concat(re).concat(ne?" / ".concat(te):""),ie=v.createElement(v.Fragment,null,ie,v.createElement("span",{className:Qr()("".concat(h,"-data-count"),null==E?void 0:E.count),style:null==k?void 0:k.count},$)));var se=!D&&!m&&!c;return v.createElement(hy,{ref:G,value:I,allowClear:c,handleReset:function(e){F(""),Y(),fy(K(),e,s)},suffix:ie,prefixCls:h,classNames:z(z({},E),{},{affixWrapper:Qr()(null==E?void 0:E.affixWrapper,L(L({},"".concat(h,"-show-count"),m),"".concat(h,"-textarea-allow-clear"),c))}),disabled:w,focused:B,className:Qr()(b,oe&&"".concat(h,"-out-of-range")),style:z(z({},y),V&&!se?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":"string"==typeof $?$:void 0}},hidden:x,readOnly:O,onClear:A},v.createElement(_y,rt({},R,{autoSize:D,maxLength:l,onKeyDown:function(e){"Enter"===e.key&&_&&_(e),null==T||T(e)},onChange:function(e){ae(e,e.target.value)},onFocus:function(e){q(!0),null==a||a(e)},onBlur:function(e){q(!1),null==i||i(e)},onCompositionStart:function(e){H.current=!0,null==u||u(e)},onCompositionEnd:function(e){H.current=!1,ae(e,e.currentTarget.value),null==f||f(e)},className:Qr()(null==E?void 0:E.textarea),style:z(z({},null==k?void 0:k.textarea),{},{resize:null==y?void 0:y.resize}),disabled:w,prefixCls:h,onResize:function(e){var t;null==C||C(e),null!==(t=K())&&void 0!==t&&t.style.height&&W(!0)},ref:Q,readOnly:O})))})),Ty=Dy,Ry=function(e){var t;return"object"===Ur()(e)&&(null==e?void 0:e.clearIcon)?t=e:e&&(t={clearIcon:v.createElement(Wi,null)}),t};function Ny(e,t,n){return Qr()(g()(g()(g()(g()(g()({},"".concat(e,"-status-success"),"success"===t),"".concat(e,"-status-warning"),"warning"===t),"".concat(e,"-status-error"),"error"===t),"".concat(e,"-status-validating"),"validating"===t),"".concat(e,"-has-feedback"),n))}var Py=function(e,t){return t||e},Fy=function(e,t){var n,r,o,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,i=v.useContext(T),s=i.variant,c=i[e],l=v.useContext(um),u=null==c?void 0:c.variant;o=void 0!==t?t:!1===a?"borderless":null!==(r=null!==(n=null!=l?l:u)&&void 0!==n?n:s)&&void 0!==r?r:"outlined";var f=D.includes(o);return[o,f]};function Ly(e){return Ms(e,{inputAffixPadding:e.paddingXXS})}var Iy=function(e){var t=e.controlHeight,n=e.fontSize,r=e.lineHeight,o=e.lineWidth,a=e.controlHeightSM,i=e.controlHeightLG,s=e.fontSizeLG,c=e.lineHeightLG,l=e.paddingSM,u=e.controlPaddingHorizontalSM,f=e.controlPaddingHorizontal,d=e.colorFillAlter,p=e.colorPrimaryHover,h=e.colorPrimary,m=e.controlOutlineWidth,g=e.controlOutline,v=e.colorErrorOutline,b=e.colorWarningOutline,y=e.colorBgContainer,w=e.inputFontSize,x=e.inputFontSizeLG,E=w||n,k=e.inputFontSizeSM||E,C=x||s,S=Math.round((t-E*r)/2*10)/10-o,A=Math.round((a-k*r)/2*10)/10-o,_=Math.ceil((i-C*c)/2*10)/10-o;return{paddingBlock:Math.max(S,0),paddingBlockSM:Math.max(A,0),paddingBlockLG:Math.max(_,0),paddingInline:l-o,paddingInlineSM:u-o,paddingInlineLG:f-o,addonBg:d,activeBorderColor:h,hoverBorderColor:p,activeShadow:"0 0 0 ".concat(m,"px ").concat(g),errorActiveShadow:"0 0 0 ".concat(m,"px ").concat(v),warningActiveShadow:"0 0 0 ".concat(m,"px ").concat(b),hoverBg:y,activeBg:y,inputFontSize:E,inputFontSizeLG:C,inputFontSizeSM:k}},jy=function(e){return{borderColor:e.hoverBorderColor,backgroundColor:e.hoverBg}},My=function(e){return{color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,boxShadow:"none",cursor:"not-allowed",opacity:1,"input[disabled], textarea[disabled]":{cursor:"not-allowed"},"&:hover:not([disabled])":Object.assign({},jy(Ms(e,{hoverBorderColor:e.colorBorder,hoverBg:e.colorBgContainerDisabled})))}},By=function(e,t){return{background:e.colorBgContainer,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:t.borderColor,"&:hover":{borderColor:t.hoverBorderColor,backgroundColor:e.hoverBg},"&:focus, &:focus-within":{borderColor:t.activeBorderColor,boxShadow:t.activeShadow,outline:0,backgroundColor:e.activeBg}}},zy=function(e,t){return g()(g()({},"&".concat(e.componentCls,"-status-").concat(t.status,":not(").concat(e.componentCls,"-disabled)"),Object.assign(Object.assign({},By(e,t)),g()({},"".concat(e.componentCls,"-prefix, ").concat(e.componentCls,"-suffix"),{color:t.affixColor}))),"&".concat(e.componentCls,"-status-").concat(t.status).concat(e.componentCls,"-disabled"),{borderColor:t.borderColor})},qy=function(e,t){return g()({},"&".concat(e.componentCls,"-group-wrapper-status-").concat(t.status),g()({},"".concat(e.componentCls,"-group-addon"),{borderColor:t.addonBorderColor,color:t.addonColor}))},Hy=function(e){return{"&-outlined":Object.assign(Object.assign(Object.assign(g()({},"".concat(e.componentCls,"-group"),{"&-addon":{background:e.addonBg,border:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder)},"&-addon:first-child":{borderInlineEnd:0},"&-addon:last-child":{borderInlineStart:0}}),qy(e,{status:"error",addonBorderColor:e.colorError,addonColor:e.colorErrorText})),qy(e,{status:"warning",addonBorderColor:e.colorWarning,addonColor:e.colorWarningText})),g()({},"&".concat(e.componentCls,"-group-wrapper-disabled"),g()({},"".concat(e.componentCls,"-group-addon"),Object.assign({},My(e)))))}},Uy=function(e,t){var n;return{background:t.bg,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:"transparent","input&, & input, textarea&, & textarea":{color:null!==(n=null==t?void 0:t.inputColor)&&void 0!==n?n:"unset"},"&:hover":{background:t.hoverBg},"&:focus, &:focus-within":{outline:0,borderColor:t.activeBorderColor,backgroundColor:e.activeBg}}},Vy=function(e,t){return g()({},"&".concat(e.componentCls,"-status-").concat(t.status,":not(").concat(e.componentCls,"-disabled)"),Object.assign(Object.assign({},Uy(e,t)),g()({},"".concat(e.componentCls,"-prefix, ").concat(e.componentCls,"-suffix"),{color:t.affixColor})))},Wy=function(e,t){return g()({},"&".concat(e.componentCls,"-group-wrapper-status-").concat(t.status),g()({},"".concat(e.componentCls,"-group-addon"),{background:t.addonBg,color:t.addonColor}))},Gy=function(e){return{"&-filled":Object.assign(Object.assign(Object.assign(g()({},"".concat(e.componentCls,"-group-addon"),{background:e.colorFillTertiary,"&:last-child":{position:"static"}}),Wy(e,{status:"error",addonBg:e.colorErrorBg,addonColor:e.colorErrorText})),Wy(e,{status:"warning",addonBg:e.colorWarningBg,addonColor:e.colorWarningText})),g()({},"&".concat(e.componentCls,"-group-wrapper-disabled"),g()({},"".concat(e.componentCls,"-group"),{"&-addon":{background:e.colorFillTertiary,color:e.colorTextDisabled},"&-addon:first-child":{borderInlineStart:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder),borderTop:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder),borderBottom:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder)},"&-addon:last-child":{borderInlineEnd:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder),borderTop:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder),borderBottom:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorder)}})))}},Qy=function(e,t){return{background:e.colorBgContainer,borderWidth:"".concat(Ie(e.lineWidth)," 0"),borderStyle:"".concat(e.lineType," none"),borderColor:"transparent transparent ".concat(t.borderColor," transparent"),borderRadius:0,"&:hover":{borderColor:"transparent transparent ".concat(t.borderColor," transparent"),backgroundColor:e.hoverBg},"&:focus, &:focus-within":{borderColor:"transparent transparent ".concat(t.borderColor," transparent"),outline:0,backgroundColor:e.activeBg}}},Ky=function(e,t){return g()(g()({},"&".concat(e.componentCls,"-status-").concat(t.status,":not(").concat(e.componentCls,"-disabled)"),Object.assign(Object.assign({},Qy(e,t)),g()({},"".concat(e.componentCls,"-prefix, ").concat(e.componentCls,"-suffix"),{color:t.affixColor}))),"&".concat(e.componentCls,"-status-").concat(t.status).concat(e.componentCls,"-disabled"),{borderColor:"transparent transparent ".concat(t.borderColor," transparent")})},Yy=function(e){var t=e.paddingBlockLG,n=e.lineHeightLG,r=e.borderRadiusLG,o=e.paddingInlineLG;return{padding:"".concat(Ie(t)," ").concat(Ie(o)),fontSize:e.inputFontSizeLG,lineHeight:n,borderRadius:r}},Xy=function(e){return{padding:"".concat(Ie(e.paddingBlockSM)," ").concat(Ie(e.paddingInlineSM)),fontSize:e.inputFontSizeSM,borderRadius:e.borderRadiusSM}},Jy=function(e){return Object.assign(Object.assign({position:"relative",display:"inline-block",width:"100%",minWidth:0,padding:"".concat(Ie(e.paddingBlock)," ").concat(Ie(e.paddingInline)),color:e.colorText,fontSize:e.inputFontSize,lineHeight:e.lineHeight,borderRadius:e.borderRadius,transition:"all ".concat(e.motionDurationMid)},{"&::-moz-placeholder":{opacity:1},"&::placeholder":{color:e.colorTextPlaceholder,userSelect:"none"},"&:placeholder-shown":{textOverflow:"ellipsis"}}),{"&-lg":Object.assign({},Yy(e)),"&-sm":Object.assign({},Xy(e)),"&-rtl, &-textarea-rtl":{direction:"rtl"}})},Zy=function(e){var t=e.componentCls,n=e.controlHeightSM,r=e.lineWidth,o=e.calc,a=o(n).sub(o(r).mul(2)).sub(16).div(2).equal();return g()({},t,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ba(e)),Jy(e)),function(e,t){return{"&-outlined":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},By(e,{borderColor:e.colorBorder,hoverBorderColor:e.hoverBorderColor,activeBorderColor:e.activeBorderColor,activeShadow:e.activeShadow})),g()({},"&".concat(e.componentCls,"-disabled, &[disabled]"),Object.assign({},My(e)))),zy(e,{status:"error",borderColor:e.colorError,hoverBorderColor:e.colorErrorBorderHover,activeBorderColor:e.colorError,activeShadow:e.errorActiveShadow,affixColor:e.colorError})),zy(e,{status:"warning",borderColor:e.colorWarning,hoverBorderColor:e.colorWarningBorderHover,activeBorderColor:e.colorWarning,activeShadow:e.warningActiveShadow,affixColor:e.colorWarning})),t)}}(e)),function(e,t){return{"&-filled":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Uy(e,{bg:e.colorFillTertiary,hoverBg:e.colorFillSecondary,activeBorderColor:e.activeBorderColor})),g()({},"&".concat(e.componentCls,"-disabled, &[disabled]"),Object.assign({},My(e)))),Vy(e,{status:"error",bg:e.colorErrorBg,hoverBg:e.colorErrorBgHover,activeBorderColor:e.colorError,inputColor:e.colorErrorText,affixColor:e.colorError})),Vy(e,{status:"warning",bg:e.colorWarningBg,hoverBg:e.colorWarningBgHover,activeBorderColor:e.colorWarning,inputColor:e.colorWarningText,affixColor:e.colorWarning})),t)}}(e)),function(e,t){var n=e.componentCls;return{"&-borderless":Object.assign(g()(g()(g()({background:"transparent",border:"none","&:focus, &:focus-within":{outline:"none"}},"&".concat(n,"-disabled, &[disabled]"),{color:e.colorTextDisabled,cursor:"not-allowed"}),"&".concat(n,"-status-error"),{"&, & input, & textarea":{color:e.colorError}}),"&".concat(n,"-status-warning"),{"&, & input, & textarea":{color:e.colorWarning}}),t)}}(e)),function(e,t){return{"&-underlined":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Qy(e,{borderColor:e.colorBorder,hoverBorderColor:e.hoverBorderColor,activeBorderColor:e.activeBorderColor,activeShadow:e.activeShadow})),g()(g()({},"&".concat(e.componentCls,"-disabled, &[disabled]"),{color:e.colorTextDisabled,boxShadow:"none",cursor:"not-allowed","&:hover":{borderColor:"transparent transparent ".concat(e.colorBorder," transparent")}}),"input[disabled], textarea[disabled]",{cursor:"not-allowed"})),Ky(e,{status:"error",borderColor:e.colorError,hoverBorderColor:e.colorErrorBorderHover,activeBorderColor:e.colorError,activeShadow:e.errorActiveShadow,affixColor:e.colorError})),Ky(e,{status:"warning",borderColor:e.colorWarning,hoverBorderColor:e.colorWarningBorderHover,activeBorderColor:e.colorWarning,activeShadow:e.warningActiveShadow,affixColor:e.colorWarning})),t)}}(e)),{'&[type="color"]':g()(g()({height:e.controlHeight},"&".concat(t,"-lg"),{height:e.controlHeightLG}),"&".concat(t,"-sm"),{height:n,paddingTop:a,paddingBottom:a}),'&[type="search"]::-webkit-search-cancel-button, &[type="search"]::-webkit-search-decoration':{appearance:"none"}}))},$y=function(e){var t=e.componentCls,n=e.inputAffixPadding,r=e.colorTextDescription,o=e.motionDurationSlow,a=e.colorIcon,i=e.colorIconHover,s=e.iconCls,c="".concat(t,"-affix-wrapper"),l="".concat(t,"-affix-wrapper-disabled");return g()(g()(g()({},c,Object.assign(Object.assign(Object.assign(Object.assign({},Jy(e)),g()(g()(g()(g()(g()(g()({display:"inline-flex"},"&:not(".concat(t,"-disabled):hover"),g()({zIndex:1},"".concat(t,"-search-with-button &"),{zIndex:0})),"&-focused, &:focus",{zIndex:1}),"> input".concat(t),{padding:0}),"> input".concat(t,", > textarea").concat(t),{fontSize:"inherit",border:"none",borderRadius:0,outline:"none",background:"transparent",color:"inherit","&::-ms-reveal":{display:"none"},"&:focus":{boxShadow:"none !important"}}),"&::before",{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'}),t,{"&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center","> *:not(:last-child)":{marginInlineEnd:e.paddingXS}},"&-show-count-suffix":{color:r,direction:"ltr"},"&-show-count-has-suffix":{marginInlineEnd:e.paddingXXS},"&-prefix":{marginInlineEnd:n},"&-suffix":{marginInlineStart:n}})),function(e){var t=e.componentCls;return g()({},"".concat(t,"-clear-icon"),{margin:0,padding:0,lineHeight:0,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,verticalAlign:-1,cursor:"pointer",transition:"color ".concat(e.motionDurationSlow),border:"none",outline:"none",backgroundColor:"transparent","&:hover":{color:e.colorIcon},"&:active":{color:e.colorText},"&-hidden":{visibility:"hidden"},"&-has-suffix":{margin:"0 ".concat(Ie(e.inputAffixPadding))}})}(e)),g()({},"".concat(s).concat(t,"-password-icon"),{color:a,cursor:"pointer",transition:"all ".concat(o),"&:hover":{color:i}}))),"".concat(t,"-underlined"),{borderRadius:0}),l,g()({},"".concat(s).concat(t,"-password-icon"),{color:a,cursor:"not-allowed","&:hover":{color:a}}))},ew=function(e){var t=e.componentCls,n=e.borderRadiusLG,r=e.borderRadiusSM;return g()({},"".concat(t,"-group"),Object.assign(Object.assign(Object.assign({},Ba(e)),function(e){var t,n,r=e.componentCls,o=e.antCls;return n={position:"relative",display:"table",width:"100%",borderCollapse:"separate",borderSpacing:0,"&[class*='col-']":{paddingInlineEnd:e.paddingXS,"&:last-child":{paddingInlineEnd:0}}},g()(g()(g()(g()(g()(g()(g()(g()(g()(g()(n,"&-lg ".concat(r,", &-lg > ").concat(r,"-group-addon"),Object.assign({},Yy(e))),"&-sm ".concat(r,", &-sm > ").concat(r,"-group-addon"),Object.assign({},Xy(e))),"&-lg ".concat(o,"-select-single ").concat(o,"-select-selector"),{height:e.controlHeightLG}),"&-sm ".concat(o,"-select-single ").concat(o,"-select-selector"),{height:e.controlHeightSM}),"> ".concat(r),{display:"table-cell","&:not(:first-child):not(:last-child)":{borderRadius:0}}),"".concat(r,"-group"),{"&-addon, &-wrap":{display:"table-cell",width:1,whiteSpace:"nowrap",verticalAlign:"middle","&:not(:first-child):not(:last-child)":{borderRadius:0}},"&-wrap > *":{display:"block !important"},"&-addon":g()(g()({position:"relative",padding:"0 ".concat(Ie(e.paddingInline)),color:e.colorText,fontWeight:"normal",fontSize:e.inputFontSize,textAlign:"center",borderRadius:e.borderRadius,transition:"all ".concat(e.motionDurationSlow),lineHeight:1},"".concat(o,"-select"),g()({margin:"".concat(Ie(e.calc(e.paddingBlock).add(1).mul(-1).equal())," ").concat(Ie(e.calc(e.paddingInline).mul(-1).equal()))},"&".concat(o,"-select-single:not(").concat(o,"-select-customize-input):not(").concat(o,"-pagination-size-changer)"),g()({},"".concat(o,"-select-selector"),{backgroundColor:"inherit",border:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," transparent"),boxShadow:"none"}))),"".concat(o,"-cascader-picker"),g()({margin:"-9px ".concat(Ie(e.calc(e.paddingInline).mul(-1).equal())),backgroundColor:"transparent"},"".concat(o,"-cascader-input"),{textAlign:"start",border:0,boxShadow:"none"}))}),r,{width:"100%",marginBottom:0,textAlign:"inherit","&:focus":{zIndex:1,borderInlineEndWidth:1},"&:hover":g()({zIndex:1,borderInlineEndWidth:1},"".concat(r,"-search-with-button &"),{zIndex:0})}),"> ".concat(r,":first-child, ").concat(r,"-group-addon:first-child"),g()({borderStartEndRadius:0,borderEndEndRadius:0},"".concat(o,"-select ").concat(o,"-select-selector"),{borderStartEndRadius:0,borderEndEndRadius:0})),"> ".concat(r,"-affix-wrapper"),g()(g()({},"&:not(:first-child) ".concat(r),{borderStartStartRadius:0,borderEndStartRadius:0}),"&:not(:last-child) ".concat(r),{borderStartEndRadius:0,borderEndEndRadius:0})),"> ".concat(r,":last-child, ").concat(r,"-group-addon:last-child"),g()({borderStartStartRadius:0,borderEndStartRadius:0},"".concat(o,"-select ").concat(o,"-select-selector"),{borderStartStartRadius:0,borderEndStartRadius:0})),g()(g()(n,"".concat(r,"-affix-wrapper"),g()({"&:not(:last-child)":g()({borderStartEndRadius:0,borderEndEndRadius:0},"".concat(r,"-search &"),{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius})},"&:not(:first-child), ".concat(r,"-search &:not(:first-child)"),{borderStartStartRadius:0,borderEndStartRadius:0})),"&".concat(r,"-group-compact"),Object.assign(Object.assign({display:"block"},{"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),(t={},g()(g()(g()(g()(g()(g()(g()(g()(g()(g()(t,"".concat(r,"-group-addon, ").concat(r,"-group-wrap, > ").concat(r),{"&:not(:first-child):not(:last-child)":{borderInlineEndWidth:e.lineWidth,"&:hover, &:focus":{zIndex:1}}}),"& > *",{display:"inline-flex",float:"none",verticalAlign:"top",borderRadius:0}),"\n & > ".concat(r,"-affix-wrapper,\n & > ").concat(r,"-number-affix-wrapper,\n & > ").concat(o,"-picker-range\n "),{display:"inline-flex"}),"& > *:not(:last-child)",{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal(),borderInlineEndWidth:e.lineWidth}),r,{float:"none"}),"& > ".concat(o,"-select > ").concat(o,"-select-selector,\n & > ").concat(o,"-select-auto-complete ").concat(r,",\n & > ").concat(o,"-cascader-picker ").concat(r,",\n & > ").concat(r,"-group-wrapper ").concat(r),{borderInlineEndWidth:e.lineWidth,borderRadius:0,"&:hover, &:focus":{zIndex:1}}),"& > ".concat(o,"-select-focused"),{zIndex:1}),"& > ".concat(o,"-select > ").concat(o,"-select-arrow"),{zIndex:1}),"& > *:first-child,\n & > ".concat(o,"-select:first-child > ").concat(o,"-select-selector,\n & > ").concat(o,"-select-auto-complete:first-child ").concat(r,",\n & > ").concat(o,"-cascader-picker:first-child ").concat(r),{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius}),"& > *:last-child,\n & > ".concat(o,"-select:last-child > ").concat(o,"-select-selector,\n & > ").concat(o,"-cascader-picker:last-child ").concat(r,",\n & > ").concat(o,"-cascader-picker-focused:last-child ").concat(r),{borderInlineEndWidth:e.lineWidth,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius}),g()(g()(g()(t,"& > ".concat(o,"-select-auto-complete ").concat(r),{verticalAlign:"top"}),"".concat(r,"-group-wrapper + ").concat(r,"-group-wrapper"),g()({marginInlineStart:e.calc(e.lineWidth).mul(-1).equal()},"".concat(r,"-affix-wrapper"),{borderRadius:0})),"".concat(r,"-group-wrapper:not(:last-child)"),g()({},"&".concat(r,"-search > ").concat(r,"-group"),g()(g()({},"& > ".concat(r,"-group-addon > ").concat(r,"-search-button"),{borderRadius:0}),"& > ".concat(r),{borderStartStartRadius:e.borderRadius,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:e.borderRadius}))))))}(e)),{"&-rtl":{direction:"rtl"},"&-wrapper":Object.assign(Object.assign(Object.assign({display:"inline-block",width:"100%",textAlign:"start",verticalAlign:"top","&-rtl":{direction:"rtl"},"&-lg":g()({},"".concat(t,"-group-addon"),{borderRadius:n,fontSize:e.inputFontSizeLG}),"&-sm":g()({},"".concat(t,"-group-addon"),{borderRadius:r})},Hy(e)),Gy(e)),g()(g()(g()(g()(g()({},"&:not(".concat(t,"-compact-first-item):not(").concat(t,"-compact-last-item)").concat(t,"-compact-item"),g()({},"".concat(t,", ").concat(t,"-group-addon"),{borderRadius:0})),"&:not(".concat(t,"-compact-last-item)").concat(t,"-compact-first-item"),g()({},"".concat(t,", ").concat(t,"-group-addon"),{borderStartEndRadius:0,borderEndEndRadius:0})),"&:not(".concat(t,"-compact-first-item)").concat(t,"-compact-last-item"),g()({},"".concat(t,", ").concat(t,"-group-addon"),{borderStartStartRadius:0,borderEndStartRadius:0})),"&:not(".concat(t,"-compact-last-item)").concat(t,"-compact-item"),g()({},"".concat(t,"-affix-wrapper"),{borderStartEndRadius:0,borderEndEndRadius:0})),"&:not(".concat(t,"-compact-first-item)").concat(t,"-compact-item"),g()({},"".concat(t,"-affix-wrapper"),{borderStartStartRadius:0,borderEndStartRadius:0})))}))},tw=function(e){var t=e.componentCls,n=e.antCls,r="".concat(t,"-search");return g()({},r,g()(g()(g()(g()(g()(g()(g()(g()(g()({},t,{"&:hover, &:focus":g()({},"+ ".concat(t,"-group-addon ").concat(r,"-button:not(").concat(n,"-btn-color-primary):not(").concat(n,"-btn-variant-text)"),{borderInlineStartColor:e.colorPrimaryHover})}),"".concat(t,"-affix-wrapper"),{height:e.controlHeight,borderRadius:0}),"".concat(t,"-lg"),{lineHeight:e.calc(e.lineHeightLG).sub(2e-4).equal()}),"> ".concat(t,"-group"),g()({},"> ".concat(t,"-group-addon:last-child"),g()(g()({insetInlineStart:-1,padding:0,border:0},"".concat(r,"-button"),{marginInlineEnd:-1,borderStartStartRadius:0,borderEndStartRadius:0,boxShadow:"none"}),"".concat(r,"-button:not(").concat(n,"-btn-color-primary)"),g()({color:e.colorTextDescription,"&:hover":{color:e.colorPrimaryHover},"&:active":{color:e.colorPrimaryActive}},"&".concat(n,"-btn-loading::before"),{inset:0})))),"".concat(r,"-button"),{height:e.controlHeight,"&:hover, &:focus":{zIndex:1}}),"&-large",g()({},"".concat(t,"-affix-wrapper, ").concat(r,"-button"),{height:e.controlHeightLG})),"&-small",g()({},"".concat(t,"-affix-wrapper, ").concat(r,"-button"),{height:e.controlHeightSM})),"&-rtl",{direction:"rtl"}),"&".concat(t,"-compact-item"),g()(g()(g()(g()({},"&:not(".concat(t,"-compact-last-item)"),g()({},"".concat(t,"-group-addon"),g()({},"".concat(t,"-search-button"),{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal(),borderRadius:0}))),"&:not(".concat(t,"-compact-first-item)"),g()({},"".concat(t,",").concat(t,"-affix-wrapper"),{borderRadius:0})),"> ".concat(t,"-group-addon ").concat(t,"-search-button,\n > ").concat(t,",\n ").concat(t,"-affix-wrapper"),{"&:hover, &:focus, &:active":{zIndex:2}}),"> ".concat(t,"-affix-wrapper-focused"),{zIndex:2})))},nw=function(e){var t=e.componentCls;return g()({},"".concat(t,"-out-of-range"),g()({},"&, & input, & textarea, ".concat(t,"-show-count-suffix, ").concat(t,"-data-count"),{color:e.colorError}))},rw=Xs(["Input","Shared"],(function(e){var t=Ms(e,Ly(e));return[Zy(t),$y(t)]}),Iy,{resetFont:!1}),ow=Xs(["Input","Component"],(function(e){var t=Ms(e,Ly(e));return[ew(t),tw(t),nw(t),sv(t)]}),Iy,{resetFont:!1}),aw=function(e){var t=e.componentCls,n=e.paddingLG,r="".concat(t,"-textarea");return g()(g()(g()({},"textarea".concat(t),g()({maxWidth:"100%",height:"auto",minHeight:e.controlHeight,lineHeight:e.lineHeight,verticalAlign:"bottom",transition:"all ".concat(e.motionDurationSlow),resize:"vertical"},"&".concat(t,"-mouse-active"),{transition:"all ".concat(e.motionDurationSlow,", height 0s, width 0s")})),"".concat(t,"-textarea-affix-wrapper-resize-dirty"),{width:"auto"}),r,g()(g()(g()(g()({position:"relative","&-show-count":g()({},"".concat(t,"-data-count"),{position:"absolute",bottom:e.calc(e.fontSize).mul(e.lineHeight).mul(-1).equal(),insetInlineEnd:0,color:e.colorTextDescription,whiteSpace:"nowrap",pointerEvents:"none"})},"\n &-allow-clear > ".concat(t,",\n &-affix-wrapper").concat(r,"-has-feedback ").concat(t,"\n "),{paddingInlineEnd:n}),"&-affix-wrapper".concat(t,"-affix-wrapper"),g()(g()({padding:0},"> textarea".concat(t),{fontSize:"inherit",border:"none",outline:"none",background:"transparent",minHeight:e.calc(e.controlHeight).sub(e.calc(e.lineWidth).mul(2)).equal(),"&:focus":{boxShadow:"none !important"}}),"".concat(t,"-suffix"),g()(g()({margin:0,"> *:not(:last-child)":{marginInline:0}},"".concat(t,"-clear-icon"),{position:"absolute",insetInlineEnd:e.paddingInline,insetBlockStart:e.paddingXS}),"".concat(r,"-suffix"),{position:"absolute",top:0,insetInlineEnd:e.paddingInline,bottom:0,zIndex:1,display:"inline-flex",alignItems:"center",margin:"auto",pointerEvents:"none"}))),"&-affix-wrapper".concat(t,"-affix-wrapper-rtl"),g()({},"".concat(t,"-suffix"),g()({},"".concat(t,"-data-count"),{direction:"ltr",insetInlineStart:0}))),"&-affix-wrapper".concat(t,"-affix-wrapper-sm"),g()({},"".concat(t,"-suffix"),g()({},"".concat(t,"-clear-icon"),{insetInlineEnd:e.paddingInlineSM}))))},iw=Xs(["Input","TextArea"],(function(e){var t=Ms(e,Ly(e));return[aw(t)]}),Iy,{resetFont:!1}),sw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},cw=(0,v.forwardRef)((function(e,t){var n,r=e.prefixCls,o=e.bordered,a=void 0===o||o,i=e.size,s=e.disabled,c=e.status,l=e.allowClear,u=e.classNames,f=e.rootClassName,d=e.className,p=e.style,h=e.styles,m=e.variant,b=e.showCount,y=e.onMouseDown,w=e.onResize,E=sw(e,["prefixCls","bordered","size","disabled","status","allowClear","classNames","rootClassName","className","style","styles","variant","showCount","onMouseDown","onResize"]),k=N("textArea"),C=k.getPrefixCls,S=k.direction,A=k.allowClear,_=k.autoComplete,O=k.className,D=k.style,T=k.classNames,R=k.styles,P=v.useContext(jr),F=null!=s?s:P,L=v.useContext(cm),I=L.status,j=L.hasFeedback,M=L.feedbackIcon,B=Py(I,c),z=v.useRef(null);v.useImperativeHandle(t,(function(){var e;return{resizableTextArea:null===(e=z.current)||void 0===e?void 0:e.resizableTextArea,focus:function(e){var t,n;dy(null===(n=null===(t=z.current)||void 0===t?void 0:t.resizableTextArea)||void 0===n?void 0:n.textArea,e)},blur:function(){var e;return null===(e=z.current)||void 0===e?void 0:e.blur()}}}));var q=C("input",r),H=xs(q),U=rw(q,f),V=x()(U,3),W=V[0],G=V[1],Q=V[2],K=iw(q,H),Y=x()(K,1)[0],X=vm(q,S),J=X.compactSize,Z=X.compactItemClassnames,$=_c((function(e){var t;return null!==(t=null!=i?i:J)&&void 0!==t?t:e})),ee=Fy("textArea",m,a),te=x()(ee,2),ne=te[0],re=te[1],oe=Ry(null!=l?l:A),ae=v.useState(!1),ie=x()(ae,2),se=ie[0],ce=ie[1],le=v.useState(!1),ue=x()(le,2),fe=ue[0],de=ue[1];return W(Y(v.createElement(Ty,Object.assign({autoComplete:_},E,{style:Object.assign(Object.assign({},D),p),styles:Object.assign(Object.assign({},R),h),disabled:F,allowClear:oe,className:Qr()(Q,H,d,f,Z,O,fe&&"".concat(q,"-textarea-affix-wrapper-resize-dirty")),classNames:Object.assign(Object.assign(Object.assign({},u),T),{textarea:Qr()(g()(g()({},"".concat(q,"-sm"),"small"===$),"".concat(q,"-lg"),"large"===$),G,null==u?void 0:u.textarea,T.textarea,se&&"".concat(q,"-mouse-active")),variant:Qr()(g()({},"".concat(q,"-").concat(ne),re),Ny(q,B)),affixWrapper:Qr()("".concat(q,"-textarea-affix-wrapper"),g()(g()(g()(g()({},"".concat(q,"-affix-wrapper-rtl"),"rtl"===S),"".concat(q,"-affix-wrapper-sm"),"small"===$),"".concat(q,"-affix-wrapper-lg"),"large"===$),"".concat(q,"-textarea-show-count"),b||(null===(n=e.count)||void 0===n?void 0:n.show)),G)}),prefixCls:q,suffix:j&&v.createElement("span",{className:"".concat(q,"-textarea-suffix")},M),showCount:b,ref:z,onResize:function(e){var t,n;if(null==w||w(e),se&&"function"==typeof getComputedStyle){var r=null===(n=null===(t=z.current)||void 0===t?void 0:t.nativeElement)||void 0===n?void 0:n.querySelector("textarea");r&&"both"===getComputedStyle(r).resize&&de(!0)}},onMouseDown:function(e){ce(!0),null==y||y(e);document.addEventListener("mouseup",(function e(){ce(!1),document.removeEventListener("mouseup",e)}))}}))))})),lw=cw,uw=function(e){var t=e.componentCls,n=e.titleMarginTop;return g()({},t,Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(g()(g()(g()(g()(g()(g()({color:e.colorText,wordBreak:"break-word",lineHeight:e.lineHeight},"&".concat(t,"-secondary"),{color:e.colorTextDescription}),"&".concat(t,"-success"),{color:e.colorSuccessText}),"&".concat(t,"-warning"),{color:e.colorWarningText}),"&".concat(t,"-danger"),{color:e.colorErrorText,"a&:active, a&:focus":{color:e.colorErrorTextActive},"a&:hover":{color:e.colorErrorTextHover}}),"&".concat(t,"-disabled"),{color:e.colorTextDisabled,cursor:"not-allowed",userSelect:"none"}),"\n div&,\n p\n ",{marginBottom:"1em"}),function(e){var t={};return[1,2,3,4,5].forEach((function(n){t["\n h".concat(n,"&,\n div&-h").concat(n,",\n div&-h").concat(n," > textarea,\n h").concat(n,"\n ")]=function(e,t,n,r){return{marginBottom:r.titleMarginBottom,color:n,fontWeight:r.fontWeightStrong,fontSize:e,lineHeight:t}}(e["fontSizeHeading".concat(n)],e["lineHeightHeading".concat(n)],e.colorTextHeading,e)})),t}(e)),g()(g()({},"\n & + h1".concat(t,",\n & + h2").concat(t,",\n & + h3").concat(t,",\n & + h4").concat(t,",\n & + h5").concat(t,"\n "),{marginTop:n}),"\n div,\n ul,\n li,\n p,\n h1,\n h2,\n h3,\n h4,\n h5",g()({},"\n + h1,\n + h2,\n + h3,\n + h4,\n + h5\n ",{marginTop:n}))),function(e){return{code:{margin:"0 0.2em",paddingInline:"0.4em",paddingBlock:"0.2em 0.1em",fontSize:"85%",fontFamily:e.fontFamilyCode,background:"rgba(150, 150, 150, 0.1)",border:"1px solid rgba(100, 100, 100, 0.2)",borderRadius:3},kbd:{margin:"0 0.2em",paddingInline:"0.4em",paddingBlock:"0.15em 0.1em",fontSize:"90%",fontFamily:e.fontFamilyCode,background:"rgba(150, 150, 150, 0.06)",border:"1px solid rgba(100, 100, 100, 0.2)",borderBottomWidth:2,borderRadius:3},mark:{padding:0,backgroundColor:Kn[2]},"u, ins":{textDecoration:"underline",textDecorationSkipInk:"auto"},"s, del":{textDecoration:"line-through"},strong:{fontWeight:e.fontWeightStrong},"ul, ol":{marginInline:0,marginBlock:"0 1em",padding:0,li:{marginInline:"20px 0",marginBlock:0,paddingInline:"4px 0",paddingBlock:0}},ul:{listStyleType:"circle",ul:{listStyleType:"disc"}},ol:{listStyleType:"decimal"},"pre, blockquote":{margin:"1em 0"},pre:{padding:"0.4em 0.6em",whiteSpace:"pre-wrap",wordWrap:"break-word",background:"rgba(150, 150, 150, 0.1)",border:"1px solid rgba(100, 100, 100, 0.2)",borderRadius:3,fontFamily:e.fontFamilyCode,code:{display:"inline",margin:0,padding:0,fontSize:"inherit",fontFamily:"inherit",background:"transparent",border:0}},blockquote:{paddingInline:"0.6em 0",paddingBlock:0,borderInlineStart:"4px solid rgba(100, 100, 100, 0.2)",opacity:.85}}}(e)),function(e){var t=e.componentCls;return{"a&, a":Object.assign(Object.assign({},Ua(e)),g()({userSelect:"text"},"&[disabled], &".concat(t,"-disabled"),{color:e.colorTextDisabled,cursor:"not-allowed","&:active, &:hover":{color:e.colorTextDisabled},"&:active":{pointerEvents:"none"}}))}}(e)),g()({},"\n ".concat(t,"-expand,\n ").concat(t,"-collapse,\n ").concat(t,"-edit,\n ").concat(t,"-copy\n "),Object.assign(Object.assign({},Ua(e)),{marginInlineStart:e.marginXXS}))),function(e){var t=e.componentCls,n=e.paddingSM;return{"&-edit-content":g()(g()({position:"relative","div&":{insetInlineStart:e.calc(e.paddingSM).mul(-1).equal(),marginTop:e.calc(n).mul(-1).equal(),marginBottom:"calc(1em - ".concat(Ie(n),")")}},"".concat(t,"-edit-content-confirm"),{position:"absolute",insetInlineEnd:e.calc(e.marginXS).add(2).equal(),insetBlockEnd:e.marginXS,color:e.colorIcon,fontWeight:"normal",fontSize:e.fontSize,fontStyle:"normal",pointerEvents:"none"}),"textarea",{margin:"0!important",MozTransition:"none",height:"1em"})}}(e)),function(e){return g()(g()({},"".concat(e.componentCls,"-copy-success"),g()({},"\n &,\n &:hover,\n &:focus",{color:e.colorSuccess})),"".concat(e.componentCls,"-copy-icon-only"),{marginInlineStart:0})}(e)),g()(g()(g()({},"\n a&-ellipsis,\n span&-ellipsis\n ",{display:"inline-block",maxWidth:"100%"}),"&-ellipsis-single-line",{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis","a&, span&":{verticalAlign:"bottom"},"> code":{paddingBlock:0,maxWidth:"calc(100% - 1.2em)",display:"inline-block",overflow:"hidden",textOverflow:"ellipsis",verticalAlign:"bottom",boxSizing:"content-box"}}),"&-ellipsis-multiple-line",{display:"-webkit-box",overflow:"hidden",WebkitLineClamp:3,WebkitBoxOrient:"vertical"})),{"&-rtl":{direction:"rtl"}}))},fw=Xs("Typography",(function(e){return[uw(e)]}),(function(){return{titleMarginTop:"1.2em",titleMarginBottom:"0.5em"}})),dw=function(e){var t=e.prefixCls,n=e["aria-label"],r=e.className,o=e.style,a=e.direction,i=e.maxLength,s=e.autoSize,c=void 0===s||s,l=e.value,u=e.onSave,f=e.onCancel,d=e.onEnd,p=e.component,h=e.enterIcon,m=void 0===h?v.createElement(ly,null):h,b=v.useRef(null),y=v.useRef(!1),w=v.useRef(null),E=v.useState(l),k=x()(E,2),C=k[0],S=k[1];v.useEffect((function(){S(l)}),[l]),v.useEffect((function(){var e;if(null===(e=b.current)||void 0===e?void 0:e.resizableTextArea){var t=b.current.resizableTextArea.textArea;t.focus();var n=t.value.length;t.setSelectionRange(n,n)}}),[]);var A=function(){u(C.trim())},_=fw(t),O=x()(_,3),D=O[0],T=O[1],R=O[2],N=Qr()(t,"".concat(t,"-edit-content"),g()(g()({},"".concat(t,"-rtl"),"rtl"===a),"".concat(t,"-").concat(p),!!p),r,T,R);return D(v.createElement("div",{className:N,style:o},v.createElement(lw,{ref:b,maxLength:i,value:C,onChange:function(e){var t=e.target;S(t.value.replace(/[\n\r]/g,""))},onKeyDown:function(e){var t=e.keyCode;y.current||(w.current=t)},onKeyUp:function(e){var t=e.keyCode,n=e.ctrlKey,r=e.altKey,o=e.metaKey,a=e.shiftKey;w.current!==t||y.current||n||r||o||a||(t===ns.ENTER?(A(),null==d||d()):t===ns.ESC&&f())},onCompositionStart:function(){y.current=!0},onCompositionEnd:function(){y.current=!1},onBlur:function(){A()},"aria-label":n,rows:1,autoSize:c}),null!==m?Pm(m,{className:"".concat(t,"-edit-content-confirm")}):null))},pw=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t&&null==e?[]:Array.isArray(e)?e:[e]},hw=function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}c((r=r.apply(e,t||[])).next())}))},mw=function(e){var t=e.copyConfig,n=e.children,r=v.useState(!1),o=x()(r,2),a=o[0],i=o[1],s=v.useState(!1),c=x()(s,2),l=c[0],u=c[1],f=v.useRef(null),d=function(){f.current&&clearTimeout(f.current)},p={};t.format&&(p.format=t.format),v.useEffect((function(){return d}),[]);var h=Co((function(e){return hw(void 0,void 0,void 0,Gc()().mark((function r(){var o,a;return Gc()().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(null==e||e.preventDefault(),null==e||e.stopPropagation(),u(!0),r.prev=3,"function"!=typeof t.text){r.next=10;break}return r.next=7,t.text();case 7:r.t0=r.sent,r.next=11;break;case 10:r.t0=t.text;case 11:a=r.t0,Lc()(a||pw(n,!0).join("")||"",p),u(!1),i(!0),d(),f.current=setTimeout((function(){i(!1)}),3e3),null===(o=t.onCopy)||void 0===o||o.call(t,e),r.next=24;break;case 20:throw r.prev=20,r.t1=r.catch(3),u(!1),r.t1;case 24:case"end":return r.stop()}}),r,null,[[3,20]])})))}));return{copied:a,copyLoading:l,onClick:h}};function gw(e,t){return v.useMemo((function(){var n=!!e;return[n,Object.assign(Object.assign({},t),n&&"object"===Ur()(e)?e:null)]}),[e])}var vw=function(e){var t=(0,v.useRef)(void 0);return(0,v.useEffect)((function(){t.current=e})),t.current},bw=function(e,t,n){return(0,v.useMemo)((function(){return!0===e?{title:null!=t?t:n}:(0,v.isValidElement)(e)?{title:e}:"object"===Ur()(e)?Object.assign({title:null!=t?t:n},e):{title:e}}),[e,t,n])},yw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},ww=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.component,o=void 0===r?"article":r,a=e.className,i=e.rootClassName,s=e.setContentRef,c=e.children,l=e.direction,u=e.style,f=yw(e,["prefixCls","component","className","rootClassName","setContentRef","children","direction","style"]),d=N("typography"),p=d.getPrefixCls,h=d.direction,m=d.className,b=d.style,y=null!=l?l:h,w=s?ao(t,s):t,E=p("typography",n),k=fw(E),C=x()(k,3),S=C[0],A=C[1],_=C[2],O=Qr()(E,m,g()({},"".concat(E,"-rtl"),"rtl"===y),a,i,A,_),D=Object.assign(Object.assign({},b),u);return S(v.createElement(o,Object.assign({className:O,style:D,ref:w},f),c))}));var xw=ww,Ew={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"}}]},name:"check",theme:"outlined"},kw=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Ew}))};var Cw=v.forwardRef(kw),Sw={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"}}]},name:"copy",theme:"outlined"},Aw=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Sw}))};var _w=v.forwardRef(Aw);function Ow(e){return!1===e?[!1,!1]:Array.isArray(e)?e:[e]}function Dw(e,t,n){return!0===e||void 0===e?t:e||n&&t}var Tw=function(e){return["string","number"].includes(Ur()(e))},Rw=function(e){var t=e.prefixCls,n=e.copied,r=e.locale,o=e.iconOnly,a=e.tooltips,i=e.icon,s=e.tabIndex,c=e.onCopy,l=e.loading,u=Ow(a),f=Ow(i),d=null!=r?r:{},p=d.copied,h=d.copy,m=n?p:h,b=Dw(u[n?1:0],m),y="string"==typeof b?b:m;return v.createElement(ng,{title:b},v.createElement("button",{type:"button",className:Qr()("".concat(t,"-copy"),g()(g()({},"".concat(t,"-copy-success"),n),"".concat(t,"-copy-icon-only"),o)),onClick:c,"aria-label":y,tabIndex:s},n?Dw(f[1],v.createElement(Cw,null),!0):Dw(f[0],l?v.createElement(es,null):v.createElement(_w,null),!0)))},Nw=v.forwardRef((function(e,t){var n=e.style,r=e.children,o=v.useRef(null);return v.useImperativeHandle(t,(function(){return{isExceed:function(){var e=o.current;return e.scrollHeight>e.clientHeight},getHeight:function(){return o.current.clientHeight}}})),v.createElement("span",{"aria-hidden":!0,ref:o,style:Object.assign({position:"fixed",display:"block",left:0,top:0,pointerEvents:"none",backgroundColor:"rgba(255, 0, 0, 0.65)"},n)},r)}));function Pw(e,t){for(var n=0,r=[],o=0;o<e.length;o+=1){if(n===t)return r;var a=e[o],i=n+(Tw(a)?String(a).length:1);if(i>t){var s=t-n;return r.push(String(a).slice(0,s)),r}r.push(a),n=i}return e}var Fw=0,Lw=4,Iw={display:"-webkit-box",overflow:"hidden",WebkitBoxOrient:"vertical"};function jw(e){var t=e.enableMeasure,n=e.width,r=e.text,o=e.children,a=e.rows,i=e.expanded,s=e.miscDeps,c=e.onEllipsis,l=v.useMemo((function(){return dd(r)}),[r]),u=v.useMemo((function(){return function(e){return e.reduce((function(e,t){return e+(Tw(t)?String(t).length:1)}),0)}(l)}),[r]),f=v.useMemo((function(){return o(l,!1)}),[r]),d=v.useState(null),p=x()(d,2),h=p[0],m=p[1],g=v.useRef(null),b=v.useRef(null),y=v.useRef(null),w=v.useRef(null),E=v.useRef(null),k=v.useState(!1),C=x()(k,2),A=C[0],_=C[1],O=v.useState(Fw),D=x()(O,2),T=D[0],R=D[1],N=v.useState(0),P=x()(N,2),F=P[0],L=P[1],I=v.useState(null),j=x()(I,2),M=j[0],B=j[1];Ve((function(){R(t&&n&&u?1:Fw)}),[n,r,a,t,l]),Ve((function(){var e,t,n,r;if(1===T){R(2);var o=b.current&&getComputedStyle(b.current).whiteSpace;B(o)}else if(2===T){var i=!!(null===(e=y.current)||void 0===e?void 0:e.isExceed());R(i?3:Lw),m(i?[0,u]:null),_(i);var s=(null===(t=y.current)||void 0===t?void 0:t.getHeight())||0,l=1===a?0:(null===(n=w.current)||void 0===n?void 0:n.getHeight())||0,f=(null===(r=E.current)||void 0===r?void 0:r.getHeight())||0,d=Math.max(s,l+f);L(d+1),c(i)}}),[T]);var z=h?Math.ceil((h[0]+h[1])/2):0;Ve((function(){var e,t=h||[0,0],n=x()(t,2),r=n[0],o=n[1];if(r!==o){var a=((null===(e=g.current)||void 0===e?void 0:e.getHeight())||0)>F,i=z;o-r==1&&(i=a?r:o),m(a?[r,i]:[i,o])}}),[h,z]);var q=v.useMemo((function(){if(!t)return o(l,!1);if(3!==T||!h||h[0]!==h[1]){var e=o(l,!1);return[Lw,Fw].includes(T)?e:v.createElement("span",{style:Object.assign(Object.assign({},Iw),{WebkitLineClamp:a})},e)}return o(i?l:Pw(l,h[0]),A)}),[i,T,h,l].concat(S(s))),H={width:n,margin:0,padding:0,whiteSpace:"nowrap"===M?"normal":"inherit"};return v.createElement(v.Fragment,null,q,2===T&&v.createElement(v.Fragment,null,v.createElement(Nw,{style:Object.assign(Object.assign(Object.assign({},H),Iw),{WebkitLineClamp:a}),ref:y},f),v.createElement(Nw,{style:Object.assign(Object.assign(Object.assign({},H),Iw),{WebkitLineClamp:a-1}),ref:w},f),v.createElement(Nw,{style:Object.assign(Object.assign(Object.assign({},H),Iw),{WebkitLineClamp:1}),ref:E},o([],!0))),3===T&&h&&h[0]!==h[1]&&v.createElement(Nw,{style:Object.assign(Object.assign({},H),{top:400}),ref:g},o(Pw(l,z),!0)),1===T&&v.createElement("span",{style:{whiteSpace:"inherit"},ref:b}))}var Mw=function(e){var t=e.enableEllipsis,n=e.isEllipsis,r=e.children,o=e.tooltipProps;return(null==o?void 0:o.title)&&t?v.createElement(ng,Object.assign({open:!!n&&void 0},o),r):r},Bw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};var zw=["delete","mark","code","underline","strong","keyboard","italic"],qw=v.forwardRef((function(e,t){var n,r=e.prefixCls,o=e.className,a=e.style,i=e.type,s=e.disabled,c=e.children,l=e.ellipsis,u=e.editable,f=e.copyable,d=e.component,p=e.title,h=Bw(e,["prefixCls","className","style","type","disabled","children","ellipsis","editable","copyable","component","title"]),m=v.useContext(T),b=m.getPrefixCls,y=m.direction,w=iy("Text"),E=x()(w,1)[0],k=v.useRef(null),C=v.useRef(null),A=b("typography",r),_=rg(h,zw),O=gw(u),D=x()(O,2),R=D[0],N=D[1],P=_o(!1,{value:N.editing}),F=x()(P,2),L=F[0],I=F[1],j=N.triggerType,M=void 0===j?["icon"]:j,B=function(e){var t;e&&(null===(t=N.onStart)||void 0===t||t.call(N)),I(e)},z=vw(L);Ve((function(){var e;!L&&z&&(null===(e=C.current)||void 0===e||e.focus())}),[L]);var q=function(e){null==e||e.preventDefault(),B(!0)},H=gw(f),U=x()(H,2),V=U[0],W=U[1],G=mw({copyConfig:W,children:c}),Q=G.copied,K=G.copyLoading,Y=G.onClick,X=v.useState(!1),J=x()(X,2),Z=J[0],$=J[1],ee=v.useState(!1),te=x()(ee,2),ne=te[0],re=te[1],oe=v.useState(!1),ae=x()(oe,2),ie=ae[0],se=ae[1],ce=v.useState(!1),le=x()(ce,2),ue=le[0],fe=le[1],de=v.useState(!0),pe=x()(de,2),he=pe[0],me=pe[1],ge=gw(l,{expandable:!1,symbol:function(e){return e?null==E?void 0:E.collapse:null==E?void 0:E.expand}}),ve=x()(ge,2),be=ve[0],ye=ve[1],we=_o(ye.defaultExpanded||!1,{value:ye.expanded}),xe=x()(we,2),Ee=xe[0],ke=xe[1],Ce=be&&(!Ee||"collapsible"===ye.expandable),Se=ye.rows,Ae=void 0===Se?1:Se,_e=v.useMemo((function(){return Ce&&(void 0!==ye.suffix||ye.onEllipsis||ye.expandable||R||V)}),[Ce,ye,R,V]);Ve((function(){be&&!_e&&($(ay("webkitLineClamp")),re(ay("textOverflow")))}),[_e,be]);var Oe=v.useState(Ce),De=x()(Oe,2),Te=De[0],Re=De[1],Ne=v.useMemo((function(){return!_e&&(1===Ae?ne:Z)}),[_e,ne,Z]);Ve((function(){Re(Ne&&Ce)}),[Ne,Ce]);var Pe=Ce&&(Te?ue:ie),Fe=Ce&&1===Ae&&Te,Le=Ce&&Ae>1&&Te,Ie=v.useState(0),je=x()(Ie,2),Me=je[0],Be=je[1],ze=function(e){var t;se(e),ie!==e&&(null===(t=ye.onEllipsis)||void 0===t||t.call(ye,e))};v.useEffect((function(){var e=k.current;if(be&&Te&&e){var t=function(e){var t=document.createElement("em");e.appendChild(t);var n=e.getBoundingClientRect(),r=t.getBoundingClientRect();return e.removeChild(t),n.left>r.left||r.right>n.right||n.top>r.top||r.bottom>n.bottom}(e);ue!==t&&fe(t)}}),[be,Te,c,Le,he,Me]),v.useEffect((function(){var e=k.current;if("undefined"!=typeof IntersectionObserver&&e&&Te&&Ce){var t=new IntersectionObserver((function(){me(!!e.offsetParent)}));return t.observe(e),function(){t.disconnect()}}}),[Te,Ce]);var qe=bw(ye.tooltip,N.text,c),He=v.useMemo((function(){if(be&&!Te)return[N.text,c,p,qe.title].find(Tw)}),[be,Te,p,qe.title,Pe]);if(L)return v.createElement(dw,{value:null!==(n=N.text)&&void 0!==n?n:"string"==typeof c?c:"",onSave:function(e){var t;null===(t=N.onChange)||void 0===t||t.call(N,e),B(!1)},onCancel:function(){var e;null===(e=N.onCancel)||void 0===e||e.call(N),B(!1)},onEnd:N.onEnd,prefixCls:A,className:o,style:a,direction:y,component:d,maxLength:N.maxLength,autoSize:N.autoSize,enterIcon:N.enterIcon});var Ue=function(){var e=ye.expandable,t=ye.symbol;return e?v.createElement("button",{type:"button",key:"expand",className:"".concat(A,"-").concat(Ee?"collapse":"expand"),onClick:function(e){return function(e,t){var n;ke(t.expanded),null===(n=ye.onExpand)||void 0===n||n.call(ye,e,t)}(e,{expanded:!Ee})},"aria-label":Ee?E.collapse:null==E?void 0:E.expand},"function"==typeof t?t(Ee):t):null},We=function(){if(R){var e=N.icon,t=N.tooltip,n=N.tabIndex,r=dd(t)[0]||(null==E?void 0:E.edit),o="string"==typeof r?r:"";return M.includes("icon")?v.createElement(ng,{key:"edit",title:!1===t?"":r},v.createElement("button",{type:"button",ref:C,className:"".concat(A,"-edit"),onClick:q,"aria-label":o,tabIndex:n},e||v.createElement(ry,{role:"button"}))):null}},Ge=function(e){return[e&&Ue(),We(),V?v.createElement(Rw,Object.assign({key:"copy"},W,{prefixCls:A,copied:Q,locale:E,onCopy:Y,loading:K,iconOnly:null==c})):null]};return v.createElement(Ud,{onResize:function(e){var t=e.offsetWidth;Be(t)},disabled:!Ce},(function(n){return v.createElement(Mw,{tooltipProps:qe,enableEllipsis:Ce,isEllipsis:Pe},v.createElement(xw,Object.assign({className:Qr()(g()(g()(g()(g()(g()({},"".concat(A,"-").concat(i),i),"".concat(A,"-disabled"),s),"".concat(A,"-ellipsis"),be),"".concat(A,"-ellipsis-single-line"),Fe),"".concat(A,"-ellipsis-multiple-line"),Le),o),prefixCls:r,style:Object.assign(Object.assign({},a),{WebkitLineClamp:Le?Ae:void 0}),component:d,ref:ao(n,k,t),direction:y,onClick:M.includes("text")?q:void 0,"aria-label":null==He?void 0:He.toString(),title:p},_),v.createElement(jw,{enableMeasure:Ce&&!Te,text:c,rows:Ae,width:Me,onEllipsis:ze,expanded:Ee,miscDeps:[Q,Ee,K,R,V,E].concat(S(zw.map((function(t){return e[t]}))))},(function(t,n){return function(e,t){var n=e.mark,r=e.code,o=e.underline,a=e.delete,i=e.strong,s=e.keyboard,c=e.italic,l=t;function u(e,t){t&&(l=v.createElement(e,{},l))}return u("strong",i),u("u",o),u("del",a),u("code",r),u("mark",n),u("kbd",s),u("i",c),l}(e,v.createElement(v.Fragment,null,t.length>0&&n&&!Ee&&He?v.createElement("span",{key:"show-content","aria-hidden":!0},t):t,function(e){return[e&&!Ee&&v.createElement("span",{"aria-hidden":!0,key:"ellipsis"},"..."),ye.suffix,Ge(e)]}(n)))}))))}))})),Hw=qw,Uw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Vw=v.forwardRef((function(e,t){var n=e.ellipsis,r=e.rel,o=Uw(e,["ellipsis","rel"]),a=Object.assign(Object.assign({},o),{rel:void 0===r&&"_blank"===o.target?"noopener noreferrer":r});return delete a.navigate,v.createElement(Hw,Object.assign({},a,{ref:t,ellipsis:!!n,component:"a"}))})),Ww=Vw,Gw=v.forwardRef((function(e,t){return v.createElement(Hw,Object.assign({ref:t},e,{component:"div"}))})),Qw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Kw=function(e,t){var n=e.ellipsis,r=Qw(e,["ellipsis"]),o=v.useMemo((function(){return n&&"object"===Ur()(n)?rg(n,["expandable","rows"]):n}),[n]);return v.createElement(Hw,Object.assign({ref:t},r,{ellipsis:o,component:"span"}))},Yw=v.forwardRef(Kw),Xw=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Jw=[1,2,3,4,5],Zw=v.forwardRef((function(e,t){var n=e.level,r=void 0===n?1:n,o=Xw(e,["level"]),a=Jw.includes(r)?"h".concat(r):"h1";return v.createElement(Hw,Object.assign({ref:t},o,{component:a}))})),$w=xw;$w.Text=Yw,$w.Link=Ww,$w.Title=Zw,$w.Paragraph=Gw;var ex=$w,tx=function(e){var t=e.componentCls;return g()({},t,g()(g()(g()(g()({"&, & *":{boxSizing:"border-box"},maxWidth:"100%"},"&".concat(t,"-rtl"),{direction:"rtl"}),"& ".concat(t,"-title"),{marginBlockStart:0,fontWeight:"normal",color:e.colorTextTertiary}),"& ".concat(t,"-list"),{display:"flex",gap:e.paddingSM,overflowX:"auto",scrollbarWidth:"none","-ms-overflow-style":"none","&::-webkit-scrollbar":{display:"none"},listStyle:"none",paddingInlineStart:0,marginBlock:0,alignItems:"stretch","&-wrap":{flexWrap:"wrap"},"&-vertical":{flexDirection:"column",alignItems:"flex-start"}}),"".concat(t,"-item"),g()(g()(g()(g()(g()(g()({flex:"none",display:"flex",gap:e.paddingXS,height:"auto",paddingBlock:e.paddingSM,paddingInline:e.padding,alignItems:"flex-start",justifyContent:"flex-start",background:e.colorBgContainer,borderRadius:e.borderRadiusLG,transition:["border","background"].map((function(t){return"".concat(t," ").concat(e.motionDurationSlow)})).join(","),border:"".concat(Ie(e.lineWidth)," ").concat(e.lineType," ").concat(e.colorBorderSecondary)},"&:not(".concat(t,"-item-has-nest)"),{"&:hover":{cursor:"pointer",background:e.colorFillTertiary},"&:active":{background:e.colorFill}}),"".concat(t,"-content"),{flex:"auto",minWidth:0,display:"flex",gap:e.paddingXXS,flexDirection:"column",alignItems:"flex-start"}),"".concat(t,"-icon, ").concat(t,"-label, ").concat(t,"-desc"),{margin:0,padding:0,fontSize:e.fontSize,lineHeight:e.lineHeight,textAlign:"start",whiteSpace:"normal"}),"".concat(t,"-label"),{color:e.colorTextHeading,fontWeight:500}),"".concat(t,"-label + ").concat(t,"-desc"),{color:e.colorTextTertiary}),"&".concat(t,"-item-disabled"),g()({pointerEvents:"none",background:e.colorBgContainerDisabled},"".concat(t,"-label, ").concat(t,"-desc"),{color:e.colorTextTertiary}))))},nx=function(e){var t=e.componentCls;return g()({},t,g()(g()({},"".concat(t,"-item-has-nest"),g()({},"> ".concat(t,"-content"),g()({},"> ".concat(t,"-label"),{fontSize:e.fontSizeLG,lineHeight:e.lineHeightLG}))),"&".concat(t,"-nested"),g()(g()({marginTop:e.paddingXS,alignSelf:"stretch"},"".concat(t,"-list"),{alignItems:"stretch"}),"".concat(t,"-item"),{border:0,background:e.colorFillQuaternary})))},rx=Lb("Prompts",(function(e){var t=Ms(e,{});return[tx(t),nx(t)]}),(function(){return{}})),ox=["prefixCls","title","className","items","onItemClick","vertical","wrap","rootClassName","styles","classNames","style"];var ax=function e(t){var n=t.prefixCls,r=t.title,o=t.className,a=t.items,i=t.onItemClick,s=t.vertical,l=t.wrap,f=t.rootClassName,d=t.styles,p=void 0===d?{}:d,h=t.classNames,m=void 0===h?{}:h,b=t.style,y=c()(t,ox),w=jc(),E=w.getPrefixCls,k=w.direction,C=E("prompts",n),S=mb("prompts"),A=rx(C),_=x()(A,3),O=_[0],D=_[1],T=_[2],R=Qr()(C,S.className,o,f,D,T,g()({},"".concat(C,"-rtl"),"rtl"===k)),N=Qr()("".concat(C,"-list"),S.classNames.list,m.list,g()({},"".concat(C,"-list-wrap"),l),g()({},"".concat(C,"-list-vertical"),s));return O(v.createElement("div",rt({},y,{className:R,style:u()(u()({},b),S.style)}),r&&v.createElement(ex.Title,{level:5,className:Qr()("".concat(C,"-title"),S.classNames.title,m.title),style:u()(u()({},S.styles.title),p.title)},r),v.createElement("div",{className:N,style:u()(u()({},S.styles.list),p.list)},null==a?void 0:a.map((function(t,n){var r=t.children&&t.children.length>0;return v.createElement("div",{key:t.key||"key_".concat(n),style:u()(u()({},S.styles.item),p.item),className:Qr()("".concat(C,"-item"),S.classNames.item,m.item,g()(g()({},"".concat(C,"-item-disabled"),t.disabled),"".concat(C,"-item-has-nest"),r)),onClick:function(){!r&&i&&i({data:t})}},t.icon&&v.createElement("div",{className:"".concat(C,"-icon")},t.icon),v.createElement("div",{className:Qr()("".concat(C,"-content"),S.classNames.itemContent,m.itemContent),style:u()(u()({},S.styles.itemContent),p.itemContent)},t.label&&v.createElement("h6",{className:"".concat(C,"-label")},t.label),t.description&&v.createElement("p",{className:"".concat(C,"-desc")},t.description),r&&v.createElement(e,{className:"".concat(C,"-nested"),items:t.children,vertical:!0,onItemClick:i,classNames:{list:m.subList,item:m.subItem},styles:{list:p.subList,item:p.subItem}})))})))))},ix=function(e){var t=(0,v.useContext)(T),n=t.getPrefixCls,r=t.direction,o=e.prefixCls,a=e.className,i=n("input-group",o),s=n("input"),c=ow(s),l=x()(c,3),u=l[0],f=l[1],d=l[2],p=Qr()(i,d,g()(g()(g()(g()({},"".concat(i,"-lg"),"large"===e.size),"".concat(i,"-sm"),"small"===e.size),"".concat(i,"-compact"),e.compact),"".concat(i,"-rtl"),"rtl"===r),f,a),h=(0,v.useContext)(cm),m=(0,v.useMemo)((function(){return Object.assign(Object.assign({},h),{isFormItemInput:!1})}),[h]);return u(v.createElement("span",{className:p,style:e.style,onMouseEnter:e.onMouseEnter,onMouseLeave:e.onMouseLeave,onFocus:e.onFocus,onBlur:e.onBlur},v.createElement(cm.Provider,{value:m},e.children)))};function sx(e,t){var n=(0,v.useRef)([]),r=function(){n.current.push(setTimeout((function(){var t,n,r,o;(null===(t=e.current)||void 0===t?void 0:t.input)&&"password"===(null===(n=e.current)||void 0===n?void 0:n.input.getAttribute("type"))&&(null===(r=e.current)||void 0===r?void 0:r.input.hasAttribute("value"))&&(null===(o=e.current)||void 0===o||o.input.removeAttribute("value"))})))};return(0,v.useEffect)((function(){return t&&r(),function(){return n.current.forEach((function(e){e&&clearTimeout(e)}))}}),[]),r}var cx=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},lx=(0,v.forwardRef)((function(e,t){var n=e.prefixCls,r=e.bordered,o=void 0===r||r,a=e.status,i=e.size,s=e.disabled,c=e.onBlur,l=e.onFocus,u=e.suffix,f=e.allowClear,d=e.addonAfter,p=e.addonBefore,h=e.className,m=e.style,b=e.styles,y=e.rootClassName,w=e.onChange,E=e.classNames,k=e.variant,C=cx(e,["prefixCls","bordered","status","size","disabled","onBlur","onFocus","suffix","allowClear","addonAfter","addonBefore","className","style","styles","rootClassName","onChange","classNames","variant"]),S=N("input"),A=S.getPrefixCls,_=S.direction,O=S.allowClear,D=S.autoComplete,T=S.className,R=S.style,P=S.classNames,F=S.styles,L=A("input",n),I=(0,v.useRef)(null),j=xs(L),M=rw(L,y),B=x()(M,3),z=B[0],q=B[1],H=B[2],U=ow(L,j),V=x()(U,1)[0],W=vm(L,_),G=W.compactSize,Q=W.compactItemClassnames,K=_c((function(e){var t;return null!==(t=null!=i?i:G)&&void 0!==t?t:e})),Y=v.useContext(jr),X=null!=s?s:Y,J=(0,v.useContext)(cm),Z=J.status,$=J.hasFeedback,ee=J.feedbackIcon,te=Py(Z,a),ne=function(e){return!!(e.prefix||e.suffix||e.allowClear||e.showCount)}(e)||!!$,re=((0,v.useRef)(ne),sx(I,!0)),oe=($||u)&&v.createElement(v.Fragment,null,u,$&&ee),ae=Ry(null!=f?f:O),ie=Fy("input",k,o),se=x()(ie,2),ce=se[0],le=se[1];return z(V(v.createElement(wy,Object.assign({ref:ao(t,I),prefixCls:L,autoComplete:D},C,{disabled:X,onBlur:function(e){re(),null==c||c(e)},onFocus:function(e){re(),null==l||l(e)},style:Object.assign(Object.assign({},R),m),styles:Object.assign(Object.assign({},F),b),suffix:oe,allowClear:ae,className:Qr()(h,y,H,j,Q,T),onChange:function(e){re(),null==w||w(e)},addonBefore:p&&v.createElement(xm,{form:!0,space:!0},p),addonAfter:d&&v.createElement(xm,{form:!0,space:!0},d),classNames:Object.assign(Object.assign(Object.assign({},E),P),{input:Qr()(g()(g()(g()({},"".concat(L,"-sm"),"small"===K),"".concat(L,"-lg"),"large"===K),"".concat(L,"-rtl"),"rtl"===_),null==E?void 0:E.input,P.input,q),variant:Qr()(g()({},"".concat(L,"-").concat(ce),le),Ny(L,te)),affixWrapper:Qr()(g()(g()(g()({},"".concat(L,"-affix-wrapper-sm"),"small"===K),"".concat(L,"-affix-wrapper-lg"),"large"===K),"".concat(L,"-affix-wrapper-rtl"),"rtl"===_),q),wrapper:Qr()(g()({},"".concat(L,"-group-rtl"),"rtl"===_),q),groupWrapper:Qr()(g()(g()(g()(g()({},"".concat(L,"-group-wrapper-sm"),"small"===K),"".concat(L,"-group-wrapper-lg"),"large"===K),"".concat(L,"-group-wrapper-rtl"),"rtl"===_),"".concat(L,"-group-wrapper-").concat(ce),le),Ny("".concat(L,"-group-wrapper"),te,$),q)})}))))}));var ux=lx,fx=function(e){var t=e.componentCls,n=e.paddingXS;return g()({},t,g()(g()(g()(g()(g()({display:"inline-flex",alignItems:"center",flexWrap:"nowrap",columnGap:n},"".concat(t,"-input-wrapper"),g()(g()(g()(g()({position:"relative"},"".concat(t,"-mask-icon"),{position:"absolute",zIndex:"1",top:"50%",right:"50%",transform:"translate(50%, -50%)",pointerEvents:"none"}),"".concat(t,"-mask-input"),{color:"transparent",caretColor:"var(--ant-color-text)"}),"".concat(t,"-mask-input[type=number]::-webkit-inner-spin-button"),{"-webkit-appearance":"none",margin:0}),"".concat(t,"-mask-input[type=number]"),{"-moz-appearance":"textfield"})),"&-rtl",{direction:"rtl"}),"".concat(t,"-input"),{textAlign:"center",paddingInline:e.paddingXXS}),"&".concat(t,"-sm ").concat(t,"-input"),{paddingInline:e.calc(e.paddingXXS).div(2).equal()}),"&".concat(t,"-lg ").concat(t,"-input"),{paddingInline:e.paddingXS}))},dx=Xs(["Input","OTP"],(function(e){var t=Ms(e,Ly(e));return[fx(t)]}),Iy),px=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},hx=v.forwardRef((function(e,t){var n=e.className,r=e.value,o=e.onChange,a=e.onActiveChange,i=e.index,s=e.mask,c=px(e,["className","value","onChange","onActiveChange","index","mask"]),l=(0,v.useContext(T).getPrefixCls)("otp"),u="string"==typeof s?s:r,f=v.useRef(null);v.useImperativeHandle(t,(function(){return f.current}));var d=function(){ra((function(){var e,t=null===(e=f.current)||void 0===e?void 0:e.input;document.activeElement===t&&t&&t.select()}))};return v.createElement("span",{className:"".concat(l,"-input-wrapper"),role:"presentation"},s&&""!==r&&void 0!==r&&v.createElement("span",{className:"".concat(l,"-mask-icon"),"aria-hidden":"true"},u),v.createElement(ux,Object.assign({"aria-label":"OTP Input ".concat(i+1),type:!0===s?"password":"text"},c,{ref:f,value:r,onInput:function(e){o(i,e.target.value)},onFocus:d,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey;"ArrowLeft"===t?a(i-1):"ArrowRight"===t?a(i+1):"z"===t&&(n||r)&&e.preventDefault(),d()},onKeyUp:function(e){"Backspace"!==e.key||r||a(i-1),d()},onMouseDown:d,onMouseUp:d,className:Qr()(n,g()({},"".concat(l,"-mask-input"),s))})))})),mx=hx,gx=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n};function vx(e){return(e||"").split("")}var bx=function(e){var t=e.index,n=e.prefixCls,r=e.separator,o="function"==typeof r?r(t):r;return o?v.createElement("span",{className:"".concat(n,"-separator")},o):null},yx=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.length,o=void 0===r?6:r,a=e.size,i=e.defaultValue,s=e.value,c=e.onChange,l=e.formatter,u=e.separator,f=e.variant,d=e.disabled,p=e.status,h=e.autoFocus,m=e.mask,b=e.type,y=e.onInput,w=e.inputMode,E=gx(e,["prefixCls","length","size","defaultValue","value","onChange","formatter","separator","variant","disabled","status","autoFocus","mask","type","onInput","inputMode"]),k=v.useContext(T),C=k.getPrefixCls,A=k.direction,_=C("otp",n),O=ss(E,{aria:!0,data:!0,attr:!0}),D=dx(_),R=x()(D,3),N=R[0],P=R[1],F=R[2],L=_c((function(e){return null!=a?a:e})),I=v.useContext(cm),j=Py(I.status,p),M=v.useMemo((function(){return Object.assign(Object.assign({},I),{status:j,hasFeedback:!1,feedbackIcon:null})}),[I,j]),B=v.useRef(null),z=v.useRef({});v.useImperativeHandle(t,(function(){return{focus:function(){var e;null===(e=z.current[0])||void 0===e||e.focus()},blur:function(){for(var e,t=0;t<o;t+=1)null===(e=z.current[t])||void 0===e||e.blur()},nativeElement:B.current}}));var q=function(e){return l?l(e):e},H=v.useState((function(){return vx(q(i||""))})),U=x()(H,2),V=U[0],W=U[1];v.useEffect((function(){void 0!==s&&W(vx(s))}),[s]);var G=Co((function(e){W(e),y&&y(e),c&&e.length===o&&e.every((function(e){return e}))&&e.some((function(e,t){return V[t]!==e}))&&c(e.join(""))})),Q=Co((function(e,t){for(var n=S(V),r=0;r<e;r+=1)n[r]||(n[r]="");t.length<=1?n[e]=t:n=n.slice(0,e).concat(vx(t));for(var a=(n=n.slice(0,o)).length-1;a>=0&&!n[a];a-=1)n.pop();var i=q(n.map((function(e){return e||" "})).join(""));return n=vx(i).map((function(e,t){return" "!==e||n[t]?e:n[t]})),n})),K=function(e,t){var n,r=Q(e,t),a=Math.min(e+t.length,o-1);a!==e&&void 0!==r[e]&&(null===(n=z.current[a])||void 0===n||n.focus()),G(r)},Y=function(e){var t;null===(t=z.current[e])||void 0===t||t.focus()},X={variant:f,disabled:d,status:j,mask:m,type:b,inputMode:w};return N(v.createElement("div",Object.assign({},O,{ref:B,className:Qr()(_,g()(g()(g()({},"".concat(_,"-sm"),"small"===L),"".concat(_,"-lg"),"large"===L),"".concat(_,"-rtl"),"rtl"===A),F,P),role:"group"}),v.createElement(cm.Provider,{value:M},Array.from({length:o}).map((function(e,t){var n="otp-".concat(t),r=V[t]||"";return v.createElement(v.Fragment,{key:n},v.createElement(mx,Object.assign({ref:function(e){z.current[t]=e},index:t,size:L,htmlSize:1,className:"".concat(_,"-input"),onChange:K,value:r,onActiveChange:Y,autoFocus:0===t&&h},X)),t<o-1&&v.createElement(bx,{separator:u,index:t,prefixCls:_}))})))))})),wx=yx,xx={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"}},{tag:"path",attrs:{d:"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"}}]},name:"eye-invisible",theme:"outlined"},Ex=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:xx}))};var kx=v.forwardRef(Ex),Cx={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"}}]},name:"eye",theme:"outlined"},Sx=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Cx}))};var Ax=v.forwardRef(Sx),_x=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Ox=function(e){return e?v.createElement(Ax,null):v.createElement(kx,null)},Dx={click:"onClick",hover:"onMouseOver"},Tx=v.forwardRef((function(e,t){var n=e.disabled,r=e.action,o=void 0===r?"click":r,a=e.visibilityToggle,i=void 0===a||a,s=e.iconRender,c=void 0===s?Ox:s,l=v.useContext(jr),u=null!=n?n:l,f="object"===Ur()(i)&&void 0!==i.visible,d=(0,v.useState)((function(){return!!f&&i.visible})),p=x()(d,2),h=p[0],m=p[1],b=(0,v.useRef)(null);v.useEffect((function(){f&&m(i.visible)}),[f,i]);var y=sx(b),w=function(){var e;if(!u){h&&y();var t=!h;m(t),"object"===Ur()(i)&&(null===(e=i.onVisibleChange)||void 0===e||e.call(i,t))}},E=e.className,k=e.prefixCls,C=e.inputPrefixCls,S=e.size,A=_x(e,["className","prefixCls","inputPrefixCls","size"]),_=v.useContext(T).getPrefixCls,O=_("input",C),D=_("input-password",k),R=i&&function(e){var t=Dx[o]||"",n=c(h),r=g()(g()(g()(g()(g()({},t,w),"className","".concat(e,"-icon")),"key","passwordIcon"),"onMouseDown",(function(e){e.preventDefault()})),"onMouseUp",(function(e){e.preventDefault()}));return v.cloneElement(v.isValidElement(n)?n:v.createElement("span",null,n),r)}(D),N=Qr()(D,E,g()({},"".concat(D,"-").concat(S),!!S)),P=Object.assign(Object.assign({},rg(A,["suffix","iconRender","visibilityToggle"])),{type:h?"text":"password",className:N,prefixCls:O,suffix:R});return S&&(P.size=S),v.createElement(ux,Object.assign({ref:ao(t,b)},P))}));var Rx=Tx,Nx={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"}}]},name:"search",theme:"outlined"},Px=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:Nx}))};var Fx=v.forwardRef(Px),Lx=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Ix=v.forwardRef((function(e,t){var n,r=e.prefixCls,o=e.inputPrefixCls,a=e.className,i=e.size,s=e.suffix,c=e.enterButton,l=void 0!==c&&c,u=e.addonAfter,f=e.loading,d=e.disabled,p=e.onSearch,h=e.onChange,m=e.onCompositionStart,b=e.onCompositionEnd,y=e.variant,w=e.onPressEnter,x=Lx(e,["prefixCls","inputPrefixCls","className","size","suffix","enterButton","addonAfter","loading","disabled","onSearch","onChange","onCompositionStart","onCompositionEnd","variant","onPressEnter"]),E=v.useContext(T),k=E.getPrefixCls,C=E.direction,S=v.useRef(!1),A=k("input-search",r),_=k("input",o),O=vm(A,C).compactSize,D=_c((function(e){var t;return null!==(t=null!=i?i:O)&&void 0!==t?t:e})),R=v.useRef(null),N=function(e){var t;document.activeElement===(null===(t=R.current)||void 0===t?void 0:t.input)&&e.preventDefault()},P=function(e){var t,n;p&&p(null===(n=null===(t=R.current)||void 0===t?void 0:t.input)||void 0===n?void 0:n.value,e,{source:"input"})},F="boolean"==typeof l?v.createElement(Fx,null):null,L="".concat(A,"-button"),I=l||{},j=I.type&&!0===I.type.__ANT_BUTTON;n=j||"button"===I.type?Pm(I,Object.assign({onMouseDown:N,onClick:function(e){var t,n;null===(n=null===(t=null==I?void 0:I.props)||void 0===t?void 0:t.onClick)||void 0===n||n.call(t,e),P(e)},key:"enterButton"},j?{className:L,size:D}:{})):v.createElement(mv,{className:L,color:l?"primary":"default",size:D,disabled:d,key:"enterButton",onMouseDown:N,onClick:P,loading:f,icon:F,variant:"borderless"===y||"filled"===y||"underlined"===y?"text":l?"solid":void 0},l),u&&(n=[n,Pm(u,{key:"addonAfter"})]);var M=Qr()(A,g()(g()(g()({},"".concat(A,"-rtl"),"rtl"===C),"".concat(A,"-").concat(D),!!D),"".concat(A,"-with-button"),!!l),a),B=Object.assign(Object.assign({},x),{className:M,prefixCls:_,type:"search",size:D,variant:y,onPressEnter:function(e){S.current||f||(null==w||w(e),P(e))},onCompositionStart:function(e){S.current=!0,null==m||m(e)},onCompositionEnd:function(e){S.current=!1,null==b||b(e)},addonAfter:n,suffix:s,onChange:function(e){(null==e?void 0:e.target)&&"click"===e.type&&p&&p(e.target.value,e,{source:"clear"}),null==h||h(e)},disabled:d});return v.createElement(ux,Object.assign({ref:ao(R,t)},B))}));var jx=Ix,Mx=ux;Mx.Group=ix,Mx.Search=jx,Mx.TextArea=lw,Mx.Password=Rx,Mx.OTP=wx;var Bx=Mx,zx=["wrap","nowrap","wrap-reverse"],qx=["flex-start","flex-end","start","end","center","space-between","space-around","space-evenly","stretch","normal","left","right"],Hx=["center","start","end","flex-start","flex-end","self-start","self-end","baseline","normal","stretch"];var Ux=function(e,t){return Qr()(Object.assign(Object.assign(Object.assign({},function(e,t){var n=!0===t.wrap?"wrap":t.wrap;return g()({},"".concat(e,"-wrap-").concat(n),n&&zx.includes(n))}(e,t)),function(e,t){var n={};return Hx.forEach((function(r){n["".concat(e,"-align-").concat(r)]=t.align===r})),n["".concat(e,"-align-stretch")]=!t.align&&!!t.vertical,n}(e,t)),function(e,t){var n={};return qx.forEach((function(r){n["".concat(e,"-justify-").concat(r)]=t.justify===r})),n}(e,t)))},Vx=function(e){var t=e.componentCls;return g()({},t,{display:"flex",margin:0,padding:0,"&-vertical":{flexDirection:"column"},"&-rtl":{direction:"rtl"},"&:empty":{display:"none"}})},Wx=function(e){var t=e.componentCls;return g()({},t,{"&-gap-small":{gap:e.flexGapSM},"&-gap-middle":{gap:e.flexGap},"&-gap-large":{gap:e.flexGapLG}})},Gx=function(e){var t=e.componentCls,n={};return zx.forEach((function(e){n["".concat(t,"-wrap-").concat(e)]={flexWrap:e}})),n},Qx=function(e){var t=e.componentCls,n={};return Hx.forEach((function(e){n["".concat(t,"-align-").concat(e)]={alignItems:e}})),n},Kx=function(e){var t=e.componentCls,n={};return qx.forEach((function(e){n["".concat(t,"-justify-").concat(e)]={justifyContent:e}})),n},Yx=Xs("Flex",(function(e){var t=Ms(e,{flexGapSM:e.paddingXS,flexGap:e.padding,flexGapLG:e.paddingLG});return[Vx(t),Wx(t),Gx(t),Qx(t),Kx(t)]}),(function(){return{}}),{resetStyle:!1}),Xx=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n},Jx=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.rootClassName,o=e.className,a=e.style,i=e.flex,s=e.gap,c=e.children,l=e.vertical,u=void 0!==l&&l,f=e.component,d=void 0===f?"div":f,p=Xx(e,["prefixCls","rootClassName","className","style","flex","gap","children","vertical","component"]),h=v.useContext(T),m=h.flex,b=h.direction,y=(0,h.getPrefixCls)("flex",n),w=Yx(y),E=x()(w,3),k=E[0],C=E[1],S=E[2],A=null!=u?u:null==m?void 0:m.vertical,_=Qr()(o,r,null==m?void 0:m.className,y,C,S,Ux(y,e),g()(g()(g()({},"".concat(y,"-rtl"),"rtl"===b),"".concat(y,"-gap-").concat(s),Vv(s)),"".concat(y,"-vertical"),A)),O=Object.assign(Object.assign({},null==m?void 0:m.style),a);return i&&(O.flex=i),s&&!Vv(s)&&(O.gap=s),k(v.createElement(d,Object.assign({ref:t,className:_,style:O},rg(p,["justify","wrap","align"])),c))}));var Zx=Jx;var $x=v.createContext({}),eE=function(){return{height:0}},tE=function(e){return{height:e.scrollHeight}};var nE=["className","action","onClick"],rE=v.createContext(null);function oE(e,t){var n,r,o=e.className,a=e.action,i=e.onClick,s=c()(e,nE),l=v.useContext(rE),u=l.prefixCls,f=l.disabled,d=null!==(n=null!==(r=s.disabled)&&void 0!==r?r:f)&&void 0!==n?n:l["".concat(a,"Disabled")];return v.createElement(mv,rt({type:"text"},s,{ref:t,onClick:function(e){var t;d||(null===(t=l[a])||void 0===t||t.call(l),null==i||i(e))},className:Qr()(u,o,g()({},"".concat(u,"-disabled"),d))}))}var aE=v.forwardRef(oE),iE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"defs",attrs:{},children:[{tag:"style",attrs:{}}]},{tag:"path",attrs:{d:"M899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6a25.95 25.95 0 0025.6 30.4h723c1.5 0 3-.1 4.4-.4a25.88 25.88 0 0021.2-30zM204 390h272V182h72v208h272v104H204V390zm468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260H672z"}}]},name:"clear",theme:"outlined"},sE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:iE}))};var cE=v.forwardRef(sE);function lE(e,t){return v.createElement(aE,rt({icon:v.createElement(cE,null)},e,{action:"onClear",ref:t}))}var uE=v.forwardRef(lE),fE=(0,v.memo)((function(e){var t=e.className;return v.createElement("svg",{color:"currentColor",viewBox:"0 0 1000 1000",xmlns:"http://www.w3.org/2000/svg",className:t},v.createElement("title",null,"Stop Loading"),v.createElement("rect",{fill:"currentColor",height:"250",rx:"24",ry:"24",width:"250",x:"375",y:"375"}),v.createElement("circle",{cx:"500",cy:"500",fill:"none",r:"450",stroke:"currentColor",strokeWidth:"100",opacity:"0.45"}),v.createElement("circle",{cx:"500",cy:"500",fill:"none",r:"450",stroke:"currentColor",strokeWidth:"100",strokeDasharray:"600 9999999"},v.createElement("animateTransform",{attributeName:"transform",dur:"1s",from:"0 500 500",repeatCount:"indefinite",to:"360 500 500",type:"rotate"})))}));function dE(e,t){var n=v.useContext(rE).prefixCls,r=e.className;return v.createElement(aE,rt({icon:null,color:"primary",variant:"text",shape:"circle"},e,{className:Qr()(r,"".concat(n,"-loading-button")),action:"onCancel",ref:t}),v.createElement(fE,{className:"".concat(n,"-loading-icon")}))}var pE=v.forwardRef(dE),hE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M868 545.5L536.1 163a31.96 31.96 0 00-48.3 0L156 545.5a7.97 7.97 0 006 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z"}}]},name:"arrow-up",theme:"outlined"},mE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:hE}))};var gE=v.forwardRef(mE);function vE(e,t){return v.createElement(aE,rt({icon:v.createElement(gE,null),type:"primary",shape:"circle"},e,{action:"onSend",ref:t}))}var bE=v.forwardRef(vE),yE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"defs",attrs:{},children:[{tag:"style",attrs:{}}]},{tag:"path",attrs:{d:"M682 455V311l-76 76v68c-.1 50.7-42 92.1-94 92a95.8 95.8 0 01-52-15l-54 55c29.1 22.4 65.9 36 106 36 93.8 0 170-75.1 170-168z"}},{tag:"path",attrs:{d:"M833 446h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254-63 0-120.7-23-165-61l-54 54a334.01 334.01 0 00179 81v102H326c-13.9 0-24.9 14.3-25 32v36c.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328 0-4.4-3.6-8-8-8zm13.1-377.7l-43.5-41.9a8 8 0 00-11.2.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224c0 6.7.4 13.3 1.2 19.8l-68 68A252.33 252.33 0 01258 454c-.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8 0 53 12.5 103 34.6 147.4l-137 137a8.03 8.03 0 000 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l.1-.1c3.1-3.2 3-8.3-.2-11.4zM417 401V232c0-50.6 41.9-92 94-92 46 0 84.1 32.3 92.3 74.7L417 401z"}}]},name:"audio-muted",theme:"outlined"},wE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:yE}))};var xE=v.forwardRef(wE),EE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z"}}]},name:"audio",theme:"outlined"},kE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:EE}))};var CE=v.forwardRef(kE),SE=1e3,AE=140,_E=250,OE=.8;function DE(e){var t=e.className;return v.createElement("svg",{color:"currentColor",viewBox:"0 0 ".concat(SE," ").concat(SE),xmlns:"http://www.w3.org/2000/svg",className:t},v.createElement("title",null,"Speech Recording"),Array.from({length:4}).map((function(e,t){var n=286.66666666666663*t;return v.createElement("rect",{fill:"currentColor",rx:70,ry:70,height:_E,width:AE,x:n,y:375,key:t},v.createElement("animate",{attributeName:"height",values:"".concat(_E,"; ").concat(500,"; ").concat(_E),keyTimes:"0; 0.5; 1",dur:"".concat(OE,"s"),begin:"".concat(.2*t,"s"),repeatCount:"indefinite"}),v.createElement("animate",{attributeName:"y",values:"".concat(375,"; ").concat(250,"; ").concat(375),keyTimes:"0; 0.5; 1",dur:"".concat(OE,"s"),begin:"".concat(.2*t,"s"),repeatCount:"indefinite"}))})))}function TE(e,t){var n=v.useContext(rE),r=n.speechRecording,o=n.onSpeechDisabled,a=n.prefixCls,i=null;return i=r?v.createElement(DE,{className:"".concat(a,"-recording-icon")}):o?v.createElement(xE,null):v.createElement(CE,null),v.createElement(aE,rt({icon:i,color:"primary",variant:"text"},e,{action:"onSpeech",ref:t}))}var RE,NE=v.forwardRef(TE),PE=function(e){var t=e.componentCls,n=e.calc,r="".concat(t,"-header");return g()({},t,g()({},r,{borderBottomWidth:e.lineWidth,borderBottomStyle:"solid",borderBottomColor:e.colorBorder,"&-header":g()({background:e.colorFillAlter,fontSize:e.fontSize,lineHeight:e.lineHeight,paddingBlock:n(e.paddingSM).sub(e.lineWidthBold).equal(),paddingInlineStart:e.padding,paddingInlineEnd:e.paddingXS,display:"flex",borderRadius:{_skip_check_:!0,value:n(e.borderRadius).mul(2).equal()},borderEndStartRadius:0,borderEndEndRadius:0},"".concat(r,"-title"),{flex:"auto"}),"&-content":{padding:e.padding},"&-motion":{transition:["height","border"].map((function(t){return"".concat(t," ").concat(e.motionDurationSlow)})).join(","),overflow:"hidden","&-enter-start, &-leave-active":{borderBottomColor:"transparent"},"&-hidden":{display:"none"}}}))},FE=function(e){var t=e.componentCls,n=e.padding,r=e.paddingSM,o=e.paddingXS,a=e.paddingXXS,i=e.lineWidth,s=e.lineWidthBold,c=e.calc;return g()({},t,g()(g()(g()(g()(g()(g()(g()({position:"relative",width:"100%",boxSizing:"border-box",boxShadow:"".concat(e.boxShadowTertiary),transition:"background ".concat(e.motionDurationSlow),borderRadius:{_skip_check_:!0,value:c(e.borderRadius).mul(2).equal()},borderColor:e.colorBorder,borderWidth:0,borderStyle:"solid","&:after":{content:'""',position:"absolute",inset:0,pointerEvents:"none",transition:"border-color ".concat(e.motionDurationSlow),borderRadius:{_skip_check_:!0,value:"inherit"},borderStyle:"inherit",borderColor:"inherit",borderWidth:i},"&:focus-within":{boxShadow:"".concat(e.boxShadowSecondary),borderColor:e.colorPrimary,"&:after":{borderWidth:s}},"&-disabled":{background:e.colorBgContainerDisabled}},"&".concat(t,"-rtl"),{direction:"rtl"}),"".concat(t,"-content"),{display:"flex",gap:o,width:"100%",paddingBlock:r,paddingInlineStart:n,paddingInlineEnd:r,boxSizing:"border-box",alignItems:"flex-end"}),"".concat(t,"-prefix"),{flex:"none"}),"".concat(t,"-input"),{padding:0,borderRadius:0,flex:"auto",alignSelf:"center",minHeight:"auto"}),"".concat(t,"-actions-list"),{flex:"none",display:"flex","&-presets":{gap:e.paddingXS}}),"".concat(t,"-actions-btn"),{"&-disabled":{opacity:.45},"&-loading-button":{padding:0,border:0},"&-loading-icon":{height:e.controlHeight,width:e.controlHeight,verticalAlign:"top"},"&-recording-icon":{height:"1.2em",width:"1.2em",verticalAlign:"top"}}),"".concat(t,"-footer"),{paddingInlineStart:n,paddingInlineEnd:r,paddingBlockEnd:r,paddingBlockStart:a,boxSizing:"border-box"}))},LE=Lb("Sender",(function(e){var t=e.paddingXS,n=e.calc,r=Ms(e,{SenderContentMaxWidth:"calc(100% - ".concat(Ie(n(t).add(32).equal()),")")});return[FE(r),PE(r)]}),(function(){return{}}));function IE(e,t){var n=Co(e),r=v.useMemo((function(){return"object"===Ur()(t)?[t.recording,t.onRecordingChange,"boolean"==typeof t.recording]:[void 0,void 0,!1]}),[t]),o=x()(r,3),a=o[0],i=o[1],s=o[2],c=v.useState(null),l=x()(c,2),u=l[0],f=l[1];v.useEffect((function(){if("undefined"!=typeof navigator&&"permissions"in navigator){var e=null;return navigator.permissions.query({name:"microphone"}).then((function(t){f(t.state),t.onchange=function(){f(this.state)},e=t})),function(){e&&(e.onchange=null)}}}),[]);var d=RE&&"denied"!==u,p=v.useRef(null),h=_o(!1,{value:a}),m=x()(h,2),g=m[0],b=m[1],y=v.useRef(!1),w=Co((function(e){e&&!g||(y.current=e,s?null==i||i(!g):(!function(){if(d&&!p.current){var e=new RE;e.onstart=function(){b(!0)},e.onend=function(){b(!1)},e.onresult=function(e){if(!y.current){var t,r=null===(t=e.results)||void 0===t||null===(t=t[0])||void 0===t||null===(t=t[0])||void 0===t?void 0:t.transcript;n(r)}y.current=!1},p.current=e}}(),p.current&&(g?(p.current.stop(),null==i||i(!1)):(p.current.start(),null==i||i(!0)))))}));return[d,w,g]}RE||"undefined"==typeof window||(RE=window.SpeechRecognition||window.webkitSpeechRecognition);var jE=["prefixCls","styles","classNames","className","rootClassName","style","defaultValue","value","readOnly","submitType","onSubmit","loading","components","onCancel","onChange","actions","onKeyPress","onKeyDown","disabled","allowSpeech","prefix","footer","header","onPaste","onPasteFile","autoSize"];var ME={SendButton:bE,ClearButton:uE,LoadingButton:pE,SpeechButton:NE},BE=v.forwardRef((function(e,t){var n=e.prefixCls,r=e.styles,o=void 0===r?{}:r,a=e.classNames,i=void 0===a?{}:a,s=e.className,l=e.rootClassName,f=e.style,d=e.defaultValue,p=e.value,h=e.readOnly,m=e.submitType,b=void 0===m?"enter":m,y=e.onSubmit,w=e.loading,E=e.components,k=e.onCancel,C=e.onChange,S=e.actions,A=e.onKeyPress,_=e.onKeyDown,O=e.disabled,D=e.allowSpeech,T=e.prefix,R=e.footer,N=e.header,P=e.onPaste,F=e.onPasteFile,L=e.autoSize,I=void 0===L?{maxRows:8}:L,j=c()(e,jE),M=jc(),B=M.direction,z=(0,M.getPrefixCls)("sender",n),q=v.useRef(null),H=v.useRef(null);!function(e,t){(0,v.useImperativeHandle)(e,(function(){var e=t(),n=e.nativeElement;return new Proxy(n,{get:function(t,n){return e[n]?e[n]:Reflect.get(t,n)}})}))}(t,(function(){var e,t;return{nativeElement:q.current,focus:null===(e=H.current)||void 0===e?void 0:e.focus,blur:null===(t=H.current)||void 0===t?void 0:t.blur}}));var U=mb("sender"),V="".concat(z,"-input"),W=LE(z),G=x()(W,3),Q=G[0],K=G[1],Y=G[2],X=Qr()(z,U.className,s,l,K,Y,g()(g()({},"".concat(z,"-rtl"),"rtl"===B),"".concat(z,"-disabled"),O)),J="".concat(z,"-actions-btn"),Z="".concat(z,"-actions-list"),$=_o(d||"",{value:p}),ee=x()($,2),te=ee[0],ne=ee[1],re=function(e,t){ne(e),C&&C(e,t)},oe=IE((function(e){re("".concat(te," ").concat(e))}),D),ae=x()(oe,3),ie=ae[0],se=ae[1],ce=ae[2],le=function(e,t,n){return pn(e,t)||n}(E,["input"],Bx.TextArea),ue=ss(j,{attr:!0,aria:!0,data:!0}),fe=u()(u()({},ue),{},{ref:H}),de=function(){te&&y&&!w&&y(te)},pe=v.useRef(!1),he=v.createElement(Zx,{className:"".concat(Z,"-presets")},D&&v.createElement(NE,null),w?v.createElement(pE,null):v.createElement(bE,null));"function"==typeof S?he=S(he,{components:ME}):(S||!1===S)&&(he=S);var me={prefixCls:J,onSend:de,onSendDisabled:!te,onClear:function(){re("")},onClearDisabled:!te,onCancel:k,onCancelDisabled:!w,onSpeech:function(){return se(!1)},onSpeechDisabled:!ie,speechRecording:ce,disabled:O},ge="function"==typeof R?R({components:ME}):R||null;return Q(v.createElement("div",{ref:q,className:X,style:u()(u()({},U.style),f)},N&&v.createElement($x.Provider,{value:{prefixCls:z}},N),v.createElement(rE.Provider,{value:me},v.createElement("div",{className:"".concat(z,"-content"),onMouseDown:function(e){var t,n;e.target!==(null===(t=q.current)||void 0===t?void 0:t.querySelector(".".concat(V)))&&e.preventDefault(),null===(n=H.current)||void 0===n||n.focus()}},T&&v.createElement("div",{className:Qr()("".concat(z,"-prefix"),U.classNames.prefix,i.prefix),style:u()(u()({},U.styles.prefix),o.prefix)},T),v.createElement(le,rt({},fe,{disabled:O,style:u()(u()({},U.styles.input),o.input),className:Qr()(V,U.classNames.input,i.input),autoSize:I,value:te,onChange:function(e){re(e.target.value,e),se(!0)},onPressEnter:function(e){var t="Enter"===e.key&&!pe.current;switch(b){case"enter":t&&!e.shiftKey&&(e.preventDefault(),de());break;case"shiftEnter":t&&e.shiftKey&&(e.preventDefault(),de())}null==A||A(e)},onCompositionStart:function(){pe.current=!0},onCompositionEnd:function(){pe.current=!1},onKeyDown:_,onPaste:function(e){var t,n=null===(t=e.clipboardData)||void 0===t?void 0:t.files;null!=n&&n.length&&F&&(F(n[0],n),e.preventDefault()),null==P||P(e)},variant:"borderless",readOnly:h})),he&&v.createElement("div",{className:Qr()(Z,U.classNames.actions,i.actions),style:u()(u()({},U.styles.actions),o.actions)},he)),ge&&v.createElement("div",{className:Qr()("".concat(z,"-footer"),U.classNames.footer,i.footer),style:u()(u()({},U.styles.footer),o.footer)},ge))))})),zE=BE;zE.Header=function(e){var t=e.title,n=e.onOpenChange,r=e.open,o=e.children,a=e.className,i=e.style,s=e.classNames,c=void 0===s?{}:s,l=e.styles,f=void 0===l?{}:l,d=e.closable,p=e.forceRender,h=v.useContext($x).prefixCls,m="".concat(h,"-header");return v.createElement(xa,{motionEnter:!0,motionLeave:!0,motionName:"".concat(m,"-motion"),leavedClassName:"".concat(m,"-motion-hidden"),onEnterStart:eE,onEnterActive:tE,onLeaveStart:tE,onLeaveActive:eE,visible:r,forceRender:p},(function(e){var s=e.className,l=e.style;return v.createElement("div",{className:Qr()(m,s,a),style:u()(u()({},l),i)},(!1!==d||t)&&v.createElement("div",{className:Qr()("".concat(m,"-header"),c.header),style:u()({},f.header)},v.createElement("div",{className:"".concat(m,"-title")},t),!1!==d&&v.createElement("div",{className:"".concat(m,"-close")},v.createElement(mv,{type:"text",icon:v.createElement(sc,null),size:"small",onClick:function(){null==n||n(!r)}}))),o&&v.createElement("div",{className:Qr()("".concat(m,"-content"),c.content),style:u()({},f.content)},o))}))};var qE=zE,HE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 01-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 01-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 00-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z"}}]},name:"redo",theme:"outlined"},UE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:HE}))};var VE=v.forwardRef(UE),WE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"}}]},name:"delete",theme:"outlined"},GE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:WE}))};var QE=v.forwardRef(GE),KE={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"}}]},name:"user",theme:"outlined"},YE=function(e,t){return v.createElement(zi,rt({},e,{ref:t,icon:KE}))};var XE=v.forwardRef(YE);function JE(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==Hr(e))if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=JE(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}var ZE=function(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=JE(e))&&(r&&(r+=" "),r+=t);return r},$E={};function ek(e,t){"string"!=typeof t&&(t=ek.defaultChars);var n=function(e){var t=$E[e];if(t)return t;t=$E[e]=[];for(var n=0;n<128;n++){var r=String.fromCharCode(n);t.push(r)}for(var o=0;o<e.length;o++){var a=e.charCodeAt(o);t[a]="%"+("0"+a.toString(16).toUpperCase()).slice(-2)}return t}(t);return e.replace(/(%[a-f0-9]{2})+/gi,(function(e){for(var t="",r=0,o=e.length;r<o;r+=3){var a=parseInt(e.slice(r+1,r+3),16);if(a<128)t+=n[a];else{if(192==(224&a)&&r+3<o){var i=parseInt(e.slice(r+4,r+6),16);if(128==(192&i)){var s=a<<6&1984|63&i;t+=s<128?"��":String.fromCharCode(s),r+=3;continue}}if(224==(240&a)&&r+6<o){var c=parseInt(e.slice(r+4,r+6),16),l=parseInt(e.slice(r+7,r+9),16);if(128==(192&c)&&128==(192&l)){var u=a<<12&61440|c<<6&4032|63&l;t+=u<2048||u>=55296&&u<=57343?"���":String.fromCharCode(u),r+=6;continue}}if(240==(248&a)&&r+9<o){var f=parseInt(e.slice(r+4,r+6),16),d=parseInt(e.slice(r+7,r+9),16),p=parseInt(e.slice(r+10,r+12),16);if(128==(192&f)&&128==(192&d)&&128==(192&p)){var h=a<<18&1835008|f<<12&258048|d<<6&4032|63&p;h<65536||h>1114111?t+="����":(h-=65536,t+=String.fromCharCode(55296+(h>>10),56320+(1023&h))),r+=9;continue}}t+="�"}}return t}))}ek.defaultChars=";/?:@&=+$,#",ek.componentChars="";var tk=ek,nk={};function rk(e,t,n){"string"!=typeof t&&(n=t,t=rk.defaultChars),void 0===n&&(n=!0);for(var r=function(e){var t=nk[e];if(t)return t;t=nk[e]=[];for(var n=0;n<128;n++){var r=String.fromCharCode(n);/^[0-9a-z]$/i.test(r)?t.push(r):t.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2))}for(var o=0;o<e.length;o++)t[e.charCodeAt(o)]=e[o];return t}(t),o="",a=0,i=e.length;a<i;a++){var s=e.charCodeAt(a);if(n&&37===s&&a+2<i&&/^[0-9a-f]{2}$/i.test(e.slice(a+1,a+3)))o+=e.slice(a,a+3),a+=2;else if(s<128)o+=r[s];else if(s>=55296&&s<=57343){if(s>=55296&&s<=56319&&a+1<i){var c=e.charCodeAt(a+1);if(c>=56320&&c<=57343){o+=encodeURIComponent(e[a]+e[a+1]),a++;continue}}o+="%EF%BF%BD"}else o+=encodeURIComponent(e[a])}return o}rk.defaultChars=";/?:@&=+$,-_.!~*'()#",rk.componentChars="-_.!~*'()";var ok=rk;function ak(e){var t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||""}function ik(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var sk=/^([a-z0-9.+-]+:)/i,ck=/:[0-9]*$/,lk=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,uk=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),fk=["'"].concat(uk),dk=["%","/","?",";","#"].concat(fk),pk=["/","?","#"],hk=/^[+a-z0-9A-Z_-]{0,63}$/,mk=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,gk={javascript:!0,"javascript:":!0},vk={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};ik.prototype.parse=function(e,t){var n,r,o,a=e;if(a=a.trim(),!t&&1===e.split("#").length){var i=lk.exec(a);if(i)return this.pathname=i[1],i[2]&&(this.search=i[2]),this}var s=sk.exec(a);if(s&&(n=(s=s[0]).toLowerCase(),this.protocol=s,a=a.substr(s.length)),(t||s||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(!(o="//"===a.substr(0,2))||s&&gk[s]||(a=a.substr(2),this.slashes=!0)),!gk[s]&&(o||s&&!vk[s])){for(var c,l,u=-1,f=0;f<pk.length;f++)-1!==(r=a.indexOf(pk[f]))&&(-1===u||r<u)&&(u=r);-1!==(l=-1===u?a.lastIndexOf("@"):a.lastIndexOf("@",u))&&(c=a.slice(0,l),a=a.slice(l+1),this.auth=c),u=-1;for(var d=0;d<dk.length;d++)-1!==(r=a.indexOf(dk[d]))&&(-1===u||r<u)&&(u=r);-1===u&&(u=a.length),":"===a[u-1]&&u--;var p=a.slice(0,u);a=a.slice(u),this.parseHost(p),this.hostname=this.hostname||"";var h="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!h)for(var m=this.hostname.split(/\./),g=0,v=m.length;g<v;g++){var b=m[g];if(b&&!b.match(hk)){for(var y="",w=0,x=b.length;w<x;w++)b.charCodeAt(w)>127?y+="x":y+=b[w];if(!y.match(hk)){var E=m.slice(0,g),k=m.slice(g+1),C=b.match(mk);C&&(E.push(C[1]),k.unshift(C[2])),k.length&&(a=k.join(".")+a),this.hostname=E.join(".");break}}}this.hostname.length>255&&(this.hostname=""),h&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var S=a.indexOf("#");-1!==S&&(this.hash=a.substr(S),a=a.slice(0,S));var A=a.indexOf("?");return-1!==A&&(this.search=a.substr(A),a=a.slice(0,A)),a&&(this.pathname=a),vk[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this},ik.prototype.parseHost=function(e){var t=ck.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};var bk,yk,wk=function(e,t){if(e&&e instanceof ik)return e;var n=new ik;return n.parse(e,t),n},xk=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Ek=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,kk=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Ck=/[\0-\x1F\x7F-\x9F]/,Sk=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,Ak=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,_k=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(e){return e.charCodeAt(0)}))),Ok=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(e){return e.charCodeAt(0)}))),Dk=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Tk=null!==(bk=String.fromCodePoint)&&void 0!==bk?bk:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};function Rk(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=Dk.get(e))&&void 0!==t?t:e}!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(yk||(yk={}));var Nk,Pk,Fk;function Lk(e){return e>=yk.ZERO&&e<=yk.NINE}function Ik(e){return e>=yk.UPPER_A&&e<=yk.UPPER_F||e>=yk.LOWER_A&&e<=yk.LOWER_F}function jk(e){return e===yk.EQUALS||function(e){return e>=yk.UPPER_A&&e<=yk.UPPER_Z||e>=yk.LOWER_A&&e<=yk.LOWER_Z||Lk(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(Nk||(Nk={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(Pk||(Pk={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(Fk||(Fk={}));var Mk=function(){function e(t,n,r){f(this,e),this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Pk.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Fk.Strict}return p(e,[{key:"startEntity",value:function(e){this.decodeMode=e,this.state=Pk.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}},{key:"write",value:function(e,t){switch(this.state){case Pk.EntityStart:return e.charCodeAt(t)===yk.NUM?(this.state=Pk.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=Pk.NamedEntity,this.stateNamedEntity(e,t));case Pk.NumericStart:return this.stateNumericStart(e,t);case Pk.NumericDecimal:return this.stateNumericDecimal(e,t);case Pk.NumericHex:return this.stateNumericHex(e,t);case Pk.NamedEntity:return this.stateNamedEntity(e,t)}}},{key:"stateNumericStart",value:function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===yk.LOWER_X?(this.state=Pk.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=Pk.NumericDecimal,this.stateNumericDecimal(e,t))}},{key:"addToNumericResult",value:function(e,t,n,r){if(t!==n){var o=n-t;this.result=this.result*Math.pow(r,o)+parseInt(e.substr(t,o),r),this.consumed+=o}}},{key:"stateNumericHex",value:function(e,t){for(var n=t;t<e.length;){var r=e.charCodeAt(t);if(!Lk(r)&&!Ik(r))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}},{key:"stateNumericDecimal",value:function(e,t){for(var n=t;t<e.length;){var r=e.charCodeAt(t);if(!Lk(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}},{key:"emitNumericEntity",value:function(e,t){var n;if(this.consumed<=t)return null===(n=this.errors)||void 0===n||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===yk.SEMI)this.consumed+=1;else if(this.decodeMode===Fk.Strict)return 0;return this.emitCodePoint(Rk(this.result),this.consumed),this.errors&&(e!==yk.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}},{key:"stateNamedEntity",value:function(e,t){for(var n=this.decodeTree,r=n[this.treeIndex],o=(r&Nk.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var a=e.charCodeAt(t);if(this.treeIndex=zk(n,r,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return 0===this.result||this.decodeMode===Fk.Attribute&&(0===o||jk(a))?0:this.emitNotTerminatedNamedEntity();if(0!==(o=((r=n[this.treeIndex])&Nk.VALUE_LENGTH)>>14)){if(a===yk.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==Fk.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}},{key:"emitNotTerminatedNamedEntity",value:function(){var e,t=this.result,n=(this.decodeTree[t]&Nk.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}},{key:"emitNamedEntityData",value:function(e,t,n){var r=this.decodeTree;return this.emitCodePoint(1===t?r[e]&~Nk.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}},{key:"end",value:function(){var e;switch(this.state){case Pk.NamedEntity:return 0===this.result||this.decodeMode===Fk.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case Pk.NumericDecimal:return this.emitNumericEntity(0,2);case Pk.NumericHex:return this.emitNumericEntity(0,3);case Pk.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Pk.EntityStart:return 0}}}]),e}();function Bk(e){var t="",n=new Mk(e,(function(e){return t+=Tk(e)}));return function(e,r){for(var o=0,a=0;(a=e.indexOf("&",a))>=0;){t+=e.slice(o,a),n.startEntity(r);var i=n.write(e,a+1);if(i<0){o=a+n.end();break}o=a+i,a=0===i?o+1:o}var s=t+e.slice(o);return t="",s}}function zk(e,t,n,r){var o=(t&Nk.BRANCH_LENGTH)>>7,a=t&Nk.JUMP_TABLE;if(0===o)return 0!==a&&r===a?n:-1;if(a){var i=r-a;return i<0||i>=o?-1:e[n+i]-1}for(var s=n,c=s+o-1;s<=c;){var l=s+c>>>1,u=e[l];if(u<r)s=l+1;else{if(!(u>r))return e[l+o];c=l-1}}return-1}var qk=Bk(_k);Bk(Ok);function Hk(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Fk.Legacy;return qk(e,t)}function Uk(e){for(var t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}new Map(Uk([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(Uk([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(Uk([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(Uk([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));var Vk=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);String.prototype.codePointAt;function Wk(e,t){return function(n){for(var r,o=0,a="";r=e.exec(n);)o!==r.index&&(a+=n.substring(o,r.index)),a+=t.get(r[0].charCodeAt(0)),o=r.index+1;return a+n.substring(o)}}var Gk,Qk;Wk(/[&<>'"]/g,Vk),Wk(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Wk(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));function Kk(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(Gk||(Gk={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(Qk||(Qk={}));var Yk=Object.prototype.hasOwnProperty;function Xk(e,t){return Yk.call(e,t)}function Jk(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){if(t){if("object"!==Hr(t))throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function Zk(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function $k(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function eC(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var tC=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,nC=new RegExp(tC.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),rC=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function oC(e){return e.indexOf("\\")<0?e:e.replace(tC,"$1")}function aC(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(nC,(function(e,t,n){return t||function(e,t){if(35===t.charCodeAt(0)&&rC.test(t)){var n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return $k(n)?eC(n):e}var r=Hk(e);return r!==e?r:e}(e,n)}))}var iC=/[&<>"]/,sC=/[&<>"]/g,cC={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function lC(e){return cC[e]}function uC(e){return iC.test(e)?e.replace(sC,lC):e}var fC=/[.?*+^$[\]\\(){}|-]/g;function dC(e){return e.replace(fC,"\\$&")}function pC(e){switch(e){case 9:case 32:return!0}return!1}function hC(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function mC(e){return xk.test(e)||Ek.test(e)}function gC(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function vC(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}var bC={mdurl:t,ucmicro:n};function yC(e,t,n){var r,o,a,i,s=e.posMax,c=e.pos;for(e.pos=t+1,r=1;e.pos<s;){if(93===(a=e.src.charCodeAt(e.pos))&&0===--r){o=!0;break}if(i=e.pos,e.md.inline.skipToken(e),91===a)if(i===e.pos-1)r++;else if(n)return e.pos=c,-1}var l=-1;return o&&(l=e.pos),e.pos=c,l}function wC(e,t,n){var r,o=t,a={ok:!1,pos:0,str:""};if(60===e.charCodeAt(o)){for(o++;o<n;){if(10===(r=e.charCodeAt(o)))return a;if(60===r)return a;if(62===r)return a.pos=o+1,a.str=aC(e.slice(t+1,o)),a.ok=!0,a;92===r&&o+1<n?o+=2:o++}return a}for(var i=0;o<n&&32!==(r=e.charCodeAt(o))&&!(r<32||127===r);)if(92===r&&o+1<n){if(32===e.charCodeAt(o+1))break;o+=2}else{if(40===r&&++i>32)return a;if(41===r){if(0===i)break;i--}o++}return t===o||0!==i||(a.str=aC(e.slice(t,o)),a.pos=o,a.ok=!0),a}function xC(e,t,n,r){var o,a=t,i={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)i.str=r.str,i.marker=r.marker;else{if(a>=n)return i;var s=e.charCodeAt(a);if(34!==s&&39!==s&&40!==s)return i;t++,a++,40===s&&(s=41),i.marker=s}for(;a<n;){if((o=e.charCodeAt(a))===i.marker)return i.pos=a+1,i.str+=aC(e.slice(t,a)),i.ok=!0,i;if(40===o&&41===i.marker)return i;92===o&&a+1<n&&a++,a++}return i.can_continue=!0,i.str+=aC(e.slice(t,a)),i}var EC={};function kC(){this.rules=Jk({},EC)}EC.code_inline=function(e,t,n,r,o){var a=e[t];return"<code"+o.renderAttrs(a)+">"+uC(a.content)+"</code>"},EC.code_block=function(e,t,n,r,o){var a=e[t];return"<pre"+o.renderAttrs(a)+"><code>"+uC(e[t].content)+"</code></pre>\n"},EC.fence=function(e,t,n,r,o){var a,i=e[t],s=i.info?aC(i.info).trim():"",c="",l="";if(s){var u=s.split(/(\s+)/g);c=u[0],l=u.slice(2).join("")}if(0===(a=n.highlight&&n.highlight(i.content,c,l)||uC(i.content)).indexOf("<pre"))return a+"\n";if(s){var f=i.attrIndex("class"),d=i.attrs?i.attrs.slice():[];f<0?d.push(["class",n.langPrefix+c]):(d[f]=d[f].slice(),d[f][1]+=" "+n.langPrefix+c);var p={attrs:d};return"<pre><code".concat(o.renderAttrs(p),">").concat(a,"</code></pre>\n")}return"<pre><code".concat(o.renderAttrs(i),">").concat(a,"</code></pre>\n")},EC.image=function(e,t,n,r,o){var a=e[t];return a.attrs[a.attrIndex("alt")][1]=o.renderInlineAsText(a.children,n,r),o.renderToken(e,t,n)},EC.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},EC.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},EC.text=function(e,t){return uC(e[t].content)},EC.html_block=function(e,t){return e[t].content},EC.html_inline=function(e,t){return e[t].content},kC.prototype.renderAttrs=function(e){var t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t<n;t++)r+=" "+uC(e.attrs[t][0])+'="'+uC(e.attrs[t][1])+'"';return r},kC.prototype.renderToken=function(e,t,n){var r=e[t],o="";if(r.hidden)return"";r.block&&-1!==r.nesting&&t&&e[t-1].hidden&&(o+="\n"),o+=(-1===r.nesting?"</":"<")+r.tag,o+=this.renderAttrs(r),0===r.nesting&&n.xhtmlOut&&(o+=" /");var a=!1;if(r.block&&(a=!0,1===r.nesting&&t+1<e.length)){var i=e[t+1];("inline"===i.type||i.hidden||-1===i.nesting&&i.tag===r.tag)&&(a=!1)}return o+=a?">\n":">"},kC.prototype.renderInline=function(e,t,n){for(var r="",o=this.rules,a=0,i=e.length;a<i;a++){var s=e[a].type;void 0!==o[s]?r+=o[s](e,a,t,n,this):r+=this.renderToken(e,a,t)}return r},kC.prototype.renderInlineAsText=function(e,t,n){for(var r="",o=0,a=e.length;o<a;o++)switch(e[o].type){case"text":case"html_inline":case"html_block":r+=e[o].content;break;case"image":r+=this.renderInlineAsText(e[o].children,t,n);break;case"softbreak":case"hardbreak":r+="\n"}return r},kC.prototype.render=function(e,t,n){for(var r="",o=this.rules,a=0,i=e.length;a<i;a++){var s=e[a].type;"inline"===s?r+=this.renderInline(e[a].children,t,n):void 0!==o[s]?r+=o[s](e,a,t,n,this):r+=this.renderToken(e,a,t,n)}return r};var CC=kC;function SC(){this.__rules__=[],this.__cache__=null}SC.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},SC.prototype.__compile__=function(){var e=this,t=[""];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))}))}))},SC.prototype.at=function(e,t,n){var r=this.__find__(e),o=n||{};if(-1===r)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=o.alt||[],this.__cache__=null},SC.prototype.before=function(e,t,n,r){var o=this.__find__(e),a=r||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},SC.prototype.after=function(e,t,n,r){var o=this.__find__(e),a=r||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},SC.prototype.push=function(e,t,n){var r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null},SC.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);var n=[];return e.forEach((function(e){var r=this.__find__(e);if(r<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[r].enabled=!0,n.push(e)}),this),this.__cache__=null,n},SC.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,t)},SC.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);var n=[];return e.forEach((function(e){var r=this.__find__(e);if(r<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[r].enabled=!1,n.push(e)}),this),this.__cache__=null,n},SC.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]};var AC=SC;function _C(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}_C.prototype.attrIndex=function(e){if(!this.attrs)return-1;for(var t=this.attrs,n=0,r=t.length;n<r;n++)if(t[n][0]===e)return n;return-1},_C.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},_C.prototype.attrSet=function(e,t){var n=this.attrIndex(e),r=[e,t];n<0?this.attrPush(r):this.attrs[n]=r},_C.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null;return t>=0&&(n=this.attrs[t][1]),n},_C.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};var OC=_C;function DC(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}DC.prototype.Token=OC;var TC=DC,RC=/\r\n?|\n/g,NC=/\0/g;function PC(e){return/^<\/a\s*>/i.test(e)}var FC=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,LC=/\((c|tm|r)\)/i,IC=/\((c|tm|r)\)/gi,jC={c:"©",r:"®",tm:"™"};function MC(e,t){return jC[t.toLowerCase()]}function BC(e){for(var t=0,n=e.length-1;n>=0;n--){var r=e[n];"text"!==r.type||t||(r.content=r.content.replace(IC,MC)),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}function zC(e){for(var t=0,n=e.length-1;n>=0;n--){var r=e[n];"text"!==r.type||t||FC.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===r.type&&"auto"===r.info&&t--,"link_close"===r.type&&"auto"===r.info&&t++}}var qC=/['"]/,HC=/['"]/g;function UC(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function VC(e,t){for(var n,r=[],o=0;o<e.length;o++){var a=e[o],i=e[o].level;for(n=r.length-1;n>=0&&!(r[n].level<=i);n--);if(r.length=n+1,"text"===a.type){var s=a.content,c=0,l=s.length;e:for(;c<l;){HC.lastIndex=c;var u=HC.exec(s);if(!u)break;var f=!0,d=!0;c=u.index+1;var p="'"===u[0],h=32;if(u.index-1>=0)h=s.charCodeAt(u.index-1);else for(n=o-1;n>=0&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n--)if(e[n].content){h=e[n].content.charCodeAt(e[n].content.length-1);break}var m=32;if(c<l)m=s.charCodeAt(c);else for(n=o+1;n<e.length&&("softbreak"!==e[n].type&&"hardbreak"!==e[n].type);n++)if(e[n].content){m=e[n].content.charCodeAt(0);break}var g=gC(h)||mC(String.fromCharCode(h)),v=gC(m)||mC(String.fromCharCode(m)),b=hC(h),y=hC(m);if(y?f=!1:v&&(b||g||(f=!1)),b?d=!1:g&&(y||v||(d=!1)),34===m&&'"'===u[0]&&h>=48&&h<=57&&(d=f=!1),f&&d&&(f=g,d=v),f||d){if(d)for(n=r.length-1;n>=0;n--){var w=r[n];if(r[n].level<i)break;if(w.single===p&&r[n].level===i){w=r[n];var x=void 0,E=void 0;p?(x=t.md.options.quotes[2],E=t.md.options.quotes[3]):(x=t.md.options.quotes[0],E=t.md.options.quotes[1]),a.content=UC(a.content,u.index,E),e[w.token].content=UC(e[w.token].content,w.pos,x),c+=E.length-1,w.token===o&&(c+=x.length-1),l=(s=a.content).length,r.length=n;continue e}}f?r.push({token:o,pos:u.index,single:p,level:i}):d&&p&&(a.content=UC(a.content,u.index,"’"))}else p&&(a.content=UC(a.content,u.index,"’"))}}}}var WC=[["normalize",function(e){var t;t=(t=e.src.replace(RC,"\n")).replace(NC,"�"),e.src=t}],["block",function(e){var t;e.inlineMode?((t=new e.Token("inline","",0)).content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}],["inline",function(e){for(var t=e.tokens,n=0,r=t.length;n<r;n++){var o=t[n];"inline"===o.type&&e.md.inline.parse(o.content,e.md,e.env,o.children)}}],["linkify",function(e){var t,n=e.tokens;if(e.md.options.linkify)for(var r=0,o=n.length;r<o;r++)if("inline"===n[r].type&&e.md.linkify.pretest(n[r].content))for(var a=n[r].children,i=0,s=a.length-1;s>=0;s--){var c=a[s];if("link_close"!==c.type){if("html_inline"===c.type&&(t=c.content,/^<a[>\s]/i.test(t)&&i>0&&i--,PC(c.content)&&i++),!(i>0)&&"text"===c.type&&e.md.linkify.test(c.content)){var l=c.content,u=e.md.linkify.match(l),f=[],d=c.level,p=0;u.length>0&&0===u[0].index&&s>0&&"text_special"===a[s-1].type&&(u=u.slice(1));for(var h=0;h<u.length;h++){var m=u[h].url,g=e.md.normalizeLink(m);if(e.md.validateLink(g)){var v=u[h].text;v=u[h].schema?"mailto:"!==u[h].schema||/^mailto:/i.test(v)?e.md.normalizeLinkText(v):e.md.normalizeLinkText("mailto:"+v).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+v).replace(/^http:\/\//,"");var b=u[h].index;if(b>p){var y=new e.Token("text","",0);y.content=l.slice(p,b),y.level=d,f.push(y)}var w=new e.Token("link_open","a",1);w.attrs=[["href",g]],w.level=d++,w.markup="linkify",w.info="auto",f.push(w);var x=new e.Token("text","",0);x.content=v,x.level=d,f.push(x);var E=new e.Token("link_close","a",-1);E.level=--d,E.markup="linkify",E.info="auto",f.push(E),p=u[h].lastIndex}}if(p<l.length){var k=new e.Token("text","",0);k.content=l.slice(p),k.level=d,f.push(k)}n[r].children=a=Zk(a,s,f)}}else for(s--;a[s].level!==c.level&&"link_open"!==a[s].type;)s--}}],["replacements",function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(LC.test(e.tokens[t].content)&&BC(e.tokens[t].children),FC.test(e.tokens[t].content)&&zC(e.tokens[t].children))}],["smartquotes",function(e){if(e.md.options.typographer)for(var t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&qC.test(e.tokens[t].content)&&VC(e.tokens[t].children,e)}],["text_join",function(e){for(var t,n,r=e.tokens,o=r.length,a=0;a<o;a++)if("inline"===r[a].type){var i=r[a].children,s=i.length;for(t=0;t<s;t++)"text_special"===i[t].type&&(i[t].type="text");for(t=n=0;t<s;t++)"text"===i[t].type&&t+1<s&&"text"===i[t+1].type?i[t+1].content=i[t].content+i[t+1].content:(t!==n&&(i[n]=i[t]),n++);t!==n&&(i.length=n)}}]];function GC(){this.ruler=new AC;for(var e=0;e<WC.length;e++)this.ruler.push(WC[e][0],WC[e][1])}GC.prototype.process=function(e){for(var t=this.ruler.getRules(""),n=0,r=t.length;n<r;n++)t[n](e)},GC.prototype.State=TC;var QC=GC;function KC(e,t,n,r){this.src=e,this.md=t,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;for(var o=this.src,a=0,i=0,s=0,c=0,l=o.length,u=!1;i<l;i++){var f=o.charCodeAt(i);if(!u){if(pC(f)){s++,9===f?c+=4-c%4:c++;continue}u=!0}10!==f&&i!==l-1||(10!==f&&i++,this.bMarks.push(a),this.eMarks.push(i),this.tShift.push(s),this.sCount.push(c),this.bsCount.push(0),u=!1,s=0,c=0,a=i+1)}this.bMarks.push(o.length),this.eMarks.push(o.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}KC.prototype.push=function(e,t,n){var r=new OC(e,t,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r},KC.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},KC.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},KC.prototype.skipSpaces=function(e){for(var t=this.src.length;e<t;e++){if(!pC(this.src.charCodeAt(e)))break}return e},KC.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!pC(this.src.charCodeAt(--e)))return e+1;return e},KC.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},KC.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;for(;e>n;)if(t!==this.src.charCodeAt(--e))return e+1;return e},KC.prototype.getLines=function(e,t,n,r){if(e>=t)return"";for(var o=new Array(t-e),a=0,i=e;i<t;i++,a++){var s=0,c=this.bMarks[i],l=c,u=void 0;for(u=i+1<t||r?this.eMarks[i]+1:this.eMarks[i];l<u&&s<n;){var f=this.src.charCodeAt(l);if(pC(f))9===f?s+=4-(s+this.bsCount[i])%4:s++;else{if(!(l-c<this.tShift[i]))break;s++}l++}o[a]=s>n?new Array(s-n+1).join(" ")+this.src.slice(l,u):this.src.slice(l,u)}return o.join("")},KC.prototype.Token=OC;var YC=KC;function XC(e,t){var n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function JC(e){for(var t=[],n=e.length,r=0,o=e.charCodeAt(r),a=!1,i=0,s="";r<n;)124===o&&(a?(s+=e.substring(i,r-1),i=r):(t.push(s+e.substring(i,r)),s="",i=r+1)),a=92===o,r++,o=e.charCodeAt(r);return t.push(s+e.substring(i)),t}function ZC(e,t){var n=e.eMarks[t],r=e.bMarks[t]+e.tShift[t],o=e.src.charCodeAt(r++);if(42!==o&&45!==o&&43!==o)return-1;if(r<n&&!pC(e.src.charCodeAt(r)))return-1;return r}function $C(e,t){var n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t],o=n;if(o+1>=r)return-1;var a=e.src.charCodeAt(o++);if(a<48||a>57)return-1;for(;;){if(o>=r)return-1;if(!((a=e.src.charCodeAt(o++))>=48&&a<=57)){if(41===a||46===a)break;return-1}if(o-n>=10)return-1}return o<r&&!pC(a=e.src.charCodeAt(o))?-1:o}var eS="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",tS="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",nS=new RegExp("^(?:"+eS+"|"+tS+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),rS=new RegExp("^(?:"+eS+"|"+tS+")"),oS=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(rS.source+"\\s*$"),/^$/,!1]];var aS=[["table",function(e,t,n,r){if(t+2>n)return!1;var o=t+1;if(e.sCount[o]<e.blkIndent)return!1;if(e.sCount[o]-e.blkIndent>=4)return!1;var a=e.bMarks[o]+e.tShift[o];if(a>=e.eMarks[o])return!1;var i=e.src.charCodeAt(a++);if(124!==i&&45!==i&&58!==i)return!1;if(a>=e.eMarks[o])return!1;var s=e.src.charCodeAt(a++);if(124!==s&&45!==s&&58!==s&&!pC(s))return!1;if(45===i&&pC(s))return!1;for(;a<e.eMarks[o];){var c=e.src.charCodeAt(a);if(124!==c&&45!==c&&58!==c&&!pC(c))return!1;a++}for(var l=XC(e,t+1),u=l.split("|"),f=[],d=0;d<u.length;d++){var p=u[d].trim();if(!p){if(0===d||d===u.length-1)continue;return!1}if(!/^:?-+:?$/.test(p))return!1;58===p.charCodeAt(p.length-1)?f.push(58===p.charCodeAt(0)?"center":"right"):58===p.charCodeAt(0)?f.push("left"):f.push("")}if(-1===(l=XC(e,t).trim()).indexOf("|"))return!1;if(e.sCount[t]-e.blkIndent>=4)return!1;(u=JC(l)).length&&""===u[0]&&u.shift(),u.length&&""===u[u.length-1]&&u.pop();var h=u.length;if(0===h||h!==f.length)return!1;if(r)return!0;var m=e.parentType;e.parentType="table";var g,v=e.md.block.ruler.getRules("blockquote"),b=[t,0];e.push("table_open","table",1).map=b,e.push("thead_open","thead",1).map=[t,t+1],e.push("tr_open","tr",1).map=[t,t+1];for(var y=0;y<u.length;y++){var w=e.push("th_open","th",1);f[y]&&(w.attrs=[["style","text-align:"+f[y]]]);var x=e.push("inline","",0);x.content=u[y].trim(),x.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);var E=0;for(o=t+2;o<n&&!(e.sCount[o]<e.blkIndent);o++){for(var k=!1,C=0,S=v.length;C<S;C++)if(v[C](e,o,n,!0)){k=!0;break}if(k)break;if(!(l=XC(e,o).trim()))break;if(e.sCount[o]-e.blkIndent>=4)break;if((u=JC(l)).length&&""===u[0]&&u.shift(),u.length&&""===u[u.length-1]&&u.pop(),(E+=h-u.length)>65536)break;o===t+2&&(e.push("tbody_open","tbody",1).map=g=[t+2,0]),e.push("tr_open","tr",1).map=[o,o+1];for(var A=0;A<h;A++){var _=e.push("td_open","td",1);f[A]&&(_.attrs=[["style","text-align:"+f[A]]]);var O=e.push("inline","",0);O.content=u[A]?u[A].trim():"",O.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return g&&(e.push("tbody_close","tbody",-1),g[1]=o),e.push("table_close","table",-1),b[1]=o,e.parentType=m,e.line=o,!0},["paragraph","reference"]],["code",function(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;for(var r=t+1,o=r;r<n;)if(e.isEmpty(r))r++;else{if(!(e.sCount[r]-e.blkIndent>=4))break;o=++r}e.line=o;var a=e.push("code_block","code",0);return a.content=e.getLines(t,o,4+e.blkIndent,!1)+"\n",a.map=[t,e.line],!0}],["fence",function(e,t,n,r){var o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(o+3>a)return!1;var i=e.src.charCodeAt(o);if(126!==i&&96!==i)return!1;var s=o,c=(o=e.skipChars(o,i))-s;if(c<3)return!1;var l=e.src.slice(s,o),u=e.src.slice(o,a);if(96===i&&u.indexOf(String.fromCharCode(i))>=0)return!1;if(r)return!0;for(var f=t,d=!1;!(++f>=n)&&!((o=s=e.bMarks[f]+e.tShift[f])<(a=e.eMarks[f])&&e.sCount[f]<e.blkIndent);)if(e.src.charCodeAt(o)===i&&!(e.sCount[f]-e.blkIndent>=4||(o=e.skipChars(o,i))-s<c||(o=e.skipSpaces(o))<a)){d=!0;break}c=e.sCount[t],e.line=f+(d?1:0);var p=e.push("fence","code",0);return p.info=u,p.content=e.getLines(t+1,f,c,!0),p.markup=l,p.map=[t,e.line],!0},["paragraph","reference","blockquote","list"]],["blockquote",function(e,t,n,r){var o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t],i=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(o))return!1;if(r)return!0;var s=[],c=[],l=[],u=[],f=e.md.block.ruler.getRules("blockquote"),d=e.parentType;e.parentType="blockquote";var p,h=!1;for(p=t;p<n;p++){var m=e.sCount[p]<e.blkIndent;if((o=e.bMarks[p]+e.tShift[p])>=(a=e.eMarks[p]))break;if(62!==e.src.charCodeAt(o++)||m){if(h)break;for(var g=!1,v=0,b=f.length;v<b;v++)if(f[v](e,p,n,!0)){g=!0;break}if(g){e.lineMax=p,0!==e.blkIndent&&(s.push(e.bMarks[p]),c.push(e.bsCount[p]),u.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}s.push(e.bMarks[p]),c.push(e.bsCount[p]),u.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]=-1}else{var y=e.sCount[p]+1,w=void 0,x=void 0;32===e.src.charCodeAt(o)?(o++,y++,x=!1,w=!0):9===e.src.charCodeAt(o)?(w=!0,(e.bsCount[p]+y)%4==3?(o++,y++,x=!1):x=!0):w=!1;var E=y;for(s.push(e.bMarks[p]),e.bMarks[p]=o;o<a;){var k=e.src.charCodeAt(o);if(!pC(k))break;9===k?E+=4-(E+e.bsCount[p]+(x?1:0))%4:E++,o++}h=o>=a,c.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(w?1:0),l.push(e.sCount[p]),e.sCount[p]=E-y,u.push(e.tShift[p]),e.tShift[p]=o-e.bMarks[p]}}var C=e.blkIndent;e.blkIndent=0;var S=e.push("blockquote_open","blockquote",1);S.markup=">";var A=[t,0];S.map=A,e.md.block.tokenize(e,t,p),e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=i,e.parentType=d,A[1]=e.line;for(var _=0;_<u.length;_++)e.bMarks[_+t]=s[_],e.tShift[_+t]=u[_],e.sCount[_+t]=l[_],e.bsCount[_+t]=c[_];return e.blkIndent=C,!0},["paragraph","reference","blockquote","list"]],["hr",function(e,t,n,r){var o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;var a=e.bMarks[t]+e.tShift[t],i=e.src.charCodeAt(a++);if(42!==i&&45!==i&&95!==i)return!1;for(var s=1;a<o;){var c=e.src.charCodeAt(a++);if(c!==i&&!pC(c))return!1;c===i&&s++}if(s<3)return!1;if(r)return!0;e.line=t+1;var l=e.push("hr","hr",0);return l.map=[t,e.line],l.markup=Array(s+1).join(String.fromCharCode(i)),!0},["paragraph","reference","blockquote","list"]],["list",function(e,t,n,r){var o,a,i,s,c=t,l=!0;if(e.sCount[c]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[c]-e.listIndent>=4&&e.sCount[c]<e.blkIndent)return!1;var u,f,d,p=!1;if(r&&"paragraph"===e.parentType&&e.sCount[c]>=e.blkIndent&&(p=!0),(d=$C(e,c))>=0){if(u=!0,i=e.bMarks[c]+e.tShift[c],f=Number(e.src.slice(i,d-1)),p&&1!==f)return!1}else{if(!((d=ZC(e,c))>=0))return!1;u=!1}if(p&&e.skipSpaces(d)>=e.eMarks[c])return!1;if(r)return!0;var h=e.src.charCodeAt(d-1),m=e.tokens.length;u?(s=e.push("ordered_list_open","ol",1),1!==f&&(s.attrs=[["start",f]])):s=e.push("bullet_list_open","ul",1);var g=[c,0];s.map=g,s.markup=String.fromCharCode(h);var v=!1,b=e.md.block.ruler.getRules("list"),y=e.parentType;for(e.parentType="list";c<n;){a=d,o=e.eMarks[c];for(var w=e.sCount[c]+d-(e.bMarks[c]+e.tShift[c]),x=w;a<o;){var E=e.src.charCodeAt(a);if(9===E)x+=4-(x+e.bsCount[c])%4;else{if(32!==E)break;x++}a++}var k=a,C=void 0;(C=k>=o?1:x-w)>4&&(C=1);var S=w+C;(s=e.push("list_item_open","li",1)).markup=String.fromCharCode(h);var A=[c,0];s.map=A,u&&(s.info=e.src.slice(i,d-1));var _=e.tight,O=e.tShift[c],D=e.sCount[c],T=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=S,e.tight=!0,e.tShift[c]=k-e.bMarks[c],e.sCount[c]=x,k>=o&&e.isEmpty(c+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,c,n,!0),e.tight&&!v||(l=!1),v=e.line-c>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=T,e.tShift[c]=O,e.sCount[c]=D,e.tight=_,(s=e.push("list_item_close","li",-1)).markup=String.fromCharCode(h),c=e.line,A[1]=c,c>=n)break;if(e.sCount[c]<e.blkIndent)break;if(e.sCount[c]-e.blkIndent>=4)break;for(var R=!1,N=0,P=b.length;N<P;N++)if(b[N](e,c,n,!0)){R=!0;break}if(R)break;if(u){if((d=$C(e,c))<0)break;i=e.bMarks[c]+e.tShift[c]}else if((d=ZC(e,c))<0)break;if(h!==e.src.charCodeAt(d-1))break}return(s=u?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1)).markup=String.fromCharCode(h),g[1]=c,e.line=c,e.parentType=y,l&&function(e,t){for(var n=e.level+2,r=t+2,o=e.tokens.length-2;r<o;r++)e.tokens[r].level===n&&"paragraph_open"===e.tokens[r].type&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}(e,m),!0},["paragraph","reference","blockquote"]],["reference",function(e,t,n,r){var o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t],i=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(o))return!1;function s(t){var n=e.lineMax;if(t>=n||e.isEmpty(t))return null;var r=!1;if(e.sCount[t]-e.blkIndent>3&&(r=!0),e.sCount[t]<0&&(r=!0),!r){var o=e.md.block.ruler.getRules("reference"),a=e.parentType;e.parentType="reference";for(var i=!1,s=0,c=o.length;s<c;s++)if(o[s](e,t,n,!0)){i=!0;break}if(e.parentType=a,i)return null}var l=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];return e.src.slice(l,u+1)}var c=e.src.slice(o,a+1);a=c.length;var l=-1;for(o=1;o<a;o++){var u=c.charCodeAt(o);if(91===u)return!1;if(93===u){l=o;break}if(10===u){var f=s(i);null!==f&&(a=(c+=f).length,i++)}else if(92===u&&++o<a&&10===c.charCodeAt(o)){var d=s(i);null!==d&&(a=(c+=d).length,i++)}}if(l<0||58!==c.charCodeAt(l+1))return!1;for(o=l+2;o<a;o++){var p=c.charCodeAt(o);if(10===p){var h=s(i);null!==h&&(a=(c+=h).length,i++)}else if(!pC(p))break}var m=e.md.helpers.parseLinkDestination(c,o,a);if(!m.ok)return!1;var g=e.md.normalizeLink(m.str);if(!e.md.validateLink(g))return!1;for(var v=o=m.pos,b=i,y=o;o<a;o++){var w=c.charCodeAt(o);if(10===w){var x=s(i);null!==x&&(a=(c+=x).length,i++)}else if(!pC(w))break}for(var E,k=e.md.helpers.parseLinkTitle(c,o,a);k.can_continue;){var C=s(i);if(null===C)break;o=a,a=(c+=C).length,i++,k=e.md.helpers.parseLinkTitle(c,o,a,k)}for(o<a&&y!==o&&k.ok?(E=k.str,o=k.pos):(E="",o=v,i=b);o<a;){if(!pC(c.charCodeAt(o)))break;o++}if(o<a&&10!==c.charCodeAt(o)&&E)for(E="",o=v,i=b;o<a;){if(!pC(c.charCodeAt(o)))break;o++}if(o<a&&10!==c.charCodeAt(o))return!1;var S=vC(c.slice(1,l));return!!S&&(r||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[S]&&(e.env.references[S]={title:E,href:g}),e.line=i),!0)}],["html_block",function(e,t,n,r){var o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(o))return!1;for(var i=e.src.slice(o,a),s=0;s<oS.length&&!oS[s][0].test(i);s++);if(s===oS.length)return!1;if(r)return oS[s][2];var c=t+1;if(!oS[s][1].test(i))for(;c<n&&!(e.sCount[c]<e.blkIndent);c++)if(o=e.bMarks[c]+e.tShift[c],a=e.eMarks[c],i=e.src.slice(o,a),oS[s][1].test(i)){0!==i.length&&c++;break}e.line=c;var l=e.push("html_block","",0);return l.map=[t,c],l.content=e.getLines(t,c,e.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(e,t,n,r){var o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;var i=e.src.charCodeAt(o);if(35!==i||o>=a)return!1;var s=1;for(i=e.src.charCodeAt(++o);35===i&&o<a&&s<=6;)s++,i=e.src.charCodeAt(++o);if(s>6||o<a&&!pC(i))return!1;if(r)return!0;a=e.skipSpacesBack(a,o);var c=e.skipCharsBack(a,35,o);c>o&&pC(e.src.charCodeAt(c-1))&&(a=c),e.line=t+1;var l=e.push("heading_open","h"+String(s),1);l.markup="########".slice(0,s),l.map=[t,e.line];var u=e.push("inline","",0);return u.content=e.src.slice(o,a).trim(),u.map=[t,e.line],u.children=[],e.push("heading_close","h"+String(s),-1).markup="########".slice(0,s),!0},["paragraph","reference","blockquote"]],["lheading",function(e,t,n){var r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;var o=e.parentType;e.parentType="paragraph";for(var a,i=0,s=t+1;s<n&&!e.isEmpty(s);s++)if(!(e.sCount[s]-e.blkIndent>3)){if(e.sCount[s]>=e.blkIndent){var c=e.bMarks[s]+e.tShift[s],l=e.eMarks[s];if(c<l&&(45===(a=e.src.charCodeAt(c))||61===a)&&(c=e.skipChars(c,a),(c=e.skipSpaces(c))>=l)){i=61===a?1:2;break}}if(!(e.sCount[s]<0)){for(var u=!1,f=0,d=r.length;f<d;f++)if(r[f](e,s,n,!0)){u=!0;break}if(u)break}}if(!i)return!1;var p=e.getLines(t,s,e.blkIndent,!1).trim();e.line=s+1;var h=e.push("heading_open","h"+String(i),1);h.markup=String.fromCharCode(a),h.map=[t,e.line];var m=e.push("inline","",0);return m.content=p,m.map=[t,e.line-1],m.children=[],e.push("heading_close","h"+String(i),-1).markup=String.fromCharCode(a),e.parentType=o,!0}],["paragraph",function(e,t,n){var r=e.md.block.ruler.getRules("paragraph"),o=e.parentType,a=t+1;for(e.parentType="paragraph";a<n&&!e.isEmpty(a);a++)if(!(e.sCount[a]-e.blkIndent>3||e.sCount[a]<0)){for(var i=!1,s=0,c=r.length;s<c;s++)if(r[s](e,a,n,!0)){i=!0;break}if(i)break}var l=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a,e.push("paragraph_open","p",1).map=[t,e.line];var u=e.push("inline","",0);return u.content=l,u.map=[t,e.line],u.children=[],e.push("paragraph_close","p",-1),e.parentType=o,!0}]];function iS(){this.ruler=new AC;for(var e=0;e<aS.length;e++)this.ruler.push(aS[e][0],aS[e][1],{alt:(aS[e][2]||[]).slice()})}iS.prototype.tokenize=function(e,t,n){for(var r=this.ruler.getRules(""),o=r.length,a=e.md.options.maxNesting,i=t,s=!1;i<n&&(e.line=i=e.skipEmptyLines(i),!(i>=n))&&!(e.sCount[i]<e.blkIndent);){if(e.level>=a){e.line=n;break}for(var c=e.line,l=!1,u=0;u<o;u++)if(l=r[u](e,i,n,!1)){if(c>=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),(i=e.line)<n&&e.isEmpty(i)&&(s=!0,i++,e.line=i)}},iS.prototype.parse=function(e,t,n,r){if(e){var o=new this.State(e,t,n,r);this.tokenize(o,o.line,o.lineMax)}},iS.prototype.State=YC;var sS=iS;function cS(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}cS.prototype.pushPending=function(){var e=new OC("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},cS.prototype.push=function(e,t,n){this.pending&&this.pushPending();var r=new OC(e,t,n),o=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(o),r},cS.prototype.scanDelims=function(e,t){for(var n=this.posMax,r=this.src.charCodeAt(e),o=e>0?this.src.charCodeAt(e-1):32,a=e;a<n&&this.src.charCodeAt(a)===r;)a++;var i=a-e,s=a<n?this.src.charCodeAt(a):32,c=gC(o)||mC(String.fromCharCode(o)),l=gC(s)||mC(String.fromCharCode(s)),u=hC(o),f=hC(s),d=!f&&(!l||u||c),p=!u&&(!c||f||l);return{can_open:d&&(t||!p||c),can_close:p&&(t||!d||l),length:i}},cS.prototype.Token=OC;var lS=cS;function uS(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}var fS=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;for(var dS=[],pS=0;pS<256;pS++)dS.push(0);function hS(e,t){for(var n,r=[],o=t.length,a=0;a<o;a++){var i=t[a];if(126===i.marker&&-1!==i.end){var s=t[i.end];(n=e.tokens[i.token]).type="s_open",n.tag="s",n.nesting=1,n.markup="~~",n.content="",(n=e.tokens[s.token]).type="s_close",n.tag="s",n.nesting=-1,n.markup="~~",n.content="","text"===e.tokens[s.token-1].type&&"~"===e.tokens[s.token-1].content&&r.push(s.token-1)}}for(;r.length;){for(var c=r.pop(),l=c+1;l<e.tokens.length&&"s_close"===e.tokens[l].type;)l++;c!==--l&&(n=e.tokens[l],e.tokens[l]=e.tokens[c],e.tokens[c]=n)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){dS[e.charCodeAt(0)]=1}));var mS={tokenize:function(e,t){var n=e.pos,r=e.src.charCodeAt(n);if(t)return!1;if(126!==r)return!1;var o=e.scanDelims(e.pos,!0),a=o.length,i=String.fromCharCode(r);if(a<2)return!1;a%2&&(e.push("text","",0).content=i,a--);for(var s=0;s<a;s+=2)e.push("text","",0).content=i+i,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:o.can_open,close:o.can_close});return e.pos+=o.length,!0},postProcess:function(e){var t=e.tokens_meta,n=e.tokens_meta.length;hS(e,e.delimiters);for(var r=0;r<n;r++)t[r]&&t[r].delimiters&&hS(e,t[r].delimiters)}};function gS(e,t){for(var n=t.length-1;n>=0;n--){var r=t[n];if((95===r.marker||42===r.marker)&&-1!==r.end){var o=t[r.end],a=n>0&&t[n-1].end===r.end+1&&t[n-1].marker===r.marker&&t[n-1].token===r.token-1&&t[r.end+1].token===o.token+1,i=String.fromCharCode(r.marker),s=e.tokens[r.token];s.type=a?"strong_open":"em_open",s.tag=a?"strong":"em",s.nesting=1,s.markup=a?i+i:i,s.content="";var c=e.tokens[o.token];c.type=a?"strong_close":"em_close",c.tag=a?"strong":"em",c.nesting=-1,c.markup=a?i+i:i,c.content="",a&&(e.tokens[t[n-1].token].content="",e.tokens[t[r.end+1].token].content="",n--)}}}var vS={tokenize:function(e,t){var n=e.pos,r=e.src.charCodeAt(n);if(t)return!1;if(95!==r&&42!==r)return!1;for(var o=e.scanDelims(e.pos,42===r),a=0;a<o.length;a++){e.push("text","",0).content=String.fromCharCode(r),e.delimiters.push({marker:r,length:o.length,token:e.tokens.length-1,end:-1,open:o.can_open,close:o.can_close})}return e.pos+=o.length,!0},postProcess:function(e){var t=e.tokens_meta,n=e.tokens_meta.length;gS(e,e.delimiters);for(var r=0;r<n;r++)t[r]&&t[r].delimiters&&gS(e,t[r].delimiters)}};var bS=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,yS=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;var wS=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,xS=/^&([a-z][a-z0-9]{1,31});/i;function ES(e){var t={},n=e.length;if(n)for(var r=0,o=-2,a=[],i=0;i<n;i++){var s=e[i];if(a.push(0),e[r].marker===s.marker&&o===s.token-1||(r=i),o=s.token,s.length=s.length||0,s.close){t.hasOwnProperty(s.marker)||(t[s.marker]=[-1,-1,-1,-1,-1,-1]);for(var c=t[s.marker][(s.open?3:0)+s.length%3],l=r-a[r]-1,u=l;l>c;l-=a[l]+1){var f=e[l];if(f.marker===s.marker&&(f.open&&f.end<0)){var d=!1;if((f.close||s.open)&&(f.length+s.length)%3==0&&(f.length%3==0&&s.length%3==0||(d=!0)),!d){var p=l>0&&!e[l-1].open?a[l-1]+1:0;a[i]=i-l+p,a[l]=p,s.open=!1,f.end=i,f.close=!1,u=-1,o=-2;break}}}-1!==u&&(t[s.marker][(s.open?3:0)+(s.length||0)%3]=u)}}}var kS=[["text",function(e,t){for(var n=e.pos;n<e.posMax&&!uS(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}],["linkify",function(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;var n=e.pos;if(n+3>e.posMax)return!1;if(58!==e.src.charCodeAt(n))return!1;if(47!==e.src.charCodeAt(n+1))return!1;if(47!==e.src.charCodeAt(n+2))return!1;var r=e.pending.match(fS);if(!r)return!1;var o=r[1],a=e.md.linkify.matchAtStart(e.src.slice(n-o.length));if(!a)return!1;var i=a.url;if(i.length<=o.length)return!1;i=i.replace(/\*+$/,"");var s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!t){e.pending=e.pending.slice(0,-o.length);var c=e.push("link_open","a",1);c.attrs=[["href",s]],c.markup="linkify",c.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(i);var l=e.push("link_close","a",-1);l.markup="linkify",l.info="auto"}return e.pos+=i.length-o.length,!0}],["newline",function(e,t){var n=e.pos;if(10!==e.src.charCodeAt(n))return!1;var r=e.pending.length-1,o=e.posMax;if(!t)if(r>=0&&32===e.pending.charCodeAt(r))if(r>=1&&32===e.pending.charCodeAt(r-1)){for(var a=r-1;a>=1&&32===e.pending.charCodeAt(a-1);)a--;e.pending=e.pending.slice(0,a),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n<o&&pC(e.src.charCodeAt(n));)n++;return e.pos=n,!0}],["escape",function(e,t){var n=e.pos,r=e.posMax;if(92!==e.src.charCodeAt(n))return!1;if(++n>=r)return!1;var o=e.src.charCodeAt(n);if(10===o){for(t||e.push("hardbreak","br",0),n++;n<r&&pC(o=e.src.charCodeAt(n));)n++;return e.pos=n,!0}var a=e.src[n];if(o>=55296&&o<=56319&&n+1<r){var i=e.src.charCodeAt(n+1);i>=56320&&i<=57343&&(a+=e.src[n+1],n++)}var s="\\"+a;if(!t){var c=e.push("text_special","",0);o<256&&0!==dS[o]?c.content=a:c.content=s,c.markup=s,c.info="escape"}return e.pos=n+1,!0}],["backticks",function(e,t){var n=e.pos;if(96!==e.src.charCodeAt(n))return!1;var r=n;n++;for(var o=e.posMax;n<o&&96===e.src.charCodeAt(n);)n++;var a=e.src.slice(r,n),i=a.length;if(e.backticksScanned&&(e.backticks[i]||0)<=r)return t||(e.pending+=a),e.pos+=i,!0;for(var s,c=n;-1!==(s=e.src.indexOf("`",c));){for(c=s+1;c<o&&96===e.src.charCodeAt(c);)c++;var l=c-s;if(l===i){if(!t){var u=e.push("code_inline","code",0);u.markup=a,u.content=e.src.slice(n,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=c,!0}e.backticks[l]=s}return e.backticksScanned=!0,t||(e.pending+=a),e.pos+=i,!0}],["strikethrough",mS.tokenize],["emphasis",vS.tokenize],["link",function(e,t){var n,r,o,a,i="",s="",c=e.pos,l=!0;if(91!==e.src.charCodeAt(e.pos))return!1;var u=e.pos,f=e.posMax,d=e.pos+1,p=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(p<0)return!1;var h=p+1;if(h<f&&40===e.src.charCodeAt(h)){for(l=!1,h++;h<f&&(pC(n=e.src.charCodeAt(h))||10===n);h++);if(h>=f)return!1;if(c=h,(o=e.md.helpers.parseLinkDestination(e.src,h,e.posMax)).ok){for(i=e.md.normalizeLink(o.str),e.md.validateLink(i)?h=o.pos:i="",c=h;h<f&&(pC(n=e.src.charCodeAt(h))||10===n);h++);if(o=e.md.helpers.parseLinkTitle(e.src,h,e.posMax),h<f&&c!==h&&o.ok)for(s=o.str,h=o.pos;h<f&&(pC(n=e.src.charCodeAt(h))||10===n);h++);}(h>=f||41!==e.src.charCodeAt(h))&&(l=!0),h++}if(l){if(void 0===e.env.references)return!1;if(h<f&&91===e.src.charCodeAt(h)?(c=h+1,(h=e.md.helpers.parseLinkLabel(e,h))>=0?r=e.src.slice(c,h++):h=p+1):h=p+1,r||(r=e.src.slice(d,p)),!(a=e.env.references[vC(r)]))return e.pos=u,!1;i=a.href,s=a.title}if(!t){e.pos=d,e.posMax=p;var m=[["href",i]];e.push("link_open","a",1).attrs=m,s&&m.push(["title",s]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=h,e.posMax=f,!0}],["image",function(e,t){var n,r,o,a,i,s,c,l,u="",f=e.pos,d=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;var p=e.pos+2,h=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(h<0)return!1;if((a=h+1)<d&&40===e.src.charCodeAt(a)){for(a++;a<d&&(pC(n=e.src.charCodeAt(a))||10===n);a++);if(a>=d)return!1;for(l=a,(s=e.md.helpers.parseLinkDestination(e.src,a,e.posMax)).ok&&(u=e.md.normalizeLink(s.str),e.md.validateLink(u)?a=s.pos:u=""),l=a;a<d&&(pC(n=e.src.charCodeAt(a))||10===n);a++);if(s=e.md.helpers.parseLinkTitle(e.src,a,e.posMax),a<d&&l!==a&&s.ok)for(c=s.str,a=s.pos;a<d&&(pC(n=e.src.charCodeAt(a))||10===n);a++);else c="";if(a>=d||41!==e.src.charCodeAt(a))return e.pos=f,!1;a++}else{if(void 0===e.env.references)return!1;if(a<d&&91===e.src.charCodeAt(a)?(l=a+1,(a=e.md.helpers.parseLinkLabel(e,a))>=0?o=e.src.slice(l,a++):a=h+1):a=h+1,o||(o=e.src.slice(p,h)),!(i=e.env.references[vC(o)]))return e.pos=f,!1;u=i.href,c=i.title}if(!t){r=e.src.slice(p,h);var m=[];e.md.inline.parse(r,e.md,e.env,m);var g=e.push("image","img",0),v=[["src",u],["alt",""]];g.attrs=v,g.children=m,g.content=r,c&&v.push(["title",c])}return e.pos=a,e.posMax=d,!0}],["autolink",function(e,t){var n=e.pos;if(60!==e.src.charCodeAt(n))return!1;for(var r=e.pos,o=e.posMax;;){if(++n>=o)return!1;var a=e.src.charCodeAt(n);if(60===a)return!1;if(62===a)break}var i=e.src.slice(r+1,n);if(yS.test(i)){var s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!t){var c=e.push("link_open","a",1);c.attrs=[["href",s]],c.markup="autolink",c.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(i);var l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=i.length+2,!0}if(bS.test(i)){var u=e.md.normalizeLink("mailto:"+i);if(!e.md.validateLink(u))return!1;if(!t){var f=e.push("link_open","a",1);f.attrs=[["href",u]],f.markup="autolink",f.info="auto",e.push("text","",0).content=e.md.normalizeLinkText(i);var d=e.push("link_close","a",-1);d.markup="autolink",d.info="auto"}return e.pos+=i.length+2,!0}return!1}],["html_inline",function(e,t){if(!e.md.options.html)return!1;var n=e.posMax,r=e.pos;if(60!==e.src.charCodeAt(r)||r+2>=n)return!1;var o=e.src.charCodeAt(r+1);if(33!==o&&63!==o&&47!==o&&!function(e){var t=32|e;return t>=97&&t<=122}(o))return!1;var a,i=e.src.slice(r).match(nS);if(!i)return!1;if(!t){var s=e.push("html_inline","",0);s.content=i[0],a=s.content,/^<a[>\s]/i.test(a)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(s.content)&&e.linkLevel--}return e.pos+=i[0].length,!0}],["entity",function(e,t){var n=e.pos,r=e.posMax;if(38!==e.src.charCodeAt(n))return!1;if(n+1>=r)return!1;if(35===e.src.charCodeAt(n+1)){var o=e.src.slice(n).match(wS);if(o){if(!t){var a="x"===o[1][0].toLowerCase()?parseInt(o[1].slice(1),16):parseInt(o[1],10),i=e.push("text_special","",0);i.content=$k(a)?eC(a):eC(65533),i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}else{var s=e.src.slice(n).match(xS);if(s){var c=Hk(s[0]);if(c!==s[0]){if(!t){var l=e.push("text_special","",0);l.content=c,l.markup=s[0],l.info="entity"}return e.pos+=s[0].length,!0}}}return!1}]],CS=[["balance_pairs",function(e){var t=e.tokens_meta,n=e.tokens_meta.length;ES(e.delimiters);for(var r=0;r<n;r++)t[r]&&t[r].delimiters&&ES(t[r].delimiters)}],["strikethrough",mS.postProcess],["emphasis",vS.postProcess],["fragments_join",function(e){var t,n,r=0,o=e.tokens,a=e.tokens.length;for(t=n=0;t<a;t++)o[t].nesting<0&&r--,o[t].level=r,o[t].nesting>0&&r++,"text"===o[t].type&&t+1<a&&"text"===o[t+1].type?o[t+1].content=o[t].content+o[t+1].content:(t!==n&&(o[n]=o[t]),n++);t!==n&&(o.length=n)}]];function SS(){this.ruler=new AC;for(var e=0;e<kS.length;e++)this.ruler.push(kS[e][0],kS[e][1]);this.ruler2=new AC;for(var t=0;t<CS.length;t++)this.ruler2.push(CS[t][0],CS[t][1])}SS.prototype.skipToken=function(e){var t=e.pos,n=this.ruler.getRules(""),r=n.length,o=e.md.options.maxNesting,a=e.cache;if(void 0===a[t]){var i=!1;if(e.level<o){for(var s=0;s<r;s++)if(e.level++,i=n[s](e,!0),e.level--,i){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;i||e.pos++,a[t]=e.pos}else e.pos=a[t]},SS.prototype.tokenize=function(e){for(var t=this.ruler.getRules(""),n=t.length,r=e.posMax,o=e.md.options.maxNesting;e.pos<r;){var a=e.pos,i=!1;if(e.level<o)for(var s=0;s<n;s++)if(i=t[s](e,!1)){if(a>=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(i){if(e.pos>=r)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},SS.prototype.parse=function(e,t,n,r){var o=new this.State(e,t,n,r);this.tokenize(o);for(var a=this.ruler2.getRules(""),i=a.length,s=0;s<i;s++)a[s](o)},SS.prototype.State=lS;var AS=SS;function _S(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function OS(e){return Object.prototype.toString.call(e)}function DS(e){return"[object Function]"===OS(e)}function TS(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var RS={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};var NS={"http:":{validate:function(e,t,n){var r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){var r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){var r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},PS="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function FS(e){var t=e.re=function(e){var t={};e=e||{},t.src_Any=kk.source,t.src_Cc=Ck.source,t.src_Z=Ak.source,t.src_P=xk.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");var n="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}(e.__opts__),n=e.__tlds__.slice();function r(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||n.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),n.push(t.src_xn),t.src_tlds=n.join("|"),t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");var o=[];function a(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var n=e.__schemas__[t];if(null!==n){var r={validate:null,link:null};if(e.__compiled__[t]=r,"[object Object]"===OS(n))return!function(e){return"[object RegExp]"===OS(e)}(n.validate)?DS(n.validate)?r.validate=n.validate:a(t,n):r.validate=function(e){return function(t,n){var r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}(n.validate),void(DS(n.normalize)?r.normalize=n.normalize:n.normalize?a(t,n):r.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===OS(e)}(n)?a(t,n):o.push(t)}})),o.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};var i=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(TS).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+i+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+i+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function LS(e,t){var n=e.__index__,r=e.__last_index__,o=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=o,this.text=o,this.url=o}function IS(e,t){var n=new LS(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function jS(e,t){if(!(this instanceof jS))return new jS(e,t);var n;t||(n=e,Object.keys(n||{}).reduce((function(e,t){return e||RS.hasOwnProperty(t)}),!1)&&(t=e,e={})),this.__opts__=_S({},RS,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=_S({},NS,e),this.__compiled__={},this.__tlds__=PS,this.__tlds_replaced__=!1,this.re={},FS(this)}jS.prototype.add=function(e,t){return this.__schemas__[e]=t,FS(this),this},jS.prototype.set=function(e){return this.__opts__=_S(this.__opts__,e),this},jS.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,r,o,a,i,s,c;if(this.re.schema_test.test(e))for((s=this.re.schema_search).lastIndex=0;null!==(t=s.exec(e));)if(o=this.testSchemaAt(e,t[2],s.lastIndex)){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+o;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=e.search(this.re.host_fuzzy_test))>=0&&(this.__index__<0||c<this.__index__)&&null!==(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(a=n.index+n[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=n.index+n[0].length)),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&e.indexOf("@")>=0&&null!==(r=e.match(this.re.email_fuzzy))&&(a=r.index+r[1].length,i=r.index+r[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=i)),this.__index__>=0},jS.prototype.pretest=function(e){return this.re.pretest.test(e)},jS.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},jS.prototype.match=function(e){var t=[],n=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(IS(this,n)),n=this.__last_index__);for(var r=n?e.slice(n):e;this.test(r);)t.push(IS(this,n)),r=r.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null},jS.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,IS(this,0)):null},jS.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),FS(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,FS(this),this)},jS.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},jS.prototype.onCompile=function(){};var MS=jS,BS=2147483647,zS=36,qS=/^xn--/,HS=/[^\0-\x7F]/,US=/[\x2E\u3002\uFF0E\uFF61]/g,VS={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},WS=Math.floor,GS=String.fromCharCode;function QS(e){throw new RangeError(VS[e])}function KS(e,t){var n=e.split("@"),r="";n.length>1&&(r=n[0]+"@",e=n[1]);var o=function(e,t){for(var n=[],r=e.length;r--;)n[r]=t(e[r]);return n}((e=e.replace(US,".")).split("."),t).join(".");return r+o}function YS(e){for(var t=[],n=0,r=e.length;n<r;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){var a=e.charCodeAt(n++);56320==(64512&a)?t.push(((1023&o)<<10)+(1023&a)+65536):(t.push(o),n--)}else t.push(o)}return t}var XS=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},JS=function(e,t,n){var r=0;for(e=n?WS(e/700):e>>1,e+=WS(e/t);e>455;r+=zS)e=WS(e/35);return WS(r+36*e/(e+38))},ZS=function(e){var t,n=[],r=e.length,o=0,a=128,i=72,s=e.lastIndexOf("-");s<0&&(s=0);for(var c=0;c<s;++c)e.charCodeAt(c)>=128&&QS("not-basic"),n.push(e.charCodeAt(c));for(var l=s>0?s+1:0;l<r;){for(var u=o,f=1,d=zS;;d+=zS){l>=r&&QS("invalid-input");var p=(t=e.charCodeAt(l++))>=48&&t<58?t-48+26:t>=65&&t<91?t-65:t>=97&&t<123?t-97:zS;p>=zS&&QS("invalid-input"),p>WS((BS-o)/f)&&QS("overflow"),o+=p*f;var h=d<=i?1:d>=i+26?26:d-i;if(p<h)break;var m=zS-h;f>WS(BS/m)&&QS("overflow"),f*=m}var g=n.length+1;i=JS(o-u,g,0==u),WS(o/g)>BS-a&&QS("overflow"),a+=WS(o/g),o%=g,n.splice(o++,0,a)}return String.fromCodePoint.apply(String,n)},$S=function(e){var t,n=[],r=(e=YS(e)).length,o=128,a=0,i=72,s=Pu()(e);try{for(s.s();!(t=s.n()).done;){var c=t.value;c<128&&n.push(GS(c))}}catch(e){s.e(e)}finally{s.f()}var l=n.length,u=l;for(l&&n.push("-");u<r;){var f,d=BS,p=Pu()(e);try{for(p.s();!(f=p.n()).done;){var h=f.value;h>=o&&h<d&&(d=h)}}catch(e){p.e(e)}finally{p.f()}var m=u+1;d-o>WS((BS-a)/m)&&QS("overflow"),a+=(d-o)*m,o=d;var g,v=Pu()(e);try{for(v.s();!(g=v.n()).done;){var b=g.value;if(b<o&&++a>BS&&QS("overflow"),b===o){for(var y=a,w=zS;;w+=zS){var x=w<=i?1:w>=i+26?26:w-i;if(y<x)break;var E=y-x,k=zS-x;n.push(GS(XS(x+E%k,0))),y=WS(E/k)}n.push(GS(XS(y,0))),i=JS(a,m,u===l),a=0,++u}}}catch(e){v.e(e)}finally{v.f()}++a,++o}return n.join("")},eA={version:"2.3.1",ucs2:{decode:YS,encode:function(e){return String.fromCodePoint.apply(String,Vc()(e))}},decode:ZS,encode:$S,toASCII:function(e){return KS(e,(function(e){return HS.test(e)?"xn--"+$S(e):e}))},toUnicode:function(e){return KS(e,(function(e){return qS.test(e)?ZS(e.slice(4).toLowerCase()):e}))}},tA=eA,nA={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},rA=/^(vbscript|javascript|file|data):/,oA=/^data:image\/(gif|png|jpeg|webp);/;function aA(e){var t=e.trim().toLowerCase();return!rA.test(t)||oA.test(t)}var iA=["http:","https:","mailto:"];function sA(e){var t=wk(e,!0);if(t.hostname&&(!t.protocol||iA.indexOf(t.protocol)>=0))try{t.hostname=tA.toASCII(t.hostname)}catch(e){}return ok(ak(t))}function cA(e){var t=wk(e,!0);if(t.hostname&&(!t.protocol||iA.indexOf(t.protocol)>=0))try{t.hostname=tA.toUnicode(t.hostname)}catch(e){}return tk(ak(t),tk.defaultChars+"%")}function lA(e,t){if(!(this instanceof lA))return new lA(e,t);t||Kk(e)||(t=e||{},e="default"),this.inline=new AS,this.block=new sS,this.core=new QC,this.renderer=new CC,this.linkify=new MS,this.validateLink=aA,this.normalizeLink=sA,this.normalizeLinkText=cA,this.utils=r,this.helpers=Jk({},i),this.options={},this.configure(e),t&&this.set(t)}lA.prototype.set=function(e){return Jk(this.options,e),this},lA.prototype.configure=function(e){var t=this;if(Kk(e)){var n=e;if(!(e=nA[n]))throw new Error('Wrong `markdown-it` preset "'+n+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)})),this},lA.prototype.enable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this},lA.prototype.disable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this},lA.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},lA.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");var n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},lA.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},lA.prototype.parseInline=function(e,t){var n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},lA.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};var uA=lA,fA=o(6817),dA=o(6654),pA=o.n(dA);var hA=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(e){}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)})),this.tags=[],this.ctr=0},e}(),mA=Math.abs,gA=String.fromCharCode,vA=Object.assign;function bA(e){return e.trim()}function yA(e,t,n){return e.replace(t,n)}function wA(e,t){return e.indexOf(t)}function xA(e,t){return 0|e.charCodeAt(t)}function EA(e,t,n){return e.slice(t,n)}function kA(e){return e.length}function CA(e){return e.length}function SA(e,t){return t.push(e),e}var AA=1,_A=1,OA=0,DA=0,TA=0,RA="";function NA(e,t,n,r,o,a,i){return{value:e,root:t,parent:n,type:r,props:o,children:a,line:AA,column:_A,length:i,return:""}}function PA(e,t){return vA(NA("",null,null,"",null,null,0),e,{length:-e.length},t)}function FA(){return TA=DA<OA?xA(RA,DA++):0,_A++,10===TA&&(_A=1,AA++),TA}function LA(){return xA(RA,DA)}function IA(){return DA}function jA(e,t){return EA(RA,e,t)}function MA(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function BA(e){return AA=_A=1,OA=kA(RA=e),DA=0,[]}function zA(e){return RA="",e}function qA(e){return bA(jA(DA-1,VA(91===e?e+2:40===e?e+1:e)))}function HA(e){for(;(TA=LA())&&TA<33;)FA();return MA(e)>2||MA(TA)>3?"":" "}function UA(e,t){for(;--t&&FA()&&!(TA<48||TA>102||TA>57&&TA<65||TA>70&&TA<97););return jA(e,IA()+(t<6&&32==LA()&&32==FA()))}function VA(e){for(;FA();)switch(TA){case e:return DA;case 34:case 39:34!==e&&39!==e&&VA(TA);break;case 40:41===e&&VA(e);break;case 92:FA()}return DA}function WA(e,t){for(;FA()&&e+TA!==57&&(e+TA!==84||47!==LA()););return"/*"+jA(t,DA-1)+"*"+gA(47===e?e:FA())}function GA(e){for(;!MA(LA());)FA();return jA(e,DA)}var QA="-ms-",KA="-moz-",YA="-webkit-",XA="comm",JA="rule",ZA="decl",$A="@keyframes";function e_(e,t){for(var n="",r=CA(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function t_(e,t,n,r){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case ZA:return e.return=e.return||e.value;case XA:return"";case $A:return e.return=e.value+"{"+e_(e.children,r)+"}";case JA:e.value=e.props.join(",")}return kA(n=e_(e.children,r))?e.return=e.value+"{"+n+"}":""}function n_(e){return zA(r_("",null,null,null,[""],e=BA(e),0,[0],e))}function r_(e,t,n,r,o,a,i,s,c){for(var l=0,u=0,f=i,d=0,p=0,h=0,m=1,g=1,v=1,b=0,y="",w=o,x=a,E=r,k=y;g;)switch(h=b,b=FA()){case 40:if(108!=h&&58==xA(k,f-1)){-1!=wA(k+=yA(qA(b),"&","&\f"),"&\f")&&(v=-1);break}case 34:case 39:case 91:k+=qA(b);break;case 9:case 10:case 13:case 32:k+=HA(h);break;case 92:k+=UA(IA()-1,7);continue;case 47:switch(LA()){case 42:case 47:SA(a_(WA(FA(),IA()),t,n),c);break;default:k+="/"}break;case 123*m:s[l++]=kA(k)*v;case 125*m:case 59:case 0:switch(b){case 0:case 125:g=0;case 59+u:-1==v&&(k=yA(k,/\f/g,"")),p>0&&kA(k)-f&&SA(p>32?i_(k+";",r,n,f-1):i_(yA(k," ","")+";",r,n,f-2),c);break;case 59:k+=";";default:if(SA(E=o_(k,t,n,l,u,o,s,y,w=[],x=[],f),a),123===b)if(0===u)r_(k,t,E,E,w,a,f,s,x);else switch(99===d&&110===xA(k,3)?100:d){case 100:case 108:case 109:case 115:r_(e,E,E,r&&SA(o_(e,E,E,0,0,o,s,y,o,w=[],f),x),o,x,f,s,r?w:x);break;default:r_(k,E,E,E,[""],x,0,s,x)}}l=u=p=0,m=v=1,y=k="",f=i;break;case 58:f=1+kA(k),p=h;default:if(m<1)if(123==b)--m;else if(125==b&&0==m++&&125==(TA=DA>0?xA(RA,--DA):0,_A--,10===TA&&(_A=1,AA--),TA))continue;switch(k+=gA(b),b*m){case 38:v=u>0?1:(k+="\f",-1);break;case 44:s[l++]=(kA(k)-1)*v,v=1;break;case 64:45===LA()&&(k+=qA(FA())),d=LA(),u=f=kA(y=k+=GA(IA())),b++;break;case 45:45===h&&2==kA(k)&&(m=0)}}return a}function o_(e,t,n,r,o,a,i,s,c,l,u){for(var f=o-1,d=0===o?a:[""],p=CA(d),h=0,m=0,g=0;h<r;++h)for(var v=0,b=EA(e,f+1,f=mA(m=i[h])),y=e;v<p;++v)(y=bA(m>0?d[v]+" "+b:yA(b,/&\f/g,d[v])))&&(c[g++]=y);return NA(e,t,n,0===o?JA:s,c,l,u)}function a_(e,t,n){return NA(e,t,n,XA,gA(TA),EA(e,2,-2),0)}function i_(e,t,n,r){return NA(e,t,n,ZA,EA(e,0,r),EA(e,r+1,-1),r)}var s_=function(e,t,n){for(var r=0,o=0;r=o,o=LA(),38===r&&12===o&&(t[n]=1),!MA(o);)FA();return jA(e,DA)},c_=function(e,t){return zA(function(e,t){var n=-1,r=44;do{switch(MA(r)){case 0:38===r&&12===LA()&&(t[n]=1),e[n]+=s_(DA-1,t,n);break;case 2:e[n]+=qA(r);break;case 4:if(44===r){e[++n]=58===LA()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=gA(r)}}while(r=FA());return e}(BA(e),t))},l_=new WeakMap,u_=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||l_.get(n))&&!r){l_.set(e,!0);for(var o=[],a=c_(t,o),i=n.props,s=0,c=0;s<a.length;s++)for(var l=0;l<i.length;l++,c++)e.props[c]=o[s]?a[s].replace(/&\f/g,i[l]):i[l]+" "+a[s]}}},f_=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}};function d_(e,t){switch(function(e,t){return 45^xA(e,0)?(((t<<2^xA(e,0))<<2^xA(e,1))<<2^xA(e,2))<<2^xA(e,3):0}(e,t)){case 5103:return YA+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return YA+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return YA+e+KA+e+QA+e+e;case 6828:case 4268:return YA+e+QA+e+e;case 6165:return YA+e+QA+"flex-"+e+e;case 5187:return YA+e+yA(e,/(\w+).+(:[^]+)/,YA+"box-$1$2"+QA+"flex-$1$2")+e;case 5443:return YA+e+QA+"flex-item-"+yA(e,/flex-|-self/,"")+e;case 4675:return YA+e+QA+"flex-line-pack"+yA(e,/align-content|flex-|-self/,"")+e;case 5548:return YA+e+QA+yA(e,"shrink","negative")+e;case 5292:return YA+e+QA+yA(e,"basis","preferred-size")+e;case 6060:return YA+"box-"+yA(e,"-grow","")+YA+e+QA+yA(e,"grow","positive")+e;case 4554:return YA+yA(e,/([^-])(transform)/g,"$1"+YA+"$2")+e;case 6187:return yA(yA(yA(e,/(zoom-|grab)/,YA+"$1"),/(image-set)/,YA+"$1"),e,"")+e;case 5495:case 3959:return yA(e,/(image-set\([^]*)/,YA+"$1$`$1");case 4968:return yA(yA(e,/(.+:)(flex-)?(.*)/,YA+"box-pack:$3"+QA+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+YA+e+e;case 4095:case 3583:case 4068:case 2532:return yA(e,/(.+)-inline(.+)/,YA+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kA(e)-1-t>6)switch(xA(e,t+1)){case 109:if(45!==xA(e,t+4))break;case 102:return yA(e,/(.+:)(.+)-([^]+)/,"$1"+YA+"$2-$3$1"+KA+(108==xA(e,t+3)?"$3":"$2-$3"))+e;case 115:return~wA(e,"stretch")?d_(yA(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==xA(e,t+1))break;case 6444:switch(xA(e,kA(e)-3-(~wA(e,"!important")&&10))){case 107:return yA(e,":",":"+YA)+e;case 101:return yA(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+YA+(45===xA(e,14)?"inline-":"")+"box$3$1"+YA+"$2$3$1"+QA+"$2box$3")+e}break;case 5936:switch(xA(e,t+11)){case 114:return YA+e+QA+yA(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return YA+e+QA+yA(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return YA+e+QA+yA(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return YA+e+QA+e+e}return e}var p_=[function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case ZA:e.return=d_(e.value,e.length);break;case $A:return e_([PA(e,{value:yA(e.value,"@","@"+YA)})],r);case JA:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return e_([PA(e,{props:[yA(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return e_([PA(e,{props:[yA(t,/:(plac\w+)/,":"+YA+"input-$1")]}),PA(e,{props:[yA(t,/:(plac\w+)/,":-moz-$1")]}),PA(e,{props:[yA(t,/:(plac\w+)/,QA+"input-$1")]})],r)}return""}))}}],h_=function(e){var t=e.key;if("css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var r,o,a=e.stylisPlugins||p_,i={},s=[];r=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)i[t[n]]=!0;s.push(e)}));var c,l,u,f,d=[t_,(f=function(e){c.insert(e)},function(e){e.root||(e=e.return)&&f(e)})],p=(l=[u_,f_].concat(a,d),u=CA(l),function(e,t,n,r){for(var o="",a=0;a<u;a++)o+=l[a](e,t,n,r)||"";return o});o=function(e,t,n,r){c=n,e_(n_(e?e+"{"+t.styles+"}":t.styles),p),r&&(h.inserted[t.name]=!0)};var h={key:t,sheet:new hA({key:t,container:r,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:o};return h.sheet.hydrate(s),h};function m_(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):n&&(r+=n+" ")})),r}var g_=function(e,t,n){var r=e.key+"-"+t.name;!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles)},v_=function(e,t,n){g_(e,t,n);var r=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+r:"",o,e.sheet,!0),o=o.next}while(void 0!==o)}};var b_={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function y_(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var w_=/[A-Z]|^ms/g,x_=/_EMO_([^_]+?)_([^]*?)_EMO_/g,E_=function(e){return 45===e.charCodeAt(1)},k_=function(e){return null!=e&&"boolean"!=typeof e},C_=y_((function(e){return E_(e)?e:e.replace(w_,"-$&").toLowerCase()})),S_=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(x_,(function(e,t,n){return __={name:t,styles:n,next:__},t}))}return 1===b_[e]||E_(e)||"number"!=typeof t||0===t?t:t+"px"};function A_(e,t,n){if(null==n)return"";var r=n;if(void 0!==r.__emotion_styles)return r;switch(Ur()(n)){case"boolean":return"";case"object":var o=n;if(1===o.anim)return __={name:o.name,styles:o.styles,next:__},o.name;var a=n;if(void 0!==a.styles){var i=a.next;if(void 0!==i)for(;void 0!==i;)__={name:i.name,styles:i.styles,next:__},i=i.next;return a.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=A_(e,t,n[o])+";";else for(var a in n){var i=n[a];if("object"!==Ur()(i)){var s=i;null!=t&&void 0!==t[s]?r+=a+"{"+t[s]+"}":k_(s)&&(r+=C_(a)+":"+S_(a,s)+";")}else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=t&&void 0!==t[i[0]]){var c=A_(e,t,i);switch(a){case"animation":case"animationName":r+=C_(a)+":"+c+";";break;default:r+=a+"{"+c+"}"}}else for(var l=0;l<i.length;l++)k_(i[l])&&(r+=C_(a)+":"+S_(a,i[l])+";")}return r}(e,t,n);case"function":if(void 0!==e){var s=__,c=n(e);return __=s,A_(e,t,c)}}var l=n;if(null==t)return l;var u=t[l];return void 0!==u?u:l}var __,O_=/label:\s*([^\s;{]+)\s*(;|$)/g;function D_(e,t,n){if(1===e.length&&"object"===Ur()(e[0])&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,o="";__=void 0;var a=e[0];null==a||void 0===a.raw?(r=!1,o+=A_(n,t,a)):o+=a[0];for(var i=1;i<e.length;i++){if(o+=A_(n,t,e[i]),r)o+=a[i]}O_.lastIndex=0;for(var s,c="";null!==(s=O_.exec(o));)c+="-"+s[1];var l=function(e){for(var t,n=0,r=0,o=e.length;o>=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(o)+c;return{name:l,styles:o,next:__}}var T_=!!b.useInsertionEffect&&b.useInsertionEffect,R_=T_||function(e){return e()},N_=T_||v.useLayoutEffect,P_=v.createContext("undefined"!=typeof HTMLElement?h_({key:"css"}):null),F_=(P_.Provider,function(e){return(0,v.forwardRef)((function(t,n){var r=(0,v.useContext)(P_);return e(t,r,n)}))}),L_=v.createContext({});var I_,j_,M_={}.hasOwnProperty,B_="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",z_=function(e,t){var n={};for(var r in t)M_.call(t,r)&&(n[r]=t[r]);return n[B_]=e,n},q_=function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return g_(t,n,r),R_((function(){return v_(t,n,r)})),null},H_=F_((function(e,t,n){var r=e.css;"string"==typeof r&&void 0!==t.registered[r]&&(r=t.registered[r]);var o=e[B_],a=[r],i="";"string"==typeof e.className?i=m_(t.registered,a,e.className):null!=e.className&&(i=e.className+" ");var s=D_(a,void 0,v.useContext(L_));i+=t.key+"-"+s.name;var c={};for(var l in e)M_.call(e,l)&&"css"!==l&&l!==B_&&(c[l]=e[l]);return c.className=i,n&&(c.ref=n),v.createElement(v.Fragment,null,v.createElement(q_,{cache:t,serialized:s,isStringTag:"string"==typeof o}),v.createElement(o,c))})),U_=H_,V_=(o(5030),function(e,t){var n=arguments;if(null==t||!M_.call(t,"css"))return v.createElement.apply(void 0,n);var r=n.length,o=new Array(r);o[0]=U_,o[1]=z_(e,t);for(var a=2;a<r;a++)o[a]=n[a];return v.createElement.apply(null,o)});I_=V_||(V_={}),j_||(j_=I_.JSX||(I_.JSX={}));var W_=F_((function(e,t){var n=D_([e.styles],void 0,v.useContext(L_)),r=v.useRef();return N_((function(){var e=t.key+"-global",o=new t.sheet.constructor({key:e,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),a=!1,i=document.querySelector('style[data-emotion="'+e+" "+n.name+'"]');return t.sheet.tags.length&&(o.before=t.sheet.tags[0]),null!==i&&(a=!0,i.setAttribute("data-emotion",e),o.hydrate([i])),r.current=[o,a],function(){o.flush()}}),[t]),N_((function(){var e=r.current,o=e[0];if(e[1])e[1]=!1;else{if(void 0!==n.next&&v_(t,n.next,!0),o.tags.length){var a=o.tags[o.tags.length-1].nextElementSibling;o.before=a,o.flush()}t.insert("",n,o,!1)}}),[t,n.name]),null}));function G_(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return D_(t)}var Q_,K_=function(){return(0,$f.jsx)(W_,{styles:G_(Q_||(Q_=pA()(["\n .markdown-body {\n box-sizing: border-box;\n min-width: 200px;\n margin: 0 auto;\n background: none !important;\n }\n .markdown-body p {\n margin: 0;\n }\n\n .markdown-body h1,\n .markdown-body h2,\n .markdown-body h3,\n .markdown-body h4,\n .markdown-body h5,\n .markdown-body h6 {\n font-weight: bold;\n margin: 0.1em 0;\n line-height: 1.4;\n }\n .markdown-body h1 { font-size: 2em; }\n .markdown-body h2 { font-size: 1.5em; }\n .markdown-body h3 { font-size: 1.2em; }\n .markdown-body h4 { font-size: 1em; }\n .markdown-body h5 { font-size: 0.9em; }\n .markdown-body h6 { font-size: 0.8em; }\n\n .markdown-body ul,\n .markdown-body ol {\n margin: 0 0 1em 1.5em;\n padding: 0;\n }\n .markdown-body li {\n margin: 0.2em 0;\n }\n\n .markdown-body blockquote {\n margin: 1em 0;\n padding: 0.5em 1em;\n color: #666;\n border-left: 4px solid #e0e0e0;\n background: #fafafa;\n }\n\n .markdown-body code {\n background: #f5f5f5;\n border-radius: 3px;\n padding: 2px 4px;\n font-size: 95%;\n font-family: 'Fira Mono', 'Menlo', 'Consolas', monospace;\n }\n\n .markdown-body pre {\n background: #f5f5f5;\n border-radius: 4px;\n padding: 12px;\n overflow-x: auto;\n font-size: 14px;\n margin: 16px 0;\n }\n\n .markdown-body a {\n color: #1677ff;\n text-decoration: underline;\n word-break: break-all;\n }\n\n /* 表格容器 */\n .markdown-body table {\n display: block;\n overflow-x: auto;\n border-collapse: collapse;\n width: max-content;\n min-width: 100%;\n margin: 16px 0;\n font-size: 14px;\n /* 防止表格被父容器裁剪 */\n max-width: 100%;\n }\n .markdown-body th,\n .markdown-body td {\n border: 1px solid #e0e0e0;\n padding: 8px 12px;\n text-align: left;\n min-width: 120px; /* 设置最小宽度,可根据实际调整 */\n white-space: nowrap; /* 防止内容换行 */\n }\n .markdown-body th {\n background: #f5f5f5;\n font-weight: bold;\n }\n\n .message-chatgpt p,\n .message-chatgpt pre[class*='language-'] {\n white-space: pre-wrap;\n }\n .message-chatgpt p:first-child {\n margin-top: 0;\n }\n .message-chatgpt pre[class*='language-'],\n .message-chatgpt code[class*='language-'] {\n text-shadow: none;\n }\n .message-chatgpt pre[class*='language-'] {\n font-size: 14px;\n border-radius: 0.25rem;\n position: relative;\n }\n\n \n .message-chatgpt a:-webkit-any-link {\n cursor: pointer;\n text-decoration: underline;\n }\n .message-chatgpt .prism-title {\n position: sticky;\n left: 0;\n right: 0;\n width: 100%;\n padding: 0.75rem;\n margin-bottom: 15px;\n border-radius: 4px;\n background-color: #343540;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n .message-chatgpt .prism-title.dark {\n background-color: #1f2937;\n color: #6b7280;\n }\n .message-chatgpt .prism-copy {\n float: right;\n cursor: pointer;\n color: inherit;\n }\n .message-chatgpt .prism-copy:hover {\n color: #9df69b;\n }\n .message-chatgpt .prism-copy.dark:hover {\n color: #d1d5db;\n }\n .copy-disable {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }\n "])))})},Y_=["messages","loading"],X_=function(e){var t=e.props,n=(e.providerProps,e.mergeLogic),r=function(){try{var e=(0,v.useContext)(Hc);if(null==e||!e.isInProvider)return;return e}catch(e){return}}(),o=!(null==r||!r.isInProvider);return{mergedProps:n?n(t,r):r&&o?u()(u()({},t),r):t,isInProvider:o,context:r,getProviderValue:function(e){return null==r?void 0:r[e]}}};function J_(e,t){if(void 0===e.inserted[t.name])return e.insert("",t,e.sheet,!0)}function Z_(e,t,n){var r=[],o=m_(e,r,n);return r.length<2?n:o+t(r)}var $_,eO,tO,nO,rO,oO,aO,iO,sO,cO,lO,uO,fO,dO,pO,hO,mO,gO,vO,bO,yO,wO,xO,EO,kO,CO,SO,AO,_O,OO,DO,TO,RO,NO,PO,FO,LO,IO,jO,MO,BO,zO,qO,HO,UO,VO,WO,GO,QO,KO,YO,XO,JO,ZO,$O,eD,tD,nD,rD,oD,aD,iD,sD,cD,lD,uD,fD,dD=function e(t){for(var n="",r=0;r<t.length;r++){var o=t[r];if(null!=o){var a=void 0;switch(Ur()(o)){case"boolean":break;case"object":if(Array.isArray(o))a=e(o);else for(var i in a="",o)o[i]&&i&&(a&&(a+=" "),a+=i);break;default:a=o}a&&(n&&(n+=" "),n+=a)}}return n},pD=function(e){var t=h_(e);t.sheet.speedy=function(e){this.isSpeedy=e},t.compat=!0;var n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=D_(n,t.registered,void 0);return v_(t,o,!1),t.key+"-"+o.name};return{css:n,cx:function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return Z_(t.registered,n,dD(r))},injectGlobal:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=D_(n,t.registered);J_(t,o)},keyframes:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=D_(n,t.registered),a="animation-"+o.name;return J_(t,{name:o.name,styles:"@keyframes "+a+"{"+o.styles+"}"}),a},hydrate:function(e){e.forEach((function(e){t.inserted[e]=!0}))},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:m_.bind(null,t.registered),merge:Z_.bind(null,t.registered,n)}}({key:"css"}),hD=(pD.flush,pD.hydrate,pD.cx,pD.merge,pD.getRegisteredStyles,pD.injectGlobal,pD.keyframes,pD.css),mD=(pD.sheet,pD.cache,function(e){return"number"==typeof e?"".concat(e,"px"):e}),gD={w:function(e){return hD($_||($_=pA()(["\n width: ",";\n "])),mD(e))},h:function(e){return hD(eO||(eO=pA()(["\n height: ",";\n "])),mD(e))},p:function(e){return hD(tO||(tO=pA()(["\n padding: ",";\n "])),e)},pb:function(e){return hD(nO||(nO=pA()(["\n padding-bottom: ",";\n "])),mD(e))},pt:function(e){return hD(rO||(rO=pA()(["\n padding-top: ",";\n "])),mD(e))},pl:function(e){return hD(oO||(oO=pA()(["\n padding-left: ",";\n "])),mD(e))},pr:function(e){return hD(aO||(aO=pA()(["\n padding-right: ",";\n "])),mD(e))},m:function(e){return hD(iO||(iO=pA()(["\n margin: ",";\n "])),e)},mb:function(e){return hD(sO||(sO=pA()(["\n margin-bottom: ",";\n "])),mD(e))},mt:function(e){return hD(cO||(cO=pA()(["\n margin-top: ",";\n "])),mD(e))},ml:function(e){return hD(lO||(lO=pA()(["\n margin-left: ",";\n "])),mD(e))},mr:function(e){return hD(uO||(uO=pA()(["\n margin-right: ",";\n "])),mD(e))},text:function(e){return hD(fO||(fO=pA()(["\n font-size: ",";\n "])),mD(e))},weight:function(e){return hD(dO||(dO=pA()(["\n font-weight: ",";\n "])),e)},textColor:function(e){return hD(pO||(pO=pA()(["\n color: ",";\n "])),e)},bg:function(e){return hD(hO||(hO=pA()(["\n background-color: ",";\n "])),e)},rs:function(e){return hD(mO||(mO=pA()(["\n border-radius: ",";\n "])),mD(e))},gap:function(e){return hD(gO||(gO=pA()(["\n gap: ",";\n "])),mD(e))},flex:hD(vO||(vO=pA()(["\n display: flex;\n align-items: center;\n "]))),flexCenter:hD(bO||(bO=pA()(["\n display: flex;\n align-items: center;\n justify-content: center;\n "]))),flexBetween:hD(yO||(yO=pA()(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n "]))),flexColumn:hD(wO||(wO=pA()(["\n display: flex;\n flex-direction: column;\n "]))),flex1:hD(xO||(xO=pA()(["\n flex: 1;\n "]))),cursor:function(e){return hD(EO||(EO=pA()(["\n cursor: ",";\n "])),e)},border:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1px";return hD(kO||(kO=pA()(["\n border: "," solid ",";\n "])),t,e)},boxShadow:function(e){return hD(CO||(CO=pA()(["\n box-shadow: ",";\n "])),e)},transition:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"all",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"0.2s";return hD(SO||(SO=pA()(["\n transition: "," "," ease;\n "])),e,t)},overflow:function(e){return hD(AO||(AO=pA()(["\n overflow: ",";\n "])),e)},position:function(e){return hD(_O||(_O=pA()(["\n position: ",";\n "])),e)},zIndex:function(e){return hD(OO||(OO=pA()(["\n z-index: ",";\n "])),e)}};var vD,bD="#0078FF",yD="#E6F0FF",wD="#333",xD="#ddd",ED=(vD=function(){return{wrapper:hD(DO||(DO=pA()(["\n display: flex;\n flex-direction: column;\n max-height: 812px;\n min-height: 300px;\n width: 100%;\n height: 100%;\n min-width: 375px;\n background-color: #fff;\n // border: 1px solid rgba(80,96,122,.15);\n border-radius: 12px;\n overflow: hidden;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,\n Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n "]))),navbar:hD(TO||(TO=pA()(["\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 12px 16px;\n border-bottom: 1px solid ",";\n background-color: #fff;\n "])),xD),avatar:hD(RO||(RO=pA()(["\n width: 40px;\n height: 40px;\n border-radius: 50%;\n object-fit: cover;\n margin-right: 12px;\n border: 1px solid ",";\n "])),xD),title:hD(NO||(NO=pA()(["\n font-weight: 600;\n font-size: 16px;\n color: ",";\n "])),wD),subtitle:hD(PO||(PO=pA()(["\n font-size: 12px;\n color: ",";\n margin-top: 2px;\n "])),"#888"),messageContainer:hD(FO||(FO=pA()(["\n flex: 1;\n overflow-y: auto;\n padding: 16px;\n background-color: #fff;\n display: flex;\n flex-direction: column;\n gap: 10px;\n min-height: 0;\n position: relative;\n "]))),emptyWrapper:hD(LO||(LO=pA()(["\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n color: '#222';\n userSelect: none;\n "]))),emptyImg:hD(IO||(IO=pA()(["\n width: 60px;\n height: 60px;\n margin-bottom: 16px;\n "]))),message:hD(jO||(jO=pA()(["\n max-width: 70%;\n padding: 10px 14px;\n border-radius: 20px;\n background-color: ",";\n color: ",";\n font-size: 14px;\n line-height: 1.4;\n word-break: break-word;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n "])),yD,wD),messageRight:hD(MO||(MO=pA()(["\n align-self: flex-end;\n background-color: ",";\n color: white;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 20px;\n border-top-left-radius: 20px;\n border-top-right-radius: 20px;\n "])),bD),quickReplies:hD(BO||(BO=pA()(["\n display: flex;\n gap: 8px;\n padding: 10px 16px;\n border-top: 1px solid ",";\n background-color: #fff;\n overflow-x: auto;\n "])),xD),replyItem:hD(zO||(zO=pA()(["\n padding: 6px 12px;\n font-size: 13px;\n border: 1px solid ",";\n border-radius: 20px;\n background-color: #fff;\n color: ",";\n cursor: pointer;\n white-space: nowrap;\n user-select: none;\n transition: all 0.2s ease;\n \n &:hover {\n background-color: ",";\n color: #fff;\n }\n "])),bD,bD,bD),highlight:hD(qO||(qO=pA()(["\n background-color: ",";\n color: white;\n border-color: ",";\n "])),bD,bD),inputBar:hD(HO||(HO=pA()(["\n display: flex;\n align-items: center;\n padding: 10px 16px;\n border-top: 1px solid ",";\n background-color: #fff;\n "])),xD),input:hD(UO||(UO=pA()(["\n flex: 1;\n padding: 8px 12px;\n border: 1px solid ",";\n border-radius: 20px;\n font-size: 14px;\n outline: none;\n \n &:focus {\n border-color: ",";\n box-shadow: 0 0 3px ",";\n }\n "])),xD,bD,bD),sendWrapper:hD(VO||(VO=pA()(["\n flex: 1;\n "]))),stopButton:hD(WO||(WO=pA()(["\n width: 23px !important;\n height: 23px !important;\n padding: 0 !important;\n min-width: 23px !important;\n min-height: 23px !important;\n display: flex;\n align-items: center;\n justify-content: center;\n "]))),sendButton:hD(GO||(GO=pA()(["\n width: 23px !important;\n height: 23px !important;\n padding: 0 !important;\n min-width: 23px !important;\n min-height: 23px !important;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: ",";\n border: none;\n border-radius: 20px;\n color: white;\n font-weight: 600;\n cursor: pointer;\n transition: background-color 0.2s ease;\n box-sizing: border-box;\n &:hover {\n background-color: #005ecb;\n }\n &:disabled {\n background-color: ",";\n cursor: not-allowed;\n }\n "])),bD,yD),uploadBtn:hD(QO||(QO=pA()(["\n margin-left: 8px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n background-color: ",";\n color: white;\n font-weight: 700;\n font-size: 22px;\n line-height: 32px;\n text-align: center;\n cursor: pointer;\n border: none;\n user-select: none;\n &:hover {\n background-color: #005ecb;\n }\n "])),bD),clearBtn:hD(KO||(KO=pA()(["\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border: 1px solid rgb(228, 231, 236);\n border-radius: 12px;\n width: 45px;\n height: 45px;\n box-sizing: border-box;\n "]))),chatFooter:hD(YO||(YO=pA()(["\n gap: 8px;\n position: relatative;\n z-index: 10;\n padding: 0 20px 10px 20px;\n "]))),flexCenterGap2:hD(XO||(XO=pA()(["\n display: flex;\n align-items: center;\n gap: 8px;\n "]))),iconHuihuarenqun:hD(JO||(JO=pA()(['\n font-family: "iconfont";\n font-size: 16px;\n font-weight: 300;\n padding: 3px;\n border-radius: 6px;\n color: #181B25;\n cursor: pointer;\n &:hover {\n background: #E1E4EA;\n color: #7F56D9;\n }\n ']))),popoverFooter:hD(ZO||(ZO=pA()(["\n display: flex;\n gap: 8px;\n justify-content: end;\n "]))),divider:hD($O||($O=pA()(["\n width: 1px;\n height: 15px;\n margin-left: 3px;\n margin-right: 3px;\n background: #D0D5DD;\n "]))),flexCenterGap4:hD(eD||(eD=pA()(["\n display: flex;\n align-items: center;\n gap: 4px;\n color: #7F56D9;\n cursor: pointer;\n &:hover {\n opacity: 0.8;\n }\n "]))),iconZengjiaDisabled:hD(tD||(tD=pA()(['\n font-family: "iconfont";\n font-size: 25px;\n font-weight: 300;\n color: #D0D5DD;\n cursor: not-allowed;\n ']))),iconZengjiaNormal:hD(nD||(nD=pA()(['\n font-family: "iconfont";\n font-size: 25px;\n font-weight: 300;\n color: #98A2B3;\n cursor: pointer;\n &:hover {\n color: #7F56D9;\n }\n ']))),actionHeaderWrapper:hD(rD||(rD=pA()(["\n margin-bottom: 12px;\n "]))),actionHeaderItem:hD(oD||(oD=pA()(["\n display: flex;\n align-items: center;\n height: 40px;\n box-sizing: border-box;\n padding: 10px 16px;\n margin-bottom: 8px;\n background: #f7fafd;\n cursor: pointer;\n border-radius: 8px;\n box-shadow: 0 1px 3px rgba(0,0,0,0.03);\n "]))),actionHeaderIcon:hD(aD||(aD=pA()(["\n height: 14px;\n "]))),actionHeaderText:hD(iD||(iD=pA()(["\n font-weight: 400;\n font-size: 14px;\n color: #3961F2;\n margin-left: 10px;\n margin-right: 6px;\n "]))),actionHeaderDetail:hD(sD||(sD=pA()(["\n background: #F3F5FA;\n border-radius: 8px;\n overflow: hidden;\n "]))),actionDetailTitle:hD(cD||(cD=pA()(["\n display: flex;\n align-items: center;\n padding: 0 16px;\n box-sizing: border-box;\n background: #EDEFF5;\n height: 32px;\n margin-bottom: 12px;\n cursor: pointer;\n "]))),actionHeaderDetailItem:hD(lD||(lD=pA()(["\n display: flex;\n align-items: center;\n gap: 8px;\n font-size: 14px;\n padding: 0 16px;\n margin-bottom: 12px;\n color: #949494;\n "]))),actionHeaderCost:hD(uD||(uD=pA()(["\n margin-left: auto;\n color: #888;\n font-size: 12px;\n min-width: 32px;\n text-align: right;\n "])))}},function(){var e=vD();return u()(u()({},gD),e)}),kD=function(){return(0,$f.jsx)(W_,{styles:G_(fD||(fD=pA()(["\n .ant-bubble-footer {\n display: flex;\n align-items: center;\n min-width: 0,\n max-width: 600,\n /* 你想覆盖的其他样式 */\n }\n\n .ant-sender {\n box-shadow: none !important;\n }\n\n .ant-prompts-item {\n padding-block: 8px !important;\n }\n "])))})},CD=new uA({html:!0,linkify:!0,typographer:!0}),SD=CD.renderer.rules.link_open||function(e,t,n,r,o){return o.renderToken(e,t,n)};CD.renderer.rules.link_open=function(e,t,n,r,o){var a=e[t].attrIndex("target");a<0?e[t].attrPush(["target","_blank"]):e[t].attrs[a][1]="_blank";var i=e[t].attrIndex("rel");return i<0?e[t].attrPush(["rel","noopener noreferrer"]):e[t].attrs[i][1]="noopener noreferrer",SD(e,t,n,r,o)};var AD=[{key:"redo",icon:(0,$f.jsx)(VE,{}),tooltip:"重新生成"},{key:"copy",icon:(0,$f.jsx)(_w,{}),tooltip:"复制"},{key:"delete",icon:(0,$f.jsx)(QE,{}),tooltip:"删除"}],_D=function(e){var t=X_({props:e,mergeLogic:function(e,t){if(null==t||!t.isInProvider)return e;var n=t.messages,r=t.loading,o=c()(t,Y_);return u()(u()(u()({},e),o),{},{messages:n||e.messages||[],loading:r||e.loading||!1,onSend:t.onSend||e.onSend,onClear:t.onClear||e.onClear,onStop:t.onStop||e.onStop,onSuggestMessageClick:t.onSuggestMessageClick||e.onSuggestMessageClick,onMessagesActionsCallback:t.onMessagesActionsCallback||e.onMessagesActionsCallback})}}),n=t.mergedProps,r=n.navbarShow,o=void 0!==r&&r,a=n.navbar,i=n.renderNavbar,s=void 0===i?null:i,l=n.loading,f=void 0!==l&&l,d=n.messageTooltip,p=n.avatar,h=n.userAvatar,m=n.messages,g=n.text,b=void 0===g?"":g,y=n.emptyStateImage,w=void 0===y?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABiCAYAAACrpQYOAAAAAXNSR0IArs4c6QAAH9JJREFUeF7dXWuwVcWVXn3OBdQIFy5PA1xBuKBRQeNj5C1kokmMAslUJYGZyUswNcZUqiapZDIx95KZSlUqqYl5zfiomBmnEqcq5ZAIBI0jvsAIaB6j4AMNQVGQy31LFLnn9NDda/VevXb3PufCIT+GlLnnsbv33utb6/vWWrv3Pgr+jP+01k2d/TC9CWBWtQrjoAQjQcNIpWBE1RyH/b9T989MX8Lpq/jGvFcajlYBBkDBgNJwWJfhhfGjYK9SavDUHU04szqVO+rr0y3HqnAlACwDBUuUgtlawzC7T7NnHdk7fk5f2bfmjWJD8L0fz+fCM7Jj6F9qvPk+Npfb5zEAeB4AHgEFW94uwcNTm1X3qbJXw4HYq/Vpo/rgWq3gbwHgfQqgyZ5vYNkMCPmxPVENoFRmIz+ejpaMx+aVuNJ7P4SN8cbn483+GHh8PH48qADuAw13HemHDdOnq7caCUrDgOju1s3VEnxWK/i8AhiX81bm6TkjIS7koARGEDmp8WhAjlHOQMzr7Us+JvI6OR6BUwoO6yrcMrwEP2hpUX2NAOSkgdij9YgxffAFAPgiADQHlJNyUzxyohxv+IjHB/TF5suxWsLjU3MH1CUtyedKWBnH94GGbw2MhW+3KXX0ZAA5KSC6evV7tYIfgoY28jLJ/wEFc65m9OOpKGJMc8LB3ExepDRwYPm4ho+nKMrobI8CuHHiWPXAiYJxQkBorUtdffANAPhSofCS5+PfgHc5QuworAHZuJyxpc4L7/XjGeUk5ClqM4oUT19MO2KfBZNo+ObEsfAVpdSQ878hA9HZqUeq4fAT0HAt0VDgyOjBku+9V0YsGzNUMJ6Mn85wcnJiji0mviT85njonzc+S+RkFHHKlcwVZHUaNjRpWD1+vBoYSnQMCYiDvfqcJgX3gobzyVBSeL0BBQ3lIkeENz8QC4wcn8iYpPCacVw/ePqbkwJGezFgzPY5QNgknv5YsoFA71KDcN2kSeoP9YJRNxCdPdrUAfdogLHJ1JC5dmAANKr0vGimEwFA6gQ3jswH6MT554XjReT48exzqXM8unPnadGzs3RBFT581nj1SD1g1AXEoR59UUnBVg3wjhx/o/Ep77c7jRYH6OQyDeWG91wh8lk+RryO0UrqxAkQTk9SE4qMFqPgGuOPVKqwcMoE9btaYNQE4uCAntBUgZ1aQ6s3dkxomdfXyFrDSk0YP5olJbxWCKX1xBMej5PlxlNFL/UpYdnIZi+XBuGySZPUoSIwCoHQWg8/3AtbAGCB5/iYOGAEeI8RSCRzfpGu5sYz74+eREHG5LcXmlGvx3P/CCKcRzzREDt//pE3g4ZtPeNg2flKvZ3afyEQh3v1nVrDJ32fh1nU2kDQTO7gmZiwgwo8l8SV5pLZjuT8VH1QM7WMUCKPcN5SiRZ7cjxPo0VLJjfeRdWPzxqnPjVkIA716ZuUhu9xz/IpXMTji7ITrxtc5SOgFla7Uj8YB5BT1DVeWIIytFRBmmpOJgVchgSLIK3hc5MnqO/HwIhGRHe3bq0oeBYAzuB0QcWSPAhfgUnaiuTlHotavC8zLVGgFaWV/ERFju9buIXjmaMFeQejQu94MS5KjQf4E5ThvMkt6mUJRhSIzh69HhSskC3i1EF5Z6ViTog5B1DQaqi3rBiUxgxSVgligiJzQSRTYzoYdCAhOXkyEJoWOCA1BCMWFuf/88nj1cqaQHT26KUAsCUQWJlixg6Io8Tb3myPqZw/oC7cPkYzhcVVvqhyM7GdDmm8jG6ePUW8SSYaRfbTAMumjFcPcTByEfF6j35QASzL0XnCG1J5dEIOcvSYHJ9IReUEdY1nPC11LohyuZ0Q5ABYkdEFTiYpjINqXldhy+SJ6j1JILq69LxKCR7Px2R4IedE+vlHBwFefK0KXW8AvPGWhkrFzWkNiS0y81JXzWfOPGRk/td8T985odWOQTFNNZdAo+PR4lVDfxrA/HXDtd1PeX8PqEMDwVi/XzIIc/OLl4yDOctafDBHgsTXS76QxGNEfZk/ZaL6NU0dRMShXn03aPgov4KVow0hojkXF+h39mt44LcV2P2KhsGqBoXEWq1qNLozOP1XRcOAVqDNNua9NS6ANTLu0L6uGBBwOwTOzGs3MuO1dmPMPKDAfme3c6/pc4NK6YkdUNr1jBtq/1P2bxWqkSu6ClavXgArv3NJvlUsvZ9zFIvyahXunjpRrcoB0dWlR1UUHAQFp5PHpXLzJO2wkDSGe3RXBe7/XdUZEvfovNVdB3VGRoORwcmw5ns0oDFUFQ1Lc1HkWINVzPcYCQige++sysdYADDyLEtgRKontlsgzLEZ07v/ESCSlwFWr1oEK7/7bgyrLLqpeZiqd5jjvnl6GSaNHav6KZrsd4d6tCk2fiQ5l3NfFAB+jIxOfrG9Ak+8ULV+ZemAVWwWAENNxhAIko0IGwEYHRgF3qvtxixyrKXRs9ELyfiO7hAcpCoTBT66zNcVd+Cemp7YAcpHhD1qjAgZ884Kq1cvhJW3XJJr13j7RdYlRGb69OQJ6s4AiNe79S8UwHVevAryfM953svdCwJq27NV2PRUxYa/pSJWVptPnJdmRicvNZ9XK0gNLCI8SEYfzDbWo5GWMBpchBlgM81wekHA4v4wGuxyGpzHAFje7qjJRYP5V2K0JPM9BatXLYCV33VAcPbhVBP73LON2/DeKRPVcg+E1rrc2QNdoKA5OrHwetqZDD/zee8RDd9efwwGKw4AZy7neSYqAq8nerLeGhrXvrcR4zzfjPMRxEEk0a2aIGBRgrRkgaHxStlIyCKDIkJBeft2GxGOmlw0aCjZyMg8KQPERMSK71wSLkRgBSz3fum4zH59UybAWKWUsRbAgcP6slIJdsjQIdHmBrfoRS4f0tj1T1Rgxx7nVyY74etirD5oFxEVL5zI4WQwzIKcAZ2wWhDsGNwLN7oX88zgXsAJDJsAhE7ghBv1qQJQ3rEDSrt3oTZkYMRAMJ+ZiFhhqKnoH0tsUjbTVbi89Sy10wJxqFvfqAF+EJ1TCHDQ6OP0pRyt/PPP3oY3jxqOzWjJRoNVi9BjSaytp6NuZBkUGg/pg4CwqSfSj6UXnnGxSLFprdEQ1AvKulxUue/MNk6jMCJ2P82yJqKcPC1ZjVjlNIJyj8B2EZtJ7SWHrgJ8tnWC+qEF4mC3/p7ScNPJ9vP3dWq4dfNgUM1aQLC16agDvZylpcbjjawbq3kgyGCeywmAiMZYKxujs/GULWEUev3wwIWJgYkItZvSV+c0pBbOyGHaIiOiKEsq7Gtp+P7USepzFojXu/X9oOEqKdT1NtbIG36/twr/9VjFn4DLlFxaaSKCgOAiaj2X1Qk+OhAwJ+DOaKQBPPtx2pIJtd0fUpfCiCBdIoEm2rNZFzpHyQLxtNMhz/VUZoliACNiOWqEO8csJmq25HFTDJxfTZ2ornZAdOnnwK1LTV8sF401v609Cjdu27MV2PgkKxpIZOwmeZ4mL82KN8yKZKZDlTD9ZRGUMy4Wbr5CR0BDJ0CKZE5Q2rkdSruNWPNsiYybT9xXmTrilnd7AOo2vliwUAV4/uyJ6lxHTV36NaXgLI5qSoOI/vhfAuKx3VXY9OSg1wPSBSzpXXVr83dXP1iOZmLsgcHshrbzBRnqA7UonKdntQB/zbOtTHcwC8Oi0UcmAJR3klibRAP1LHcxIqOnVVwjaqz2QF/NXc7B2Q60TlTvJCDMGpwzY8YnMSJj0mwx2tr6bBV++aSjJmpl0JzWyLYlkVW60ycouGCaSRGRDwz9m4BSjq4oq6FE3TsKprb2PSZijgNZFY09JYpEk8LZOYlCsB4h6jzj37fDaRuNWHNlSPUQFEz//AKY/A9zU/7quSAn0jgls98brZPUSALCJsvJfFcu8CKIScPw/WO7K7D5qWyRGz8la2DMUGy1XNGw+MImuO6Ksj8Zu//IqQXR55EVfW/kaT+e2TAa6aI2av7ar+HMW/83saCTH5SbuPfr8+CNG+YER1tQL0it51Wgbp2kSgRELgvzB8+ShVr9/G27K/DLp7CGsIdIYk0VrgHAHbtJKxefX/ZAeLswLcoQclOxAj13Yh5ERKKQZjkI+Lr55l/DmbdxIKTxQ+/r/foVARAShOj+ZSaMu2idhGnNgcNa54zMQ4gfAx2fMJh5azRi85OVsKK2Im06pQiG8SdDUUrB4vNLcO0V9vaJkI1jlXzEeI5W3AHVzPBqjB/dThGR9/4wSMOISO6fs1rMfjipGX/2WQyI2EqNGAtIseb7MD0mrxGmYEILU0VshRoF15h+8QUuInzazFsE7EOZzQXnyKv8Gi2GmNEIwNGGmm5z6WvYPYrrRO+6eTDwmTnOgdAo/nWIXKYXOLVfPYIOGESEHytu3JAdLZktcXe2Yv3UoG1j+HZwVYOxf5bpUONOw+J3leG6+S4iWKbrF4nR55y2iIJ4Zl84nrSDUVYsehwQhpp4yKdcWUHvuitgQGhEzHHFqeVAMd/nIoKLpTe4uI+BG94rK2681Ys1tr6tEbLGmr/Qg02+RReUYPm8Jg8C51keBTVph4X5EK4HBH6bASGJPM4xvevmw8BnLsyCJ3LnEkWIjwAZ+ugcZ3ON4Ggio4QpGKUjsRQGj9VFhFNjGwHmBV0XwO6q7W5iIbX4QkNNTT56rPcQ57MgyXk/M2FKJPnl3MLxSA9hRCRUlXmhpaYb5vBADkgtmCGmT3hQ5s800ojXOm0PIqAIzn1hPDEWEYJtr0PsHLS9JWMI22GN9ZYQlMVzyrD8iibJfkHQ/ctP3oK9rw35vg/B0gDz5zTBR68a7owllu2Y96PbH4eRXiO4K8rX7n3PuixrClJOqRcRifGBgd95anrNZE0Mh0A9eX4uHEUGh2lx2PTV4Groh64nYAeVWtF0WdmI9Yr5Tbko4Jz/j//6Jux5BXPenHnr/2DZpcPghg+NCAZw+nNA/J4VJ+ZkpRUzA5iI6F87x3f5A7g4BdVhvwwIiggxga9oc71HcVUKEaGsyXVx3eVQ8xVVwC5CXPfUtCBsRBiN4P9YGJtxX/23xgGxdqUDItActO3o9q0w0tcRdEAERj5CTER4sZYeyRODCMVK4stTU4RMY/sINIe9sRFh6gjqapJYe51ws9k6QgMsurAMKwwQFI5cqPCzRkaEASIQTmYRB4S5jUEan4NCgAD0oEbEcu8CSYgWpdPeiXWEoaYgS4ll0rHZhWg+/pyrIywPYyuaosEGA9MMI9hGrA01cd6WNcOpiIgYoY1ufywCRCoyDBDzYWAttjjkutwa9vMahTYNIoIHQ05fYpTF1uhYQQbXBt/8ZNU17SwtuWvRtNaILpXS9QALxIIMCH/abO5GR0SCBWF0+6Mw8rbfRjRCpq8uVHvWLYD+tXODWxM4bAGT1LCfB+LVQ9ji4FrAZ2JKbj+OLIc0m2w1QBixxittttmJK/rosiaBYoJjCdOIVD+/0RHhT0vUR2M6HokAQVTEuZOAWAgDa+c6ZuJz4fuAZaX9SDfQjtOJml7tdFlT0OgT8RsrsLjoWCAMNe10lbWtFajljb0mQ5CVisuUDTBGrImaUkVbo4BYarKmlSNkJu7OUgM4IH6DZ02WS//tWbcQ+tde5MeLK6lBp4AYw8eWWKoUAEFHKDla0oUMP17RbHvO1RF8IZht+OF/2coMd/KcmqROU25+cwOzpjUrRviMVAI/pv1hGHk7ASEjQUaEqSMWQf8aBIKxV9J+iT6YscP0ySjWJiK8YLKw4eDkBI6LN35JLQ5aY0oLgu2ySlrq6FfcaVgyp8lrRCDYjKkbGRFrCQiZ2wPAmK89BCNvf5I90SlPRzyj6u5YDAM3XByYhffBUt7vHY4VlVlEHPIrUn0q6WmKOI8fl8j1ybset+lr1bcweDS41275ip2yihqxoCnXwSRQzN+bb21MHWGoydYRmFgw2rb7H92+BUZZIDgdFVHTYuhf8+4c1fHlRh4l4bQ8azJfnUMRsd+IdSp0JGcIYHxvSAFsNdesrUbg4l5ag8ToyQKCi7sKNQIPqKFAYERIQ5hTaml/ECOCaCn1l8R6CfSvuSTdwhe1UayhSQ4XAEG7DWo6RFLyXmrVmtWIHZXIssrsCp1fxV1VsOSiMqxcgC0O7qIs4BsJhNWIRJdgTPuDMOr2nWzPscjIwOnuWAr9ay/JLS8IucrtLGc/5vTGlp6aTEQkrwfU2c83B2CbfjsGLf3YzAi9n24KoVUTpjNr2h1GI1YuFC2O8NJEY6lphciaGGWMaf8fGHU7rTrl1bUUbvfeArHm0oDKZQvecXDYJI2JeS4iYuGTygJy4m2A2FWBTaago6WMlodoERcuoWc0tWSuiwhyUxI7zn5fvfVNeLEBTT+jEWuWY9NP1mg2fX0ARt2+XbQ4OAiheHd3LIP+tZei4IWeT5RT71qnHBBcJE/kYoxZPLDRUBPXBLlym1bsGbGe2wQrFjqx5lLE6cNQU8OAMNQkClVytDHtvyoAIq8X3R3vgf61l0Vb6jEnTX1m9j9jCqavr7we5EjOQWvcH0HXuDl4Hgh06ay1EUaDE3MNV8511EQ1A4UyvzZy822NA+L65dj0QyHk59jScT8CwaOAUMtnTw6Iy4OllrUA4FW9tzEAzKCsiYBIGZ9TFt9ZQFtmySVFBN3TgAZ3mRK7EwhXdlxpNGJRdmHIZ24sY2gYEJcMgzWmsk48Ic0BYe4tlCJtDsY8HZb+Ogt0d7wX+tZcnnTYoEcaeZgYdTKMzT01xSKC83RR1sTTBgPEhh3uIoSvGURlbde54q1TSy921MQv0VEviyLtwR3HoLPPtUV47ywaRbHmGnrOjMkluPRdkaU7eKIt6+4TQPDI4NTkXjsg/iIXBDEACu1nIiJFTdHJ8IBlP997mImIZyqwYSdqBLa8aW1rWNy55Y9XXsQ0glk62H/qohRPrbmo8KxLtKfFZo4J0VtbOjbDqNvNnc35doazdkhP3R1XWyBibEFOwr2e11teCPD4ZnIgOGqSouT7SHfDeuvjuzAirMfTMnp5A6Jb2WE0YqnRiEXYBi9Y7EgnRLbgBRnZKDj+eq8HMH8e0/5LaL6DAxEDJNMMB8QVfoYi+8liQ9oviAgu1/WmXdJztz5TgY073ZI+VzNkl0VJoOl2XLM/ExEfWuyoiReSuSpfUI486ZMeb3pN7Zug+Y5tdV+P6O54H/RePy9bv8VOwDtuol0hEreMml4+iKs4+BaItTc2TsqVX9LU1l2YvtLySrvsni0uwwKPaGqpoSYTEdJFWBGU3L9cpinYOgcWnY+4P4EcsKVjYwSIvDYQRXW1vx/6184LLx0w+0lj0+HFImfmVExfAyASOZicmHswGdJExIbteD2C36zIlsvz+yOuvKgMH1o8LMztOZGztkew/1RqHePMGgDQ6TogtuJbma7mhdsA0bd2fnKBmTRjkf28RlggRATIDwKejkSOGW4iYsN2I9Z4Oxa7odxco+DXIzw1mYhgla7MMOi4kk1JYfzk+AR4NLylYwM03/FYje5rdjRdHddA3/XzY8GcX1DN6zJe1WPkt7GICO6PSKLHTppnSy79cI982GSAwDt53O1S8pYtekaGhqUXD3Mawb1WLD9JAZDKVvx51ni6jRzf0nEvNN/xqLgekYlzljm5aOlqvwb61rhHHeZoRyYe0nHD9cV65hS8P2LfQW2eBzGSMyJPsWSvN5VePvGzF2DTfXv8DYIWB0wR3Wt6ZoarJf5ychk+ck45rBFQeFxEil5yzffcLNlYef+SSSK4vhmGPmPz03DadvO83HwVnU9pDRAfhN41C/1R8pTV+iXj7iKdA4CBtqlqlN3rvgORe+hEY4xHAE8feULz1JfXw6b/+G9XsKFN6G4pCwj+5+7rV/B+MD8ykd0xFDcCB4R3RVM8LrePjeeeLtPU+sZ3tV8LfWsW5cVacilO7+0nusug4cDMVryHbt8Bd1cpUYwPtURun6tyccBvLBDr/fMsuPFDIBwoH4CS/bWPcFEXPxPZbpAeH/NePj42t5zzxEA5vG459H16YXB1sS77CU1TAM/PnIp3le47qO/XGq6yhyjujwjqC8HfnLLMdr/98nrYeJeLiMz7s9fuRkFnCBMpH7ARQb/6E9AtAyfN025EyqNjBdlQQZLbZ8C+/sO/hjeuw8UDwssldcsg8Y7u+l6/amvF+6z3HdDfAwU3xcLHZyGW+HAKQVuUOvzmSwaI9U4L7ObukGL0ZL4x1PTxJBC0Q6KjlGFTOhKLphidSUdIRVlIi/t/fhMcvXRaduFniPdHMLt+f9ZUfPLAHw/oG4//HI19FgfTmMxFU+osVnxYjcCIiGuDm5K+MxFRDISMknoigBssRXNFkZHSnuzzavMZ8Mff/RPoJndrMneFodrPPItjdis+i+PlA/qyKuDTaVJGj117Fbm50YiNd93DHsPmTpjEW2qG0YiP8yLCby29PAZIDJTaRgzprJ4ok8Aq6F81Hw598yNZthezGQ9o/J4YxxOLe/zI5bNb8ek05nlN+w5Cl/2NIJzAjpWKH7lxkAu3A8KJtQSAMiUOyjVDigjpexycIp0w4/LXE0JAOD2lxNyMKIEeMQz2PfpVqLxzTPzJNAn7WbfJF5V9bVPZ85rMRnsP6F8o7Z5gJgEgE0iJ8KbADQwQG4RYp4Ub4BofESmPP9HPU/oQE34eWUX64I7lcPtfQe/1S4P+mKzma9mPndW9s1rZE8zMF388qD8FVfgReTIdXi0QeH1hxHrDf1Id4UamaMl8/oHj+/1EUEdwwxdFAG1XtM1QjB6LKLJABk7f3yyCzm98LOPbxB24SYcVp6cUfLqtVTzTb0+XHjXsbTBdp9M53Uivt0BFHh1N6SsBEQNA0pOhpk8UZk0yIuoBJxVFPNWrJ6PKwNFNZej64gro/burcisF7d4iF6ByR84vl7rXb6qjMKmtTTzl0tLTa/qnx38W8mM5IDjEDAhZYZs64l6MCElJZn6ZSQ0diBOlqti4vAiHugGghw2HI1fPha6/Xw5vz5gUp+yCRRY+btF+Yt3T3bNaI899tfS0X8/T+CTkaD+frhMkGmpHNj8N3Q/Q3fv5fgvFtDsuBROGA0yx8Zf/xylRpofct8lHTgoiH2gKdLkMlXGj4FjreHhz4XlQOfN0l55GDO4dVgaqvJ7Ckh46zpKG+W3TEk9CtlHxqn4QFCxLhVaqzWwpK9Km415ReOVPFEQpUvIA8Z3ha16Q1hwv+Fp2FIKTiVyoChxA7p97ChqGb18qwZa2qQXPBseoWKpLsIW3NqxDpPr5kXuWY9vmPsODjThT2L9hYR0cU63xAgm7uQwzsTLcO1O9F54YQxBwRY7KnHLZudNqPC3fbPzSq3p9ScGKQu9PCDZVOdRm9gYQholFjzfUUPr5SBup69aB3rGdxq6nxGiucLxgVem8UQfW8PPZ0+r4/QgEolWB+0UV6yUpr0cXyq0OJ9dC4ye9Hr/n3hrwrhwvoqDQcCzBCIwuaEZSWMzwwfkLncyNj0QT6yv9adggnDdjRp2/qGIm/8Or+qbjtw343xjiByNf24NhZxD1dqYfAb1Hkm77vVDkiCTY3XovJO+M0IV3JjzO2PUUb1A+nlmZg1k4viC9Lyn43Kyzh/AbQ7T/l/brO5WCT+YoirtN6jVvmcsn3ETEjK935QGVy5BS6ZQn4DDDOdEMiwCud2mRjAzrX+FTQ3987rQT+NUtM8+uXXr4aaNhC2hYQIuOueAVeanPmdkRyrBPjhfRQ1PI+oZnSSwDzda3CpqIjmeppUxTay60E0WatBHTx22VI7Ds/PNP8HfojAFePKgnlPCXGTnqMSPG6Csq+JGb5b3nCV3gAi4vRMkbQ3JezDMlEWapY+UCmwOOO0i+Us4/ycxN8HLTIFw2c+ZJ/DIjGX7vfn1RFcAs+nlHLASD8JecH6OuiJ5wxpH7kDm9bCnUpJ9UzSEK03rvCSFMyeMLMsQjJQ0LZ01vwG+VejBe0UsqCu5RAGPJS2MZjjeidCd5mZXrexFHMV4iKvJYx/L9Oo3OPT8V6UJ28vfCxTKkLGq6tIYPnze9gb/eSwf0/D59Trkp+z1r76mR/FRytkis3JSx9Ao/j46vo6/jjSf5u6AozUWgyHwCx6sj4hXALlBw3eyzT8HvWdPBPtepR5aPwk+Vhg/azxJL35MdyUjWE/N0i0esUJBuKpqQ5Ok1xzPrSx3j2hNcQIyk2gFNuTcb1FFYfe65p/AX3jNv06UX98M3jrdyvxQVSNwwx04J2kgJZITdMvPhXIX7ryOCJM2yTCdr69SRomOEf3P2NPiKUmrIz74TRXosSNOf7XlZX6WUXXTQ5h1dqi5PDyOVMavD5G0EwY6TGRmPyhr3/eWyrEgWxNNzrndBqizbOxr2VEtw47vOVg8MzYLZ1icFhJlmzx49Qo2AL2gFXwQNzblVkYxiopcQ6/VaeQm3xtpWbhAeNURZQaFG/EKDRChyRhJU1KcAvlU+Bt9ua1NHTxQE9KWTGZ6Nfekl3ayHwWe1gs+DhnE5KTiZfj7z+nqPlvN+UFzKA4voUFAVR5bLKIDDxx/fccuwCvxgxgzVV+8xFW130hEhJ9+7V582WIJr7WpKDe8DBU1SdFPaEXgu05Pc+IKWPFW3QUQIN0629Jm2yfM6/pzHwRLAfVrBXSOqsGH6dPVWIwDgQdjI+YK5nnlFtwwHuFJpWGYeWAYaZoOCYTztpQaf9ODCjIntxY+juiT1qzAJ5Y9k3qRVx8y6VA3wiPk140oZHr5gquo+VcZqeEQUHehDWje17ofplQrM0grGQQlGQtXeDhA+kLWOszX36JXEakn7CCLzWexv8ZxHQcEAaBgoKzg8WIYXXp8Ce5cqNVjHoTRkkz8rEA054v+nk/wfXup7rRKAi6AAAAAASUVORK5CYII=":y,E=n.emptyStateText,k=void 0===E?"我的智能体":E,C=n.messageActions,S=void 0===C?AD:C,A=n.onMessagesActionsCallback,_=n.onSuggestMessageClick,O=n.onSend,D=n.onClear,T=n.onStop,R=n.messages||m||[],N=n.loading||f,P=(0,v.useState)(!1),F=x()(P,2),L=F[0],I=(F[1],(0,v.useState)(b)),j=x()(I,2),M=j[0],B=j[1],z=(0,v.useState)(""),q=x()(z,2),H=q[0],U=(q[1],(0,v.useState)(!1)),V=x()(U,2),W=V[0],G=(V[1],(0,v.useState)(!1)),Q=x()(G,2),K=Q[0],Y=Q[1],X=ED(),J=function(e){var t=e.data;return(0,$f.jsx)("div",{className:ZE(X.flex,X.gap(13)),children:S.map((function(e,n){return(0,$f.jsx)(ng,{title:e.tooltip,children:(0,$f.jsx)("span",{className:X.cursor("pointer"),onClick:function(){return null==A?void 0:A(n,t)},children:e.icon})},e.key)}))})},Z=function(e){var t=e.data;return(0,$f.jsxs)($f.Fragment,{children:[null==d?void 0:d(t),(0,$f.jsx)(J,{data:t})]})},$={assistant:{placement:"start",avatar:{icon:p||(0,$f.jsx)(XE,{}),style:{background:"#fde3cf"}},typing:{step:5,interval:20},style:{maxWidth:600}},user:{placement:"end",avatar:{icon:h||(0,$f.jsx)(XE,{}),style:{background:"#87d068"}}},suggestion:{placement:"start",avatar:{icon:(0,$f.jsx)(XE,{}),style:{visibility:"hidden"}},variant:"borderless"}},ee=function(e){var t,n=e.thinks,r=void 0===n?[]:n,o=e.renderActionHeader,a=(0,v.useState)(!1),i=x()(a,2),s=i[0],c=i[1];if(!r||0===r.length)return null;if(o)return o({thinks:r,expanded:s,onToggle:function(){return c((function(e){return!e}))}});var l=r[0],u=l.name,f=(null==l?void 0:l.icon)||(null==l||null===(t=l.extra)||void 0===t?void 0:t.icon);return(0,$f.jsxs)("div",{className:X.actionHeaderWrapper,children:[!s&&(0,$f.jsxs)("div",{className:X.actionHeaderItem,onClick:function(){return c((function(e){return!e}))},children:[f&&(0,$f.jsx)("img",{src:f,alt:"icon",className:X.actionHeaderIcon}),(0,$f.jsx)("span",{className:X.actionHeaderText,children:u}),(0,$f.jsx)("img",{alt:"展开icon",src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAQRJREFUWEftlb0NwjAQhd9JSUmoYAlYIPwUUCMkBqAIgwETQEsFBaAsAFPQINJGHDJKJIicxD8FFHYVOXd+n5/vbMKPB/1YHw7AOeAccA78pwNhlOwY3PRB0+OqcbO5LYdR0kqJt3jiHq+DSXEtqQPh4nECow/g4oHGphBvcfAeQBeEc7wMBkoAWeIBQMcU4kscuHqgkWwjpTVgA6EqLtyoLEITCB3xWgARUIAotVI3Nq8FpTZUgVCJkXWTEkDd7kzFlY7gk1omJP6n4LxjKo/IyoE8uQiRzYt21RbXdqAEQkwbiRsDiMTePGmzzxvx7THNTG9L5SK0eQ+qch2Ac8A54Bx4ATdZoiHGnPH9AAAAAElFTkSuQmCC",className:X.w("16px")})]}),s&&(0,$f.jsxs)("div",{className:X.actionHeaderDetail,children:[(0,$f.jsxs)("div",{className:X.actionDetailTitle,onClick:function(){return c((function(e){return!e}))},children:[(0,$f.jsx)("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAAXNSR0IArs4c6QAAAGNJREFUSEtjNDEx2crAwMBw5swZbxANA1BxL2QxKrC3MUIN/n/mzBkfOli4lZEKribJiFELSQouYhSPBikxoUSSGvoH6WhJQ1IEEaGY/nFIhKOoqmTUh1QNTpBhIyBIh31JAwCqGCj6LM8RfQAAAABJRU5ErkJggg==",alt:"",className:ZE(X.w(14))}),(0,$f.jsx)("div",{className:ZE(X.flex1,X.pl(10)),children:"隐藏运行过程"}),(0,$f.jsx)("img",{alt:"收起icon",src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO9JREFUWEft1DEKwjAUBuCX5gBOegmPoItOrh6jEHqYEsgxxMFVFz1CL6GTexNKIAUJaZv3OhThZU/+j5+8J2DhIxbOBwZwA9zA/zZQ1/W6KIqL3yPOuXNVVR/KTiE1EMIfALANoY1z7kBBoAFReBMAHkJCoABxuJTy6AHW2ntoA43IBqTCy7J8e4AxZkNFZAHGwvuPR0VMAnLC5yBGAZhwKmIQEIdjxgxzNwnAPDC0fHLfSAK01k8A2FFnu0dFiJdSah+DhwA3AFjNWbG/f6Jt26sQ4quUOmUBKDudemdyDKkP595jADfADXADizfQAWMWsyGBZu32AAAAAElFTkSuQmCC",className:X.w("16px")})]}),r.map((function(e,t){var n,r,o,a=(null==e?void 0:e.expandIcon)||(null==e||null===(n=e.extra)||void 0===n?void 0:n.expandIcon)||(null==e||null===(r=e.extra)||void 0===r?void 0:r.icon)||(null==e?void 0:e.icon),i=(null==e?void 0:e.cost)||(null==e||null===(o=e.extra)||void 0===o?void 0:o.cost);return(0,$f.jsxs)("div",{className:X.actionHeaderDetailItem,children:[a&&(0,$f.jsx)("img",{src:a,alt:"icon",className:X.actionHeaderIcon}),(0,$f.jsx)("span",{children:null==e?void 0:e.name}),(0,$f.jsx)("span",{className:X.actionHeaderCost,children:i?"".concat(i,"s"):""})]},e.uniqueId||t)}))]})]})},te=function(){return s?s():null!=a&&a.title?(0,$f.jsxs)("header",{className:X.navbar,children:[a.avatar&&(0,$f.jsx)("img",{src:a.avatar,className:X.avatar,alt:""}),(0,$f.jsxs)("div",{children:[(0,$f.jsx)("div",{className:X.title,children:a.title}),(0,$f.jsx)("div",{className:X.subtitle,children:a.subtitle})]})]}):(0,$f.jsx)($f.Fragment,{})},ne=(0,v.useRef)(null),re=function(){null==T||T()},oe=(0,$f.jsxs)("div",{className:X.p("2px"),children:[(0,$f.jsx)("p",{className:ZE(X.mb(14),X.mt(0)),children:"确认清除所有聊天记录并重置会话!"}),(0,$f.jsxs)("div",{className:X.popoverFooter,children:[(0,$f.jsx)(mv,{size:"small",onClick:function(){Y(!1)},children:"取消"}),(0,$f.jsx)(mv,{size:"small",type:"primary",danger:!0,onClick:function(){B(""),null==D||D(),Y(!1)},children:"确认"})]})]}),ae=(0,$f.jsx)("div",{className:X.flexCenterGap2,children:(0,$f.jsxs)(ng,{placement:"top",title:"single_agent_skill_mode"===H?"工作流模式不支持上传文件":"支持图片、文档等上传",children:[W?(0,$f.jsx)(Rv,{size:"small"}):(0,$f.jsx)("i",{className:"single_agent_skill_mode"===H?X.iconZengjiaDisabled:X.iconZengjiaNormal,onClick:function(){var e;"single_agent_skill_mode"!==H&&ne.current&&(null===(e=ne.current)||void 0===e||e.click())}}),(0,$f.jsx)("input",{type:"file",ref:ne,onChange:function(){},style:{display:"none"},accept:"*/*",disabled:W||"single_agent_skill_mode"===H})]})}),ie=(0,v.useMemo)((function(){return function(){return(0,$f.jsxs)("div",{className:X.emptyWrapper,children:[(0,$f.jsx)("img",{src:w,alt:"空状态图标",className:X.emptyImg}),(0,$f.jsx)("div",{className:ZE(X.text(16),X.weight(600),X.textColor("#343434")),children:k})]})}}),[w,k]);return(0,$f.jsxs)($f.Fragment,{children:[(0,$f.jsx)(kD,{}),(0,$f.jsx)(K_,{}),(0,$f.jsxs)("div",{className:X.wrapper,children:[o&&(0,$f.jsx)(te,{}),(0,$f.jsx)("div",{className:X.messageContainer,children:null!=R&&R.length?(0,$f.jsx)(ey.List,{roles:$,items:R.map((function(e){var t=e,n=t.id,r=t.role,o=t.status,a=t.type,i=t.thinks,s=void 0===i?[]:i,c=t.extra,l=void 0===c?{noFooter:!1}:c;return{key:n,role:r,loading:o===dl.init,header:function(){return(0,$f.jsx)(ee,{thinks:s})},content:function(){if("TextMessage"===a){var t,o;if("user"===r)return(0,$f.jsx)("div",{className:"markdown-body",style:{minWidth:0,maxWidth:600,background:"#D8E0FD"},children:null===(o=e.content)||void 0===o?void 0:o.text});var i=CD.render((null===(t=e.content)||void 0===t?void 0:t.text)||""),s=(0,fA.ZP)(i);return(0,$f.jsx)($f.Fragment,{children:(0,$f.jsx)("div",{className:"markdown-body",style:{minWidth:0,maxWidth:600},children:s})})}var c;return"ImageMessage"===a?(0,$f.jsx)("div",{style:{minWidth:0,maxWidth:600},children:(0,$f.jsx)("img",{src:null===(c=e.content)||void 0===c?void 0:c.bytes,alt:"",style:{maxWidth:680}})}):"SuggestionMessage"===a?(0,$f.jsx)(ax,{vertical:!0,items:e.content,onItemClick:function(e){null==_||_(e.data,n,"text"),e.data.description&&(null==O||O("text",e.data.description))}}):null}(),footer:function(){return l.noFooter?null:r===fl.assistant&&o!==dl.failed&&(0,$f.jsx)($f.Fragment,{children:(0,$f.jsx)(Z,{data:e})})}}}))}):(0,$f.jsx)(ie,{})}),(0,$f.jsx)("div",{className:X.chatFooter,children:(0,$f.jsxs)("div",{className:ZE(X.flex,X.gap(8)),children:[(0,$f.jsx)(Uv,{content:oe,title:"确认清空对话",trigger:"click",open:K,onOpenChange:Y,children:(0,$f.jsx)("div",{className:X.clearBtn,style:{border:"1px solid #E4E7EC"},onClick:function(){Y(!0)},children:(0,$f.jsx)(cE,{className:X.text(16)})})}),(0,$f.jsx)(qE,{value:M,className:X.sendWrapper,placeholder:"继续对话...",disabled:L,loading:N,actions:function(e,t){var n=t.components,r=n.SendButton,o=n.LoadingButton;return(0,$f.jsxs)(Zv,{size:"small",children:[(0,$f.jsx)("div",{className:X.w(20)}),"single_agent_skill_mode"!==H&&ae,"meta_agent_mode"===H&&(0,$f.jsx)("div",{className:X.flexCenterGap2,style:{visibility:"hidden"},children:(0,$f.jsx)("i",{className:X.iconHuihuarenqun})}),(0,$f.jsx)("div",{className:X.divider}),N?(0,$f.jsx)(o,{onClick:re,className:X.stopButton}):(0,$f.jsx)(r,{className:X.sendButton,type:"primary",icon:(0,$f.jsx)(gE,{className:X.text(20)}),disabled:L})]})},onChange:function(e){B(e)},onSubmit:function(){M.trim()&&(null==O||O("text",M),B(""))},onCancel:function(){re()}})]})})]})]})},OD=["id"],DD=function(){function e(t,n){d()(this,e),g()(this,"container",void 0),g()(this,"props",void 0),g()(this,"root",void 0),this.container=t,this.props=n,this.mount()}return h()(e,[{key:"mount",value:function(){y.createRoot?(this.root=y.createRoot(this.container),this.root.render((0,$f.jsx)(ed,u()(u()({},this.props),{},{children:(0,$f.jsx)("div",{style:{width:"100%",height:"100%"},children:(0,$f.jsx)(_D,{})})})))):y.render((0,$f.jsx)(ed,u()(u()({},this.props),{},{children:(0,$f.jsx)("div",{style:{width:"100%",height:"100%"},children:(0,$f.jsx)(_D,{})})})),this.container)}},{key:"unmount",value:function(){this.root&&this.root.unmount&&this.root.unmount()}}],[{key:"initChatbot",value:function(t,n){var r;if(t instanceof HTMLElement)return new e(t,n);var o,a=t;if(null!==(r=a.componentProps)&&void 0!==r&&r.id){var i=document.getElementById(a.componentProps.id);i?o=i:(o=document.createElement("div")).id=a.componentProps.id}else(o=document.createElement("div")).id="xai-chatbot-container";if(a.componentProps){var s=a.componentProps,l=(s.id,c()(s,OD));Object.assign(o.style,l)}return o.parentNode||document.body.appendChild(o),new e(o,a)}}]),e}();window.XAiWebSDK=DD;var TD=DD}(),a=a.default}()}));