diff --git a/color.less b/color.less index 06e2f357b7..89d5e786b4 100644 --- a/color.less +++ b/color.less @@ -88,7 +88,7 @@ html {--antd-wave-shadow-color: @primary-color;} .ant-alert-success .ant-alert-icon {color: @success-color;} .ant-alert-info {background-color: color(~`colorPalette("@{primary-color}", 1)`);border: 1px solid color(~`colorPalette("@{primary-color}", 3)`);} .ant-alert-info .ant-alert-icon {color: @primary-color;} -.ant-alert-warning {background-color: color(~`colorPalette("@{disabled-color}", 1)`);border: 1px solid color(~`colorPalette("@{disabled-color}", 3)`);} +.ant-alert-warning {background-color: color(~`colorPalette("@{warning-color}", 1)`);border: 1px solid color(~`colorPalette("@{warning-color}", 3)`);} .ant-alert-warning .ant-alert-icon {color: @warning-color;} .ant-alert-error {background-color: color(~`colorPalette("@{error-color}", 1)`);border: 1px solid color(~`colorPalette("@{error-color}", 3)`);} .ant-alert-error .ant-alert-icon {color: @error-color;} @@ -727,42 +727,42 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {color: @success-color;} .ant-form-item-has-warning .ant-form-item-explain, .ant-form-item-has-warning .ant-form-item-split {color: @warning-color;} .ant-form-item-has-warning .ant-input, .ant-form-item-has-warning .ant-input-affix-wrapper, .ant-form-item-has-warning .ant-input:hover, .ant-form-item-has-warning .ant-input-affix-wrapper:hover {border-color: @warning-color;} -.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(217, 117, 195, 0.2);} +.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(212, 11, 24, 0.2);} .ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;} .ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;} .ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;} -.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(217, 117, 195, 0.2);} +.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(212, 11, 24, 0.2);} .ant-form-item-has-warning .ant-input-prefix {color: @warning-color;} .ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;} .ant-form-item-has-warning .has-feedback {color: @warning-color;} .ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {color: @warning-color;} .ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @warning-color !important;} -.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(217, 117, 195, 0.2);} +.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(212, 11, 24, 0.2);} .ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;} -.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(217, 117, 195, 0.2);} +.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(212, 11, 24, 0.2);} .ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;} -.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(217, 117, 195, 0.2);} +.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(212, 11, 24, 0.2);} .ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;} .ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;} -.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} +.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} .ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;} .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;} .ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;} -.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} +.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} .ant-form-item-has-error .ant-input-prefix {color: @error-color;} .ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;} .ant-form-item-has-error .has-feedback {color: @error-color;} .ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {color: @error-color;} .ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @error-color !important;} -.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} +.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} .ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;} .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;} .ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;} -.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} +.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} .ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;} .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;} -.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} -.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 191, 91, 0.2);} +.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} +.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(129, 109, 95, 0.2);} .ant-form-item-has-error .ant-transfer-list {border-color: @error-color;} .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;} .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;} @@ -955,10 +955,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-mentions-dropdown-menu-item-active {background-color: #f5f5f5;} .ant-menu-item-danger.ant-menu-item {color: @error-color;} .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-item-danger.ant-menu-item-active {color: @error-color;} -.ant-menu-item-danger.ant-menu-item:active {background: #fff1f0;} +.ant-menu-item-danger.ant-menu-item:active {background: color(~`colorPalette("@{layout-body-background}", 1)`);} .ant-menu-item-danger.ant-menu-item-selected {color: @error-color;} .ant-menu-item-danger.ant-menu-item-selected > a, .ant-menu-item-danger.ant-menu-item-selected > a:hover {color: @error-color;} -.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: #fff1f0;} +.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {background-color: color(~`colorPalette("@{layout-body-background}", 1)`);} .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {border-right-color: @error-color;} .ant-menu-dark .ant-menu-item-danger.ant-menu-item, .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover, .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {color: @error-color;} .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {color: #fff;background-color: @error-color;} @@ -1457,11 +1457,11 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;} .ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;} .ant-tag-checkable-checked {background-color: @primary-color;} .ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);} -.ant-tag-pink {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;} +.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffadd2;} .ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} -.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;} +.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{modal-close-color}", 1)`);border-color: #ffadd2;} .ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;} -.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;} +.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffa39e;} .ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;} .ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;} .ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;} @@ -1469,7 +1469,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;} .ant-tag-orange-inverse {color: #fff;background: #fa8c16;border-color: #fa8c16;} .ant-tag-yellow {color: #fadb14;background: #feffe6;border-color: #fffb8f;} .ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;} -.ant-tag-gold {color: #faad14;background: color(~`colorPalette("@{modal-footer-border-color-split}", 1)`);border-color: #ffe58f;} +.ant-tag-gold {color: #faad14;background: #fffbe6;border-color: #ffe58f;} .ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;} .ant-tag-cyan {color: #13c2c2;background: #e6fffb;border-color: #87e8de;} .ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;} @@ -1481,11 +1481,11 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;} .ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} .ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;} .ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} -.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #d3adf7;} +.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;} .ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} .ant-tag-success {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;} .ant-tag-processing {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;} -.ant-tag-error {color: #f5222d;background: #fff1f0;border-color: #ffa39e;} +.ant-tag-error {color: #f5222d;background: color(~`colorPalette("@{layout-body-background}", 1)`);border-color: #ffa39e;} .ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;} .ant-timeline {color: @text-color;} .ant-timeline-item-tail {border-left: 2px solid #f0f0f0;} diff --git a/index.html b/index.html index a442f56084..4b935903ee 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,6 @@ - + diff --git a/umi.1eeed958.js b/umi.a2caf7a5.js similarity index 98% rename from umi.1eeed958.js rename to umi.a2caf7a5.js index af9938357f..d940ec4b83 100644 --- a/umi.1eeed958.js +++ b/umi.a2caf7a5.js @@ -40,7 +40,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var a=60103,n=60106,r=60107,t=60108,l=60114,v=60109,f=60110,i=60112,s=60113,p=60120,u=60115,m=60116,o=60121,h=60122,c=60117,b=60129,j=60131;if(typeof Symbol=="function"&&Symbol.for){var O=Symbol.for;a=O("react.element"),n=O("react.portal"),r=O("react.fragment"),t=O("react.strict_mode"),l=O("react.profiler"),v=O("react.provider"),f=O("react.context"),i=O("react.forward_ref"),s=O("react.suspense"),p=O("react.suspense_list"),u=O("react.memo"),m=O("react.lazy"),o=O("react.block"),h=O("react.server.block"),c=O("react.fundamental"),b=O("react.debug_trace_mode"),j=O("react.legacy_hidden")}function C(oe){if(typeof oe=="object"&&oe!==null){var ee=oe.$$typeof;switch(ee){case a:switch(oe=oe.type,oe){case r:case l:case t:case s:case p:return oe;default:switch(oe=oe&&oe.$$typeof,oe){case f:case i:case m:case u:case v:return oe;default:return ee}}case n:return ee}}}var S=v,M=a,P=i,w=r,z=m,V=u,D=n,F=l,Se=t,ue=s;g.ContextConsumer=f,g.ContextProvider=S,g.Element=M,g.ForwardRef=P,g.Fragment=w,g.Lazy=z,g.Memo=V,g.Portal=D,g.Profiler=F,g.StrictMode=Se,g.Suspense=ue,g.isAsyncMode=function(){return!1},g.isConcurrentMode=function(){return!1},g.isContextConsumer=function(oe){return C(oe)===f},g.isContextProvider=function(oe){return C(oe)===v},g.isElement=function(oe){return typeof oe=="object"&&oe!==null&&oe.$$typeof===a},g.isForwardRef=function(oe){return C(oe)===i},g.isFragment=function(oe){return C(oe)===r},g.isLazy=function(oe){return C(oe)===m},g.isMemo=function(oe){return C(oe)===u},g.isPortal=function(oe){return C(oe)===n},g.isProfiler=function(oe){return C(oe)===l},g.isStrictMode=function(oe){return C(oe)===t},g.isSuspense=function(oe){return C(oe)===s},g.isValidElementType=function(oe){return typeof oe=="string"||typeof oe=="function"||oe===r||oe===l||oe===b||oe===t||oe===s||oe===p||oe===j||typeof oe=="object"&&oe!==null&&(oe.$$typeof===m||oe.$$typeof===u||oe.$$typeof===v||oe.$$typeof===f||oe.$$typeof===i||oe.$$typeof===c||oe.$$typeof===o||oe[0]===h)},g.typeOf=C},DVoG:function(x,g,e){var a=e("MMxC"),n=e("ls1J"),r=e("f1E4"),t=n.has,l=n.toKey;a({target:"Reflect",stat:!0},{hasOwnMetadata:function(f,i){var s=arguments.length<3?void 0:l(arguments[2]);return t(f,r(i),s)}})},DVom:function(x,g,e){var a=e("MMxC"),n=e("MVys"),r=e("IGnA").f,t=n(function(){return!Object.getOwnPropertyNames(1)});a({target:"Object",stat:!0,forced:t},{getOwnPropertyNames:r})},Dbv2:function(x,g,e){"use strict";var a=e("MMxC"),n=e("Zcjx"),r=e("f1E4"),t=e("cT1L");a({target:"Map",proto:!0,real:!0,forced:n},{update:function(v,f){var i=r(this),s=arguments.length;t(f);var p=i.has(v);if(!p&&s<3)throw TypeError("Updating absent value");var u=p?i.get(v):t(s>2?arguments[2]:void 0)(v,i);return i.set(v,f(u,v,i)),i}})},De94:function(x,g){x.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},Di6M:function(x,g,e){"use strict";var a=2147483647,n=36,r=1,t=26,l=38,v=700,f=72,i=128,s="-",p=/[^\0-\u007E]/,u=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",o=n-r,h=Math.floor,c=String.fromCharCode,b=function(S){for(var M=[],P=0,w=S.length;P=55296&&z<=56319&&P>1,S+=h(S/M);S>o*t>>1;w+=n)S=h(S/o);return h(w+(o+1)*S/(S+l))},C=function(S){var M=[];S=b(S);var P=S.length,w=i,z=0,V=f,D,F;for(D=0;D=w&&Fh((a-z)/ee))throw RangeError(m);for(z+=(oe-w)*ee,w=oe,D=0;Da)throw RangeError(m);if(F==w){for(var _=z,W=n;;W+=n){var X=W<=V?r:W>=V+t?t:W-V;if(_")!=="7"}),i=function(){return"a".replace(/./,"$0")==="$0"}(),s=r("replace"),p=function(){return/./[s]?/./[s]("a","$0")==="":!1}(),u=!n(function(){var m=/(?:)/,o=m.exec;m.exec=function(){return o.apply(this,arguments)};var h="ab".split(m);return h.length!==2||h[0]!=="a"||h[1]!=="b"});x.exports=function(m,o,h,c){var b=r(m),j=!n(function(){var w={};return w[b]=function(){return 7},""[m](w)!=7}),O=j&&!n(function(){var w=!1,z=/a/;return m==="split"&&(z={},z.constructor={},z.constructor[v]=function(){return z},z.flags="",z[b]=/./[b]),z.exec=function(){return w=!0,null},z[b](""),!w});if(!j||!O||m==="replace"&&!(f&&i&&!p)||m==="split"&&!u){var C=/./[b],S=h(b,""[m],function(w,z,V,D,F){return z.exec===t?j&&!F?{done:!0,value:C.call(z,V,D)}:{done:!0,value:w.call(V,z,D)}:{done:!1}},{REPLACE_KEEPS_$0:i,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),M=S[0],P=S[1];a(String.prototype,m,M),a(RegExp.prototype,b,o==2?function(w,z){return P.call(w,this,z)}:function(w){return P.call(w,this)})}c&&l(RegExp.prototype[b],"sham",!0)}},EOz7:function(x,g,e){"use strict";var a=e("MMxC"),n=e("g8rt").f,r=e("oa35"),t=e("rjJZ"),l=e("FCfD"),v=e("C7V6"),f=e("Zcjx"),i="".startsWith,s=Math.min,p=v("startsWith"),u=!f&&!p&&!!function(){var m=n(String.prototype,"startsWith");return m&&!m.writable}();a({target:"String",proto:!0,forced:!u&&!p},{startsWith:function(o){var h=String(l(this));t(o);var c=r(s(arguments.length>1?arguments[1]:void 0,h.length)),b=String(o);return i?i.call(h,b,c):h.slice(c,c+b.length)===b}})},EbDI:function(x,g){function e(a){if(typeof Symbol!="undefined"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}x.exports=e,x.exports.__esModule=!0,x.exports.default=x.exports},EdiO:function(x,g){function e(a,n){(n==null||n>a.length)&&(n=a.length);for(var r=0,t=new Array(n);rp;){if(u=+arguments[p++],n(u,1114111)!==u)throw RangeError(u+" is not a valid code point");i.push(u<65536?r(u):r(((u-=65536)>>10)+55296,u%1024+56320))}return i.join("")}})},ErOA:function(x,g,e){"use strict";e.d(g,"e",function(){return M}),e.d(g,"a",function(){return P}),e.d(g,"c",function(){return D}),e.d(g,"d",function(){return F}),e.d(g,"f",function(){return Se}),e.d(g,"g",function(){return ue}),e.d(g,"b",function(){return oe});var a=e("miYZ"),n=e("tsqr"),r=e("2qtc"),t=e("kLXV"),l=e("k1fw"),v=e("/xke"),f=e("TeRw"),i=e("9og8"),s=e("WmNS"),p=e.n(s),u=e("LpSC"),m=e.n(u),o=e("m3rI"),h=e("fZJM"),c=e.n(h),b=e("9kvl"),j,O={200:"\u670D\u52A1\u5668\u6210\u529F\u8FD4\u56DE\u8BF7\u6C42\u7684\u6570\u636E\u3002",201:"\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u6210\u529F\u3002",202:"\u4E00\u4E2A\u8BF7\u6C42\u5DF2\u7ECF\u8FDB\u5165\u540E\u53F0\u6392\u961F\uFF08\u5F02\u6B65\u4EFB\u52A1\uFF09\u3002",204:"\u5220\u9664\u6570\u636E\u6210\u529F\u3002",400:"\u53D1\u51FA\u7684\u8BF7\u6C42\u6709\u9519\u8BEF\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u7684\u64CD\u4F5C\u3002",401:"\u7528\u6237\u6CA1\u6709\u6743\u9650\uFF08\u4EE4\u724C\u3001\u7528\u6237\u540D\u3001\u5BC6\u7801\u9519\u8BEF\uFF09\u3002",403:"\u7528\u6237\u5F97\u5230\u6388\u6743\uFF0C\u4F46\u662F\u8BBF\u95EE\u662F\u88AB\u7981\u6B62\u7684\u3002",404:"\u53D1\u51FA\u7684\u8BF7\u6C42\u9488\u5BF9\u7684\u662F\u4E0D\u5B58\u5728\u7684\u8BB0\u5F55\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u64CD\u4F5C\u3002",406:"\u8BF7\u6C42\u7684\u683C\u5F0F\u4E0D\u53EF\u5F97\u3002",410:"\u8BF7\u6C42\u7684\u8D44\u6E90\u88AB\u6C38\u4E45\u5220\u9664\uFF0C\u4E14\u4E0D\u4F1A\u518D\u5F97\u5230\u7684\u3002",422:"\u5F53\u521B\u5EFA\u4E00\u4E2A\u5BF9\u8C61\u65F6\uFF0C\u53D1\u751F\u4E00\u4E2A\u9A8C\u8BC1\u9519\u8BEF\u3002",500:"\u670D\u52A1\u5668\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668\u3002",502:"\u7F51\u5173\u9519\u8BEF\u3002",503:"\u670D\u52A1\u4E0D\u53EF\u7528\uFF0C\u670D\u52A1\u5668\u6682\u65F6\u8FC7\u8F7D\u6216\u7EF4\u62A4\u3002",504:"\u7F51\u5173\u8D85\u65F6\u3002"},C=function(){var ee=Object(i.a)(p.a.mark(function _(W,X){var q,We,Ke,ut;return p.a.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:if(!(W.status>=200&&W.status<300)){Ue.next=2;break}return Ue.abrupt("return",W);case 2:return q=O[W.status]||W.statusText,Ke=W.json(),Ue.next=6,Ke.then(function(k,se){setTimeout(function(){var le=Object(b.c)()},400),We=k.message,f.a.error({style:{wordBreak:"break-all"},message:k.message||"\u8BF7\u6C42\u9519\u8BEF ".concat(W.status,": ").concat(W.message),description:k.message?"":q})});case 6:throw ut=new Error(q),ut.name=W.status,ut.response=W,{data:W,code:W.status,message:We||q};case 10:case"end":return Ue.stop()}},_)}));return function(W,X){return ee.apply(this,arguments)}}(),S=function(_,W){var X=_.headers.get("Content-Type");return X&&X.match(/application\/json/i)&&_.clone().text().then(function(){}),_},M=function(_){_=_||{};var W="",X=function(Ke){typeof _[Ke]=="object"?Array.isArray(_[Ke])&&_[Ke].forEach(function(ut,Ne){W+="&"+Ke+"[]="+ut}):W+="&"+Ke+"="+_[Ke]};for(var q in _)X(q);return W.substr(1)};function P(ee,_,W,X){_.method||(_.method="get"),_.method=_.method.toUpperCase(),_.mode="cors";var q=Object(l.a)({},_),We=ee+(q.body?JSON.stringify(q.body):""),Ke=c.a.sha256().update(We).digest("hex"),ut={credentials:"include",withCredentials:!0},Ne=Object(l.a)(Object(l.a)({},ut),q);(Ne.method==="POST"||Ne.method==="PUT"||Ne.method==="PATCH"||Ne.method==="DELETE")&&(W?(Ne.headers=Object(l.a)({},Ne.headers),Ne.body=q.body):(Ne.headers=Object(l.a)({Accept:"application/json","Content-Type":"application/json; charset=utf-8"},Ne.headers),Ne.body=JSON.stringify(q.body))),Ne.method=="GET"&&(Ne.headers=Object(l.a)({Accept:"application/json","Content-Type":"application/json; charset=utf-8"},Ne.headers),ee+="?"+M(q.params));var Ue=q.expirys&&60,k;(function(de){de.json="application/json;charset=UTF-8",de.form="application/x-www-form-urlencoded; charset=UTF-8"})(k||(k={}));var se;(function(de){de.get="GET",de.post="POST"})(se||(se={}));var le=function(){var de=Object(i.a)(p.a.mark(function Xe(me){var _e,Te,Ve,Ze,pt,be;return p.a.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return Ce.next=2,me.arrayBuffer();case 2:_e=Ce.sent,Ve=new Blob([_e]);try{Te=me.headers.get("content-type").split(";")[1].replace("filename=","")}catch(Le){Te="userfiles.zip"}return Ze=document.createElement("a"),pt=window.URL.createObjectURL(Ve),be=Te,Ze.href=pt,Ze.download=be,Ze.click(),window.URL.revokeObjectURL(pt),Ce.abrupt("return",_e);case 13:case"end":return Ce.stop()}},Xe)}));return function(me){return de.apply(this,arguments)}}(),I=o.a.API_SERVER;return window.ENV==="dev"&&(I=""),X&&(I=""),m()(I+ee,Ne).then(function(de){return C(de,Object(l.a)({url:o.a.API_SERVER+ee},Ne))}).then(function(de){return S(de,Ke)}).then(function(){var de=Object(i.a)(p.a.mark(function Xe(me){var _e,Te,Ve;return p.a.wrap(function(pt){for(;;)switch(pt.prev=pt.next){case 0:if(!(me.status===204)){pt.next=2;break}return pt.abrupt("return",me.text());case 2:if(!(me.headers.get("content-type").indexOf("application/json")>-1)){pt.next=8;break}return pt.next=5,me.json();case 5:_e=pt.sent,pt.next=11;break;case 8:return pt.next=10,le(me);case 10:_e=pt.sent;case 11:try{_e.status===401&&(!((Te=Ne.params)!==null&&Te!==void 0&&Te.hidePopLogin)||!((Ve=Ne.body)!==null&&Ve!==void 0&&Ve.hidePopLogin))&&(console.log("new:",Ne),Object(b.c)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}})),_e.status===402&&(localStorage.getItem("addinfo")==="2"?Object(b.c)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u586B\u5145\u4FE1\u606F\u5F39\u7A97"}}):(j=j||t.a.confirm({visible:!1,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"}),j.update({centered:!0,visible:!0,title:"\u63D0\u793A",content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:function(){b.d.push("/account/profile/edit")}})))}catch(be){console.log("fetcherr",be)}return V(_e,ee),pt.abrupt("return",_e);case 14:case"end":return pt.stop()}},Xe)}));return function(Xe){return de.apply(this,arguments)}}()).catch(function(de,Xe,me){try{var _e=de.code;if(_e){if(_e===401){Object(b.c)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}V(de,ee)}else console.log("---",ee,Ne),ee.includes("/file/filePatchMerge")?Object(b.c)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:Ne.body}}):f.a.error({style:{wordBreak:"break-all"},duration:null,message:"\u60A8\u7684\u7F51\u7EDC\u53EF\u80FD\u51FA\u73B0\u4E86\u95EE\u9898\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5",description:ee});return de}catch(Te){}})}var w=!1,z=!1,V=function(_,W){if((_.status==-1||_.status==-2||_.status>400)&&_.status!=403&&!z){z=!0,setTimeout(function(){return z=!1},500),n.b.warn({content:_.message,key:"message-key"});return}var X={403:"/403",404:"/404",500:"/500"};if(X[_.status]&&!w){var q=Object(b.c)()._store.getState(),We=q.user,Ke=We.userInfo;window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&alert(_.status+":"+(Ke==null?void 0:Ke.id)+"---"+W),w=!0,setTimeout(function(){return w=!1},500),_.status===403,b.d.replace(X[_.status]),sessionStorage.setItem("errorStatus",JSON.stringify(_));return}};function D(ee,_){return P("/api/".concat(ee),{method:"Get",params:_||{}})}function F(ee,_){return P("/".concat(ee),{method:"Get",params:_})}function Se(ee,_){return P("/api/".concat(ee),{method:"Post",body:Object(l.a)({},_)})}function ue(ee,_){return P("/api/".concat(ee),{method:"Put",body:Object(l.a)({},_)})}function oe(ee){return P("/api/".concat(ee),{method:"delete"})}},EzR6:function(x,g,e){var a=e("MVys"),n=e("UwrT"),r="".split;x.exports=a(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return n(t)=="String"?r.call(t,""):Object(t)}:Object},F1NP:function(x,g,e){"use strict";var a=e("FVwB"),n=e("oa35"),r=e("bIKR"),t=e("/dTS"),l=a.aTypedArray,v=a.exportTypedArrayMethod;v("subarray",function(i,s){var p=l(this),u=p.length,m=r(i,u);return new(t(p,p.constructor))(p.buffer,p.byteOffset+m*p.BYTES_PER_ELEMENT,n((s===void 0?u:r(s,u))-m))})},F52u:function(x,g,e){var a=e("UwrT");x.exports=function(n){if(typeof n!="number"&&a(n)!="Number")throw TypeError("Incorrect invocation");return+n}},FBts:function(x,g,e){var a=e("MMxC");a({target:"Math",stat:!0},{imulh:function(r,t){var l=65535,v=+r,f=+t,i=v&l,s=f&l,p=v>>16,u=f>>16,m=(p*s>>>0)+(i*s>>>16);return p*u+(m>>16)+((i*u>>>0)+(m&l)>>16)}})},FCfD:function(x,g){x.exports=function(e){if(e==null)throw TypeError("Can't call method on "+e);return e}},FER5:function(x,g,e){"use strict";e.d(g,"g",function(){return n}),e.d(g,"b",function(){return l}),e.d(g,"f",function(){return v}),e.d(g,"c",function(){return f}),e.d(g,"e",function(){return i}),e.d(g,"a",function(){return m}),e.d(g,"d",function(){return o});var a=e("b3aT");function n(c,b,j){return{r:Object(a.a)(c,255)*255,g:Object(a.a)(b,255)*255,b:Object(a.a)(j,255)*255}}function r(c,b,j){c=Object(a.a)(c,255),b=Object(a.a)(b,255),j=Object(a.a)(j,255);var O=Math.max(c,b,j),C=Math.min(c,b,j),S=0,M=0,P=(O+C)/2;if(O===C)M=0,S=0;else{var w=O-C;M=P>.5?w/(2-O-C):w/(O+C);switch(O){case c:S=(b-j)/w+(b1&&(j-=1),j<1/6?c+(b-c)*(6*j):j<1/2?b:j<2/3?c+(b-c)*(2/3-j)*6:c}function l(c,b,j){var O,C,S;if(c=Object(a.a)(c,360),b=Object(a.a)(b,100),j=Object(a.a)(j,100),b===0)C=j,S=j,O=j;else{var M=j<.5?j*(1+b):j+b-j*b,P=2*j-M;O=t(P,M,c+1/3),C=t(P,M,c),S=t(P,M,c-1/3)}return{r:O*255,g:C*255,b:S*255}}function v(c,b,j){c=Object(a.a)(c,255),b=Object(a.a)(b,255),j=Object(a.a)(j,255);var O=Math.max(c,b,j),C=Math.min(c,b,j),S=0,M=O,P=O-C,w=O===0?0:P/O;if(O===C)S=0;else{switch(O){case c:S=(b-j)/P+(b>16,g:(c&65280)>>8,b:c&255}}},FIIH:function(x,g,e){"use strict";var a=e("ukPv"),n=e("FVwB"),r=e("FbcW"),t=e("2kyd"),l=t("iterator"),v=a.Uint8Array,f=r.values,i=r.keys,s=r.entries,p=n.aTypedArray,u=n.exportTypedArrayMethod,m=v&&v.prototype[l],o=!!m&&(m.name=="values"||m.name==null),h=function(){return f.call(p(this))};u("entries",function(){return s.call(p(this))}),u("keys",function(){return i.call(p(this))}),u("values",h,!o),u(l,h,!o)},FK48:function(x,g,e){"use strict";var a=e("MMxC"),n=e("IuhT"),r=e("cT1L");a({target:"Map",stat:!0},{groupBy:function(l,v){var f=new this;r(v);var i=r(f.has),s=r(f.get),p=r(f.set);return n(l,function(u){var m=v(u);i.call(f,m)?s.call(f,m).push(u):p.call(f,m,[u])}),f}})},FKIO:function(x,g,e){var a=e("MMxC");a({target:"Math",stat:!0},{umulh:function(r,t){var l=65535,v=+r,f=+t,i=v&l,s=f&l,p=v>>>16,u=f>>>16,m=(p*s>>>0)+(i*s>>>16);return p*u+(m>>>16)+((i*u>>>0)+(m&l)>>>16)}})},FMtG:function(x,g,e){"use strict";Object.defineProperty(g,"__esModule",{value:!0}),g.UmiContext=void 0;var a=n(e("q1tI"));function n(t){return t&&t.__esModule?t:{default:t}}var r=a.default.createContext({});g.UmiContext=r},FVwB:function(x,g,e){"use strict";var a=e("GNqc"),n=e("tny8"),r=e("ukPv"),t=e("tSXo"),l=e("jtLI"),v=e("Ei+o"),f=e("lz10"),i=e("NMFW"),s=e("YfKC").f,p=e("Acmb"),u=e("g1ZG"),m=e("2kyd"),o=e("evbn"),h=r.Int8Array,c=h&&h.prototype,b=r.Uint8ClampedArray,j=b&&b.prototype,O=h&&p(h),C=c&&p(c),S=Object.prototype,M=S.isPrototypeOf,P=m("toStringTag"),w=o("TYPED_ARRAY_TAG"),z=a&&!!u&&v(r.opera)!=="Opera",V=!1,D,F={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Se=function(q){var We=v(q);return We==="DataView"||l(F,We)},ue=function(X){return t(X)&&l(F,v(X))},oe=function(X){if(ue(X))return X;throw TypeError("Target is not a typed array")},ee=function(X){if(u){if(M.call(O,X))return X}else for(var q in F)if(l(F,D)){var We=r[q];if(We&&(X===We||M.call(We,X)))return X}throw TypeError("Target is not a typed array constructor")},_=function(X,q,We){if(!n)return;if(We)for(var Ke in F){var ut=r[Ke];ut&&l(ut.prototype,X)&&delete ut.prototype[X]}(!C[X]||We)&&i(C,X,We?q:z&&c[X]||q)},W=function(X,q,We){var Ke,ut;if(!n)return;if(u){if(We)for(Ke in F)ut=r[Ke],ut&&l(ut,X)&&delete ut[X];if(!O[X]||We)try{return i(O,X,We?q:z&&h[X]||q)}catch(Ne){}else return}for(Ke in F)ut=r[Ke],ut&&(!ut[X]||We)&&i(ut,X,q)};for(D in F)r[D]||(z=!1);if((!z||typeof O!="function"||O===Function.prototype)&&(O=function(){throw TypeError("Incorrect invocation")},z))for(D in F)r[D]&&u(r[D],O);if((!z||!C||C===S)&&(C=O.prototype,z))for(D in F)r[D]&&u(r[D].prototype,C);if(z&&p(j)!==C&&u(j,C),n&&!l(C,P)){V=!0,s(C,P,{get:function(){return t(this)?this[w]:void 0}});for(D in F)r[D]&&f(r[D],w,D)}x.exports={NATIVE_ARRAY_BUFFER_VIEWS:z,TYPED_ARRAY_TAG:V&&w,aTypedArray:oe,aTypedArrayConstructor:ee,exportTypedArrayMethod:_,exportTypedArrayStaticMethod:W,isView:Se,isTypedArray:ue,TypedArray:O,TypedArrayPrototype:C}},FbcW:function(x,g,e){"use strict";var a=e("0qr0"),n=e("eNh0"),r=e("5yw/"),t=e("1aI8"),l=e("uMwj"),v="Array Iterator",f=t.set,i=t.getterFor(v);x.exports=l(Array,"Array",function(s,p){f(this,{type:v,target:a(s),index:0,kind:p})},function(){var s=i(this),p=s.target,u=s.kind,m=s.index++;return!p||m>=p.length?(s.target=void 0,{value:void 0,done:!0}):u=="keys"?{value:m,done:!1}:u=="values"?{value:p[m],done:!1}:{value:[m,p[m]],done:!1}},"values"),r.Arguments=r.Array,n("keys"),n("values"),n("entries")},Ff2n:function(x,g,e){"use strict";e.d(g,"a",function(){return n});var a=e("zLVn");function n(r,t){if(r==null)return{};var l=Object(a.a)(r,t),v,f;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(r);for(f=0;f=0)continue;if(!Object.prototype.propertyIsEnumerable.call(r,v))continue;l[v]=r[v]}}return l}},FfOG:function(x,g,e){"use strict";e.d(g,"a",function(){return t}),e.d(g,"b",function(){return r});var a=e("YS25"),n={basename:"/"};window.routerBase&&(n.basename=window.routerBase);var r=Object({NODE_ENV:"production"}).__IS_SERVER?null:Object(a.a)(n),t=function(){var v=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return v||(r=Object(a.a)(n)),r}},Fghh:function(x,g,e){"use strict";e.d(g,"a",function(){return sn}),e.d(g,"e",function(){return tr}),e.d(g,"c",function(){return He}),e.d(g,"f",function(){return re}),e.d(g,"d",function(){return ae}),e.d(g,"b",function(){return Ie}),e.d(g,"g",function(){return Ge});var a=e("fWQN"),n=e("mtLc"),r=e("yKVA"),t=e("879j"),l=e("q1tI"),v=e("jrin"),f=e("2mql"),i=e.n(f),s;(function(ye){ye[ye.literal=0]="literal",ye[ye.argument=1]="argument",ye[ye.number=2]="number",ye[ye.date=3]="date",ye[ye.time=4]="time",ye[ye.select=5]="select",ye[ye.plural=6]="plural",ye[ye.pound=7]="pound"})(s||(s={}));function p(ye){return ye.type===s.literal}function u(ye){return ye.type===s.argument}function m(ye){return ye.type===s.number}function o(ye){return ye.type===s.date}function h(ye){return ye.type===s.time}function c(ye){return ye.type===s.select}function b(ye){return ye.type===s.plural}function j(ye){return ye.type===s.pound}function O(ye){return!!(ye&&typeof ye=="object"&&ye.type===0)}function C(ye){return!!(ye&&typeof ye=="object"&&ye.type===1)}function S(ye){return{type:s.literal,value:ye}}function M(ye,we){return{type:s.number,value:ye,style:we}}var P=function(){var ye=function(we,U){return ye=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ot,mt){ot.__proto__=mt}||function(ot,mt){for(var Rt in mt)mt.hasOwnProperty(Rt)&&(ot[Rt]=mt[Rt])},ye(we,U)};return function(we,U){ye(we,U);function ot(){this.constructor=we}we.prototype=U===null?Object.create(U):(ot.prototype=U.prototype,new ot)}}(),w=function(){return w=Object.assign||function(ye){for(var we,U=1,ot=arguments.length;U0){for(Qt=1,jn=1;Qt2?arguments[2]:void 0)(v,i);return i.set(v,f(u,v,i)),i}})},De94:function(x,g){x.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},Di6M:function(x,g,e){"use strict";var a=2147483647,n=36,r=1,t=26,l=38,v=700,f=72,i=128,s="-",p=/[^\0-\u007E]/,u=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",o=n-r,h=Math.floor,c=String.fromCharCode,b=function(S){for(var M=[],P=0,w=S.length;P=55296&&z<=56319&&P>1,S+=h(S/M);S>o*t>>1;w+=n)S=h(S/o);return h(w+(o+1)*S/(S+l))},C=function(S){var M=[];S=b(S);var P=S.length,w=i,z=0,V=f,D,F;for(D=0;D=w&&Fh((a-z)/ee))throw RangeError(m);for(z+=(oe-w)*ee,w=oe,D=0;Da)throw RangeError(m);if(F==w){for(var _=z,W=n;;W+=n){var X=W<=V?r:W>=V+t?t:W-V;if(_")!=="7"}),i=function(){return"a".replace(/./,"$0")==="$0"}(),s=r("replace"),p=function(){return/./[s]?/./[s]("a","$0")==="":!1}(),u=!n(function(){var m=/(?:)/,o=m.exec;m.exec=function(){return o.apply(this,arguments)};var h="ab".split(m);return h.length!==2||h[0]!=="a"||h[1]!=="b"});x.exports=function(m,o,h,c){var b=r(m),j=!n(function(){var w={};return w[b]=function(){return 7},""[m](w)!=7}),O=j&&!n(function(){var w=!1,z=/a/;return m==="split"&&(z={},z.constructor={},z.constructor[v]=function(){return z},z.flags="",z[b]=/./[b]),z.exec=function(){return w=!0,null},z[b](""),!w});if(!j||!O||m==="replace"&&!(f&&i&&!p)||m==="split"&&!u){var C=/./[b],S=h(b,""[m],function(w,z,V,D,F){return z.exec===t?j&&!F?{done:!0,value:C.call(z,V,D)}:{done:!0,value:w.call(V,z,D)}:{done:!1}},{REPLACE_KEEPS_$0:i,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),M=S[0],P=S[1];a(String.prototype,m,M),a(RegExp.prototype,b,o==2?function(w,z){return P.call(w,this,z)}:function(w){return P.call(w,this)})}c&&l(RegExp.prototype[b],"sham",!0)}},EOz7:function(x,g,e){"use strict";var a=e("MMxC"),n=e("g8rt").f,r=e("oa35"),t=e("rjJZ"),l=e("FCfD"),v=e("C7V6"),f=e("Zcjx"),i="".startsWith,s=Math.min,p=v("startsWith"),u=!f&&!p&&!!function(){var m=n(String.prototype,"startsWith");return m&&!m.writable}();a({target:"String",proto:!0,forced:!u&&!p},{startsWith:function(o){var h=String(l(this));t(o);var c=r(s(arguments.length>1?arguments[1]:void 0,h.length)),b=String(o);return i?i.call(h,b,c):h.slice(c,c+b.length)===b}})},EbDI:function(x,g){function e(a){if(typeof Symbol!="undefined"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}x.exports=e,x.exports.__esModule=!0,x.exports.default=x.exports},EdiO:function(x,g){function e(a,n){(n==null||n>a.length)&&(n=a.length);for(var r=0,t=new Array(n);rp;){if(u=+arguments[p++],n(u,1114111)!==u)throw RangeError(u+" is not a valid code point");i.push(u<65536?r(u):r(((u-=65536)>>10)+55296,u%1024+56320))}return i.join("")}})},ErOA:function(x,g,e){"use strict";e.d(g,"e",function(){return M}),e.d(g,"a",function(){return P}),e.d(g,"c",function(){return D}),e.d(g,"d",function(){return F}),e.d(g,"f",function(){return Se}),e.d(g,"g",function(){return ue}),e.d(g,"b",function(){return oe});var a=e("miYZ"),n=e("tsqr"),r=e("2qtc"),t=e("kLXV"),l=e("k1fw"),v=e("/xke"),f=e("TeRw"),i=e("9og8"),s=e("WmNS"),p=e.n(s),u=e("LpSC"),m=e.n(u),o=e("m3rI"),h=e("fZJM"),c=e.n(h),b=e("9kvl"),j,O={200:"\u670D\u52A1\u5668\u6210\u529F\u8FD4\u56DE\u8BF7\u6C42\u7684\u6570\u636E\u3002",201:"\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u6210\u529F\u3002",202:"\u4E00\u4E2A\u8BF7\u6C42\u5DF2\u7ECF\u8FDB\u5165\u540E\u53F0\u6392\u961F\uFF08\u5F02\u6B65\u4EFB\u52A1\uFF09\u3002",204:"\u5220\u9664\u6570\u636E\u6210\u529F\u3002",400:"\u53D1\u51FA\u7684\u8BF7\u6C42\u6709\u9519\u8BEF\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u7684\u64CD\u4F5C\u3002",401:"\u7528\u6237\u6CA1\u6709\u6743\u9650\uFF08\u4EE4\u724C\u3001\u7528\u6237\u540D\u3001\u5BC6\u7801\u9519\u8BEF\uFF09\u3002",403:"\u7528\u6237\u5F97\u5230\u6388\u6743\uFF0C\u4F46\u662F\u8BBF\u95EE\u662F\u88AB\u7981\u6B62\u7684\u3002",404:"\u53D1\u51FA\u7684\u8BF7\u6C42\u9488\u5BF9\u7684\u662F\u4E0D\u5B58\u5728\u7684\u8BB0\u5F55\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u64CD\u4F5C\u3002",406:"\u8BF7\u6C42\u7684\u683C\u5F0F\u4E0D\u53EF\u5F97\u3002",410:"\u8BF7\u6C42\u7684\u8D44\u6E90\u88AB\u6C38\u4E45\u5220\u9664\uFF0C\u4E14\u4E0D\u4F1A\u518D\u5F97\u5230\u7684\u3002",422:"\u5F53\u521B\u5EFA\u4E00\u4E2A\u5BF9\u8C61\u65F6\uFF0C\u53D1\u751F\u4E00\u4E2A\u9A8C\u8BC1\u9519\u8BEF\u3002",500:"\u670D\u52A1\u5668\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668\u3002",502:"\u7F51\u5173\u9519\u8BEF\u3002",503:"\u670D\u52A1\u4E0D\u53EF\u7528\uFF0C\u670D\u52A1\u5668\u6682\u65F6\u8FC7\u8F7D\u6216\u7EF4\u62A4\u3002",504:"\u7F51\u5173\u8D85\u65F6\u3002"},C=function(){var ee=Object(i.a)(p.a.mark(function _(W,X){var q,We,Ke,ut;return p.a.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:if(!(W.status>=200&&W.status<300)){Ue.next=2;break}return Ue.abrupt("return",W);case 2:return q=O[W.status]||W.statusText,Ke=W.json(),Ue.next=6,Ke.then(function(k,se){setTimeout(function(){var le=Object(b.c)()},400),We=k.message,f.a.error({style:{wordBreak:"break-all"},message:k.message||"\u8BF7\u6C42\u9519\u8BEF ".concat(W.status,": ").concat(W.message),description:k.message?"":q})});case 6:throw ut=new Error(q),ut.name=W.status,ut.response=W,{data:W,code:W.status,message:We||q};case 10:case"end":return Ue.stop()}},_)}));return function(W,X){return ee.apply(this,arguments)}}(),S=function(_,W){var X=_.headers.get("Content-Type");return X&&X.match(/application\/json/i)&&_.clone().text().then(function(){}),_},M=function(_){_=_||{};var W="",X=function(Ke){typeof _[Ke]=="object"?Array.isArray(_[Ke])&&_[Ke].forEach(function(ut,Ne){W+="&"+Ke+"[]="+ut}):W+="&"+Ke+"="+_[Ke]};for(var q in _)X(q);return W.substr(1)};function P(ee,_,W,X){_.method||(_.method="get"),_.method=_.method.toUpperCase(),_.mode="cors";var q=Object(l.a)({},_),We=ee+(q.body?JSON.stringify(q.body):""),Ke=c.a.sha256().update(We).digest("hex"),ut={credentials:"include",withCredentials:!0},Ne=Object(l.a)(Object(l.a)({},ut),q);(Ne.method==="POST"||Ne.method==="PUT"||Ne.method==="PATCH"||Ne.method==="DELETE")&&(W?(Ne.headers=Object(l.a)({},Ne.headers),Ne.body=q.body):(Ne.headers=Object(l.a)({Accept:"application/json","Content-Type":"application/json; charset=utf-8"},Ne.headers),Ne.body=JSON.stringify(q.body))),Ne.method=="GET"&&(Ne.headers=Object(l.a)({Accept:"application/json","Content-Type":"application/json; charset=utf-8"},Ne.headers),ee+="?"+M(q.params));var Ue=q.expirys&&60,k;(function(de){de.json="application/json;charset=UTF-8",de.form="application/x-www-form-urlencoded; charset=UTF-8"})(k||(k={}));var se;(function(de){de.get="GET",de.post="POST"})(se||(se={}));var le=function(){var de=Object(i.a)(p.a.mark(function Xe(me){var _e,Te,Ve,Ze,pt,be;return p.a.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return Ce.next=2,me.arrayBuffer();case 2:_e=Ce.sent,Ve=new Blob([_e]);try{Te=me.headers.get("content-type").split(";")[1].replace("filename=","")}catch(Le){Te="userfiles.zip"}return Ze=document.createElement("a"),pt=window.URL.createObjectURL(Ve),be=Te,Ze.href=pt,Ze.download=be,Ze.click(),window.URL.revokeObjectURL(pt),Ce.abrupt("return",_e);case 13:case"end":return Ce.stop()}},Xe)}));return function(me){return de.apply(this,arguments)}}(),I=o.a.API_SERVER;return window.ENV==="dev"&&(I=""),X&&(I=""),m()(I+ee,Ne).then(function(de){return C(de,Object(l.a)({url:o.a.API_SERVER+ee},Ne))}).then(function(de){return S(de,Ke)}).then(function(){var de=Object(i.a)(p.a.mark(function Xe(me){var _e,Te,Ve;return p.a.wrap(function(pt){for(;;)switch(pt.prev=pt.next){case 0:if(!(me.status===204)){pt.next=2;break}return pt.abrupt("return",me.text());case 2:if(!(me.headers.get("content-type").indexOf("application/json")>-1)){pt.next=8;break}return pt.next=5,me.json();case 5:_e=pt.sent,pt.next=11;break;case 8:return pt.next=10,le(me);case 10:_e=pt.sent;case 11:try{_e.status===401&&(!((Te=Ne.params)!==null&&Te!==void 0&&Te.hidePopLogin)||!((Ve=Ne.body)!==null&&Ve!==void 0&&Ve.hidePopLogin))&&(console.log("new:",Ne),Object(b.c)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}})),_e.status===402&&(localStorage.getItem("addinfo")==="2"?Object(b.c)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u586B\u5145\u4FE1\u606F\u5F39\u7A97"}}):(j=j||t.a.confirm({visible:!1,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"}),j.update({centered:!0,visible:!0,title:"\u63D0\u793A",content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:function(){b.d.push("/account/profile/edit")}})))}catch(be){console.log("fetcherr",be)}return V(_e,ee),pt.abrupt("return",_e);case 14:case"end":return pt.stop()}},Xe)}));return function(Xe){return de.apply(this,arguments)}}()).catch(function(de,Xe,me){try{var _e=de.code;if(_e){if(_e===401){Object(b.c)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}V(de,ee)}else console.log("---",ee,Ne),ee.includes("/file/filePatchMerge")?Object(b.c)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:Ne.body}}):f.a.error({style:{wordBreak:"break-all"},duration:null,message:"\u60A8\u7684\u7F51\u7EDC\u53EF\u80FD\u51FA\u73B0\u4E86\u95EE\u9898\uFF0C\u8BF7\u7A0D\u540E\u518D\u8BD5",description:ee});return de}catch(Te){}})}var w=!1,z=!1,V=function(_,W){if((_.status==-1||_.status==-2||_.status>400)&&_.status!=403&&!z){z=!0,setTimeout(function(){return z=!1},500),n.b.warn({content:_.message,key:"message-key",duration:3});return}var X={403:"/403",404:"/404",500:"/500"};if(X[_.status]&&!w){var q=Object(b.c)()._store.getState(),We=q.user,Ke=We.userInfo;window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&alert(_.status+":"+(Ke==null?void 0:Ke.id)+"---"+W),w=!0,setTimeout(function(){return w=!1},500),_.status===403,b.d.replace(X[_.status]),sessionStorage.setItem("errorStatus",JSON.stringify(_));return}};function D(ee,_){return P("/api/".concat(ee),{method:"Get",params:_||{}})}function F(ee,_){return P("/".concat(ee),{method:"Get",params:_})}function Se(ee,_){return P("/api/".concat(ee),{method:"Post",body:Object(l.a)({},_)})}function ue(ee,_){return P("/api/".concat(ee),{method:"Put",body:Object(l.a)({},_)})}function oe(ee){return P("/api/".concat(ee),{method:"delete"})}},EzR6:function(x,g,e){var a=e("MVys"),n=e("UwrT"),r="".split;x.exports=a(function(){return!Object("z").propertyIsEnumerable(0)})?function(t){return n(t)=="String"?r.call(t,""):Object(t)}:Object},F1NP:function(x,g,e){"use strict";var a=e("FVwB"),n=e("oa35"),r=e("bIKR"),t=e("/dTS"),l=a.aTypedArray,v=a.exportTypedArrayMethod;v("subarray",function(i,s){var p=l(this),u=p.length,m=r(i,u);return new(t(p,p.constructor))(p.buffer,p.byteOffset+m*p.BYTES_PER_ELEMENT,n((s===void 0?u:r(s,u))-m))})},F52u:function(x,g,e){var a=e("UwrT");x.exports=function(n){if(typeof n!="number"&&a(n)!="Number")throw TypeError("Incorrect invocation");return+n}},FBts:function(x,g,e){var a=e("MMxC");a({target:"Math",stat:!0},{imulh:function(r,t){var l=65535,v=+r,f=+t,i=v&l,s=f&l,p=v>>16,u=f>>16,m=(p*s>>>0)+(i*s>>>16);return p*u+(m>>16)+((i*u>>>0)+(m&l)>>16)}})},FCfD:function(x,g){x.exports=function(e){if(e==null)throw TypeError("Can't call method on "+e);return e}},FER5:function(x,g,e){"use strict";e.d(g,"g",function(){return n}),e.d(g,"b",function(){return l}),e.d(g,"f",function(){return v}),e.d(g,"c",function(){return f}),e.d(g,"e",function(){return i}),e.d(g,"a",function(){return m}),e.d(g,"d",function(){return o});var a=e("b3aT");function n(c,b,j){return{r:Object(a.a)(c,255)*255,g:Object(a.a)(b,255)*255,b:Object(a.a)(j,255)*255}}function r(c,b,j){c=Object(a.a)(c,255),b=Object(a.a)(b,255),j=Object(a.a)(j,255);var O=Math.max(c,b,j),C=Math.min(c,b,j),S=0,M=0,P=(O+C)/2;if(O===C)M=0,S=0;else{var w=O-C;M=P>.5?w/(2-O-C):w/(O+C);switch(O){case c:S=(b-j)/w+(b1&&(j-=1),j<1/6?c+(b-c)*(6*j):j<1/2?b:j<2/3?c+(b-c)*(2/3-j)*6:c}function l(c,b,j){var O,C,S;if(c=Object(a.a)(c,360),b=Object(a.a)(b,100),j=Object(a.a)(j,100),b===0)C=j,S=j,O=j;else{var M=j<.5?j*(1+b):j+b-j*b,P=2*j-M;O=t(P,M,c+1/3),C=t(P,M,c),S=t(P,M,c-1/3)}return{r:O*255,g:C*255,b:S*255}}function v(c,b,j){c=Object(a.a)(c,255),b=Object(a.a)(b,255),j=Object(a.a)(j,255);var O=Math.max(c,b,j),C=Math.min(c,b,j),S=0,M=O,P=O-C,w=O===0?0:P/O;if(O===C)S=0;else{switch(O){case c:S=(b-j)/P+(b>16,g:(c&65280)>>8,b:c&255}}},FIIH:function(x,g,e){"use strict";var a=e("ukPv"),n=e("FVwB"),r=e("FbcW"),t=e("2kyd"),l=t("iterator"),v=a.Uint8Array,f=r.values,i=r.keys,s=r.entries,p=n.aTypedArray,u=n.exportTypedArrayMethod,m=v&&v.prototype[l],o=!!m&&(m.name=="values"||m.name==null),h=function(){return f.call(p(this))};u("entries",function(){return s.call(p(this))}),u("keys",function(){return i.call(p(this))}),u("values",h,!o),u(l,h,!o)},FK48:function(x,g,e){"use strict";var a=e("MMxC"),n=e("IuhT"),r=e("cT1L");a({target:"Map",stat:!0},{groupBy:function(l,v){var f=new this;r(v);var i=r(f.has),s=r(f.get),p=r(f.set);return n(l,function(u){var m=v(u);i.call(f,m)?s.call(f,m).push(u):p.call(f,m,[u])}),f}})},FKIO:function(x,g,e){var a=e("MMxC");a({target:"Math",stat:!0},{umulh:function(r,t){var l=65535,v=+r,f=+t,i=v&l,s=f&l,p=v>>>16,u=f>>>16,m=(p*s>>>0)+(i*s>>>16);return p*u+(m>>>16)+((i*u>>>0)+(m&l)>>>16)}})},FMtG:function(x,g,e){"use strict";Object.defineProperty(g,"__esModule",{value:!0}),g.UmiContext=void 0;var a=n(e("q1tI"));function n(t){return t&&t.__esModule?t:{default:t}}var r=a.default.createContext({});g.UmiContext=r},FVwB:function(x,g,e){"use strict";var a=e("GNqc"),n=e("tny8"),r=e("ukPv"),t=e("tSXo"),l=e("jtLI"),v=e("Ei+o"),f=e("lz10"),i=e("NMFW"),s=e("YfKC").f,p=e("Acmb"),u=e("g1ZG"),m=e("2kyd"),o=e("evbn"),h=r.Int8Array,c=h&&h.prototype,b=r.Uint8ClampedArray,j=b&&b.prototype,O=h&&p(h),C=c&&p(c),S=Object.prototype,M=S.isPrototypeOf,P=m("toStringTag"),w=o("TYPED_ARRAY_TAG"),z=a&&!!u&&v(r.opera)!=="Opera",V=!1,D,F={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Se=function(q){var We=v(q);return We==="DataView"||l(F,We)},ue=function(X){return t(X)&&l(F,v(X))},oe=function(X){if(ue(X))return X;throw TypeError("Target is not a typed array")},ee=function(X){if(u){if(M.call(O,X))return X}else for(var q in F)if(l(F,D)){var We=r[q];if(We&&(X===We||M.call(We,X)))return X}throw TypeError("Target is not a typed array constructor")},_=function(X,q,We){if(!n)return;if(We)for(var Ke in F){var ut=r[Ke];ut&&l(ut.prototype,X)&&delete ut.prototype[X]}(!C[X]||We)&&i(C,X,We?q:z&&c[X]||q)},W=function(X,q,We){var Ke,ut;if(!n)return;if(u){if(We)for(Ke in F)ut=r[Ke],ut&&l(ut,X)&&delete ut[X];if(!O[X]||We)try{return i(O,X,We?q:z&&h[X]||q)}catch(Ne){}else return}for(Ke in F)ut=r[Ke],ut&&(!ut[X]||We)&&i(ut,X,q)};for(D in F)r[D]||(z=!1);if((!z||typeof O!="function"||O===Function.prototype)&&(O=function(){throw TypeError("Incorrect invocation")},z))for(D in F)r[D]&&u(r[D],O);if((!z||!C||C===S)&&(C=O.prototype,z))for(D in F)r[D]&&u(r[D].prototype,C);if(z&&p(j)!==C&&u(j,C),n&&!l(C,P)){V=!0,s(C,P,{get:function(){return t(this)?this[w]:void 0}});for(D in F)r[D]&&f(r[D],w,D)}x.exports={NATIVE_ARRAY_BUFFER_VIEWS:z,TYPED_ARRAY_TAG:V&&w,aTypedArray:oe,aTypedArrayConstructor:ee,exportTypedArrayMethod:_,exportTypedArrayStaticMethod:W,isView:Se,isTypedArray:ue,TypedArray:O,TypedArrayPrototype:C}},FbcW:function(x,g,e){"use strict";var a=e("0qr0"),n=e("eNh0"),r=e("5yw/"),t=e("1aI8"),l=e("uMwj"),v="Array Iterator",f=t.set,i=t.getterFor(v);x.exports=l(Array,"Array",function(s,p){f(this,{type:v,target:a(s),index:0,kind:p})},function(){var s=i(this),p=s.target,u=s.kind,m=s.index++;return!p||m>=p.length?(s.target=void 0,{value:void 0,done:!0}):u=="keys"?{value:m,done:!1}:u=="values"?{value:p[m],done:!1}:{value:[m,p[m]],done:!1}},"values"),r.Arguments=r.Array,n("keys"),n("values"),n("entries")},Ff2n:function(x,g,e){"use strict";e.d(g,"a",function(){return n});var a=e("zLVn");function n(r,t){if(r==null)return{};var l=Object(a.a)(r,t),v,f;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(r);for(f=0;f=0)continue;if(!Object.prototype.propertyIsEnumerable.call(r,v))continue;l[v]=r[v]}}return l}},FfOG:function(x,g,e){"use strict";e.d(g,"a",function(){return t}),e.d(g,"b",function(){return r});var a=e("YS25"),n={basename:"/"};window.routerBase&&(n.basename=window.routerBase);var r=Object({NODE_ENV:"production"}).__IS_SERVER?null:Object(a.a)(n),t=function(){var v=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return v||(r=Object(a.a)(n)),r}},Fghh:function(x,g,e){"use strict";e.d(g,"a",function(){return sn}),e.d(g,"e",function(){return tr}),e.d(g,"c",function(){return He}),e.d(g,"f",function(){return re}),e.d(g,"d",function(){return ae}),e.d(g,"b",function(){return Ie}),e.d(g,"g",function(){return Ge});var a=e("fWQN"),n=e("mtLc"),r=e("yKVA"),t=e("879j"),l=e("q1tI"),v=e("jrin"),f=e("2mql"),i=e.n(f),s;(function(ye){ye[ye.literal=0]="literal",ye[ye.argument=1]="argument",ye[ye.number=2]="number",ye[ye.date=3]="date",ye[ye.time=4]="time",ye[ye.select=5]="select",ye[ye.plural=6]="plural",ye[ye.pound=7]="pound"})(s||(s={}));function p(ye){return ye.type===s.literal}function u(ye){return ye.type===s.argument}function m(ye){return ye.type===s.number}function o(ye){return ye.type===s.date}function h(ye){return ye.type===s.time}function c(ye){return ye.type===s.select}function b(ye){return ye.type===s.plural}function j(ye){return ye.type===s.pound}function O(ye){return!!(ye&&typeof ye=="object"&&ye.type===0)}function C(ye){return!!(ye&&typeof ye=="object"&&ye.type===1)}function S(ye){return{type:s.literal,value:ye}}function M(ye,we){return{type:s.number,value:ye,style:we}}var P=function(){var ye=function(we,U){return ye=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ot,mt){ot.__proto__=mt}||function(ot,mt){for(var Rt in mt)mt.hasOwnProperty(Rt)&&(ot[Rt]=mt[Rt])},ye(we,U)};return function(we,U){ye(we,U);function ot(){this.constructor=we}we.prototype=U===null?Object.create(U):(ot.prototype=U.prototype,new ot)}}(),w=function(){return w=Object.assign||function(ye){for(var we,U=1,ot=arguments.length;U0){for(Qt=1,jn=1;Qtia&&(ia=Ye,ps=[]),ps.push(xe)}function Hs(xe,at){return new z(xe,[],"",at)}function fs(xe,at,Tt){return new z(z.buildMessage(xe,at),xe,at,Tt)}function ms(){var xe;return xe=Ka(),xe}function Ka(){var xe,at;for(xe=[],at=so();at!==U;)xe.push(at),at=so();return xe}function so(){var xe;return xe=Go(),xe===U&&(xe=gs(),xe===U&&(xe=Qa(),xe===U&&(xe=ji(),xe===U&&(xe=xo(),xe===U&&(xe=gi()))))),xe}function hs(){var xe,at,Tt;if(xe=Ye,at=[],Tt=Da(),Tt===U&&(Tt=Oo(),Tt===U&&(Tt=Ia())),Tt!==U)for(;Tt!==U;)at.push(Tt),Tt=Da(),Tt===U&&(Tt=Oo(),Tt===U&&(Tt=Ia()));else at=U;return at!==U&&(Zn=xe,at=Rt(at)),xe=at,xe}function Go(){var xe,at;return xe=Ye,at=hs(),at!==U&&(Zn=xe,at=wt(at)),xe=at,xe}function gi(){var xe,at;return xe=Ye,ye.charCodeAt(Ye)===35?(at=Nt,Ye++):(at=U,Jt===0&&hn(Gt)),at!==U&&(Zn=xe,at=pn()),xe=at,xe}function gs(){var xe,at,Tt,Vt,un,$e;return Jt++,xe=Ye,ye.charCodeAt(Ye)===123?(at=Xt,Ye++):(at=U,Jt===0&&hn(Qt)),at!==U?(Tt=Xn(),Tt!==U?(Vt=fr(),Vt!==U?(un=Xn(),un!==U?(ye.charCodeAt(Ye)===125?($e=jn,Ye++):($e=U,Jt===0&&hn(Cn)),$e!==U?(Zn=xe,at=ir(Vt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U),Jt--,xe===U&&(at=U,Jt===0&&hn(kt)),xe}function vs(){var xe,at,Tt,Vt,un;if(Jt++,xe=Ye,at=[],Tt=Ye,Vt=Ye,Jt++,un=Mr(),un===U&&(lr.test(ye.charAt(Ye))?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(ur))),Jt--,un===U?Vt=void 0:(Ye=Vt,Vt=U),Vt!==U?(ye.length>Ye?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(vr)),un!==U?(Vt=[Vt,un],Tt=Vt):(Ye=Tt,Tt=U)):(Ye=Tt,Tt=U),Tt!==U)for(;Tt!==U;)at.push(Tt),Tt=Ye,Vt=Ye,Jt++,un=Mr(),un===U&&(lr.test(ye.charAt(Ye))?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(ur))),Jt--,un===U?Vt=void 0:(Ye=Vt,Vt=U),Vt!==U?(ye.length>Ye?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(vr)),un!==U?(Vt=[Vt,un],Tt=Vt):(Ye=Tt,Tt=U)):(Ye=Tt,Tt=U);else at=U;return at!==U?xe=ye.substring(xe,Ye):xe=at,Jt--,xe===U&&(at=U,Jt===0&&hn(rr)),xe}function ys(){var xe,at,Tt;return Jt++,xe=Ye,ye.charCodeAt(Ye)===47?(at=$r,Ye++):(at=U,Jt===0&&hn(ea)),at!==U?(Tt=vs(),Tt!==U?(Zn=xe,at=Jr(Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U),Jt--,xe===U&&(at=U,Jt===0&&hn(Hr)),xe}function Gs(){var xe,at,Tt,Vt,un;if(Jt++,xe=Ye,at=Xn(),at!==U)if(Tt=vs(),Tt!==U){for(Vt=[],un=ys();un!==U;)Vt.push(un),un=ys();Vt!==U?(Zn=xe,at=Dr(Tt,Vt),xe=at):(Ye=xe,xe=U)}else Ye=xe,xe=U;else Ye=xe,xe=U;return Jt--,xe===U&&(at=U,Jt===0&&hn(Zr)),xe}function ua(){var xe,at,Tt;if(xe=Ye,at=[],Tt=Gs(),Tt!==U)for(;Tt!==U;)at.push(Tt),Tt=Gs();else at=U;return at!==U&&(Zn=xe,at=Br(at)),xe=at,xe}function vi(){var xe,at,Tt;return xe=Ye,ye.substr(Ye,2)===Pr?(at=Pr,Ye+=2):(at=U,Jt===0&&hn(Gr)),at!==U?(Tt=ua(),Tt!==U?(Zn=xe,at=_r(Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe===U&&(xe=Ye,Zn=Ye,at=ta(),at?at=void 0:at=U,at!==U?(Tt=hs(),Tt!==U?(Zn=xe,at=sa(Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)),xe}function Vs(){var xe,at,Tt,Vt,un,$e,_n,Kn,Ur,Qn,gr,Yn,zn;return xe=Ye,ye.charCodeAt(Ye)===123?(at=Xt,Ye++):(at=U,Jt===0&&hn(Qt)),at!==U?(Tt=Xn(),Tt!==U?(Vt=fr(),Vt!==U?(un=Xn(),un!==U?(ye.charCodeAt(Ye)===44?($e=Ir,Ye++):($e=U,Jt===0&&hn(Ar)),$e!==U?(_n=Xn(),_n!==U?(ye.substr(Ye,6)===na?(Kn=na,Ye+=6):(Kn=U,Jt===0&&hn(ra)),Kn!==U?(Ur=Xn(),Ur!==U?(Qn=Ye,ye.charCodeAt(Ye)===44?(gr=Ir,Ye++):(gr=U,Jt===0&&hn(Ar)),gr!==U?(Yn=Xn(),Yn!==U?(zn=vi(),zn!==U?(gr=[gr,Yn,zn],Qn=gr):(Ye=Qn,Qn=U)):(Ye=Qn,Qn=U)):(Ye=Qn,Qn=U),Qn===U&&(Qn=null),Qn!==U?(gr=Xn(),gr!==U?(ye.charCodeAt(Ye)===125?(Yn=jn,Ye++):(Yn=U,Jt===0&&hn(Cn)),Yn!==U?(Zn=xe,at=ct(Vt,Kn,Qn),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe}function bs(){var xe,at,Tt,Vt;if(xe=Ye,ye.charCodeAt(Ye)===39?(at=Qe,Ye++):(at=U,Jt===0&&hn(Dt)),at!==U){if(Tt=[],Vt=Da(),Vt===U&&(ge.test(ye.charAt(Ye))?(Vt=ye.charAt(Ye),Ye++):(Vt=U,Jt===0&&hn(Nn))),Vt!==U)for(;Vt!==U;)Tt.push(Vt),Vt=Da(),Vt===U&&(ge.test(ye.charAt(Ye))?(Vt=ye.charAt(Ye),Ye++):(Vt=U,Jt===0&&hn(Nn)));else Tt=U;Tt!==U?(ye.charCodeAt(Ye)===39?(Vt=Qe,Ye++):(Vt=U,Jt===0&&hn(Dt)),Vt!==U?(at=[at,Tt,Vt],xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)}else Ye=xe,xe=U;if(xe===U)if(xe=[],at=Da(),at===U&&(Fn.test(ye.charAt(Ye))?(at=ye.charAt(Ye),Ye++):(at=U,Jt===0&&hn(Rn))),at!==U)for(;at!==U;)xe.push(at),at=Da(),at===U&&(Fn.test(ye.charAt(Ye))?(at=ye.charAt(Ye),Ye++):(at=U,Jt===0&&hn(Rn)));else xe=U;return xe}function Xa(){var xe,at;if(xe=[],En.test(ye.charAt(Ye))?(at=ye.charAt(Ye),Ye++):(at=U,Jt===0&&hn(bn)),at!==U)for(;at!==U;)xe.push(at),En.test(ye.charAt(Ye))?(at=ye.charAt(Ye),Ye++):(at=U,Jt===0&&hn(bn));else xe=U;return xe}function js(){var xe,at,Tt,Vt;if(xe=Ye,at=Ye,Tt=[],Vt=bs(),Vt===U&&(Vt=Xa()),Vt!==U)for(;Vt!==U;)Tt.push(Vt),Vt=bs(),Vt===U&&(Vt=Xa());else Tt=U;return Tt!==U?at=ye.substring(at,Ye):at=Tt,at!==U&&(Zn=xe,at=yr(at)),xe=at,xe}function yi(){var xe,at,Tt;return xe=Ye,ye.substr(Ye,2)===Pr?(at=Pr,Ye+=2):(at=U,Jt===0&&hn(Gr)),at!==U?(Tt=js(),Tt!==U?(Zn=xe,at=_r(Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe===U&&(xe=Ye,Zn=Ye,at=br(),at?at=void 0:at=U,at!==U?(Tt=hs(),Tt!==U?(Zn=xe,at=sa(Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)),xe}function bi(){var xe,at,Tt,Vt,un,$e,_n,Kn,Ur,Qn,gr,Yn,zn;return xe=Ye,ye.charCodeAt(Ye)===123?(at=Xt,Ye++):(at=U,Jt===0&&hn(Qt)),at!==U?(Tt=Xn(),Tt!==U?(Vt=fr(),Vt!==U?(un=Xn(),un!==U?(ye.charCodeAt(Ye)===44?($e=Ir,Ye++):($e=U,Jt===0&&hn(Ar)),$e!==U?(_n=Xn(),_n!==U?(ye.substr(Ye,4)===va?(Kn=va,Ye+=4):(Kn=U,Jt===0&&hn(zr)),Kn===U&&(ye.substr(Ye,4)===Kr?(Kn=Kr,Ye+=4):(Kn=U,Jt===0&&hn(aa))),Kn!==U?(Ur=Xn(),Ur!==U?(Qn=Ye,ye.charCodeAt(Ye)===44?(gr=Ir,Ye++):(gr=U,Jt===0&&hn(Ar)),gr!==U?(Yn=Xn(),Yn!==U?(zn=yi(),zn!==U?(gr=[gr,Yn,zn],Qn=gr):(Ye=Qn,Qn=U)):(Ye=Qn,Qn=U)):(Ye=Qn,Qn=U),Qn===U&&(Qn=null),Qn!==U?(gr=Xn(),gr!==U?(ye.charCodeAt(Ye)===125?(Yn=jn,Ye++):(Yn=U,Jt===0&&hn(Cn)),Yn!==U?(Zn=xe,at=ct(Vt,Kn,Qn),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe}function Qa(){var xe;return xe=Vs(),xe===U&&(xe=bi()),xe}function ji(){var xe,at,Tt,Vt,un,$e,_n,Kn,Ur,Qn,gr,Yn,zn,wr,Xr,Co;if(xe=Ye,ye.charCodeAt(Ye)===123?(at=Xt,Ye++):(at=U,Jt===0&&hn(Qt)),at!==U)if(Tt=Xn(),Tt!==U)if(Vt=fr(),Vt!==U)if(un=Xn(),un!==U)if(ye.charCodeAt(Ye)===44?($e=Ir,Ye++):($e=U,Jt===0&&hn(Ar)),$e!==U)if(_n=Xn(),_n!==U)if(ye.substr(Ye,6)===cr?(Kn=cr,Ye+=6):(Kn=U,Jt===0&&hn(ya)),Kn===U&&(ye.substr(Ye,13)===Uo?(Kn=Uo,Ye+=13):(Kn=U,Jt===0&&hn(fo))),Kn!==U)if(Ur=Xn(),Ur!==U)if(ye.charCodeAt(Ye)===44?(Qn=Ir,Ye++):(Qn=U,Jt===0&&hn(Ar)),Qn!==U)if(gr=Xn(),gr!==U)if(Yn=Ye,ye.substr(Ye,7)===mo?(zn=mo,Ye+=7):(zn=U,Jt===0&&hn(Sa)),zn!==U?(wr=Xn(),wr!==U?(Xr=zo(),Xr!==U?(zn=[zn,wr,Xr],Yn=zn):(Ye=Yn,Yn=U)):(Ye=Yn,Yn=U)):(Ye=Yn,Yn=U),Yn===U&&(Yn=null),Yn!==U)if(zn=Xn(),zn!==U){if(wr=[],Xr=La(),Xr!==U)for(;Xr!==U;)wr.push(Xr),Xr=La();else wr=U;wr!==U?(Xr=Xn(),Xr!==U?(ye.charCodeAt(Ye)===125?(Co=jn,Ye++):(Co=U,Jt===0&&hn(Cn)),Co!==U?(Zn=xe,at=No(Vt,Kn,Yn,wr),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)}else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;return xe}function xo(){var xe,at,Tt,Vt,un,$e,_n,Kn,Ur,Qn,gr,Yn,zn,wr;if(xe=Ye,ye.charCodeAt(Ye)===123?(at=Xt,Ye++):(at=U,Jt===0&&hn(Qt)),at!==U)if(Tt=Xn(),Tt!==U)if(Vt=fr(),Vt!==U)if(un=Xn(),un!==U)if(ye.charCodeAt(Ye)===44?($e=Ir,Ye++):($e=U,Jt===0&&hn(Ar)),$e!==U)if(_n=Xn(),_n!==U)if(ye.substr(Ye,6)===Ha?(Kn=Ha,Ye+=6):(Kn=U,Jt===0&&hn(rs)),Kn!==U)if(Ur=Xn(),Ur!==U)if(ye.charCodeAt(Ye)===44?(Qn=Ir,Ye++):(Qn=U,Jt===0&&hn(Ar)),Qn!==U)if(gr=Xn(),gr!==U){if(Yn=[],zn=Vo(),zn!==U)for(;zn!==U;)Yn.push(zn),zn=Vo();else Yn=U;Yn!==U?(zn=Xn(),zn!==U?(ye.charCodeAt(Ye)===125?(wr=jn,Ye++):(wr=U,Jt===0&&hn(Cn)),wr!==U?(Zn=xe,at=Ga(Vt,Yn),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)}else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;else Ye=xe,xe=U;return xe}function Ei(){var xe,at,Tt,Vt;return xe=Ye,at=Ye,ye.charCodeAt(Ye)===61?(Tt=Fo,Ye++):(Tt=U,Jt===0&&hn(ba)),Tt!==U?(Vt=zo(),Vt!==U?(Tt=[Tt,Vt],at=Tt):(Ye=at,at=U)):(Ye=at,at=U),at!==U?xe=ye.substring(xe,Ye):xe=at,xe===U&&(xe=Rr()),xe}function Vo(){var xe,at,Tt,Vt,un,$e,_n,Kn;return xe=Ye,at=Xn(),at!==U?(Tt=Rr(),Tt!==U?(Vt=Xn(),Vt!==U?(ye.charCodeAt(Ye)===123?(un=Xt,Ye++):(un=U,Jt===0&&hn(Qt)),un!==U?(Zn=Ye,$e=as(Tt),$e?$e=void 0:$e=U,$e!==U?(_n=Ka(),_n!==U?(ye.charCodeAt(Ye)===125?(Kn=jn,Ye++):(Kn=U,Jt===0&&hn(Cn)),Kn!==U?(Zn=xe,at=no(Tt,_n),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe}function La(){var xe,at,Tt,Vt,un,$e,_n,Kn;return xe=Ye,at=Xn(),at!==U?(Tt=Ei(),Tt!==U?(Vt=Xn(),Vt!==U?(ye.charCodeAt(Ye)===123?(un=Xt,Ye++):(un=U,Jt===0&&hn(Qt)),un!==U?(Zn=Ye,$e=$o(Tt),$e?$e=void 0:$e=U,$e!==U?(_n=Ka(),_n!==U?(ye.charCodeAt(Ye)===125?(Kn=jn,Ye++):(Kn=U,Jt===0&&hn(Cn)),Kn!==U?(Zn=xe,at=ho(Tt,_n),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U)):(Ye=xe,xe=U),xe}function Mr(){var xe,at;return Jt++,Va.test(ye.charAt(Ye))?(xe=ye.charAt(Ye),Ye++):(xe=U,Jt===0&&hn(tt)),Jt--,xe===U&&(at=U,Jt===0&&hn(go)),xe}function hr(){var xe,at;return Jt++,Zt.test(ye.charAt(Ye))?(xe=ye.charAt(Ye),Ye++):(xe=U,Jt===0&&hn(he)),Jt--,xe===U&&(at=U,Jt===0&&hn(st)),xe}function Xn(){var xe,at,Tt;for(Jt++,xe=Ye,at=[],Tt=Mr();Tt!==U;)at.push(Tt),Tt=Mr();return at!==U?xe=ye.substring(xe,Ye):xe=at,Jt--,xe===U&&(at=U,Jt===0&&hn(ro)),xe}function zo(){var xe,at,Tt;return Jt++,xe=Ye,ye.charCodeAt(Ye)===45?(at=za,Ye++):(at=U,Jt===0&&hn(os)),at===U&&(at=null),at!==U?(Tt=ca(),Tt!==U?(Zn=xe,at=Us(at,Tt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U),Jt--,xe===U&&(at=U,Jt===0&&hn(Pa)),xe}function xi(){var xe,at;return Jt++,ye.charCodeAt(Ye)===39?(xe=Qe,Ye++):(xe=U,Jt===0&&hn(Dt)),Jt--,xe===U&&(at=U,Jt===0&&hn(Ns)),xe}function Da(){var xe,at;return Jt++,xe=Ye,ye.substr(Ye,2)===Ma?(at=Ma,Ye+=2):(at=U,Jt===0&&hn(vo)),at!==U&&(Zn=xe,at=is()),xe=at,Jt--,xe===U&&(at=U,Jt===0&&hn(ss)),xe}function Oo(){var xe,at,Tt,Vt,un,$e;if(xe=Ye,ye.charCodeAt(Ye)===39?(at=Qe,Ye++):(at=U,Jt===0&&hn(Dt)),at!==U)if(Tt=Er(),Tt!==U){for(Vt=Ye,un=[],ye.substr(Ye,2)===Ma?($e=Ma,Ye+=2):($e=U,Jt===0&&hn(vo)),$e===U&&(ge.test(ye.charAt(Ye))?($e=ye.charAt(Ye),Ye++):($e=U,Jt===0&&hn(Nn)));$e!==U;)un.push($e),ye.substr(Ye,2)===Ma?($e=Ma,Ye+=2):($e=U,Jt===0&&hn(vo)),$e===U&&(ge.test(ye.charAt(Ye))?($e=ye.charAt(Ye),Ye++):($e=U,Jt===0&&hn(Nn)));un!==U?Vt=ye.substring(Vt,Ye):Vt=un,Vt!==U?(ye.charCodeAt(Ye)===39?(un=Qe,Ye++):(un=U,Jt===0&&hn(Dt)),un===U&&(un=null),un!==U?(Zn=xe,at=Fs(Tt,Vt),xe=at):(Ye=xe,xe=U)):(Ye=xe,xe=U)}else Ye=xe,xe=U;else Ye=xe,xe=U;return xe}function Ia(){var xe,at,Tt,Vt;return xe=Ye,at=Ye,ye.length>Ye?(Tt=ye.charAt(Ye),Ye++):(Tt=U,Jt===0&&hn(vr)),Tt!==U?(Zn=Ye,Vt=ls(Tt),Vt?Vt=void 0:Vt=U,Vt!==U?(Tt=[Tt,Vt],at=Tt):(Ye=at,at=U)):(Ye=at,at=U),at===U&&(ye.charCodeAt(Ye)===10?(at=us,Ye++):(at=U,Jt===0&&hn(mi))),at!==U?xe=ye.substring(xe,Ye):xe=at,xe}function Er(){var xe,at,Tt,Vt;return xe=Ye,at=Ye,ye.length>Ye?(Tt=ye.charAt(Ye),Ye++):(Tt=U,Jt===0&&hn(vr)),Tt!==U?(Zn=Ye,Vt=ao(Tt),Vt?Vt=void 0:Vt=U,Vt!==U?(Tt=[Tt,Vt],at=Tt):(Ye=at,at=U)):(Ye=at,at=U),at!==U?xe=ye.substring(xe,Ye):xe=at,xe}function fr(){var xe,at;return Jt++,xe=Ye,at=ca(),at===U&&(at=Rr()),at!==U?xe=ye.substring(xe,Ye):xe=at,Jt--,xe===U&&(at=U,Jt===0&&hn($s)),xe}function ca(){var xe,at,Tt,Vt,un;if(Jt++,xe=Ye,ye.charCodeAt(Ye)===48?(at=Ta,Ye++):(at=U,Jt===0&&hn(Bo)),at!==U&&(Zn=xe,at=yo()),xe=at,xe===U){if(xe=Ye,at=Ye,bo.test(ye.charAt(Ye))?(Tt=ye.charAt(Ye),Ye++):(Tt=U,Jt===0&&hn(jo)),Tt!==U){for(Vt=[],Aa.test(ye.charAt(Ye))?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(Wo));un!==U;)Vt.push(un),Aa.test(ye.charAt(Ye))?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(Wo));Vt!==U?(Tt=[Tt,Vt],at=Tt):(Ye=at,at=U)}else Ye=at,at=U;at!==U&&(Zn=xe,at=Ra(at)),xe=at}return Jt--,xe===U&&(at=U,Jt===0&&hn(cs)),xe}function Rr(){var xe,at,Tt,Vt,un;if(Jt++,xe=Ye,at=[],Tt=Ye,Vt=Ye,Jt++,un=Mr(),un===U&&(un=hr()),Jt--,un===U?Vt=void 0:(Ye=Vt,Vt=U),Vt!==U?(ye.length>Ye?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(vr)),un!==U?(Vt=[Vt,un],Tt=Vt):(Ye=Tt,Tt=U)):(Ye=Tt,Tt=U),Tt!==U)for(;Tt!==U;)at.push(Tt),Tt=Ye,Vt=Ye,Jt++,un=Mr(),un===U&&(un=hr()),Jt--,un===U?Vt=void 0:(Ye=Vt,Vt=U),Vt!==U?(ye.length>Ye?(un=ye.charAt(Ye),Ye++):(un=U,Jt===0&&hn(vr)),un!==U?(Vt=[Vt,un],Tt=Vt):(Ye=Tt,Tt=U)):(Ye=Tt,Tt=U);else at=U;return at!==U?xe=ye.substring(xe,Ye):xe=at,Jt--,xe===U&&(at=U,Jt===0&&hn(ds)),xe}var jr=["root"];function Ua(){return jr.length>1}function Na(){return jr[jr.length-1]==="plural"}function dr(){return we&&we.captureLocation?{location:Ho()}:{}}if(wa=mt(),wa!==U&&Ye===ye.length)return wa;throw wa!==U&&Ye1)throw new RangeError("Fraction-precision stems only accept a single optional option");mt.stem.replace(Ue,function(wt,Nt,Gt){return wt==="."?we.maximumFractionDigits=0:Gt==="+"?we.minimumFractionDigits=Gt.length:Nt[0]==="#"?we.maximumFractionDigits=Nt.length:(we.minimumFractionDigits=Nt.length,we.maximumFractionDigits=Nt.length+(typeof Gt=="string"?Gt.length:0)),""}),mt.options.length&&(we=We(We({},we),se(mt.options[0])));continue}if(k.test(mt.stem)){we=We(We({},we),se(mt.stem));continue}var Rt=le(mt.stem);Rt&&(we=We(We({},we),Rt))}return we}var Xe=function(){var ye=function(we,U){return ye=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ot,mt){ot.__proto__=mt}||function(ot,mt){for(var Rt in mt)mt.hasOwnProperty(Rt)&&(ot[Rt]=mt[Rt])},ye(we,U)};return function(we,U){ye(we,U);function ot(){this.constructor=we}we.prototype=U===null?Object.create(U):(ot.prototype=U.prototype,new ot)}}(),me=function(){for(var ye=0,we=0,U=arguments.length;we